Started by an SCM change Obtained Jenkinsfile from git https://github.com/eclipse/orbit.git [Pipeline] Start of Pipeline [Pipeline] readTrusted Obtained pod.yml from git https://github.com/eclipse/orbit.git [Pipeline] podTemplate [Pipeline] { [Pipeline] node Created Pod: kubernetes orbit/orbit-recipes-506-fbr15-8qjjp-m1hfl Still waiting to schedule task ‘orbit-recipes-506-fbr15-8qjjp-m1hfl’ is offline Agent orbit-recipes-506-fbr15-8qjjp-m1hfl is provisioned from template orbit-recipes_506-fbr15-8qjjp --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins-ui.orbit.svc.cluster.local/orbit/job/orbit-recipes/506/" runUrl: "job/orbit-recipes/506/" labels: jenkins: "slave" jenkins/label-digest: "6572bbf8407f5d4045676ca0af3203bbf38ff553" jenkins/label: "orbit-recipes_506-fbr15" name: "orbit-recipes-506-fbr15-8qjjp-m1hfl" namespace: "orbit" spec: containers: - command: - "uid_entrypoint" - "cat" image: "rgrunber/orbit-recipes-build@sha256:b962fe745e73c66000f958916849c76cc1739d4fbac582e9756db1b2e73440b0" name: "container" resources: limits: memory: "2Gi" cpu: "1" requests: memory: "2Gi" cpu: "1" tty: true volumeMounts: - mountPath: "/home/vnc/.ssh" name: "volume-known-hosts" - mountPath: "/home/jenkins" name: "jenkins-home" readOnly: false - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.orbit.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "orbit-recipes-506-fbr15-8qjjp-m1hfl" - name: "JENKINS_NAME" value: "orbit-recipes-506-fbr15-8qjjp-m1hfl" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.orbit.svc.cluster.local/orbit/" image: "eclipsecbi/jenkins-jnlp-agent" name: "jnlp" resources: requests: memory: "256Mi" cpu: "100m" volumeMounts: - 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/repository" name: "m2-repo" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - emptyDir: {} name: "m2-repo" - name: "settings-xml" secret: items: - key: "settings.xml" path: "settings.xml" secretName: "m2-secret-dir" - emptyDir: {} name: "jenkins-home" - emptyDir: medium: "" name: "workspace-volume" - configMap: name: "known-hosts" name: "volume-known-hosts" Running on orbit-recipes-506-fbr15-8qjjp-m1hfl in /home/jenkins/agent/workspace/orbit-recipes [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository https://github.com/eclipse/orbit.git > git init /home/jenkins/agent/workspace/orbit-recipes # timeout=10 Fetching upstream changes from https://github.com/eclipse/orbit.git > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --tags --force --progress -- https://github.com/eclipse/orbit.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/eclipse/orbit.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 3e69e7840ce739b5b2b3617cfca3532d6ed10787 (refs/remotes/origin/main) > git rev-parse refs/remotes/origin/main^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3e69e7840ce739b5b2b3617cfca3532d6ed10787 # timeout=10 Commit message: "Redirect consumers from latest-S to new orbit simrel aggregation" > git rev-list --no-walk f2afd3f57ac7097942ffb059ceff173d8bc3158d # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-09-08T19:23:55.391Z] Timeout set to expire in 3 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] container [Pipeline] { [Pipeline] git [2023-09-08T19:23:56.360Z] Selected Git installation does not exist. Using Default [2023-09-08T19:23:56.361Z] The recommended git tool is: NONE [2023-09-08T19:23:56.514Z] No credentials specified [2023-09-08T19:23:56.514Z] Warning: JENKINS-30600: special launcher org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1@dbe13c45; decorates RemoteLauncher[hudson.remoting.Channel@a0210ff8:JNLP4-connect connection from 10.40.46.123/10.40.46.123:53788] will be ignored (a typical symptom is the Git executable not being run inside a designated container) [2023-09-08T19:23:56.521Z] Fetching changes from the remote Git repository [2023-09-08T19:23:57.127Z] Checking out Revision 3e69e7840ce739b5b2b3617cfca3532d6ed10787 (refs/remotes/origin/main) [2023-09-08T19:23:56.517Z] > git rev-parse --resolve-git-dir /home/jenkins/agent/workspace/orbit-recipes/.git # timeout=10 [2023-09-08T19:23:56.526Z] > git config remote.origin.url https://github.com/eclipse/orbit.git # timeout=10 [2023-09-08T19:23:56.623Z] Fetching upstream changes from https://github.com/eclipse/orbit.git [2023-09-08T19:23:56.623Z] > git --version # timeout=10 [2023-09-08T19:23:56.626Z] > git --version # 'git version 2.20.1' [2023-09-08T19:23:56.626Z] > git fetch --tags --force --progress -- https://github.com/eclipse/orbit.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-09-08T19:23:57.123Z] > git rev-parse refs/remotes/origin/main^{commit} # timeout=10 [2023-09-08T19:23:57.214Z] > git config core.sparsecheckout # timeout=10 [2023-09-08T19:23:57.217Z] > git checkout -f 3e69e7840ce739b5b2b3617cfca3532d6ed10787 # timeout=10 [2023-09-08T19:23:57.916Z] Commit message: "Redirect consumers from latest-S to new orbit simrel aggregation" [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] container [Pipeline] { [Pipeline] sh [2023-09-08T19:23:57.720Z] > git branch -a -v --no-abbrev # timeout=10 [2023-09-08T19:23:57.724Z] > git checkout -b main 3e69e7840ce739b5b2b3617cfca3532d6ed10787 # timeout=10 [2023-09-08T19:23:58.724Z] + mvn -V -B -e clean install -Declipse-sign=true -Dartifact-comparator=true [2023-09-08T19:23:59.017Z] Apache Maven 3.6.3 (Red Hat 3.6.3-8) [2023-09-08T19:23:59.017Z] Maven home: /usr/share/maven [2023-09-08T19:23:59.017Z] Java version: 11.0.13, vendor: Red Hat, Inc., runtime: /usr/lib/jvm/java-11-openjdk-11.0.13.0.8-2.fc34.x86_64 [2023-09-08T19:23:59.017Z] Default locale: en_US, platform encoding: ANSI_X3.4-1968 [2023-09-08T19:23:59.017Z] OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix" [2023-09-08T19:24:00.514Z] [INFO] Error stacktraces are turned on. [2023-09-08T19:24:00.514Z] [INFO] Scanning for projects... [2023-09-08T19:24:02.638Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-maven-plugin/2.0.0/tycho-maven-plugin-2.0.0.pom [2023-09-08T19:24:03.015Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-maven-plugin/2.0.0/tycho-maven-plugin-2.0.0.pom [2023-09-08T19:24:03.015Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-maven-plugin/2.0.0/tycho-maven-plugin-2.0.0.pom [2023-09-08T19:24:03.015Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/tycho/tycho-maven-plugin/2.0.0/tycho-maven-plugin-2.0.0.pom [2023-09-08T19:24:03.015Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/tycho/tycho-maven-plugin/2.0.0/tycho-maven-plugin-2.0.0.pom [2023-09-08T19:24:03.015Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-maven-plugin/2.0.0/tycho-maven-plugin-2.0.0.pom [2023-09-08T19:24:03.276Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-maven-plugin/2.0.0/tycho-maven-plugin-2.0.0.pom (2.1 kB at 20 kB/s) [2023-09-08T19:24:03.277Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho/2.0.0/tycho-2.0.0.pom [2023-09-08T19:24:03.277Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho/2.0.0/tycho-2.0.0.pom [2023-09-08T19:24:03.277Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho/2.0.0/tycho-2.0.0.pom [2023-09-08T19:24:03.277Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/tycho/tycho/2.0.0/tycho-2.0.0.pom [2023-09-08T19:24:03.277Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/tycho/tycho/2.0.0/tycho-2.0.0.pom [2023-09-08T19:24:03.277Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho/2.0.0/tycho-2.0.0.pom [2023-09-08T19:24:03.277Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho/2.0.0/tycho-2.0.0.pom (18 kB at 318 kB/s) [2023-09-08T19:24:03.277Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-core/2.0.0/tycho-core-2.0.0.pom [2023-09-08T19:24:03.277Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-core/2.0.0/tycho-core-2.0.0.pom [2023-09-08T19:24:03.277Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-core/2.0.0/tycho-core-2.0.0.pom [2023-09-08T19:24:03.535Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/tycho/tycho-core/2.0.0/tycho-core-2.0.0.pom [2023-09-08T19:24:03.535Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/tycho/tycho-core/2.0.0/tycho-core-2.0.0.pom [2023-09-08T19:24:03.535Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-core/2.0.0/tycho-core-2.0.0.pom [2023-09-08T19:24:03.535Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-core/2.0.0/tycho-core-2.0.0.pom (6.6 kB at 206 kB/s) [2023-09-08T19:24:03.535Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-core/3.6.3/maven-core-3.6.3.pom [2023-09-08T19:24:03.535Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.6.3/maven-core-3.6.3.pom [2023-09-08T19:24:03.535Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-core/3.6.3/maven-core-3.6.3.pom [2023-09-08T19:24:03.535Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-core/3.6.3/maven-core-3.6.3.pom [2023-09-08T19:24:03.535Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-core/3.6.3/maven-core-3.6.3.pom [2023-09-08T19:24:03.535Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.6.3/maven-core-3.6.3.pom [2023-09-08T19:24:03.535Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.6.3/maven-core-3.6.3.pom (8.8 kB at 327 kB/s) [2023-09-08T19:24:03.535Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven/3.6.3/maven-3.6.3.pom [2023-09-08T19:24:03.535Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.6.3/maven-3.6.3.pom [2023-09-08T19:24:03.535Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven/3.6.3/maven-3.6.3.pom [2023-09-08T19:24:03.535Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven/3.6.3/maven-3.6.3.pom [2023-09-08T19:24:03.535Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven/3.6.3/maven-3.6.3.pom [2023-09-08T19:24:03.792Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.6.3/maven-3.6.3.pom [2023-09-08T19:24:03.792Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.6.3/maven-3.6.3.pom (26 kB at 778 kB/s) [2023-09-08T19:24:03.792Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-parent/33/maven-parent-33.pom [2023-09-08T19:24:03.792Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/33/maven-parent-33.pom [2023-09-08T19:24:03.792Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/33/maven-parent-33.pom [2023-09-08T19:24:03.792Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-parent/33/maven-parent-33.pom [2023-09-08T19:24:03.792Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-parent/33/maven-parent-33.pom [2023-09-08T19:24:03.792Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/33/maven-parent-33.pom [2023-09-08T19:24:03.792Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/33/maven-parent-33.pom (44 kB at 2.5 MB/s) [2023-09-08T19:24:03.792Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/apache/21/apache-21.pom [2023-09-08T19:24:03.792Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/21/apache-21.pom [2023-09-08T19:24:03.792Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/21/apache-21.pom [2023-09-08T19:24:03.792Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/apache/21/apache-21.pom [2023-09-08T19:24:03.792Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/apache/21/apache-21.pom [2023-09-08T19:24:03.792Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/21/apache-21.pom [2023-09-08T19:24:04.049Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/21/apache-21.pom (17 kB at 950 kB/s) [2023-09-08T19:24:04.049Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-model/3.6.3/maven-model-3.6.3.pom [2023-09-08T19:24:04.049Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.6.3/maven-model-3.6.3.pom [2023-09-08T19:24:04.049Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model/3.6.3/maven-model-3.6.3.pom [2023-09-08T19:24:04.049Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-model/3.6.3/maven-model-3.6.3.pom [2023-09-08T19:24:04.049Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-model/3.6.3/maven-model-3.6.3.pom [2023-09-08T19:24:04.049Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.6.3/maven-model-3.6.3.pom [2023-09-08T19:24:04.049Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.6.3/maven-model-3.6.3.pom (4.1 kB at 227 kB/s) [2023-09-08T19:24:04.049Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom [2023-09-08T19:24:04.049Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom [2023-09-08T19:24:04.049Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom [2023-09-08T19:24:04.049Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom [2023-09-08T19:24:04.307Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom [2023-09-08T19:24:04.307Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom [2023-09-08T19:24:04.307Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom (5.2 kB at 471 kB/s) [2023-09-08T19:24:04.307Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom [2023-09-08T19:24:04.307Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom [2023-09-08T19:24:04.308Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom [2023-09-08T19:24:04.308Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom [2023-09-08T19:24:04.308Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom [2023-09-08T19:24:04.308Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom [2023-09-08T19:24:04.308Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom (23 kB at 1.7 MB/s) [2023-09-08T19:24:04.308Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-settings/3.6.3/maven-settings-3.6.3.pom [2023-09-08T19:24:04.308Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.6.3/maven-settings-3.6.3.pom [2023-09-08T19:24:04.308Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings/3.6.3/maven-settings-3.6.3.pom [2023-09-08T19:24:04.308Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-settings/3.6.3/maven-settings-3.6.3.pom [2023-09-08T19:24:04.308Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-settings/3.6.3/maven-settings-3.6.3.pom [2023-09-08T19:24:04.308Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.6.3/maven-settings-3.6.3.pom [2023-09-08T19:24:04.308Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.6.3/maven-settings-3.6.3.pom (1.9 kB at 70 kB/s) [2023-09-08T19:24:04.308Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-settings-builder/3.6.3/maven-settings-builder-3.6.3.pom [2023-09-08T19:24:04.308Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.6.3/maven-settings-builder-3.6.3.pom [2023-09-08T19:24:04.308Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings-builder/3.6.3/maven-settings-builder-3.6.3.pom [2023-09-08T19:24:04.308Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-settings-builder/3.6.3/maven-settings-builder-3.6.3.pom [2023-09-08T19:24:04.308Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-settings-builder/3.6.3/maven-settings-builder-3.6.3.pom [2023-09-08T19:24:04.566Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.6.3/maven-settings-builder-3.6.3.pom [2023-09-08T19:24:04.566Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.6.3/maven-settings-builder-3.6.3.pom (2.5 kB at 212 kB/s) [2023-09-08T19:24:04.566Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-builder-support/3.6.3/maven-builder-support-3.6.3.pom [2023-09-08T19:24:04.566Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-builder-support/3.6.3/maven-builder-support-3.6.3.pom [2023-09-08T19:24:04.566Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-builder-support/3.6.3/maven-builder-support-3.6.3.pom [2023-09-08T19:24:04.566Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-builder-support/3.6.3/maven-builder-support-3.6.3.pom [2023-09-08T19:24:04.566Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-builder-support/3.6.3/maven-builder-support-3.6.3.pom [2023-09-08T19:24:04.566Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-builder-support/3.6.3/maven-builder-support-3.6.3.pom [2023-09-08T19:24:04.566Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-builder-support/3.6.3/maven-builder-support-3.6.3.pom (1.4 kB at 128 kB/s) [2023-09-08T19:24:04.566Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/javax/inject/javax.inject/1/javax.inject-1.pom [2023-09-08T19:24:04.566Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/inject/javax.inject/1/javax.inject-1.pom [2023-09-08T19:24:04.566Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/inject/javax.inject/1/javax.inject-1.pom [2023-09-08T19:24:04.566Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/javax/inject/javax.inject/1/javax.inject-1.pom [2023-09-08T19:24:04.566Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/javax/inject/javax.inject/1/javax.inject-1.pom [2023-09-08T19:24:04.566Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.pom [2023-09-08T19:24:04.566Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.pom (612 B at 56 kB/s) [2023-09-08T19:24:04.566Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom [2023-09-08T19:24:04.566Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom [2023-09-08T19:24:04.566Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom [2023-09-08T19:24:04.566Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom [2023-09-08T19:24:04.566Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom [2023-09-08T19:24:04.566Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom [2023-09-08T19:24:04.566Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom (2.6 kB at 221 kB/s) [2023-09-08T19:24:04.566Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom [2023-09-08T19:24:04.566Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom [2023-09-08T19:24:04.824Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom [2023-09-08T19:24:04.824Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom [2023-09-08T19:24:04.825Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom [2023-09-08T19:24:04.825Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom [2023-09-08T19:24:04.825Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom (3.0 kB at 247 kB/s) [2023-09-08T19:24:04.825Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/spice/spice-parent/12/spice-parent-12.pom [2023-09-08T19:24:04.825Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/12/spice-parent-12.pom [2023-09-08T19:24:04.825Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/spice/spice-parent/12/spice-parent-12.pom [2023-09-08T19:24:04.825Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/sonatype/spice/spice-parent/12/spice-parent-12.pom [2023-09-08T19:24:04.825Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/spice/spice-parent/12/spice-parent-12.pom [2023-09-08T19:24:04.825Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/12/spice-parent-12.pom [2023-09-08T19:24:04.825Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (6.8 kB at 212 kB/s) [2023-09-08T19:24:04.825Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/forge/forge-parent/4/forge-parent-4.pom [2023-09-08T19:24:04.825Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/4/forge-parent-4.pom [2023-09-08T19:24:04.825Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/forge/forge-parent/4/forge-parent-4.pom [2023-09-08T19:24:04.825Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/sonatype/forge/forge-parent/4/forge-parent-4.pom [2023-09-08T19:24:04.825Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/forge/forge-parent/4/forge-parent-4.pom [2023-09-08T19:24:05.083Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/4/forge-parent-4.pom [2023-09-08T19:24:05.083Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (8.4 kB at 262 kB/s) [2023-09-08T19:24:05.083Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom [2023-09-08T19:24:05.083Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom [2023-09-08T19:24:05.083Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom [2023-09-08T19:24:05.083Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom [2023-09-08T19:24:05.083Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom [2023-09-08T19:24:05.083Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom [2023-09-08T19:24:05.083Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom (4.2 kB at 380 kB/s) [2023-09-08T19:24:05.083Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/spice/spice-parent/15/spice-parent-15.pom [2023-09-08T19:24:05.083Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/15/spice-parent-15.pom [2023-09-08T19:24:05.084Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/spice/spice-parent/15/spice-parent-15.pom [2023-09-08T19:24:05.084Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/sonatype/spice/spice-parent/15/spice-parent-15.pom [2023-09-08T19:24:05.084Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/spice/spice-parent/15/spice-parent-15.pom [2023-09-08T19:24:05.084Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/15/spice-parent-15.pom [2023-09-08T19:24:05.084Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/15/spice-parent-15.pom (8.4 kB at 696 kB/s) [2023-09-08T19:24:05.084Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/forge/forge-parent/5/forge-parent-5.pom [2023-09-08T19:24:05.084Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/5/forge-parent-5.pom [2023-09-08T19:24:05.341Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/forge/forge-parent/5/forge-parent-5.pom [2023-09-08T19:24:05.341Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/sonatype/forge/forge-parent/5/forge-parent-5.pom [2023-09-08T19:24:05.341Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/forge/forge-parent/5/forge-parent-5.pom [2023-09-08T19:24:05.341Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/5/forge-parent-5.pom [2023-09-08T19:24:05.341Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (8.4 kB at 697 kB/s) [2023-09-08T19:24:05.341Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-repository-metadata/3.6.3/maven-repository-metadata-3.6.3.pom [2023-09-08T19:24:05.341Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.6.3/maven-repository-metadata-3.6.3.pom [2023-09-08T19:24:05.341Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-repository-metadata/3.6.3/maven-repository-metadata-3.6.3.pom [2023-09-08T19:24:05.341Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-repository-metadata/3.6.3/maven-repository-metadata-3.6.3.pom [2023-09-08T19:24:05.341Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-repository-metadata/3.6.3/maven-repository-metadata-3.6.3.pom [2023-09-08T19:24:05.341Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.6.3/maven-repository-metadata-3.6.3.pom [2023-09-08T19:24:05.341Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.6.3/maven-repository-metadata-3.6.3.pom (1.9 kB at 162 kB/s) [2023-09-08T19:24:05.341Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-artifact/3.6.3/maven-artifact-3.6.3.pom [2023-09-08T19:24:05.341Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.6.3/maven-artifact-3.6.3.pom [2023-09-08T19:24:05.341Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact/3.6.3/maven-artifact-3.6.3.pom [2023-09-08T19:24:05.341Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-artifact/3.6.3/maven-artifact-3.6.3.pom [2023-09-08T19:24:05.342Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-artifact/3.6.3/maven-artifact-3.6.3.pom [2023-09-08T19:24:05.342Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.6.3/maven-artifact-3.6.3.pom [2023-09-08T19:24:05.342Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.6.3/maven-artifact-3.6.3.pom (2.4 kB at 184 kB/s) [2023-09-08T19:24:05.342Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom [2023-09-08T19:24:05.342Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom [2023-09-08T19:24:05.342Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom [2023-09-08T19:24:05.342Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom [2023-09-08T19:24:05.598Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom [2023-09-08T19:24:05.598Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom [2023-09-08T19:24:05.598Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom (28 kB at 2.3 MB/s) [2023-09-08T19:24:05.598Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-parent/47/commons-parent-47.pom [2023-09-08T19:24:05.598Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/47/commons-parent-47.pom [2023-09-08T19:24:05.598Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/47/commons-parent-47.pom [2023-09-08T19:24:05.598Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/commons/commons-parent/47/commons-parent-47.pom [2023-09-08T19:24:05.598Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/commons/commons-parent/47/commons-parent-47.pom [2023-09-08T19:24:05.598Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/47/commons-parent-47.pom [2023-09-08T19:24:05.598Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/47/commons-parent-47.pom (78 kB at 5.5 MB/s) [2023-09-08T19:24:05.599Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/apache/19/apache-19.pom [2023-09-08T19:24:05.599Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/19/apache-19.pom [2023-09-08T19:24:05.599Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/19/apache-19.pom [2023-09-08T19:24:05.599Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/apache/19/apache-19.pom [2023-09-08T19:24:05.599Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/apache/19/apache-19.pom [2023-09-08T19:24:05.599Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/19/apache-19.pom [2023-09-08T19:24:05.599Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/19/apache-19.pom (15 kB at 1.1 MB/s) [2023-09-08T19:24:05.599Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-plugin-api/3.6.3/maven-plugin-api-3.6.3.pom [2023-09-08T19:24:05.599Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.6.3/maven-plugin-api-3.6.3.pom [2023-09-08T19:24:05.599Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-api/3.6.3/maven-plugin-api-3.6.3.pom [2023-09-08T19:24:05.599Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-plugin-api/3.6.3/maven-plugin-api-3.6.3.pom [2023-09-08T19:24:05.599Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-plugin-api/3.6.3/maven-plugin-api-3.6.3.pom [2023-09-08T19:24:05.599Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.6.3/maven-plugin-api-3.6.3.pom [2023-09-08T19:24:05.599Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.6.3/maven-plugin-api-3.6.3.pom (3.0 kB at 234 kB/s) [2023-09-08T19:24:05.599Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.pom [2023-09-08T19:24:05.599Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.pom [2023-09-08T19:24:05.856Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.pom [2023-09-08T19:24:05.856Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.pom [2023-09-08T19:24:05.856Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.pom [2023-09-08T19:24:05.856Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.pom [2023-09-08T19:24:05.856Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.pom (4.2 kB at 219 kB/s) [2023-09-08T19:24:05.856Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/sisu/sisu-plexus/0.3.4/sisu-plexus-0.3.4.pom [2023-09-08T19:24:05.856Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/sisu-plexus/0.3.4/sisu-plexus-0.3.4.pom [2023-09-08T19:24:05.856Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/sisu-plexus/0.3.4/sisu-plexus-0.3.4.pom [2023-09-08T19:24:05.856Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/sisu/sisu-plexus/0.3.4/sisu-plexus-0.3.4.pom [2023-09-08T19:24:05.856Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/sisu/sisu-plexus/0.3.4/sisu-plexus-0.3.4.pom [2023-09-08T19:24:05.856Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.3.4/sisu-plexus-0.3.4.pom [2023-09-08T19:24:05.856Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.3.4/sisu-plexus-0.3.4.pom (14 kB at 980 kB/s) [2023-09-08T19:24:05.856Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/oss/oss-parent/9/oss-parent-9.pom [2023-09-08T19:24:05.856Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/oss/oss-parent/9/oss-parent-9.pom [2023-09-08T19:24:05.856Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/oss/oss-parent/9/oss-parent-9.pom [2023-09-08T19:24:05.856Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/sonatype/oss/oss-parent/9/oss-parent-9.pom [2023-09-08T19:24:05.856Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/oss/oss-parent/9/oss-parent-9.pom [2023-09-08T19:24:05.856Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom [2023-09-08T19:24:05.856Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (6.6 kB at 547 kB/s) [2023-09-08T19:24:05.856Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom [2023-09-08T19:24:05.856Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom [2023-09-08T19:24:06.113Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom [2023-09-08T19:24:06.113Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom [2023-09-08T19:24:06.113Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom [2023-09-08T19:24:06.113Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom [2023-09-08T19:24:06.113Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom (1.4 kB at 90 kB/s) [2023-09-08T19:24:06.113Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom [2023-09-08T19:24:06.113Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom [2023-09-08T19:24:06.113Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom [2023-09-08T19:24:06.113Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom [2023-09-08T19:24:06.113Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom [2023-09-08T19:24:06.113Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom [2023-09-08T19:24:06.113Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom (2.4 kB at 157 kB/s) [2023-09-08T19:24:06.113Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom [2023-09-08T19:24:06.113Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom [2023-09-08T19:24:06.113Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom [2023-09-08T19:24:06.113Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom [2023-09-08T19:24:06.113Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom [2023-09-08T19:24:06.113Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom [2023-09-08T19:24:06.113Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom (7.9 kB at 659 kB/s) [2023-09-08T19:24:06.114Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/jboss/weld/weld-parent/6/weld-parent-6.pom [2023-09-08T19:24:06.114Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/weld/weld-parent/6/weld-parent-6.pom [2023-09-08T19:24:06.371Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/jboss/weld/weld-parent/6/weld-parent-6.pom [2023-09-08T19:24:06.371Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/jboss/weld/weld-parent/6/weld-parent-6.pom [2023-09-08T19:24:06.371Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/jboss/weld/weld-parent/6/weld-parent-6.pom [2023-09-08T19:24:06.371Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-parent/6/weld-parent-6.pom [2023-09-08T19:24:06.371Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/weld/weld-parent/6/weld-parent-6.pom (21 kB at 1.6 MB/s) [2023-09-08T19:24:06.371Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom [2023-09-08T19:24:06.371Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom [2023-09-08T19:24:06.371Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom [2023-09-08T19:24:06.371Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom [2023-09-08T19:24:06.372Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom [2023-09-08T19:24:06.372Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom [2023-09-08T19:24:06.372Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom (1.0 kB at 38 kB/s) [2023-09-08T19:24:06.372Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.pom [2023-09-08T19:24:06.372Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.pom [2023-09-08T19:24:06.372Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.pom [2023-09-08T19:24:06.372Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.pom [2023-09-08T19:24:06.372Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.pom [2023-09-08T19:24:06.372Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.pom [2023-09-08T19:24:06.629Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.pom (2.6 kB at 202 kB/s) [2023-09-08T19:24:06.629Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/sisu/sisu-inject/0.3.4/sisu-inject-0.3.4.pom [2023-09-08T19:24:06.629Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/sisu-inject/0.3.4/sisu-inject-0.3.4.pom [2023-09-08T19:24:06.629Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/sisu-inject/0.3.4/sisu-inject-0.3.4.pom [2023-09-08T19:24:06.629Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/sisu/sisu-inject/0.3.4/sisu-inject-0.3.4.pom [2023-09-08T19:24:06.629Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/sisu/sisu-inject/0.3.4/sisu-inject-0.3.4.pom [2023-09-08T19:24:06.629Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.3.4/sisu-inject-0.3.4.pom [2023-09-08T19:24:06.629Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.3.4/sisu-inject-0.3.4.pom (14 kB at 236 kB/s) [2023-09-08T19:24:06.629Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.pom [2023-09-08T19:24:06.629Z] [INFO] Downloading from 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 [2023-09-08T19:24:06.629Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.pom [2023-09-08T19:24:06.629Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.pom [2023-09-08T19:24:06.629Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.pom [2023-09-08T19:24:06.629Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.pom [2023-09-08T19:24:06.629Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.pom (750 B at 62 kB/s) [2023-09-08T19:24:06.629Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-containers/2.1.0/plexus-containers-2.1.0.pom [2023-09-08T19:24:06.887Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/2.1.0/plexus-containers-2.1.0.pom [2023-09-08T19:24:06.887Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-containers/2.1.0/plexus-containers-2.1.0.pom [2023-09-08T19:24:06.887Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-containers/2.1.0/plexus-containers-2.1.0.pom [2023-09-08T19:24:06.887Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-containers/2.1.0/plexus-containers-2.1.0.pom [2023-09-08T19:24:06.887Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/2.1.0/plexus-containers-2.1.0.pom [2023-09-08T19:24:06.887Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/2.1.0/plexus-containers-2.1.0.pom (4.8 kB at 166 kB/s) [2023-09-08T19:24:06.887Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom [2023-09-08T19:24:06.887Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom [2023-09-08T19:24:06.887Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom [2023-09-08T19:24:06.887Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom [2023-09-08T19:24:06.887Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom [2023-09-08T19:24:07.144Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom [2023-09-08T19:24:07.144Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom (7.3 kB at 609 kB/s) [2023-09-08T19:24:07.144Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom [2023-09-08T19:24:07.144Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom [2023-09-08T19:24:07.144Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom [2023-09-08T19:24:07.144Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom [2023-09-08T19:24:07.144Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom [2023-09-08T19:24:07.144Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom [2023-09-08T19:24:07.144Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 kB at 1.7 MB/s) [2023-09-08T19:24:07.144Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/spice/spice-parent/17/spice-parent-17.pom [2023-09-08T19:24:07.144Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/17/spice-parent-17.pom [2023-09-08T19:24:07.144Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/spice/spice-parent/17/spice-parent-17.pom [2023-09-08T19:24:07.144Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/sonatype/spice/spice-parent/17/spice-parent-17.pom [2023-09-08T19:24:07.144Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/spice/spice-parent/17/spice-parent-17.pom [2023-09-08T19:24:07.144Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/17/spice-parent-17.pom [2023-09-08T19:24:07.144Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (6.8 kB at 614 kB/s) [2023-09-08T19:24:07.144Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/forge/forge-parent/10/forge-parent-10.pom [2023-09-08T19:24:07.144Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/10/forge-parent-10.pom [2023-09-08T19:24:07.144Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/forge/forge-parent/10/forge-parent-10.pom [2023-09-08T19:24:07.144Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/sonatype/forge/forge-parent/10/forge-parent-10.pom [2023-09-08T19:24:07.144Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/forge/forge-parent/10/forge-parent-10.pom [2023-09-08T19:24:07.144Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/10/forge-parent-10.pom [2023-09-08T19:24:07.144Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 kB at 1.1 MB/s) [2023-09-08T19:24:07.144Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom [2023-09-08T19:24:07.144Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom [2023-09-08T19:24:07.144Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom [2023-09-08T19:24:07.144Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom [2023-09-08T19:24:07.144Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom [2023-09-08T19:24:07.144Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom [2023-09-08T19:24:07.144Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom (7.9 kB at 609 kB/s) [2023-09-08T19:24:07.144Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-model-builder/3.6.3/maven-model-builder-3.6.3.pom [2023-09-08T19:24:07.145Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.6.3/maven-model-builder-3.6.3.pom [2023-09-08T19:24:07.145Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model-builder/3.6.3/maven-model-builder-3.6.3.pom [2023-09-08T19:24:07.401Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-model-builder/3.6.3/maven-model-builder-3.6.3.pom [2023-09-08T19:24:07.401Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-model-builder/3.6.3/maven-model-builder-3.6.3.pom [2023-09-08T19:24:07.401Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.6.3/maven-model-builder-3.6.3.pom [2023-09-08T19:24:07.401Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.6.3/maven-model-builder-3.6.3.pom (3.4 kB at 308 kB/s) [2023-09-08T19:24:07.401Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-resolver-provider/3.6.3/maven-resolver-provider-3.6.3.pom [2023-09-08T19:24:07.401Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-resolver-provider/3.6.3/maven-resolver-provider-3.6.3.pom [2023-09-08T19:24:07.401Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-resolver-provider/3.6.3/maven-resolver-provider-3.6.3.pom [2023-09-08T19:24:07.401Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-resolver-provider/3.6.3/maven-resolver-provider-3.6.3.pom [2023-09-08T19:24:07.401Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-resolver-provider/3.6.3/maven-resolver-provider-3.6.3.pom [2023-09-08T19:24:07.401Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-resolver-provider/3.6.3/maven-resolver-provider-3.6.3.pom [2023-09-08T19:24:07.401Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-resolver-provider/3.6.3/maven-resolver-provider-3.6.3.pom (4.3 kB at 394 kB/s) [2023-09-08T19:24:07.401Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.pom [2023-09-08T19:24:07.401Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.pom [2023-09-08T19:24:07.401Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.pom [2023-09-08T19:24:07.401Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.pom [2023-09-08T19:24:07.401Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.pom [2023-09-08T19:24:07.401Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.pom [2023-09-08T19:24:07.401Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.pom (2.6 kB at 175 kB/s) [2023-09-08T19:24:07.401Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/resolver/maven-resolver/1.4.1/maven-resolver-1.4.1.pom [2023-09-08T19:24:07.401Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver/1.4.1/maven-resolver-1.4.1.pom [2023-09-08T19:24:07.401Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/resolver/maven-resolver/1.4.1/maven-resolver-1.4.1.pom [2023-09-08T19:24:07.401Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/resolver/maven-resolver/1.4.1/maven-resolver-1.4.1.pom [2023-09-08T19:24:07.402Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/resolver/maven-resolver/1.4.1/maven-resolver-1.4.1.pom [2023-09-08T19:24:07.402Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver/1.4.1/maven-resolver-1.4.1.pom [2023-09-08T19:24:07.402Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver/1.4.1/maven-resolver-1.4.1.pom (18 kB at 1.5 MB/s) [2023-09-08T19:24:07.402Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/resolver/maven-resolver-spi/1.4.1/maven-resolver-spi-1.4.1.pom [2023-09-08T19:24:07.402Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-spi/1.4.1/maven-resolver-spi-1.4.1.pom [2023-09-08T19:24:07.402Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/resolver/maven-resolver-spi/1.4.1/maven-resolver-spi-1.4.1.pom [2023-09-08T19:24:07.402Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/resolver/maven-resolver-spi/1.4.1/maven-resolver-spi-1.4.1.pom [2023-09-08T19:24:07.402Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/resolver/maven-resolver-spi/1.4.1/maven-resolver-spi-1.4.1.pom [2023-09-08T19:24:07.659Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-spi/1.4.1/maven-resolver-spi-1.4.1.pom [2023-09-08T19:24:07.659Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-spi/1.4.1/maven-resolver-spi-1.4.1.pom (2.6 kB at 241 kB/s) [2023-09-08T19:24:07.659Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.pom [2023-09-08T19:24:07.659Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.pom [2023-09-08T19:24:07.659Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.pom [2023-09-08T19:24:07.659Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.pom [2023-09-08T19:24:07.659Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.pom [2023-09-08T19:24:07.659Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.pom [2023-09-08T19:24:07.659Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.pom (2.8 kB at 68 kB/s) [2023-09-08T19:24:07.659Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/resolver/maven-resolver-impl/1.4.1/maven-resolver-impl-1.4.1.pom [2023-09-08T19:24:07.659Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-impl/1.4.1/maven-resolver-impl-1.4.1.pom [2023-09-08T19:24:07.659Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/resolver/maven-resolver-impl/1.4.1/maven-resolver-impl-1.4.1.pom [2023-09-08T19:24:07.659Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/resolver/maven-resolver-impl/1.4.1/maven-resolver-impl-1.4.1.pom [2023-09-08T19:24:07.659Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/resolver/maven-resolver-impl/1.4.1/maven-resolver-impl-1.4.1.pom [2023-09-08T19:24:07.659Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-impl/1.4.1/maven-resolver-impl-1.4.1.pom [2023-09-08T19:24:07.659Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-impl/1.4.1/maven-resolver-impl-1.4.1.pom (4.1 kB at 370 kB/s) [2023-09-08T19:24:07.659Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom [2023-09-08T19:24:07.659Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom [2023-09-08T19:24:07.659Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom [2023-09-08T19:24:07.659Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom [2023-09-08T19:24:07.659Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom [2023-09-08T19:24:07.659Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom [2023-09-08T19:24:07.659Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom (3.8 kB at 319 kB/s) [2023-09-08T19:24:07.659Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom [2023-09-08T19:24:07.659Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom [2023-09-08T19:24:07.659Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom [2023-09-08T19:24:07.659Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom [2023-09-08T19:24:07.659Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom [2023-09-08T19:24:07.659Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom [2023-09-08T19:24:07.659Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom (14 kB at 1.2 MB/s) [2023-09-08T19:24:07.659Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/slf4j/slf4j-api/1.7.29/slf4j-api-1.7.29.pom [2023-09-08T19:24:07.659Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/1.7.29/slf4j-api-1.7.29.pom [2023-09-08T19:24:07.659Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-api/1.7.29/slf4j-api-1.7.29.pom [2023-09-08T19:24:07.916Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/slf4j/slf4j-api/1.7.29/slf4j-api-1.7.29.pom [2023-09-08T19:24:07.916Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/slf4j/slf4j-api/1.7.29/slf4j-api-1.7.29.pom [2023-09-08T19:24:07.916Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.29/slf4j-api-1.7.29.pom [2023-09-08T19:24:07.916Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.29/slf4j-api-1.7.29.pom (3.8 kB at 226 kB/s) [2023-09-08T19:24:07.916Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/slf4j/slf4j-parent/1.7.29/slf4j-parent-1.7.29.pom [2023-09-08T19:24:07.916Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-parent/1.7.29/slf4j-parent-1.7.29.pom [2023-09-08T19:24:07.916Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-parent/1.7.29/slf4j-parent-1.7.29.pom [2023-09-08T19:24:07.916Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/slf4j/slf4j-parent/1.7.29/slf4j-parent-1.7.29.pom [2023-09-08T19:24:07.916Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/slf4j/slf4j-parent/1.7.29/slf4j-parent-1.7.29.pom [2023-09-08T19:24:07.916Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.29/slf4j-parent-1.7.29.pom [2023-09-08T19:24:07.916Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.29/slf4j-parent-1.7.29.pom (14 kB at 1.1 MB/s) [2023-09-08T19:24:07.917Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom [2023-09-08T19:24:07.917Z] [INFO] Downloading from 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 [2023-09-08T19:24:07.917Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom [2023-09-08T19:24:07.917Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom [2023-09-08T19:24:07.917Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom [2023-09-08T19:24:07.917Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom [2023-09-08T19:24:07.917Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom (5.6 kB at 512 kB/s) [2023-09-08T19:24:07.917Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom [2023-09-08T19:24:07.917Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom [2023-09-08T19:24:07.917Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom [2023-09-08T19:24:07.917Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom [2023-09-08T19:24:07.917Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom [2023-09-08T19:24:07.917Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom [2023-09-08T19:24:07.917Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom (4.6 kB at 417 kB/s) [2023-09-08T19:24:07.917Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-parent/30/maven-parent-30.pom [2023-09-08T19:24:07.917Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/30/maven-parent-30.pom [2023-09-08T19:24:07.917Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/30/maven-parent-30.pom [2023-09-08T19:24:07.917Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-parent/30/maven-parent-30.pom [2023-09-08T19:24:07.917Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-parent/30/maven-parent-30.pom [2023-09-08T19:24:07.917Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/30/maven-parent-30.pom [2023-09-08T19:24:08.176Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/30/maven-parent-30.pom (41 kB at 3.4 MB/s) [2023-09-08T19:24:08.176Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/apache/18/apache-18.pom [2023-09-08T19:24:08.176Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/18/apache-18.pom [2023-09-08T19:24:08.176Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/18/apache-18.pom [2023-09-08T19:24:08.176Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/apache/18/apache-18.pom [2023-09-08T19:24:08.176Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/apache/18/apache-18.pom [2023-09-08T19:24:08.176Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/18/apache-18.pom [2023-09-08T19:24:08.176Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/18/apache-18.pom (16 kB at 1.3 MB/s) [2023-09-08T19:24:08.176Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-io/commons-io/2.5/commons-io-2.5.pom [2023-09-08T19:24:08.176Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.5/commons-io-2.5.pom [2023-09-08T19:24:08.176Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-io/commons-io/2.5/commons-io-2.5.pom [2023-09-08T19:24:08.176Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/commons-io/commons-io/2.5/commons-io-2.5.pom [2023-09-08T19:24:08.176Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-io/commons-io/2.5/commons-io-2.5.pom [2023-09-08T19:24:08.176Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.pom [2023-09-08T19:24:08.176Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.pom (13 kB at 1.2 MB/s) [2023-09-08T19:24:08.176Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-parent/39/commons-parent-39.pom [2023-09-08T19:24:08.176Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/39/commons-parent-39.pom [2023-09-08T19:24:08.176Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/39/commons-parent-39.pom [2023-09-08T19:24:08.176Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/commons/commons-parent/39/commons-parent-39.pom [2023-09-08T19:24:08.176Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/commons/commons-parent/39/commons-parent-39.pom [2023-09-08T19:24:08.176Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/39/commons-parent-39.pom [2023-09-08T19:24:08.176Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/39/commons-parent-39.pom (62 kB at 5.2 MB/s) [2023-09-08T19:24:08.176Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/apache/16/apache-16.pom [2023-09-08T19:24:08.176Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/16/apache-16.pom [2023-09-08T19:24:08.176Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/16/apache-16.pom [2023-09-08T19:24:08.176Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/apache/16/apache-16.pom [2023-09-08T19:24:08.177Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/apache/16/apache-16.pom [2023-09-08T19:24:08.177Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/16/apache-16.pom [2023-09-08T19:24:08.177Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/16/apache-16.pom (15 kB at 1.4 MB/s) [2023-09-08T19:24:08.177Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/inject/guice/4.2.1/guice-4.2.1.pom [2023-09-08T19:24:08.433Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/inject/guice/4.2.1/guice-4.2.1.pom [2023-09-08T19:24:08.433Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/inject/guice/4.2.1/guice-4.2.1.pom [2023-09-08T19:24:08.433Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/com/google/inject/guice/4.2.1/guice-4.2.1.pom [2023-09-08T19:24:08.433Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/com/google/inject/guice/4.2.1/guice-4.2.1.pom [2023-09-08T19:24:08.433Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/inject/guice/4.2.1/guice-4.2.1.pom [2023-09-08T19:24:08.433Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/inject/guice/4.2.1/guice-4.2.1.pom (11 kB at 913 kB/s) [2023-09-08T19:24:08.433Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/inject/guice-parent/4.2.1/guice-parent-4.2.1.pom [2023-09-08T19:24:08.433Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/inject/guice-parent/4.2.1/guice-parent-4.2.1.pom [2023-09-08T19:24:08.433Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/inject/guice-parent/4.2.1/guice-parent-4.2.1.pom [2023-09-08T19:24:08.433Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/com/google/inject/guice-parent/4.2.1/guice-parent-4.2.1.pom [2023-09-08T19:24:08.433Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/com/google/inject/guice-parent/4.2.1/guice-parent-4.2.1.pom [2023-09-08T19:24:08.433Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/inject/guice-parent/4.2.1/guice-parent-4.2.1.pom [2023-09-08T19:24:08.433Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/inject/guice-parent/4.2.1/guice-parent-4.2.1.pom (16 kB at 1.2 MB/s) [2023-09-08T19:24:08.433Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/google/5/google-5.pom [2023-09-08T19:24:08.433Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/google/5/google-5.pom [2023-09-08T19:24:08.433Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/google/5/google-5.pom [2023-09-08T19:24:08.433Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/com/google/google/5/google-5.pom [2023-09-08T19:24:08.434Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/com/google/google/5/google-5.pom [2023-09-08T19:24:08.434Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/google/5/google-5.pom [2023-09-08T19:24:08.434Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/google/5/google-5.pom (2.5 kB at 223 kB/s) [2023-09-08T19:24:08.434Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/aopalliance/aopalliance/1.0/aopalliance-1.0.pom [2023-09-08T19:24:08.434Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/aopalliance/aopalliance/1.0/aopalliance-1.0.pom [2023-09-08T19:24:08.434Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/aopalliance/aopalliance/1.0/aopalliance-1.0.pom [2023-09-08T19:24:08.434Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/aopalliance/aopalliance/1.0/aopalliance-1.0.pom [2023-09-08T19:24:08.434Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/aopalliance/aopalliance/1.0/aopalliance-1.0.pom [2023-09-08T19:24:08.434Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.pom [2023-09-08T19:24:08.434Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.pom (363 B at 33 kB/s) [2023-09-08T19:24:08.434Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/guava/guava/25.1-android/guava-25.1-android.pom [2023-09-08T19:24:08.434Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/25.1-android/guava-25.1-android.pom [2023-09-08T19:24:08.434Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/guava/25.1-android/guava-25.1-android.pom [2023-09-08T19:24:08.691Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/com/google/guava/guava/25.1-android/guava-25.1-android.pom [2023-09-08T19:24:08.691Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/com/google/guava/guava/25.1-android/guava-25.1-android.pom [2023-09-08T19:24:08.691Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/25.1-android/guava-25.1-android.pom [2023-09-08T19:24:08.691Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/25.1-android/guava-25.1-android.pom (7.8 kB at 519 kB/s) [2023-09-08T19:24:08.691Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/guava/guava-parent/25.1-android/guava-parent-25.1-android.pom [2023-09-08T19:24:08.691Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava-parent/25.1-android/guava-parent-25.1-android.pom [2023-09-08T19:24:08.691Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/guava-parent/25.1-android/guava-parent-25.1-android.pom [2023-09-08T19:24:08.691Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/com/google/guava/guava-parent/25.1-android/guava-parent-25.1-android.pom [2023-09-08T19:24:08.691Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/com/google/guava/guava-parent/25.1-android/guava-parent-25.1-android.pom [2023-09-08T19:24:08.691Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/25.1-android/guava-parent-25.1-android.pom [2023-09-08T19:24:08.691Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/25.1-android/guava-parent-25.1-android.pom (10 kB at 925 kB/s) [2023-09-08T19:24:08.691Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom [2023-09-08T19:24:08.691Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom [2023-09-08T19:24:08.691Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom [2023-09-08T19:24:08.691Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom [2023-09-08T19:24:08.691Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom [2023-09-08T19:24:08.691Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom [2023-09-08T19:24:08.691Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom (4.3 kB at 390 kB/s) [2023-09-08T19:24:08.691Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/oss/oss-parent/7/oss-parent-7.pom [2023-09-08T19:24:08.691Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/oss/oss-parent/7/oss-parent-7.pom [2023-09-08T19:24:08.691Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/oss/oss-parent/7/oss-parent-7.pom [2023-09-08T19:24:08.691Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/sonatype/oss/oss-parent/7/oss-parent-7.pom [2023-09-08T19:24:08.691Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/oss/oss-parent/7/oss-parent-7.pom [2023-09-08T19:24:08.691Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom [2023-09-08T19:24:08.691Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom (4.8 kB at 482 kB/s) [2023-09-08T19:24:08.691Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.pom [2023-09-08T19:24:08.691Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.pom [2023-09-08T19:24:08.948Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.pom [2023-09-08T19:24:08.948Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.pom [2023-09-08T19:24:08.948Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.pom [2023-09-08T19:24:08.948Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.pom [2023-09-08T19:24:08.948Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.pom (4.2 kB at 350 kB/s) [2023-09-08T19:24:08.948Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.pom [2023-09-08T19:24:08.948Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.pom [2023-09-08T19:24:08.948Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.pom [2023-09-08T19:24:08.948Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.pom [2023-09-08T19:24:08.948Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.pom [2023-09-08T19:24:08.948Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.pom [2023-09-08T19:24:08.948Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.pom (1.8 kB at 128 kB/s) [2023-09-08T19:24:08.948Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/errorprone/error_prone_parent/2.1.3/error_prone_parent-2.1.3.pom [2023-09-08T19:24:08.948Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/errorprone/error_prone_parent/2.1.3/error_prone_parent-2.1.3.pom [2023-09-08T19:24:08.948Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/errorprone/error_prone_parent/2.1.3/error_prone_parent-2.1.3.pom [2023-09-08T19:24:08.948Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/com/google/errorprone/error_prone_parent/2.1.3/error_prone_parent-2.1.3.pom [2023-09-08T19:24:08.948Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/com/google/errorprone/error_prone_parent/2.1.3/error_prone_parent-2.1.3.pom [2023-09-08T19:24:08.948Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_parent/2.1.3/error_prone_parent-2.1.3.pom [2023-09-08T19:24:08.948Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_parent/2.1.3/error_prone_parent-2.1.3.pom (5.1 kB at 425 kB/s) [2023-09-08T19:24:08.948Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom [2023-09-08T19:24:08.948Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom [2023-09-08T19:24:08.948Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom [2023-09-08T19:24:08.948Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom [2023-09-08T19:24:08.948Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom [2023-09-08T19:24:08.948Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom [2023-09-08T19:24:08.948Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom (2.8 kB at 212 kB/s) [2023-09-08T19:24:08.948Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom [2023-09-08T19:24:09.207Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom [2023-09-08T19:24:09.207Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom [2023-09-08T19:24:09.207Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom [2023-09-08T19:24:09.207Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom [2023-09-08T19:24:09.207Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom [2023-09-08T19:24:09.207Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom (2.5 kB at 254 kB/s) [2023-09-08T19:24:09.207Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom [2023-09-08T19:24:09.207Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom [2023-09-08T19:24:09.207Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom [2023-09-08T19:24:09.207Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom [2023-09-08T19:24:09.207Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom [2023-09-08T19:24:09.207Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom [2023-09-08T19:24:09.207Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom (4.4 kB at 365 kB/s) [2023-09-08T19:24:09.207Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom [2023-09-08T19:24:09.208Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom [2023-09-08T19:24:09.208Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom [2023-09-08T19:24:09.208Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom [2023-09-08T19:24:09.208Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom [2023-09-08T19:24:09.208Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom [2023-09-08T19:24:09.208Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom (24 kB at 2.2 MB/s) [2023-09-08T19:24:09.208Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom [2023-09-08T19:24:09.208Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom [2023-09-08T19:24:09.208Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom [2023-09-08T19:24:09.208Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom [2023-09-08T19:24:09.208Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom [2023-09-08T19:24:09.208Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom [2023-09-08T19:24:09.208Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom (4.8 kB at 438 kB/s) [2023-09-08T19:24:09.208Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.0.0/org.eclipse.tycho.p2.tools.shared-2.0.0.pom [2023-09-08T19:24:09.208Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.0.0/org.eclipse.tycho.p2.tools.shared-2.0.0.pom [2023-09-08T19:24:09.208Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.0.0/org.eclipse.tycho.p2.tools.shared-2.0.0.pom [2023-09-08T19:24:09.208Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.0.0/org.eclipse.tycho.p2.tools.shared-2.0.0.pom [2023-09-08T19:24:09.208Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.0.0/org.eclipse.tycho.p2.tools.shared-2.0.0.pom [2023-09-08T19:24:09.464Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.0.0/org.eclipse.tycho.p2.tools.shared-2.0.0.pom [2023-09-08T19:24:09.464Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.0.0/org.eclipse.tycho.p2.tools.shared-2.0.0.pom (1.1 kB at 25 kB/s) [2023-09-08T19:24:09.464Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-bundles/2.0.0/tycho-bundles-2.0.0.pom [2023-09-08T19:24:09.464Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-bundles/2.0.0/tycho-bundles-2.0.0.pom [2023-09-08T19:24:09.464Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-bundles/2.0.0/tycho-bundles-2.0.0.pom [2023-09-08T19:24:09.464Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/tycho/tycho-bundles/2.0.0/tycho-bundles-2.0.0.pom [2023-09-08T19:24:09.464Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/tycho/tycho-bundles/2.0.0/tycho-bundles-2.0.0.pom [2023-09-08T19:24:09.464Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-bundles/2.0.0/tycho-bundles-2.0.0.pom [2023-09-08T19:24:09.464Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-bundles/2.0.0/tycho-bundles-2.0.0.pom (3.0 kB at 108 kB/s) [2023-09-08T19:24:09.464Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.0.0/org.eclipse.tycho.p2.resolver.shared-2.0.0.pom [2023-09-08T19:24:09.464Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.0.0/org.eclipse.tycho.p2.resolver.shared-2.0.0.pom [2023-09-08T19:24:09.464Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.0.0/org.eclipse.tycho.p2.resolver.shared-2.0.0.pom [2023-09-08T19:24:09.465Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.0.0/org.eclipse.tycho.p2.resolver.shared-2.0.0.pom [2023-09-08T19:24:09.465Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.0.0/org.eclipse.tycho.p2.resolver.shared-2.0.0.pom [2023-09-08T19:24:09.465Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.0.0/org.eclipse.tycho.p2.resolver.shared-2.0.0.pom [2023-09-08T19:24:09.465Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.0.0/org.eclipse.tycho.p2.resolver.shared-2.0.0.pom (1.1 kB at 25 kB/s) [2023-09-08T19:24:09.465Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-archiver/4.2.2/plexus-archiver-4.2.2.pom [2023-09-08T19:24:09.721Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/4.2.2/plexus-archiver-4.2.2.pom [2023-09-08T19:24:09.721Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-archiver/4.2.2/plexus-archiver-4.2.2.pom [2023-09-08T19:24:09.721Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-archiver/4.2.2/plexus-archiver-4.2.2.pom [2023-09-08T19:24:09.721Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-archiver/4.2.2/plexus-archiver-4.2.2.pom [2023-09-08T19:24:09.721Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.2.2/plexus-archiver-4.2.2.pom [2023-09-08T19:24:09.721Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.2.2/plexus-archiver-4.2.2.pom (4.4 kB at 364 kB/s) [2023-09-08T19:24:09.721Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus/6.1/plexus-6.1.pom [2023-09-08T19:24:09.721Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/6.1/plexus-6.1.pom [2023-09-08T19:24:09.721Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/6.1/plexus-6.1.pom [2023-09-08T19:24:09.721Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus/6.1/plexus-6.1.pom [2023-09-08T19:24:09.721Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus/6.1/plexus-6.1.pom [2023-09-08T19:24:09.721Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/6.1/plexus-6.1.pom [2023-09-08T19:24:09.721Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/6.1/plexus-6.1.pom (24 kB at 1.8 MB/s) [2023-09-08T19:24:09.721Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom [2023-09-08T19:24:09.721Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom [2023-09-08T19:24:09.722Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom [2023-09-08T19:24:09.722Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom [2023-09-08T19:24:09.722Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom [2023-09-08T19:24:09.722Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom [2023-09-08T19:24:09.722Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom (4.5 kB at 413 kB/s) [2023-09-08T19:24:09.722Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-io/commons-io/2.6/commons-io-2.6.pom [2023-09-08T19:24:09.722Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.6/commons-io-2.6.pom [2023-09-08T19:24:09.722Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-io/commons-io/2.6/commons-io-2.6.pom [2023-09-08T19:24:09.722Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/commons-io/commons-io/2.6/commons-io-2.6.pom [2023-09-08T19:24:09.722Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-io/commons-io/2.6/commons-io-2.6.pom [2023-09-08T19:24:09.979Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.6/commons-io-2.6.pom [2023-09-08T19:24:09.979Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.6/commons-io-2.6.pom (14 kB at 1.3 MB/s) [2023-09-08T19:24:09.979Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-parent/42/commons-parent-42.pom [2023-09-08T19:24:09.979Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/42/commons-parent-42.pom [2023-09-08T19:24:09.979Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/42/commons-parent-42.pom [2023-09-08T19:24:09.979Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/commons/commons-parent/42/commons-parent-42.pom [2023-09-08T19:24:09.979Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/commons/commons-parent/42/commons-parent-42.pom [2023-09-08T19:24:09.979Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/42/commons-parent-42.pom [2023-09-08T19:24:09.979Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/42/commons-parent-42.pom (68 kB at 5.7 MB/s) [2023-09-08T19:24:09.979Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-compress/1.20/commons-compress-1.20.pom [2023-09-08T19:24:09.979Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.20/commons-compress-1.20.pom [2023-09-08T19:24:09.979Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-compress/1.20/commons-compress-1.20.pom [2023-09-08T19:24:09.979Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/commons/commons-compress/1.20/commons-compress-1.20.pom [2023-09-08T19:24:09.979Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/commons/commons-compress/1.20/commons-compress-1.20.pom [2023-09-08T19:24:09.979Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.20/commons-compress-1.20.pom [2023-09-08T19:24:09.979Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.20/commons-compress-1.20.pom (18 kB at 1.8 MB/s) [2023-09-08T19:24:09.979Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-parent/48/commons-parent-48.pom [2023-09-08T19:24:09.979Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/48/commons-parent-48.pom [2023-09-08T19:24:09.979Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/48/commons-parent-48.pom [2023-09-08T19:24:09.979Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/commons/commons-parent/48/commons-parent-48.pom [2023-09-08T19:24:09.979Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/commons/commons-parent/48/commons-parent-48.pom [2023-09-08T19:24:09.979Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/48/commons-parent-48.pom [2023-09-08T19:24:09.979Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/48/commons-parent-48.pom (72 kB at 5.5 MB/s) [2023-09-08T19:24:09.979Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/iq80/snappy/snappy/0.4/snappy-0.4.pom [2023-09-08T19:24:09.979Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/iq80/snappy/snappy/0.4/snappy-0.4.pom [2023-09-08T19:24:09.979Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/iq80/snappy/snappy/0.4/snappy-0.4.pom [2023-09-08T19:24:09.979Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/iq80/snappy/snappy/0.4/snappy-0.4.pom [2023-09-08T19:24:09.979Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/iq80/snappy/snappy/0.4/snappy-0.4.pom [2023-09-08T19:24:09.979Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/iq80/snappy/snappy/0.4/snappy-0.4.pom [2023-09-08T19:24:10.238Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/iq80/snappy/snappy/0.4/snappy-0.4.pom (15 kB at 1.3 MB/s) [2023-09-08T19:24:10.238Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/tukaani/xz/1.8/xz-1.8.pom [2023-09-08T19:24:10.238Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/tukaani/xz/1.8/xz-1.8.pom [2023-09-08T19:24:10.238Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/tukaani/xz/1.8/xz-1.8.pom [2023-09-08T19:24:10.238Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/tukaani/xz/1.8/xz-1.8.pom [2023-09-08T19:24:10.238Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/tukaani/xz/1.8/xz-1.8.pom [2023-09-08T19:24:10.238Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.8/xz-1.8.pom [2023-09-08T19:24:10.238Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.8/xz-1.8.pom (1.9 kB at 191 kB/s) [2023-09-08T19:24:10.238Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.800/org.eclipse.osgi.compatibility.state-1.1.800.pom [2023-09-08T19:24:10.238Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.800/org.eclipse.osgi.compatibility.state-1.1.800.pom [2023-09-08T19:24:10.238Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.800/org.eclipse.osgi.compatibility.state-1.1.800.pom [2023-09-08T19:24:10.238Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.800/org.eclipse.osgi.compatibility.state-1.1.800.pom [2023-09-08T19:24:10.238Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.800/org.eclipse.osgi.compatibility.state-1.1.800.pom [2023-09-08T19:24:10.238Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.800/org.eclipse.osgi.compatibility.state-1.1.800.pom [2023-09-08T19:24:10.238Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.800/org.eclipse.osgi.compatibility.state-1.1.800.pom (2.0 kB at 69 kB/s) [2023-09-08T19:24:10.238Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/platform/org.eclipse.osgi/3.15.300/org.eclipse.osgi-3.15.300.pom [2023-09-08T19:24:10.238Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.15.300/org.eclipse.osgi-3.15.300.pom [2023-09-08T19:24:10.238Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.osgi/3.15.300/org.eclipse.osgi-3.15.300.pom [2023-09-08T19:24:10.238Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/platform/org.eclipse.osgi/3.15.300/org.eclipse.osgi-3.15.300.pom [2023-09-08T19:24:10.238Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/platform/org.eclipse.osgi/3.15.300/org.eclipse.osgi-3.15.300.pom [2023-09-08T19:24:10.238Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.15.300/org.eclipse.osgi-3.15.300.pom [2023-09-08T19:24:10.238Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.15.300/org.eclipse.osgi-3.15.300.pom (1.7 kB at 133 kB/s) [2023-09-08T19:24:10.238Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/sisu-equinox-embedder/2.0.0/sisu-equinox-embedder-2.0.0.pom [2023-09-08T19:24:10.238Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-embedder/2.0.0/sisu-equinox-embedder-2.0.0.pom [2023-09-08T19:24:10.238Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/sisu-equinox-embedder/2.0.0/sisu-equinox-embedder-2.0.0.pom [2023-09-08T19:24:10.238Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/tycho/sisu-equinox-embedder/2.0.0/sisu-equinox-embedder-2.0.0.pom [2023-09-08T19:24:10.238Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/tycho/sisu-equinox-embedder/2.0.0/sisu-equinox-embedder-2.0.0.pom [2023-09-08T19:24:10.238Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/sisu-equinox-embedder/2.0.0/sisu-equinox-embedder-2.0.0.pom [2023-09-08T19:24:10.497Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/sisu-equinox-embedder/2.0.0/sisu-equinox-embedder-2.0.0.pom (1.8 kB at 27 kB/s) [2023-09-08T19:24:10.497Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/sisu-equinox/2.0.0/sisu-equinox-2.0.0.pom [2023-09-08T19:24:10.497Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox/2.0.0/sisu-equinox-2.0.0.pom [2023-09-08T19:24:10.497Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/sisu-equinox/2.0.0/sisu-equinox-2.0.0.pom [2023-09-08T19:24:10.497Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/tycho/sisu-equinox/2.0.0/sisu-equinox-2.0.0.pom [2023-09-08T19:24:10.497Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/tycho/sisu-equinox/2.0.0/sisu-equinox-2.0.0.pom [2023-09-08T19:24:10.497Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/sisu-equinox/2.0.0/sisu-equinox-2.0.0.pom [2023-09-08T19:24:10.497Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/sisu-equinox/2.0.0/sisu-equinox-2.0.0.pom (1.0 kB at 24 kB/s) [2023-09-08T19:24:10.497Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/sisu-equinox-api/2.0.0/sisu-equinox-api-2.0.0.pom [2023-09-08T19:24:10.497Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-api/2.0.0/sisu-equinox-api-2.0.0.pom [2023-09-08T19:24:10.497Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/sisu-equinox-api/2.0.0/sisu-equinox-api-2.0.0.pom [2023-09-08T19:24:10.497Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/tycho/sisu-equinox-api/2.0.0/sisu-equinox-api-2.0.0.pom [2023-09-08T19:24:10.497Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/tycho/sisu-equinox-api/2.0.0/sisu-equinox-api-2.0.0.pom [2023-09-08T19:24:10.497Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/sisu-equinox-api/2.0.0/sisu-equinox-api-2.0.0.pom [2023-09-08T19:24:10.497Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/sisu-equinox-api/2.0.0/sisu-equinox-api-2.0.0.pom (1.7 kB at 64 kB/s) [2023-09-08T19:24:10.497Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-metadata-model/2.0.0/tycho-metadata-model-2.0.0.pom [2023-09-08T19:24:10.497Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-metadata-model/2.0.0/tycho-metadata-model-2.0.0.pom [2023-09-08T19:24:10.497Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-metadata-model/2.0.0/tycho-metadata-model-2.0.0.pom [2023-09-08T19:24:10.497Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/tycho/tycho-metadata-model/2.0.0/tycho-metadata-model-2.0.0.pom [2023-09-08T19:24:10.497Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/tycho/tycho-metadata-model/2.0.0/tycho-metadata-model-2.0.0.pom [2023-09-08T19:24:10.497Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-metadata-model/2.0.0/tycho-metadata-model-2.0.0.pom [2023-09-08T19:24:10.497Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-metadata-model/2.0.0/tycho-metadata-model-2.0.0.pom (1.3 kB at 47 kB/s) [2023-09-08T19:24:10.497Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/de/pdark/decentxml/1.4/decentxml-1.4.pom [2023-09-08T19:24:10.754Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/de/pdark/decentxml/1.4/decentxml-1.4.pom [2023-09-08T19:24:10.754Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/de/pdark/decentxml/1.4/decentxml-1.4.pom [2023-09-08T19:24:10.754Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/de/pdark/decentxml/1.4/decentxml-1.4.pom [2023-09-08T19:24:10.754Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/de/pdark/decentxml/1.4/decentxml-1.4.pom [2023-09-08T19:24:10.754Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/de/pdark/decentxml/1.4/decentxml-1.4.pom [2023-09-08T19:24:10.754Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/de/pdark/decentxml/1.4/decentxml-1.4.pom (9.5 kB at 730 kB/s) [2023-09-08T19:24:10.754Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-embedder-api/2.0.0/tycho-embedder-api-2.0.0.pom [2023-09-08T19:24:10.754Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-embedder-api/2.0.0/tycho-embedder-api-2.0.0.pom [2023-09-08T19:24:10.754Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-embedder-api/2.0.0/tycho-embedder-api-2.0.0.pom [2023-09-08T19:24:10.754Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/tycho/tycho-embedder-api/2.0.0/tycho-embedder-api-2.0.0.pom [2023-09-08T19:24:10.754Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/tycho/tycho-embedder-api/2.0.0/tycho-embedder-api-2.0.0.pom [2023-09-08T19:24:10.754Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-embedder-api/2.0.0/tycho-embedder-api-2.0.0.pom [2023-09-08T19:24:10.754Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-embedder-api/2.0.0/tycho-embedder-api-2.0.0.pom (2.1 kB at 26 kB/s) [2023-09-08T19:24:10.754Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.0.0/org.eclipse.tycho.embedder.shared-2.0.0.pom [2023-09-08T19:24:10.754Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.0.0/org.eclipse.tycho.embedder.shared-2.0.0.pom [2023-09-08T19:24:10.754Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.0.0/org.eclipse.tycho.embedder.shared-2.0.0.pom [2023-09-08T19:24:10.754Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.0.0/org.eclipse.tycho.embedder.shared-2.0.0.pom [2023-09-08T19:24:10.754Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.0.0/org.eclipse.tycho.embedder.shared-2.0.0.pom [2023-09-08T19:24:10.754Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.0.0/org.eclipse.tycho.embedder.shared-2.0.0.pom [2023-09-08T19:24:11.011Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.0.0/org.eclipse.tycho.embedder.shared-2.0.0.pom (1.1 kB at 22 kB/s) [2023-09-08T19:24:11.011Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.0.0/org.eclipse.tycho.core.shared-2.0.0.pom [2023-09-08T19:24:11.011Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.0.0/org.eclipse.tycho.core.shared-2.0.0.pom [2023-09-08T19:24:11.011Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.0.0/org.eclipse.tycho.core.shared-2.0.0.pom [2023-09-08T19:24:11.011Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.0.0/org.eclipse.tycho.core.shared-2.0.0.pom [2023-09-08T19:24:11.011Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.0.0/org.eclipse.tycho.core.shared-2.0.0.pom [2023-09-08T19:24:11.011Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.0.0/org.eclipse.tycho.core.shared-2.0.0.pom [2023-09-08T19:24:11.011Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.0.0/org.eclipse.tycho.core.shared-2.0.0.pom (1.0 kB at 22 kB/s) [2023-09-08T19:24:11.011Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-compat/3.6.3/maven-compat-3.6.3.pom [2023-09-08T19:24:11.011Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-compat/3.6.3/maven-compat-3.6.3.pom [2023-09-08T19:24:11.011Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-compat/3.6.3/maven-compat-3.6.3.pom [2023-09-08T19:24:11.011Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-compat/3.6.3/maven-compat-3.6.3.pom [2023-09-08T19:24:11.011Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-compat/3.6.3/maven-compat-3.6.3.pom [2023-09-08T19:24:11.011Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-compat/3.6.3/maven-compat-3.6.3.pom [2023-09-08T19:24:11.011Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-compat/3.6.3/maven-compat-3.6.3.pom (4.6 kB at 166 kB/s) [2023-09-08T19:24:11.012Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/wagon/wagon-provider-api/3.3.4/wagon-provider-api-3.3.4.pom [2023-09-08T19:24:11.012Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/3.3.4/wagon-provider-api-3.3.4.pom [2023-09-08T19:24:11.012Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/wagon/wagon-provider-api/3.3.4/wagon-provider-api-3.3.4.pom [2023-09-08T19:24:11.269Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/wagon/wagon-provider-api/3.3.4/wagon-provider-api-3.3.4.pom [2023-09-08T19:24:11.269Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/wagon/wagon-provider-api/3.3.4/wagon-provider-api-3.3.4.pom [2023-09-08T19:24:11.269Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/3.3.4/wagon-provider-api-3.3.4.pom [2023-09-08T19:24:11.269Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/3.3.4/wagon-provider-api-3.3.4.pom (1.9 kB at 169 kB/s) [2023-09-08T19:24:11.269Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/wagon/wagon/3.3.4/wagon-3.3.4.pom [2023-09-08T19:24:11.269Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon/3.3.4/wagon-3.3.4.pom [2023-09-08T19:24:11.270Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/wagon/wagon/3.3.4/wagon-3.3.4.pom [2023-09-08T19:24:11.270Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/wagon/wagon/3.3.4/wagon-3.3.4.pom [2023-09-08T19:24:11.270Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/wagon/wagon/3.3.4/wagon-3.3.4.pom [2023-09-08T19:24:11.270Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/3.3.4/wagon-3.3.4.pom [2023-09-08T19:24:11.270Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/3.3.4/wagon-3.3.4.pom (21 kB at 1.6 MB/s) [2023-09-08T19:24:11.270Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-p2-facade/2.0.0/tycho-p2-facade-2.0.0.pom [2023-09-08T19:24:11.270Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-facade/2.0.0/tycho-p2-facade-2.0.0.pom [2023-09-08T19:24:11.270Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-p2-facade/2.0.0/tycho-p2-facade-2.0.0.pom [2023-09-08T19:24:11.270Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/tycho/tycho-p2-facade/2.0.0/tycho-p2-facade-2.0.0.pom [2023-09-08T19:24:11.270Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/tycho/tycho-p2-facade/2.0.0/tycho-p2-facade-2.0.0.pom [2023-09-08T19:24:11.270Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-p2-facade/2.0.0/tycho-p2-facade-2.0.0.pom [2023-09-08T19:24:11.270Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-p2-facade/2.0.0/tycho-p2-facade-2.0.0.pom (2.2 kB at 54 kB/s) [2023-09-08T19:24:11.270Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-p2/2.0.0/tycho-p2-2.0.0.pom [2023-09-08T19:24:11.270Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2/2.0.0/tycho-p2-2.0.0.pom [2023-09-08T19:24:11.270Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-p2/2.0.0/tycho-p2-2.0.0.pom [2023-09-08T19:24:11.270Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/tycho/tycho-p2/2.0.0/tycho-p2-2.0.0.pom [2023-09-08T19:24:11.270Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/tycho/tycho-p2/2.0.0/tycho-p2-2.0.0.pom [2023-09-08T19:24:11.270Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-p2/2.0.0/tycho-p2-2.0.0.pom [2023-09-08T19:24:11.528Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-p2/2.0.0/tycho-p2-2.0.0.pom (1.1 kB at 26 kB/s) [2023-09-08T19:24:11.528Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-maven-plugin/2.0.0/tycho-maven-plugin-2.0.0.jar [2023-09-08T19:24:11.528Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-core/3.6.3/maven-core-3.6.3.jar [2023-09-08T19:24:11.528Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-settings/3.6.3/maven-settings-3.6.3.jar [2023-09-08T19:24:11.528Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-core/2.0.0/tycho-core-2.0.0.jar [2023-09-08T19:24:11.528Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-model/3.6.3/maven-model-3.6.3.jar [2023-09-08T19:24:11.528Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-settings-builder/3.6.3/maven-settings-builder-3.6.3.jar [2023-09-08T19:24:11.528Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar [2023-09-08T19:24:11.528Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar [2023-09-08T19:24:11.528Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-builder-support/3.6.3/maven-builder-support-3.6.3.jar [2023-09-08T19:24:11.528Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-repository-metadata/3.6.3/maven-repository-metadata-3.6.3.jar [2023-09-08T19:24:11.528Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-artifact/3.6.3/maven-artifact-3.6.3.jar [2023-09-08T19:24:11.528Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-model-builder/3.6.3/maven-model-builder-3.6.3.jar [2023-09-08T19:24:11.528Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-resolver-provider/3.6.3/maven-resolver-provider-3.6.3.jar [2023-09-08T19:24:11.528Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/slf4j/slf4j-api/1.7.29/slf4j-api-1.7.29.jar [2023-09-08T19:24:11.528Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/resolver/maven-resolver-impl/1.4.1/maven-resolver-impl-1.4.1.jar [2023-09-08T19:24:11.528Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.jar [2023-09-08T19:24:11.528Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/resolver/maven-resolver-spi/1.4.1/maven-resolver-spi-1.4.1.jar [2023-09-08T19:24:11.528Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.jar [2023-09-08T19:24:11.528Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar [2023-09-08T19:24:11.528Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.jar [2023-09-08T19:24:11.528Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-io/commons-io/2.5/commons-io-2.5.jar [2023-09-08T19:24:11.528Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/inject/guice/4.2.1/guice-4.2.1-no_aop.jar [2023-09-08T19:24:12.631Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/aopalliance/aopalliance/1.0/aopalliance-1.0.jar [2023-09-08T19:24:12.631Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/guava/guava/25.1-android/guava-25.1-android.jar [2023-09-08T19:24:12.631Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.jar [2023-09-08T19:24:12.631Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar [2023-09-08T19:24:12.631Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.jar [2023-09-08T19:24:12.632Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar [2023-09-08T19:24:12.632Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.jar [2023-09-08T19:24:12.632Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar [2023-09-08T19:24:12.632Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/javax/inject/javax.inject/1/javax.inject-1.jar [2023-09-08T19:24:12.632Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.jar [2023-09-08T19:24:12.632Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar [2023-09-08T19:24:12.632Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-plugin-api/3.6.3/maven-plugin-api-3.6.3.jar [2023-09-08T19:24:12.632Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.0.0/org.eclipse.tycho.p2.tools.shared-2.0.0.jar [2023-09-08T19:24:12.632Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.0.0/org.eclipse.tycho.p2.resolver.shared-2.0.0.jar [2023-09-08T19:24:12.632Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-archiver/4.2.2/plexus-archiver-4.2.2.jar [2023-09-08T19:24:12.632Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar [2023-09-08T19:24:12.632Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/iq80/snappy/snappy/0.4/snappy-0.4.jar [2023-09-08T19:24:12.632Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.800/org.eclipse.osgi.compatibility.state-1.1.800.jar [2023-09-08T19:24:12.632Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/tukaani/xz/1.8/xz-1.8.jar [2023-09-08T19:24:12.632Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-compress/1.20/commons-compress-1.20.jar [2023-09-08T19:24:12.632Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/platform/org.eclipse.osgi/3.15.300/org.eclipse.osgi-3.15.300.jar [2023-09-08T19:24:12.632Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/sisu-equinox-embedder/2.0.0/sisu-equinox-embedder-2.0.0.jar [2023-09-08T19:24:12.632Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/sisu-equinox-api/2.0.0/sisu-equinox-api-2.0.0.jar [2023-09-08T19:24:12.632Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-metadata-model/2.0.0/tycho-metadata-model-2.0.0.jar [2023-09-08T19:24:12.632Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-embedder-api/2.0.0/tycho-embedder-api-2.0.0.jar [2023-09-08T19:24:12.632Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/de/pdark/decentxml/1.4/decentxml-1.4.jar [2023-09-08T19:24:12.632Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.0.0/org.eclipse.tycho.embedder.shared-2.0.0.jar [2023-09-08T19:24:12.632Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.0.0/org.eclipse.tycho.core.shared-2.0.0.jar [2023-09-08T19:24:12.632Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-compat/3.6.3/maven-compat-3.6.3.jar [2023-09-08T19:24:12.632Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.jar [2023-09-08T19:24:12.632Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/wagon/wagon-provider-api/3.3.4/wagon-provider-api-3.3.4.jar [2023-09-08T19:24:12.632Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-p2-facade/2.0.0/tycho-p2-facade-2.0.0.jar [2023-09-08T19:24:12.632Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.jar [2023-09-08T19:24:12.632Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-maven-plugin/2.0.0/tycho-maven-plugin-2.0.0.jar [2023-09-08T19:24:12.632Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.6.3/maven-core-3.6.3.jar [2023-09-08T19:24:12.632Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-core/2.0.0/tycho-core-2.0.0.jar [2023-09-08T19:24:12.632Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.6.3/maven-settings-3.6.3.jar [2023-09-08T19:24:12.632Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.6.3/maven-model-3.6.3.jar [2023-09-08T19:24:12.632Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.6.3/maven-settings-builder-3.6.3.jar [2023-09-08T19:24:12.632Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar [2023-09-08T19:24:12.632Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.6.3/maven-repository-metadata-3.6.3.jar [2023-09-08T19:24:12.632Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-builder-support/3.6.3/maven-builder-support-3.6.3.jar [2023-09-08T19:24:12.632Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar [2023-09-08T19:24:12.632Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.6.3/maven-artifact-3.6.3.jar [2023-09-08T19:24:12.632Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.6.3/maven-model-builder-3.6.3.jar [2023-09-08T19:24:12.632Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-resolver-provider/3.6.3/maven-resolver-provider-3.6.3.jar [2023-09-08T19:24:12.632Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/1.7.29/slf4j-api-1.7.29.jar [2023-09-08T19:24:12.632Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-impl/1.4.1/maven-resolver-impl-1.4.1.jar [2023-09-08T19:24:12.632Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.jar [2023-09-08T19:24:12.632Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-spi/1.4.1/maven-resolver-spi-1.4.1.jar [2023-09-08T19:24:12.633Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.jar [2023-09-08T19:24:12.633Z] [INFO] Downloading from 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 [2023-09-08T19:24:12.633Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.5/commons-io-2.5.jar [2023-09-08T19:24:12.633Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.jar [2023-09-08T19:24:12.633Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/inject/guice/4.2.1/guice-4.2.1-no_aop.jar [2023-09-08T19:24:12.633Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/aopalliance/aopalliance/1.0/aopalliance-1.0.jar [2023-09-08T19:24:12.633Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/25.1-android/guava-25.1-android.jar [2023-09-08T19:24:12.633Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar [2023-09-08T19:24:12.633Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.jar [2023-09-08T19:24:12.633Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.jar [2023-09-08T19:24:12.633Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar [2023-09-08T19:24:12.633Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.jar [2023-09-08T19:24:12.633Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/inject/javax.inject/1/javax.inject-1.jar [2023-09-08T19:24:12.633Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar [2023-09-08T19:24:12.633Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.jar [2023-09-08T19:24:12.633Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar [2023-09-08T19:24:12.633Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.6.3/maven-plugin-api-3.6.3.jar [2023-09-08T19:24:12.633Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.0.0/org.eclipse.tycho.p2.tools.shared-2.0.0.jar [2023-09-08T19:24:12.633Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/4.2.2/plexus-archiver-4.2.2.jar [2023-09-08T19:24:12.633Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.0.0/org.eclipse.tycho.p2.resolver.shared-2.0.0.jar [2023-09-08T19:24:12.633Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar [2023-09-08T19:24:12.633Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.20/commons-compress-1.20.jar [2023-09-08T19:24:12.633Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/iq80/snappy/snappy/0.4/snappy-0.4.jar [2023-09-08T19:24:12.633Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/tukaani/xz/1.8/xz-1.8.jar [2023-09-08T19:24:12.633Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.800/org.eclipse.osgi.compatibility.state-1.1.800.jar [2023-09-08T19:24:12.633Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.15.300/org.eclipse.osgi-3.15.300.jar [2023-09-08T19:24:12.633Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-embedder/2.0.0/sisu-equinox-embedder-2.0.0.jar [2023-09-08T19:24:12.633Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-api/2.0.0/sisu-equinox-api-2.0.0.jar [2023-09-08T19:24:12.633Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-metadata-model/2.0.0/tycho-metadata-model-2.0.0.jar [2023-09-08T19:24:12.633Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-embedder-api/2.0.0/tycho-embedder-api-2.0.0.jar [2023-09-08T19:24:12.633Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/de/pdark/decentxml/1.4/decentxml-1.4.jar [2023-09-08T19:24:12.633Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.0.0/org.eclipse.tycho.embedder.shared-2.0.0.jar [2023-09-08T19:24:12.633Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.0.0/org.eclipse.tycho.core.shared-2.0.0.jar [2023-09-08T19:24:12.633Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-compat/3.6.3/maven-compat-3.6.3.jar [2023-09-08T19:24:12.633Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.jar [2023-09-08T19:24:12.633Z] [INFO] Downloading from 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 [2023-09-08T19:24:12.633Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-facade/2.0.0/tycho-p2-facade-2.0.0.jar [2023-09-08T19:24:12.633Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/3.3.4/wagon-provider-api-3.3.4.jar [2023-09-08T19:24:12.633Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-maven-plugin/2.0.0/tycho-maven-plugin-2.0.0.jar [2023-09-08T19:24:12.633Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model/3.6.3/maven-model-3.6.3.jar [2023-09-08T19:24:12.633Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-core/3.6.3/maven-core-3.6.3.jar [2023-09-08T19:24:12.633Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-core/2.0.0/tycho-core-2.0.0.jar [2023-09-08T19:24:12.633Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings/3.6.3/maven-settings-3.6.3.jar [2023-09-08T19:24:12.633Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings-builder/3.6.3/maven-settings-builder-3.6.3.jar [2023-09-08T19:24:12.633Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar [2023-09-08T19:24:12.633Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar [2023-09-08T19:24:12.634Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-builder-support/3.6.3/maven-builder-support-3.6.3.jar [2023-09-08T19:24:12.634Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-repository-metadata/3.6.3/maven-repository-metadata-3.6.3.jar [2023-09-08T19:24:12.634Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact/3.6.3/maven-artifact-3.6.3.jar [2023-09-08T19:24:12.634Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model-builder/3.6.3/maven-model-builder-3.6.3.jar [2023-09-08T19:24:12.634Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-api/1.7.29/slf4j-api-1.7.29.jar [2023-09-08T19:24:12.634Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-resolver-provider/3.6.3/maven-resolver-provider-3.6.3.jar [2023-09-08T19:24:12.634Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/resolver/maven-resolver-impl/1.4.1/maven-resolver-impl-1.4.1.jar [2023-09-08T19:24:12.634Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.jar [2023-09-08T19:24:12.634Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar [2023-09-08T19:24:12.634Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/resolver/maven-resolver-spi/1.4.1/maven-resolver-spi-1.4.1.jar [2023-09-08T19:24:12.634Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.jar [2023-09-08T19:24:12.634Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-io/commons-io/2.5/commons-io-2.5.jar [2023-09-08T19:24:12.634Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/aopalliance/aopalliance/1.0/aopalliance-1.0.jar [2023-09-08T19:24:12.634Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/inject/guice/4.2.1/guice-4.2.1-no_aop.jar [2023-09-08T19:24:12.634Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.jar [2023-09-08T19:24:12.634Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/guava/25.1-android/guava-25.1-android.jar [2023-09-08T19:24:12.634Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar [2023-09-08T19:24:12.634Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.jar [2023-09-08T19:24:12.634Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.jar [2023-09-08T19:24:12.634Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.jar [2023-09-08T19:24:12.634Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar [2023-09-08T19:24:12.634Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/inject/javax.inject/1/javax.inject-1.jar [2023-09-08T19:24:12.634Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar [2023-09-08T19:24:12.634Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.jar [2023-09-08T19:24:12.634Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-api/3.6.3/maven-plugin-api-3.6.3.jar [2023-09-08T19:24:12.634Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar [2023-09-08T19:24:12.634Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.0.0/org.eclipse.tycho.p2.tools.shared-2.0.0.jar [2023-09-08T19:24:12.634Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.0.0/org.eclipse.tycho.p2.resolver.shared-2.0.0.jar [2023-09-08T19:24:12.634Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-archiver/4.2.2/plexus-archiver-4.2.2.jar [2023-09-08T19:24:12.634Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar [2023-09-08T19:24:12.634Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-compress/1.20/commons-compress-1.20.jar [2023-09-08T19:24:12.634Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/iq80/snappy/snappy/0.4/snappy-0.4.jar [2023-09-08T19:24:12.634Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/tukaani/xz/1.8/xz-1.8.jar [2023-09-08T19:24:12.634Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.800/org.eclipse.osgi.compatibility.state-1.1.800.jar [2023-09-08T19:24:12.634Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.osgi/3.15.300/org.eclipse.osgi-3.15.300.jar [2023-09-08T19:24:12.634Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/sisu-equinox-embedder/2.0.0/sisu-equinox-embedder-2.0.0.jar [2023-09-08T19:24:12.634Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/sisu-equinox-api/2.0.0/sisu-equinox-api-2.0.0.jar [2023-09-08T19:24:12.634Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-metadata-model/2.0.0/tycho-metadata-model-2.0.0.jar [2023-09-08T19:24:12.634Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/de/pdark/decentxml/1.4/decentxml-1.4.jar [2023-09-08T19:24:12.634Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-embedder-api/2.0.0/tycho-embedder-api-2.0.0.jar [2023-09-08T19:24:12.634Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.0.0/org.eclipse.tycho.embedder.shared-2.0.0.jar [2023-09-08T19:24:12.634Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-compat/3.6.3/maven-compat-3.6.3.jar [2023-09-08T19:24:12.634Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/wagon/wagon-provider-api/3.3.4/wagon-provider-api-3.3.4.jar [2023-09-08T19:24:12.634Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.jar [2023-09-08T19:24:12.634Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.0.0/org.eclipse.tycho.core.shared-2.0.0.jar [2023-09-08T19:24:12.635Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-p2-facade/2.0.0/tycho-p2-facade-2.0.0.jar [2023-09-08T19:24:12.635Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.jar [2023-09-08T19:24:12.635Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/tycho/tycho-maven-plugin/2.0.0/tycho-maven-plugin-2.0.0.jar [2023-09-08T19:24:12.635Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-model/3.6.3/maven-model-3.6.3.jar [2023-09-08T19:24:12.635Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-core/3.6.3/maven-core-3.6.3.jar [2023-09-08T19:24:12.635Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/tycho/tycho-core/2.0.0/tycho-core-2.0.0.jar [2023-09-08T19:24:12.635Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-settings/3.6.3/maven-settings-3.6.3.jar [2023-09-08T19:24:12.635Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-settings-builder/3.6.3/maven-settings-builder-3.6.3.jar [2023-09-08T19:24:12.635Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar [2023-09-08T19:24:12.635Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar [2023-09-08T19:24:12.635Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-builder-support/3.6.3/maven-builder-support-3.6.3.jar [2023-09-08T19:24:12.635Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-repository-metadata/3.6.3/maven-repository-metadata-3.6.3.jar [2023-09-08T19:24:12.635Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-artifact/3.6.3/maven-artifact-3.6.3.jar [2023-09-08T19:24:12.635Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-model-builder/3.6.3/maven-model-builder-3.6.3.jar [2023-09-08T19:24:12.635Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-resolver-provider/3.6.3/maven-resolver-provider-3.6.3.jar [2023-09-08T19:24:12.635Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/slf4j/slf4j-api/1.7.29/slf4j-api-1.7.29.jar [2023-09-08T19:24:12.635Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/resolver/maven-resolver-impl/1.4.1/maven-resolver-impl-1.4.1.jar [2023-09-08T19:24:12.635Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.jar [2023-09-08T19:24:12.635Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/resolver/maven-resolver-spi/1.4.1/maven-resolver-spi-1.4.1.jar [2023-09-08T19:24:12.635Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.jar [2023-09-08T19:24:12.635Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar [2023-09-08T19:24:12.635Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/commons-io/commons-io/2.5/commons-io-2.5.jar [2023-09-08T19:24:12.636Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/com/google/inject/guice/4.2.1/guice-4.2.1-no_aop.jar [2023-09-08T19:24:12.636Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.jar [2023-09-08T19:24:12.636Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/aopalliance/aopalliance/1.0/aopalliance-1.0.jar [2023-09-08T19:24:12.636Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/com/google/guava/guava/25.1-android/guava-25.1-android.jar [2023-09-08T19:24:12.636Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar [2023-09-08T19:24:12.636Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.jar [2023-09-08T19:24:12.636Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.jar [2023-09-08T19:24:12.636Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar [2023-09-08T19:24:12.636Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.jar [2023-09-08T19:24:12.636Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/javax/inject/javax.inject/1/javax.inject-1.jar [2023-09-08T19:24:12.636Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar [2023-09-08T19:24:12.636Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.jar [2023-09-08T19:24:12.636Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar [2023-09-08T19:24:12.636Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-plugin-api/3.6.3/maven-plugin-api-3.6.3.jar [2023-09-08T19:24:12.636Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.0.0/org.eclipse.tycho.p2.tools.shared-2.0.0.jar [2023-09-08T19:24:12.636Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.0.0/org.eclipse.tycho.p2.resolver.shared-2.0.0.jar [2023-09-08T19:24:12.636Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-archiver/4.2.2/plexus-archiver-4.2.2.jar [2023-09-08T19:24:12.636Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar [2023-09-08T19:24:12.636Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/commons/commons-compress/1.20/commons-compress-1.20.jar [2023-09-08T19:24:12.636Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/iq80/snappy/snappy/0.4/snappy-0.4.jar [2023-09-08T19:24:12.636Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/tukaani/xz/1.8/xz-1.8.jar [2023-09-08T19:24:12.636Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.800/org.eclipse.osgi.compatibility.state-1.1.800.jar [2023-09-08T19:24:12.636Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/platform/org.eclipse.osgi/3.15.300/org.eclipse.osgi-3.15.300.jar [2023-09-08T19:24:12.636Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/tycho/sisu-equinox-embedder/2.0.0/sisu-equinox-embedder-2.0.0.jar [2023-09-08T19:24:12.636Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/tycho/sisu-equinox-api/2.0.0/sisu-equinox-api-2.0.0.jar [2023-09-08T19:24:12.636Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/tycho/tycho-metadata-model/2.0.0/tycho-metadata-model-2.0.0.jar [2023-09-08T19:24:12.636Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/de/pdark/decentxml/1.4/decentxml-1.4.jar [2023-09-08T19:24:12.636Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/tycho/tycho-embedder-api/2.0.0/tycho-embedder-api-2.0.0.jar [2023-09-08T19:24:12.636Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.0.0/org.eclipse.tycho.embedder.shared-2.0.0.jar [2023-09-08T19:24:12.636Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.0.0/org.eclipse.tycho.core.shared-2.0.0.jar [2023-09-08T19:24:12.636Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-compat/3.6.3/maven-compat-3.6.3.jar [2023-09-08T19:24:12.636Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.jar [2023-09-08T19:24:12.636Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/wagon/wagon-provider-api/3.3.4/wagon-provider-api-3.3.4.jar [2023-09-08T19:24:12.636Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/tycho/tycho-p2-facade/2.0.0/tycho-p2-facade-2.0.0.jar [2023-09-08T19:24:12.636Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.jar [2023-09-08T19:24:12.636Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/tycho/tycho-maven-plugin/2.0.0/tycho-maven-plugin-2.0.0.jar [2023-09-08T19:24:12.636Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-model/3.6.3/maven-model-3.6.3.jar [2023-09-08T19:24:12.636Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-core/3.6.3/maven-core-3.6.3.jar [2023-09-08T19:24:12.637Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/tycho/tycho-core/2.0.0/tycho-core-2.0.0.jar [2023-09-08T19:24:12.637Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-settings/3.6.3/maven-settings-3.6.3.jar [2023-09-08T19:24:12.637Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-settings-builder/3.6.3/maven-settings-builder-3.6.3.jar [2023-09-08T19:24:12.637Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar [2023-09-08T19:24:12.637Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar [2023-09-08T19:24:12.637Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-builder-support/3.6.3/maven-builder-support-3.6.3.jar [2023-09-08T19:24:12.637Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-repository-metadata/3.6.3/maven-repository-metadata-3.6.3.jar [2023-09-08T19:24:12.637Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-artifact/3.6.3/maven-artifact-3.6.3.jar [2023-09-08T19:24:12.637Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-model-builder/3.6.3/maven-model-builder-3.6.3.jar [2023-09-08T19:24:12.637Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-resolver-provider/3.6.3/maven-resolver-provider-3.6.3.jar [2023-09-08T19:24:12.637Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/slf4j/slf4j-api/1.7.29/slf4j-api-1.7.29.jar [2023-09-08T19:24:12.637Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/resolver/maven-resolver-impl/1.4.1/maven-resolver-impl-1.4.1.jar [2023-09-08T19:24:12.637Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/resolver/maven-resolver-spi/1.4.1/maven-resolver-spi-1.4.1.jar [2023-09-08T19:24:12.637Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.jar [2023-09-08T19:24:12.637Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.jar [2023-09-08T19:24:12.637Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar [2023-09-08T19:24:12.637Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/com/google/inject/guice/4.2.1/guice-4.2.1-no_aop.jar [2023-09-08T19:24:12.637Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.jar [2023-09-08T19:24:12.637Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-io/commons-io/2.5/commons-io-2.5.jar [2023-09-08T19:24:12.637Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/aopalliance/aopalliance/1.0/aopalliance-1.0.jar [2023-09-08T19:24:12.637Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/com/google/guava/guava/25.1-android/guava-25.1-android.jar [2023-09-08T19:24:12.637Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar [2023-09-08T19:24:12.637Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.jar [2023-09-08T19:24:12.637Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.jar [2023-09-08T19:24:12.637Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar [2023-09-08T19:24:12.637Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.jar [2023-09-08T19:24:12.637Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/javax/inject/javax.inject/1/javax.inject-1.jar [2023-09-08T19:24:12.637Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar [2023-09-08T19:24:12.637Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.jar [2023-09-08T19:24:12.637Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar [2023-09-08T19:24:12.637Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-plugin-api/3.6.3/maven-plugin-api-3.6.3.jar [2023-09-08T19:24:12.637Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.0.0/org.eclipse.tycho.p2.tools.shared-2.0.0.jar [2023-09-08T19:24:12.637Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.0.0/org.eclipse.tycho.p2.resolver.shared-2.0.0.jar [2023-09-08T19:24:12.637Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-archiver/4.2.2/plexus-archiver-4.2.2.jar [2023-09-08T19:24:12.637Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar [2023-09-08T19:24:12.637Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/commons/commons-compress/1.20/commons-compress-1.20.jar [2023-09-08T19:24:12.637Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/iq80/snappy/snappy/0.4/snappy-0.4.jar [2023-09-08T19:24:12.637Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/tukaani/xz/1.8/xz-1.8.jar [2023-09-08T19:24:12.637Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.800/org.eclipse.osgi.compatibility.state-1.1.800.jar [2023-09-08T19:24:12.637Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/platform/org.eclipse.osgi/3.15.300/org.eclipse.osgi-3.15.300.jar [2023-09-08T19:24:12.637Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/tycho/sisu-equinox-embedder/2.0.0/sisu-equinox-embedder-2.0.0.jar [2023-09-08T19:24:12.637Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/tycho/sisu-equinox-api/2.0.0/sisu-equinox-api-2.0.0.jar [2023-09-08T19:24:12.637Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/tycho/tycho-metadata-model/2.0.0/tycho-metadata-model-2.0.0.jar [2023-09-08T19:24:12.637Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/de/pdark/decentxml/1.4/decentxml-1.4.jar [2023-09-08T19:24:12.637Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/tycho/tycho-embedder-api/2.0.0/tycho-embedder-api-2.0.0.jar [2023-09-08T19:24:12.637Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.0.0/org.eclipse.tycho.embedder.shared-2.0.0.jar [2023-09-08T19:24:12.638Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.0.0/org.eclipse.tycho.core.shared-2.0.0.jar [2023-09-08T19:24:12.638Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-compat/3.6.3/maven-compat-3.6.3.jar [2023-09-08T19:24:12.638Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.jar [2023-09-08T19:24:12.638Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/wagon/wagon-provider-api/3.3.4/wagon-provider-api-3.3.4.jar [2023-09-08T19:24:12.638Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/tycho/tycho-p2-facade/2.0.0/tycho-p2-facade-2.0.0.jar [2023-09-08T19:24:12.638Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.jar [2023-09-08T19:24:12.638Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-maven-plugin/2.0.0/tycho-maven-plugin-2.0.0.jar [2023-09-08T19:24:12.638Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.6.3/maven-core-3.6.3.jar [2023-09-08T19:24:12.638Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-core/2.0.0/tycho-core-2.0.0.jar [2023-09-08T19:24:12.638Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.6.3/maven-settings-3.6.3.jar [2023-09-08T19:24:12.638Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.6.3/maven-model-3.6.3.jar [2023-09-08T19:24:12.638Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-maven-plugin/2.0.0/tycho-maven-plugin-2.0.0.jar (5.7 kB at 177 kB/s) [2023-09-08T19:24:12.638Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.6.3/maven-settings-builder-3.6.3.jar [2023-09-08T19:24:12.638Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.6.3/maven-settings-builder-3.6.3.jar (42 kB at 979 kB/s) [2023-09-08T19:24:12.638Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar [2023-09-08T19:24:12.638Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.6.3/maven-settings-3.6.3.jar (44 kB at 958 kB/s) [2023-09-08T19:24:12.638Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar [2023-09-08T19:24:12.638Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar (13 kB at 238 kB/s) [2023-09-08T19:24:12.638Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-builder-support/3.6.3/maven-builder-support-3.6.3.jar [2023-09-08T19:24:12.638Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.6.3/maven-model-3.6.3.jar (215 kB at 2.2 MB/s) [2023-09-08T19:24:12.638Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.6.3/maven-repository-metadata-3.6.3.jar [2023-09-08T19:24:12.638Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar (28 kB at 272 kB/s) [2023-09-08T19:24:12.638Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.6.3/maven-artifact-3.6.3.jar [2023-09-08T19:24:12.638Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.6.3/maven-core-3.6.3.jar (633 kB at 6.0 MB/s) [2023-09-08T19:24:12.638Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.6.3/maven-model-builder-3.6.3.jar [2023-09-08T19:24:12.638Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.6.3/maven-repository-metadata-3.6.3.jar (27 kB at 251 kB/s) [2023-09-08T19:24:12.638Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-resolver-provider/3.6.3/maven-resolver-provider-3.6.3.jar [2023-09-08T19:24:12.638Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-builder-support/3.6.3/maven-builder-support-3.6.3.jar (14 kB at 130 kB/s) [2023-09-08T19:24:12.638Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.29/slf4j-api-1.7.29.jar [2023-09-08T19:24:12.638Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.6.3/maven-artifact-3.6.3.jar (58 kB at 507 kB/s) [2023-09-08T19:24:12.638Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-impl/1.4.1/maven-resolver-impl-1.4.1.jar [2023-09-08T19:24:12.638Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-resolver-provider/3.6.3/maven-resolver-provider-3.6.3.jar (66 kB at 547 kB/s) [2023-09-08T19:24:12.638Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.29/slf4j-api-1.7.29.jar (41 kB at 342 kB/s) [2023-09-08T19:24:12.638Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.6.3/maven-model-builder-3.6.3.jar (192 kB at 1.6 MB/s) [2023-09-08T19:24:12.638Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-spi/1.4.1/maven-resolver-spi-1.4.1.jar [2023-09-08T19:24:12.638Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.jar [2023-09-08T19:24:12.638Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.jar [2023-09-08T19:24:12.638Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-core/2.0.0/tycho-core-2.0.0.jar (234 kB at 1.9 MB/s) [2023-09-08T19:24:12.638Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar [2023-09-08T19:24:12.638Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-impl/1.4.1/maven-resolver-impl-1.4.1.jar (181 kB at 1.4 MB/s) [2023-09-08T19:24:12.638Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.jar [2023-09-08T19:24:12.638Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-spi/1.4.1/maven-resolver-spi-1.4.1.jar (37 kB at 276 kB/s) [2023-09-08T19:24:12.638Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.jar [2023-09-08T19:24:12.638Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.jar (168 kB at 829 kB/s) [2023-09-08T19:24:12.638Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.jar (149 kB at 738 kB/s) [2023-09-08T19:24:12.638Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.jar [2023-09-08T19:24:12.638Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar (167 kB at 825 kB/s) [2023-09-08T19:24:12.638Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/inject/guice/4.2.1/guice-4.2.1-no_aop.jar [2023-09-08T19:24:12.638Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/25.1-android/guava-25.1-android.jar [2023-09-08T19:24:12.638Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.jar (379 kB at 1.9 MB/s) [2023-09-08T19:24:12.638Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar [2023-09-08T19:24:12.638Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.jar (209 kB at 1.0 MB/s) [2023-09-08T19:24:12.638Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.jar [2023-09-08T19:24:12.638Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.jar (4.5 kB at 21 kB/s) [2023-09-08T19:24:12.638Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar (20 kB at 92 kB/s) [2023-09-08T19:24:12.638Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.jar [2023-09-08T19:24:12.638Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar [2023-09-08T19:24:12.638Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/inject/guice/4.2.1/guice-4.2.1-no_aop.jar (521 kB at 2.4 MB/s) [2023-09-08T19:24:12.638Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.jar [2023-09-08T19:24:12.638Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.jar (32 kB at 141 kB/s) [2023-09-08T19:24:12.638Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.jar [2023-09-08T19:24:12.639Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.jar (14 kB at 59 kB/s) [2023-09-08T19:24:12.639Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar [2023-09-08T19:24:12.639Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar (8.8 kB at 30 kB/s) [2023-09-08T19:24:12.639Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.jar [2023-09-08T19:24:12.639Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.jar (2.5 kB at 8.4 kB/s) [2023-09-08T19:24:12.639Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.jar (3.5 kB at 12 kB/s) [2023-09-08T19:24:12.639Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar [2023-09-08T19:24:12.639Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.6.3/maven-plugin-api-3.6.3.jar [2023-09-08T19:24:12.639Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar (263 kB at 869 kB/s) [2023-09-08T19:24:12.639Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.0.0/org.eclipse.tycho.p2.tools.shared-2.0.0.jar [2023-09-08T19:24:12.639Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/25.1-android/guava-25.1-android.jar (2.6 MB at 8.4 MB/s) [2023-09-08T19:24:12.639Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.jar (53 kB at 171 kB/s) [2023-09-08T19:24:12.639Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.2.2/plexus-archiver-4.2.2.jar [2023-09-08T19:24:12.639Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.0.0/org.eclipse.tycho.p2.resolver.shared-2.0.0.jar [2023-09-08T19:24:12.639Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.6.3/maven-plugin-api-3.6.3.jar (47 kB at 151 kB/s) [2023-09-08T19:24:12.639Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar [2023-09-08T19:24:12.639Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar (502 kB at 1.6 MB/s) [2023-09-08T19:24:12.639Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.20/commons-compress-1.20.jar [2023-09-08T19:24:12.639Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.2.2/plexus-archiver-4.2.2.jar (194 kB at 601 kB/s) [2023-09-08T19:24:12.639Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/iq80/snappy/snappy/0.4/snappy-0.4.jar [2023-09-08T19:24:12.639Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar (76 kB at 232 kB/s) [2023-09-08T19:24:12.639Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.8/xz-1.8.jar [2023-09-08T19:24:12.639Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.20/commons-compress-1.20.jar (632 kB at 1.6 MB/s) [2023-09-08T19:24:12.639Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.800/org.eclipse.osgi.compatibility.state-1.1.800.jar [2023-09-08T19:24:12.639Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.shared/2.0.0/org.eclipse.tycho.p2.resolver.shared-2.0.0.jar (29 kB at 73 kB/s) [2023-09-08T19:24:12.639Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.15.300/org.eclipse.osgi-3.15.300.jar [2023-09-08T19:24:12.639Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/iq80/snappy/snappy/0.4/snappy-0.4.jar (58 kB at 146 kB/s) [2023-09-08T19:24:12.639Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/sisu-equinox-embedder/2.0.0/sisu-equinox-embedder-2.0.0.jar [2023-09-08T19:24:12.639Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.8/xz-1.8.jar (109 kB at 271 kB/s) [2023-09-08T19:24:12.639Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/sisu-equinox-api/2.0.0/sisu-equinox-api-2.0.0.jar [2023-09-08T19:24:12.897Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/2.0.0/org.eclipse.tycho.p2.tools.shared-2.0.0.jar (22 kB at 52 kB/s) [2023-09-08T19:24:12.897Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-metadata-model/2.0.0/tycho-metadata-model-2.0.0.jar [2023-09-08T19:24:12.897Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi.compatibility.state/1.1.800/org.eclipse.osgi.compatibility.state-1.1.800.jar (248 kB at 560 kB/s) [2023-09-08T19:24:12.897Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/de/pdark/decentxml/1.4/decentxml-1.4.jar [2023-09-08T19:24:12.897Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/sisu-equinox-api/2.0.0/sisu-equinox-api-2.0.0.jar (3.1 kB at 6.9 kB/s) [2023-09-08T19:24:12.897Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-embedder-api/2.0.0/tycho-embedder-api-2.0.0.jar [2023-09-08T19:24:12.897Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/sisu-equinox-embedder/2.0.0/sisu-equinox-embedder-2.0.0.jar (13 kB at 30 kB/s) [2023-09-08T19:24:12.897Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.0.0/org.eclipse.tycho.embedder.shared-2.0.0.jar [2023-09-08T19:24:12.897Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-metadata-model/2.0.0/tycho-metadata-model-2.0.0.jar (38 kB at 78 kB/s) [2023-09-08T19:24:12.897Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.0.0/org.eclipse.tycho.core.shared-2.0.0.jar [2023-09-08T19:24:12.897Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.15.300/org.eclipse.osgi-3.15.300.jar (1.5 MB at 3.0 MB/s) [2023-09-08T19:24:12.897Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-compat/3.6.3/maven-compat-3.6.3.jar [2023-09-08T19:24:12.897Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/de/pdark/decentxml/1.4/decentxml-1.4.jar (131 kB at 261 kB/s) [2023-09-08T19:24:12.897Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.jar [2023-09-08T19:24:12.897Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-compat/3.6.3/maven-compat-3.6.3.jar (288 kB at 561 kB/s) [2023-09-08T19:24:12.897Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/3.3.4/wagon-provider-api-3.3.4.jar [2023-09-08T19:24:12.897Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.jar (85 kB at 166 kB/s) [2023-09-08T19:24:12.897Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-p2-facade/2.0.0/tycho-p2-facade-2.0.0.jar [2023-09-08T19:24:12.897Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/2.0.0/org.eclipse.tycho.embedder.shared-2.0.0.jar (9.3 kB at 18 kB/s) [2023-09-08T19:24:12.897Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.jar [2023-09-08T19:24:12.897Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-embedder-api/2.0.0/tycho-embedder-api-2.0.0.jar (7.0 kB at 13 kB/s) [2023-09-08T19:24:12.897Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/3.3.4/wagon-provider-api-3.3.4.jar (56 kB at 106 kB/s) [2023-09-08T19:24:12.897Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.jar (4.2 kB at 8.0 kB/s) [2023-09-08T19:24:12.897Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.core.shared/2.0.0/org.eclipse.tycho.core.shared-2.0.0.jar (41 kB at 74 kB/s) [2023-09-08T19:24:12.897Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-p2-facade/2.0.0/tycho-p2-facade-2.0.0.jar (25 kB at 45 kB/s) [2023-09-08T19:24:13.529Z] [INFO] Downloading from ebr-snapshots: https://repo.eclipse.org/content/repositories/ebr-snapshots/org/eclipse/ebr/ebr-maven-plugin/2.0.0-SNAPSHOT/maven-metadata.xml [2023-09-08T19:24:13.529Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/ebr/ebr-maven-plugin/2.0.0-SNAPSHOT/maven-metadata.xml [2023-09-08T19:24:13.529Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/ebr/ebr-maven-plugin/2.0.0-SNAPSHOT/maven-metadata.xml [2023-09-08T19:24:13.529Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/ebr/ebr-maven-plugin/2.0.0-SNAPSHOT/maven-metadata.xml [2023-09-08T19:24:13.529Z] [INFO] Downloaded from ebr-snapshots: https://repo.eclipse.org/content/repositories/ebr-snapshots/org/eclipse/ebr/ebr-maven-plugin/2.0.0-SNAPSHOT/maven-metadata.xml (784 B at 6.1 kB/s) [2023-09-08T19:24:13.529Z] [INFO] Downloading from ebr-snapshots: https://repo.eclipse.org/content/repositories/ebr-snapshots/org/eclipse/ebr/ebr-maven-plugin/2.0.0-SNAPSHOT/ebr-maven-plugin-2.0.0-20230902.145118-26.pom [2023-09-08T19:24:13.816Z] [INFO] Downloaded from ebr-snapshots: https://repo.eclipse.org/content/repositories/ebr-snapshots/org/eclipse/ebr/ebr-maven-plugin/2.0.0-SNAPSHOT/ebr-maven-plugin-2.0.0-20230902.145118-26.pom (3.6 kB at 25 kB/s) [2023-09-08T19:24:13.816Z] [INFO] Downloading from ebr-snapshots: https://repo.eclipse.org/content/repositories/ebr-snapshots/org/eclipse/ebr/ebr-maven-plugins-parent/2.0.0-SNAPSHOT/maven-metadata.xml [2023-09-08T19:24:13.816Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/ebr/ebr-maven-plugins-parent/2.0.0-SNAPSHOT/maven-metadata.xml [2023-09-08T19:24:13.816Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/ebr/ebr-maven-plugins-parent/2.0.0-SNAPSHOT/maven-metadata.xml [2023-09-08T19:24:13.816Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/ebr/ebr-maven-plugins-parent/2.0.0-SNAPSHOT/maven-metadata.xml [2023-09-08T19:24:13.816Z] [INFO] Downloaded from ebr-snapshots: https://repo.eclipse.org/content/repositories/ebr-snapshots/org/eclipse/ebr/ebr-maven-plugins-parent/2.0.0-SNAPSHOT/maven-metadata.xml (618 B at 12 kB/s) [2023-09-08T19:24:13.816Z] [INFO] Downloading from ebr-snapshots: https://repo.eclipse.org/content/repositories/ebr-snapshots/org/eclipse/ebr/ebr-maven-plugins-parent/2.0.0-SNAPSHOT/ebr-maven-plugins-parent-2.0.0-20230902.145118-26.pom [2023-09-08T19:24:14.115Z] [INFO] Downloaded from ebr-snapshots: https://repo.eclipse.org/content/repositories/ebr-snapshots/org/eclipse/ebr/ebr-maven-plugins-parent/2.0.0-SNAPSHOT/ebr-maven-plugins-parent-2.0.0-20230902.145118-26.pom (9.6 kB at 42 kB/s) [2023-09-08T19:24:14.115Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/felix/maven-bundle-plugin/5.1.7/maven-bundle-plugin-5.1.7.pom [2023-09-08T19:24:14.115Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/felix/maven-bundle-plugin/5.1.7/maven-bundle-plugin-5.1.7.pom [2023-09-08T19:24:14.115Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/felix/maven-bundle-plugin/5.1.7/maven-bundle-plugin-5.1.7.pom [2023-09-08T19:24:14.115Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/felix/maven-bundle-plugin/5.1.7/maven-bundle-plugin-5.1.7.pom [2023-09-08T19:24:14.115Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/felix/maven-bundle-plugin/5.1.7/maven-bundle-plugin-5.1.7.pom [2023-09-08T19:24:14.115Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/felix/maven-bundle-plugin/5.1.7/maven-bundle-plugin-5.1.7.pom [2023-09-08T19:24:14.115Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/felix/maven-bundle-plugin/5.1.7/maven-bundle-plugin-5.1.7.pom (11 kB at 367 kB/s) [2023-09-08T19:24:14.115Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/felix/felix-parent/7/felix-parent-7.pom [2023-09-08T19:24:14.115Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/felix/felix-parent/7/felix-parent-7.pom [2023-09-08T19:24:14.115Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/felix/felix-parent/7/felix-parent-7.pom [2023-09-08T19:24:14.115Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/felix/felix-parent/7/felix-parent-7.pom [2023-09-08T19:24:14.115Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/felix/felix-parent/7/felix-parent-7.pom [2023-09-08T19:24:14.115Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/felix/felix-parent/7/felix-parent-7.pom [2023-09-08T19:24:14.115Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/felix/felix-parent/7/felix-parent-7.pom (21 kB at 1.9 MB/s) [2023-09-08T19:24:14.115Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/apache/23/apache-23.pom [2023-09-08T19:24:14.115Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/23/apache-23.pom [2023-09-08T19:24:14.115Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/23/apache-23.pom [2023-09-08T19:24:14.115Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/apache/23/apache-23.pom [2023-09-08T19:24:14.115Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/apache/23/apache-23.pom [2023-09-08T19:24:14.415Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/23/apache-23.pom [2023-09-08T19:24:14.415Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/23/apache-23.pom (18 kB at 1.7 MB/s) [2023-09-08T19:24:14.415Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.pom [2023-09-08T19:24:14.415Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.pom [2023-09-08T19:24:14.415Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.pom [2023-09-08T19:24:14.415Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.pom [2023-09-08T19:24:14.415Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.pom [2023-09-08T19:24:14.415Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.pom [2023-09-08T19:24:14.415Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.pom (1.1 kB at 85 kB/s) [2023-09-08T19:24:14.415Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/biz/aQute/bnd/biz.aQute.bndlib/6.3.1/biz.aQute.bndlib-6.3.1.pom [2023-09-08T19:24:14.415Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/biz/aQute/bnd/biz.aQute.bndlib/6.3.1/biz.aQute.bndlib-6.3.1.pom [2023-09-08T19:24:14.415Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/biz/aQute/bnd/biz.aQute.bndlib/6.3.1/biz.aQute.bndlib-6.3.1.pom [2023-09-08T19:24:14.415Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/biz/aQute/bnd/biz.aQute.bndlib/6.3.1/biz.aQute.bndlib-6.3.1.pom [2023-09-08T19:24:14.415Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/biz/aQute/bnd/biz.aQute.bndlib/6.3.1/biz.aQute.bndlib-6.3.1.pom [2023-09-08T19:24:14.415Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/biz/aQute/bnd/biz.aQute.bndlib/6.3.1/biz.aQute.bndlib-6.3.1.pom [2023-09-08T19:24:14.415Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/biz/aQute/bnd/biz.aQute.bndlib/6.3.1/biz.aQute.bndlib-6.3.1.pom (5.2 kB at 476 kB/s) [2023-09-08T19:24:14.415Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.pom [2023-09-08T19:24:14.415Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.pom [2023-09-08T19:24:14.415Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.pom [2023-09-08T19:24:14.415Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.pom [2023-09-08T19:24:14.415Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.pom [2023-09-08T19:24:14.415Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.pom [2023-09-08T19:24:14.415Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.pom (1.3 kB at 115 kB/s) [2023-09-08T19:24:14.415Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.pom [2023-09-08T19:24:14.415Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.pom [2023-09-08T19:24:14.415Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.pom [2023-09-08T19:24:14.415Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.pom [2023-09-08T19:24:14.717Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.pom [2023-09-08T19:24:14.717Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.pom [2023-09-08T19:24:14.717Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.pom (1.3 kB at 106 kB/s) [2023-09-08T19:24:14.717Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.pom [2023-09-08T19:24:14.717Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.pom [2023-09-08T19:24:14.717Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.pom [2023-09-08T19:24:14.717Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.pom [2023-09-08T19:24:14.717Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.pom [2023-09-08T19:24:14.717Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.pom [2023-09-08T19:24:14.717Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.pom (1.3 kB at 116 kB/s) [2023-09-08T19:24:14.717Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.pom [2023-09-08T19:24:14.717Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.pom [2023-09-08T19:24:14.717Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.pom [2023-09-08T19:24:14.717Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.pom [2023-09-08T19:24:14.717Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.pom [2023-09-08T19:24:14.717Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.pom [2023-09-08T19:24:14.717Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.pom (1.9 kB at 171 kB/s) [2023-09-08T19:24:14.717Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.pom [2023-09-08T19:24:14.717Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.pom [2023-09-08T19:24:14.717Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.pom [2023-09-08T19:24:14.717Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.pom [2023-09-08T19:24:14.717Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.pom [2023-09-08T19:24:14.717Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.pom [2023-09-08T19:24:14.717Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.pom (1.5 kB at 114 kB/s) [2023-09-08T19:24:14.717Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.pom [2023-09-08T19:24:14.717Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.pom [2023-09-08T19:24:14.717Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.pom [2023-09-08T19:24:14.717Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.pom [2023-09-08T19:24:14.717Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.pom [2023-09-08T19:24:15.015Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.pom [2023-09-08T19:24:15.015Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.pom (1.3 kB at 107 kB/s) [2023-09-08T19:24:15.015Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.pom [2023-09-08T19:24:15.015Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.pom [2023-09-08T19:24:15.015Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.pom [2023-09-08T19:24:15.015Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.pom [2023-09-08T19:24:15.015Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.pom [2023-09-08T19:24:15.015Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.pom [2023-09-08T19:24:15.015Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.pom (1.3 kB at 119 kB/s) [2023-09-08T19:24:15.015Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.pom [2023-09-08T19:24:15.015Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.pom [2023-09-08T19:24:15.015Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.pom [2023-09-08T19:24:15.015Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.pom [2023-09-08T19:24:15.015Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.pom [2023-09-08T19:24:15.015Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.pom [2023-09-08T19:24:15.015Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.pom (1.7 kB at 155 kB/s) [2023-09-08T19:24:15.015Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.pom [2023-09-08T19:24:15.015Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.pom [2023-09-08T19:24:15.015Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.pom [2023-09-08T19:24:15.015Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.pom [2023-09-08T19:24:15.015Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.pom [2023-09-08T19:24:15.015Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.pom [2023-09-08T19:24:15.015Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.pom (1.9 kB at 157 kB/s) [2023-09-08T19:24:15.015Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/osgi/org.osgi.util.function/1.1.0/org.osgi.util.function-1.1.0.pom [2023-09-08T19:24:15.015Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/osgi/org.osgi.util.function/1.1.0/org.osgi.util.function-1.1.0.pom [2023-09-08T19:24:15.015Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/osgi/org.osgi.util.function/1.1.0/org.osgi.util.function-1.1.0.pom [2023-09-08T19:24:15.015Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/osgi/org.osgi.util.function/1.1.0/org.osgi.util.function-1.1.0.pom [2023-09-08T19:24:15.015Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/osgi/org.osgi.util.function/1.1.0/org.osgi.util.function-1.1.0.pom [2023-09-08T19:24:15.015Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/osgi/org.osgi.util.function/1.1.0/org.osgi.util.function-1.1.0.pom [2023-09-08T19:24:15.015Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/osgi/org.osgi.util.function/1.1.0/org.osgi.util.function-1.1.0.pom (1.4 kB at 130 kB/s) [2023-09-08T19:24:15.015Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/biz/aQute/bnd/biz.aQute.bnd.util/6.3.1/biz.aQute.bnd.util-6.3.1.pom [2023-09-08T19:24:15.315Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/biz/aQute/bnd/biz.aQute.bnd.util/6.3.1/biz.aQute.bnd.util-6.3.1.pom [2023-09-08T19:24:15.315Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/biz/aQute/bnd/biz.aQute.bnd.util/6.3.1/biz.aQute.bnd.util-6.3.1.pom [2023-09-08T19:24:15.315Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/biz/aQute/bnd/biz.aQute.bnd.util/6.3.1/biz.aQute.bnd.util-6.3.1.pom [2023-09-08T19:24:15.315Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/biz/aQute/bnd/biz.aQute.bnd.util/6.3.1/biz.aQute.bnd.util-6.3.1.pom [2023-09-08T19:24:15.315Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/biz/aQute/bnd/biz.aQute.bnd.util/6.3.1/biz.aQute.bnd.util-6.3.1.pom [2023-09-08T19:24:15.315Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/biz/aQute/bnd/biz.aQute.bnd.util/6.3.1/biz.aQute.bnd.util-6.3.1.pom (2.7 kB at 242 kB/s) [2023-09-08T19:24:15.315Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.pom [2023-09-08T19:24:15.315Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.pom [2023-09-08T19:24:15.315Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.pom [2023-09-08T19:24:15.315Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.pom [2023-09-08T19:24:15.315Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.pom [2023-09-08T19:24:15.315Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.pom [2023-09-08T19:24:15.315Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.pom (5.9 kB at 535 kB/s) [2023-09-08T19:24:15.315Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/felix/felix-parent/2.1/felix-parent-2.1.pom [2023-09-08T19:24:15.315Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/felix/felix-parent/2.1/felix-parent-2.1.pom [2023-09-08T19:24:15.315Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/felix/felix-parent/2.1/felix-parent-2.1.pom [2023-09-08T19:24:15.315Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/felix/felix-parent/2.1/felix-parent-2.1.pom [2023-09-08T19:24:15.315Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/felix/felix-parent/2.1/felix-parent-2.1.pom [2023-09-08T19:24:15.315Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/felix/felix-parent/2.1/felix-parent-2.1.pom [2023-09-08T19:24:15.315Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/felix/felix-parent/2.1/felix-parent-2.1.pom (9.7 kB at 966 kB/s) [2023-09-08T19:24:15.315Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/apache/9/apache-9.pom [2023-09-08T19:24:15.315Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/9/apache-9.pom [2023-09-08T19:24:15.315Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/9/apache-9.pom [2023-09-08T19:24:15.315Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/apache/9/apache-9.pom [2023-09-08T19:24:15.315Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/apache/9/apache-9.pom [2023-09-08T19:24:15.315Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/9/apache-9.pom [2023-09-08T19:24:15.316Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/9/apache-9.pom (15 kB at 1.5 MB/s) [2023-09-08T19:24:15.316Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/osgi/org.osgi.core/4.1.0/org.osgi.core-4.1.0.pom [2023-09-08T19:24:15.316Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/osgi/org.osgi.core/4.1.0/org.osgi.core-4.1.0.pom [2023-09-08T19:24:15.316Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/osgi/org.osgi.core/4.1.0/org.osgi.core-4.1.0.pom [2023-09-08T19:24:15.316Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/osgi/org.osgi.core/4.1.0/org.osgi.core-4.1.0.pom [2023-09-08T19:24:15.316Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/osgi/org.osgi.core/4.1.0/org.osgi.core-4.1.0.pom [2023-09-08T19:24:15.316Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/osgi/org.osgi.core/4.1.0/org.osgi.core-4.1.0.pom [2023-09-08T19:24:15.316Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/osgi/org.osgi.core/4.1.0/org.osgi.core-4.1.0.pom (193 B at 15 kB/s) [2023-09-08T19:24:15.316Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/easymock/easymock/2.4/easymock-2.4.pom [2023-09-08T19:24:15.316Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/easymock/easymock/2.4/easymock-2.4.pom [2023-09-08T19:24:15.316Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/easymock/easymock/2.4/easymock-2.4.pom [2023-09-08T19:24:15.316Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/easymock/easymock/2.4/easymock-2.4.pom [2023-09-08T19:24:15.316Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/easymock/easymock/2.4/easymock-2.4.pom [2023-09-08T19:24:15.615Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/easymock/easymock/2.4/easymock-2.4.pom [2023-09-08T19:24:15.615Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/easymock/easymock/2.4/easymock-2.4.pom (5.3 kB at 484 kB/s) [2023-09-08T19:24:15.615Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.pom [2023-09-08T19:24:15.615Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.pom [2023-09-08T19:24:15.615Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.pom [2023-09-08T19:24:15.615Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.pom [2023-09-08T19:24:15.615Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.pom [2023-09-08T19:24:15.615Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.pom [2023-09-08T19:24:15.615Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.pom (3.3 kB at 298 kB/s) [2023-09-08T19:24:15.615Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.pom [2023-09-08T19:24:15.615Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.pom [2023-09-08T19:24:15.615Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.pom [2023-09-08T19:24:15.615Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.pom [2023-09-08T19:24:15.616Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.pom [2023-09-08T19:24:15.616Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.pom [2023-09-08T19:24:15.616Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.pom (463 B at 46 kB/s) [2023-09-08T19:24:15.616Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/3.2.1/plexus-utils-3.2.1.pom [2023-09-08T19:24:15.616Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.2.1/plexus-utils-3.2.1.pom [2023-09-08T19:24:15.616Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/3.2.1/plexus-utils-3.2.1.pom [2023-09-08T19:24:15.616Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-utils/3.2.1/plexus-utils-3.2.1.pom [2023-09-08T19:24:15.616Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-utils/3.2.1/plexus-utils-3.2.1.pom [2023-09-08T19:24:15.616Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.2.1/plexus-utils-3.2.1.pom [2023-09-08T19:24:15.616Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.2.1/plexus-utils-3.2.1.pom (5.3 kB at 445 kB/s) [2023-09-08T19:24:15.616Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom [2023-09-08T19:24:15.616Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom [2023-09-08T19:24:15.616Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom [2023-09-08T19:24:15.616Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom [2023-09-08T19:24:15.616Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom [2023-09-08T19:24:15.616Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom [2023-09-08T19:24:15.616Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (5.1 kB at 515 kB/s) [2023-09-08T19:24:15.616Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom [2023-09-08T19:24:15.616Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom [2023-09-08T19:24:15.616Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom [2023-09-08T19:24:15.915Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom [2023-09-08T19:24:15.915Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom [2023-09-08T19:24:15.915Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom [2023-09-08T19:24:15.915Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9.0 kB at 897 kB/s) [2023-09-08T19:24:15.915Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom [2023-09-08T19:24:15.915Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom [2023-09-08T19:24:15.915Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom [2023-09-08T19:24:15.915Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom [2023-09-08T19:24:15.915Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom [2023-09-08T19:24:15.915Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom [2023-09-08T19:24:15.915Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom (2.1 kB at 188 kB/s) [2023-09-08T19:24:15.915Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-lang3/3.10/commons-lang3-3.10.pom [2023-09-08T19:24:15.915Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.10/commons-lang3-3.10.pom [2023-09-08T19:24:15.915Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-lang3/3.10/commons-lang3-3.10.pom [2023-09-08T19:24:15.915Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/commons/commons-lang3/3.10/commons-lang3-3.10.pom [2023-09-08T19:24:15.915Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/commons/commons-lang3/3.10/commons-lang3-3.10.pom [2023-09-08T19:24:15.915Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.10/commons-lang3-3.10.pom [2023-09-08T19:24:15.915Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.10/commons-lang3-3.10.pom (31 kB at 2.2 MB/s) [2023-09-08T19:24:15.915Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-parent/50/commons-parent-50.pom [2023-09-08T19:24:15.915Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/50/commons-parent-50.pom [2023-09-08T19:24:15.915Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/50/commons-parent-50.pom [2023-09-08T19:24:15.915Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/commons/commons-parent/50/commons-parent-50.pom [2023-09-08T19:24:15.916Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/commons/commons-parent/50/commons-parent-50.pom [2023-09-08T19:24:15.916Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/50/commons-parent-50.pom [2023-09-08T19:24:15.916Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/50/commons-parent-50.pom (76 kB at 6.3 MB/s) [2023-09-08T19:24:15.916Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom [2023-09-08T19:24:15.916Z] [INFO] Downloading from 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 [2023-09-08T19:24:15.916Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom [2023-09-08T19:24:15.916Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom [2023-09-08T19:24:15.916Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom [2023-09-08T19:24:15.916Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom [2023-09-08T19:24:15.916Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (815 B at 82 kB/s) [2023-09-08T19:24:15.916Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom [2023-09-08T19:24:15.916Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom [2023-09-08T19:24:16.214Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom [2023-09-08T19:24:16.214Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom [2023-09-08T19:24:16.214Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom [2023-09-08T19:24:16.214Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom [2023-09-08T19:24:16.214Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (4.2 kB at 385 kB/s) [2023-09-08T19:24:16.214Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom [2023-09-08T19:24:16.214Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom [2023-09-08T19:24:16.214Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom [2023-09-08T19:24:16.214Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom [2023-09-08T19:24:16.214Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom [2023-09-08T19:24:16.214Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom [2023-09-08T19:24:16.214Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 kB at 1.6 MB/s) [2023-09-08T19:24:16.214Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom [2023-09-08T19:24:16.214Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom [2023-09-08T19:24:16.214Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom [2023-09-08T19:24:16.214Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom [2023-09-08T19:24:16.214Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom [2023-09-08T19:24:16.214Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom [2023-09-08T19:24:16.214Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom (3.4 kB at 309 kB/s) [2023-09-08T19:24:16.214Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-io/commons-io/2.7/commons-io-2.7.pom [2023-09-08T19:24:16.214Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.7/commons-io-2.7.pom [2023-09-08T19:24:16.214Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-io/commons-io/2.7/commons-io-2.7.pom [2023-09-08T19:24:16.214Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/commons-io/commons-io/2.7/commons-io-2.7.pom [2023-09-08T19:24:16.214Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-io/commons-io/2.7/commons-io-2.7.pom [2023-09-08T19:24:16.214Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.7/commons-io-2.7.pom [2023-09-08T19:24:16.214Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.7/commons-io-2.7.pom (16 kB at 1.3 MB/s) [2023-09-08T19:24:16.214Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/guava/guava/31.0.1-jre/guava-31.0.1-jre.pom [2023-09-08T19:24:16.214Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/31.0.1-jre/guava-31.0.1-jre.pom [2023-09-08T19:24:16.214Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/guava/31.0.1-jre/guava-31.0.1-jre.pom [2023-09-08T19:24:16.214Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/com/google/guava/guava/31.0.1-jre/guava-31.0.1-jre.pom [2023-09-08T19:24:16.214Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/com/google/guava/guava/31.0.1-jre/guava-31.0.1-jre.pom [2023-09-08T19:24:16.214Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/31.0.1-jre/guava-31.0.1-jre.pom [2023-09-08T19:24:16.214Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/31.0.1-jre/guava-31.0.1-jre.pom (11 kB at 997 kB/s) [2023-09-08T19:24:16.214Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/guava/guava-parent/31.0.1-jre/guava-parent-31.0.1-jre.pom [2023-09-08T19:24:16.214Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava-parent/31.0.1-jre/guava-parent-31.0.1-jre.pom [2023-09-08T19:24:16.214Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/guava-parent/31.0.1-jre/guava-parent-31.0.1-jre.pom [2023-09-08T19:24:16.214Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/com/google/guava/guava-parent/31.0.1-jre/guava-parent-31.0.1-jre.pom [2023-09-08T19:24:16.214Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/com/google/guava/guava-parent/31.0.1-jre/guava-parent-31.0.1-jre.pom [2023-09-08T19:24:16.214Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/31.0.1-jre/guava-parent-31.0.1-jre.pom [2023-09-08T19:24:16.516Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/31.0.1-jre/guava-parent-31.0.1-jre.pom (14 kB at 1.3 MB/s) [2023-09-08T19:24:16.516Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom [2023-09-08T19:24:16.516Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom [2023-09-08T19:24:16.516Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom [2023-09-08T19:24:16.516Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom [2023-09-08T19:24:16.516Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom [2023-09-08T19:24:16.516Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom [2023-09-08T19:24:16.516Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom (2.4 kB at 241 kB/s) [2023-09-08T19:24:16.516Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom [2023-09-08T19:24:16.516Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom [2023-09-08T19:24:16.516Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom [2023-09-08T19:24:16.516Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom [2023-09-08T19:24:16.516Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom [2023-09-08T19:24:16.516Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom [2023-09-08T19:24:16.516Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom (10 kB at 1.0 MB/s) [2023-09-08T19:24:16.516Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom [2023-09-08T19:24:16.516Z] [INFO] Downloading from 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 [2023-09-08T19:24:16.516Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom [2023-09-08T19:24:16.516Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom [2023-09-08T19:24:16.516Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom [2023-09-08T19:24:16.516Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom [2023-09-08T19:24:16.516Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/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 207 kB/s) [2023-09-08T19:24:16.516Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.pom [2023-09-08T19:24:16.516Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.pom [2023-09-08T19:24:16.516Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.pom [2023-09-08T19:24:16.516Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.pom [2023-09-08T19:24:16.516Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.pom [2023-09-08T19:24:16.516Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.pom [2023-09-08T19:24:16.815Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.pom (2.1 kB at 91 kB/s) [2023-09-08T19:24:16.815Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/errorprone/error_prone_annotations/2.7.1/error_prone_annotations-2.7.1.pom [2023-09-08T19:24:16.815Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/errorprone/error_prone_annotations/2.7.1/error_prone_annotations-2.7.1.pom [2023-09-08T19:24:16.815Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/errorprone/error_prone_annotations/2.7.1/error_prone_annotations-2.7.1.pom [2023-09-08T19:24:16.815Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/com/google/errorprone/error_prone_annotations/2.7.1/error_prone_annotations-2.7.1.pom [2023-09-08T19:24:16.815Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/com/google/errorprone/error_prone_annotations/2.7.1/error_prone_annotations-2.7.1.pom [2023-09-08T19:24:16.815Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.7.1/error_prone_annotations-2.7.1.pom [2023-09-08T19:24:16.815Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.7.1/error_prone_annotations-2.7.1.pom (2.1 kB at 192 kB/s) [2023-09-08T19:24:16.815Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/errorprone/error_prone_parent/2.7.1/error_prone_parent-2.7.1.pom [2023-09-08T19:24:16.815Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/errorprone/error_prone_parent/2.7.1/error_prone_parent-2.7.1.pom [2023-09-08T19:24:16.815Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/errorprone/error_prone_parent/2.7.1/error_prone_parent-2.7.1.pom [2023-09-08T19:24:16.815Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/com/google/errorprone/error_prone_parent/2.7.1/error_prone_parent-2.7.1.pom [2023-09-08T19:24:16.815Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/com/google/errorprone/error_prone_parent/2.7.1/error_prone_parent-2.7.1.pom [2023-09-08T19:24:16.815Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_parent/2.7.1/error_prone_parent-2.7.1.pom [2023-09-08T19:24:16.815Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_parent/2.7.1/error_prone_parent-2.7.1.pom (7.0 kB at 634 kB/s) [2023-09-08T19:24:16.815Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom [2023-09-08T19:24:16.815Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom [2023-09-08T19:24:16.815Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom [2023-09-08T19:24:16.815Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom [2023-09-08T19:24:16.815Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom [2023-09-08T19:24:16.815Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom [2023-09-08T19:24:16.815Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom (2.8 kB at 251 kB/s) [2023-09-08T19:24:16.815Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/3.2.0/plexus-utils-3.2.0.pom [2023-09-08T19:24:16.815Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.2.0/plexus-utils-3.2.0.pom [2023-09-08T19:24:16.816Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/3.2.0/plexus-utils-3.2.0.pom [2023-09-08T19:24:16.816Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-utils/3.2.0/plexus-utils-3.2.0.pom [2023-09-08T19:24:16.816Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-utils/3.2.0/plexus-utils-3.2.0.pom [2023-09-08T19:24:16.816Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.2.0/plexus-utils-3.2.0.pom [2023-09-08T19:24:16.816Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.2.0/plexus-utils-3.2.0.pom (4.8 kB at 371 kB/s) [2023-09-08T19:24:16.816Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom [2023-09-08T19:24:16.816Z] [INFO] Downloading from 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 [2023-09-08T19:24:16.816Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom [2023-09-08T19:24:16.816Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom [2023-09-08T19:24:16.816Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom [2023-09-08T19:24:17.115Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom [2023-09-08T19:24:17.115Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom (2.4 kB at 183 kB/s) [2023-09-08T19:24:17.115Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom [2023-09-08T19:24:17.115Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom [2023-09-08T19:24:17.115Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom [2023-09-08T19:24:17.115Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom [2023-09-08T19:24:17.115Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom [2023-09-08T19:24:17.115Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom [2023-09-08T19:24:17.115Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom (9.3 kB at 622 kB/s) [2023-09-08T19:24:17.115Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-parent/16/maven-parent-16.pom [2023-09-08T19:24:17.115Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/16/maven-parent-16.pom [2023-09-08T19:24:17.116Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/16/maven-parent-16.pom [2023-09-08T19:24:17.116Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-parent/16/maven-parent-16.pom [2023-09-08T19:24:17.116Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-parent/16/maven-parent-16.pom [2023-09-08T19:24:17.116Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/16/maven-parent-16.pom [2023-09-08T19:24:17.116Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/16/maven-parent-16.pom (23 kB at 1.9 MB/s) [2023-09-08T19:24:17.116Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/apache/7/apache-7.pom [2023-09-08T19:24:17.116Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/7/apache-7.pom [2023-09-08T19:24:17.116Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/7/apache-7.pom [2023-09-08T19:24:17.116Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/apache/7/apache-7.pom [2023-09-08T19:24:17.116Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/apache/7/apache-7.pom [2023-09-08T19:24:17.116Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/7/apache-7.pom [2023-09-08T19:24:17.116Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/7/apache-7.pom (14 kB at 1.3 MB/s) [2023-09-08T19:24:17.116Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom [2023-09-08T19:24:17.116Z] [INFO] Downloading from 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 [2023-09-08T19:24:17.116Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom [2023-09-08T19:24:17.116Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom [2023-09-08T19:24:17.116Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom [2023-09-08T19:24:17.116Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom [2023-09-08T19:24:17.116Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom (1.4 kB at 139 kB/s) [2023-09-08T19:24:17.116Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom [2023-09-08T19:24:17.116Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom [2023-09-08T19:24:17.413Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom [2023-09-08T19:24:17.413Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom [2023-09-08T19:24:17.413Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom [2023-09-08T19:24:17.413Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom [2023-09-08T19:24:17.414Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom (9.6 kB at 877 kB/s) [2023-09-08T19:24:17.414Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-parent/10/maven-parent-10.pom [2023-09-08T19:24:17.414Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/10/maven-parent-10.pom [2023-09-08T19:24:17.414Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/10/maven-parent-10.pom [2023-09-08T19:24:17.414Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-parent/10/maven-parent-10.pom [2023-09-08T19:24:17.414Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-parent/10/maven-parent-10.pom [2023-09-08T19:24:17.414Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/10/maven-parent-10.pom [2023-09-08T19:24:17.414Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/10/maven-parent-10.pom (32 kB at 2.6 MB/s) [2023-09-08T19:24:17.414Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/apache/4/apache-4.pom [2023-09-08T19:24:17.414Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/4/apache-4.pom [2023-09-08T19:24:17.414Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/4/apache-4.pom [2023-09-08T19:24:17.414Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/apache/4/apache-4.pom [2023-09-08T19:24:17.414Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/apache/4/apache-4.pom [2023-09-08T19:24:17.414Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/4/apache-4.pom [2023-09-08T19:24:17.414Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/4/apache-4.pom (4.5 kB at 321 kB/s) [2023-09-08T19:24:17.414Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.pom [2023-09-08T19:24:17.414Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.pom [2023-09-08T19:24:17.414Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.pom [2023-09-08T19:24:17.414Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.pom [2023-09-08T19:24:17.414Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.pom [2023-09-08T19:24:17.414Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.pom [2023-09-08T19:24:17.414Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.pom (5.5 kB at 347 kB/s) [2023-09-08T19:24:17.414Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom [2023-09-08T19:24:17.414Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom [2023-09-08T19:24:17.414Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom [2023-09-08T19:24:17.414Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom [2023-09-08T19:24:17.414Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom [2023-09-08T19:24:17.414Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom [2023-09-08T19:24:17.414Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom (5.1 kB at 510 kB/s) [2023-09-08T19:24:17.414Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-parent/34/maven-parent-34.pom [2023-09-08T19:24:17.716Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/34/maven-parent-34.pom [2023-09-08T19:24:17.716Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/34/maven-parent-34.pom [2023-09-08T19:24:17.716Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-parent/34/maven-parent-34.pom [2023-09-08T19:24:17.716Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-parent/34/maven-parent-34.pom [2023-09-08T19:24:17.716Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/34/maven-parent-34.pom [2023-09-08T19:24:17.716Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/34/maven-parent-34.pom (43 kB at 3.9 MB/s) [2023-09-08T19:24:17.717Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.pom [2023-09-08T19:24:17.717Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.pom [2023-09-08T19:24:17.717Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.pom [2023-09-08T19:24:17.717Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.pom [2023-09-08T19:24:17.717Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.pom [2023-09-08T19:24:17.717Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.pom [2023-09-08T19:24:17.717Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.pom (2.0 kB at 179 kB/s) [2023-09-08T19:24:17.717Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven/3.1.1/maven-3.1.1.pom [2023-09-08T19:24:17.717Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.1.1/maven-3.1.1.pom [2023-09-08T19:24:17.717Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven/3.1.1/maven-3.1.1.pom [2023-09-08T19:24:17.717Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven/3.1.1/maven-3.1.1.pom [2023-09-08T19:24:17.717Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven/3.1.1/maven-3.1.1.pom [2023-09-08T19:24:17.717Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.1.1/maven-3.1.1.pom [2023-09-08T19:24:17.717Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.1.1/maven-3.1.1.pom (22 kB at 2.2 MB/s) [2023-09-08T19:24:17.717Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-parent/23/maven-parent-23.pom [2023-09-08T19:24:17.717Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/23/maven-parent-23.pom [2023-09-08T19:24:17.717Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/23/maven-parent-23.pom [2023-09-08T19:24:17.717Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-parent/23/maven-parent-23.pom [2023-09-08T19:24:17.717Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-parent/23/maven-parent-23.pom [2023-09-08T19:24:17.717Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/23/maven-parent-23.pom [2023-09-08T19:24:17.717Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/23/maven-parent-23.pom (33 kB at 2.7 MB/s) [2023-09-08T19:24:17.717Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/apache/13/apache-13.pom [2023-09-08T19:24:17.717Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/13/apache-13.pom [2023-09-08T19:24:17.717Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/13/apache-13.pom [2023-09-08T19:24:17.717Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/apache/13/apache-13.pom [2023-09-08T19:24:18.015Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/apache/13/apache-13.pom [2023-09-08T19:24:18.015Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/13/apache-13.pom [2023-09-08T19:24:18.015Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/13/apache-13.pom (14 kB at 1.3 MB/s) [2023-09-08T19:24:18.015Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom [2023-09-08T19:24:18.015Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom [2023-09-08T19:24:18.015Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom [2023-09-08T19:24:18.015Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom [2023-09-08T19:24:18.015Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom [2023-09-08T19:24:18.015Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom [2023-09-08T19:24:18.015Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom (3.1 kB at 286 kB/s) [2023-09-08T19:24:18.015Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.pom [2023-09-08T19:24:18.015Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.pom [2023-09-08T19:24:18.015Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.pom [2023-09-08T19:24:18.015Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.pom [2023-09-08T19:24:18.015Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.pom [2023-09-08T19:24:18.015Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.pom [2023-09-08T19:24:18.015Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.pom (4.1 kB at 376 kB/s) [2023-09-08T19:24:18.015Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.pom [2023-09-08T19:24:18.015Z] [INFO] Downloading from 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 [2023-09-08T19:24:18.015Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.pom [2023-09-08T19:24:18.015Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.pom [2023-09-08T19:24:18.015Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.pom [2023-09-08T19:24:18.016Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.pom [2023-09-08T19:24:18.016Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.pom (5.8 kB at 577 kB/s) [2023-09-08T19:24:18.016Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.pom [2023-09-08T19:24:18.016Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.pom [2023-09-08T19:24:18.016Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.pom [2023-09-08T19:24:18.016Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.pom [2023-09-08T19:24:18.016Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.pom [2023-09-08T19:24:18.016Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.pom [2023-09-08T19:24:18.316Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.pom (4.9 kB at 409 kB/s) [2023-09-08T19:24:18.316Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus/8/plexus-8.pom [2023-09-08T19:24:18.316Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/8/plexus-8.pom [2023-09-08T19:24:18.316Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/8/plexus-8.pom [2023-09-08T19:24:18.316Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus/8/plexus-8.pom [2023-09-08T19:24:18.316Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus/8/plexus-8.pom [2023-09-08T19:24:18.316Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/8/plexus-8.pom [2023-09-08T19:24:18.316Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/8/plexus-8.pom (25 kB at 2.1 MB/s) [2023-09-08T19:24:18.316Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.pom [2023-09-08T19:24:18.316Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.pom [2023-09-08T19:24:18.316Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.pom [2023-09-08T19:24:18.316Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.pom [2023-09-08T19:24:18.316Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.pom [2023-09-08T19:24:18.316Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.pom [2023-09-08T19:24:18.316Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.pom (8.0 kB at 796 kB/s) [2023-09-08T19:24:18.316Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom [2023-09-08T19:24:18.316Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom [2023-09-08T19:24:18.316Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom [2023-09-08T19:24:18.316Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom [2023-09-08T19:24:18.316Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom [2023-09-08T19:24:18.316Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom [2023-09-08T19:24:18.316Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom (20 kB at 1.6 MB/s) [2023-09-08T19:24:18.316Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-parent/52/commons-parent-52.pom [2023-09-08T19:24:18.316Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/52/commons-parent-52.pom [2023-09-08T19:24:18.615Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/52/commons-parent-52.pom [2023-09-08T19:24:18.615Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/commons/commons-parent/52/commons-parent-52.pom [2023-09-08T19:24:18.615Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/commons/commons-parent/52/commons-parent-52.pom [2023-09-08T19:24:18.615Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/52/commons-parent-52.pom [2023-09-08T19:24:18.615Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/52/commons-parent-52.pom (79 kB at 7.2 MB/s) [2023-09-08T19:24:18.615Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/tukaani/xz/1.9/xz-1.9.pom [2023-09-08T19:24:18.615Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/tukaani/xz/1.9/xz-1.9.pom [2023-09-08T19:24:18.615Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/tukaani/xz/1.9/xz-1.9.pom [2023-09-08T19:24:18.615Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/tukaani/xz/1.9/xz-1.9.pom [2023-09-08T19:24:18.615Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/tukaani/xz/1.9/xz-1.9.pom [2023-09-08T19:24:18.615Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.9/xz-1.9.pom [2023-09-08T19:24:18.615Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.9/xz-1.9.pom (2.0 kB at 57 kB/s) [2023-09-08T19:24:18.615Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom [2023-09-08T19:24:18.615Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom [2023-09-08T19:24:18.615Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom [2023-09-08T19:24:18.615Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom [2023-09-08T19:24:18.615Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom [2023-09-08T19:24:18.615Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom [2023-09-08T19:24:18.615Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom (2.7 kB at 166 kB/s) [2023-09-08T19:24:18.615Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/shared/maven-dependency-tree/3.0/maven-dependency-tree-3.0.pom [2023-09-08T19:24:18.615Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-dependency-tree/3.0/maven-dependency-tree-3.0.pom [2023-09-08T19:24:18.615Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-dependency-tree/3.0/maven-dependency-tree-3.0.pom [2023-09-08T19:24:18.615Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/shared/maven-dependency-tree/3.0/maven-dependency-tree-3.0.pom [2023-09-08T19:24:18.615Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/maven-dependency-tree/3.0/maven-dependency-tree-3.0.pom [2023-09-08T19:24:18.615Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/3.0/maven-dependency-tree-3.0.pom [2023-09-08T19:24:18.615Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/3.0/maven-dependency-tree-3.0.pom (7.4 kB at 737 kB/s) [2023-09-08T19:24:18.615Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom [2023-09-08T19:24:18.615Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom [2023-09-08T19:24:18.615Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom [2023-09-08T19:24:18.915Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom [2023-09-08T19:24:18.915Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom [2023-09-08T19:24:18.915Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom [2023-09-08T19:24:18.915Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom (5.1 kB at 464 kB/s) [2023-09-08T19:24:18.915Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-parent/25/maven-parent-25.pom [2023-09-08T19:24:18.915Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/25/maven-parent-25.pom [2023-09-08T19:24:18.915Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/25/maven-parent-25.pom [2023-09-08T19:24:18.915Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-parent/25/maven-parent-25.pom [2023-09-08T19:24:18.915Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-parent/25/maven-parent-25.pom [2023-09-08T19:24:18.915Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/25/maven-parent-25.pom [2023-09-08T19:24:18.915Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/25/maven-parent-25.pom (37 kB at 3.7 MB/s) [2023-09-08T19:24:18.915Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/apache/15/apache-15.pom [2023-09-08T19:24:18.915Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/15/apache-15.pom [2023-09-08T19:24:18.915Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/15/apache-15.pom [2023-09-08T19:24:18.915Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/apache/15/apache-15.pom [2023-09-08T19:24:18.915Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/apache/15/apache-15.pom [2023-09-08T19:24:18.915Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/15/apache-15.pom [2023-09-08T19:24:18.915Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/15/apache-15.pom (15 kB at 1.5 MB/s) [2023-09-08T19:24:18.915Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom [2023-09-08T19:24:18.915Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom [2023-09-08T19:24:18.915Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom [2023-09-08T19:24:18.915Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom [2023-09-08T19:24:18.916Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom [2023-09-08T19:24:18.916Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom [2023-09-08T19:24:18.916Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom (748 B at 68 kB/s) [2023-09-08T19:24:18.916Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom [2023-09-08T19:24:18.916Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom [2023-09-08T19:24:18.916Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom [2023-09-08T19:24:18.916Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom [2023-09-08T19:24:18.916Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom [2023-09-08T19:24:18.916Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom [2023-09-08T19:24:18.916Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom (3.8 kB at 342 kB/s) [2023-09-08T19:24:18.916Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom [2023-09-08T19:24:18.916Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom [2023-09-08T19:24:18.916Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom [2023-09-08T19:24:18.916Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom [2023-09-08T19:24:18.916Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom [2023-09-08T19:24:19.216Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom [2023-09-08T19:24:19.216Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom (22 kB at 2.0 MB/s) [2023-09-08T19:24:19.216Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom [2023-09-08T19:24:19.216Z] [INFO] Downloading from 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 [2023-09-08T19:24:19.216Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom [2023-09-08T19:24:19.216Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom [2023-09-08T19:24:19.216Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom [2023-09-08T19:24:19.216Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom [2023-09-08T19:24:19.216Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom (2.0 kB at 204 kB/s) [2023-09-08T19:24:19.216Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom [2023-09-08T19:24:19.216Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom [2023-09-08T19:24:19.216Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom [2023-09-08T19:24:19.216Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom [2023-09-08T19:24:19.216Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom [2023-09-08T19:24:19.216Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom [2023-09-08T19:24:19.216Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom (28 kB at 2.3 MB/s) [2023-09-08T19:24:19.216Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom [2023-09-08T19:24:19.216Z] [INFO] Downloading from 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 [2023-09-08T19:24:19.216Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom [2023-09-08T19:24:19.216Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom [2023-09-08T19:24:19.216Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom [2023-09-08T19:24:19.216Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom [2023-09-08T19:24:19.216Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom (3.2 kB at 267 kB/s) [2023-09-08T19:24:19.216Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom [2023-09-08T19:24:19.216Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom [2023-09-08T19:24:19.216Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom [2023-09-08T19:24:19.216Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom [2023-09-08T19:24:19.516Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom [2023-09-08T19:24:19.516Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom [2023-09-08T19:24:19.516Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom (8.1 kB at 806 kB/s) [2023-09-08T19:24:19.516Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom [2023-09-08T19:24:19.517Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom [2023-09-08T19:24:19.517Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom [2023-09-08T19:24:19.517Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom [2023-09-08T19:24:19.517Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom [2023-09-08T19:24:19.517Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom [2023-09-08T19:24:19.517Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 kB at 1.2 MB/s) [2023-09-08T19:24:19.517Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom [2023-09-08T19:24:19.517Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom [2023-09-08T19:24:19.517Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom [2023-09-08T19:24:19.517Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom [2023-09-08T19:24:19.517Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom [2023-09-08T19:24:19.517Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom [2023-09-08T19:24:19.517Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom (4.4 kB at 443 kB/s) [2023-09-08T19:24:19.517Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom [2023-09-08T19:24:19.517Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom [2023-09-08T19:24:19.517Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom [2023-09-08T19:24:19.517Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom [2023-09-08T19:24:19.517Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom [2023-09-08T19:24:19.517Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom [2023-09-08T19:24:19.517Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom (9.6 kB at 1.1 MB/s) [2023-09-08T19:24:19.517Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-parent/11/maven-parent-11.pom [2023-09-08T19:24:19.517Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/11/maven-parent-11.pom [2023-09-08T19:24:19.517Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/11/maven-parent-11.pom [2023-09-08T19:24:19.517Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-parent/11/maven-parent-11.pom [2023-09-08T19:24:19.517Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-parent/11/maven-parent-11.pom [2023-09-08T19:24:19.517Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/11/maven-parent-11.pom [2023-09-08T19:24:19.517Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/11/maven-parent-11.pom (32 kB at 2.7 MB/s) [2023-09-08T19:24:19.517Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/apache/5/apache-5.pom [2023-09-08T19:24:19.517Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/5/apache-5.pom [2023-09-08T19:24:19.517Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/5/apache-5.pom [2023-09-08T19:24:19.773Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/apache/5/apache-5.pom [2023-09-08T19:24:19.773Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/apache/5/apache-5.pom [2023-09-08T19:24:19.773Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/5/apache-5.pom [2023-09-08T19:24:19.773Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/5/apache-5.pom (4.1 kB at 372 kB/s) [2023-09-08T19:24:19.773Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom [2023-09-08T19:24:19.773Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom [2023-09-08T19:24:19.773Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom [2023-09-08T19:24:19.773Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom [2023-09-08T19:24:19.773Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom [2023-09-08T19:24:19.773Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom [2023-09-08T19:24:19.773Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom (2.4 kB at 240 kB/s) [2023-09-08T19:24:19.773Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom [2023-09-08T19:24:19.773Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom [2023-09-08T19:24:19.773Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom [2023-09-08T19:24:19.773Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom [2023-09-08T19:24:19.773Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom [2023-09-08T19:24:19.773Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom [2023-09-08T19:24:19.773Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom (8.1 kB at 733 kB/s) [2023-09-08T19:24:19.773Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom [2023-09-08T19:24:19.773Z] [INFO] Downloading from 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 [2023-09-08T19:24:19.773Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom [2023-09-08T19:24:19.773Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom [2023-09-08T19:24:19.773Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom [2023-09-08T19:24:19.773Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom [2023-09-08T19:24:19.773Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/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) [2023-09-08T19:24:19.773Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom [2023-09-08T19:24:19.773Z] [INFO] Downloading from 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 [2023-09-08T19:24:20.032Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom [2023-09-08T19:24:20.032Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom [2023-09-08T19:24:20.032Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom [2023-09-08T19:24:20.032Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom [2023-09-08T19:24:20.032Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom (1.9 kB at 172 kB/s) [2023-09-08T19:24:20.032Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom [2023-09-08T19:24:20.032Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom [2023-09-08T19:24:20.032Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom [2023-09-08T19:24:20.032Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom [2023-09-08T19:24:20.032Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom [2023-09-08T19:24:20.032Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom [2023-09-08T19:24:20.032Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom (2.3 kB at 226 kB/s) [2023-09-08T19:24:20.032Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom [2023-09-08T19:24:20.032Z] [INFO] Downloading from 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 [2023-09-08T19:24:20.032Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom [2023-09-08T19:24:20.032Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom [2023-09-08T19:24:20.032Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom [2023-09-08T19:24:20.032Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom [2023-09-08T19:24:20.032Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom (3.2 kB at 293 kB/s) [2023-09-08T19:24:20.032Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom [2023-09-08T19:24:20.032Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom [2023-09-08T19:24:20.033Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom [2023-09-08T19:24:20.033Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom [2023-09-08T19:24:20.033Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom [2023-09-08T19:24:20.314Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom [2023-09-08T19:24:20.314Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom (8.2 kB at 750 kB/s) [2023-09-08T19:24:20.314Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/junit/junit/4.13/junit-4.13.pom [2023-09-08T19:24:20.314Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/4.13/junit-4.13.pom [2023-09-08T19:24:20.314Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/junit/junit/4.13/junit-4.13.pom [2023-09-08T19:24:20.314Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/junit/junit/4.13/junit-4.13.pom [2023-09-08T19:24:20.314Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/junit/junit/4.13/junit-4.13.pom [2023-09-08T19:24:20.314Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/4.13/junit-4.13.pom [2023-09-08T19:24:20.314Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/junit/junit/4.13/junit-4.13.pom (25 kB at 2.1 MB/s) [2023-09-08T19:24:20.314Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom [2023-09-08T19:24:20.314Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom [2023-09-08T19:24:20.314Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom [2023-09-08T19:24:20.314Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom [2023-09-08T19:24:20.314Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom [2023-09-08T19:24:20.314Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom [2023-09-08T19:24:20.314Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom (766 B at 64 kB/s) [2023-09-08T19:24:20.314Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom [2023-09-08T19:24:20.314Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom [2023-09-08T19:24:20.314Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom [2023-09-08T19:24:20.314Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom [2023-09-08T19:24:20.314Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom [2023-09-08T19:24:20.314Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom [2023-09-08T19:24:20.314Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom (2.0 kB at 179 kB/s) [2023-09-08T19:24:20.314Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom [2023-09-08T19:24:20.314Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom [2023-09-08T19:24:20.314Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom [2023-09-08T19:24:20.615Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom [2023-09-08T19:24:20.615Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom [2023-09-08T19:24:20.615Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom [2023-09-08T19:24:20.615Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom (1.1 kB at 96 kB/s) [2023-09-08T19:24:20.615Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom [2023-09-08T19:24:20.615Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom [2023-09-08T19:24:20.616Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom [2023-09-08T19:24:20.616Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom [2023-09-08T19:24:20.616Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom [2023-09-08T19:24:20.616Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom [2023-09-08T19:24:20.616Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom (3.0 kB at 214 kB/s) [2023-09-08T19:24:20.616Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom [2023-09-08T19:24:20.616Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom [2023-09-08T19:24:20.616Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom [2023-09-08T19:24:20.616Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom [2023-09-08T19:24:20.616Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom [2023-09-08T19:24:20.616Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom [2023-09-08T19:24:20.616Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom (1.9 kB at 174 kB/s) [2023-09-08T19:24:20.616Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom [2023-09-08T19:24:20.616Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom [2023-09-08T19:24:20.616Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom [2023-09-08T19:24:20.915Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom [2023-09-08T19:24:20.915Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom [2023-09-08T19:24:20.915Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom [2023-09-08T19:24:20.915Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom (2.0 kB at 178 kB/s) [2023-09-08T19:24:20.915Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom [2023-09-08T19:24:20.915Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom [2023-09-08T19:24:20.915Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom [2023-09-08T19:24:20.915Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom [2023-09-08T19:24:20.915Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom [2023-09-08T19:24:20.915Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom [2023-09-08T19:24:20.915Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom (3.0 kB at 272 kB/s) [2023-09-08T19:24:20.915Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom [2023-09-08T19:24:20.915Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom [2023-09-08T19:24:20.915Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom [2023-09-08T19:24:20.915Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom [2023-09-08T19:24:20.915Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom [2023-09-08T19:24:20.915Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom [2023-09-08T19:24:20.915Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom (1.9 kB at 189 kB/s) [2023-09-08T19:24:20.915Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom [2023-09-08T19:24:20.915Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom [2023-09-08T19:24:20.915Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom [2023-09-08T19:24:20.915Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom [2023-09-08T19:24:20.915Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom [2023-09-08T19:24:20.916Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom [2023-09-08T19:24:20.916Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom (1.0 kB at 103 kB/s) [2023-09-08T19:24:20.916Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom [2023-09-08T19:24:20.916Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom [2023-09-08T19:24:20.916Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom [2023-09-08T19:24:20.916Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom [2023-09-08T19:24:21.214Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom [2023-09-08T19:24:21.214Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom [2023-09-08T19:24:21.214Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom (7.2 kB at 657 kB/s) [2023-09-08T19:24:21.214Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom [2023-09-08T19:24:21.214Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom [2023-09-08T19:24:21.214Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom [2023-09-08T19:24:21.214Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom [2023-09-08T19:24:21.214Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom [2023-09-08T19:24:21.214Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom [2023-09-08T19:24:21.214Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom (2.4 kB at 216 kB/s) [2023-09-08T19:24:21.214Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom [2023-09-08T19:24:21.214Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom [2023-09-08T19:24:21.214Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom [2023-09-08T19:24:21.214Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom [2023-09-08T19:24:21.214Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom [2023-09-08T19:24:21.214Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom [2023-09-08T19:24:21.214Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom (7.7 kB at 698 kB/s) [2023-09-08T19:24:21.214Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/velocity/velocity/1.5/velocity-1.5.pom [2023-09-08T19:24:21.214Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/velocity/velocity/1.5/velocity-1.5.pom [2023-09-08T19:24:21.214Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/velocity/velocity/1.5/velocity-1.5.pom [2023-09-08T19:24:21.214Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/velocity/velocity/1.5/velocity-1.5.pom [2023-09-08T19:24:21.214Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/velocity/velocity/1.5/velocity-1.5.pom [2023-09-08T19:24:21.214Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.5/velocity-1.5.pom [2023-09-08T19:24:21.214Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.5/velocity-1.5.pom (7.8 kB at 706 kB/s) [2023-09-08T19:24:21.214Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-collections/commons-collections/3.1/commons-collections-3.1.pom [2023-09-08T19:24:21.214Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/3.1/commons-collections-3.1.pom [2023-09-08T19:24:21.214Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-collections/commons-collections/3.1/commons-collections-3.1.pom [2023-09-08T19:24:21.515Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/commons-collections/commons-collections/3.1/commons-collections-3.1.pom [2023-09-08T19:24:21.515Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-collections/commons-collections/3.1/commons-collections-3.1.pom [2023-09-08T19:24:21.515Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.1/commons-collections-3.1.pom [2023-09-08T19:24:21.515Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.1/commons-collections-3.1.pom (6.1 kB at 608 kB/s) [2023-09-08T19:24:21.515Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-lang/commons-lang/2.1/commons-lang-2.1.pom [2023-09-08T19:24:21.515Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-lang/commons-lang/2.1/commons-lang-2.1.pom [2023-09-08T19:24:21.515Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-lang/commons-lang/2.1/commons-lang-2.1.pom [2023-09-08T19:24:21.515Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/commons-lang/commons-lang/2.1/commons-lang-2.1.pom [2023-09-08T19:24:21.515Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-lang/commons-lang/2.1/commons-lang-2.1.pom [2023-09-08T19:24:21.515Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.pom [2023-09-08T19:24:21.515Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.pom (9.9 kB at 903 kB/s) [2023-09-08T19:24:21.515Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/oro/oro/2.0.8/oro-2.0.8.pom [2023-09-08T19:24:21.515Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/oro/oro/2.0.8/oro-2.0.8.pom [2023-09-08T19:24:21.515Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/oro/oro/2.0.8/oro-2.0.8.pom [2023-09-08T19:24:21.515Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/oro/oro/2.0.8/oro-2.0.8.pom [2023-09-08T19:24:21.515Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/oro/oro/2.0.8/oro-2.0.8.pom [2023-09-08T19:24:21.515Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/oro/oro/2.0.8/oro-2.0.8.pom [2023-09-08T19:24:21.515Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/oro/oro/2.0.8/oro-2.0.8.pom (140 B at 14 kB/s) [2023-09-08T19:24:21.515Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom [2023-09-08T19:24:21.515Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom [2023-09-08T19:24:21.515Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom [2023-09-08T19:24:21.515Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom [2023-09-08T19:24:21.515Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom [2023-09-08T19:24:21.515Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom [2023-09-08T19:24:21.515Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom (3.2 kB at 350 kB/s) [2023-09-08T19:24:21.515Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-collections/commons-collections/3.2/commons-collections-3.2.pom [2023-09-08T19:24:21.515Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/3.2/commons-collections-3.2.pom [2023-09-08T19:24:21.515Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-collections/commons-collections/3.2/commons-collections-3.2.pom [2023-09-08T19:24:21.516Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/commons-collections/commons-collections/3.2/commons-collections-3.2.pom [2023-09-08T19:24:21.783Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-collections/commons-collections/3.2/commons-collections-3.2.pom [2023-09-08T19:24:21.783Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2/commons-collections-3.2.pom [2023-09-08T19:24:21.783Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2/commons-collections-3.2.pom (11 kB at 1.1 MB/s) [2023-09-08T19:24:21.783Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom [2023-09-08T19:24:21.783Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom [2023-09-08T19:24:21.783Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom [2023-09-08T19:24:21.784Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom [2023-09-08T19:24:21.784Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom [2023-09-08T19:24:21.784Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom [2023-09-08T19:24:21.784Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom (2.3 kB at 205 kB/s) [2023-09-08T19:24:21.784Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom [2023-09-08T19:24:21.784Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom [2023-09-08T19:24:21.784Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom [2023-09-08T19:24:21.784Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom [2023-09-08T19:24:21.784Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom [2023-09-08T19:24:21.784Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom [2023-09-08T19:24:21.784Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom (2.4 kB at 218 kB/s) [2023-09-08T19:24:21.784Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom [2023-09-08T19:24:21.784Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom [2023-09-08T19:24:21.784Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom [2023-09-08T19:24:21.784Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom [2023-09-08T19:24:21.784Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom [2023-09-08T19:24:21.784Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom [2023-09-08T19:24:21.784Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom (2.7 kB at 245 kB/s) [2023-09-08T19:24:21.784Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom [2023-09-08T19:24:21.784Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom [2023-09-08T19:24:21.784Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom [2023-09-08T19:24:21.784Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom [2023-09-08T19:24:21.784Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom [2023-09-08T19:24:21.784Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom [2023-09-08T19:24:22.040Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom (2.2 kB at 224 kB/s) [2023-09-08T19:24:22.040Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom [2023-09-08T19:24:22.040Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom [2023-09-08T19:24:22.040Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom [2023-09-08T19:24:22.040Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom [2023-09-08T19:24:22.040Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom [2023-09-08T19:24:22.040Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom [2023-09-08T19:24:22.040Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom (1.6 kB at 145 kB/s) [2023-09-08T19:24:22.040Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/jdom/jdom/1.1/jdom-1.1.pom [2023-09-08T19:24:22.040Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jdom/jdom/1.1/jdom-1.1.pom [2023-09-08T19:24:22.040Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/jdom/jdom/1.1/jdom-1.1.pom [2023-09-08T19:24:22.040Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/jdom/jdom/1.1/jdom-1.1.pom [2023-09-08T19:24:22.040Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/jdom/jdom/1.1/jdom-1.1.pom [2023-09-08T19:24:22.040Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jdom/jdom/1.1/jdom-1.1.pom [2023-09-08T19:24:22.040Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jdom/jdom/1.1/jdom-1.1.pom (2.2 kB at 199 kB/s) [2023-09-08T19:24:22.040Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/twdata/maven/mojo-executor/2.3.1/mojo-executor-2.3.1.pom [2023-09-08T19:24:22.040Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/twdata/maven/mojo-executor/2.3.1/mojo-executor-2.3.1.pom [2023-09-08T19:24:22.040Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/twdata/maven/mojo-executor/2.3.1/mojo-executor-2.3.1.pom [2023-09-08T19:24:22.040Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/twdata/maven/mojo-executor/2.3.1/mojo-executor-2.3.1.pom [2023-09-08T19:24:22.040Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/twdata/maven/mojo-executor/2.3.1/mojo-executor-2.3.1.pom [2023-09-08T19:24:22.040Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/twdata/maven/mojo-executor/2.3.1/mojo-executor-2.3.1.pom [2023-09-08T19:24:22.296Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/twdata/maven/mojo-executor/2.3.1/mojo-executor-2.3.1.pom (2.5 kB at 228 kB/s) [2023-09-08T19:24:22.296Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/twdata/maven/mojo-executor-parent/2.3.1/mojo-executor-parent-2.3.1.pom [2023-09-08T19:24:22.296Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/twdata/maven/mojo-executor-parent/2.3.1/mojo-executor-parent-2.3.1.pom [2023-09-08T19:24:22.296Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/twdata/maven/mojo-executor-parent/2.3.1/mojo-executor-parent-2.3.1.pom [2023-09-08T19:24:22.296Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/twdata/maven/mojo-executor-parent/2.3.1/mojo-executor-parent-2.3.1.pom [2023-09-08T19:24:22.296Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/twdata/maven/mojo-executor-parent/2.3.1/mojo-executor-parent-2.3.1.pom [2023-09-08T19:24:22.296Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/twdata/maven/mojo-executor-parent/2.3.1/mojo-executor-parent-2.3.1.pom [2023-09-08T19:24:22.296Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/twdata/maven/mojo-executor-parent/2.3.1/mojo-executor-parent-2.3.1.pom (10 kB at 835 kB/s) [2023-09-08T19:24:22.296Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven/3.5.0/maven-3.5.0.pom [2023-09-08T19:24:22.297Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.5.0/maven-3.5.0.pom [2023-09-08T19:24:22.297Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven/3.5.0/maven-3.5.0.pom [2023-09-08T19:24:22.297Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven/3.5.0/maven-3.5.0.pom [2023-09-08T19:24:22.297Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven/3.5.0/maven-3.5.0.pom [2023-09-08T19:24:22.297Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.5.0/maven-3.5.0.pom [2023-09-08T19:24:22.297Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.5.0/maven-3.5.0.pom (25 kB at 2.3 MB/s) [2023-09-08T19:24:22.297Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-parent/27/maven-parent-27.pom [2023-09-08T19:24:22.297Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/27/maven-parent-27.pom [2023-09-08T19:24:22.297Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/27/maven-parent-27.pom [2023-09-08T19:24:22.297Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-parent/27/maven-parent-27.pom [2023-09-08T19:24:22.297Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-parent/27/maven-parent-27.pom [2023-09-08T19:24:22.297Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/27/maven-parent-27.pom [2023-09-08T19:24:22.297Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/27/maven-parent-27.pom (41 kB at 4.1 MB/s) [2023-09-08T19:24:22.297Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/apache/17/apache-17.pom [2023-09-08T19:24:22.297Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/17/apache-17.pom [2023-09-08T19:24:22.297Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/17/apache-17.pom [2023-09-08T19:24:22.297Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/apache/17/apache-17.pom [2023-09-08T19:24:22.297Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/apache/17/apache-17.pom [2023-09-08T19:24:22.297Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/17/apache-17.pom [2023-09-08T19:24:22.553Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/17/apache-17.pom (16 kB at 1.6 MB/s) [2023-09-08T19:24:22.553Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-model/3.5.0/maven-model-3.5.0.pom [2023-09-08T19:24:22.553Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.5.0/maven-model-3.5.0.pom [2023-09-08T19:24:22.553Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model/3.5.0/maven-model-3.5.0.pom [2023-09-08T19:24:22.553Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-model/3.5.0/maven-model-3.5.0.pom [2023-09-08T19:24:22.553Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-model/3.5.0/maven-model-3.5.0.pom [2023-09-08T19:24:22.553Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.5.0/maven-model-3.5.0.pom [2023-09-08T19:24:22.553Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.5.0/maven-model-3.5.0.pom (4.0 kB at 367 kB/s) [2023-09-08T19:24:22.553Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom [2023-09-08T19:24:22.554Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom [2023-09-08T19:24:22.554Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom [2023-09-08T19:24:22.554Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom [2023-09-08T19:24:22.554Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom [2023-09-08T19:24:22.554Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom [2023-09-08T19:24:22.554Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom (4.1 kB at 413 kB/s) [2023-09-08T19:24:22.554Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom [2023-09-08T19:24:22.554Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom [2023-09-08T19:24:22.554Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom [2023-09-08T19:24:22.554Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom [2023-09-08T19:24:22.554Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom [2023-09-08T19:24:22.554Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom [2023-09-08T19:24:22.554Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom (22 kB at 2.0 MB/s) [2023-09-08T19:24:22.554Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom [2023-09-08T19:24:22.554Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom [2023-09-08T19:24:22.554Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom [2023-09-08T19:24:22.554Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom [2023-09-08T19:24:22.554Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom [2023-09-08T19:24:22.554Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom [2023-09-08T19:24:22.810Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom (4.0 kB at 403 kB/s) [2023-09-08T19:24:22.810Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/spice/spice-parent/16/spice-parent-16.pom [2023-09-08T19:24:22.810Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/16/spice-parent-16.pom [2023-09-08T19:24:22.810Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/spice/spice-parent/16/spice-parent-16.pom [2023-09-08T19:24:22.810Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/sonatype/spice/spice-parent/16/spice-parent-16.pom [2023-09-08T19:24:22.810Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/spice/spice-parent/16/spice-parent-16.pom [2023-09-08T19:24:22.810Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/16/spice-parent-16.pom [2023-09-08T19:24:22.810Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (8.4 kB at 836 kB/s) [2023-09-08T19:24:22.810Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-archiver/4.1.0/plexus-archiver-4.1.0.pom [2023-09-08T19:24:22.810Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/4.1.0/plexus-archiver-4.1.0.pom [2023-09-08T19:24:22.810Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-archiver/4.1.0/plexus-archiver-4.1.0.pom [2023-09-08T19:24:22.810Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-archiver/4.1.0/plexus-archiver-4.1.0.pom [2023-09-08T19:24:22.811Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-archiver/4.1.0/plexus-archiver-4.1.0.pom [2023-09-08T19:24:22.811Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.1.0/plexus-archiver-4.1.0.pom [2023-09-08T19:24:22.811Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.1.0/plexus-archiver-4.1.0.pom (4.8 kB at 484 kB/s) [2023-09-08T19:24:22.811Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/3.1.1/plexus-utils-3.1.1.pom [2023-09-08T19:24:22.811Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.1.1/plexus-utils-3.1.1.pom [2023-09-08T19:24:22.811Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/3.1.1/plexus-utils-3.1.1.pom [2023-09-08T19:24:22.811Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-utils/3.1.1/plexus-utils-3.1.1.pom [2023-09-08T19:24:22.811Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-utils/3.1.1/plexus-utils-3.1.1.pom [2023-09-08T19:24:22.811Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.1.1/plexus-utils-3.1.1.pom [2023-09-08T19:24:22.811Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.1.1/plexus-utils-3.1.1.pom (5.1 kB at 422 kB/s) [2023-09-08T19:24:22.811Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-io/3.1.1/plexus-io-3.1.1.pom [2023-09-08T19:24:22.811Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/3.1.1/plexus-io-3.1.1.pom [2023-09-08T19:24:22.811Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-io/3.1.1/plexus-io-3.1.1.pom [2023-09-08T19:24:22.811Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-io/3.1.1/plexus-io-3.1.1.pom [2023-09-08T19:24:22.811Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-io/3.1.1/plexus-io-3.1.1.pom [2023-09-08T19:24:22.811Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.1.1/plexus-io-3.1.1.pom [2023-09-08T19:24:22.811Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.1.1/plexus-io-3.1.1.pom (4.5 kB at 455 kB/s) [2023-09-08T19:24:22.811Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom [2023-09-08T19:24:22.811Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom [2023-09-08T19:24:22.811Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom [2023-09-08T19:24:23.067Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom [2023-09-08T19:24:23.067Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom [2023-09-08T19:24:23.068Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom [2023-09-08T19:24:23.068Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom (4.7 kB at 466 kB/s) [2023-09-08T19:24:23.068Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-compress/1.18/commons-compress-1.18.pom [2023-09-08T19:24:23.068Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.18/commons-compress-1.18.pom [2023-09-08T19:24:23.068Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-compress/1.18/commons-compress-1.18.pom [2023-09-08T19:24:23.068Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/commons/commons-compress/1.18/commons-compress-1.18.pom [2023-09-08T19:24:23.068Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/commons/commons-compress/1.18/commons-compress-1.18.pom [2023-09-08T19:24:23.068Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.18/commons-compress-1.18.pom [2023-09-08T19:24:23.068Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.18/commons-compress-1.18.pom (18 kB at 1.7 MB/s) [2023-09-08T19:24:23.068Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/httpcomponents/httpclient/4.5.12/httpclient-4.5.12.pom [2023-09-08T19:24:23.068Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpclient/4.5.12/httpclient-4.5.12.pom [2023-09-08T19:24:23.068Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpclient/4.5.12/httpclient-4.5.12.pom [2023-09-08T19:24:23.068Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/httpcomponents/httpclient/4.5.12/httpclient-4.5.12.pom [2023-09-08T19:24:23.068Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/httpcomponents/httpclient/4.5.12/httpclient-4.5.12.pom [2023-09-08T19:24:23.068Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.12/httpclient-4.5.12.pom [2023-09-08T19:24:23.068Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.12/httpclient-4.5.12.pom (6.6 kB at 601 kB/s) [2023-09-08T19:24:23.068Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/httpcomponents/httpcomponents-client/4.5.12/httpcomponents-client-4.5.12.pom [2023-09-08T19:24:23.068Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-client/4.5.12/httpcomponents-client-4.5.12.pom [2023-09-08T19:24:23.068Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpcomponents-client/4.5.12/httpcomponents-client-4.5.12.pom [2023-09-08T19:24:23.068Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/httpcomponents/httpcomponents-client/4.5.12/httpcomponents-client-4.5.12.pom [2023-09-08T19:24:23.068Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/httpcomponents/httpcomponents-client/4.5.12/httpcomponents-client-4.5.12.pom [2023-09-08T19:24:23.068Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.5.12/httpcomponents-client-4.5.12.pom [2023-09-08T19:24:23.068Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.5.12/httpcomponents-client-4.5.12.pom (16 kB at 1.4 MB/s) [2023-09-08T19:24:23.068Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom [2023-09-08T19:24:23.068Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom [2023-09-08T19:24:23.068Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom [2023-09-08T19:24:23.068Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom [2023-09-08T19:24:23.068Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom [2023-09-08T19:24:23.324Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom [2023-09-08T19:24:23.324Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom (35 kB at 3.5 MB/s) [2023-09-08T19:24:23.324Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom [2023-09-08T19:24:23.324Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom [2023-09-08T19:24:23.324Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom [2023-09-08T19:24:23.324Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom [2023-09-08T19:24:23.324Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom [2023-09-08T19:24:23.324Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom [2023-09-08T19:24:23.325Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom (5.0 kB at 452 kB/s) [2023-09-08T19:24:23.325Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom [2023-09-08T19:24:23.325Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom [2023-09-08T19:24:23.325Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom [2023-09-08T19:24:23.325Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom [2023-09-08T19:24:23.325Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom [2023-09-08T19:24:23.325Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom [2023-09-08T19:24:23.325Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom (13 kB at 1.3 MB/s) [2023-09-08T19:24:23.325Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-logging/commons-logging/1.2/commons-logging-1.2.pom [2023-09-08T19:24:23.325Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.2/commons-logging-1.2.pom [2023-09-08T19:24:23.325Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-logging/commons-logging/1.2/commons-logging-1.2.pom [2023-09-08T19:24:23.325Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/commons-logging/commons-logging/1.2/commons-logging-1.2.pom [2023-09-08T19:24:23.325Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-logging/commons-logging/1.2/commons-logging-1.2.pom [2023-09-08T19:24:23.325Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.pom [2023-09-08T19:24:23.325Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.pom (19 kB at 1.7 MB/s) [2023-09-08T19:24:23.325Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-parent/34/commons-parent-34.pom [2023-09-08T19:24:23.325Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/34/commons-parent-34.pom [2023-09-08T19:24:23.325Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/34/commons-parent-34.pom [2023-09-08T19:24:23.325Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/commons/commons-parent/34/commons-parent-34.pom [2023-09-08T19:24:23.325Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/commons/commons-parent/34/commons-parent-34.pom [2023-09-08T19:24:23.325Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/34/commons-parent-34.pom [2023-09-08T19:24:23.325Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/34/commons-parent-34.pom (56 kB at 5.1 MB/s) [2023-09-08T19:24:23.325Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-codec/commons-codec/1.11/commons-codec-1.11.pom [2023-09-08T19:24:23.325Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.11/commons-codec-1.11.pom [2023-09-08T19:24:23.581Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-codec/commons-codec/1.11/commons-codec-1.11.pom [2023-09-08T19:24:23.581Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/commons-codec/commons-codec/1.11/commons-codec-1.11.pom [2023-09-08T19:24:23.582Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-codec/commons-codec/1.11/commons-codec-1.11.pom [2023-09-08T19:24:23.582Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.11/commons-codec-1.11.pom [2023-09-08T19:24:23.582Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.11/commons-codec-1.11.pom (14 kB at 1.3 MB/s) [2023-09-08T19:24:23.582Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/ebr/ebr-maven-shared/2.0.0-SNAPSHOT/maven-metadata.xml [2023-09-08T19:24:23.582Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/ebr/ebr-maven-shared/2.0.0-SNAPSHOT/maven-metadata.xml [2023-09-08T19:24:23.582Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/ebr/ebr-maven-shared/2.0.0-SNAPSHOT/maven-metadata.xml [2023-09-08T19:24:23.582Z] [INFO] Downloading from ebr-snapshots: https://repo.eclipse.org/content/repositories/ebr-snapshots/org/eclipse/ebr/ebr-maven-shared/2.0.0-SNAPSHOT/maven-metadata.xml [2023-09-08T19:24:23.582Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/ebr/ebr-maven-shared/2.0.0-SNAPSHOT/maven-metadata.xml [2023-09-08T19:24:23.582Z] [INFO] Downloaded from ebr-snapshots: https://repo.eclipse.org/content/repositories/ebr-snapshots/org/eclipse/ebr/ebr-maven-shared/2.0.0-SNAPSHOT/maven-metadata.xml (784 B at 20 kB/s) [2023-09-08T19:24:23.582Z] [INFO] Downloading from ebr-snapshots: https://repo.eclipse.org/content/repositories/ebr-snapshots/org/eclipse/ebr/ebr-maven-shared/2.0.0-SNAPSHOT/ebr-maven-shared-2.0.0-20230902.145118-26.pom [2023-09-08T19:24:23.582Z] [INFO] Downloaded from ebr-snapshots: https://repo.eclipse.org/content/repositories/ebr-snapshots/org/eclipse/ebr/ebr-maven-shared/2.0.0-SNAPSHOT/ebr-maven-shared-2.0.0-20230902.145118-26.pom (1.5 kB at 77 kB/s) [2023-09-08T19:24:23.582Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-text/1.8/commons-text-1.8.pom [2023-09-08T19:24:23.582Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-text/1.8/commons-text-1.8.pom [2023-09-08T19:24:23.582Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-text/1.8/commons-text-1.8.pom [2023-09-08T19:24:23.582Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/commons/commons-text/1.8/commons-text-1.8.pom [2023-09-08T19:24:23.582Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/commons/commons-text/1.8/commons-text-1.8.pom [2023-09-08T19:24:23.582Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.8/commons-text-1.8.pom [2023-09-08T19:24:23.582Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.8/commons-text-1.8.pom (16 kB at 1.5 MB/s) [2023-09-08T19:24:23.582Z] [INFO] Downloading from ebr-snapshots: https://repo.eclipse.org/content/repositories/ebr-snapshots/org/eclipse/ebr/ebr-maven-plugin/2.0.0-SNAPSHOT/ebr-maven-plugin-2.0.0-20230902.145118-26.jar [2023-09-08T19:24:23.582Z] [INFO] Downloading from ebr-snapshots: https://repo.eclipse.org/content/repositories/ebr-snapshots/org/eclipse/ebr/ebr-maven-shared/2.0.0-SNAPSHOT/ebr-maven-shared-2.0.0-20230902.145118-26.jar [2023-09-08T19:24:23.838Z] [INFO] Downloaded from ebr-snapshots: https://repo.eclipse.org/content/repositories/ebr-snapshots/org/eclipse/ebr/ebr-maven-shared/2.0.0-SNAPSHOT/ebr-maven-shared-2.0.0-20230902.145118-26.jar (5.3 kB at 88 kB/s) [2023-09-08T19:24:23.838Z] [INFO] Downloaded from ebr-snapshots: https://repo.eclipse.org/content/repositories/ebr-snapshots/org/eclipse/ebr/ebr-maven-plugin/2.0.0-SNAPSHOT/ebr-maven-plugin-2.0.0-20230902.145118-26.jar (72 kB at 1.2 MB/s) [2023-09-08T19:24:23.838Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/felix/maven-bundle-plugin/5.1.7/maven-bundle-plugin-5.1.7.jar [2023-09-08T19:24:23.838Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/biz/aQute/bnd/biz.aQute.bndlib/6.3.1/biz.aQute.bndlib-6.3.1.jar [2023-09-08T19:24:23.839Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.jar [2023-09-08T19:24:23.839Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.jar [2023-09-08T19:24:23.839Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.jar [2023-09-08T19:24:23.839Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.jar [2023-09-08T19:24:23.839Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.jar [2023-09-08T19:24:23.839Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.jar [2023-09-08T19:24:23.839Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.jar [2023-09-08T19:24:23.839Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.jar [2023-09-08T19:24:23.839Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.jar [2023-09-08T19:24:23.839Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.jar [2023-09-08T19:24:23.839Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/biz/aQute/bnd/biz.aQute.bnd.util/6.3.1/biz.aQute.bnd.util-6.3.1.jar [2023-09-08T19:24:23.839Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar [2023-09-08T19:24:23.839Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.jar [2023-09-08T19:24:23.839Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/easymock/easymock/2.4/easymock-2.4.jar [2023-09-08T19:24:23.839Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.jar [2023-09-08T19:24:23.839Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.jar [2023-09-08T19:24:23.839Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar [2023-09-08T19:24:23.839Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.jar [2023-09-08T19:24:23.839Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/shared/maven-dependency-tree/3.0/maven-dependency-tree-3.0.jar [2023-09-08T19:24:23.839Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar [2023-09-08T19:24:23.839Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar [2023-09-08T19:24:23.839Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar [2023-09-08T19:24:23.839Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar [2023-09-08T19:24:23.839Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar [2023-09-08T19:24:23.839Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar [2023-09-08T19:24:23.839Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar [2023-09-08T19:24:23.839Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar [2023-09-08T19:24:23.839Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/velocity/velocity/1.5/velocity-1.5.jar [2023-09-08T19:24:23.839Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-lang/commons-lang/2.1/commons-lang-2.1.jar [2023-09-08T19:24:23.839Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar [2023-09-08T19:24:23.839Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/oro/oro/2.0.8/oro-2.0.8.jar [2023-09-08T19:24:23.839Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-collections/commons-collections/3.2/commons-collections-3.2.jar [2023-09-08T19:24:23.839Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar [2023-09-08T19:24:23.839Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar [2023-09-08T19:24:23.839Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar [2023-09-08T19:24:23.839Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar [2023-09-08T19:24:23.839Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/jdom/jdom/1.1/jdom-1.1.jar [2023-09-08T19:24:23.839Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/twdata/maven/mojo-executor/2.3.1/mojo-executor-2.3.1.jar [2023-09-08T19:24:23.839Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-model/3.5.0/maven-model-3.5.0.jar [2023-09-08T19:24:23.839Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-archiver/4.1.0/plexus-archiver-4.1.0.jar [2023-09-08T19:24:23.839Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-io/3.1.1/plexus-io-3.1.1.jar [2023-09-08T19:24:23.839Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar [2023-09-08T19:24:23.839Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/guava/guava/31.0.1-jre/guava-31.0.1-jre.jar [2023-09-08T19:24:23.839Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar [2023-09-08T19:24:23.839Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar [2023-09-08T19:24:23.839Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.jar [2023-09-08T19:24:23.839Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/errorprone/error_prone_annotations/2.7.1/error_prone_annotations-2.7.1.jar [2023-09-08T19:24:23.839Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar [2023-09-08T19:24:23.839Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/httpcomponents/httpclient/4.5.12/httpclient-4.5.12.jar [2023-09-08T19:24:23.839Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-codec/commons-codec/1.11/commons-codec-1.11.jar [2023-09-08T19:24:23.839Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-logging/commons-logging/1.2/commons-logging-1.2.jar [2023-09-08T19:24:23.839Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar [2023-09-08T19:24:23.839Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-lang3/3.10/commons-lang3-3.10.jar [2023-09-08T19:24:23.839Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-text/1.8/commons-text-1.8.jar [2023-09-08T19:24:23.839Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-io/commons-io/2.7/commons-io-2.7.jar [2023-09-08T19:24:23.839Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/felix/maven-bundle-plugin/5.1.7/maven-bundle-plugin-5.1.7.jar [2023-09-08T19:24:23.839Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/biz/aQute/bnd/biz.aQute.bndlib/6.3.1/biz.aQute.bndlib-6.3.1.jar [2023-09-08T19:24:23.839Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.jar [2023-09-08T19:24:23.839Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.jar [2023-09-08T19:24:23.839Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.jar [2023-09-08T19:24:23.840Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.jar [2023-09-08T19:24:23.840Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.jar [2023-09-08T19:24:23.840Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.jar [2023-09-08T19:24:23.840Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.jar [2023-09-08T19:24:23.840Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.jar [2023-09-08T19:24:23.840Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.jar [2023-09-08T19:24:23.840Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.jar [2023-09-08T19:24:23.840Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/biz/aQute/bnd/biz.aQute.bnd.util/6.3.1/biz.aQute.bnd.util-6.3.1.jar [2023-09-08T19:24:23.840Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar [2023-09-08T19:24:23.840Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.jar [2023-09-08T19:24:23.840Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/easymock/easymock/2.4/easymock-2.4.jar [2023-09-08T19:24:23.840Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.jar [2023-09-08T19:24:23.840Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.jar [2023-09-08T19:24:23.840Z] [INFO] Downloading from 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 [2023-09-08T19:24:23.840Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.jar [2023-09-08T19:24:23.840Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-dependency-tree/3.0/maven-dependency-tree-3.0.jar [2023-09-08T19:24:23.840Z] [INFO] Downloading from 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 [2023-09-08T19:24:23.840Z] [INFO] Downloading from 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 [2023-09-08T19:24:23.840Z] [INFO] Downloading from 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 [2023-09-08T19:24:23.840Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar [2023-09-08T19:24:23.840Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar [2023-09-08T19:24:23.840Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar [2023-09-08T19:24:23.840Z] [INFO] Downloading from 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 [2023-09-08T19:24:23.840Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar [2023-09-08T19:24:23.840Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/velocity/velocity/1.5/velocity-1.5.jar [2023-09-08T19:24:23.840Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-lang/commons-lang/2.1/commons-lang-2.1.jar [2023-09-08T19:24:23.840Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/oro/oro/2.0.8/oro-2.0.8.jar [2023-09-08T19:24:23.840Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar [2023-09-08T19:24:23.840Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/3.2/commons-collections-3.2.jar [2023-09-08T19:24:23.840Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar [2023-09-08T19:24:23.840Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar [2023-09-08T19:24:23.840Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar [2023-09-08T19:24:23.840Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar [2023-09-08T19:24:23.840Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jdom/jdom/1.1/jdom-1.1.jar [2023-09-08T19:24:23.840Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/twdata/maven/mojo-executor/2.3.1/mojo-executor-2.3.1.jar [2023-09-08T19:24:23.840Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.5.0/maven-model-3.5.0.jar [2023-09-08T19:24:23.840Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/4.1.0/plexus-archiver-4.1.0.jar [2023-09-08T19:24:23.840Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/3.1.1/plexus-io-3.1.1.jar [2023-09-08T19:24:23.840Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar [2023-09-08T19:24:23.840Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/31.0.1-jre/guava-31.0.1-jre.jar [2023-09-08T19:24:23.840Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar [2023-09-08T19:24:23.840Z] [INFO] Downloading from 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 [2023-09-08T19:24:23.840Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.jar [2023-09-08T19:24:23.840Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/errorprone/error_prone_annotations/2.7.1/error_prone_annotations-2.7.1.jar [2023-09-08T19:24:23.840Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar [2023-09-08T19:24:23.840Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpclient/4.5.12/httpclient-4.5.12.jar [2023-09-08T19:24:23.840Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar [2023-09-08T19:24:24.097Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.2/commons-logging-1.2.jar [2023-09-08T19:24:24.097Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.11/commons-codec-1.11.jar [2023-09-08T19:24:24.097Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.10/commons-lang3-3.10.jar [2023-09-08T19:24:24.097Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-text/1.8/commons-text-1.8.jar [2023-09-08T19:24:24.097Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.7/commons-io-2.7.jar [2023-09-08T19:24:24.097Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/felix/maven-bundle-plugin/5.1.7/maven-bundle-plugin-5.1.7.jar [2023-09-08T19:24:24.097Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/biz/aQute/bnd/biz.aQute.bndlib/6.3.1/biz.aQute.bndlib-6.3.1.jar [2023-09-08T19:24:24.097Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.jar [2023-09-08T19:24:24.097Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.jar [2023-09-08T19:24:24.097Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.jar [2023-09-08T19:24:24.097Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.jar [2023-09-08T19:24:24.097Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.jar [2023-09-08T19:24:24.097Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.jar [2023-09-08T19:24:24.097Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.jar [2023-09-08T19:24:24.097Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.jar [2023-09-08T19:24:24.097Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.jar [2023-09-08T19:24:24.098Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.jar [2023-09-08T19:24:24.098Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/biz/aQute/bnd/biz.aQute.bnd.util/6.3.1/biz.aQute.bnd.util-6.3.1.jar [2023-09-08T19:24:24.098Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar [2023-09-08T19:24:24.098Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.jar [2023-09-08T19:24:24.098Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/easymock/easymock/2.4/easymock-2.4.jar [2023-09-08T19:24:24.098Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.jar [2023-09-08T19:24:24.098Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.jar [2023-09-08T19:24:24.098Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar [2023-09-08T19:24:24.098Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.jar [2023-09-08T19:24:24.098Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-dependency-tree/3.0/maven-dependency-tree-3.0.jar [2023-09-08T19:24:24.098Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar [2023-09-08T19:24:24.098Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar [2023-09-08T19:24:24.098Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar [2023-09-08T19:24:24.098Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar [2023-09-08T19:24:24.098Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar [2023-09-08T19:24:24.098Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar [2023-09-08T19:24:24.098Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar [2023-09-08T19:24:24.098Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar [2023-09-08T19:24:24.098Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/velocity/velocity/1.5/velocity-1.5.jar [2023-09-08T19:24:24.098Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-lang/commons-lang/2.1/commons-lang-2.1.jar [2023-09-08T19:24:24.098Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/oro/oro/2.0.8/oro-2.0.8.jar [2023-09-08T19:24:24.098Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar [2023-09-08T19:24:24.098Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-collections/commons-collections/3.2/commons-collections-3.2.jar [2023-09-08T19:24:24.098Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar [2023-09-08T19:24:24.098Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar [2023-09-08T19:24:24.098Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar [2023-09-08T19:24:24.098Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar [2023-09-08T19:24:24.098Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/jdom/jdom/1.1/jdom-1.1.jar [2023-09-08T19:24:24.098Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/twdata/maven/mojo-executor/2.3.1/mojo-executor-2.3.1.jar [2023-09-08T19:24:24.098Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model/3.5.0/maven-model-3.5.0.jar [2023-09-08T19:24:24.098Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-archiver/4.1.0/plexus-archiver-4.1.0.jar [2023-09-08T19:24:24.098Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-io/3.1.1/plexus-io-3.1.1.jar [2023-09-08T19:24:24.098Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar [2023-09-08T19:24:24.098Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/guava/31.0.1-jre/guava-31.0.1-jre.jar [2023-09-08T19:24:24.098Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar [2023-09-08T19:24:24.098Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar [2023-09-08T19:24:24.098Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.jar [2023-09-08T19:24:24.098Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/errorprone/error_prone_annotations/2.7.1/error_prone_annotations-2.7.1.jar [2023-09-08T19:24:24.098Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar [2023-09-08T19:24:24.098Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpclient/4.5.12/httpclient-4.5.12.jar [2023-09-08T19:24:24.098Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar [2023-09-08T19:24:24.098Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-logging/commons-logging/1.2/commons-logging-1.2.jar [2023-09-08T19:24:24.098Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-codec/commons-codec/1.11/commons-codec-1.11.jar [2023-09-08T19:24:24.098Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-lang3/3.10/commons-lang3-3.10.jar [2023-09-08T19:24:24.098Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-text/1.8/commons-text-1.8.jar [2023-09-08T19:24:24.098Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-io/commons-io/2.7/commons-io-2.7.jar [2023-09-08T19:24:24.098Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/felix/maven-bundle-plugin/5.1.7/maven-bundle-plugin-5.1.7.jar [2023-09-08T19:24:24.098Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.jar [2023-09-08T19:24:24.098Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.jar [2023-09-08T19:24:24.098Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.jar [2023-09-08T19:24:24.098Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/biz/aQute/bnd/biz.aQute.bndlib/6.3.1/biz.aQute.bndlib-6.3.1.jar [2023-09-08T19:24:24.098Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.jar [2023-09-08T19:24:24.098Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.jar [2023-09-08T19:24:24.098Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.jar [2023-09-08T19:24:24.098Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.jar [2023-09-08T19:24:24.098Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.jar [2023-09-08T19:24:24.098Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.jar [2023-09-08T19:24:24.098Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.jar [2023-09-08T19:24:24.098Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/biz/aQute/bnd/biz.aQute.bnd.util/6.3.1/biz.aQute.bnd.util-6.3.1.jar [2023-09-08T19:24:24.099Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar [2023-09-08T19:24:24.099Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.jar [2023-09-08T19:24:24.099Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.jar [2023-09-08T19:24:24.099Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/easymock/easymock/2.4/easymock-2.4.jar [2023-09-08T19:24:24.099Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.jar [2023-09-08T19:24:24.099Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar [2023-09-08T19:24:24.099Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.jar [2023-09-08T19:24:24.099Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/shared/maven-dependency-tree/3.0/maven-dependency-tree-3.0.jar [2023-09-08T19:24:24.099Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar [2023-09-08T19:24:24.099Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar [2023-09-08T19:24:24.099Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar [2023-09-08T19:24:24.099Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar [2023-09-08T19:24:24.099Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar [2023-09-08T19:24:24.099Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar [2023-09-08T19:24:24.099Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar [2023-09-08T19:24:24.099Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar [2023-09-08T19:24:24.099Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/velocity/velocity/1.5/velocity-1.5.jar [2023-09-08T19:24:24.099Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/commons-lang/commons-lang/2.1/commons-lang-2.1.jar [2023-09-08T19:24:24.099Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/oro/oro/2.0.8/oro-2.0.8.jar [2023-09-08T19:24:24.099Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar [2023-09-08T19:24:24.099Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/commons-collections/commons-collections/3.2/commons-collections-3.2.jar [2023-09-08T19:24:24.099Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar [2023-09-08T19:24:24.099Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar [2023-09-08T19:24:24.099Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar [2023-09-08T19:24:24.099Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar [2023-09-08T19:24:24.099Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/jdom/jdom/1.1/jdom-1.1.jar [2023-09-08T19:24:24.099Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/twdata/maven/mojo-executor/2.3.1/mojo-executor-2.3.1.jar [2023-09-08T19:24:24.099Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-model/3.5.0/maven-model-3.5.0.jar [2023-09-08T19:24:24.099Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-archiver/4.1.0/plexus-archiver-4.1.0.jar [2023-09-08T19:24:24.099Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-io/3.1.1/plexus-io-3.1.1.jar [2023-09-08T19:24:24.099Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar [2023-09-08T19:24:24.099Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/com/google/guava/guava/31.0.1-jre/guava-31.0.1-jre.jar [2023-09-08T19:24:24.099Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar [2023-09-08T19:24:24.099Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar [2023-09-08T19:24:24.099Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.jar [2023-09-08T19:24:24.099Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/com/google/errorprone/error_prone_annotations/2.7.1/error_prone_annotations-2.7.1.jar [2023-09-08T19:24:24.099Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar [2023-09-08T19:24:24.099Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/httpcomponents/httpclient/4.5.12/httpclient-4.5.12.jar [2023-09-08T19:24:24.099Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar [2023-09-08T19:24:24.099Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/commons-logging/commons-logging/1.2/commons-logging-1.2.jar [2023-09-08T19:24:24.099Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/commons-codec/commons-codec/1.11/commons-codec-1.11.jar [2023-09-08T19:24:24.099Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/commons/commons-lang3/3.10/commons-lang3-3.10.jar [2023-09-08T19:24:24.099Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/commons/commons-text/1.8/commons-text-1.8.jar [2023-09-08T19:24:24.099Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/commons-io/commons-io/2.7/commons-io-2.7.jar [2023-09-08T19:24:24.099Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/felix/maven-bundle-plugin/5.1.7/maven-bundle-plugin-5.1.7.jar [2023-09-08T19:24:24.099Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.jar [2023-09-08T19:24:24.099Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/biz/aQute/bnd/biz.aQute.bndlib/6.3.1/biz.aQute.bndlib-6.3.1.jar [2023-09-08T19:24:24.099Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.jar [2023-09-08T19:24:24.099Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.jar [2023-09-08T19:24:24.099Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.jar [2023-09-08T19:24:24.099Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.jar [2023-09-08T19:24:24.358Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.jar [2023-09-08T19:24:24.358Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.jar [2023-09-08T19:24:24.358Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.jar [2023-09-08T19:24:24.358Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.jar [2023-09-08T19:24:24.358Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.jar [2023-09-08T19:24:24.358Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/biz/aQute/bnd/biz.aQute.bnd.util/6.3.1/biz.aQute.bnd.util-6.3.1.jar [2023-09-08T19:24:24.358Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar [2023-09-08T19:24:24.358Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.jar [2023-09-08T19:24:24.358Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/easymock/easymock/2.4/easymock-2.4.jar [2023-09-08T19:24:24.358Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.jar [2023-09-08T19:24:24.358Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.jar [2023-09-08T19:24:24.358Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar [2023-09-08T19:24:24.358Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.jar [2023-09-08T19:24:24.358Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/maven-dependency-tree/3.0/maven-dependency-tree-3.0.jar [2023-09-08T19:24:24.358Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar [2023-09-08T19:24:24.358Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar [2023-09-08T19:24:24.358Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar [2023-09-08T19:24:24.358Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar [2023-09-08T19:24:24.358Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar [2023-09-08T19:24:24.358Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar [2023-09-08T19:24:24.358Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar [2023-09-08T19:24:24.358Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar [2023-09-08T19:24:24.358Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/velocity/velocity/1.5/velocity-1.5.jar [2023-09-08T19:24:24.358Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-lang/commons-lang/2.1/commons-lang-2.1.jar [2023-09-08T19:24:24.358Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/oro/oro/2.0.8/oro-2.0.8.jar [2023-09-08T19:24:24.358Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar [2023-09-08T19:24:24.358Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-collections/commons-collections/3.2/commons-collections-3.2.jar [2023-09-08T19:24:24.358Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar [2023-09-08T19:24:24.358Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar [2023-09-08T19:24:24.358Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar [2023-09-08T19:24:24.358Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar [2023-09-08T19:24:24.358Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/jdom/jdom/1.1/jdom-1.1.jar [2023-09-08T19:24:24.358Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/twdata/maven/mojo-executor/2.3.1/mojo-executor-2.3.1.jar [2023-09-08T19:24:24.358Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-model/3.5.0/maven-model-3.5.0.jar [2023-09-08T19:24:24.358Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-archiver/4.1.0/plexus-archiver-4.1.0.jar [2023-09-08T19:24:24.358Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-io/3.1.1/plexus-io-3.1.1.jar [2023-09-08T19:24:24.359Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar [2023-09-08T19:24:24.359Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/com/google/guava/guava/31.0.1-jre/guava-31.0.1-jre.jar [2023-09-08T19:24:24.359Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar [2023-09-08T19:24:24.359Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar [2023-09-08T19:24:24.359Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.jar [2023-09-08T19:24:24.359Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/com/google/errorprone/error_prone_annotations/2.7.1/error_prone_annotations-2.7.1.jar [2023-09-08T19:24:24.359Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar [2023-09-08T19:24:24.359Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/httpcomponents/httpclient/4.5.12/httpclient-4.5.12.jar [2023-09-08T19:24:24.359Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar [2023-09-08T19:24:24.359Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-logging/commons-logging/1.2/commons-logging-1.2.jar [2023-09-08T19:24:24.359Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-codec/commons-codec/1.11/commons-codec-1.11.jar [2023-09-08T19:24:24.359Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/commons/commons-text/1.8/commons-text-1.8.jar [2023-09-08T19:24:24.359Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/commons/commons-lang3/3.10/commons-lang3-3.10.jar [2023-09-08T19:24:24.359Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-io/commons-io/2.7/commons-io-2.7.jar [2023-09-08T19:24:24.359Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/felix/maven-bundle-plugin/5.1.7/maven-bundle-plugin-5.1.7.jar [2023-09-08T19:24:24.359Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.jar [2023-09-08T19:24:24.359Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/biz/aQute/bnd/biz.aQute.bndlib/6.3.1/biz.aQute.bndlib-6.3.1.jar [2023-09-08T19:24:24.359Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.jar [2023-09-08T19:24:24.359Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.jar [2023-09-08T19:24:24.359Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.jar (15 kB at 530 kB/s) [2023-09-08T19:24:24.359Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.jar (33 kB at 1.2 MB/s) [2023-09-08T19:24:24.359Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.jar [2023-09-08T19:24:24.359Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.jar [2023-09-08T19:24:24.359Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.jar (475 kB at 11 MB/s) [2023-09-08T19:24:24.359Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.jar [2023-09-08T19:24:24.359Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.jar (44 kB at 815 kB/s) [2023-09-08T19:24:24.359Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/felix/maven-bundle-plugin/5.1.7/maven-bundle-plugin-5.1.7.jar (212 kB at 3.9 MB/s) [2023-09-08T19:24:24.359Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.jar (345 kB at 6.4 MB/s) [2023-09-08T19:24:24.359Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.jar [2023-09-08T19:24:24.359Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.jar [2023-09-08T19:24:24.359Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.jar [2023-09-08T19:24:24.359Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.jar (37 kB at 615 kB/s) [2023-09-08T19:24:24.359Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.jar [2023-09-08T19:24:24.359Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/biz/aQute/bnd/biz.aQute.bndlib/6.3.1/biz.aQute.bndlib-6.3.1.jar (3.2 MB at 51 MB/s) [2023-09-08T19:24:24.359Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/biz/aQute/bnd/biz.aQute.bnd.util/6.3.1/biz.aQute.bnd.util-6.3.1.jar [2023-09-08T19:24:24.359Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.jar (17 kB at 257 kB/s) [2023-09-08T19:24:24.359Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.jar (25 kB at 391 kB/s) [2023-09-08T19:24:24.359Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar [2023-09-08T19:24:24.359Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.jar (24 kB at 364 kB/s) [2023-09-08T19:24:24.359Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.jar [2023-09-08T19:24:24.359Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/easymock/easymock/2.4/easymock-2.4.jar [2023-09-08T19:24:24.359Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.jar (83 kB at 1.2 MB/s) [2023-09-08T19:24:24.359Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.jar [2023-09-08T19:24:24.359Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar (41 kB at 310 kB/s) [2023-09-08T19:24:24.359Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.jar [2023-09-08T19:24:24.359Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.jar (68 kB at 505 kB/s) [2023-09-08T19:24:24.359Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar [2023-09-08T19:24:24.359Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/easymock/easymock/2.4/easymock-2.4.jar (81 kB at 601 kB/s) [2023-09-08T19:24:24.359Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.jar [2023-09-08T19:24:24.359Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.jar (168 kB at 1.2 MB/s) [2023-09-08T19:24:24.359Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/3.0/maven-dependency-tree-3.0.jar [2023-09-08T19:24:24.359Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/biz/aQute/bnd/biz.aQute.bnd.util/6.3.1/biz.aQute.bnd.util-6.3.1.jar (424 kB at 3.1 MB/s) [2023-09-08T19:24:24.359Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar [2023-09-08T19:24:24.359Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar (11 kB at 75 kB/s) [2023-09-08T19:24:24.359Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar [2023-09-08T19:24:24.359Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/3.0/maven-dependency-tree-3.0.jar (37 kB at 249 kB/s) [2023-09-08T19:24:24.359Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar [2023-09-08T19:24:24.359Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.jar (26 kB at 177 kB/s) [2023-09-08T19:24:24.359Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar [2023-09-08T19:24:24.359Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.jar (614 kB at 4.1 MB/s) [2023-09-08T19:24:24.359Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar [2023-09-08T19:24:24.359Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar (134 kB at 885 kB/s) [2023-09-08T19:24:24.359Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar [2023-09-08T19:24:24.359Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar (8.5 kB at 54 kB/s) [2023-09-08T19:24:24.359Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar [2023-09-08T19:24:24.359Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar (10 kB at 64 kB/s) [2023-09-08T19:24:24.359Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar [2023-09-08T19:24:24.360Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar (47 kB at 293 kB/s) [2023-09-08T19:24:24.360Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.5/velocity-1.5.jar [2023-09-08T19:24:24.360Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar (11 kB at 65 kB/s) [2023-09-08T19:24:24.360Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.jar [2023-09-08T19:24:24.360Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar (55 kB at 339 kB/s) [2023-09-08T19:24:24.360Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/oro/oro/2.0.8/oro-2.0.8.jar [2023-09-08T19:24:24.360Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar (237 kB at 1.4 MB/s) [2023-09-08T19:24:24.360Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar (7.7 kB at 45 kB/s) [2023-09-08T19:24:24.360Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2/commons-collections-3.2.jar [2023-09-08T19:24:24.360Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar [2023-09-08T19:24:24.617Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.5/velocity-1.5.jar (392 kB at 2.3 MB/s) [2023-09-08T19:24:24.617Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar [2023-09-08T19:24:24.617Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/oro/oro/2.0.8/oro-2.0.8.jar (65 kB at 377 kB/s) [2023-09-08T19:24:24.617Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar [2023-09-08T19:24:24.617Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.jar (208 kB at 1.2 MB/s) [2023-09-08T19:24:24.617Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar [2023-09-08T19:24:24.617Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar (19 kB at 101 kB/s) [2023-09-08T19:24:24.617Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar [2023-09-08T19:24:24.617Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar (47 kB at 206 kB/s) [2023-09-08T19:24:24.617Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jdom/jdom/1.1/jdom-1.1.jar [2023-09-08T19:24:24.617Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2/commons-collections-3.2.jar (571 kB at 2.4 MB/s) [2023-09-08T19:24:24.617Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar (28 kB at 119 kB/s) [2023-09-08T19:24:24.617Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/twdata/maven/mojo-executor/2.3.1/mojo-executor-2.3.1.jar [2023-09-08T19:24:24.617Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar (49 kB at 209 kB/s) [2023-09-08T19:24:24.617Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.5.0/maven-model-3.5.0.jar [2023-09-08T19:24:24.617Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.1.0/plexus-archiver-4.1.0.jar [2023-09-08T19:24:24.617Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar (22 kB at 93 kB/s) [2023-09-08T19:24:24.617Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.1.1/plexus-io-3.1.1.jar [2023-09-08T19:24:24.617Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jdom/jdom/1.1/jdom-1.1.jar (153 kB at 633 kB/s) [2023-09-08T19:24:24.617Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar [2023-09-08T19:24:24.617Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/twdata/maven/mojo-executor/2.3.1/mojo-executor-2.3.1.jar (13 kB at 52 kB/s) [2023-09-08T19:24:24.617Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/31.0.1-jre/guava-31.0.1-jre.jar [2023-09-08T19:24:24.617Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/3.1.1/plexus-io-3.1.1.jar (75 kB at 305 kB/s) [2023-09-08T19:24:24.617Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar [2023-09-08T19:24:24.617Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/4.1.0/plexus-archiver-4.1.0.jar (192 kB at 774 kB/s) [2023-09-08T19:24:24.617Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar [2023-09-08T19:24:24.617Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar (4.6 kB at 18 kB/s) [2023-09-08T19:24:24.617Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/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 8.4 kB/s) [2023-09-08T19:24:24.617Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.jar [2023-09-08T19:24:24.617Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.7.1/error_prone_annotations-2.7.1.jar [2023-09-08T19:24:24.617Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.5.0/maven-model-3.5.0.jar (165 kB at 604 kB/s) [2023-09-08T19:24:24.617Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar [2023-09-08T19:24:24.617Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.7.1/error_prone_annotations-2.7.1.jar (15 kB at 45 kB/s) [2023-09-08T19:24:24.617Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar (592 kB at 1.8 MB/s) [2023-09-08T19:24:24.617Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.12/httpclient-4.5.12.jar [2023-09-08T19:24:24.617Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar [2023-09-08T19:24:24.617Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.jar (209 kB at 625 kB/s) [2023-09-08T19:24:24.617Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar (8.8 kB at 26 kB/s) [2023-09-08T19:24:24.617Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.11/commons-codec-1.11.jar [2023-09-08T19:24:24.617Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar [2023-09-08T19:24:24.617Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar (329 kB at 947 kB/s) [2023-09-08T19:24:24.617Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.10/commons-lang3-3.10.jar [2023-09-08T19:24:24.618Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/31.0.1-jre/guava-31.0.1-jre.jar (3.0 MB at 8.5 MB/s) [2023-09-08T19:24:24.618Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.8/commons-text-1.8.jar [2023-09-08T19:24:24.618Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar (62 kB at 176 kB/s) [2023-09-08T19:24:24.618Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.7/commons-io-2.7.jar [2023-09-08T19:24:24.618Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.11/commons-codec-1.11.jar (335 kB at 952 kB/s) [2023-09-08T19:24:24.618Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.12/httpclient-4.5.12.jar (778 kB at 2.2 MB/s) [2023-09-08T19:24:24.618Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.8/commons-text-1.8.jar (207 kB at 566 kB/s) [2023-09-08T19:24:24.618Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.7/commons-io-2.7.jar (276 kB at 743 kB/s) [2023-09-08T19:24:24.875Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.10/commons-lang3-3.10.jar (523 kB at 1.2 MB/s) [2023-09-08T19:24:26.256Z] [INFO] ------------------------------------------------------------------------ [2023-09-08T19:24:26.256Z] [INFO] Reactor Build Order: [2023-09-08T19:24:26.256Z] [INFO] [2023-09-08T19:24:26.256Z] [INFO] Eclipse Orbit :: Bundle Recipes [pom] [2023-09-08T19:24:26.256Z] [INFO] Eclipse Orbit :: ANTLR Recipes [pom] [2023-09-08T19:24:26.256Z] [INFO] ANTLR 3 Runtime [eclipse-bundle-recipe] [2023-09-08T19:24:26.256Z] [INFO] ANTLR 3 Runtime [eclipse-bundle-recipe] [2023-09-08T19:24:26.256Z] [INFO] ANTLR 4 Runtime [eclipse-bundle-recipe] [2023-09-08T19:24:26.256Z] [INFO] ANTLR 4 Runtime [eclipse-bundle-recipe] [2023-09-08T19:24:26.256Z] [INFO] ANTLR 4 Runtime [eclipse-bundle-recipe] [2023-09-08T19:24:26.256Z] [INFO] ANTLR 4 Runtime [eclipse-bundle-recipe] [2023-09-08T19:24:26.256Z] [INFO] Eclipse Orbit :: AOP Alliance Recipes [pom] [2023-09-08T19:24:26.256Z] [INFO] AOP alliance [eclipse-bundle-recipe] [2023-09-08T19:24:26.256Z] [INFO] Eclipse Orbit :: args4j Recipes [pom] [2023-09-08T19:24:26.256Z] [INFO] args4j [eclipse-bundle-recipe] [2023-09-08T19:24:26.256Z] [INFO] Eclipse Orbit :: ASM Recipes [pom] [2023-09-08T19:24:26.256Z] [INFO] ASM Core [eclipse-bundle-recipe] [2023-09-08T19:24:26.256Z] [INFO] ASM Analysis [eclipse-bundle-recipe] [2023-09-08T19:24:26.256Z] [INFO] ASM Commons [eclipse-bundle-recipe] [2023-09-08T19:24:26.256Z] [INFO] ASM Tree [eclipse-bundle-recipe] [2023-09-08T19:24:26.256Z] [INFO] ASM Util [eclipse-bundle-recipe] [2023-09-08T19:24:26.256Z] [INFO] Eclipse Orbit :: AssertJ Recipes [pom] [2023-09-08T19:24:26.256Z] [INFO] AssertJ fluent assertions [eclipse-bundle-recipe] [2023-09-08T19:24:26.256Z] [INFO] Eclipse Orbit :: Apache Recipes [pom] [2023-09-08T19:24:26.256Z] [INFO] Apache Commons CLI [eclipse-bundle-recipe] [2023-09-08T19:24:26.256Z] [INFO] Apache Commons Codec [eclipse-bundle-recipe] [2023-09-08T19:24:26.256Z] [INFO] Apache Commons Collections [eclipse-bundle-recipe] [2023-09-08T19:24:26.256Z] [INFO] Apache Commons Collections [eclipse-bundle-recipe] [2023-09-08T19:24:26.256Z] [INFO] Apache Commons Compress [eclipse-bundle-recipe] [2023-09-08T19:24:26.256Z] [INFO] Apache Commons CSV [eclipse-bundle-recipe] [2023-09-08T19:24:26.256Z] [INFO] Apache Commons FileUpload [eclipse-bundle-recipe] [2023-09-08T19:24:26.256Z] [INFO] Apache Commons IO [eclipse-bundle-recipe] [2023-09-08T19:24:26.256Z] [INFO] Apache Commons Lang [eclipse-bundle-recipe] [2023-09-08T19:24:26.256Z] [INFO] Apache Commons Lang [eclipse-bundle-recipe] [2023-09-08T19:24:26.256Z] [INFO] Apache Commons Logging [eclipse-bundle-recipe] [2023-09-08T19:24:26.256Z] [INFO] Apache Commons Math [eclipse-bundle-recipe] [2023-09-08T19:24:26.256Z] [INFO] Apache Onami-Configuration [eclipse-bundle-recipe] [2023-09-08T19:24:26.256Z] [INFO] Apache FontBox [eclipse-bundle-recipe] [2023-09-08T19:24:26.256Z] [INFO] Apache Preflight [eclipse-bundle-recipe] [2023-09-08T19:24:26.256Z] [INFO] Apache XmpBox [eclipse-bundle-recipe] [2023-09-08T19:24:26.256Z] [INFO] Apache PDFBox [eclipse-bundle-recipe] [2023-09-08T19:24:26.256Z] [INFO] Apache POI [eclipse-bundle-recipe] [2023-09-08T19:24:26.256Z] [INFO] Apache POI OOXML [eclipse-bundle-recipe] [2023-09-08T19:24:26.256Z] [INFO] Apache POI OOXML Schemas [eclipse-bundle-recipe] [2023-09-08T19:24:26.256Z] [INFO] Apache XML Security for Java [eclipse-bundle-recipe] [2023-09-08T19:24:26.256Z] [INFO] Apache Mina SSHD :: OSGi [eclipse-bundle-recipe] [2023-09-08T19:24:26.256Z] [INFO] Apache Mina SSHD :: SFTP [eclipse-bundle-recipe] [2023-09-08T19:24:26.256Z] [INFO] Apache Mina SSHD :: OSGi [eclipse-bundle-recipe] [2023-09-08T19:24:26.256Z] [INFO] Apache Mina SSHD :: SFTP [eclipse-bundle-recipe] [2023-09-08T19:24:26.256Z] [INFO] Apache WebServices Common Utilities [eclipse-bundle-recipe] [2023-09-08T19:24:26.256Z] [INFO] Web Services Inspection Language for Java [eclipse-bundle-recipe] [2023-09-08T19:24:26.256Z] [INFO] Xalan Java [eclipse-bundle-recipe] [2023-09-08T19:24:26.256Z] [INFO] Xerces2-j [eclipse-bundle-recipe] [2023-09-08T19:24:26.256Z] [INFO] XML Commons Resolver Component [eclipse-bundle-recipe] [2023-09-08T19:24:26.256Z] [INFO] Xalan Java Serializer [eclipse-bundle-recipe] [2023-09-08T19:24:26.256Z] [INFO] XmlBeans [eclipse-bundle-recipe] [2023-09-08T19:24:26.256Z] [INFO] Eclipse Orbit :: Ant Recipes [pom] [2023-09-08T19:24:26.256Z] [INFO] Apache Ant (all-in-one) [eclipse-bundle-recipe] [2023-09-08T19:24:26.256Z] [INFO] Eclipse Orbit :: Batik Recipes [pom] [2023-09-08T19:24:26.256Z] [INFO] org.apache.xmlgraphics:batik-codec [eclipse-bundle-recipe] [2023-09-08T19:24:26.256Z] [INFO] Batik Shared Resources [eclipse-bundle-recipe] [2023-09-08T19:24:26.256Z] [INFO] org.apache.xmlgraphics:batik-xml [eclipse-bundle-recipe] [2023-09-08T19:24:26.256Z] [INFO] org.apache.xmlgraphics:batik-ext [eclipse-bundle-recipe] [2023-09-08T19:24:26.256Z] [INFO] org.apache.xmlgraphics:batik-awt-util [eclipse-bundle-recipe] [2023-09-08T19:24:26.256Z] [INFO] org.apache.xmlgraphics:batik-parser [eclipse-bundle-recipe] [2023-09-08T19:24:26.256Z] [INFO] org.apache.xmlgraphics:batik-dom [eclipse-bundle-recipe] [2023-09-08T19:24:26.256Z] [INFO] org.apache.xmlgraphics:batik-gvt [eclipse-bundle-recipe] [2023-09-08T19:24:26.256Z] [INFO] org.apache.xmlgraphics:batik-svggen [eclipse-bundle-recipe] [2023-09-08T19:24:26.256Z] [INFO] org.apache.xmlgraphics:batik-svg-dom [eclipse-bundle-recipe] [2023-09-08T19:24:26.256Z] [INFO] org.apache.xmlgraphics:batik-anim [eclipse-bundle-recipe] [2023-09-08T19:24:26.256Z] [INFO] org.apache.xmlgraphics:batik-script [eclipse-bundle-recipe] [2023-09-08T19:24:26.256Z] [INFO] org.apache.xmlgraphics:batik-bridge [eclipse-bundle-recipe] [2023-09-08T19:24:26.256Z] [INFO] org.apache.xmlgraphics:batik-transcoder [eclipse-bundle-recipe] [2023-09-08T19:24:26.256Z] [INFO] Batik constants library [eclipse-bundle-recipe] [2023-09-08T19:24:26.256Z] [INFO] Batik CSS engine [eclipse-bundle-recipe] [2023-09-08T19:24:26.256Z] [INFO] Batik i18n library [eclipse-bundle-recipe] [2023-09-08T19:24:26.256Z] [INFO] Batik utility library [eclipse-bundle-recipe] [2023-09-08T19:24:26.256Z] [INFO] Apache XML Graphics Commons [eclipse-bundle-recipe] [2023-09-08T19:24:26.256Z] [INFO] Eclipse Orbit :: Apache HTTPComponents Recipes [pom] [2023-09-08T19:24:26.256Z] [INFO] Apache HttpCore NIO [eclipse-bundle-recipe] [2023-09-08T19:24:26.256Z] [INFO] Apache HttpAsyncClient [eclipse-bundle-recipe] [2023-09-08T19:24:26.256Z] [INFO] Apache HttpCore [eclipse-bundle-recipe] [2023-09-08T19:24:26.256Z] [INFO] Apache HttpClient [eclipse-bundle-recipe] [2023-09-08T19:24:26.256Z] [INFO] Apache HttpClient Windows features [eclipse-bundle-recipe] [2023-09-08T19:24:26.256Z] [INFO] Apache HttpComponents Core HTTP/1.1 [eclipse-bundle-recipe] [2023-09-08T19:24:26.256Z] [INFO] Apache HttpComponents Core HTTP/2 [eclipse-bundle-recipe] [2023-09-08T19:24:26.256Z] [INFO] Apache HttpClient [eclipse-bundle-recipe] [2023-09-08T19:24:26.256Z] [INFO] Apache HttpClient Windows specific functionality [eclipse-bundle-recipe] [2023-09-08T19:24:26.256Z] [INFO] Eclipse Orbit :: JClouds Recipes [pom] [2023-09-08T19:24:26.256Z] [INFO] Apache Jclouds OpenStack Components Core [eclipse-bundle-recipe] [2023-09-08T19:24:26.256Z] [INFO] Apache Jclouds OpenStack Cinder API [eclipse-bundle-recipe] [2023-09-08T19:24:26.256Z] [INFO] Apache Jclouds OpenStack Keystone API [eclipse-bundle-recipe] [2023-09-08T19:24:26.256Z] [INFO] Apache Jclouds OpenStack Nova API [eclipse-bundle-recipe] [2023-09-08T19:24:26.256Z] [INFO] Apache Jclouds OpenStack Neutron API [eclipse-bundle-recipe] [2023-09-08T19:24:26.514Z] [INFO] Apache Jclouds Swift API [eclipse-bundle-recipe] [2023-09-08T19:24:26.514Z] [INFO] Apache Jclouds SLF4J Logging Module [eclipse-bundle-recipe] [2023-09-08T19:24:26.514Z] [INFO] Apache Jclouds Docker API [eclipse-bundle-recipe] [2023-09-08T19:24:26.514Z] [INFO] Apache Jclouds AWS EC2 API [eclipse-bundle-recipe] [2023-09-08T19:24:26.514Z] [INFO] Apache Jclouds Cloudwatch API [eclipse-bundle-recipe] [2023-09-08T19:24:26.514Z] [INFO] Jclouds Components Core [eclipse-bundle-recipe] [2023-09-08T19:24:26.514Z] [INFO] Jclouds Blobstore Core [eclipse-bundle-recipe] [2023-09-08T19:24:26.514Z] [INFO] Jclouds Compute Core [eclipse-bundle-recipe] [2023-09-08T19:24:26.514Z] [INFO] Jclouds Sts Api [eclipse-bundle-recipe] [2023-09-08T19:24:26.514Z] [INFO] Jclouds Script Builder [eclipse-bundle-recipe] [2023-09-08T19:24:26.514Z] [INFO] Eclipse Orbit :: Apache Lucene Recipes [pom] [2023-09-08T19:24:26.514Z] [INFO] Lucene Core 7.5.0 [eclipse-bundle-recipe] [2023-09-08T19:24:26.514Z] [INFO] Lucene Common Analyzers 7.5.0 [eclipse-bundle-recipe] [2023-09-08T19:24:26.514Z] [INFO] Lucene Smart Chinese Analyzer 7.5.0 [eclipse-bundle-recipe] [2023-09-08T19:24:26.514Z] [INFO] Lucene Miscellaneous 7.5.0 [eclipse-bundle-recipe] [2023-09-08T19:24:26.514Z] [INFO] Lucene QueryParsers 7.5.0 [eclipse-bundle-recipe] [2023-09-08T19:24:26.514Z] [INFO] Lucene Core 8.4.1 [eclipse-bundle-recipe] [2023-09-08T19:24:26.514Z] [INFO] Lucene Common Analyzers 8.4.1 [eclipse-bundle-recipe] [2023-09-08T19:24:26.514Z] [INFO] Lucene Smart Chinese Analyzer 8.4.1 [eclipse-bundle-recipe] [2023-09-08T19:24:26.514Z] [INFO] Lucene Core 9.4.2 [eclipse-bundle-recipe] [2023-09-08T19:24:26.514Z] [INFO] Lucene Analysis Common 9.4.2 [eclipse-bundle-recipe] [2023-09-08T19:24:26.514Z] [INFO] Lucene Smart Chinese Analyzer 9.4.2 [eclipse-bundle-recipe] [2023-09-08T19:24:26.514Z] [INFO] Eclipse Orbit :: Apache Maven Recipes [pom] [2023-09-08T19:24:26.514Z] [INFO] Eclipse Orbit :: Apache Maven Resolver (ex-Eclipse Aether) Recipes [pom] [2023-09-08T19:24:26.514Z] [INFO] Maven Artifact Resolver API [eclipse-bundle-recipe] [2023-09-08T19:24:26.514Z] [INFO] Maven Artifact Resolver Connector Basic [eclipse-bundle-recipe] [2023-09-08T19:24:26.514Z] [INFO] Maven Artifact Resolver Implementation [eclipse-bundle-recipe] [2023-09-08T19:24:26.514Z] [INFO] Maven Artifact Resolver SPI [eclipse-bundle-recipe] [2023-09-08T19:24:26.514Z] [INFO] Maven Artifact Resolver Transport File [eclipse-bundle-recipe] [2023-09-08T19:24:26.514Z] [INFO] Maven Artifact Resolver Transport HTTP [eclipse-bundle-recipe] [2023-09-08T19:24:26.514Z] [INFO] Maven Artifact Resolver Utilities [eclipse-bundle-recipe] [2023-09-08T19:24:26.514Z] [INFO] Eclipse Orbit :: Apache Tika Recipes [pom] [2023-09-08T19:24:26.514Z] [INFO] Apache Tika Core [eclipse-bundle-recipe] [2023-09-08T19:24:26.514Z] [INFO] Apache Tika Parsers [eclipse-bundle-recipe] [2023-09-08T19:24:26.514Z] [INFO] Eclipse Orbit :: XML-RPC Recipes [pom] [2023-09-08T19:24:26.514Z] [INFO] Apache XML-RPC Client Library [eclipse-bundle-recipe] [2023-09-08T19:24:26.514Z] [INFO] Apache XML-RPC Common Library [eclipse-bundle-recipe] [2023-09-08T19:24:26.514Z] [INFO] Apache XML-RPC Server Library [eclipse-bundle-recipe] [2023-09-08T19:24:26.514Z] [INFO] Eclipse Orbit :: Bouncycastle Recipes [pom] [2023-09-08T19:24:26.514Z] [INFO] Bouncy Castle OpenPGP API [eclipse-bundle-recipe] [2023-09-08T19:24:26.514Z] [INFO] Bouncy Castle PKIX, CMS, EAC, TSP, PKCS, OCSP, CMP, and CRMF APIs [eclipse-bundle-recipe] [2023-09-08T19:24:26.514Z] [INFO] Bouncy Castle Provider [eclipse-bundle-recipe] [2023-09-08T19:24:26.514Z] [INFO] Bouncy Castle ASN.1 Extension and Utility APIs [eclipse-bundle-recipe] [2023-09-08T19:24:26.514Z] [INFO] Eclipse Orbit :: Byte Buddy Recipes [pom] [2023-09-08T19:24:26.514Z] [INFO] Byte Buddy (without dependencies) [eclipse-bundle-recipe] [2023-09-08T19:24:26.514Z] [INFO] Byte Buddy Java agent [eclipse-bundle-recipe] [2023-09-08T19:24:26.514Z] [INFO] Byte Buddy (without dependencies) [eclipse-bundle-recipe] [2023-09-08T19:24:26.514Z] [INFO] Byte Buddy Java agent [eclipse-bundle-recipe] [2023-09-08T19:24:26.514Z] [INFO] Byte Buddy (without dependencies) [eclipse-bundle-recipe] [2023-09-08T19:24:26.514Z] [INFO] Byte Buddy agent [eclipse-bundle-recipe] [2023-09-08T19:24:26.514Z] [INFO] Eclipse Orbit :: CommonMark Recipes [pom] [2023-09-08T19:24:26.514Z] [INFO] commonmark-java core [eclipse-bundle-recipe] [2023-09-08T19:24:26.514Z] [INFO] commonmark-java extension for YAML front matter [eclipse-bundle-recipe] [2023-09-08T19:24:26.514Z] [INFO] commonmark-java extension for tables [eclipse-bundle-recipe] [2023-09-08T19:24:26.514Z] [INFO] commonmark-java extension for strikethrough [eclipse-bundle-recipe] [2023-09-08T19:24:26.514Z] [INFO] commonmark-java extension for image attributes [eclipse-bundle-recipe] [2023-09-08T19:24:26.514Z] [INFO] commonmark-java extension for (underline) [eclipse-bundle-recipe] [2023-09-08T19:24:26.514Z] [INFO] commonmark-java extension for task list items [eclipse-bundle-recipe] [2023-09-08T19:24:26.514Z] [INFO] commonmark-java extension for adding id attributes to h tags [eclipse-bundle-recipe] [2023-09-08T19:24:26.514Z] [INFO] Eclipse Orbit :: Apache Recipes [pom] [2023-09-08T19:24:26.514Z] [INFO] Java Cup Runtime 0.11.20150326 [eclipse-bundle-recipe] [2023-09-08T19:24:26.514Z] [INFO] Java CUP 0.11.20150326 [eclipse-bundle-recipe] [2023-09-08T19:24:26.514Z] [INFO] Eclipse Orbit :: DRMAA [pom] [2023-09-08T19:24:26.514Z] [INFO] org.ggf.drmaa [eclipse-bundle-recipe] [2023-09-08T19:24:26.514Z] [INFO] com.sun.grid.drmaa [eclipse-bundle-recipe] [2023-09-08T19:24:26.514Z] [INFO] Eclipse Orbit :: Freemarker Recipes [pom] [2023-09-08T19:24:26.514Z] [INFO] FreeMarker [eclipse-bundle-recipe] [2023-09-08T19:24:26.514Z] [INFO] Eclipse Orbit :: Github Recipes [pom] [2023-09-08T19:24:26.514Z] [INFO] Eclipse Orbit :: Classgraph Recipes [pom] [2023-09-08T19:24:26.514Z] [INFO] ClassGraph [eclipse-bundle-recipe] [2023-09-08T19:24:26.514Z] [INFO] Eclipse Orbit :: Cronutils Recipes [pom] [2023-09-08T19:24:26.514Z] [INFO] cron-utils [eclipse-bundle-recipe] [2023-09-08T19:24:26.514Z] [INFO] Eclipse Orbit :: Docker Recipes [pom] [2023-09-08T19:24:26.514Z] [INFO] docker-client [eclipse-bundle-recipe] [2023-09-08T19:24:26.514Z] [INFO] Eclipse Orbit :: EdDSA Recipes [pom] [2023-09-08T19:24:26.514Z] [INFO] EdDSA-Java [eclipse-bundle-recipe] [2023-09-08T19:24:26.514Z] [INFO] Eclipse Orbit :: EJML Recipes [pom] [2023-09-08T19:24:26.514Z] [INFO] EJML [eclipse-bundle-recipe] [2023-09-08T19:24:26.515Z] [INFO] EJML [eclipse-bundle-recipe] [2023-09-08T19:24:26.515Z] [INFO] EJML [eclipse-bundle-recipe] [2023-09-08T19:24:26.515Z] [INFO] EJML [eclipse-bundle-recipe] [2023-09-08T19:24:26.515Z] [INFO] EJML [eclipse-bundle-recipe] [2023-09-08T19:24:26.515Z] [INFO] EJML [eclipse-bundle-recipe] [2023-09-08T19:24:26.515Z] [INFO] EJML [eclipse-bundle-recipe] [2023-09-08T19:24:26.515Z] [INFO] Eclipse Orbit :: Java Diff Utils Recipes [pom] [2023-09-08T19:24:26.515Z] [INFO] Java Diff Utils [eclipse-bundle-recipe] [2023-09-08T19:24:26.515Z] [INFO] Eclipse Orbit :: JavaEWAH Recipes [pom] [2023-09-08T19:24:26.515Z] [INFO] JavaEWAH [eclipse-bundle-recipe] [2023-09-08T19:24:26.515Z] [INFO] Eclipse Orbit :: JNR Recipes [pom] [2023-09-08T19:24:26.515Z] [INFO] jnr-constants [eclipse-bundle-recipe] [2023-09-08T19:24:26.515Z] [INFO] jnr-enxio [eclipse-bundle-recipe] [2023-09-08T19:24:26.515Z] [INFO] jnr-ffi [eclipse-bundle-recipe] [2023-09-08T19:24:26.515Z] [INFO] jffi [eclipse-bundle-recipe] [2023-09-08T19:24:26.515Z] [INFO] jffi native [eclipse-bundle-recipe] [2023-09-08T19:24:26.515Z] [INFO] jnr-posix [eclipse-bundle-recipe] [2023-09-08T19:24:26.515Z] [INFO] jnr-unixsocket [eclipse-bundle-recipe] [2023-09-08T19:24:26.515Z] [INFO] jnr-x86asm [eclipse-bundle-recipe] [2023-09-08T19:24:26.515Z] [INFO] jnr-a64asm [eclipse-bundle-recipe] [2023-09-08T19:24:26.515Z] [INFO] Eclipse Orbit :: JRuby Recipes [pom] [2023-09-08T19:24:26.515Z] [INFO] JCodings [eclipse-bundle-recipe] [2023-09-08T19:24:26.515Z] [INFO] Joni [eclipse-bundle-recipe] [2023-09-08T19:24:26.515Z] [INFO] Eclipse Orbit :: JSoup Recipes [pom] [2023-09-08T19:24:26.515Z] [INFO] jsoup [eclipse-bundle-recipe] [2023-09-08T19:24:26.515Z] [INFO] Eclipse Orbit :: MongoDB Recipes [pom] [2023-09-08T19:24:26.515Z] [INFO] MongoDB Java Driver [eclipse-bundle-recipe] [2023-09-08T19:24:26.515Z] [INFO] Eclipse Orbit :: Mozilla Recipes [pom] [2023-09-08T19:24:26.515Z] [INFO] rhino [eclipse-bundle-recipe] [2023-09-08T19:24:26.515Z] [INFO] Eclipse Orbit :: OSHI Recipes [pom] [2023-09-08T19:24:26.515Z] [INFO] oshi-core [eclipse-bundle-recipe] [2023-09-08T19:24:26.515Z] [INFO] Eclipse Orbit :: Unirest-Java Recipes [pom] [2023-09-08T19:24:26.515Z] [INFO] com.konghq.unirest-java [eclipse-bundle-recipe] [2023-09-08T19:24:26.515Z] [INFO] Eclipse Orbit :: Virtuald Recipes [pom] [2023-09-08T19:24:26.515Z] [INFO] curvesapi [eclipse-bundle-recipe] [2023-09-08T19:24:26.515Z] [INFO] Eclipse Orbit :: Glassfish Recipes [pom] [2023-09-08T19:24:26.515Z] [INFO] Eclipse Orbit :: Glassfish HK2 Recipes [pom] [2023-09-08T19:24:26.515Z] [INFO] HK2 API module [eclipse-bundle-recipe] [2023-09-08T19:24:26.515Z] [INFO] ASM library repackaged as OSGi bundle [eclipse-bundle-recipe] [2023-09-08T19:24:26.515Z] [INFO] ServiceLocator Default Implementation [eclipse-bundle-recipe] [2023-09-08T19:24:26.515Z] [INFO] OSGi resource locator [eclipse-bundle-recipe] [2023-09-08T19:24:26.515Z] [INFO] HK2 Implementation Utilities [eclipse-bundle-recipe] [2023-09-08T19:24:26.515Z] [INFO] HK2 API module [eclipse-bundle-recipe] [2023-09-08T19:24:26.515Z] [INFO] ServiceLocator Default Implementation [eclipse-bundle-recipe] [2023-09-08T19:24:26.515Z] [INFO] HK2 Implementation Utilities [eclipse-bundle-recipe] [2023-09-08T19:24:26.515Z] [INFO] OSGi resource locator [eclipse-bundle-recipe] [2023-09-08T19:24:26.515Z] [INFO] Eclipse Orbit :: Glassfish Jersey Recipes [pom] [2023-09-08T19:24:26.515Z] [INFO] jersey-connectors-apache [eclipse-bundle-recipe] [2023-09-08T19:24:26.515Z] [INFO] jersey-container-servlet [eclipse-bundle-recipe] [2023-09-08T19:24:26.515Z] [INFO] jersey-container-servlet-core [eclipse-bundle-recipe] [2023-09-08T19:24:26.515Z] [INFO] jersey-core-client [eclipse-bundle-recipe] [2023-09-08T19:24:26.515Z] [INFO] jersey-core-common [eclipse-bundle-recipe] [2023-09-08T19:24:26.515Z] [INFO] jersey-core-server [eclipse-bundle-recipe] [2023-09-08T19:24:26.515Z] [INFO] jersey-ext-entity-filtering [eclipse-bundle-recipe] [2023-09-08T19:24:26.515Z] [INFO] jersey-inject-hk2 [eclipse-bundle-recipe] [2023-09-08T19:24:26.515Z] [INFO] jersey-media-json-jackson [eclipse-bundle-recipe] [2023-09-08T19:24:26.515Z] [INFO] Eclipse Orbit :: GlazedLists Recipes [pom] [2023-09-08T19:24:26.515Z] [INFO] GlazedLists [eclipse-bundle-recipe] [2023-09-08T19:24:26.515Z] [INFO] Eclipse Orbit :: Google Recipes [pom] [2023-09-08T19:24:26.515Z] [INFO] Protocol Buffer Java API [eclipse-bundle-recipe] [2023-09-08T19:24:26.515Z] [INFO] Closure Compiler [eclipse-bundle-recipe] [2023-09-08T19:24:26.515Z] [INFO] Guava: Google Core Libraries for Java [eclipse-bundle-recipe] [2023-09-08T19:24:26.515Z] [INFO] Guava: Google Core Libraries for Java [eclipse-bundle-recipe] [2023-09-08T19:24:26.515Z] [INFO] Gson [eclipse-bundle-recipe] [2023-09-08T19:24:26.515Z] [INFO] Google Data Java Client Library [eclipse-bundle-recipe] [2023-09-08T19:24:26.515Z] [INFO] Google Guice - Core Library [eclipse-bundle-recipe] [2023-09-08T19:24:26.515Z] [INFO] Google Guice - Extensions - AssistedInject [eclipse-bundle-recipe] [2023-09-08T19:24:26.515Z] [INFO] Flogger [eclipse-bundle-recipe] [2023-09-08T19:24:26.515Z] [INFO] Flogger System Backend [eclipse-bundle-recipe] [2023-09-08T19:24:26.515Z] [INFO] Flogger Testing [eclipse-bundle-recipe] [2023-09-08T19:24:26.515Z] [INFO] Google OAuth Client Library for Java [eclipse-bundle-recipe] [2023-09-08T19:24:26.515Z] [INFO] Java 6 (and higher) extensions to the Google OAuth Client Library for Java. [eclipse-bundle-recipe] [2023-09-08T19:24:26.515Z] [INFO] OAuth 2.0 verification code receiver for Google OAuth Client Library for Java. [eclipse-bundle-recipe] [2023-09-08T19:24:26.515Z] [INFO] com.google.api.client-auth [eclipse-bundle-recipe] [2023-09-08T19:24:26.515Z] [INFO] com.google.api.client-auth-oauth2 [eclipse-bundle-recipe] [2023-09-08T19:24:26.515Z] [INFO] com.google.api.client-util [eclipse-bundle-recipe] [2023-09-08T19:24:26.515Z] [INFO] com.google.api.client-escape [eclipse-bundle-recipe] [2023-09-08T19:24:26.515Z] [INFO] com.google.api.client-repackaged-com-google-common-base [eclipse-bundle-recipe] [2023-09-08T19:24:26.515Z] [INFO] com.google.api.client-json [eclipse-bundle-recipe] [2023-09-08T19:24:26.515Z] [INFO] com.google.api.client-http [eclipse-bundle-recipe] [2023-09-08T19:24:26.515Z] [INFO] Google Auth Library for Java - OAuth2 HTTP [eclipse-bundle-recipe] [2023-09-08T19:24:26.515Z] [INFO] Google Auth Library for Java - Credentials [eclipse-bundle-recipe] [2023-09-08T19:24:26.515Z] [INFO] AutoValue Annotations [eclipse-bundle-recipe] [2023-09-08T19:24:26.515Z] [INFO] Google HTTP Client Library for Java [eclipse-bundle-recipe] [2023-09-08T19:24:26.515Z] [INFO] Jackson 2 extensions to the Google HTTP Client Library for Java. [eclipse-bundle-recipe] [2023-09-08T19:24:26.515Z] [INFO] J2ObjC Annotations [eclipse-bundle-recipe] [2023-09-08T19:24:26.515Z] [INFO] io.grpc:grpc-context [eclipse-bundle-recipe] [2023-09-08T19:24:26.515Z] [INFO] OpenCensus API [eclipse-bundle-recipe] [2023-09-08T19:24:26.515Z] [INFO] OpenCensus Contrib HTTP Utils [eclipse-bundle-recipe] [2023-09-08T19:24:26.515Z] [INFO] org.conscrypt:conscrypt-openjdk-uber [eclipse-bundle-recipe] [2023-09-08T19:24:26.515Z] [INFO] Eclipse Orbit :: GraphQL Recipes [pom] [2023-09-08T19:24:26.515Z] [INFO] java-dataloader [eclipse-bundle-recipe] [2023-09-08T19:24:26.515Z] [INFO] graphql-java [eclipse-bundle-recipe] [2023-09-08T19:24:26.515Z] [INFO] Eclipse Orbit :: Hamcrest Recipes [pom] [2023-09-08T19:24:26.515Z] [INFO] Hamcrest Core [eclipse-bundle-recipe] [2023-09-08T19:24:26.515Z] [INFO] Hamcrest library [eclipse-bundle-recipe] [2023-09-08T19:24:26.515Z] [INFO] Hamcrest [eclipse-bundle-recipe] [2023-09-08T19:24:26.515Z] [INFO] Eclipse Orbit :: Hsqldb Recipes [pom] [2023-09-08T19:24:26.515Z] [INFO] HyperSQL Database [eclipse-bundle-recipe] [2023-09-08T19:24:26.515Z] [INFO] Eclipse Orbit :: ICU4J Recipes [pom] [2023-09-08T19:24:26.515Z] [INFO] ICU4J 72.1 [eclipse-bundle-recipe] [2023-09-08T19:24:26.515Z] [INFO] Eclipse Orbit :: Immutables Recipes [pom] [2023-09-08T19:24:26.515Z] [INFO] org.immutables.value [eclipse-bundle-recipe] [2023-09-08T19:24:26.515Z] [INFO] Eclipse Orbit :: Jackson Recipes [pom] [2023-09-08T19:24:26.515Z] [INFO] Jackson-annotations [eclipse-bundle-recipe] [2023-09-08T19:24:26.515Z] [INFO] Jackson-core [eclipse-bundle-recipe] [2023-09-08T19:24:26.515Z] [INFO] jackson-databind [eclipse-bundle-recipe] [2023-09-08T19:24:26.515Z] [INFO] Jackson datatype: Guava [eclipse-bundle-recipe] [2023-09-08T19:24:26.515Z] [INFO] Jackson-JAXRS: base [eclipse-bundle-recipe] [2023-09-08T19:24:26.515Z] [INFO] Jackson-JAXRS: JSON [eclipse-bundle-recipe] [2023-09-08T19:24:26.515Z] [INFO] Jackson module: Old JAXB Annotations (javax.xml.bind) [eclipse-bundle-recipe] [2023-09-08T19:24:26.515Z] [INFO] Eclipse Orbit :: javax Recipes [pom] [2023-09-08T19:24:26.515Z] [INFO] Jakarta Activation [eclipse-bundle-recipe] [2023-09-08T19:24:26.515Z] [INFO] Jakarta Activation [eclipse-bundle-recipe] [2023-09-08T19:24:26.515Z] [INFO] javax.inject [eclipse-bundle-recipe] [2023-09-08T19:24:26.516Z] [INFO] Jakarta Activation API jar [eclipse-bundle-recipe] [2023-09-08T19:24:26.516Z] [INFO] Jakarta Activation API jar [eclipse-bundle-recipe] [2023-09-08T19:24:26.516Z] [INFO] Jakarta Expression Language API [eclipse-bundle-recipe] [2023-09-08T19:24:26.516Z] [INFO] Jakarta Servlet [eclipse-bundle-recipe] [2023-09-08T19:24:26.516Z] [INFO] Jakarta Server Pages API [eclipse-bundle-recipe] [2023-09-08T19:24:26.516Z] [INFO] Jakarta Annotations API [eclipse-bundle-recipe] [2023-09-08T19:24:26.516Z] [INFO] Bean Validation API [eclipse-bundle-recipe] [2023-09-08T19:24:26.516Z] [INFO] Jakarta XML Binding API [eclipse-bundle-recipe] [2023-09-08T19:24:26.516Z] [INFO] Jakarta WebSocket - Server API [eclipse-bundle-recipe] [2023-09-08T19:24:26.516Z] [INFO] jakarta.ws.rs-api [eclipse-bundle-recipe] [2023-09-08T19:24:26.516Z] [INFO] XML Commons External Components XML APIs [eclipse-bundle-recipe] [2023-09-08T19:24:26.516Z] [INFO] Eclipse Orbit :: jaxb Recipes [pom] [2023-09-08T19:24:26.516Z] [INFO] com.sun.xml.bind [eclipse-bundle-recipe] [2023-09-08T19:24:26.516Z] [INFO] Old JAXB Runtime [eclipse-bundle-recipe] [2023-09-08T19:24:26.516Z] [INFO] Eclipse Orbit :: JCraft Recipes [pom] [2023-09-08T19:24:26.516Z] [INFO] JSch [eclipse-bundle-recipe] [2023-09-08T19:24:26.516Z] [INFO] JZlib [eclipse-bundle-recipe] [2023-09-08T19:24:26.516Z] [INFO] Eclipse Orbit :: JGraphT Recipes [pom] [2023-09-08T19:24:26.516Z] [INFO] JHeaps [eclipse-bundle-recipe] [2023-09-08T19:24:26.516Z] [INFO] JGraphT - Core [eclipse-bundle-recipe] [2023-09-08T19:24:26.516Z] [INFO] Eclipse Orbit :: Jini Recipes [pom] [2023-09-08T19:24:26.516Z] [INFO] Jini Jini Core Jar [eclipse-bundle-recipe] [2023-09-08T19:24:26.516Z] [INFO] Eclipse Orbit :: JNA Recipes [pom] [2023-09-08T19:24:26.516Z] [INFO] Java Native Access [eclipse-bundle-recipe] [2023-09-08T19:24:26.516Z] [INFO] Java Native Access Platform [eclipse-bundle-recipe] [2023-09-08T19:24:26.516Z] [INFO] Java Native Access [eclipse-bundle-recipe] [2023-09-08T19:24:26.516Z] [INFO] Java Native Access Platform [eclipse-bundle-recipe] [2023-09-08T19:24:26.516Z] [INFO] Java Native Access [eclipse-bundle-recipe] [2023-09-08T19:24:26.516Z] [INFO] Java Native Access Platform [eclipse-bundle-recipe] [2023-09-08T19:24:26.516Z] [INFO] Java Native Access [eclipse-bundle-recipe] [2023-09-08T19:24:26.516Z] [INFO] Java Native Access Platform [eclipse-bundle-recipe] [2023-09-08T19:24:26.516Z] [INFO] Java Native Access [eclipse-bundle-recipe] [2023-09-08T19:24:26.516Z] [INFO] Java Native Access Platform [eclipse-bundle-recipe] [2023-09-08T19:24:26.516Z] [INFO] Eclipse Orbit :: JUnit Recipes [pom] [2023-09-08T19:24:26.516Z] [INFO] Eclipse Orbit :: JUnit 4 Recipes [pom] [2023-09-08T19:24:26.516Z] [INFO] JUnit [eclipse-bundle-recipe] [2023-09-08T19:24:26.516Z] [INFO] Eclipse Orbit :: JUnit 5 Recipes [pom] [2023-09-08T19:24:26.516Z] [INFO] JUnit Jupiter API [eclipse-bundle-recipe] [2023-09-08T19:24:26.516Z] [INFO] JUnit Jupiter Engine [eclipse-bundle-recipe] [2023-09-08T19:24:26.516Z] [INFO] JUnit Jupiter Migration Support [eclipse-bundle-recipe] [2023-09-08T19:24:26.516Z] [INFO] JUnit Jupiter Params [eclipse-bundle-recipe] [2023-09-08T19:24:26.516Z] [INFO] JUnit Platform Commons [eclipse-bundle-recipe] [2023-09-08T19:24:26.516Z] [INFO] JUnit Platform Engine API [eclipse-bundle-recipe] [2023-09-08T19:24:26.516Z] [INFO] JUnit Platform Launcher [eclipse-bundle-recipe] [2023-09-08T19:24:26.516Z] [INFO] JUnit Platform Runner [eclipse-bundle-recipe] [2023-09-08T19:24:26.516Z] [INFO] JUnit Platform Suite API [eclipse-bundle-recipe] [2023-09-08T19:24:26.516Z] [INFO] JUnit Platform Suite Commons [eclipse-bundle-recipe] [2023-09-08T19:24:26.516Z] [INFO] JUnit Platform Suite Engine [eclipse-bundle-recipe] [2023-09-08T19:24:26.516Z] [INFO] JUnit Vintage Engine [eclipse-bundle-recipe] [2023-09-08T19:24:26.516Z] [INFO] org.opentest4j:opentest4j [eclipse-bundle-recipe] [2023-09-08T19:24:26.516Z] [INFO] org.apiguardian:apiguardian-api [eclipse-bundle-recipe] [2023-09-08T19:24:26.516Z] [INFO] Eclipse Orbit :: Knowm Recipes [pom] [2023-09-08T19:24:26.516Z] [INFO] XChart [eclipse-bundle-recipe] [2023-09-08T19:24:26.516Z] [INFO] Eclipse Orbit :: Logging Recipes [pom] [2023-09-08T19:24:26.516Z] [INFO] SLF4J API Module [eclipse-bundle-recipe] [2023-09-08T19:24:26.516Z] [INFO] JCL 1.2 implemented over SLF4J [eclipse-bundle-recipe] [2023-09-08T19:24:26.516Z] [INFO] Log4j Implemented Over SLF4J [eclipse-bundle-recipe] [2023-09-08T19:24:26.516Z] [INFO] SLF4J LOG4J-12 Binding [eclipse-bundle-recipe] [2023-09-08T19:24:26.516Z] [INFO] SLF4J NOP Binding [eclipse-bundle-recipe] [2023-09-08T19:24:26.516Z] [INFO] SLF4J Simple Binding [eclipse-bundle-recipe] [2023-09-08T19:24:26.516Z] [INFO] JUL to SLF4J bridge [eclipse-bundle-recipe] [2023-09-08T19:24:26.516Z] [INFO] SLF4J Extensions Module [eclipse-bundle-recipe] [2023-09-08T19:24:26.516Z] [INFO] Logback Core Module [eclipse-bundle-recipe] [2023-09-08T19:24:26.516Z] [INFO] Logback Classic Module [eclipse-bundle-recipe] [2023-09-08T19:24:26.516Z] [INFO] Logback SLF4J Binding [eclipse-bundle-recipe] [2023-09-08T19:24:26.516Z] [INFO] JBoss Logging [eclipse-bundle-recipe] [2023-09-08T19:24:26.516Z] [INFO] Apache Log4j 2 [eclipse-bundle-recipe] [2023-09-08T19:24:26.516Z] [INFO] reload4j [eclipse-bundle-recipe] [2023-09-08T19:24:26.516Z] [INFO] Eclipse Orbit :: Mockito Recipes [pom] [2023-09-08T19:24:26.516Z] [INFO] mockito-core [eclipse-bundle-recipe] [2023-09-08T19:24:26.516Z] [INFO] mockito-junit-jupiter [eclipse-bundle-recipe] [2023-09-08T19:24:26.516Z] [INFO] Eclipse Orbit :: Netty Recipes [pom] [2023-09-08T19:24:26.516Z] [INFO] Netty/Common [eclipse-bundle-recipe] [2023-09-08T19:24:26.516Z] [INFO] Netty/Buffer [eclipse-bundle-recipe] [2023-09-08T19:24:26.516Z] [INFO] Eclipse Orbit :: Objenesis Recipes [pom] [2023-09-08T19:24:26.516Z] [INFO] Objenesis [eclipse-bundle-recipe] [2023-09-08T19:24:26.516Z] [INFO] Eclipse Orbit :: Reactive Streams Recipes [pom] [2023-09-08T19:24:26.516Z] [INFO] reactive-streams [eclipse-bundle-recipe] [2023-09-08T19:24:26.516Z] [INFO] Eclipse Orbit :: SnakeYAML Recipes [pom] [2023-09-08T19:24:26.516Z] [INFO] SnakeYAML [eclipse-bundle-recipe] [2023-09-08T19:24:26.516Z] [INFO] Eclipse Orbit :: Sourceforge Recipes [pom] [2023-09-08T19:24:26.516Z] [INFO] net.sourceforge.plantuml [eclipse-bundle-recipe] [2023-09-08T19:24:26.516Z] [INFO] Eclipse Orbit :: Tukaani Recipes [pom] [2023-09-08T19:24:26.516Z] [INFO] XZ for Java [eclipse-bundle-recipe] [2023-09-08T19:24:26.516Z] [INFO] Eclipse Orbit :: Units Of Measurement Recipes [pom] [2023-09-08T19:24:26.516Z] [INFO] Units of Measurement API [eclipse-bundle-recipe] [2023-09-08T19:24:26.516Z] [INFO] Eclipse Orbit :: XML API Recipes [pom] [2023-09-08T19:24:26.516Z] [INFO] DOM4J [eclipse-bundle-recipe] [2023-09-08T19:24:26.516Z] [INFO] DOM4J [eclipse-bundle-recipe] [2023-09-08T19:24:26.516Z] [INFO] jaxen [eclipse-bundle-recipe] [2023-09-08T19:24:26.516Z] [INFO] JDOM [eclipse-bundle-recipe] [2023-09-08T19:24:26.516Z] [INFO] [2023-09-08T19:24:26.516Z] [INFO] --------------< org.eclipse.orbit.bundles:orbit-recipes >--------------- [2023-09-08T19:24:26.516Z] [INFO] Building Eclipse Orbit :: Bundle Recipes 1.0.0-SNAPSHOT [1/375] [2023-09-08T19:24:26.516Z] [INFO] --------------------------------[ pom ]--------------------------------- [2023-09-08T19:24:26.516Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom [2023-09-08T19:24:26.516Z] [INFO] Downloading from 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 [2023-09-08T19:24:26.516Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom [2023-09-08T19:24:26.516Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom [2023-09-08T19:24:26.516Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom [2023-09-08T19:24:26.516Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom [2023-09-08T19:24:26.516Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom (3.9 kB at 327 kB/s) [2023-09-08T19:24:26.516Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom [2023-09-08T19:24:26.516Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom [2023-09-08T19:24:26.817Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom [2023-09-08T19:24:26.817Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom [2023-09-08T19:24:26.817Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom [2023-09-08T19:24:26.817Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom [2023-09-08T19:24:26.817Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom (13 kB at 1.2 MB/s) [2023-09-08T19:24:26.817Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-parent/21/maven-parent-21.pom [2023-09-08T19:24:26.817Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/21/maven-parent-21.pom [2023-09-08T19:24:26.817Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/21/maven-parent-21.pom [2023-09-08T19:24:26.817Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-parent/21/maven-parent-21.pom [2023-09-08T19:24:26.817Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-parent/21/maven-parent-21.pom [2023-09-08T19:24:26.817Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/21/maven-parent-21.pom [2023-09-08T19:24:26.817Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/21/maven-parent-21.pom (26 kB at 2.0 MB/s) [2023-09-08T19:24:26.817Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/apache/10/apache-10.pom [2023-09-08T19:24:26.817Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/10/apache-10.pom [2023-09-08T19:24:26.817Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/10/apache-10.pom [2023-09-08T19:24:26.817Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/apache/10/apache-10.pom [2023-09-08T19:24:26.817Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/apache/10/apache-10.pom [2023-09-08T19:24:26.817Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/10/apache-10.pom [2023-09-08T19:24:26.817Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/10/apache-10.pom (15 kB at 1.1 MB/s) [2023-09-08T19:24:26.817Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar [2023-09-08T19:24:26.817Z] [INFO] Downloading from 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 [2023-09-08T19:24:26.817Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar [2023-09-08T19:24:26.817Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar [2023-09-08T19:24:26.817Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar [2023-09-08T19:24:26.817Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar [2023-09-08T19:24:26.817Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar (25 kB at 2.1 MB/s) [2023-09-08T19:24:26.817Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.3.4/eclipse-jarsigner-plugin-1.3.4.pom [2023-09-08T19:24:26.817Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.3.4/eclipse-jarsigner-plugin-1.3.4.pom [2023-09-08T19:24:26.817Z] [INFO] Downloaded from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.3.4/eclipse-jarsigner-plugin-1.3.4.pom (2.6 kB at 173 kB/s) [2023-09-08T19:24:26.817Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/cbi/cbi-build-parent/1.3.4/cbi-build-parent-1.3.4.pom [2023-09-08T19:24:26.817Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-build-parent/1.3.4/cbi-build-parent-1.3.4.pom [2023-09-08T19:24:26.817Z] [INFO] Downloaded from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-build-parent/1.3.4/cbi-build-parent-1.3.4.pom (7.0 kB at 184 kB/s) [2023-09-08T19:24:26.817Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/cbi/cbi-parent/1.3.4/cbi-parent-1.3.4.pom [2023-09-08T19:24:27.074Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-parent/1.3.4/cbi-parent-1.3.4.pom [2023-09-08T19:24:27.074Z] [INFO] Downloaded from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-parent/1.3.4/cbi-parent-1.3.4.pom (4.7 kB at 237 kB/s) [2023-09-08T19:24:27.074Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/cbi/cbi-bom/1.3.4/cbi-bom-1.3.4.pom [2023-09-08T19:24:27.074Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-bom/1.3.4/cbi-bom-1.3.4.pom [2023-09-08T19:24:27.074Z] [INFO] Downloaded from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-bom/1.3.4/cbi-bom-1.3.4.pom (11 kB at 393 kB/s) [2023-09-08T19:24:27.074Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.3.4/eclipse-jarsigner-plugin-1.3.4.jar [2023-09-08T19:24:27.074Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.3.4/eclipse-jarsigner-plugin-1.3.4.jar [2023-09-08T19:24:27.074Z] [INFO] Downloaded from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.3.4/eclipse-jarsigner-plugin-1.3.4.jar (66 kB at 3.7 MB/s) [2023-09-08T19:24:27.074Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-p2-plugin/2.0.0/tycho-p2-plugin-2.0.0.pom [2023-09-08T19:24:27.074Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-plugin/2.0.0/tycho-p2-plugin-2.0.0.pom [2023-09-08T19:24:27.074Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-p2-plugin/2.0.0/tycho-p2-plugin-2.0.0.pom [2023-09-08T19:24:27.074Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/tycho/tycho-p2-plugin/2.0.0/tycho-p2-plugin-2.0.0.pom [2023-09-08T19:24:27.074Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/tycho/tycho-p2-plugin/2.0.0/tycho-p2-plugin-2.0.0.pom [2023-09-08T19:24:27.074Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-p2-plugin/2.0.0/tycho-p2-plugin-2.0.0.pom [2023-09-08T19:24:27.074Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-p2-plugin/2.0.0/tycho-p2-plugin-2.0.0.pom (2.2 kB at 45 kB/s) [2023-09-08T19:24:27.074Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-p2-plugin/2.0.0/tycho-p2-plugin-2.0.0.jar [2023-09-08T19:24:27.074Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-plugin/2.0.0/tycho-p2-plugin-2.0.0.jar [2023-09-08T19:24:27.330Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-p2-plugin/2.0.0/tycho-p2-plugin-2.0.0.jar [2023-09-08T19:24:27.330Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/tycho/tycho-p2-plugin/2.0.0/tycho-p2-plugin-2.0.0.jar [2023-09-08T19:24:27.330Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/tycho/tycho-p2-plugin/2.0.0/tycho-p2-plugin-2.0.0.jar [2023-09-08T19:24:27.330Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-p2-plugin/2.0.0/tycho-p2-plugin-2.0.0.jar [2023-09-08T19:24:27.330Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-p2-plugin/2.0.0/tycho-p2-plugin-2.0.0.jar (29 kB at 578 kB/s) [2023-09-08T19:24:27.331Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom [2023-09-08T19:24:27.331Z] [INFO] Downloading from 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 [2023-09-08T19:24:27.331Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom [2023-09-08T19:24:27.331Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom [2023-09-08T19:24:27.331Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom [2023-09-08T19:24:27.331Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom [2023-09-08T19:24:27.331Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom (6.4 kB at 580 kB/s) [2023-09-08T19:24:27.331Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom [2023-09-08T19:24:27.331Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom [2023-09-08T19:24:27.331Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom [2023-09-08T19:24:27.331Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom [2023-09-08T19:24:27.587Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom [2023-09-08T19:24:27.587Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom [2023-09-08T19:24:27.587Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom (9.2 kB at 766 kB/s) [2023-09-08T19:24:27.587Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-parent/22/maven-parent-22.pom [2023-09-08T19:24:27.587Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/22/maven-parent-22.pom [2023-09-08T19:24:27.587Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/22/maven-parent-22.pom [2023-09-08T19:24:27.587Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-parent/22/maven-parent-22.pom [2023-09-08T19:24:27.587Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-parent/22/maven-parent-22.pom [2023-09-08T19:24:27.587Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/22/maven-parent-22.pom [2023-09-08T19:24:27.587Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/22/maven-parent-22.pom (30 kB at 2.7 MB/s) [2023-09-08T19:24:27.587Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/apache/11/apache-11.pom [2023-09-08T19:24:27.587Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/11/apache-11.pom [2023-09-08T19:24:27.587Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/11/apache-11.pom [2023-09-08T19:24:27.587Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/apache/11/apache-11.pom [2023-09-08T19:24:27.587Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/apache/11/apache-11.pom [2023-09-08T19:24:27.587Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/11/apache-11.pom [2023-09-08T19:24:27.587Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/11/apache-11.pom (15 kB at 1.3 MB/s) [2023-09-08T19:24:27.588Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar [2023-09-08T19:24:27.588Z] [INFO] Downloading from 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 [2023-09-08T19:24:27.588Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar [2023-09-08T19:24:27.588Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar [2023-09-08T19:24:27.588Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar [2023-09-08T19:24:27.588Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar [2023-09-08T19:24:27.588Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar (27 kB at 2.5 MB/s) [2023-09-08T19:24:27.588Z] [INFO] [2023-09-08T19:24:27.588Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ orbit-recipes --- [2023-09-08T19:24:27.588Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom [2023-09-08T19:24:27.588Z] [INFO] Downloading from 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 [2023-09-08T19:24:27.588Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom [2023-09-08T19:24:27.588Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom [2023-09-08T19:24:27.846Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom [2023-09-08T19:24:27.846Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom [2023-09-08T19:24:27.846Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom (1.5 kB at 121 kB/s) [2023-09-08T19:24:27.846Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven/2.0.6/maven-2.0.6.pom [2023-09-08T19:24:27.846Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.0.6/maven-2.0.6.pom [2023-09-08T19:24:27.846Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven/2.0.6/maven-2.0.6.pom [2023-09-08T19:24:27.846Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven/2.0.6/maven-2.0.6.pom [2023-09-08T19:24:27.846Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven/2.0.6/maven-2.0.6.pom [2023-09-08T19:24:27.846Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.6/maven-2.0.6.pom [2023-09-08T19:24:27.846Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.6/maven-2.0.6.pom (9.0 kB at 696 kB/s) [2023-09-08T19:24:27.846Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-parent/5/maven-parent-5.pom [2023-09-08T19:24:27.847Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/5/maven-parent-5.pom [2023-09-08T19:24:27.847Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/5/maven-parent-5.pom [2023-09-08T19:24:27.847Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-parent/5/maven-parent-5.pom [2023-09-08T19:24:27.847Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-parent/5/maven-parent-5.pom [2023-09-08T19:24:27.847Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/5/maven-parent-5.pom [2023-09-08T19:24:27.847Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/5/maven-parent-5.pom (15 kB at 1.4 MB/s) [2023-09-08T19:24:27.847Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/apache/3/apache-3.pom [2023-09-08T19:24:27.847Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/3/apache-3.pom [2023-09-08T19:24:27.847Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/3/apache-3.pom [2023-09-08T19:24:27.847Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/apache/3/apache-3.pom [2023-09-08T19:24:27.847Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/apache/3/apache-3.pom [2023-09-08T19:24:27.847Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/3/apache-3.pom [2023-09-08T19:24:27.847Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/3/apache-3.pom (3.4 kB at 286 kB/s) [2023-09-08T19:24:27.847Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom [2023-09-08T19:24:27.847Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom [2023-09-08T19:24:27.847Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom [2023-09-08T19:24:27.847Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom [2023-09-08T19:24:27.847Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom [2023-09-08T19:24:27.847Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom [2023-09-08T19:24:28.114Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom (4.1 kB at 339 kB/s) [2023-09-08T19:24:28.114Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar [2023-09-08T19:24:28.114Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar [2023-09-08T19:24:28.114Z] [INFO] Downloading from 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 [2023-09-08T19:24:28.114Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar [2023-09-08T19:24:28.114Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar [2023-09-08T19:24:28.114Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar [2023-09-08T19:24:28.114Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar [2023-09-08T19:24:28.114Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar [2023-09-08T19:24:28.114Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar [2023-09-08T19:24:28.114Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar [2023-09-08T19:24:28.114Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar [2023-09-08T19:24:28.114Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar [2023-09-08T19:24:28.114Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar (13 kB at 1.1 MB/s) [2023-09-08T19:24:28.114Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar (226 kB at 13 MB/s) [2023-09-08T19:24:28.114Z] [INFO] [2023-09-08T19:24:28.114Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ orbit-recipes --- [2023-09-08T19:24:28.114Z] [INFO] [2023-09-08T19:24:28.114Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ orbit-recipes --- [2023-09-08T19:24:28.114Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/cbi/cbi-common/1.3.4/cbi-common-1.3.4.pom [2023-09-08T19:24:28.114Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-common/1.3.4/cbi-common-1.3.4.pom [2023-09-08T19:24:28.114Z] [INFO] Downloaded from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-common/1.3.4/cbi-common-1.3.4.pom (2.0 kB at 105 kB/s) [2023-09-08T19:24:28.114Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/guava/guava/31.1-jre/guava-31.1-jre.pom [2023-09-08T19:24:28.114Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/31.1-jre/guava-31.1-jre.pom [2023-09-08T19:24:28.114Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/guava/31.1-jre/guava-31.1-jre.pom [2023-09-08T19:24:28.114Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/com/google/guava/guava/31.1-jre/guava-31.1-jre.pom [2023-09-08T19:24:28.114Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/com/google/guava/guava/31.1-jre/guava-31.1-jre.pom [2023-09-08T19:24:28.114Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/31.1-jre/guava-31.1-jre.pom [2023-09-08T19:24:28.114Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/31.1-jre/guava-31.1-jre.pom (11 kB at 998 kB/s) [2023-09-08T19:24:28.114Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/guava/guava-parent/31.1-jre/guava-parent-31.1-jre.pom [2023-09-08T19:24:28.114Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava-parent/31.1-jre/guava-parent-31.1-jre.pom [2023-09-08T19:24:28.114Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/guava-parent/31.1-jre/guava-parent-31.1-jre.pom [2023-09-08T19:24:28.372Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/com/google/guava/guava-parent/31.1-jre/guava-parent-31.1-jre.pom [2023-09-08T19:24:28.372Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/com/google/guava/guava-parent/31.1-jre/guava-parent-31.1-jre.pom [2023-09-08T19:24:28.372Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/31.1-jre/guava-parent-31.1-jre.pom [2023-09-08T19:24:28.372Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/31.1-jre/guava-parent-31.1-jre.pom (15 kB at 1.3 MB/s) [2023-09-08T19:24:28.372Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.pom [2023-09-08T19:24:28.372Z] [INFO] Downloading from 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 [2023-09-08T19:24:28.372Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.pom [2023-09-08T19:24:28.372Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.pom [2023-09-08T19:24:28.372Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.pom [2023-09-08T19:24:28.372Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.pom [2023-09-08T19:24:28.372Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.pom (2.2 kB at 216 kB/s) [2023-09-08T19:24:28.372Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/errorprone/error_prone_parent/2.11.0/error_prone_parent-2.11.0.pom [2023-09-08T19:24:28.372Z] [INFO] Downloading from 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 [2023-09-08T19:24:28.372Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/errorprone/error_prone_parent/2.11.0/error_prone_parent-2.11.0.pom [2023-09-08T19:24:28.372Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/com/google/errorprone/error_prone_parent/2.11.0/error_prone_parent-2.11.0.pom [2023-09-08T19:24:28.372Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/com/google/errorprone/error_prone_parent/2.11.0/error_prone_parent-2.11.0.pom [2023-09-08T19:24:28.372Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_parent/2.11.0/error_prone_parent-2.11.0.pom [2023-09-08T19:24:28.372Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_parent/2.11.0/error_prone_parent-2.11.0.pom (11 kB at 1.1 MB/s) [2023-09-08T19:24:28.372Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.3.4/cbi-maven-plugin-common-1.3.4.pom [2023-09-08T19:24:28.372Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.3.4/cbi-maven-plugin-common-1.3.4.pom [2023-09-08T19:24:28.372Z] [INFO] Downloaded from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.3.4/cbi-maven-plugin-common-1.3.4.pom (2.6 kB at 118 kB/s) [2023-09-08T19:24:28.372Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-plugin-api/3.8.6/maven-plugin-api-3.8.6.pom [2023-09-08T19:24:28.372Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.8.6/maven-plugin-api-3.8.6.pom [2023-09-08T19:24:28.372Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-api/3.8.6/maven-plugin-api-3.8.6.pom [2023-09-08T19:24:28.372Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-plugin-api/3.8.6/maven-plugin-api-3.8.6.pom [2023-09-08T19:24:28.629Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-plugin-api/3.8.6/maven-plugin-api-3.8.6.pom [2023-09-08T19:24:28.629Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.8.6/maven-plugin-api-3.8.6.pom [2023-09-08T19:24:28.629Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.8.6/maven-plugin-api-3.8.6.pom (3.0 kB at 234 kB/s) [2023-09-08T19:24:28.629Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven/3.8.6/maven-3.8.6.pom [2023-09-08T19:24:28.629Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.8.6/maven-3.8.6.pom [2023-09-08T19:24:28.629Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven/3.8.6/maven-3.8.6.pom [2023-09-08T19:24:28.629Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven/3.8.6/maven-3.8.6.pom [2023-09-08T19:24:28.629Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven/3.8.6/maven-3.8.6.pom [2023-09-08T19:24:28.629Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.8.6/maven-3.8.6.pom [2023-09-08T19:24:28.629Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.8.6/maven-3.8.6.pom (27 kB at 1.2 MB/s) [2023-09-08T19:24:28.629Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-parent/35/maven-parent-35.pom [2023-09-08T19:24:28.629Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/35/maven-parent-35.pom [2023-09-08T19:24:28.629Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/35/maven-parent-35.pom [2023-09-08T19:24:28.629Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-parent/35/maven-parent-35.pom [2023-09-08T19:24:28.629Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-parent/35/maven-parent-35.pom [2023-09-08T19:24:28.629Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/35/maven-parent-35.pom [2023-09-08T19:24:28.629Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/35/maven-parent-35.pom (45 kB at 3.8 MB/s) [2023-09-08T19:24:28.629Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/apache/25/apache-25.pom [2023-09-08T19:24:28.629Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/25/apache-25.pom [2023-09-08T19:24:28.629Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/25/apache-25.pom [2023-09-08T19:24:28.629Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/apache/25/apache-25.pom [2023-09-08T19:24:28.629Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/apache/25/apache-25.pom [2023-09-08T19:24:28.629Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/25/apache-25.pom [2023-09-08T19:24:28.629Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/25/apache-25.pom (21 kB at 2.3 MB/s) [2023-09-08T19:24:28.629Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-model/3.8.6/maven-model-3.8.6.pom [2023-09-08T19:24:28.629Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.8.6/maven-model-3.8.6.pom [2023-09-08T19:24:28.629Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model/3.8.6/maven-model-3.8.6.pom [2023-09-08T19:24:28.629Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-model/3.8.6/maven-model-3.8.6.pom [2023-09-08T19:24:28.629Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-model/3.8.6/maven-model-3.8.6.pom [2023-09-08T19:24:28.629Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.8.6/maven-model-3.8.6.pom [2023-09-08T19:24:28.629Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.8.6/maven-model-3.8.6.pom (2.8 kB at 255 kB/s) [2023-09-08T19:24:28.629Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.pom [2023-09-08T19:24:28.886Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.pom [2023-09-08T19:24:28.886Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.pom [2023-09-08T19:24:28.886Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.pom [2023-09-08T19:24:28.886Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.pom [2023-09-08T19:24:28.886Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.pom [2023-09-08T19:24:28.886Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.pom (8.2 kB at 822 kB/s) [2023-09-08T19:24:28.886Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-artifact/3.8.6/maven-artifact-3.8.6.pom [2023-09-08T19:24:28.886Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.8.6/maven-artifact-3.8.6.pom [2023-09-08T19:24:28.886Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact/3.8.6/maven-artifact-3.8.6.pom [2023-09-08T19:24:28.886Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-artifact/3.8.6/maven-artifact-3.8.6.pom [2023-09-08T19:24:28.886Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-artifact/3.8.6/maven-artifact-3.8.6.pom [2023-09-08T19:24:28.886Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.8.6/maven-artifact-3.8.6.pom [2023-09-08T19:24:28.886Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.8.6/maven-artifact-3.8.6.pom (2.4 kB at 184 kB/s) [2023-09-08T19:24:28.886Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.pom [2023-09-08T19:24:28.886Z] [INFO] Downloading from 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 [2023-09-08T19:24:28.886Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.pom [2023-09-08T19:24:28.887Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.pom [2023-09-08T19:24:28.887Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.pom [2023-09-08T19:24:28.887Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.pom [2023-09-08T19:24:28.887Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.pom (4.3 kB at 476 kB/s) [2023-09-08T19:24:28.887Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/sisu/sisu-plexus/0.3.5/sisu-plexus-0.3.5.pom [2023-09-08T19:24:28.887Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/sisu-plexus/0.3.5/sisu-plexus-0.3.5.pom [2023-09-08T19:24:28.887Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/sisu-plexus/0.3.5/sisu-plexus-0.3.5.pom [2023-09-08T19:24:28.887Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/sisu/sisu-plexus/0.3.5/sisu-plexus-0.3.5.pom [2023-09-08T19:24:28.887Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/sisu/sisu-plexus/0.3.5/sisu-plexus-0.3.5.pom [2023-09-08T19:24:28.887Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.3.5/sisu-plexus-0.3.5.pom [2023-09-08T19:24:28.887Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.3.5/sisu-plexus-0.3.5.pom (14 kB at 1.1 MB/s) [2023-09-08T19:24:28.887Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom [2023-09-08T19:24:28.887Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom [2023-09-08T19:24:28.887Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom [2023-09-08T19:24:28.887Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom [2023-09-08T19:24:29.143Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom [2023-09-08T19:24:29.143Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom [2023-09-08T19:24:29.143Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom (13 kB at 1.2 MB/s) [2023-09-08T19:24:29.143Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/net/java/jvnet-parent/3/jvnet-parent-3.pom [2023-09-08T19:24:29.143Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/net/java/jvnet-parent/3/jvnet-parent-3.pom [2023-09-08T19:24:29.143Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/net/java/jvnet-parent/3/jvnet-parent-3.pom [2023-09-08T19:24:29.143Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/net/java/jvnet-parent/3/jvnet-parent-3.pom [2023-09-08T19:24:29.143Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/net/java/jvnet-parent/3/jvnet-parent-3.pom [2023-09-08T19:24:29.143Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/3/jvnet-parent-3.pom [2023-09-08T19:24:29.143Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/3/jvnet-parent-3.pom (4.8 kB at 435 kB/s) [2023-09-08T19:24:29.143Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.pom [2023-09-08T19:24:29.143Z] [INFO] Downloading from 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 [2023-09-08T19:24:29.143Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.pom [2023-09-08T19:24:29.143Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.pom [2023-09-08T19:24:29.143Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.pom [2023-09-08T19:24:29.143Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.pom [2023-09-08T19:24:29.143Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.pom (2.6 kB at 262 kB/s) [2023-09-08T19:24:29.143Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom [2023-09-08T19:24:29.143Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom [2023-09-08T19:24:29.143Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom [2023-09-08T19:24:29.143Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom [2023-09-08T19:24:29.143Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom [2023-09-08T19:24:29.143Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom [2023-09-08T19:24:29.143Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom (14 kB at 1.4 MB/s) [2023-09-08T19:24:29.143Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.pom [2023-09-08T19:24:29.400Z] [INFO] Downloading from 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 [2023-09-08T19:24:29.400Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.pom [2023-09-08T19:24:29.400Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.pom [2023-09-08T19:24:29.400Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.pom [2023-09-08T19:24:29.400Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.pom [2023-09-08T19:24:29.400Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.pom (770 B at 77 kB/s) [2023-09-08T19:24:29.400Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-containers/2.1.1/plexus-containers-2.1.1.pom [2023-09-08T19:24:29.400Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/2.1.1/plexus-containers-2.1.1.pom [2023-09-08T19:24:29.400Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-containers/2.1.1/plexus-containers-2.1.1.pom [2023-09-08T19:24:29.400Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-containers/2.1.1/plexus-containers-2.1.1.pom [2023-09-08T19:24:29.400Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-containers/2.1.1/plexus-containers-2.1.1.pom [2023-09-08T19:24:29.400Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/2.1.1/plexus-containers-2.1.1.pom [2023-09-08T19:24:29.400Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/2.1.1/plexus-containers-2.1.1.pom (6.0 kB at 604 kB/s) [2023-09-08T19:24:29.400Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom [2023-09-08T19:24:29.400Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom [2023-09-08T19:24:29.400Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom [2023-09-08T19:24:29.400Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom [2023-09-08T19:24:29.400Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom [2023-09-08T19:24:29.400Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom [2023-09-08T19:24:29.400Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom (26 kB at 2.0 MB/s) [2023-09-08T19:24:29.400Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.pom [2023-09-08T19:24:29.400Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.pom [2023-09-08T19:24:29.400Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.pom [2023-09-08T19:24:29.400Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.pom [2023-09-08T19:24:29.400Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.pom [2023-09-08T19:24:29.400Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.pom [2023-09-08T19:24:29.400Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.pom (6.6 kB at 661 kB/s) [2023-09-08T19:24:29.400Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/httpcomponents/httpcomponents-client/4.5.13/httpcomponents-client-4.5.13.pom [2023-09-08T19:24:29.401Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-client/4.5.13/httpcomponents-client-4.5.13.pom [2023-09-08T19:24:29.401Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpcomponents-client/4.5.13/httpcomponents-client-4.5.13.pom [2023-09-08T19:24:29.401Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/httpcomponents/httpcomponents-client/4.5.13/httpcomponents-client-4.5.13.pom [2023-09-08T19:24:29.401Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/httpcomponents/httpcomponents-client/4.5.13/httpcomponents-client-4.5.13.pom [2023-09-08T19:24:29.401Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.5.13/httpcomponents-client-4.5.13.pom [2023-09-08T19:24:29.401Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.5.13/httpcomponents-client-4.5.13.pom (16 kB at 1.6 MB/s) [2023-09-08T19:24:29.401Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/httpcomponents/httpmime/4.5.13/httpmime-4.5.13.pom [2023-09-08T19:24:29.401Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpmime/4.5.13/httpmime-4.5.13.pom [2023-09-08T19:24:29.401Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpmime/4.5.13/httpmime-4.5.13.pom [2023-09-08T19:24:29.401Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/httpcomponents/httpmime/4.5.13/httpmime-4.5.13.pom [2023-09-08T19:24:29.401Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/httpcomponents/httpmime/4.5.13/httpmime-4.5.13.pom [2023-09-08T19:24:29.401Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpmime/4.5.13/httpmime-4.5.13.pom [2023-09-08T19:24:29.675Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpmime/4.5.13/httpmime-4.5.13.pom (5.2 kB at 473 kB/s) [2023-09-08T19:24:29.675Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/cbi/cbi-common/1.3.4/cbi-common-1.3.4.jar [2023-09-08T19:24:29.675Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/guava/guava/31.1-jre/guava-31.1-jre.jar [2023-09-08T19:24:29.675Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.3.4/cbi-maven-plugin-common-1.3.4.jar [2023-09-08T19:24:29.675Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.jar [2023-09-08T19:24:29.675Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar [2023-09-08T19:24:29.675Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-plugin-api/3.8.6/maven-plugin-api-3.8.6.jar [2023-09-08T19:24:29.675Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-model/3.8.6/maven-model-3.8.6.jar [2023-09-08T19:24:29.675Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-artifact/3.8.6/maven-artifact-3.8.6.jar [2023-09-08T19:24:29.675Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.jar [2023-09-08T19:24:29.675Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar [2023-09-08T19:24:29.675Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.jar [2023-09-08T19:24:29.675Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.jar [2023-09-08T19:24:29.675Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.jar [2023-09-08T19:24:29.675Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar [2023-09-08T19:24:29.675Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/httpcomponents/httpmime/4.5.13/httpmime-4.5.13.jar [2023-09-08T19:24:29.675Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-common/1.3.4/cbi-common-1.3.4.jar [2023-09-08T19:24:29.675Z] [INFO] Downloading from 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 [2023-09-08T19:24:29.675Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/31.1-jre/guava-31.1-jre.jar [2023-09-08T19:24:29.675Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar [2023-09-08T19:24:29.675Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.3.4/cbi-maven-plugin-common-1.3.4.jar [2023-09-08T19:24:29.675Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.8.6/maven-plugin-api-3.8.6.jar [2023-09-08T19:24:29.675Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.8.6/maven-model-3.8.6.jar [2023-09-08T19:24:29.675Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.8.6/maven-artifact-3.8.6.jar [2023-09-08T19:24:29.675Z] [INFO] Downloading from 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 [2023-09-08T19:24:29.675Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar [2023-09-08T19:24:29.675Z] [INFO] Downloading from 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 [2023-09-08T19:24:29.675Z] [INFO] Downloading from 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 [2023-09-08T19:24:29.675Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.jar [2023-09-08T19:24:29.675Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar [2023-09-08T19:24:29.675Z] [INFO] Downloaded from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.3.4/cbi-maven-plugin-common-1.3.4.jar (31 kB at 513 kB/s) [2023-09-08T19:24:29.675Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpmime/4.5.13/httpmime-4.5.13.jar [2023-09-08T19:24:29.675Z] [INFO] Downloaded from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-common/1.3.4/cbi-common-1.3.4.jar (66 kB at 1.1 MB/s) [2023-09-08T19:24:29.675Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar [2023-09-08T19:24:29.675Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-api/3.8.6/maven-plugin-api-3.8.6.jar [2023-09-08T19:24:29.676Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.jar [2023-09-08T19:24:29.676Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/guava/31.1-jre/guava-31.1-jre.jar [2023-09-08T19:24:29.676Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model/3.8.6/maven-model-3.8.6.jar [2023-09-08T19:24:29.676Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact/3.8.6/maven-artifact-3.8.6.jar [2023-09-08T19:24:29.676Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.jar [2023-09-08T19:24:29.676Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar [2023-09-08T19:24:29.676Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.jar [2023-09-08T19:24:29.676Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.jar [2023-09-08T19:24:29.676Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.jar [2023-09-08T19:24:29.676Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar [2023-09-08T19:24:29.676Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpmime/4.5.13/httpmime-4.5.13.jar [2023-09-08T19:24:29.676Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar [2023-09-08T19:24:29.676Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-plugin-api/3.8.6/maven-plugin-api-3.8.6.jar [2023-09-08T19:24:29.676Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.jar [2023-09-08T19:24:29.676Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/com/google/guava/guava/31.1-jre/guava-31.1-jre.jar [2023-09-08T19:24:29.676Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-model/3.8.6/maven-model-3.8.6.jar [2023-09-08T19:24:29.676Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-artifact/3.8.6/maven-artifact-3.8.6.jar [2023-09-08T19:24:29.676Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.jar [2023-09-08T19:24:29.676Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar [2023-09-08T19:24:29.676Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.jar [2023-09-08T19:24:29.676Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.jar [2023-09-08T19:24:29.676Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.jar [2023-09-08T19:24:29.676Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar [2023-09-08T19:24:29.676Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/httpcomponents/httpmime/4.5.13/httpmime-4.5.13.jar [2023-09-08T19:24:29.676Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar [2023-09-08T19:24:29.676Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.jar [2023-09-08T19:24:29.676Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/com/google/guava/guava/31.1-jre/guava-31.1-jre.jar [2023-09-08T19:24:29.676Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-model/3.8.6/maven-model-3.8.6.jar [2023-09-08T19:24:29.676Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-plugin-api/3.8.6/maven-plugin-api-3.8.6.jar [2023-09-08T19:24:29.676Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-artifact/3.8.6/maven-artifact-3.8.6.jar [2023-09-08T19:24:29.676Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.jar [2023-09-08T19:24:29.676Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar [2023-09-08T19:24:29.676Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.jar [2023-09-08T19:24:29.676Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.jar [2023-09-08T19:24:29.676Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.jar [2023-09-08T19:24:29.676Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar [2023-09-08T19:24:29.676Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/httpcomponents/httpmime/4.5.13/httpmime-4.5.13.jar [2023-09-08T19:24:29.676Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar [2023-09-08T19:24:29.676Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/31.1-jre/guava-31.1-jre.jar [2023-09-08T19:24:29.676Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.8.6/maven-model-3.8.6.jar [2023-09-08T19:24:29.676Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.8.6/maven-plugin-api-3.8.6.jar [2023-09-08T19:24:29.676Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.jar [2023-09-08T19:24:29.676Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.8.6/maven-plugin-api-3.8.6.jar (47 kB at 1.9 MB/s) [2023-09-08T19:24:29.676Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar (1.0 MB at 41 MB/s) [2023-09-08T19:24:29.676Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.jar (16 kB at 639 kB/s) [2023-09-08T19:24:29.676Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.jar [2023-09-08T19:24:29.676Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.8.6/maven-artifact-3.8.6.jar [2023-09-08T19:24:29.676Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar [2023-09-08T19:24:29.933Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.8.6/maven-model-3.8.6.jar (216 kB at 7.2 MB/s) [2023-09-08T19:24:29.933Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.jar [2023-09-08T19:24:29.933Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar (26 kB at 628 kB/s) [2023-09-08T19:24:29.933Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.jar (205 kB at 4.2 MB/s) [2023-09-08T19:24:29.933Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.8.6/maven-artifact-3.8.6.jar (58 kB at 1.2 MB/s) [2023-09-08T19:24:29.933Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.jar [2023-09-08T19:24:29.933Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.jar [2023-09-08T19:24:29.933Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar [2023-09-08T19:24:29.933Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.jar (379 kB at 4.9 MB/s) [2023-09-08T19:24:29.933Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpmime/4.5.13/httpmime-4.5.13.jar [2023-09-08T19:24:29.933Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/31.1-jre/guava-31.1-jre.jar (3.0 MB at 36 MB/s) [2023-09-08T19:24:29.933Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.jar (267 kB at 3.2 MB/s) [2023-09-08T19:24:29.933Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.jar (4.1 kB at 49 kB/s) [2023-09-08T19:24:29.933Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar (780 kB at 8.9 MB/s) [2023-09-08T19:24:29.933Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpmime/4.5.13/httpmime-4.5.13.jar (42 kB at 470 kB/s) [2023-09-08T19:24:29.933Z] [INFO] [2023-09-08T19:24:29.933Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ orbit-recipes --- [2023-09-08T19:24:29.933Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/sisu-equinox-launching/2.0.0/sisu-equinox-launching-2.0.0.pom [2023-09-08T19:24:29.933Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-launching/2.0.0/sisu-equinox-launching-2.0.0.pom [2023-09-08T19:24:29.933Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/sisu-equinox-launching/2.0.0/sisu-equinox-launching-2.0.0.pom [2023-09-08T19:24:29.933Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/tycho/sisu-equinox-launching/2.0.0/sisu-equinox-launching-2.0.0.pom [2023-09-08T19:24:29.933Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/tycho/sisu-equinox-launching/2.0.0/sisu-equinox-launching-2.0.0.pom [2023-09-08T19:24:29.933Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/sisu-equinox-launching/2.0.0/sisu-equinox-launching-2.0.0.pom [2023-09-08T19:24:30.190Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/sisu-equinox-launching/2.0.0/sisu-equinox-launching-2.0.0.pom (2.7 kB at 39 kB/s) [2023-09-08T19:24:30.190Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom [2023-09-08T19:24:30.190Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom [2023-09-08T19:24:30.190Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom [2023-09-08T19:24:30.190Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom [2023-09-08T19:24:30.190Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom [2023-09-08T19:24:30.190Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom [2023-09-08T19:24:30.190Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom (11 kB at 785 kB/s) [2023-09-08T19:24:30.190Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-parent/35/commons-parent-35.pom [2023-09-08T19:24:30.190Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/35/commons-parent-35.pom [2023-09-08T19:24:30.190Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/35/commons-parent-35.pom [2023-09-08T19:24:30.190Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/commons/commons-parent/35/commons-parent-35.pom [2023-09-08T19:24:30.190Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/commons/commons-parent/35/commons-parent-35.pom [2023-09-08T19:24:30.190Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/35/commons-parent-35.pom [2023-09-08T19:24:30.190Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/35/commons-parent-35.pom (58 kB at 5.3 MB/s) [2023-09-08T19:24:30.190Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-artifactcomparator/2.0.0/tycho-artifactcomparator-2.0.0.pom [2023-09-08T19:24:30.190Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-artifactcomparator/2.0.0/tycho-artifactcomparator-2.0.0.pom [2023-09-08T19:24:30.190Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-artifactcomparator/2.0.0/tycho-artifactcomparator-2.0.0.pom [2023-09-08T19:24:30.190Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/tycho/tycho-artifactcomparator/2.0.0/tycho-artifactcomparator-2.0.0.pom [2023-09-08T19:24:30.190Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/tycho/tycho-artifactcomparator/2.0.0/tycho-artifactcomparator-2.0.0.pom [2023-09-08T19:24:30.190Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-artifactcomparator/2.0.0/tycho-artifactcomparator-2.0.0.pom [2023-09-08T19:24:30.190Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-artifactcomparator/2.0.0/tycho-artifactcomparator-2.0.0.pom (2.2 kB at 50 kB/s) [2023-09-08T19:24:30.190Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/ow2/asm/asm-tree/8.0.1/asm-tree-8.0.1.pom [2023-09-08T19:24:30.190Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-tree/8.0.1/asm-tree-8.0.1.pom [2023-09-08T19:24:30.190Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm-tree/8.0.1/asm-tree-8.0.1.pom [2023-09-08T19:24:30.190Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/ow2/asm/asm-tree/8.0.1/asm-tree-8.0.1.pom [2023-09-08T19:24:30.190Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/ow2/asm/asm-tree/8.0.1/asm-tree-8.0.1.pom [2023-09-08T19:24:30.190Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/8.0.1/asm-tree-8.0.1.pom [2023-09-08T19:24:30.448Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/8.0.1/asm-tree-8.0.1.pom (3.1 kB at 285 kB/s) [2023-09-08T19:24:30.448Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/ow2/ow2/1.5/ow2-1.5.pom [2023-09-08T19:24:30.448Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/ow2/1.5/ow2-1.5.pom [2023-09-08T19:24:30.448Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/ow2/1.5/ow2-1.5.pom [2023-09-08T19:24:30.448Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/ow2/ow2/1.5/ow2-1.5.pom [2023-09-08T19:24:30.448Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/ow2/ow2/1.5/ow2-1.5.pom [2023-09-08T19:24:30.448Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/ow2/1.5/ow2-1.5.pom [2023-09-08T19:24:30.448Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/ow2/1.5/ow2-1.5.pom (11 kB at 1.1 MB/s) [2023-09-08T19:24:30.448Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/ow2/asm/asm/8.0.1/asm-8.0.1.pom [2023-09-08T19:24:30.448Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/8.0.1/asm-8.0.1.pom [2023-09-08T19:24:30.448Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm/8.0.1/asm-8.0.1.pom [2023-09-08T19:24:30.448Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/ow2/asm/asm/8.0.1/asm-8.0.1.pom [2023-09-08T19:24:30.448Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/ow2/asm/asm/8.0.1/asm-8.0.1.pom [2023-09-08T19:24:30.448Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/8.0.1/asm-8.0.1.pom [2023-09-08T19:24:30.448Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/8.0.1/asm-8.0.1.pom (2.9 kB at 268 kB/s) [2023-09-08T19:24:30.448Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/ow2/asm/asm-util/8.0.1/asm-util-8.0.1.pom [2023-09-08T19:24:30.448Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-util/8.0.1/asm-util-8.0.1.pom [2023-09-08T19:24:30.448Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm-util/8.0.1/asm-util-8.0.1.pom [2023-09-08T19:24:30.448Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/ow2/asm/asm-util/8.0.1/asm-util-8.0.1.pom [2023-09-08T19:24:30.448Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/ow2/asm/asm-util/8.0.1/asm-util-8.0.1.pom [2023-09-08T19:24:30.448Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-util/8.0.1/asm-util-8.0.1.pom [2023-09-08T19:24:30.448Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-util/8.0.1/asm-util-8.0.1.pom (3.7 kB at 141 kB/s) [2023-09-08T19:24:30.448Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/ow2/asm/asm-analysis/8.0.1/asm-analysis-8.0.1.pom [2023-09-08T19:24:30.448Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-analysis/8.0.1/asm-analysis-8.0.1.pom [2023-09-08T19:24:30.448Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm-analysis/8.0.1/asm-analysis-8.0.1.pom [2023-09-08T19:24:30.448Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/ow2/asm/asm-analysis/8.0.1/asm-analysis-8.0.1.pom [2023-09-08T19:24:30.449Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/ow2/asm/asm-analysis/8.0.1/asm-analysis-8.0.1.pom [2023-09-08T19:24:30.449Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-analysis/8.0.1/asm-analysis-8.0.1.pom [2023-09-08T19:24:30.449Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-analysis/8.0.1/asm-analysis-8.0.1.pom (3.2 kB at 198 kB/s) [2023-09-08T19:24:30.449Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/sisu-equinox-launching/2.0.0/sisu-equinox-launching-2.0.0.jar [2023-09-08T19:24:30.449Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-artifactcomparator/2.0.0/tycho-artifactcomparator-2.0.0.jar [2023-09-08T19:24:30.449Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar [2023-09-08T19:24:30.449Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/ow2/asm/asm/8.0.1/asm-8.0.1.jar [2023-09-08T19:24:30.449Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/ow2/asm/asm-tree/8.0.1/asm-tree-8.0.1.jar [2023-09-08T19:24:30.449Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/ow2/asm/asm-util/8.0.1/asm-util-8.0.1.jar [2023-09-08T19:24:30.449Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/ow2/asm/asm-analysis/8.0.1/asm-analysis-8.0.1.jar [2023-09-08T19:24:30.706Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/sisu-equinox-launching/2.0.0/sisu-equinox-launching-2.0.0.jar [2023-09-08T19:24:30.706Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-tree/8.0.1/asm-tree-8.0.1.jar [2023-09-08T19:24:30.707Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-artifactcomparator/2.0.0/tycho-artifactcomparator-2.0.0.jar [2023-09-08T19:24:30.707Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar [2023-09-08T19:24:30.707Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/8.0.1/asm-8.0.1.jar [2023-09-08T19:24:30.707Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-util/8.0.1/asm-util-8.0.1.jar [2023-09-08T19:24:30.707Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-analysis/8.0.1/asm-analysis-8.0.1.jar [2023-09-08T19:24:30.707Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/sisu-equinox-launching/2.0.0/sisu-equinox-launching-2.0.0.jar [2023-09-08T19:24:30.707Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-artifactcomparator/2.0.0/tycho-artifactcomparator-2.0.0.jar [2023-09-08T19:24:30.707Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar [2023-09-08T19:24:30.707Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm/8.0.1/asm-8.0.1.jar [2023-09-08T19:24:30.707Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm-tree/8.0.1/asm-tree-8.0.1.jar [2023-09-08T19:24:30.707Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm-util/8.0.1/asm-util-8.0.1.jar [2023-09-08T19:24:30.707Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm-analysis/8.0.1/asm-analysis-8.0.1.jar [2023-09-08T19:24:30.707Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/tycho/sisu-equinox-launching/2.0.0/sisu-equinox-launching-2.0.0.jar [2023-09-08T19:24:30.707Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/ow2/asm/asm-tree/8.0.1/asm-tree-8.0.1.jar [2023-09-08T19:24:30.707Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/tycho/tycho-artifactcomparator/2.0.0/tycho-artifactcomparator-2.0.0.jar [2023-09-08T19:24:30.707Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar [2023-09-08T19:24:30.707Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/ow2/asm/asm/8.0.1/asm-8.0.1.jar [2023-09-08T19:24:30.707Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/ow2/asm/asm-util/8.0.1/asm-util-8.0.1.jar [2023-09-08T19:24:30.707Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/ow2/asm/asm-analysis/8.0.1/asm-analysis-8.0.1.jar [2023-09-08T19:24:30.707Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/tycho/sisu-equinox-launching/2.0.0/sisu-equinox-launching-2.0.0.jar [2023-09-08T19:24:30.707Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/tycho/tycho-artifactcomparator/2.0.0/tycho-artifactcomparator-2.0.0.jar [2023-09-08T19:24:30.707Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar [2023-09-08T19:24:30.707Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/ow2/asm/asm/8.0.1/asm-8.0.1.jar [2023-09-08T19:24:30.707Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/ow2/asm/asm-tree/8.0.1/asm-tree-8.0.1.jar [2023-09-08T19:24:30.707Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/ow2/asm/asm-util/8.0.1/asm-util-8.0.1.jar [2023-09-08T19:24:30.707Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/ow2/asm/asm-analysis/8.0.1/asm-analysis-8.0.1.jar [2023-09-08T19:24:30.707Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/sisu-equinox-launching/2.0.0/sisu-equinox-launching-2.0.0.jar [2023-09-08T19:24:30.707Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-artifactcomparator/2.0.0/tycho-artifactcomparator-2.0.0.jar [2023-09-08T19:24:30.707Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar [2023-09-08T19:24:30.707Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/8.0.1/asm-8.0.1.jar [2023-09-08T19:24:30.707Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/8.0.1/asm-tree-8.0.1.jar [2023-09-08T19:24:30.707Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar (54 kB at 2.9 MB/s) [2023-09-08T19:24:30.707Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-util/8.0.1/asm-util-8.0.1.jar [2023-09-08T19:24:30.707Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/8.0.1/asm-8.0.1.jar (122 kB at 6.1 MB/s) [2023-09-08T19:24:30.707Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/8.0.1/asm-tree-8.0.1.jar (53 kB at 2.6 MB/s) [2023-09-08T19:24:30.707Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-analysis/8.0.1/asm-analysis-8.0.1.jar [2023-09-08T19:24:30.707Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-analysis/8.0.1/asm-analysis-8.0.1.jar (33 kB at 1.0 MB/s) [2023-09-08T19:24:30.707Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/sisu-equinox-launching/2.0.0/sisu-equinox-launching-2.0.0.jar (28 kB at 600 kB/s) [2023-09-08T19:24:30.707Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-util/8.0.1/asm-util-8.0.1.jar (85 kB at 1.8 MB/s) [2023-09-08T19:24:30.707Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-artifactcomparator/2.0.0/tycho-artifactcomparator-2.0.0.jar (20 kB at 249 kB/s) [2023-09-08T19:24:30.964Z] [INFO] [2023-09-08T19:24:30.964Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ orbit-recipes --- [2023-09-08T19:24:30.964Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom [2023-09-08T19:24:30.964Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom [2023-09-08T19:24:30.964Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom [2023-09-08T19:24:30.964Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom [2023-09-08T19:24:30.964Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom [2023-09-08T19:24:30.964Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom [2023-09-08T19:24:30.964Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom (2.6 kB at 188 kB/s) [2023-09-08T19:24:30.964Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom [2023-09-08T19:24:30.964Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom [2023-09-08T19:24:30.964Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom [2023-09-08T19:24:30.964Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom [2023-09-08T19:24:30.964Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom [2023-09-08T19:24:30.964Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom [2023-09-08T19:24:30.964Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom (2.0 kB at 182 kB/s) [2023-09-08T19:24:30.964Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom [2023-09-08T19:24:30.964Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom [2023-09-08T19:24:30.964Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom [2023-09-08T19:24:31.220Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom [2023-09-08T19:24:31.220Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom [2023-09-08T19:24:31.220Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom [2023-09-08T19:24:31.220Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom (3.0 kB at 234 kB/s) [2023-09-08T19:24:31.220Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom [2023-09-08T19:24:31.220Z] [INFO] Downloading from 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 [2023-09-08T19:24:31.220Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom [2023-09-08T19:24:31.220Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom [2023-09-08T19:24:31.220Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom [2023-09-08T19:24:31.220Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom [2023-09-08T19:24:31.220Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/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 395 kB/s) [2023-09-08T19:24:31.220Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom [2023-09-08T19:24:31.220Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom [2023-09-08T19:24:31.221Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom [2023-09-08T19:24:31.221Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom [2023-09-08T19:24:31.221Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom [2023-09-08T19:24:31.221Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom [2023-09-08T19:24:31.221Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (492 B at 38 kB/s) [2023-09-08T19:24:31.221Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom [2023-09-08T19:24:31.221Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom [2023-09-08T19:24:31.221Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom [2023-09-08T19:24:31.221Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom [2023-09-08T19:24:31.221Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom [2023-09-08T19:24:31.221Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom [2023-09-08T19:24:31.221Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (5.7 kB at 410 kB/s) [2023-09-08T19:24:31.221Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/junit/junit/3.8.1/junit-3.8.1.pom [2023-09-08T19:24:31.477Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/3.8.1/junit-3.8.1.pom [2023-09-08T19:24:31.477Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/junit/junit/3.8.1/junit-3.8.1.pom [2023-09-08T19:24:31.477Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/junit/junit/3.8.1/junit-3.8.1.pom [2023-09-08T19:24:31.477Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/junit/junit/3.8.1/junit-3.8.1.pom [2023-09-08T19:24:31.477Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.pom [2023-09-08T19:24:31.477Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.pom (998 B at 100 kB/s) [2023-09-08T19:24:31.477Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom [2023-09-08T19:24:31.477Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom [2023-09-08T19:24:31.477Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom [2023-09-08T19:24:31.477Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom [2023-09-08T19:24:31.477Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom [2023-09-08T19:24:31.477Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom [2023-09-08T19:24:31.477Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (6.9 kB at 623 kB/s) [2023-09-08T19:24:31.477Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom [2023-09-08T19:24:31.477Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom [2023-09-08T19:24:31.477Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom [2023-09-08T19:24:31.477Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom [2023-09-08T19:24:31.477Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom [2023-09-08T19:24:31.477Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom [2023-09-08T19:24:31.477Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom (3.1 kB at 284 kB/s) [2023-09-08T19:24:31.477Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom [2023-09-08T19:24:31.477Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom [2023-09-08T19:24:31.477Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom [2023-09-08T19:24:31.477Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom [2023-09-08T19:24:31.477Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom [2023-09-08T19:24:31.477Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom [2023-09-08T19:24:31.477Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom (2.0 kB at 152 kB/s) [2023-09-08T19:24:31.477Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom [2023-09-08T19:24:31.477Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom [2023-09-08T19:24:31.477Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom [2023-09-08T19:24:31.477Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom [2023-09-08T19:24:31.477Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom [2023-09-08T19:24:31.733Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom [2023-09-08T19:24:31.733Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom (2.6 kB at 238 kB/s) [2023-09-08T19:24:31.733Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom [2023-09-08T19:24:31.733Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom [2023-09-08T19:24:31.733Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom [2023-09-08T19:24:31.734Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom [2023-09-08T19:24:31.734Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom [2023-09-08T19:24:31.734Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom [2023-09-08T19:24:31.734Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom (1.9 kB at 185 kB/s) [2023-09-08T19:24:31.734Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom [2023-09-08T19:24:31.734Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom [2023-09-08T19:24:31.734Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom [2023-09-08T19:24:31.734Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom [2023-09-08T19:24:31.734Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom [2023-09-08T19:24:31.734Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom [2023-09-08T19:24:31.734Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom (1.6 kB at 158 kB/s) [2023-09-08T19:24:31.734Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom [2023-09-08T19:24:31.734Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom [2023-09-08T19:24:31.734Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom [2023-09-08T19:24:31.734Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom [2023-09-08T19:24:31.734Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom [2023-09-08T19:24:31.734Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom [2023-09-08T19:24:31.734Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom (1.9 kB at 177 kB/s) [2023-09-08T19:24:31.734Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.pom [2023-09-08T19:24:31.734Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.pom [2023-09-08T19:24:31.734Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.pom [2023-09-08T19:24:31.734Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.pom [2023-09-08T19:24:31.734Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.pom [2023-09-08T19:24:31.734Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.pom [2023-09-08T19:24:31.734Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.pom (2.5 kB at 157 kB/s) [2023-09-08T19:24:31.734Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom [2023-09-08T19:24:31.734Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom [2023-09-08T19:24:31.734Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom [2023-09-08T19:24:31.991Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom [2023-09-08T19:24:31.991Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom [2023-09-08T19:24:31.991Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom [2023-09-08T19:24:31.991Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom (19 kB at 1.3 MB/s) [2023-09-08T19:24:31.991Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom [2023-09-08T19:24:31.991Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom [2023-09-08T19:24:31.991Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom [2023-09-08T19:24:31.991Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom [2023-09-08T19:24:31.991Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom [2023-09-08T19:24:31.991Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom [2023-09-08T19:24:31.991Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom (1.1 kB at 96 kB/s) [2023-09-08T19:24:31.991Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom [2023-09-08T19:24:31.991Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom [2023-09-08T19:24:31.991Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom [2023-09-08T19:24:31.991Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom [2023-09-08T19:24:31.991Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom [2023-09-08T19:24:31.991Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom [2023-09-08T19:24:31.991Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom (5.0 kB at 383 kB/s) [2023-09-08T19:24:31.991Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom [2023-09-08T19:24:31.991Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom [2023-09-08T19:24:31.991Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom [2023-09-08T19:24:31.991Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom [2023-09-08T19:24:31.991Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom [2023-09-08T19:24:31.991Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom [2023-09-08T19:24:31.991Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom (7.3 kB at 605 kB/s) [2023-09-08T19:24:31.991Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar [2023-09-08T19:24:31.991Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar [2023-09-08T19:24:31.991Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar [2023-09-08T19:24:31.991Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar [2023-09-08T19:24:31.991Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar [2023-09-08T19:24:31.991Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/junit/junit/3.8.1/junit-3.8.1.jar [2023-09-08T19:24:31.991Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar [2023-09-08T19:24:31.991Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar [2023-09-08T19:24:31.991Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar [2023-09-08T19:24:31.991Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar [2023-09-08T19:24:31.991Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar [2023-09-08T19:24:31.991Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar [2023-09-08T19:24:31.991Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar [2023-09-08T19:24:32.247Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar [2023-09-08T19:24:32.248Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar [2023-09-08T19:24:32.248Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar [2023-09-08T19:24:32.248Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar [2023-09-08T19:24:32.248Z] [INFO] Downloading from 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 [2023-09-08T19:24:32.248Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/3.8.1/junit-3.8.1.jar [2023-09-08T19:24:32.248Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar [2023-09-08T19:24:32.248Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar [2023-09-08T19:24:32.248Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar [2023-09-08T19:24:32.248Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar [2023-09-08T19:24:32.248Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar [2023-09-08T19:24:32.248Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar [2023-09-08T19:24:32.248Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar [2023-09-08T19:24:32.248Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar [2023-09-08T19:24:32.248Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar [2023-09-08T19:24:32.248Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar [2023-09-08T19:24:32.248Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar [2023-09-08T19:24:32.248Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar [2023-09-08T19:24:32.248Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/junit/junit/3.8.1/junit-3.8.1.jar [2023-09-08T19:24:32.248Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar [2023-09-08T19:24:32.248Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar [2023-09-08T19:24:32.248Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar [2023-09-08T19:24:32.248Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar [2023-09-08T19:24:32.248Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar [2023-09-08T19:24:32.248Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar [2023-09-08T19:24:32.248Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar [2023-09-08T19:24:32.248Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar [2023-09-08T19:24:32.248Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar [2023-09-08T19:24:32.248Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar [2023-09-08T19:24:32.248Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar [2023-09-08T19:24:32.248Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar [2023-09-08T19:24:32.248Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/junit/junit/3.8.1/junit-3.8.1.jar [2023-09-08T19:24:32.248Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar [2023-09-08T19:24:32.248Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar [2023-09-08T19:24:32.248Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar [2023-09-08T19:24:32.248Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar [2023-09-08T19:24:32.248Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar [2023-09-08T19:24:32.248Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar [2023-09-08T19:24:32.248Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar [2023-09-08T19:24:32.248Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar [2023-09-08T19:24:32.248Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar [2023-09-08T19:24:32.248Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar [2023-09-08T19:24:32.248Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar [2023-09-08T19:24:32.248Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar [2023-09-08T19:24:32.248Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/junit/junit/3.8.1/junit-3.8.1.jar [2023-09-08T19:24:32.248Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar [2023-09-08T19:24:32.248Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar [2023-09-08T19:24:32.248Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar [2023-09-08T19:24:32.248Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar [2023-09-08T19:24:32.248Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar [2023-09-08T19:24:32.248Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar [2023-09-08T19:24:32.248Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar [2023-09-08T19:24:32.248Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar [2023-09-08T19:24:32.248Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar [2023-09-08T19:24:32.248Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar [2023-09-08T19:24:32.248Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar [2023-09-08T19:24:32.249Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar [2023-09-08T19:24:32.249Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar (116 kB at 11 MB/s) [2023-09-08T19:24:32.249Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar [2023-09-08T19:24:32.249Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar (29 kB at 2.6 MB/s) [2023-09-08T19:24:32.249Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar (49 kB at 4.1 MB/s) [2023-09-08T19:24:32.249Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar (35 kB at 2.9 MB/s) [2023-09-08T19:24:32.249Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar [2023-09-08T19:24:32.249Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar [2023-09-08T19:24:32.249Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar [2023-09-08T19:24:32.249Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar (194 kB at 12 MB/s) [2023-09-08T19:24:32.249Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar [2023-09-08T19:24:32.249Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar (121 kB at 5.3 MB/s) [2023-09-08T19:24:32.249Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar [2023-09-08T19:24:32.249Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (38 kB at 1.6 MB/s) [2023-09-08T19:24:32.249Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar (57 kB at 2.5 MB/s) [2023-09-08T19:24:32.249Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar (86 kB at 3.6 MB/s) [2023-09-08T19:24:32.249Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar [2023-09-08T19:24:32.249Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar [2023-09-08T19:24:32.249Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar (24 kB at 906 kB/s) [2023-09-08T19:24:32.249Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar (87 kB at 2.6 MB/s) [2023-09-08T19:24:32.249Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar (12 kB at 349 kB/s) [2023-09-08T19:24:32.249Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar (230 kB at 5.9 MB/s) [2023-09-08T19:24:32.249Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/orbit-recipes/1.0.0-SNAPSHOT/orbit-recipes-1.0.0-SNAPSHOT.pom [2023-09-08T19:24:32.249Z] [INFO] [2023-09-08T19:24:32.249Z] [INFO] ------------------< org.eclipse.orbit.bundles:antlr >------------------- [2023-09-08T19:24:32.249Z] [INFO] Building Eclipse Orbit :: ANTLR Recipes 1.0.0-SNAPSHOT [2/375] [2023-09-08T19:24:32.249Z] [INFO] --------------------------------[ pom ]--------------------------------- [2023-09-08T19:24:32.249Z] [INFO] [2023-09-08T19:24:32.249Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ antlr --- [2023-09-08T19:24:32.249Z] [INFO] [2023-09-08T19:24:32.249Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ antlr --- [2023-09-08T19:24:32.249Z] [INFO] [2023-09-08T19:24:32.249Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ antlr --- [2023-09-08T19:24:32.249Z] [INFO] [2023-09-08T19:24:32.249Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ antlr --- [2023-09-08T19:24:32.249Z] [INFO] [2023-09-08T19:24:32.249Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ antlr --- [2023-09-08T19:24:32.249Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/antlr/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/antlr/1.0.0-SNAPSHOT/antlr-1.0.0-SNAPSHOT.pom [2023-09-08T19:24:32.249Z] [INFO] [2023-09-08T19:24:32.249Z] [INFO] ------------< org.eclipse.orbit.bundles:org.antlr.runtime >------------- [2023-09-08T19:24:32.249Z] [INFO] Building ANTLR 3 Runtime 3.2.0-SNAPSHOT [3/375] [2023-09-08T19:24:32.249Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:24:32.249Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-install-plugin/maven-metadata.xml [2023-09-08T19:24:32.249Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-install-plugin/maven-metadata.xml [2023-09-08T19:24:32.249Z] [INFO] Downloading from ebr-snapshots: https://repo.eclipse.org/content/repositories/ebr-snapshots/org/apache/maven/plugins/maven-install-plugin/maven-metadata.xml [2023-09-08T19:24:32.249Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/plugins/maven-install-plugin/maven-metadata.xml [2023-09-08T19:24:32.249Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/plugins/maven-install-plugin/maven-metadata.xml [2023-09-08T19:24:32.249Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/plugins/maven-install-plugin/maven-metadata.xml [2023-09-08T19:24:32.249Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/maven-metadata.xml [2023-09-08T19:24:32.506Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/maven-metadata.xml (781 B at 65 kB/s) [2023-09-08T19:24:32.506Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.pom [2023-09-08T19:24:32.506Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.pom [2023-09-08T19:24:32.506Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.pom [2023-09-08T19:24:32.506Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.pom [2023-09-08T19:24:32.506Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.pom [2023-09-08T19:24:32.506Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.pom [2023-09-08T19:24:32.506Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.pom (7.8 kB at 781 kB/s) [2023-09-08T19:24:32.506Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/plugins/maven-plugins/39/maven-plugins-39.pom [2023-09-08T19:24:32.506Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/39/maven-plugins-39.pom [2023-09-08T19:24:32.506Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-plugins/39/maven-plugins-39.pom [2023-09-08T19:24:32.506Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/plugins/maven-plugins/39/maven-plugins-39.pom [2023-09-08T19:24:32.506Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/plugins/maven-plugins/39/maven-plugins-39.pom [2023-09-08T19:24:32.506Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/39/maven-plugins-39.pom [2023-09-08T19:24:32.506Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/39/maven-plugins-39.pom (8.1 kB at 809 kB/s) [2023-09-08T19:24:32.506Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-parent/39/maven-parent-39.pom [2023-09-08T19:24:32.506Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/39/maven-parent-39.pom [2023-09-08T19:24:32.506Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/39/maven-parent-39.pom [2023-09-08T19:24:32.506Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-parent/39/maven-parent-39.pom [2023-09-08T19:24:32.506Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-parent/39/maven-parent-39.pom [2023-09-08T19:24:32.506Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/39/maven-parent-39.pom [2023-09-08T19:24:32.506Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/39/maven-parent-39.pom (48 kB at 4.4 MB/s) [2023-09-08T19:24:32.506Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/apache/29/apache-29.pom [2023-09-08T19:24:32.506Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/29/apache-29.pom [2023-09-08T19:24:32.506Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/29/apache-29.pom [2023-09-08T19:24:32.506Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/apache/29/apache-29.pom [2023-09-08T19:24:32.506Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/apache/29/apache-29.pom [2023-09-08T19:24:32.506Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/29/apache-29.pom [2023-09-08T19:24:32.506Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/29/apache-29.pom (21 kB at 2.1 MB/s) [2023-09-08T19:24:32.506Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.jar [2023-09-08T19:24:32.506Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.jar [2023-09-08T19:24:32.506Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.jar [2023-09-08T19:24:32.506Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.jar [2023-09-08T19:24:32.763Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.jar [2023-09-08T19:24:32.763Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.jar [2023-09-08T19:24:32.763Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.jar (31 kB at 3.1 MB/s) [2023-09-08T19:24:32.763Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/plugins/maven-deploy-plugin/maven-metadata.xml [2023-09-08T19:24:32.763Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-deploy-plugin/maven-metadata.xml [2023-09-08T19:24:32.763Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-deploy-plugin/maven-metadata.xml [2023-09-08T19:24:32.763Z] [INFO] Downloading from ebr-snapshots: https://repo.eclipse.org/content/repositories/ebr-snapshots/org/apache/maven/plugins/maven-deploy-plugin/maven-metadata.xml [2023-09-08T19:24:32.763Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/plugins/maven-deploy-plugin/maven-metadata.xml [2023-09-08T19:24:32.763Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/plugins/maven-deploy-plugin/maven-metadata.xml [2023-09-08T19:24:32.763Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/maven-metadata.xml [2023-09-08T19:24:32.763Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/maven-metadata.xml (870 B at 79 kB/s) [2023-09-08T19:24:32.763Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/plugins/maven-deploy-plugin/3.1.1/maven-deploy-plugin-3.1.1.pom [2023-09-08T19:24:32.763Z] [INFO] Downloading from 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 [2023-09-08T19:24:32.763Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-deploy-plugin/3.1.1/maven-deploy-plugin-3.1.1.pom [2023-09-08T19:24:32.763Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/plugins/maven-deploy-plugin/3.1.1/maven-deploy-plugin-3.1.1.pom [2023-09-08T19:24:32.763Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/plugins/maven-deploy-plugin/3.1.1/maven-deploy-plugin-3.1.1.pom [2023-09-08T19:24:32.763Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/3.1.1/maven-deploy-plugin-3.1.1.pom [2023-09-08T19:24:32.763Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/3.1.1/maven-deploy-plugin-3.1.1.pom (8.9 kB at 805 kB/s) [2023-09-08T19:24:32.763Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/plugins/maven-deploy-plugin/3.1.1/maven-deploy-plugin-3.1.1.jar [2023-09-08T19:24:32.763Z] [INFO] Downloading from 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 [2023-09-08T19:24:32.763Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-deploy-plugin/3.1.1/maven-deploy-plugin-3.1.1.jar [2023-09-08T19:24:32.763Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/plugins/maven-deploy-plugin/3.1.1/maven-deploy-plugin-3.1.1.jar [2023-09-08T19:24:32.763Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/plugins/maven-deploy-plugin/3.1.1/maven-deploy-plugin-3.1.1.jar [2023-09-08T19:24:32.763Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/3.1.1/maven-deploy-plugin-3.1.1.jar [2023-09-08T19:24:32.763Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/3.1.1/maven-deploy-plugin-3.1.1.jar (39 kB at 3.6 MB/s) [2023-09-08T19:24:32.763Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-packaging-plugin/2.0.0/tycho-packaging-plugin-2.0.0.pom [2023-09-08T19:24:32.763Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-packaging-plugin/2.0.0/tycho-packaging-plugin-2.0.0.pom [2023-09-08T19:24:32.763Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-packaging-plugin/2.0.0/tycho-packaging-plugin-2.0.0.pom [2023-09-08T19:24:32.763Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/tycho/tycho-packaging-plugin/2.0.0/tycho-packaging-plugin-2.0.0.pom [2023-09-08T19:24:32.763Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/tycho/tycho-packaging-plugin/2.0.0/tycho-packaging-plugin-2.0.0.pom [2023-09-08T19:24:32.763Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-packaging-plugin/2.0.0/tycho-packaging-plugin-2.0.0.pom [2023-09-08T19:24:33.021Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-packaging-plugin/2.0.0/tycho-packaging-plugin-2.0.0.pom (2.5 kB at 55 kB/s) [2023-09-08T19:24:33.021Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-packaging-plugin/2.0.0/tycho-packaging-plugin-2.0.0.jar [2023-09-08T19:24:33.021Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-packaging-plugin/2.0.0/tycho-packaging-plugin-2.0.0.jar [2023-09-08T19:24:33.021Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-packaging-plugin/2.0.0/tycho-packaging-plugin-2.0.0.jar [2023-09-08T19:24:33.021Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/tycho/tycho-packaging-plugin/2.0.0/tycho-packaging-plugin-2.0.0.jar [2023-09-08T19:24:33.021Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/tycho/tycho-packaging-plugin/2.0.0/tycho-packaging-plugin-2.0.0.jar [2023-09-08T19:24:33.022Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-packaging-plugin/2.0.0/tycho-packaging-plugin-2.0.0.jar [2023-09-08T19:24:33.022Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-packaging-plugin/2.0.0/tycho-packaging-plugin-2.0.0.jar (132 kB at 4.6 MB/s) [2023-09-08T19:24:33.022Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/plugins/maven-resources-plugin/3.3.0/maven-resources-plugin-3.3.0.pom [2023-09-08T19:24:33.022Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-resources-plugin/3.3.0/maven-resources-plugin-3.3.0.pom [2023-09-08T19:24:33.022Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-resources-plugin/3.3.0/maven-resources-plugin-3.3.0.pom [2023-09-08T19:24:33.022Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/plugins/maven-resources-plugin/3.3.0/maven-resources-plugin-3.3.0.pom [2023-09-08T19:24:33.022Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/plugins/maven-resources-plugin/3.3.0/maven-resources-plugin-3.3.0.pom [2023-09-08T19:24:33.022Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/3.3.0/maven-resources-plugin-3.3.0.pom [2023-09-08T19:24:33.022Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/3.3.0/maven-resources-plugin-3.3.0.pom (8.5 kB at 850 kB/s) [2023-09-08T19:24:33.022Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/plugins/maven-plugins/36/maven-plugins-36.pom [2023-09-08T19:24:33.022Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/36/maven-plugins-36.pom [2023-09-08T19:24:33.022Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-plugins/36/maven-plugins-36.pom [2023-09-08T19:24:33.022Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/plugins/maven-plugins/36/maven-plugins-36.pom [2023-09-08T19:24:33.022Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/plugins/maven-plugins/36/maven-plugins-36.pom [2023-09-08T19:24:33.022Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/36/maven-plugins-36.pom [2023-09-08T19:24:33.022Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/36/maven-plugins-36.pom (9.9 kB at 900 kB/s) [2023-09-08T19:24:33.022Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-parent/36/maven-parent-36.pom [2023-09-08T19:24:33.279Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/36/maven-parent-36.pom [2023-09-08T19:24:33.279Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/36/maven-parent-36.pom [2023-09-08T19:24:33.279Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-parent/36/maven-parent-36.pom [2023-09-08T19:24:33.279Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-parent/36/maven-parent-36.pom [2023-09-08T19:24:33.279Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/36/maven-parent-36.pom [2023-09-08T19:24:33.279Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/36/maven-parent-36.pom (45 kB at 4.1 MB/s) [2023-09-08T19:24:33.279Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/apache/26/apache-26.pom [2023-09-08T19:24:33.279Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/26/apache-26.pom [2023-09-08T19:24:33.279Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/26/apache-26.pom [2023-09-08T19:24:33.279Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/apache/26/apache-26.pom [2023-09-08T19:24:33.279Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/apache/26/apache-26.pom [2023-09-08T19:24:33.279Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/26/apache-26.pom [2023-09-08T19:24:33.279Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/26/apache-26.pom (21 kB at 1.5 MB/s) [2023-09-08T19:24:33.279Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/plugins/maven-resources-plugin/3.3.0/maven-resources-plugin-3.3.0.jar [2023-09-08T19:24:33.279Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-resources-plugin/3.3.0/maven-resources-plugin-3.3.0.jar [2023-09-08T19:24:33.280Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-resources-plugin/3.3.0/maven-resources-plugin-3.3.0.jar [2023-09-08T19:24:33.280Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/plugins/maven-resources-plugin/3.3.0/maven-resources-plugin-3.3.0.jar [2023-09-08T19:24:33.280Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/plugins/maven-resources-plugin/3.3.0/maven-resources-plugin-3.3.0.jar [2023-09-08T19:24:33.280Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/3.3.0/maven-resources-plugin-3.3.0.jar [2023-09-08T19:24:33.280Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/3.3.0/maven-resources-plugin-3.3.0.jar (32 kB at 2.6 MB/s) [2023-09-08T19:24:33.280Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/plugins/maven-compiler-plugin/3.10.1/maven-compiler-plugin-3.10.1.pom [2023-09-08T19:24:33.280Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-compiler-plugin/3.10.1/maven-compiler-plugin-3.10.1.pom [2023-09-08T19:24:33.280Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-compiler-plugin/3.10.1/maven-compiler-plugin-3.10.1.pom [2023-09-08T19:24:33.280Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/plugins/maven-compiler-plugin/3.10.1/maven-compiler-plugin-3.10.1.pom [2023-09-08T19:24:33.280Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/plugins/maven-compiler-plugin/3.10.1/maven-compiler-plugin-3.10.1.pom [2023-09-08T19:24:33.280Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.10.1/maven-compiler-plugin-3.10.1.pom [2023-09-08T19:24:33.280Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.10.1/maven-compiler-plugin-3.10.1.pom (13 kB at 742 kB/s) [2023-09-08T19:24:33.280Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom [2023-09-08T19:24:33.280Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom [2023-09-08T19:24:33.280Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom [2023-09-08T19:24:33.536Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom [2023-09-08T19:24:33.536Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom [2023-09-08T19:24:33.536Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom [2023-09-08T19:24:33.536Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom (11 kB at 1.1 MB/s) [2023-09-08T19:24:33.537Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/plugins/maven-compiler-plugin/3.10.1/maven-compiler-plugin-3.10.1.jar [2023-09-08T19:24:33.537Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-compiler-plugin/3.10.1/maven-compiler-plugin-3.10.1.jar [2023-09-08T19:24:33.537Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-compiler-plugin/3.10.1/maven-compiler-plugin-3.10.1.jar [2023-09-08T19:24:33.537Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/plugins/maven-compiler-plugin/3.10.1/maven-compiler-plugin-3.10.1.jar [2023-09-08T19:24:33.537Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/plugins/maven-compiler-plugin/3.10.1/maven-compiler-plugin-3.10.1.jar [2023-09-08T19:24:33.537Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.10.1/maven-compiler-plugin-3.10.1.jar [2023-09-08T19:24:33.537Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.10.1/maven-compiler-plugin-3.10.1.jar (62 kB at 3.6 MB/s) [2023-09-08T19:24:33.537Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/antlr/antlr-runtime/3.2/antlr-runtime-3.2.pom [2023-09-08T19:24:33.537Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/antlr/antlr-runtime/3.2/antlr-runtime-3.2.pom [2023-09-08T19:24:33.537Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/antlr/antlr-runtime/3.2/antlr-runtime-3.2.pom (4.0 kB at 337 kB/s) [2023-09-08T19:24:33.537Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/antlr/antlr-master/3.2/antlr-master-3.2.pom [2023-09-08T19:24:33.537Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/antlr/antlr-master/3.2/antlr-master-3.2.pom [2023-09-08T19:24:33.537Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/antlr/antlr-master/3.2/antlr-master-3.2.pom (8.6 kB at 713 kB/s) [2023-09-08T19:24:33.537Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/antlr/stringtemplate/3.2/stringtemplate-3.2.pom [2023-09-08T19:24:33.537Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/antlr/stringtemplate/3.2/stringtemplate-3.2.pom [2023-09-08T19:24:33.537Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/antlr/stringtemplate/3.2/stringtemplate-3.2.pom (2.0 kB at 169 kB/s) [2023-09-08T19:24:33.537Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/antlr/antlr/2.7.7/antlr-2.7.7.pom [2023-09-08T19:24:33.537Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/antlr/antlr/2.7.7/antlr-2.7.7.pom [2023-09-08T19:24:33.537Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/antlr/antlr/2.7.7/antlr-2.7.7.pom (632 B at 57 kB/s) [2023-09-08T19:24:33.537Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/antlr/antlr-runtime/3.2/antlr-runtime-3.2.jar [2023-09-08T19:24:33.537Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/antlr/antlr/2.7.7/antlr-2.7.7.jar [2023-09-08T19:24:33.537Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/antlr/stringtemplate/3.2/stringtemplate-3.2.jar [2023-09-08T19:24:33.793Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/antlr/antlr-runtime/3.2/antlr-runtime-3.2.jar [2023-09-08T19:24:33.793Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/antlr/antlr/2.7.7/antlr-2.7.7.jar [2023-09-08T19:24:33.793Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/antlr/stringtemplate/3.2/stringtemplate-3.2.jar [2023-09-08T19:24:33.793Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/antlr/antlr/2.7.7/antlr-2.7.7.jar (445 kB at 32 MB/s) [2023-09-08T19:24:33.793Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/antlr/antlr-runtime/3.2/antlr-runtime-3.2.jar (152 kB at 9.5 MB/s) [2023-09-08T19:24:33.793Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/antlr/stringtemplate/3.2/stringtemplate-3.2.jar (172 kB at 9.6 MB/s) [2023-09-08T19:24:33.793Z] [INFO] [2023-09-08T19:24:33.793Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.antlr.runtime --- [2023-09-08T19:24:33.793Z] [INFO] [2023-09-08T19:24:33.793Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.antlr.runtime --- [2023-09-08T19:24:33.793Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/extras/tycho-sourceref-jgit/2.0.0/tycho-sourceref-jgit-2.0.0.pom [2023-09-08T19:24:33.793Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-sourceref-jgit/2.0.0/tycho-sourceref-jgit-2.0.0.pom [2023-09-08T19:24:33.793Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/extras/tycho-sourceref-jgit/2.0.0/tycho-sourceref-jgit-2.0.0.pom [2023-09-08T19:24:33.794Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/tycho/extras/tycho-sourceref-jgit/2.0.0/tycho-sourceref-jgit-2.0.0.pom [2023-09-08T19:24:33.794Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/tycho/extras/tycho-sourceref-jgit/2.0.0/tycho-sourceref-jgit-2.0.0.pom [2023-09-08T19:24:33.794Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/extras/tycho-sourceref-jgit/2.0.0/tycho-sourceref-jgit-2.0.0.pom [2023-09-08T19:24:33.794Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/extras/tycho-sourceref-jgit/2.0.0/tycho-sourceref-jgit-2.0.0.pom (1.5 kB at 35 kB/s) [2023-09-08T19:24:33.794Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/extras/tycho-extras/2.0.0/tycho-extras-2.0.0.pom [2023-09-08T19:24:33.794Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-extras/2.0.0/tycho-extras-2.0.0.pom [2023-09-08T19:24:33.794Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/extras/tycho-extras/2.0.0/tycho-extras-2.0.0.pom [2023-09-08T19:24:33.794Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/tycho/extras/tycho-extras/2.0.0/tycho-extras-2.0.0.pom [2023-09-08T19:24:33.794Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/tycho/extras/tycho-extras/2.0.0/tycho-extras-2.0.0.pom [2023-09-08T19:24:33.794Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/extras/tycho-extras/2.0.0/tycho-extras-2.0.0.pom [2023-09-08T19:24:33.794Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/extras/tycho-extras/2.0.0/tycho-extras-2.0.0.pom (6.2 kB at 230 kB/s) [2023-09-08T19:24:33.794Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/jgit/org.eclipse.jgit/5.8.0.202006091008-r/org.eclipse.jgit-5.8.0.202006091008-r.pom [2023-09-08T19:24:33.794Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jgit/org.eclipse.jgit/5.8.0.202006091008-r/org.eclipse.jgit-5.8.0.202006091008-r.pom [2023-09-08T19:24:33.794Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/jgit/org.eclipse.jgit/5.8.0.202006091008-r/org.eclipse.jgit-5.8.0.202006091008-r.pom [2023-09-08T19:24:33.794Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/jgit/org.eclipse.jgit/5.8.0.202006091008-r/org.eclipse.jgit-5.8.0.202006091008-r.pom [2023-09-08T19:24:33.794Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/jgit/org.eclipse.jgit/5.8.0.202006091008-r/org.eclipse.jgit-5.8.0.202006091008-r.pom [2023-09-08T19:24:34.050Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jgit/org.eclipse.jgit/5.8.0.202006091008-r/org.eclipse.jgit-5.8.0.202006091008-r.pom [2023-09-08T19:24:34.050Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jgit/org.eclipse.jgit/5.8.0.202006091008-r/org.eclipse.jgit-5.8.0.202006091008-r.pom (7.6 kB at 280 kB/s) [2023-09-08T19:24:34.050Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/jgit/org.eclipse.jgit-parent/5.8.0.202006091008-r/org.eclipse.jgit-parent-5.8.0.202006091008-r.pom [2023-09-08T19:24:34.050Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jgit/org.eclipse.jgit-parent/5.8.0.202006091008-r/org.eclipse.jgit-parent-5.8.0.202006091008-r.pom [2023-09-08T19:24:34.050Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/jgit/org.eclipse.jgit-parent/5.8.0.202006091008-r/org.eclipse.jgit-parent-5.8.0.202006091008-r.pom [2023-09-08T19:24:34.050Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/jgit/org.eclipse.jgit-parent/5.8.0.202006091008-r/org.eclipse.jgit-parent-5.8.0.202006091008-r.pom [2023-09-08T19:24:34.050Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/jgit/org.eclipse.jgit-parent/5.8.0.202006091008-r/org.eclipse.jgit-parent-5.8.0.202006091008-r.pom [2023-09-08T19:24:34.050Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jgit/org.eclipse.jgit-parent/5.8.0.202006091008-r/org.eclipse.jgit-parent-5.8.0.202006091008-r.pom [2023-09-08T19:24:34.050Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jgit/org.eclipse.jgit-parent/5.8.0.202006091008-r/org.eclipse.jgit-parent-5.8.0.202006091008-r.pom (35 kB at 1.2 MB/s) [2023-09-08T19:24:34.050Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/googlecode/javaewah/JavaEWAH/1.1.7/JavaEWAH-1.1.7.pom [2023-09-08T19:24:34.050Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/googlecode/javaewah/JavaEWAH/1.1.7/JavaEWAH-1.1.7.pom [2023-09-08T19:24:34.050Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/googlecode/javaewah/JavaEWAH/1.1.7/JavaEWAH-1.1.7.pom [2023-09-08T19:24:34.050Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/com/googlecode/javaewah/JavaEWAH/1.1.7/JavaEWAH-1.1.7.pom [2023-09-08T19:24:34.050Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/com/googlecode/javaewah/JavaEWAH/1.1.7/JavaEWAH-1.1.7.pom [2023-09-08T19:24:34.050Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/googlecode/javaewah/JavaEWAH/1.1.7/JavaEWAH-1.1.7.pom [2023-09-08T19:24:34.050Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/googlecode/javaewah/JavaEWAH/1.1.7/JavaEWAH-1.1.7.pom (4.9 kB at 408 kB/s) [2023-09-08T19:24:34.050Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/oss/oss-parent/5/oss-parent-5.pom [2023-09-08T19:24:34.050Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/oss/oss-parent/5/oss-parent-5.pom [2023-09-08T19:24:34.050Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/oss/oss-parent/5/oss-parent-5.pom [2023-09-08T19:24:34.050Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/sonatype/oss/oss-parent/5/oss-parent-5.pom [2023-09-08T19:24:34.050Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/oss/oss-parent/5/oss-parent-5.pom [2023-09-08T19:24:34.050Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/5/oss-parent-5.pom [2023-09-08T19:24:34.050Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/5/oss-parent-5.pom (4.1 kB at 408 kB/s) [2023-09-08T19:24:34.050Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom [2023-09-08T19:24:34.050Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom [2023-09-08T19:24:34.050Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom [2023-09-08T19:24:34.050Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom [2023-09-08T19:24:34.050Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom [2023-09-08T19:24:34.308Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom [2023-09-08T19:24:34.308Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom (2.7 kB at 269 kB/s) [2023-09-08T19:24:34.308Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom [2023-09-08T19:24:34.308Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom [2023-09-08T19:24:34.308Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom [2023-09-08T19:24:34.308Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom [2023-09-08T19:24:34.308Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom [2023-09-08T19:24:34.308Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom [2023-09-08T19:24:34.308Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom (12 kB at 1.2 MB/s) [2023-09-08T19:24:34.308Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/2.0.0/tycho-buildtimestamp-jgit-2.0.0.pom [2023-09-08T19:24:34.308Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/2.0.0/tycho-buildtimestamp-jgit-2.0.0.pom [2023-09-08T19:24:34.308Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/2.0.0/tycho-buildtimestamp-jgit-2.0.0.pom [2023-09-08T19:24:34.308Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/2.0.0/tycho-buildtimestamp-jgit-2.0.0.pom [2023-09-08T19:24:34.308Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/2.0.0/tycho-buildtimestamp-jgit-2.0.0.pom [2023-09-08T19:24:34.308Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/2.0.0/tycho-buildtimestamp-jgit-2.0.0.pom [2023-09-08T19:24:34.308Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/2.0.0/tycho-buildtimestamp-jgit-2.0.0.pom (1.9 kB at 42 kB/s) [2023-09-08T19:24:34.308Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.pom [2023-09-08T19:24:34.308Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.pom [2023-09-08T19:24:34.308Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.pom [2023-09-08T19:24:34.308Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.pom [2023-09-08T19:24:34.308Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.pom [2023-09-08T19:24:34.308Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.pom [2023-09-08T19:24:34.308Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.pom (4.5 kB at 446 kB/s) [2023-09-08T19:24:34.308Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom [2023-09-08T19:24:34.308Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom [2023-09-08T19:24:34.565Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom [2023-09-08T19:24:34.565Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom [2023-09-08T19:24:34.565Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom [2023-09-08T19:24:34.565Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom [2023-09-08T19:24:34.565Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom (5.1 kB at 510 kB/s) [2023-09-08T19:24:34.565Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom [2023-09-08T19:24:34.565Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom [2023-09-08T19:24:34.565Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom [2023-09-08T19:24:34.565Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom [2023-09-08T19:24:34.565Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom [2023-09-08T19:24:34.565Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom [2023-09-08T19:24:34.565Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom (1.9 kB at 193 kB/s) [2023-09-08T19:24:34.565Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven/3.0/maven-3.0.pom [2023-09-08T19:24:34.565Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.0/maven-3.0.pom [2023-09-08T19:24:34.565Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven/3.0/maven-3.0.pom [2023-09-08T19:24:34.565Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven/3.0/maven-3.0.pom [2023-09-08T19:24:34.565Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven/3.0/maven-3.0.pom [2023-09-08T19:24:34.565Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.0/maven-3.0.pom [2023-09-08T19:24:34.565Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.0/maven-3.0.pom (22 kB at 2.0 MB/s) [2023-09-08T19:24:34.565Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-parent/15/maven-parent-15.pom [2023-09-08T19:24:34.565Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/15/maven-parent-15.pom [2023-09-08T19:24:34.565Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/15/maven-parent-15.pom [2023-09-08T19:24:34.565Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-parent/15/maven-parent-15.pom [2023-09-08T19:24:34.565Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-parent/15/maven-parent-15.pom [2023-09-08T19:24:34.566Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/15/maven-parent-15.pom [2023-09-08T19:24:34.566Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/15/maven-parent-15.pom (24 kB at 2.2 MB/s) [2023-09-08T19:24:34.566Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/apache/6/apache-6.pom [2023-09-08T19:24:34.566Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/6/apache-6.pom [2023-09-08T19:24:34.566Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/apache/6/apache-6.pom [2023-09-08T19:24:34.566Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/apache/6/apache-6.pom [2023-09-08T19:24:34.566Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/apache/6/apache-6.pom [2023-09-08T19:24:34.566Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/6/apache-6.pom [2023-09-08T19:24:34.566Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/6/apache-6.pom (13 kB at 1.4 MB/s) [2023-09-08T19:24:34.566Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/extras/tycho-sourceref-jgit/2.0.0/tycho-sourceref-jgit-2.0.0.jar [2023-09-08T19:24:34.566Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/googlecode/javaewah/JavaEWAH/1.1.7/JavaEWAH-1.1.7.jar [2023-09-08T19:24:34.566Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/jgit/org.eclipse.jgit/5.8.0.202006091008-r/org.eclipse.jgit-5.8.0.202006091008-r.jar [2023-09-08T19:24:34.566Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/2.0.0/tycho-buildtimestamp-jgit-2.0.0.jar [2023-09-08T19:24:34.566Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar [2023-09-08T19:24:34.566Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.jar [2023-09-08T19:24:34.823Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-sourceref-jgit/2.0.0/tycho-sourceref-jgit-2.0.0.jar [2023-09-08T19:24:34.823Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/jgit/org.eclipse.jgit/5.8.0.202006091008-r/org.eclipse.jgit-5.8.0.202006091008-r.jar [2023-09-08T19:24:34.823Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar [2023-09-08T19:24:34.823Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/googlecode/javaewah/JavaEWAH/1.1.7/JavaEWAH-1.1.7.jar [2023-09-08T19:24:34.823Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/2.0.0/tycho-buildtimestamp-jgit-2.0.0.jar [2023-09-08T19:24:34.823Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.jar [2023-09-08T19:24:34.823Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/extras/tycho-sourceref-jgit/2.0.0/tycho-sourceref-jgit-2.0.0.jar [2023-09-08T19:24:34.823Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/googlecode/javaewah/JavaEWAH/1.1.7/JavaEWAH-1.1.7.jar [2023-09-08T19:24:34.823Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/jgit/org.eclipse.jgit/5.8.0.202006091008-r/org.eclipse.jgit-5.8.0.202006091008-r.jar [2023-09-08T19:24:34.823Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/2.0.0/tycho-buildtimestamp-jgit-2.0.0.jar [2023-09-08T19:24:34.823Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar [2023-09-08T19:24:34.823Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.jar [2023-09-08T19:24:34.823Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/tycho/extras/tycho-sourceref-jgit/2.0.0/tycho-sourceref-jgit-2.0.0.jar [2023-09-08T19:24:34.823Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/2.0.0/tycho-buildtimestamp-jgit-2.0.0.jar [2023-09-08T19:24:34.823Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar [2023-09-08T19:24:34.823Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/com/googlecode/javaewah/JavaEWAH/1.1.7/JavaEWAH-1.1.7.jar [2023-09-08T19:24:34.823Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/jgit/org.eclipse.jgit/5.8.0.202006091008-r/org.eclipse.jgit-5.8.0.202006091008-r.jar [2023-09-08T19:24:34.823Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.jar [2023-09-08T19:24:34.823Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/tycho/extras/tycho-sourceref-jgit/2.0.0/tycho-sourceref-jgit-2.0.0.jar [2023-09-08T19:24:34.823Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar [2023-09-08T19:24:34.823Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/com/googlecode/javaewah/JavaEWAH/1.1.7/JavaEWAH-1.1.7.jar [2023-09-08T19:24:34.823Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/jgit/org.eclipse.jgit/5.8.0.202006091008-r/org.eclipse.jgit-5.8.0.202006091008-r.jar [2023-09-08T19:24:34.824Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/2.0.0/tycho-buildtimestamp-jgit-2.0.0.jar [2023-09-08T19:24:34.824Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.jar [2023-09-08T19:24:34.824Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/extras/tycho-sourceref-jgit/2.0.0/tycho-sourceref-jgit-2.0.0.jar [2023-09-08T19:24:34.824Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/googlecode/javaewah/JavaEWAH/1.1.7/JavaEWAH-1.1.7.jar [2023-09-08T19:24:34.824Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jgit/org.eclipse.jgit/5.8.0.202006091008-r/org.eclipse.jgit-5.8.0.202006091008-r.jar [2023-09-08T19:24:34.824Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/2.0.0/tycho-buildtimestamp-jgit-2.0.0.jar [2023-09-08T19:24:34.824Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar [2023-09-08T19:24:34.824Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar (26 kB at 1.4 MB/s) [2023-09-08T19:24:34.824Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.jar [2023-09-08T19:24:34.824Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/googlecode/javaewah/JavaEWAH/1.1.7/JavaEWAH-1.1.7.jar (166 kB at 6.4 MB/s) [2023-09-08T19:24:34.824Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.jar (26 kB at 580 kB/s) [2023-09-08T19:24:34.824Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/extras/tycho-sourceref-jgit/2.0.0/tycho-sourceref-jgit-2.0.0.jar (6.1 kB at 102 kB/s) [2023-09-08T19:24:34.824Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/extras/tycho-buildtimestamp-jgit/2.0.0/tycho-buildtimestamp-jgit-2.0.0.jar (12 kB at 189 kB/s) [2023-09-08T19:24:34.824Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jgit/org.eclipse.jgit/5.8.0.202006091008-r/org.eclipse.jgit-5.8.0.202006091008-r.jar (2.8 MB at 38 MB/s) [2023-09-08T19:24:42.916Z] [WARNING] locking FileBasedConfig[/home/vnc/.config/jgit/config] failed after 5 retries [2023-09-08T19:24:42.916Z] [INFO] The project's OSGi version is 3.2.0.v20220404-1927 [2023-09-08T19:24:42.916Z] [INFO] [2023-09-08T19:24:42.916Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.antlr.runtime --- [2023-09-08T19:24:42.916Z] [INFO] [2023-09-08T19:24:42.916Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.antlr.runtime --- [2023-09-08T19:24:42.916Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/shared/maven-filtering/3.3.0/maven-filtering-3.3.0.pom [2023-09-08T19:24:42.916Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-filtering/3.3.0/maven-filtering-3.3.0.pom [2023-09-08T19:24:42.916Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-filtering/3.3.0/maven-filtering-3.3.0.pom [2023-09-08T19:24:42.916Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/shared/maven-filtering/3.3.0/maven-filtering-3.3.0.pom [2023-09-08T19:24:42.916Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/maven-filtering/3.3.0/maven-filtering-3.3.0.pom [2023-09-08T19:24:42.916Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/3.3.0/maven-filtering-3.3.0.pom [2023-09-08T19:24:42.916Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/3.3.0/maven-filtering-3.3.0.pom (6.9 kB at 631 kB/s) [2023-09-08T19:24:42.916Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/shared/maven-shared-components/36/maven-shared-components-36.pom [2023-09-08T19:24:42.916Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/36/maven-shared-components-36.pom [2023-09-08T19:24:42.916Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-components/36/maven-shared-components-36.pom [2023-09-08T19:24:42.916Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/shared/maven-shared-components/36/maven-shared-components-36.pom [2023-09-08T19:24:42.916Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/maven-shared-components/36/maven-shared-components-36.pom [2023-09-08T19:24:42.916Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/36/maven-shared-components-36.pom [2023-09-08T19:24:42.916Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/36/maven-shared-components-36.pom (4.9 kB at 445 kB/s) [2023-09-08T19:24:42.916Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom [2023-09-08T19:24:42.916Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom [2023-09-08T19:24:42.916Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom [2023-09-08T19:24:42.916Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom [2023-09-08T19:24:42.916Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom [2023-09-08T19:24:42.916Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom [2023-09-08T19:24:42.916Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom (2.7 kB at 274 kB/s) [2023-09-08T19:24:42.916Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom [2023-09-08T19:24:42.916Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom [2023-09-08T19:24:42.916Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom [2023-09-08T19:24:42.917Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom [2023-09-08T19:24:42.917Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom [2023-09-08T19:24:42.917Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom [2023-09-08T19:24:42.917Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom (14 kB at 1.4 MB/s) [2023-09-08T19:24:42.917Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom [2023-09-08T19:24:42.917Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom [2023-09-08T19:24:42.917Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom [2023-09-08T19:24:42.917Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom [2023-09-08T19:24:42.917Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom [2023-09-08T19:24:42.917Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom [2023-09-08T19:24:42.917Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom (20 kB at 2.0 MB/s) [2023-09-08T19:24:42.917Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom [2023-09-08T19:24:42.917Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom [2023-09-08T19:24:42.917Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom [2023-09-08T19:24:42.917Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom [2023-09-08T19:24:42.917Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom [2023-09-08T19:24:42.917Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom [2023-09-08T19:24:42.917Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom (5.1 kB at 510 kB/s) [2023-09-08T19:24:42.917Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom [2023-09-08T19:24:42.917Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom [2023-09-08T19:24:42.917Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom [2023-09-08T19:24:42.917Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom [2023-09-08T19:24:42.917Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom [2023-09-08T19:24:42.917Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom [2023-09-08T19:24:42.917Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom (31 kB at 2.8 MB/s) [2023-09-08T19:24:42.917Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom [2023-09-08T19:24:42.917Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom [2023-09-08T19:24:42.917Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom [2023-09-08T19:24:42.917Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom [2023-09-08T19:24:42.917Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom [2023-09-08T19:24:42.917Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom [2023-09-08T19:24:42.917Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom (5.1 kB at 510 kB/s) [2023-09-08T19:24:42.917Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar [2023-09-08T19:24:42.917Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar [2023-09-08T19:24:42.917Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar [2023-09-08T19:24:42.917Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar [2023-09-08T19:24:42.917Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/shared/maven-filtering/3.3.0/maven-filtering-3.3.0.jar [2023-09-08T19:24:42.917Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar [2023-09-08T19:24:42.917Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar [2023-09-08T19:24:42.917Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar [2023-09-08T19:24:42.917Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-filtering/3.3.0/maven-filtering-3.3.0.jar [2023-09-08T19:24:42.917Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar [2023-09-08T19:24:42.917Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar [2023-09-08T19:24:42.917Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar [2023-09-08T19:24:42.917Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar [2023-09-08T19:24:42.917Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-filtering/3.3.0/maven-filtering-3.3.0.jar [2023-09-08T19:24:42.917Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar [2023-09-08T19:24:42.917Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar [2023-09-08T19:24:42.917Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/shared/maven-filtering/3.3.0/maven-filtering-3.3.0.jar [2023-09-08T19:24:42.917Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar [2023-09-08T19:24:42.917Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar [2023-09-08T19:24:42.917Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar [2023-09-08T19:24:42.917Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar [2023-09-08T19:24:42.917Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar [2023-09-08T19:24:42.917Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar [2023-09-08T19:24:42.917Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar [2023-09-08T19:24:42.917Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/maven-filtering/3.3.0/maven-filtering-3.3.0.jar [2023-09-08T19:24:42.917Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar [2023-09-08T19:24:42.917Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/3.3.0/maven-filtering-3.3.0.jar [2023-09-08T19:24:42.917Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar [2023-09-08T19:24:42.917Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar [2023-09-08T19:24:42.917Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar [2023-09-08T19:24:42.917Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar (41 kB at 2.6 MB/s) [2023-09-08T19:24:42.917Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar (85 kB at 5.0 MB/s) [2023-09-08T19:24:42.918Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/3.3.0/maven-filtering-3.3.0.jar (55 kB at 3.5 MB/s) [2023-09-08T19:24:42.918Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar (327 kB at 17 MB/s) [2023-09-08T19:24:42.918Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar (587 kB at 28 MB/s) [2023-09-08T19:24:42.918Z] [INFO] Copying 3 resources [2023-09-08T19:24:42.918Z] [INFO] [2023-09-08T19:24:42.918Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.antlr.runtime --- [2023-09-08T19:24:42.918Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom [2023-09-08T19:24:42.918Z] [INFO] Downloading from 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 [2023-09-08T19:24:42.918Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom [2023-09-08T19:24:42.918Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom [2023-09-08T19:24:42.918Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom [2023-09-08T19:24:42.918Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom [2023-09-08T19:24:42.918Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom (5.8 kB at 583 kB/s) [2023-09-08T19:24:42.918Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom [2023-09-08T19:24:42.918Z] [INFO] Downloading from 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 [2023-09-08T19:24:42.918Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom [2023-09-08T19:24:42.918Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom [2023-09-08T19:24:42.918Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom [2023-09-08T19:24:42.918Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom [2023-09-08T19:24:42.918Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom (4.7 kB at 474 kB/s) [2023-09-08T19:24:42.918Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom [2023-09-08T19:24:42.918Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom [2023-09-08T19:24:42.918Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom [2023-09-08T19:24:42.918Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom [2023-09-08T19:24:42.918Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom [2023-09-08T19:24:42.918Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom [2023-09-08T19:24:42.918Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom (6.4 kB at 636 kB/s) [2023-09-08T19:24:42.918Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom [2023-09-08T19:24:42.918Z] [INFO] Downloading from 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 [2023-09-08T19:24:42.918Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom [2023-09-08T19:24:42.918Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom [2023-09-08T19:24:42.918Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom [2023-09-08T19:24:42.918Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom [2023-09-08T19:24:42.918Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom (750 B at 75 kB/s) [2023-09-08T19:24:42.918Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom [2023-09-08T19:24:42.918Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom [2023-09-08T19:24:42.918Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom [2023-09-08T19:24:42.918Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom [2023-09-08T19:24:42.918Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom [2023-09-08T19:24:42.918Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom [2023-09-08T19:24:42.918Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom (4.8 kB at 343 kB/s) [2023-09-08T19:24:42.918Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-java/1.1.1/plexus-java-1.1.1.pom [2023-09-08T19:24:42.918Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-java/1.1.1/plexus-java-1.1.1.pom [2023-09-08T19:24:42.918Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-java/1.1.1/plexus-java-1.1.1.pom [2023-09-08T19:24:42.918Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-java/1.1.1/plexus-java-1.1.1.pom [2023-09-08T19:24:42.918Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-java/1.1.1/plexus-java-1.1.1.pom [2023-09-08T19:24:42.918Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/1.1.1/plexus-java-1.1.1.pom [2023-09-08T19:24:42.918Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/1.1.1/plexus-java-1.1.1.pom (5.0 kB at 452 kB/s) [2023-09-08T19:24:42.918Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-languages/1.1.1/plexus-languages-1.1.1.pom [2023-09-08T19:24:42.918Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-languages/1.1.1/plexus-languages-1.1.1.pom [2023-09-08T19:24:42.918Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-languages/1.1.1/plexus-languages-1.1.1.pom [2023-09-08T19:24:42.918Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-languages/1.1.1/plexus-languages-1.1.1.pom [2023-09-08T19:24:42.918Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-languages/1.1.1/plexus-languages-1.1.1.pom [2023-09-08T19:24:42.918Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-languages/1.1.1/plexus-languages-1.1.1.pom [2023-09-08T19:24:42.918Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-languages/1.1.1/plexus-languages-1.1.1.pom (4.6 kB at 461 kB/s) [2023-09-08T19:24:42.918Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/ow2/asm/asm/9.2/asm-9.2.pom [2023-09-08T19:24:42.918Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/9.2/asm-9.2.pom [2023-09-08T19:24:42.918Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm/9.2/asm-9.2.pom [2023-09-08T19:24:42.918Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/ow2/asm/asm/9.2/asm-9.2.pom [2023-09-08T19:24:42.918Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/ow2/asm/asm/9.2/asm-9.2.pom [2023-09-08T19:24:42.919Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.2/asm-9.2.pom [2023-09-08T19:24:42.919Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.2/asm-9.2.pom (2.4 kB at 237 kB/s) [2023-09-08T19:24:42.919Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/thoughtworks/qdox/qdox/2.0.1/qdox-2.0.1.pom [2023-09-08T19:24:42.919Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/thoughtworks/qdox/qdox/2.0.1/qdox-2.0.1.pom [2023-09-08T19:24:42.919Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/thoughtworks/qdox/qdox/2.0.1/qdox-2.0.1.pom [2023-09-08T19:24:42.919Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/com/thoughtworks/qdox/qdox/2.0.1/qdox-2.0.1.pom [2023-09-08T19:24:42.919Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/com/thoughtworks/qdox/qdox/2.0.1/qdox-2.0.1.pom [2023-09-08T19:24:42.919Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0.1/qdox-2.0.1.pom [2023-09-08T19:24:42.919Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0.1/qdox-2.0.1.pom (16 kB at 1.6 MB/s) [2023-09-08T19:24:42.919Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-compiler-api/2.11.1/plexus-compiler-api-2.11.1.pom [2023-09-08T19:24:42.919Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-api/2.11.1/plexus-compiler-api-2.11.1.pom [2023-09-08T19:24:42.919Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-compiler-api/2.11.1/plexus-compiler-api-2.11.1.pom [2023-09-08T19:24:42.919Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-compiler-api/2.11.1/plexus-compiler-api-2.11.1.pom [2023-09-08T19:24:42.919Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-compiler-api/2.11.1/plexus-compiler-api-2.11.1.pom [2023-09-08T19:24:42.919Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.11.1/plexus-compiler-api-2.11.1.pom [2023-09-08T19:24:42.919Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.11.1/plexus-compiler-api-2.11.1.pom (1.1 kB at 117 kB/s) [2023-09-08T19:24:42.919Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-compiler/2.11.1/plexus-compiler-2.11.1.pom [2023-09-08T19:24:42.919Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler/2.11.1/plexus-compiler-2.11.1.pom [2023-09-08T19:24:42.919Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-compiler/2.11.1/plexus-compiler-2.11.1.pom [2023-09-08T19:24:42.919Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-compiler/2.11.1/plexus-compiler-2.11.1.pom [2023-09-08T19:24:42.919Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-compiler/2.11.1/plexus-compiler-2.11.1.pom [2023-09-08T19:24:42.919Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/2.11.1/plexus-compiler-2.11.1.pom [2023-09-08T19:24:42.919Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/2.11.1/plexus-compiler-2.11.1.pom (8.1 kB at 738 kB/s) [2023-09-08T19:24:42.919Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-components/6.6/plexus-components-6.6.pom [2023-09-08T19:24:42.919Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/6.6/plexus-components-6.6.pom [2023-09-08T19:24:42.919Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-components/6.6/plexus-components-6.6.pom [2023-09-08T19:24:42.919Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-components/6.6/plexus-components-6.6.pom [2023-09-08T19:24:42.919Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-components/6.6/plexus-components-6.6.pom [2023-09-08T19:24:42.919Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/6.6/plexus-components-6.6.pom [2023-09-08T19:24:42.919Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/6.6/plexus-components-6.6.pom (2.7 kB at 268 kB/s) [2023-09-08T19:24:42.919Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/junit/junit-bom/5.8.2/junit-bom-5.8.2.pom [2023-09-08T19:24:42.919Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/junit/junit-bom/5.8.2/junit-bom-5.8.2.pom [2023-09-08T19:24:42.919Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/junit/junit-bom/5.8.2/junit-bom-5.8.2.pom [2023-09-08T19:24:42.919Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/junit/junit-bom/5.8.2/junit-bom-5.8.2.pom [2023-09-08T19:24:42.919Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/junit/junit-bom/5.8.2/junit-bom-5.8.2.pom [2023-09-08T19:24:42.919Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.8.2/junit-bom-5.8.2.pom [2023-09-08T19:24:42.919Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.8.2/junit-bom-5.8.2.pom (5.6 kB at 563 kB/s) [2023-09-08T19:24:42.919Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-compiler-manager/2.11.1/plexus-compiler-manager-2.11.1.pom [2023-09-08T19:24:42.919Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-manager/2.11.1/plexus-compiler-manager-2.11.1.pom [2023-09-08T19:24:42.919Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-compiler-manager/2.11.1/plexus-compiler-manager-2.11.1.pom [2023-09-08T19:24:42.919Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-compiler-manager/2.11.1/plexus-compiler-manager-2.11.1.pom [2023-09-08T19:24:42.919Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-compiler-manager/2.11.1/plexus-compiler-manager-2.11.1.pom [2023-09-08T19:24:42.919Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.11.1/plexus-compiler-manager-2.11.1.pom [2023-09-08T19:24:42.919Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.11.1/plexus-compiler-manager-2.11.1.pom (1.1 kB at 114 kB/s) [2023-09-08T19:24:42.919Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-compiler-javac/2.11.1/plexus-compiler-javac-2.11.1.pom [2023-09-08T19:24:42.919Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-javac/2.11.1/plexus-compiler-javac-2.11.1.pom [2023-09-08T19:24:42.919Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-compiler-javac/2.11.1/plexus-compiler-javac-2.11.1.pom [2023-09-08T19:24:43.178Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-compiler-javac/2.11.1/plexus-compiler-javac-2.11.1.pom [2023-09-08T19:24:43.178Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-compiler-javac/2.11.1/plexus-compiler-javac-2.11.1.pom [2023-09-08T19:24:43.178Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.11.1/plexus-compiler-javac-2.11.1.pom [2023-09-08T19:24:43.178Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.11.1/plexus-compiler-javac-2.11.1.pom (1.2 kB at 120 kB/s) [2023-09-08T19:24:43.178Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-compilers/2.11.1/plexus-compilers-2.11.1.pom [2023-09-08T19:24:43.178Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compilers/2.11.1/plexus-compilers-2.11.1.pom [2023-09-08T19:24:43.178Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-compilers/2.11.1/plexus-compilers-2.11.1.pom [2023-09-08T19:24:43.178Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-compilers/2.11.1/plexus-compilers-2.11.1.pom [2023-09-08T19:24:43.178Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-compilers/2.11.1/plexus-compilers-2.11.1.pom [2023-09-08T19:24:43.178Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/2.11.1/plexus-compilers-2.11.1.pom [2023-09-08T19:24:43.178Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/2.11.1/plexus-compilers-2.11.1.pom (1.3 kB at 132 kB/s) [2023-09-08T19:24:43.178Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar [2023-09-08T19:24:43.178Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar [2023-09-08T19:24:43.178Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-io/commons-io/2.6/commons-io-2.6.jar [2023-09-08T19:24:43.178Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-java/1.1.1/plexus-java-1.1.1.jar [2023-09-08T19:24:43.178Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar [2023-09-08T19:24:43.178Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/ow2/asm/asm/9.2/asm-9.2.jar [2023-09-08T19:24:43.178Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/thoughtworks/qdox/qdox/2.0.1/qdox-2.0.1.jar [2023-09-08T19:24:43.178Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-compiler-api/2.11.1/plexus-compiler-api-2.11.1.jar [2023-09-08T19:24:43.178Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.jar [2023-09-08T19:24:43.178Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-compiler-manager/2.11.1/plexus-compiler-manager-2.11.1.jar [2023-09-08T19:24:43.178Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-compiler-javac/2.11.1/plexus-compiler-javac-2.11.1.jar [2023-09-08T19:24:43.178Z] [INFO] Downloading from 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 [2023-09-08T19:24:43.178Z] [INFO] Downloading from 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 [2023-09-08T19:24:43.178Z] [INFO] Downloading from 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 [2023-09-08T19:24:43.178Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.6/commons-io-2.6.jar [2023-09-08T19:24:43.178Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-java/1.1.1/plexus-java-1.1.1.jar [2023-09-08T19:24:43.178Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/9.2/asm-9.2.jar [2023-09-08T19:24:43.179Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/thoughtworks/qdox/qdox/2.0.1/qdox-2.0.1.jar [2023-09-08T19:24:43.179Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-api/2.11.1/plexus-compiler-api-2.11.1.jar [2023-09-08T19:24:43.179Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.jar [2023-09-08T19:24:43.179Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-manager/2.11.1/plexus-compiler-manager-2.11.1.jar [2023-09-08T19:24:43.179Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-javac/2.11.1/plexus-compiler-javac-2.11.1.jar [2023-09-08T19:24:43.179Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar [2023-09-08T19:24:43.179Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar [2023-09-08T19:24:43.179Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-io/commons-io/2.6/commons-io-2.6.jar [2023-09-08T19:24:43.179Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-java/1.1.1/plexus-java-1.1.1.jar [2023-09-08T19:24:43.179Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar [2023-09-08T19:24:43.179Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/ow2/asm/asm/9.2/asm-9.2.jar [2023-09-08T19:24:43.179Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/thoughtworks/qdox/qdox/2.0.1/qdox-2.0.1.jar [2023-09-08T19:24:43.179Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-compiler-api/2.11.1/plexus-compiler-api-2.11.1.jar [2023-09-08T19:24:43.179Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.jar [2023-09-08T19:24:43.179Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-compiler-manager/2.11.1/plexus-compiler-manager-2.11.1.jar [2023-09-08T19:24:43.179Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-compiler-javac/2.11.1/plexus-compiler-javac-2.11.1.jar [2023-09-08T19:24:43.179Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar [2023-09-08T19:24:43.179Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar [2023-09-08T19:24:43.179Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar [2023-09-08T19:24:43.179Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/commons-io/commons-io/2.6/commons-io-2.6.jar [2023-09-08T19:24:43.179Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-java/1.1.1/plexus-java-1.1.1.jar [2023-09-08T19:24:43.179Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/ow2/asm/asm/9.2/asm-9.2.jar [2023-09-08T19:24:43.179Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-compiler-api/2.11.1/plexus-compiler-api-2.11.1.jar [2023-09-08T19:24:43.179Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/com/thoughtworks/qdox/qdox/2.0.1/qdox-2.0.1.jar [2023-09-08T19:24:43.179Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.jar [2023-09-08T19:24:43.179Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-compiler-manager/2.11.1/plexus-compiler-manager-2.11.1.jar [2023-09-08T19:24:43.179Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-compiler-javac/2.11.1/plexus-compiler-javac-2.11.1.jar [2023-09-08T19:24:43.179Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar [2023-09-08T19:24:43.179Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar [2023-09-08T19:24:43.179Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar [2023-09-08T19:24:43.179Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-io/commons-io/2.6/commons-io-2.6.jar [2023-09-08T19:24:43.179Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-java/1.1.1/plexus-java-1.1.1.jar [2023-09-08T19:24:43.179Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/ow2/asm/asm/9.2/asm-9.2.jar [2023-09-08T19:24:43.179Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/com/thoughtworks/qdox/qdox/2.0.1/qdox-2.0.1.jar [2023-09-08T19:24:43.179Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-compiler-api/2.11.1/plexus-compiler-api-2.11.1.jar [2023-09-08T19:24:43.179Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.jar [2023-09-08T19:24:43.179Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-compiler-manager/2.11.1/plexus-compiler-manager-2.11.1.jar [2023-09-08T19:24:43.179Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-compiler-javac/2.11.1/plexus-compiler-javac-2.11.1.jar [2023-09-08T19:24:43.179Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar [2023-09-08T19:24:43.179Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar [2023-09-08T19:24:43.179Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar [2023-09-08T19:24:43.179Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.6/commons-io-2.6.jar [2023-09-08T19:24:43.179Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/1.1.1/plexus-java-1.1.1.jar [2023-09-08T19:24:43.179Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar (4.2 kB at 384 kB/s) [2023-09-08T19:24:43.179Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.2/asm-9.2.jar [2023-09-08T19:24:43.179Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar (14 kB at 1.2 MB/s) [2023-09-08T19:24:43.179Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0.1/qdox-2.0.1.jar [2023-09-08T19:24:43.435Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar (153 kB at 10 MB/s) [2023-09-08T19:24:43.435Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.11.1/plexus-compiler-api-2.11.1.jar [2023-09-08T19:24:43.435Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.6/commons-io-2.6.jar (215 kB at 14 MB/s) [2023-09-08T19:24:43.436Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.jar [2023-09-08T19:24:43.436Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/1.1.1/plexus-java-1.1.1.jar (54 kB at 3.6 MB/s) [2023-09-08T19:24:43.436Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.11.1/plexus-compiler-manager-2.11.1.jar [2023-09-08T19:24:43.436Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.2/asm-9.2.jar (122 kB at 4.9 MB/s) [2023-09-08T19:24:43.436Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.11.1/plexus-compiler-javac-2.11.1.jar [2023-09-08T19:24:43.436Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/2.11.1/plexus-compiler-api-2.11.1.jar (27 kB at 1.1 MB/s) [2023-09-08T19:24:43.436Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/2.0.1/qdox-2.0.1.jar (334 kB at 13 MB/s) [2023-09-08T19:24:43.436Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/2.11.1/plexus-compiler-manager-2.11.1.jar (4.7 kB at 160 kB/s) [2023-09-08T19:24:43.436Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.jar (264 kB at 5.1 MB/s) [2023-09-08T19:24:43.436Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/2.11.1/plexus-compiler-javac-2.11.1.jar (23 kB at 439 kB/s) [2023-09-08T19:24:43.436Z] [INFO] No sources to compile [2023-09-08T19:24:43.436Z] [INFO] [2023-09-08T19:24:43.436Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.antlr.runtime --- [2023-09-08T19:24:43.436Z] [INFO] Gathering dependencies [2023-09-08T19:24:43.436Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/plugins/maven-dependency-plugin/3.3.0/maven-dependency-plugin-3.3.0.pom [2023-09-08T19:24:43.436Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-dependency-plugin/3.3.0/maven-dependency-plugin-3.3.0.pom [2023-09-08T19:24:43.436Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-dependency-plugin/3.3.0/maven-dependency-plugin-3.3.0.pom [2023-09-08T19:24:43.436Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/plugins/maven-dependency-plugin/3.3.0/maven-dependency-plugin-3.3.0.pom [2023-09-08T19:24:43.436Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/plugins/maven-dependency-plugin/3.3.0/maven-dependency-plugin-3.3.0.pom [2023-09-08T19:24:43.436Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-dependency-plugin/3.3.0/maven-dependency-plugin-3.3.0.pom [2023-09-08T19:24:43.436Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-dependency-plugin/3.3.0/maven-dependency-plugin-3.3.0.pom (16 kB at 1.5 MB/s) [2023-09-08T19:24:43.436Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/plugins/maven-plugins/35/maven-plugins-35.pom [2023-09-08T19:24:43.436Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/35/maven-plugins-35.pom [2023-09-08T19:24:43.436Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-plugins/35/maven-plugins-35.pom [2023-09-08T19:24:43.436Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/plugins/maven-plugins/35/maven-plugins-35.pom [2023-09-08T19:24:43.436Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/plugins/maven-plugins/35/maven-plugins-35.pom [2023-09-08T19:24:43.436Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/35/maven-plugins-35.pom [2023-09-08T19:24:43.436Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/35/maven-plugins-35.pom (9.9 kB at 990 kB/s) [2023-09-08T19:24:43.436Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/plugins/maven-dependency-plugin/3.3.0/maven-dependency-plugin-3.3.0.jar [2023-09-08T19:24:43.436Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-dependency-plugin/3.3.0/maven-dependency-plugin-3.3.0.jar [2023-09-08T19:24:43.436Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-dependency-plugin/3.3.0/maven-dependency-plugin-3.3.0.jar [2023-09-08T19:24:43.436Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/plugins/maven-dependency-plugin/3.3.0/maven-dependency-plugin-3.3.0.jar [2023-09-08T19:24:43.436Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/plugins/maven-dependency-plugin/3.3.0/maven-dependency-plugin-3.3.0.jar [2023-09-08T19:24:43.436Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-dependency-plugin/3.3.0/maven-dependency-plugin-3.3.0.jar [2023-09-08T19:24:43.436Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-dependency-plugin/3.3.0/maven-dependency-plugin-3.3.0.jar (187 kB at 13 MB/s) [2023-09-08T19:24:43.436Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/reporting/maven-reporting-impl/3.1.0/maven-reporting-impl-3.1.0.pom [2023-09-08T19:24:43.436Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-impl/3.1.0/maven-reporting-impl-3.1.0.pom [2023-09-08T19:24:43.436Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/reporting/maven-reporting-impl/3.1.0/maven-reporting-impl-3.1.0.pom [2023-09-08T19:24:43.693Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/reporting/maven-reporting-impl/3.1.0/maven-reporting-impl-3.1.0.pom [2023-09-08T19:24:43.693Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/reporting/maven-reporting-impl/3.1.0/maven-reporting-impl-3.1.0.pom [2023-09-08T19:24:43.693Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/3.1.0/maven-reporting-impl-3.1.0.pom [2023-09-08T19:24:43.693Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/3.1.0/maven-reporting-impl-3.1.0.pom (7.2 kB at 717 kB/s) [2023-09-08T19:24:43.693Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/reporting/maven-reporting-api/3.1.0/maven-reporting-api-3.1.0.pom [2023-09-08T19:24:43.693Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/3.1.0/maven-reporting-api-3.1.0.pom [2023-09-08T19:24:43.693Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/reporting/maven-reporting-api/3.1.0/maven-reporting-api-3.1.0.pom [2023-09-08T19:24:43.693Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/reporting/maven-reporting-api/3.1.0/maven-reporting-api-3.1.0.pom [2023-09-08T19:24:43.693Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/reporting/maven-reporting-api/3.1.0/maven-reporting-api-3.1.0.pom [2023-09-08T19:24:43.693Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.1.0/maven-reporting-api-3.1.0.pom [2023-09-08T19:24:43.693Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.1.0/maven-reporting-api-3.1.0.pom (3.8 kB at 314 kB/s) [2023-09-08T19:24:43.693Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.pom [2023-09-08T19:24:43.693Z] [INFO] Downloading from 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 [2023-09-08T19:24:43.693Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.pom [2023-09-08T19:24:43.693Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.pom [2023-09-08T19:24:43.693Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.pom [2023-09-08T19:24:43.693Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.pom [2023-09-08T19:24:43.693Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.pom (1.6 kB at 143 kB/s) [2023-09-08T19:24:43.693Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia/1.11.1/doxia-1.11.1.pom [2023-09-08T19:24:43.693Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia/1.11.1/doxia-1.11.1.pom [2023-09-08T19:24:43.693Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia/1.11.1/doxia-1.11.1.pom [2023-09-08T19:24:43.693Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/doxia/doxia/1.11.1/doxia-1.11.1.pom [2023-09-08T19:24:43.693Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/doxia/doxia/1.11.1/doxia-1.11.1.pom [2023-09-08T19:24:43.693Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.11.1/doxia-1.11.1.pom [2023-09-08T19:24:43.693Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.11.1/doxia-1.11.1.pom (18 kB at 1.6 MB/s) [2023-09-08T19:24:43.693Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.pom [2023-09-08T19:24:43.693Z] [INFO] Downloading from 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 [2023-09-08T19:24:43.693Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.pom [2023-09-08T19:24:43.951Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.pom [2023-09-08T19:24:43.951Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.pom [2023-09-08T19:24:43.951Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.pom [2023-09-08T19:24:43.951Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.pom (1.6 kB at 158 kB/s) [2023-09-08T19:24:43.951Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom [2023-09-08T19:24:43.951Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom [2023-09-08T19:24:43.951Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom [2023-09-08T19:24:43.951Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom [2023-09-08T19:24:43.951Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom [2023-09-08T19:24:43.951Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom [2023-09-08T19:24:43.951Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom (6.9 kB at 692 kB/s) [2023-09-08T19:24:43.951Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven/3.1.0/maven-3.1.0.pom [2023-09-08T19:24:43.951Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.1.0/maven-3.1.0.pom [2023-09-08T19:24:43.951Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven/3.1.0/maven-3.1.0.pom [2023-09-08T19:24:43.951Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven/3.1.0/maven-3.1.0.pom [2023-09-08T19:24:43.951Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven/3.1.0/maven-3.1.0.pom [2023-09-08T19:24:43.951Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.1.0/maven-3.1.0.pom [2023-09-08T19:24:43.951Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.1.0/maven-3.1.0.pom (22 kB at 2.2 MB/s) [2023-09-08T19:24:43.951Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom [2023-09-08T19:24:43.951Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom [2023-09-08T19:24:43.951Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom [2023-09-08T19:24:43.951Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom [2023-09-08T19:24:43.951Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom [2023-09-08T19:24:43.951Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom [2023-09-08T19:24:43.951Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom (3.8 kB at 380 kB/s) [2023-09-08T19:24:43.951Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom [2023-09-08T19:24:43.951Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom [2023-09-08T19:24:43.951Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom [2023-09-08T19:24:43.951Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom [2023-09-08T19:24:43.951Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom [2023-09-08T19:24:44.209Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom [2023-09-08T19:24:44.209Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom (1.8 kB at 183 kB/s) [2023-09-08T19:24:44.209Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom [2023-09-08T19:24:44.209Z] [INFO] Downloading from 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 [2023-09-08T19:24:44.209Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom [2023-09-08T19:24:44.209Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom [2023-09-08T19:24:44.209Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom [2023-09-08T19:24:44.209Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom [2023-09-08T19:24:44.209Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom (2.3 kB at 226 kB/s) [2023-09-08T19:24:44.209Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom [2023-09-08T19:24:44.209Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom [2023-09-08T19:24:44.209Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom [2023-09-08T19:24:44.209Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom [2023-09-08T19:24:44.209Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom [2023-09-08T19:24:44.209Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom [2023-09-08T19:24:44.209Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom (1.0 kB at 103 kB/s) [2023-09-08T19:24:44.209Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom [2023-09-08T19:24:44.209Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom [2023-09-08T19:24:44.209Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom [2023-09-08T19:24:44.209Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom [2023-09-08T19:24:44.209Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom [2023-09-08T19:24:44.209Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom [2023-09-08T19:24:44.209Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom (3.1 kB at 306 kB/s) [2023-09-08T19:24:44.209Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom [2023-09-08T19:24:44.209Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom [2023-09-08T19:24:44.209Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom [2023-09-08T19:24:44.209Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom [2023-09-08T19:24:44.466Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom [2023-09-08T19:24:44.466Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom [2023-09-08T19:24:44.466Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom (20 kB at 2.0 MB/s) [2023-09-08T19:24:44.466Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom [2023-09-08T19:24:44.466Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom [2023-09-08T19:24:44.466Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom [2023-09-08T19:24:44.466Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom [2023-09-08T19:24:44.466Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom [2023-09-08T19:24:44.466Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom [2023-09-08T19:24:44.466Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom (3.0 kB at 296 kB/s) [2023-09-08T19:24:44.466Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom [2023-09-08T19:24:44.466Z] [INFO] Downloading from 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 [2023-09-08T19:24:44.466Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom [2023-09-08T19:24:44.466Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom [2023-09-08T19:24:44.466Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom [2023-09-08T19:24:44.467Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom [2023-09-08T19:24:44.467Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom (1.9 kB at 172 kB/s) [2023-09-08T19:24:44.467Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom [2023-09-08T19:24:44.467Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom [2023-09-08T19:24:44.467Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom [2023-09-08T19:24:44.467Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom [2023-09-08T19:24:44.467Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom [2023-09-08T19:24:44.467Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom [2023-09-08T19:24:44.467Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom (1.6 kB at 163 kB/s) [2023-09-08T19:24:44.467Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom [2023-09-08T19:24:44.467Z] [INFO] Downloading from 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 [2023-09-08T19:24:44.467Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom [2023-09-08T19:24:44.467Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom [2023-09-08T19:24:44.467Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom [2023-09-08T19:24:44.467Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom [2023-09-08T19:24:44.467Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom (3.0 kB at 304 kB/s) [2023-09-08T19:24:44.467Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.pom [2023-09-08T19:24:44.467Z] [INFO] Downloading from 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 [2023-09-08T19:24:44.467Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.pom [2023-09-08T19:24:44.467Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.pom [2023-09-08T19:24:44.467Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.pom [2023-09-08T19:24:44.467Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.pom [2023-09-08T19:24:44.723Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.pom (4.8 kB at 402 kB/s) [2023-09-08T19:24:44.723Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/sisu/sisu-plexus/0.0.0.M5/sisu-plexus-0.0.0.M5.pom [2023-09-08T19:24:44.723Z] [INFO] Downloading from 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 [2023-09-08T19:24:44.723Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/sisu-plexus/0.0.0.M5/sisu-plexus-0.0.0.M5.pom [2023-09-08T19:24:44.723Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/sisu/sisu-plexus/0.0.0.M5/sisu-plexus-0.0.0.M5.pom [2023-09-08T19:24:44.723Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/sisu/sisu-plexus/0.0.0.M5/sisu-plexus-0.0.0.M5.pom [2023-09-08T19:24:44.723Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.0.0.M5/sisu-plexus-0.0.0.M5.pom [2023-09-08T19:24:44.723Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.0.0.M5/sisu-plexus-0.0.0.M5.pom (13 kB at 1.1 MB/s) [2023-09-08T19:24:44.723Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/guava/guava/10.0.1/guava-10.0.1.pom [2023-09-08T19:24:44.723Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/10.0.1/guava-10.0.1.pom [2023-09-08T19:24:44.723Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/guava/10.0.1/guava-10.0.1.pom [2023-09-08T19:24:44.723Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/com/google/guava/guava/10.0.1/guava-10.0.1.pom [2023-09-08T19:24:44.723Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/com/google/guava/guava/10.0.1/guava-10.0.1.pom [2023-09-08T19:24:44.723Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/10.0.1/guava-10.0.1.pom [2023-09-08T19:24:44.723Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/10.0.1/guava-10.0.1.pom (5.4 kB at 598 kB/s) [2023-09-08T19:24:44.723Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom [2023-09-08T19:24:44.723Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom [2023-09-08T19:24:44.723Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom [2023-09-08T19:24:44.723Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom [2023-09-08T19:24:44.723Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom [2023-09-08T19:24:44.723Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom [2023-09-08T19:24:44.723Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom (2.0 kB at 218 kB/s) [2023-09-08T19:24:44.723Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom [2023-09-08T19:24:44.723Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom [2023-09-08T19:24:44.723Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom [2023-09-08T19:24:44.723Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom [2023-09-08T19:24:44.723Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom [2023-09-08T19:24:44.723Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom [2023-09-08T19:24:44.723Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom (965 B at 96 kB/s) [2023-09-08T19:24:44.723Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom [2023-09-08T19:24:44.724Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom [2023-09-08T19:24:44.724Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom [2023-09-08T19:24:44.724Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom [2023-09-08T19:24:44.724Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom [2023-09-08T19:24:44.724Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom [2023-09-08T19:24:44.724Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom (10 kB at 846 kB/s) [2023-09-08T19:24:44.724Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom [2023-09-08T19:24:44.724Z] [INFO] Downloading from 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 [2023-09-08T19:24:44.724Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom [2023-09-08T19:24:44.724Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom [2023-09-08T19:24:44.724Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom [2023-09-08T19:24:44.724Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom [2023-09-08T19:24:44.980Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom (11 kB at 1.1 MB/s) [2023-09-08T19:24:44.980Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.pom [2023-09-08T19:24:44.980Z] [INFO] Downloading from 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 [2023-09-08T19:24:44.980Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.pom [2023-09-08T19:24:44.980Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.pom [2023-09-08T19:24:44.980Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.pom [2023-09-08T19:24:44.980Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.pom [2023-09-08T19:24:44.980Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.pom (2.5 kB at 229 kB/s) [2023-09-08T19:24:44.980Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/sisu/sisu-inject/0.0.0.M5/sisu-inject-0.0.0.M5.pom [2023-09-08T19:24:44.980Z] [INFO] Downloading from 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 [2023-09-08T19:24:44.980Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/sisu-inject/0.0.0.M5/sisu-inject-0.0.0.M5.pom [2023-09-08T19:24:44.980Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/sisu/sisu-inject/0.0.0.M5/sisu-inject-0.0.0.M5.pom [2023-09-08T19:24:44.980Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/sisu/sisu-inject/0.0.0.M5/sisu-inject-0.0.0.M5.pom [2023-09-08T19:24:44.980Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.0.0.M5/sisu-inject-0.0.0.M5.pom [2023-09-08T19:24:44.980Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.0.0.M5/sisu-inject-0.0.0.M5.pom (14 kB at 737 kB/s) [2023-09-08T19:24:44.980Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom [2023-09-08T19:24:44.980Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom [2023-09-08T19:24:44.980Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom [2023-09-08T19:24:44.980Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom [2023-09-08T19:24:44.980Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom [2023-09-08T19:24:44.980Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom [2023-09-08T19:24:44.980Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom (3.9 kB at 388 kB/s) [2023-09-08T19:24:44.980Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom [2023-09-08T19:24:44.980Z] [INFO] Downloading from 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 [2023-09-08T19:24:44.980Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom [2023-09-08T19:24:44.980Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom [2023-09-08T19:24:44.980Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom [2023-09-08T19:24:44.980Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom [2023-09-08T19:24:44.980Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom (2.5 kB at 275 kB/s) [2023-09-08T19:24:44.980Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom [2023-09-08T19:24:44.980Z] [INFO] Downloading from 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 [2023-09-08T19:24:44.980Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom [2023-09-08T19:24:44.980Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom [2023-09-08T19:24:44.980Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom [2023-09-08T19:24:44.980Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom [2023-09-08T19:24:44.980Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom (3.5 kB at 353 kB/s) [2023-09-08T19:24:44.980Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom [2023-09-08T19:24:44.980Z] [INFO] Downloading from 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 [2023-09-08T19:24:45.236Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom [2023-09-08T19:24:45.236Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom [2023-09-08T19:24:45.236Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom [2023-09-08T19:24:45.236Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom [2023-09-08T19:24:45.236Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom (1.7 kB at 174 kB/s) [2023-09-08T19:24:45.236Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom [2023-09-08T19:24:45.236Z] [INFO] Downloading from 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 [2023-09-08T19:24:45.236Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom [2023-09-08T19:24:45.236Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom [2023-09-08T19:24:45.236Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom [2023-09-08T19:24:45.236Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom [2023-09-08T19:24:45.236Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom (1.8 kB at 176 kB/s) [2023-09-08T19:24:45.236Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom [2023-09-08T19:24:45.236Z] [INFO] Downloading from 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 [2023-09-08T19:24:45.236Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom [2023-09-08T19:24:45.236Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom [2023-09-08T19:24:45.236Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom [2023-09-08T19:24:45.236Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom [2023-09-08T19:24:45.236Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom (3.3 kB at 335 kB/s) [2023-09-08T19:24:45.236Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom [2023-09-08T19:24:45.236Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom [2023-09-08T19:24:45.236Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom [2023-09-08T19:24:45.236Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom [2023-09-08T19:24:45.236Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom [2023-09-08T19:24:45.236Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom [2023-09-08T19:24:45.237Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom (3.5 kB at 351 kB/s) [2023-09-08T19:24:45.237Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom [2023-09-08T19:24:45.237Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom [2023-09-08T19:24:45.237Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom [2023-09-08T19:24:45.237Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom [2023-09-08T19:24:45.237Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom [2023-09-08T19:24:45.237Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom [2023-09-08T19:24:45.237Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom (19 kB at 1.9 MB/s) [2023-09-08T19:24:45.237Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.pom [2023-09-08T19:24:45.493Z] [INFO] Downloading from 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 [2023-09-08T19:24:45.493Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.pom [2023-09-08T19:24:45.493Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.pom [2023-09-08T19:24:45.493Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.pom [2023-09-08T19:24:45.493Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.pom [2023-09-08T19:24:45.493Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.pom (3.0 kB at 296 kB/s) [2023-09-08T19:24:45.493Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom [2023-09-08T19:24:45.493Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom [2023-09-08T19:24:45.493Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom [2023-09-08T19:24:45.493Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom [2023-09-08T19:24:45.493Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom [2023-09-08T19:24:45.493Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom [2023-09-08T19:24:45.493Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom (5.1 kB at 509 kB/s) [2023-09-08T19:24:45.493Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/xbean/xbean/3.7/xbean-3.7.pom [2023-09-08T19:24:45.493Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/xbean/xbean/3.7/xbean-3.7.pom [2023-09-08T19:24:45.493Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/xbean/xbean/3.7/xbean-3.7.pom [2023-09-08T19:24:45.493Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/xbean/xbean/3.7/xbean-3.7.pom [2023-09-08T19:24:45.493Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/xbean/xbean/3.7/xbean-3.7.pom [2023-09-08T19:24:45.493Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean/3.7/xbean-3.7.pom [2023-09-08T19:24:45.493Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean/3.7/xbean-3.7.pom (15 kB at 1.5 MB/s) [2023-09-08T19:24:45.493Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom [2023-09-08T19:24:45.493Z] [INFO] Downloading from 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 [2023-09-08T19:24:45.493Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom [2023-09-08T19:24:45.493Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom [2023-09-08T19:24:45.493Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom [2023-09-08T19:24:45.493Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom [2023-09-08T19:24:45.493Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom (5.5 kB at 548 kB/s) [2023-09-08T19:24:45.493Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom [2023-09-08T19:24:45.493Z] [INFO] Downloading from 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 [2023-09-08T19:24:45.493Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom [2023-09-08T19:24:45.493Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom [2023-09-08T19:24:45.493Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom [2023-09-08T19:24:45.493Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom [2023-09-08T19:24:45.494Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom (18 kB at 1.6 MB/s) [2023-09-08T19:24:45.494Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom [2023-09-08T19:24:45.494Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom [2023-09-08T19:24:45.494Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom [2023-09-08T19:24:45.750Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom [2023-09-08T19:24:45.750Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom [2023-09-08T19:24:45.750Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom [2023-09-08T19:24:45.750Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom (18 kB at 1.7 MB/s) [2023-09-08T19:24:45.750Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/collections/google-collections/1.0/google-collections-1.0.pom [2023-09-08T19:24:45.750Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/collections/google-collections/1.0/google-collections-1.0.pom [2023-09-08T19:24:45.751Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/collections/google-collections/1.0/google-collections-1.0.pom [2023-09-08T19:24:45.751Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/com/google/collections/google-collections/1.0/google-collections-1.0.pom [2023-09-08T19:24:45.751Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/com/google/collections/google-collections/1.0/google-collections-1.0.pom [2023-09-08T19:24:45.751Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/collections/google-collections/1.0/google-collections-1.0.pom [2023-09-08T19:24:45.751Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/collections/google-collections/1.0/google-collections-1.0.pom (2.5 kB at 248 kB/s) [2023-09-08T19:24:45.751Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/google/1/google-1.pom [2023-09-08T19:24:45.751Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/google/1/google-1.pom [2023-09-08T19:24:45.751Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/google/1/google-1.pom [2023-09-08T19:24:45.751Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/com/google/google/1/google-1.pom [2023-09-08T19:24:45.751Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/com/google/google/1/google-1.pom [2023-09-08T19:24:45.751Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/google/1/google-1.pom [2023-09-08T19:24:45.751Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/google/1/google-1.pom (1.6 kB at 155 kB/s) [2023-09-08T19:24:45.751Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.pom [2023-09-08T19:24:45.751Z] [INFO] Downloading from 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 [2023-09-08T19:24:45.751Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.pom [2023-09-08T19:24:45.751Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.pom [2023-09-08T19:24:45.751Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.pom [2023-09-08T19:24:45.751Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.pom [2023-09-08T19:24:45.751Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.pom (3.4 kB at 340 kB/s) [2023-09-08T19:24:45.751Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-sitetools/1.11.1/doxia-sitetools-1.11.1.pom [2023-09-08T19:24:45.751Z] [INFO] Downloading from 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 [2023-09-08T19:24:45.751Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-sitetools/1.11.1/doxia-sitetools-1.11.1.pom [2023-09-08T19:24:45.751Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/doxia/doxia-sitetools/1.11.1/doxia-sitetools-1.11.1.pom [2023-09-08T19:24:45.751Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/doxia/doxia-sitetools/1.11.1/doxia-sitetools-1.11.1.pom [2023-09-08T19:24:45.751Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.11.1/doxia-sitetools-1.11.1.pom [2023-09-08T19:24:45.751Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.11.1/doxia-sitetools-1.11.1.pom (14 kB at 1.1 MB/s) [2023-09-08T19:24:45.751Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.pom [2023-09-08T19:24:45.751Z] [INFO] Downloading from 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 [2023-09-08T19:24:45.751Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.pom [2023-09-08T19:24:46.007Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.pom [2023-09-08T19:24:46.007Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.pom [2023-09-08T19:24:46.007Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.pom [2023-09-08T19:24:46.007Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.pom (4.5 kB at 377 kB/s) [2023-09-08T19:24:46.007Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-text/1.3/commons-text-1.3.pom [2023-09-08T19:24:46.007Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-text/1.3/commons-text-1.3.pom [2023-09-08T19:24:46.007Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-text/1.3/commons-text-1.3.pom [2023-09-08T19:24:46.007Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/commons/commons-text/1.3/commons-text-1.3.pom [2023-09-08T19:24:46.007Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/commons/commons-text/1.3/commons-text-1.3.pom [2023-09-08T19:24:46.007Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.3/commons-text-1.3.pom [2023-09-08T19:24:46.007Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.3/commons-text-1.3.pom (14 kB at 1.3 MB/s) [2023-09-08T19:24:46.007Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-parent/45/commons-parent-45.pom [2023-09-08T19:24:46.007Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/45/commons-parent-45.pom [2023-09-08T19:24:46.007Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/45/commons-parent-45.pom [2023-09-08T19:24:46.007Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/commons/commons-parent/45/commons-parent-45.pom [2023-09-08T19:24:46.007Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/commons/commons-parent/45/commons-parent-45.pom [2023-09-08T19:24:46.007Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/45/commons-parent-45.pom [2023-09-08T19:24:46.007Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/45/commons-parent-45.pom (73 kB at 6.1 MB/s) [2023-09-08T19:24:46.007Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.pom [2023-09-08T19:24:46.007Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.pom [2023-09-08T19:24:46.007Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.pom [2023-09-08T19:24:46.007Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.pom [2023-09-08T19:24:46.007Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.pom [2023-09-08T19:24:46.007Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.pom [2023-09-08T19:24:46.007Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.pom (28 kB at 2.5 MB/s) [2023-09-08T19:24:46.007Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.pom [2023-09-08T19:24:46.264Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.pom [2023-09-08T19:24:46.264Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.pom [2023-09-08T19:24:46.264Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.pom [2023-09-08T19:24:46.264Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.pom [2023-09-08T19:24:46.264Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.pom [2023-09-08T19:24:46.264Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.pom (5.0 kB at 497 kB/s) [2023-09-08T19:24:46.264Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/httpcomponents/httpcomponents-core/4.4.14/httpcomponents-core-4.4.14.pom [2023-09-08T19:24:46.264Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-core/4.4.14/httpcomponents-core-4.4.14.pom [2023-09-08T19:24:46.264Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpcomponents-core/4.4.14/httpcomponents-core-4.4.14.pom [2023-09-08T19:24:46.264Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/httpcomponents/httpcomponents-core/4.4.14/httpcomponents-core-4.4.14.pom [2023-09-08T19:24:46.264Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/httpcomponents/httpcomponents-core/4.4.14/httpcomponents-core-4.4.14.pom [2023-09-08T19:24:46.264Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.4.14/httpcomponents-core-4.4.14.pom [2023-09-08T19:24:46.264Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.4.14/httpcomponents-core-4.4.14.pom (13 kB at 1.3 MB/s) [2023-09-08T19:24:46.264Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.pom [2023-09-08T19:24:46.264Z] [INFO] Downloading from 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 [2023-09-08T19:24:46.264Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.pom [2023-09-08T19:24:46.264Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.pom [2023-09-08T19:24:46.264Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.pom [2023-09-08T19:24:46.264Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.pom [2023-09-08T19:24:46.264Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.pom (7.7 kB at 700 kB/s) [2023-09-08T19:24:46.264Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.pom [2023-09-08T19:24:46.264Z] [INFO] Downloading from 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 [2023-09-08T19:24:46.264Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.pom [2023-09-08T19:24:46.264Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.pom [2023-09-08T19:24:46.264Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.pom [2023-09-08T19:24:46.264Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.pom [2023-09-08T19:24:46.265Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.pom (3.0 kB at 304 kB/s) [2023-09-08T19:24:46.265Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.pom [2023-09-08T19:24:46.521Z] [INFO] Downloading from 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 [2023-09-08T19:24:46.521Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.pom [2023-09-08T19:24:46.521Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.pom [2023-09-08T19:24:46.521Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.pom [2023-09-08T19:24:46.521Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.pom [2023-09-08T19:24:46.521Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.pom (2.0 kB at 180 kB/s) [2023-09-08T19:24:46.521Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-modules/1.11.1/doxia-modules-1.11.1.pom [2023-09-08T19:24:46.521Z] [INFO] Downloading from 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 [2023-09-08T19:24:46.521Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-modules/1.11.1/doxia-modules-1.11.1.pom [2023-09-08T19:24:46.521Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/doxia/doxia-modules/1.11.1/doxia-modules-1.11.1.pom [2023-09-08T19:24:46.521Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/doxia/doxia-modules/1.11.1/doxia-modules-1.11.1.pom [2023-09-08T19:24:46.521Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.11.1/doxia-modules-1.11.1.pom [2023-09-08T19:24:46.521Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.11.1/doxia-modules-1.11.1.pom (2.7 kB at 228 kB/s) [2023-09-08T19:24:46.521Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.pom [2023-09-08T19:24:46.521Z] [INFO] Downloading from 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 [2023-09-08T19:24:46.521Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.pom [2023-09-08T19:24:46.521Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.pom [2023-09-08T19:24:46.521Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.pom [2023-09-08T19:24:46.521Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.pom [2023-09-08T19:24:46.521Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.pom (2.0 kB at 180 kB/s) [2023-09-08T19:24:46.521Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.pom [2023-09-08T19:24:46.521Z] [INFO] Downloading from 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 [2023-09-08T19:24:46.521Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.pom [2023-09-08T19:24:46.521Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.pom [2023-09-08T19:24:46.521Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.pom [2023-09-08T19:24:46.521Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.pom [2023-09-08T19:24:46.778Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.pom (2.1 kB at 104 kB/s) [2023-09-08T19:24:46.778Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom [2023-09-08T19:24:46.778Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom [2023-09-08T19:24:46.778Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom [2023-09-08T19:24:46.778Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom [2023-09-08T19:24:46.778Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom [2023-09-08T19:24:46.778Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom [2023-09-08T19:24:46.778Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom (2.8 kB at 256 kB/s) [2023-09-08T19:24:46.778Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom [2023-09-08T19:24:46.778Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom [2023-09-08T19:24:46.778Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom [2023-09-08T19:24:46.778Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom [2023-09-08T19:24:46.778Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom [2023-09-08T19:24:46.778Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom [2023-09-08T19:24:46.778Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom (2.7 kB at 242 kB/s) [2023-09-08T19:24:46.778Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/velocity/velocity/1.7/velocity-1.7.pom [2023-09-08T19:24:46.778Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/velocity/velocity/1.7/velocity-1.7.pom [2023-09-08T19:24:46.778Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/velocity/velocity/1.7/velocity-1.7.pom [2023-09-08T19:24:46.778Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/velocity/velocity/1.7/velocity-1.7.pom [2023-09-08T19:24:46.778Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/velocity/velocity/1.7/velocity-1.7.pom [2023-09-08T19:24:46.778Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.7/velocity-1.7.pom [2023-09-08T19:24:46.778Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.7/velocity-1.7.pom (11 kB at 543 kB/s) [2023-09-08T19:24:46.778Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom [2023-09-08T19:24:46.778Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom [2023-09-08T19:24:46.778Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom [2023-09-08T19:24:46.778Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom [2023-09-08T19:24:46.778Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom [2023-09-08T19:24:47.037Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom [2023-09-08T19:24:47.037Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom (13 kB at 1.1 MB/s) [2023-09-08T19:24:47.037Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-parent/9/commons-parent-9.pom [2023-09-08T19:24:47.037Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/9/commons-parent-9.pom [2023-09-08T19:24:47.037Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/9/commons-parent-9.pom [2023-09-08T19:24:47.037Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/commons/commons-parent/9/commons-parent-9.pom [2023-09-08T19:24:47.037Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/commons/commons-parent/9/commons-parent-9.pom [2023-09-08T19:24:47.037Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/9/commons-parent-9.pom [2023-09-08T19:24:47.037Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/9/commons-parent-9.pom (22 kB at 2.0 MB/s) [2023-09-08T19:24:47.037Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-lang/commons-lang/2.4/commons-lang-2.4.pom [2023-09-08T19:24:47.037Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-lang/commons-lang/2.4/commons-lang-2.4.pom [2023-09-08T19:24:47.037Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-lang/commons-lang/2.4/commons-lang-2.4.pom [2023-09-08T19:24:47.037Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/commons-lang/commons-lang/2.4/commons-lang-2.4.pom [2023-09-08T19:24:47.037Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-lang/commons-lang/2.4/commons-lang-2.4.pom [2023-09-08T19:24:47.037Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.pom [2023-09-08T19:24:47.037Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.pom (14 kB at 1.3 MB/s) [2023-09-08T19:24:47.037Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom [2023-09-08T19:24:47.037Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom [2023-09-08T19:24:47.037Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom [2023-09-08T19:24:47.037Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom [2023-09-08T19:24:47.037Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom [2023-09-08T19:24:47.037Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom [2023-09-08T19:24:47.037Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom (18 kB at 1.5 MB/s) [2023-09-08T19:24:47.037Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom [2023-09-08T19:24:47.037Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom [2023-09-08T19:24:47.037Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom [2023-09-08T19:24:47.037Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom [2023-09-08T19:24:47.037Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom [2023-09-08T19:24:47.037Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom [2023-09-08T19:24:47.294Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom (357 B at 32 kB/s) [2023-09-08T19:24:47.294Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom [2023-09-08T19:24:47.294Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom [2023-09-08T19:24:47.294Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom [2023-09-08T19:24:47.294Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom [2023-09-08T19:24:47.294Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom [2023-09-08T19:24:47.294Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom [2023-09-08T19:24:47.294Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom (866 B at 79 kB/s) [2023-09-08T19:24:47.294Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-digester/commons-digester/1.8/commons-digester-1.8.pom [2023-09-08T19:24:47.294Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-digester/commons-digester/1.8/commons-digester-1.8.pom [2023-09-08T19:24:47.294Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-digester/commons-digester/1.8/commons-digester-1.8.pom [2023-09-08T19:24:47.294Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/commons-digester/commons-digester/1.8/commons-digester-1.8.pom [2023-09-08T19:24:47.294Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-digester/commons-digester/1.8/commons-digester-1.8.pom [2023-09-08T19:24:47.294Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.8/commons-digester-1.8.pom [2023-09-08T19:24:47.294Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.8/commons-digester-1.8.pom (7.0 kB at 280 kB/s) [2023-09-08T19:24:47.294Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-logging/commons-logging/1.1/commons-logging-1.1.pom [2023-09-08T19:24:47.294Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.1/commons-logging-1.1.pom [2023-09-08T19:24:47.294Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-logging/commons-logging/1.1/commons-logging-1.1.pom [2023-09-08T19:24:47.294Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/commons-logging/commons-logging/1.1/commons-logging-1.1.pom [2023-09-08T19:24:47.294Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-logging/commons-logging/1.1/commons-logging-1.1.pom [2023-09-08T19:24:47.294Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1/commons-logging-1.1.pom [2023-09-08T19:24:47.294Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1/commons-logging-1.1.pom (6.2 kB at 618 kB/s) [2023-09-08T19:24:47.294Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/log4j/log4j/1.2.12/log4j-1.2.12.pom [2023-09-08T19:24:47.551Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/log4j/log4j/1.2.12/log4j-1.2.12.pom [2023-09-08T19:24:47.551Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/log4j/log4j/1.2.12/log4j-1.2.12.pom [2023-09-08T19:24:47.551Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/log4j/log4j/1.2.12/log4j-1.2.12.pom [2023-09-08T19:24:47.551Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/log4j/log4j/1.2.12/log4j-1.2.12.pom [2023-09-08T19:24:47.551Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.12/log4j-1.2.12.pom [2023-09-08T19:24:47.551Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.12/log4j-1.2.12.pom (145 B at 14 kB/s) [2023-09-08T19:24:47.551Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/logkit/logkit/1.0.1/logkit-1.0.1.pom [2023-09-08T19:24:47.551Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/logkit/logkit/1.0.1/logkit-1.0.1.pom [2023-09-08T19:24:47.551Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/logkit/logkit/1.0.1/logkit-1.0.1.pom [2023-09-08T19:24:47.551Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/logkit/logkit/1.0.1/logkit-1.0.1.pom [2023-09-08T19:24:47.551Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/logkit/logkit/1.0.1/logkit-1.0.1.pom [2023-09-08T19:24:47.551Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/logkit/logkit/1.0.1/logkit-1.0.1.pom [2023-09-08T19:24:47.551Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/logkit/logkit/1.0.1/logkit-1.0.1.pom (147 B at 16 kB/s) [2023-09-08T19:24:47.551Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom [2023-09-08T19:24:47.551Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom [2023-09-08T19:24:47.551Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom [2023-09-08T19:24:47.551Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom [2023-09-08T19:24:47.551Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom [2023-09-08T19:24:47.551Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom [2023-09-08T19:24:47.551Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom (167 B at 15 kB/s) [2023-09-08T19:24:47.551Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-chain/commons-chain/1.1/commons-chain-1.1.pom [2023-09-08T19:24:47.551Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-chain/commons-chain/1.1/commons-chain-1.1.pom [2023-09-08T19:24:47.551Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-chain/commons-chain/1.1/commons-chain-1.1.pom [2023-09-08T19:24:47.551Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/commons-chain/commons-chain/1.1/commons-chain-1.1.pom [2023-09-08T19:24:47.551Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-chain/commons-chain/1.1/commons-chain-1.1.pom [2023-09-08T19:24:47.551Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-chain/commons-chain/1.1/commons-chain-1.1.pom [2023-09-08T19:24:47.551Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-chain/commons-chain/1.1/commons-chain-1.1.pom (6.0 kB at 547 kB/s) [2023-09-08T19:24:47.551Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-digester/commons-digester/1.6/commons-digester-1.6.pom [2023-09-08T19:24:47.551Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-digester/commons-digester/1.6/commons-digester-1.6.pom [2023-09-08T19:24:47.551Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-digester/commons-digester/1.6/commons-digester-1.6.pom [2023-09-08T19:24:47.551Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/commons-digester/commons-digester/1.6/commons-digester-1.6.pom [2023-09-08T19:24:47.551Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-digester/commons-digester/1.6/commons-digester-1.6.pom [2023-09-08T19:24:47.807Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.6/commons-digester-1.6.pom [2023-09-08T19:24:47.807Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.6/commons-digester-1.6.pom (974 B at 89 kB/s) [2023-09-08T19:24:47.807Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom [2023-09-08T19:24:47.807Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom [2023-09-08T19:24:47.808Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom [2023-09-08T19:24:47.808Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom [2023-09-08T19:24:47.808Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom [2023-09-08T19:24:47.808Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom [2023-09-08T19:24:47.808Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom (2.3 kB at 210 kB/s) [2023-09-08T19:24:47.808Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-logging/commons-logging/1.0/commons-logging-1.0.pom [2023-09-08T19:24:47.808Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.0/commons-logging-1.0.pom [2023-09-08T19:24:47.808Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-logging/commons-logging/1.0/commons-logging-1.0.pom [2023-09-08T19:24:47.808Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/commons-logging/commons-logging/1.0/commons-logging-1.0.pom [2023-09-08T19:24:47.808Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-logging/commons-logging/1.0/commons-logging-1.0.pom [2023-09-08T19:24:47.808Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0/commons-logging-1.0.pom [2023-09-08T19:24:47.808Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0/commons-logging-1.0.pom (163 B at 15 kB/s) [2023-09-08T19:24:47.808Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-collections/commons-collections/2.0/commons-collections-2.0.pom [2023-09-08T19:24:47.808Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/2.0/commons-collections-2.0.pom [2023-09-08T19:24:47.808Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-collections/commons-collections/2.0/commons-collections-2.0.pom [2023-09-08T19:24:47.808Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/commons-collections/commons-collections/2.0/commons-collections-2.0.pom [2023-09-08T19:24:47.808Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-collections/commons-collections/2.0/commons-collections-2.0.pom [2023-09-08T19:24:47.808Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/2.0/commons-collections-2.0.pom [2023-09-08T19:24:47.808Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/2.0/commons-collections-2.0.pom (171 B at 16 kB/s) [2023-09-08T19:24:47.808Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-collections/commons-collections/2.1/commons-collections-2.1.pom [2023-09-08T19:24:47.808Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/2.1/commons-collections-2.1.pom [2023-09-08T19:24:47.808Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-collections/commons-collections/2.1/commons-collections-2.1.pom [2023-09-08T19:24:47.808Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/commons-collections/commons-collections/2.1/commons-collections-2.1.pom [2023-09-08T19:24:47.808Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-collections/commons-collections/2.1/commons-collections-2.1.pom [2023-09-08T19:24:47.808Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/2.1/commons-collections-2.1.pom [2023-09-08T19:24:47.808Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/2.1/commons-collections-2.1.pom (3.3 kB at 334 kB/s) [2023-09-08T19:24:47.808Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom [2023-09-08T19:24:47.808Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom [2023-09-08T19:24:47.808Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom [2023-09-08T19:24:47.808Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom [2023-09-08T19:24:47.808Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom [2023-09-08T19:24:47.808Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom [2023-09-08T19:24:47.808Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom (2.2 kB at 225 kB/s) [2023-09-08T19:24:47.808Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/dom4j/dom4j/1.1/dom4j-1.1.pom [2023-09-08T19:24:47.808Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/dom4j/dom4j/1.1/dom4j-1.1.pom [2023-09-08T19:24:47.808Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/dom4j/dom4j/1.1/dom4j-1.1.pom [2023-09-08T19:24:47.808Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/dom4j/dom4j/1.1/dom4j-1.1.pom [2023-09-08T19:24:47.808Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/dom4j/dom4j/1.1/dom4j-1.1.pom [2023-09-08T19:24:47.808Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/dom4j/dom4j/1.1/dom4j-1.1.pom [2023-09-08T19:24:48.065Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/dom4j/dom4j/1.1/dom4j-1.1.pom (142 B at 14 kB/s) [2023-09-08T19:24:48.065Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom [2023-09-08T19:24:48.065Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom [2023-09-08T19:24:48.065Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom [2023-09-08T19:24:48.065Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom [2023-09-08T19:24:48.065Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom [2023-09-08T19:24:48.065Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom [2023-09-08T19:24:48.065Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom (11 kB at 1.1 MB/s) [2023-09-08T19:24:48.065Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom [2023-09-08T19:24:48.065Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom [2023-09-08T19:24:48.065Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom [2023-09-08T19:24:48.065Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom [2023-09-08T19:24:48.065Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom [2023-09-08T19:24:48.065Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom [2023-09-08T19:24:48.065Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom (12 kB at 1.4 MB/s) [2023-09-08T19:24:48.065Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/shared/maven-dependency-analyzer/1.12.0/maven-dependency-analyzer-1.12.0.pom [2023-09-08T19:24:48.065Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-dependency-analyzer/1.12.0/maven-dependency-analyzer-1.12.0.pom [2023-09-08T19:24:48.065Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-dependency-analyzer/1.12.0/maven-dependency-analyzer-1.12.0.pom [2023-09-08T19:24:48.065Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/shared/maven-dependency-analyzer/1.12.0/maven-dependency-analyzer-1.12.0.pom [2023-09-08T19:24:48.065Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/maven-dependency-analyzer/1.12.0/maven-dependency-analyzer-1.12.0.pom [2023-09-08T19:24:48.065Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-analyzer/1.12.0/maven-dependency-analyzer-1.12.0.pom [2023-09-08T19:24:48.065Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-analyzer/1.12.0/maven-dependency-analyzer-1.12.0.pom (7.2 kB at 597 kB/s) [2023-09-08T19:24:48.065Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom [2023-09-08T19:24:48.065Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom [2023-09-08T19:24:48.065Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom [2023-09-08T19:24:48.065Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom [2023-09-08T19:24:48.066Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom [2023-09-08T19:24:48.066Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom [2023-09-08T19:24:48.066Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom (2.7 kB at 247 kB/s) [2023-09-08T19:24:48.066Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven/2.0.5/maven-2.0.5.pom [2023-09-08T19:24:48.066Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.0.5/maven-2.0.5.pom [2023-09-08T19:24:48.066Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven/2.0.5/maven-2.0.5.pom [2023-09-08T19:24:48.066Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven/2.0.5/maven-2.0.5.pom [2023-09-08T19:24:48.066Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven/2.0.5/maven-2.0.5.pom [2023-09-08T19:24:48.066Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.5/maven-2.0.5.pom [2023-09-08T19:24:48.066Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.5/maven-2.0.5.pom (5.7 kB at 519 kB/s) [2023-09-08T19:24:48.066Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom [2023-09-08T19:24:48.066Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom [2023-09-08T19:24:48.066Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom [2023-09-08T19:24:48.323Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom [2023-09-08T19:24:48.323Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom [2023-09-08T19:24:48.323Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom [2023-09-08T19:24:48.323Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom (727 B at 66 kB/s) [2023-09-08T19:24:48.323Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/shared/maven-dependency-tree/3.1.0/maven-dependency-tree-3.1.0.pom [2023-09-08T19:24:48.323Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-dependency-tree/3.1.0/maven-dependency-tree-3.1.0.pom [2023-09-08T19:24:48.323Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-dependency-tree/3.1.0/maven-dependency-tree-3.1.0.pom [2023-09-08T19:24:48.323Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/shared/maven-dependency-tree/3.1.0/maven-dependency-tree-3.1.0.pom [2023-09-08T19:24:48.323Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/maven-dependency-tree/3.1.0/maven-dependency-tree-3.1.0.pom [2023-09-08T19:24:48.323Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/3.1.0/maven-dependency-tree-3.1.0.pom [2023-09-08T19:24:48.323Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/3.1.0/maven-dependency-tree-3.1.0.pom (6.9 kB at 577 kB/s) [2023-09-08T19:24:48.323Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.pom [2023-09-08T19:24:48.323Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.pom [2023-09-08T19:24:48.323Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.pom [2023-09-08T19:24:48.323Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.pom [2023-09-08T19:24:48.323Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.pom [2023-09-08T19:24:48.323Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.pom [2023-09-08T19:24:48.323Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.pom (5.5 kB at 546 kB/s) [2023-09-08T19:24:48.323Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven/3.0.5/maven-3.0.5.pom [2023-09-08T19:24:48.323Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.0.5/maven-3.0.5.pom [2023-09-08T19:24:48.323Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven/3.0.5/maven-3.0.5.pom [2023-09-08T19:24:48.323Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven/3.0.5/maven-3.0.5.pom [2023-09-08T19:24:48.323Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven/3.0.5/maven-3.0.5.pom [2023-09-08T19:24:48.324Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.0.5/maven-3.0.5.pom [2023-09-08T19:24:48.324Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/3.0.5/maven-3.0.5.pom (22 kB at 2.0 MB/s) [2023-09-08T19:24:48.324Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.pom [2023-09-08T19:24:48.324Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.pom [2023-09-08T19:24:48.324Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.pom [2023-09-08T19:24:48.324Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.pom [2023-09-08T19:24:48.324Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.pom [2023-09-08T19:24:48.324Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.pom [2023-09-08T19:24:48.583Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.pom (3.8 kB at 346 kB/s) [2023-09-08T19:24:48.583Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.pom [2023-09-08T19:24:48.583Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.pom [2023-09-08T19:24:48.583Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.pom [2023-09-08T19:24:48.583Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.pom [2023-09-08T19:24:48.583Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.pom [2023-09-08T19:24:48.583Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.pom [2023-09-08T19:24:48.583Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.pom (1.8 kB at 131 kB/s) [2023-09-08T19:24:48.583Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.pom [2023-09-08T19:24:48.583Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.pom [2023-09-08T19:24:48.583Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.pom [2023-09-08T19:24:48.583Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.pom [2023-09-08T19:24:48.583Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.pom [2023-09-08T19:24:48.583Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.pom [2023-09-08T19:24:48.583Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.pom (2.3 kB at 251 kB/s) [2023-09-08T19:24:48.583Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom [2023-09-08T19:24:48.583Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom [2023-09-08T19:24:48.583Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom [2023-09-08T19:24:48.583Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom [2023-09-08T19:24:48.583Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom [2023-09-08T19:24:48.583Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom [2023-09-08T19:24:48.583Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom (910 B at 91 kB/s) [2023-09-08T19:24:48.583Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom [2023-09-08T19:24:48.583Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom [2023-09-08T19:24:48.583Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom [2023-09-08T19:24:48.583Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom [2023-09-08T19:24:48.583Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom [2023-09-08T19:24:48.583Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom [2023-09-08T19:24:48.583Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom (5.4 kB at 536 kB/s) [2023-09-08T19:24:48.583Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.pom [2023-09-08T19:24:48.583Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.pom [2023-09-08T19:24:48.840Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.pom [2023-09-08T19:24:48.840Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.pom [2023-09-08T19:24:48.840Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.pom [2023-09-08T19:24:48.840Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.pom [2023-09-08T19:24:48.840Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.pom (1.9 kB at 189 kB/s) [2023-09-08T19:24:48.840Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.pom [2023-09-08T19:24:48.840Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.pom [2023-09-08T19:24:48.840Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.pom [2023-09-08T19:24:48.840Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.pom [2023-09-08T19:24:48.840Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.pom [2023-09-08T19:24:48.840Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.pom [2023-09-08T19:24:48.840Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.pom (1.6 kB at 163 kB/s) [2023-09-08T19:24:48.841Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.pom [2023-09-08T19:24:48.841Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.pom [2023-09-08T19:24:48.841Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.pom [2023-09-08T19:24:48.841Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.pom [2023-09-08T19:24:48.841Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.pom [2023-09-08T19:24:48.841Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.pom [2023-09-08T19:24:48.841Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.pom (2.7 kB at 266 kB/s) [2023-09-08T19:24:48.841Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.pom [2023-09-08T19:24:48.841Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.pom [2023-09-08T19:24:48.841Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.pom [2023-09-08T19:24:48.841Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.pom [2023-09-08T19:24:48.841Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.pom [2023-09-08T19:24:48.841Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.pom [2023-09-08T19:24:48.841Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.pom (6.1 kB at 558 kB/s) [2023-09-08T19:24:48.841Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/sisu/inject/guice-plexus/2.3.0/guice-plexus-2.3.0.pom [2023-09-08T19:24:48.841Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/inject/guice-plexus/2.3.0/guice-plexus-2.3.0.pom [2023-09-08T19:24:48.841Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/inject/guice-plexus/2.3.0/guice-plexus-2.3.0.pom [2023-09-08T19:24:48.841Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/sonatype/sisu/inject/guice-plexus/2.3.0/guice-plexus-2.3.0.pom [2023-09-08T19:24:48.841Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/sisu/inject/guice-plexus/2.3.0/guice-plexus-2.3.0.pom [2023-09-08T19:24:48.841Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-plexus/2.3.0/guice-plexus-2.3.0.pom [2023-09-08T19:24:49.098Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-plexus/2.3.0/guice-plexus-2.3.0.pom (3.8 kB at 317 kB/s) [2023-09-08T19:24:49.098Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/sisu/inject/guice-bean/2.3.0/guice-bean-2.3.0.pom [2023-09-08T19:24:49.098Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/inject/guice-bean/2.3.0/guice-bean-2.3.0.pom [2023-09-08T19:24:49.098Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/inject/guice-bean/2.3.0/guice-bean-2.3.0.pom [2023-09-08T19:24:49.098Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/sonatype/sisu/inject/guice-bean/2.3.0/guice-bean-2.3.0.pom [2023-09-08T19:24:49.098Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/sisu/inject/guice-bean/2.3.0/guice-bean-2.3.0.pom [2023-09-08T19:24:49.098Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-bean/2.3.0/guice-bean-2.3.0.pom [2023-09-08T19:24:49.098Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-bean/2.3.0/guice-bean-2.3.0.pom (3.0 kB at 276 kB/s) [2023-09-08T19:24:49.098Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/sisu/inject/containers/2.3.0/containers-2.3.0.pom [2023-09-08T19:24:49.098Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/inject/containers/2.3.0/containers-2.3.0.pom [2023-09-08T19:24:49.098Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/inject/containers/2.3.0/containers-2.3.0.pom [2023-09-08T19:24:49.098Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/sonatype/sisu/inject/containers/2.3.0/containers-2.3.0.pom [2023-09-08T19:24:49.098Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/sisu/inject/containers/2.3.0/containers-2.3.0.pom [2023-09-08T19:24:49.098Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/containers/2.3.0/containers-2.3.0.pom [2023-09-08T19:24:49.098Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/containers/2.3.0/containers-2.3.0.pom (1.2 kB at 100 kB/s) [2023-09-08T19:24:49.098Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/sisu/sisu-inject/2.3.0/sisu-inject-2.3.0.pom [2023-09-08T19:24:49.098Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject/2.3.0/sisu-inject-2.3.0.pom [2023-09-08T19:24:49.098Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/sisu-inject/2.3.0/sisu-inject-2.3.0.pom [2023-09-08T19:24:49.098Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/sonatype/sisu/sisu-inject/2.3.0/sisu-inject-2.3.0.pom [2023-09-08T19:24:49.098Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/sisu/sisu-inject/2.3.0/sisu-inject-2.3.0.pom [2023-09-08T19:24:49.098Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject/2.3.0/sisu-inject-2.3.0.pom [2023-09-08T19:24:49.098Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject/2.3.0/sisu-inject-2.3.0.pom (3.2 kB at 294 kB/s) [2023-09-08T19:24:49.098Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/sisu/sisu-parent/2.3.0/sisu-parent-2.3.0.pom [2023-09-08T19:24:49.098Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-parent/2.3.0/sisu-parent-2.3.0.pom [2023-09-08T19:24:49.098Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/sisu-parent/2.3.0/sisu-parent-2.3.0.pom [2023-09-08T19:24:49.098Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/sonatype/sisu/sisu-parent/2.3.0/sisu-parent-2.3.0.pom [2023-09-08T19:24:49.098Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/sisu/sisu-parent/2.3.0/sisu-parent-2.3.0.pom [2023-09-08T19:24:49.098Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-parent/2.3.0/sisu-parent-2.3.0.pom [2023-09-08T19:24:49.098Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-parent/2.3.0/sisu-parent-2.3.0.pom (11 kB at 884 kB/s) [2023-09-08T19:24:49.098Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.pom [2023-09-08T19:24:49.098Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.pom [2023-09-08T19:24:49.098Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.pom [2023-09-08T19:24:49.098Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.pom [2023-09-08T19:24:49.098Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.pom [2023-09-08T19:24:49.098Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.pom [2023-09-08T19:24:49.354Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.pom (7.1 kB at 647 kB/s) [2023-09-08T19:24:49.354Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.pom [2023-09-08T19:24:49.354Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.pom [2023-09-08T19:24:49.354Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.pom [2023-09-08T19:24:49.354Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.pom [2023-09-08T19:24:49.355Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.pom [2023-09-08T19:24:49.355Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.pom [2023-09-08T19:24:49.355Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.pom (1.1 kB at 95 kB/s) [2023-09-08T19:24:49.355Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/sisu/inject/guava-parent/0.9.9/guava-parent-0.9.9.pom [2023-09-08T19:24:49.355Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/inject/guava-parent/0.9.9/guava-parent-0.9.9.pom [2023-09-08T19:24:49.355Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/inject/guava-parent/0.9.9/guava-parent-0.9.9.pom [2023-09-08T19:24:49.355Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/sonatype/sisu/inject/guava-parent/0.9.9/guava-parent-0.9.9.pom [2023-09-08T19:24:49.355Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/sisu/inject/guava-parent/0.9.9/guava-parent-0.9.9.pom [2023-09-08T19:24:49.355Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guava-parent/0.9.9/guava-parent-0.9.9.pom [2023-09-08T19:24:49.355Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guava-parent/0.9.9/guava-parent-0.9.9.pom (11 kB at 847 kB/s) [2023-09-08T19:24:49.355Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.pom [2023-09-08T19:24:49.355Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.pom [2023-09-08T19:24:49.355Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.pom [2023-09-08T19:24:49.355Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.pom [2023-09-08T19:24:49.355Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.pom [2023-09-08T19:24:49.355Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.pom [2023-09-08T19:24:49.355Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.pom (2.5 kB at 190 kB/s) [2023-09-08T19:24:49.355Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.pom [2023-09-08T19:24:49.355Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.pom [2023-09-08T19:24:49.611Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.pom [2023-09-08T19:24:49.611Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.pom [2023-09-08T19:24:49.611Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.pom [2023-09-08T19:24:49.611Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.pom [2023-09-08T19:24:49.611Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.pom (2.8 kB at 282 kB/s) [2023-09-08T19:24:49.611Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.pom [2023-09-08T19:24:49.611Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.pom [2023-09-08T19:24:49.611Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.pom [2023-09-08T19:24:49.611Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.pom [2023-09-08T19:24:49.611Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.pom [2023-09-08T19:24:49.611Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.pom [2023-09-08T19:24:49.611Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.pom (1.4 kB at 102 kB/s) [2023-09-08T19:24:49.612Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/aether/aether/1.13.1/aether-1.13.1.pom [2023-09-08T19:24:49.612Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether/1.13.1/aether-1.13.1.pom [2023-09-08T19:24:49.612Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/aether/aether/1.13.1/aether-1.13.1.pom [2023-09-08T19:24:49.612Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/sonatype/aether/aether/1.13.1/aether-1.13.1.pom [2023-09-08T19:24:49.612Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/aether/aether/1.13.1/aether-1.13.1.pom [2023-09-08T19:24:49.612Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether/1.13.1/aether-1.13.1.pom [2023-09-08T19:24:49.612Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether/1.13.1/aether-1.13.1.pom (10 kB at 1.0 MB/s) [2023-09-08T19:24:49.612Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.pom [2023-09-08T19:24:49.612Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.pom [2023-09-08T19:24:49.612Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.pom [2023-09-08T19:24:49.612Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.pom [2023-09-08T19:24:49.612Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.pom [2023-09-08T19:24:49.612Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.pom [2023-09-08T19:24:49.612Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.pom (1.4 kB at 132 kB/s) [2023-09-08T19:24:49.612Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.pom [2023-09-08T19:24:49.612Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.pom [2023-09-08T19:24:49.612Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.pom [2023-09-08T19:24:49.612Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.pom [2023-09-08T19:24:49.612Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.pom [2023-09-08T19:24:49.612Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.pom [2023-09-08T19:24:49.869Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.pom (1.7 kB at 144 kB/s) [2023-09-08T19:24:49.869Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.pom [2023-09-08T19:24:49.869Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.pom [2023-09-08T19:24:49.869Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.pom [2023-09-08T19:24:49.869Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.pom [2023-09-08T19:24:49.869Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.pom [2023-09-08T19:24:49.869Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.pom [2023-09-08T19:24:49.869Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.pom (2.5 kB at 207 kB/s) [2023-09-08T19:24:49.869Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.pom [2023-09-08T19:24:49.869Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.pom [2023-09-08T19:24:49.869Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.pom [2023-09-08T19:24:49.869Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.pom [2023-09-08T19:24:49.869Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.pom [2023-09-08T19:24:49.869Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.pom [2023-09-08T19:24:49.869Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.pom (2.1 kB at 73 kB/s) [2023-09-08T19:24:49.869Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/aether/aether/1.1.0/aether-1.1.0.pom [2023-09-08T19:24:49.869Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether/1.1.0/aether-1.1.0.pom [2023-09-08T19:24:49.869Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/aether/aether/1.1.0/aether-1.1.0.pom [2023-09-08T19:24:49.869Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/aether/aether/1.1.0/aether-1.1.0.pom [2023-09-08T19:24:49.869Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/aether/aether/1.1.0/aether-1.1.0.pom [2023-09-08T19:24:49.869Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether/1.1.0/aether-1.1.0.pom [2023-09-08T19:24:49.869Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether/1.1.0/aether-1.1.0.pom (26 kB at 587 kB/s) [2023-09-08T19:24:49.869Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.pom [2023-09-08T19:24:49.869Z] [INFO] Downloading from 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 [2023-09-08T19:24:49.869Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.pom [2023-09-08T19:24:49.869Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.pom [2023-09-08T19:24:49.869Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.pom [2023-09-08T19:24:49.869Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.pom [2023-09-08T19:24:50.126Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.pom (6.9 kB at 136 kB/s) [2023-09-08T19:24:50.126Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.pom [2023-09-08T19:24:50.126Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.pom [2023-09-08T19:24:50.126Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.pom [2023-09-08T19:24:50.126Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.pom [2023-09-08T19:24:50.126Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.pom [2023-09-08T19:24:50.126Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.pom [2023-09-08T19:24:50.126Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.pom (7.3 kB at 727 kB/s) [2023-09-08T19:24:50.126Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.pom [2023-09-08T19:24:50.126Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.pom [2023-09-08T19:24:50.126Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.pom [2023-09-08T19:24:50.126Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.pom [2023-09-08T19:24:50.126Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.pom [2023-09-08T19:24:50.126Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.pom [2023-09-08T19:24:50.126Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.pom (2.2 kB at 217 kB/s) [2023-09-08T19:24:50.126Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.pom [2023-09-08T19:24:50.126Z] [INFO] Downloading from 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 [2023-09-08T19:24:50.127Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.pom [2023-09-08T19:24:50.127Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.pom [2023-09-08T19:24:50.127Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.pom [2023-09-08T19:24:50.127Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.pom [2023-09-08T19:24:50.127Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.pom (2.6 kB at 236 kB/s) [2023-09-08T19:24:50.127Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom [2023-09-08T19:24:50.127Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom [2023-09-08T19:24:50.127Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom [2023-09-08T19:24:50.127Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom [2023-09-08T19:24:50.383Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom [2023-09-08T19:24:50.383Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom [2023-09-08T19:24:50.383Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom (1.0 kB at 94 kB/s) [2023-09-08T19:24:50.383Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom [2023-09-08T19:24:50.383Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom [2023-09-08T19:24:50.383Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom [2023-09-08T19:24:50.383Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom [2023-09-08T19:24:50.383Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom [2023-09-08T19:24:50.383Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom [2023-09-08T19:24:50.383Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom (3.1 kB at 306 kB/s) [2023-09-08T19:24:50.383Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.pom [2023-09-08T19:24:50.383Z] [INFO] Downloading from 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 [2023-09-08T19:24:50.383Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.pom [2023-09-08T19:24:50.383Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.pom [2023-09-08T19:24:50.383Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.pom [2023-09-08T19:24:50.383Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.pom [2023-09-08T19:24:50.383Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.pom (2.2 kB at 248 kB/s) [2023-09-08T19:24:50.384Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.pom [2023-09-08T19:24:50.384Z] [INFO] Downloading from 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 [2023-09-08T19:24:50.384Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.pom [2023-09-08T19:24:50.384Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.pom [2023-09-08T19:24:50.384Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.pom [2023-09-08T19:24:50.384Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.pom [2023-09-08T19:24:50.384Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.pom (3.4 kB at 376 kB/s) [2023-09-08T19:24:50.384Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.pom [2023-09-08T19:24:50.384Z] [INFO] Downloading from 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 [2023-09-08T19:24:50.384Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.pom [2023-09-08T19:24:50.384Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.pom [2023-09-08T19:24:50.384Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.pom [2023-09-08T19:24:50.384Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.pom [2023-09-08T19:24:50.384Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.pom (2.8 kB at 281 kB/s) [2023-09-08T19:24:50.384Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.pom [2023-09-08T19:24:50.384Z] [INFO] Downloading from 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 [2023-09-08T19:24:50.384Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.pom [2023-09-08T19:24:50.641Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.pom [2023-09-08T19:24:50.641Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.pom [2023-09-08T19:24:50.641Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.pom [2023-09-08T19:24:50.641Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.pom (4.1 kB at 409 kB/s) [2023-09-08T19:24:50.641Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom [2023-09-08T19:24:50.641Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom [2023-09-08T19:24:50.641Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom [2023-09-08T19:24:50.641Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom [2023-09-08T19:24:50.641Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom [2023-09-08T19:24:50.641Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom [2023-09-08T19:24:50.641Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom (5.0 kB at 501 kB/s) [2023-09-08T19:24:50.641Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.pom [2023-09-08T19:24:50.641Z] [INFO] Downloading from 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 [2023-09-08T19:24:50.641Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.pom [2023-09-08T19:24:50.641Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.pom [2023-09-08T19:24:50.641Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.pom [2023-09-08T19:24:50.641Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.pom [2023-09-08T19:24:50.641Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.pom (11 kB at 1.0 MB/s) [2023-09-08T19:24:50.641Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-core/3.0/maven-core-3.0.pom [2023-09-08T19:24:50.641Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.0/maven-core-3.0.pom [2023-09-08T19:24:50.641Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-core/3.0/maven-core-3.0.pom [2023-09-08T19:24:50.641Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-core/3.0/maven-core-3.0.pom [2023-09-08T19:24:50.641Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-core/3.0/maven-core-3.0.pom [2023-09-08T19:24:50.641Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0/maven-core-3.0.pom [2023-09-08T19:24:50.641Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0/maven-core-3.0.pom (6.6 kB at 603 kB/s) [2023-09-08T19:24:50.641Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-model/3.0/maven-model-3.0.pom [2023-09-08T19:24:50.641Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.0/maven-model-3.0.pom [2023-09-08T19:24:50.641Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model/3.0/maven-model-3.0.pom [2023-09-08T19:24:50.641Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-model/3.0/maven-model-3.0.pom [2023-09-08T19:24:50.641Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-model/3.0/maven-model-3.0.pom [2023-09-08T19:24:50.897Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0/maven-model-3.0.pom [2023-09-08T19:24:50.897Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0/maven-model-3.0.pom (3.9 kB at 389 kB/s) [2023-09-08T19:24:50.897Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom [2023-09-08T19:24:50.897Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom [2023-09-08T19:24:50.897Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom [2023-09-08T19:24:50.897Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom [2023-09-08T19:24:50.897Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom [2023-09-08T19:24:50.897Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom [2023-09-08T19:24:50.897Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom (1.9 kB at 188 kB/s) [2023-09-08T19:24:50.897Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom [2023-09-08T19:24:50.897Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom [2023-09-08T19:24:50.897Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom [2023-09-08T19:24:50.897Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom [2023-09-08T19:24:50.897Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom [2023-09-08T19:24:50.897Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom [2023-09-08T19:24:50.897Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom (2.2 kB at 222 kB/s) [2023-09-08T19:24:50.897Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom [2023-09-08T19:24:50.897Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom [2023-09-08T19:24:50.897Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom [2023-09-08T19:24:50.897Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom [2023-09-08T19:24:50.898Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom [2023-09-08T19:24:50.898Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom [2023-09-08T19:24:50.898Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom (1.9 kB at 193 kB/s) [2023-09-08T19:24:50.898Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom [2023-09-08T19:24:50.898Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom [2023-09-08T19:24:50.898Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom [2023-09-08T19:24:50.898Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom [2023-09-08T19:24:50.898Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom [2023-09-08T19:24:50.898Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom [2023-09-08T19:24:50.898Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom (2.3 kB at 229 kB/s) [2023-09-08T19:24:50.898Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom [2023-09-08T19:24:50.898Z] [INFO] Downloading from 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 [2023-09-08T19:24:51.154Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom [2023-09-08T19:24:51.154Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom [2023-09-08T19:24:51.154Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom [2023-09-08T19:24:51.154Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom [2023-09-08T19:24:51.154Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom (5.4 kB at 537 kB/s) [2023-09-08T19:24:51.154Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom [2023-09-08T19:24:51.154Z] [INFO] Downloading from 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 [2023-09-08T19:24:51.154Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom [2023-09-08T19:24:51.154Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom [2023-09-08T19:24:51.154Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom [2023-09-08T19:24:51.154Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom [2023-09-08T19:24:51.154Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom (3.1 kB at 348 kB/s) [2023-09-08T19:24:51.154Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom [2023-09-08T19:24:51.154Z] [INFO] Downloading from 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 [2023-09-08T19:24:51.154Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom [2023-09-08T19:24:51.154Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom [2023-09-08T19:24:51.154Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom [2023-09-08T19:24:51.154Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom [2023-09-08T19:24:51.154Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom (2.6 kB at 261 kB/s) [2023-09-08T19:24:51.154Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom [2023-09-08T19:24:51.154Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom [2023-09-08T19:24:51.154Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom [2023-09-08T19:24:51.154Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom [2023-09-08T19:24:51.154Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom [2023-09-08T19:24:51.154Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom [2023-09-08T19:24:51.154Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom (1.2 kB at 114 kB/s) [2023-09-08T19:24:51.154Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom [2023-09-08T19:24:51.154Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom [2023-09-08T19:24:51.154Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom [2023-09-08T19:24:51.154Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom [2023-09-08T19:24:51.154Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom [2023-09-08T19:24:51.154Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom [2023-09-08T19:24:51.154Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom (7.8 kB at 778 kB/s) [2023-09-08T19:24:51.154Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/forge/forge-parent/6/forge-parent-6.pom [2023-09-08T19:24:51.154Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/forge/forge-parent/6/forge-parent-6.pom [2023-09-08T19:24:51.411Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/forge/forge-parent/6/forge-parent-6.pom [2023-09-08T19:24:51.411Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/sonatype/forge/forge-parent/6/forge-parent-6.pom [2023-09-08T19:24:51.411Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/forge/forge-parent/6/forge-parent-6.pom [2023-09-08T19:24:51.411Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/6/forge-parent-6.pom [2023-09-08T19:24:51.411Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/6/forge-parent-6.pom (11 kB at 896 kB/s) [2023-09-08T19:24:51.411Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom [2023-09-08T19:24:51.411Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom [2023-09-08T19:24:51.411Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom [2023-09-08T19:24:51.411Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom [2023-09-08T19:24:51.411Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom [2023-09-08T19:24:51.411Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom [2023-09-08T19:24:51.411Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom (4.0 kB at 307 kB/s) [2023-09-08T19:24:51.411Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom [2023-09-08T19:24:51.411Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom [2023-09-08T19:24:51.411Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom [2023-09-08T19:24:51.411Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom [2023-09-08T19:24:51.411Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom [2023-09-08T19:24:51.411Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom [2023-09-08T19:24:51.411Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (17 kB at 1.7 MB/s) [2023-09-08T19:24:51.411Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom [2023-09-08T19:24:51.411Z] [INFO] Downloading from 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 [2023-09-08T19:24:51.411Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom [2023-09-08T19:24:51.411Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom [2023-09-08T19:24:51.412Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom [2023-09-08T19:24:51.412Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom [2023-09-08T19:24:51.412Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom (5.5 kB at 341 kB/s) [2023-09-08T19:24:51.412Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom [2023-09-08T19:24:51.667Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom [2023-09-08T19:24:51.667Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom [2023-09-08T19:24:51.667Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom [2023-09-08T19:24:51.667Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom [2023-09-08T19:24:51.667Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom [2023-09-08T19:24:51.667Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom (11 kB at 1.1 MB/s) [2023-09-08T19:24:51.667Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom [2023-09-08T19:24:51.667Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom [2023-09-08T19:24:51.667Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom [2023-09-08T19:24:51.667Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom [2023-09-08T19:24:51.667Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom [2023-09-08T19:24:51.667Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom [2023-09-08T19:24:51.667Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom (2.2 kB at 225 kB/s) [2023-09-08T19:24:51.667Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom [2023-09-08T19:24:51.667Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom [2023-09-08T19:24:51.667Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom [2023-09-08T19:24:51.667Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom [2023-09-08T19:24:51.667Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom [2023-09-08T19:24:51.667Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom [2023-09-08T19:24:51.667Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom (2.5 kB at 247 kB/s) [2023-09-08T19:24:51.667Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom [2023-09-08T19:24:51.667Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom [2023-09-08T19:24:51.667Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom [2023-09-08T19:24:51.667Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom [2023-09-08T19:24:51.667Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom [2023-09-08T19:24:51.667Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom [2023-09-08T19:24:51.667Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom (1.7 kB at 167 kB/s) [2023-09-08T19:24:51.667Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom [2023-09-08T19:24:51.667Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom [2023-09-08T19:24:51.667Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom [2023-09-08T19:24:51.667Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom [2023-09-08T19:24:51.667Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom [2023-09-08T19:24:51.924Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom [2023-09-08T19:24:51.924Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom (7.7 kB at 858 kB/s) [2023-09-08T19:24:51.924Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom [2023-09-08T19:24:51.924Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom [2023-09-08T19:24:51.924Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom [2023-09-08T19:24:51.924Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom [2023-09-08T19:24:51.924Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom [2023-09-08T19:24:51.924Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom [2023-09-08T19:24:51.924Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom (2.1 kB at 206 kB/s) [2023-09-08T19:24:51.924Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom [2023-09-08T19:24:51.924Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom [2023-09-08T19:24:51.924Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom [2023-09-08T19:24:51.924Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom [2023-09-08T19:24:51.924Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom [2023-09-08T19:24:51.924Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom [2023-09-08T19:24:51.924Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom (3.7 kB at 369 kB/s) [2023-09-08T19:24:51.924Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom [2023-09-08T19:24:51.924Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom [2023-09-08T19:24:51.924Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom [2023-09-08T19:24:51.924Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom [2023-09-08T19:24:51.924Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom [2023-09-08T19:24:51.924Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom [2023-09-08T19:24:51.924Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom (1.7 kB at 174 kB/s) [2023-09-08T19:24:51.924Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.pom [2023-09-08T19:24:51.924Z] [INFO] Downloading from 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 [2023-09-08T19:24:51.924Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.pom [2023-09-08T19:24:51.924Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.pom [2023-09-08T19:24:51.924Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.pom [2023-09-08T19:24:52.181Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.pom [2023-09-08T19:24:52.181Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.pom (5.3 kB at 481 kB/s) [2023-09-08T19:24:52.181Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom [2023-09-08T19:24:52.181Z] [INFO] Downloading from 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 [2023-09-08T19:24:52.181Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom [2023-09-08T19:24:52.181Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom [2023-09-08T19:24:52.181Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom [2023-09-08T19:24:52.181Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom [2023-09-08T19:24:52.181Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom (5.0 kB at 498 kB/s) [2023-09-08T19:24:52.181Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom [2023-09-08T19:24:52.181Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom [2023-09-08T19:24:52.181Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom [2023-09-08T19:24:52.181Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom [2023-09-08T19:24:52.181Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom [2023-09-08T19:24:52.181Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom [2023-09-08T19:24:52.181Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom (2.7 kB at 269 kB/s) [2023-09-08T19:24:52.181Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom [2023-09-08T19:24:52.181Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom [2023-09-08T19:24:52.181Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom [2023-09-08T19:24:52.181Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom [2023-09-08T19:24:52.181Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom [2023-09-08T19:24:52.181Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom [2023-09-08T19:24:52.181Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom (12 kB at 1.2 MB/s) [2023-09-08T19:24:52.181Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-collections4/4.2/commons-collections4-4.2.pom [2023-09-08T19:24:52.181Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-collections4/4.2/commons-collections4-4.2.pom [2023-09-08T19:24:52.181Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-collections4/4.2/commons-collections4-4.2.pom [2023-09-08T19:24:52.181Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/commons/commons-collections4/4.2/commons-collections4-4.2.pom [2023-09-08T19:24:52.181Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/commons/commons-collections4/4.2/commons-collections4-4.2.pom [2023-09-08T19:24:52.181Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-collections4/4.2/commons-collections4-4.2.pom [2023-09-08T19:24:52.438Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-collections4/4.2/commons-collections4-4.2.pom (23 kB at 2.1 MB/s) [2023-09-08T19:24:52.438Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.pom [2023-09-08T19:24:52.438Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.pom [2023-09-08T19:24:52.439Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.pom [2023-09-08T19:24:52.439Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.pom [2023-09-08T19:24:52.439Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.pom [2023-09-08T19:24:52.439Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.pom [2023-09-08T19:24:52.439Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.pom (18 kB at 1.8 MB/s) [2023-09-08T19:24:52.439Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/reporting/maven-reporting-impl/3.1.0/maven-reporting-impl-3.1.0.jar [2023-09-08T19:24:52.439Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar [2023-09-08T19:24:52.439Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/reporting/maven-reporting-api/3.1.0/maven-reporting-api-3.1.0.jar [2023-09-08T19:24:52.439Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar [2023-09-08T19:24:52.439Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar [2023-09-08T19:24:52.439Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar [2023-09-08T19:24:52.439Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar [2023-09-08T19:24:52.439Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar [2023-09-08T19:24:52.439Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar [2023-09-08T19:24:52.439Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar [2023-09-08T19:24:52.439Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar [2023-09-08T19:24:52.439Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar [2023-09-08T19:24:52.439Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar [2023-09-08T19:24:52.439Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar [2023-09-08T19:24:52.439Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar [2023-09-08T19:24:52.439Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.jar [2023-09-08T19:24:52.439Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.jar [2023-09-08T19:24:52.439Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.jar [2023-09-08T19:24:52.439Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.jar [2023-09-08T19:24:52.439Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.jar [2023-09-08T19:24:52.439Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.jar [2023-09-08T19:24:52.439Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/collections/google-collections/1.0/google-collections-1.0.jar [2023-09-08T19:24:52.439Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-text/1.3/commons-text-1.3.jar [2023-09-08T19:24:52.439Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.jar [2023-09-08T19:24:52.439Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.jar [2023-09-08T19:24:52.439Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.jar [2023-09-08T19:24:52.439Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.jar [2023-09-08T19:24:52.439Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.jar [2023-09-08T19:24:52.439Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar [2023-09-08T19:24:52.439Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar [2023-09-08T19:24:52.439Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/velocity/velocity/1.7/velocity-1.7.jar [2023-09-08T19:24:52.439Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-lang/commons-lang/2.4/commons-lang-2.4.jar [2023-09-08T19:24:52.439Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar [2023-09-08T19:24:52.439Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-digester/commons-digester/1.8/commons-digester-1.8.jar [2023-09-08T19:24:52.439Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-chain/commons-chain/1.1/commons-chain-1.1.jar [2023-09-08T19:24:52.439Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/dom4j/dom4j/1.1/dom4j-1.1.jar [2023-09-08T19:24:52.439Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/shared/maven-dependency-analyzer/1.12.0/maven-dependency-analyzer-1.12.0.jar [2023-09-08T19:24:52.439Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.jar [2023-09-08T19:24:52.439Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.jar [2023-09-08T19:24:52.439Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/shared/maven-dependency-tree/3.1.0/maven-dependency-tree-3.1.0.jar [2023-09-08T19:24:52.439Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.jar [2023-09-08T19:24:52.439Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.jar [2023-09-08T19:24:52.439Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar [2023-09-08T19:24:52.439Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.jar [2023-09-08T19:24:52.439Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar [2023-09-08T19:24:52.439Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar [2023-09-08T19:24:52.439Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/guava/guava/10.0.1/guava-10.0.1.jar [2023-09-08T19:24:52.439Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar [2023-09-08T19:24:52.439Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar [2023-09-08T19:24:52.439Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.jar [2023-09-08T19:24:52.439Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.jar [2023-09-08T19:24:52.439Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar [2023-09-08T19:24:52.439Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-collections4/4.2/commons-collections4-4.2.jar [2023-09-08T19:24:52.440Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.jar [2023-09-08T19:24:52.440Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar [2023-09-08T19:24:52.440Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-impl/3.1.0/maven-reporting-impl-3.1.0.jar [2023-09-08T19:24:52.440Z] [INFO] Downloading from 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 [2023-09-08T19:24:52.440Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar [2023-09-08T19:24:52.440Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar [2023-09-08T19:24:52.440Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/3.1.0/maven-reporting-api-3.1.0.jar [2023-09-08T19:24:52.440Z] [INFO] Downloading from 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 [2023-09-08T19:24:52.440Z] [INFO] Downloading from 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 [2023-09-08T19:24:52.440Z] [INFO] Downloading from 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 [2023-09-08T19:24:52.440Z] [INFO] Downloading from 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 [2023-09-08T19:24:52.440Z] [INFO] Downloading from 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 [2023-09-08T19:24:52.440Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar [2023-09-08T19:24:52.440Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar [2023-09-08T19:24:52.440Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar [2023-09-08T19:24:52.440Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar [2023-09-08T19:24:52.440Z] [INFO] Downloading from 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 [2023-09-08T19:24:52.440Z] [INFO] Downloading from 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 [2023-09-08T19:24:52.440Z] [INFO] Downloading from 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 [2023-09-08T19:24:52.440Z] [INFO] Downloading from 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 [2023-09-08T19:24:52.440Z] [INFO] Downloading from 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 [2023-09-08T19:24:52.440Z] [INFO] Downloading from 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 [2023-09-08T19:24:52.440Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.jar [2023-09-08T19:24:52.440Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-text/1.3/commons-text-1.3.jar [2023-09-08T19:24:52.440Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/collections/google-collections/1.0/google-collections-1.0.jar [2023-09-08T19:24:52.440Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.jar [2023-09-08T19:24:52.440Z] [INFO] Downloading from 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 [2023-09-08T19:24:52.440Z] [INFO] Downloading from 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 [2023-09-08T19:24:52.440Z] [INFO] Downloading from 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 [2023-09-08T19:24:52.440Z] [INFO] Downloading from 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 [2023-09-08T19:24:52.440Z] [INFO] Downloading from 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 [2023-09-08T19:24:52.440Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar [2023-09-08T19:24:52.440Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/velocity/velocity/1.7/velocity-1.7.jar [2023-09-08T19:24:52.440Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-lang/commons-lang/2.4/commons-lang-2.4.jar [2023-09-08T19:24:52.440Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar [2023-09-08T19:24:52.440Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-digester/commons-digester/1.8/commons-digester-1.8.jar [2023-09-08T19:24:52.697Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-chain/commons-chain/1.1/commons-chain-1.1.jar [2023-09-08T19:24:52.697Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/dom4j/dom4j/1.1/dom4j-1.1.jar [2023-09-08T19:24:52.697Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.jar [2023-09-08T19:24:52.698Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.jar [2023-09-08T19:24:52.698Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-dependency-analyzer/1.12.0/maven-dependency-analyzer-1.12.0.jar [2023-09-08T19:24:52.698Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-dependency-tree/3.1.0/maven-dependency-tree-3.1.0.jar [2023-09-08T19:24:52.698Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.jar [2023-09-08T19:24:52.698Z] [INFO] Downloading from 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 [2023-09-08T19:24:52.698Z] [INFO] Downloading from 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 [2023-09-08T19:24:52.698Z] [INFO] Downloading from 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 [2023-09-08T19:24:52.698Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar [2023-09-08T19:24:52.698Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar [2023-09-08T19:24:52.698Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/10.0.1/guava-10.0.1.jar [2023-09-08T19:24:52.698Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar [2023-09-08T19:24:52.698Z] [INFO] Downloading from 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 [2023-09-08T19:24:52.698Z] [INFO] Downloading from 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 [2023-09-08T19:24:52.698Z] [INFO] Downloading from 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 [2023-09-08T19:24:52.698Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar [2023-09-08T19:24:52.698Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-collections4/4.2/commons-collections4-4.2.jar [2023-09-08T19:24:52.698Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.jar [2023-09-08T19:24:52.698Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar [2023-09-08T19:24:52.698Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/reporting/maven-reporting-impl/3.1.0/maven-reporting-impl-3.1.0.jar [2023-09-08T19:24:52.698Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar [2023-09-08T19:24:52.698Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar [2023-09-08T19:24:52.698Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar [2023-09-08T19:24:52.698Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/reporting/maven-reporting-api/3.1.0/maven-reporting-api-3.1.0.jar [2023-09-08T19:24:52.698Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar [2023-09-08T19:24:52.698Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar [2023-09-08T19:24:52.698Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar [2023-09-08T19:24:52.698Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar [2023-09-08T19:24:52.698Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar [2023-09-08T19:24:52.698Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar [2023-09-08T19:24:52.698Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar [2023-09-08T19:24:52.698Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar [2023-09-08T19:24:52.698Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar [2023-09-08T19:24:52.698Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar [2023-09-08T19:24:52.698Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.jar [2023-09-08T19:24:52.698Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.jar [2023-09-08T19:24:52.698Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.jar [2023-09-08T19:24:52.698Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.jar [2023-09-08T19:24:52.698Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.jar [2023-09-08T19:24:52.698Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.jar [2023-09-08T19:24:52.698Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/collections/google-collections/1.0/google-collections-1.0.jar [2023-09-08T19:24:52.698Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-text/1.3/commons-text-1.3.jar [2023-09-08T19:24:52.698Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.jar [2023-09-08T19:24:52.698Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.jar [2023-09-08T19:24:52.698Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.jar [2023-09-08T19:24:52.698Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.jar [2023-09-08T19:24:52.698Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.jar [2023-09-08T19:24:52.698Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar [2023-09-08T19:24:52.698Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar [2023-09-08T19:24:52.698Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/velocity/velocity/1.7/velocity-1.7.jar [2023-09-08T19:24:52.698Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-lang/commons-lang/2.4/commons-lang-2.4.jar [2023-09-08T19:24:52.698Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar [2023-09-08T19:24:52.698Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-dependency-analyzer/1.12.0/maven-dependency-analyzer-1.12.0.jar [2023-09-08T19:24:52.698Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/dom4j/dom4j/1.1/dom4j-1.1.jar [2023-09-08T19:24:52.698Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-digester/commons-digester/1.8/commons-digester-1.8.jar [2023-09-08T19:24:52.698Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-chain/commons-chain/1.1/commons-chain-1.1.jar [2023-09-08T19:24:52.698Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.jar [2023-09-08T19:24:52.698Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-dependency-tree/3.1.0/maven-dependency-tree-3.1.0.jar [2023-09-08T19:24:52.698Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.jar [2023-09-08T19:24:52.698Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.jar [2023-09-08T19:24:52.698Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.jar [2023-09-08T19:24:52.698Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar [2023-09-08T19:24:52.699Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.jar [2023-09-08T19:24:52.699Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar [2023-09-08T19:24:52.699Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar [2023-09-08T19:24:52.699Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/guava/guava/10.0.1/guava-10.0.1.jar [2023-09-08T19:24:52.699Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar [2023-09-08T19:24:52.699Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar [2023-09-08T19:24:52.699Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.jar [2023-09-08T19:24:52.699Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.jar [2023-09-08T19:24:52.699Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar [2023-09-08T19:24:52.699Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-collections4/4.2/commons-collections4-4.2.jar [2023-09-08T19:24:52.699Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar [2023-09-08T19:24:52.699Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.jar [2023-09-08T19:24:52.699Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/reporting/maven-reporting-impl/3.1.0/maven-reporting-impl-3.1.0.jar [2023-09-08T19:24:52.699Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar [2023-09-08T19:24:52.699Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar [2023-09-08T19:24:52.699Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar [2023-09-08T19:24:52.699Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/reporting/maven-reporting-api/3.1.0/maven-reporting-api-3.1.0.jar [2023-09-08T19:24:52.699Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar [2023-09-08T19:24:52.699Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar [2023-09-08T19:24:52.699Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar [2023-09-08T19:24:52.699Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar [2023-09-08T19:24:52.699Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar [2023-09-08T19:24:52.699Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar [2023-09-08T19:24:52.699Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar [2023-09-08T19:24:52.699Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar [2023-09-08T19:24:52.699Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar [2023-09-08T19:24:52.699Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar [2023-09-08T19:24:52.699Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.jar [2023-09-08T19:24:52.699Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.jar [2023-09-08T19:24:52.699Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.jar [2023-09-08T19:24:52.699Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.jar [2023-09-08T19:24:52.699Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.jar [2023-09-08T19:24:52.699Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.jar [2023-09-08T19:24:52.699Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.jar [2023-09-08T19:24:52.699Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/commons/commons-text/1.3/commons-text-1.3.jar [2023-09-08T19:24:52.699Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/com/google/collections/google-collections/1.0/google-collections-1.0.jar [2023-09-08T19:24:52.699Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.jar [2023-09-08T19:24:52.699Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.jar [2023-09-08T19:24:52.699Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.jar [2023-09-08T19:24:52.699Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar [2023-09-08T19:24:52.699Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.jar [2023-09-08T19:24:52.699Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar [2023-09-08T19:24:52.699Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/velocity/velocity/1.7/velocity-1.7.jar [2023-09-08T19:24:52.699Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/commons-lang/commons-lang/2.4/commons-lang-2.4.jar [2023-09-08T19:24:52.699Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar [2023-09-08T19:24:52.699Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/commons-digester/commons-digester/1.8/commons-digester-1.8.jar [2023-09-08T19:24:52.699Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/commons-chain/commons-chain/1.1/commons-chain-1.1.jar [2023-09-08T19:24:52.699Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/dom4j/dom4j/1.1/dom4j-1.1.jar [2023-09-08T19:24:52.699Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/shared/maven-dependency-analyzer/1.12.0/maven-dependency-analyzer-1.12.0.jar [2023-09-08T19:24:52.699Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.jar [2023-09-08T19:24:52.699Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.jar [2023-09-08T19:24:52.699Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/shared/maven-dependency-tree/3.1.0/maven-dependency-tree-3.1.0.jar [2023-09-08T19:24:52.699Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.jar [2023-09-08T19:24:52.699Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.jar [2023-09-08T19:24:52.700Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.jar [2023-09-08T19:24:52.700Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar [2023-09-08T19:24:52.700Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar [2023-09-08T19:24:52.700Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar [2023-09-08T19:24:52.700Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/com/google/guava/guava/10.0.1/guava-10.0.1.jar [2023-09-08T19:24:52.700Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar [2023-09-08T19:24:52.700Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar [2023-09-08T19:24:52.700Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.jar [2023-09-08T19:24:52.961Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.jar [2023-09-08T19:24:52.961Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar [2023-09-08T19:24:52.961Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/commons/commons-collections4/4.2/commons-collections4-4.2.jar [2023-09-08T19:24:52.961Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar [2023-09-08T19:24:52.961Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.jar [2023-09-08T19:24:52.961Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/reporting/maven-reporting-impl/3.1.0/maven-reporting-impl-3.1.0.jar [2023-09-08T19:24:52.962Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar [2023-09-08T19:24:52.962Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar [2023-09-08T19:24:52.962Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar [2023-09-08T19:24:52.962Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/reporting/maven-reporting-api/3.1.0/maven-reporting-api-3.1.0.jar [2023-09-08T19:24:52.962Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar [2023-09-08T19:24:52.962Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar [2023-09-08T19:24:52.962Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar [2023-09-08T19:24:52.962Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar [2023-09-08T19:24:52.962Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar [2023-09-08T19:24:52.962Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar [2023-09-08T19:24:52.962Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar [2023-09-08T19:24:52.962Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar [2023-09-08T19:24:52.962Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar [2023-09-08T19:24:52.962Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar [2023-09-08T19:24:52.962Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.jar [2023-09-08T19:24:52.962Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.jar [2023-09-08T19:24:52.962Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.jar [2023-09-08T19:24:52.962Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.jar [2023-09-08T19:24:52.962Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.jar [2023-09-08T19:24:52.962Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.jar [2023-09-08T19:24:52.962Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/com/google/collections/google-collections/1.0/google-collections-1.0.jar [2023-09-08T19:24:52.962Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/commons/commons-text/1.3/commons-text-1.3.jar [2023-09-08T19:24:52.962Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.jar [2023-09-08T19:24:52.962Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.jar [2023-09-08T19:24:52.962Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.jar [2023-09-08T19:24:52.962Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.jar [2023-09-08T19:24:52.962Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.jar [2023-09-08T19:24:52.962Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar [2023-09-08T19:24:52.962Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar [2023-09-08T19:24:52.962Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/velocity/velocity/1.7/velocity-1.7.jar [2023-09-08T19:24:52.962Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-lang/commons-lang/2.4/commons-lang-2.4.jar [2023-09-08T19:24:52.962Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar [2023-09-08T19:24:52.962Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-digester/commons-digester/1.8/commons-digester-1.8.jar [2023-09-08T19:24:52.962Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-chain/commons-chain/1.1/commons-chain-1.1.jar [2023-09-08T19:24:52.962Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/dom4j/dom4j/1.1/dom4j-1.1.jar [2023-09-08T19:24:52.962Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/maven-dependency-analyzer/1.12.0/maven-dependency-analyzer-1.12.0.jar [2023-09-08T19:24:52.962Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.jar [2023-09-08T19:24:52.962Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.jar [2023-09-08T19:24:52.962Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/maven-dependency-tree/3.1.0/maven-dependency-tree-3.1.0.jar [2023-09-08T19:24:52.962Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.jar [2023-09-08T19:24:52.962Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.jar [2023-09-08T19:24:52.962Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar [2023-09-08T19:24:52.962Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.jar [2023-09-08T19:24:52.962Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar [2023-09-08T19:24:52.962Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar [2023-09-08T19:24:52.962Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/com/google/guava/guava/10.0.1/guava-10.0.1.jar [2023-09-08T19:24:52.962Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar [2023-09-08T19:24:52.962Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar [2023-09-08T19:24:52.962Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.jar [2023-09-08T19:24:52.962Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.jar [2023-09-08T19:24:52.962Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar [2023-09-08T19:24:52.963Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/commons/commons-collections4/4.2/commons-collections4-4.2.jar [2023-09-08T19:24:52.963Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.jar [2023-09-08T19:24:52.963Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar [2023-09-08T19:24:52.963Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/3.1.0/maven-reporting-impl-3.1.0.jar [2023-09-08T19:24:52.963Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.1.0/maven-reporting-api-3.1.0.jar [2023-09-08T19:24:52.963Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar [2023-09-08T19:24:52.963Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar [2023-09-08T19:24:52.963Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar [2023-09-08T19:24:52.963Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.1.0/maven-reporting-api-3.1.0.jar (11 kB at 621 kB/s) [2023-09-08T19:24:52.963Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar [2023-09-08T19:24:52.963Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar (47 kB at 3.3 MB/s) [2023-09-08T19:24:52.963Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar (41 kB at 3.0 MB/s) [2023-09-08T19:24:52.963Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar [2023-09-08T19:24:52.963Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/3.1.0/maven-reporting-impl-3.1.0.jar (19 kB at 1.1 MB/s) [2023-09-08T19:24:52.963Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar [2023-09-08T19:24:52.963Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar [2023-09-08T19:24:52.963Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar (563 kB at 27 MB/s) [2023-09-08T19:24:52.963Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar [2023-09-08T19:24:52.963Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar (30 kB at 1.2 MB/s) [2023-09-08T19:24:52.963Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar [2023-09-08T19:24:52.963Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar (18 kB at 681 kB/s) [2023-09-08T19:24:52.963Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar [2023-09-08T19:24:52.963Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar (60 kB at 2.2 MB/s) [2023-09-08T19:24:52.963Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar [2023-09-08T19:24:52.963Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar (159 kB at 5.7 MB/s) [2023-09-08T19:24:52.963Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar [2023-09-08T19:24:52.963Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar (145 kB at 4.7 MB/s) [2023-09-08T19:24:52.963Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar [2023-09-08T19:24:52.963Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (29 kB at 772 kB/s) [2023-09-08T19:24:52.963Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar (47 kB at 1.3 MB/s) [2023-09-08T19:24:52.963Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.jar [2023-09-08T19:24:52.963Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar (61 kB at 1.7 MB/s) [2023-09-08T19:24:52.963Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.jar [2023-09-08T19:24:52.963Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (13 kB at 355 kB/s) [2023-09-08T19:24:52.963Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.jar [2023-09-08T19:24:52.963Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.jar [2023-09-08T19:24:52.963Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar (50 kB at 1.2 MB/s) [2023-09-08T19:24:52.963Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.jar [2023-09-08T19:24:52.963Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.jar (12 kB at 244 kB/s) [2023-09-08T19:24:52.963Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.jar [2023-09-08T19:24:52.963Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.jar (12 kB at 237 kB/s) [2023-09-08T19:24:52.963Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/collections/google-collections/1.0/google-collections-1.0.jar [2023-09-08T19:24:52.963Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.jar (218 kB at 4.3 MB/s) [2023-09-08T19:24:52.963Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.3/commons-text-1.3.jar [2023-09-08T19:24:52.963Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.jar (60 kB at 1.2 MB/s) [2023-09-08T19:24:52.963Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.jar [2023-09-08T19:24:52.963Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.jar (230 kB at 4.2 MB/s) [2023-09-08T19:24:52.963Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.jar [2023-09-08T19:24:52.963Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.jar (148 kB at 2.3 MB/s) [2023-09-08T19:24:52.963Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.jar [2023-09-08T19:24:52.963Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/collections/google-collections/1.0/google-collections-1.0.jar (640 kB at 9.4 MB/s) [2023-09-08T19:24:52.963Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.jar [2023-09-08T19:24:52.963Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.jar (328 kB at 4.8 MB/s) [2023-09-08T19:24:52.963Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.jar [2023-09-08T19:24:52.963Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.3/commons-text-1.3.jar (183 kB at 2.6 MB/s) [2023-09-08T19:24:52.963Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar [2023-09-08T19:24:52.963Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.jar (65 kB at 918 kB/s) [2023-09-08T19:24:52.963Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar [2023-09-08T19:24:52.963Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.jar (16 kB at 218 kB/s) [2023-09-08T19:24:52.963Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.7/velocity-1.7.jar [2023-09-08T19:24:52.963Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.jar (17 kB at 223 kB/s) [2023-09-08T19:24:52.963Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.jar [2023-09-08T19:24:52.963Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar (12 kB at 149 kB/s) [2023-09-08T19:24:52.963Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar [2023-09-08T19:24:52.963Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.jar (18 kB at 220 kB/s) [2023-09-08T19:24:52.963Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.8/commons-digester-1.8.jar [2023-09-08T19:24:52.964Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar (8.1 kB at 99 kB/s) [2023-09-08T19:24:52.964Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-chain/commons-chain/1.1/commons-chain-1.1.jar [2023-09-08T19:24:52.964Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.7/velocity-1.7.jar (450 kB at 5.0 MB/s) [2023-09-08T19:24:52.964Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/dom4j/dom4j/1.1/dom4j-1.1.jar [2023-09-08T19:24:52.964Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.jar (262 kB at 2.8 MB/s) [2023-09-08T19:24:52.964Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-analyzer/1.12.0/maven-dependency-analyzer-1.12.0.jar [2023-09-08T19:24:52.964Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-chain/commons-chain/1.1/commons-chain-1.1.jar (90 kB at 947 kB/s) [2023-09-08T19:24:52.964Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.jar [2023-09-08T19:24:52.964Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar (347 kB at 3.6 MB/s) [2023-09-08T19:24:52.964Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.jar [2023-09-08T19:24:52.964Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.8/commons-digester-1.8.jar (144 kB at 1.4 MB/s) [2023-09-08T19:24:52.964Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/3.1.0/maven-dependency-tree-3.1.0.jar [2023-09-08T19:24:52.964Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/dom4j/dom4j/1.1/dom4j-1.1.jar (457 kB at 4.4 MB/s) [2023-09-08T19:24:52.964Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.jar [2023-09-08T19:24:52.964Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-analyzer/1.12.0/maven-dependency-analyzer-1.12.0.jar (37 kB at 351 kB/s) [2023-09-08T19:24:52.964Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.jar [2023-09-08T19:24:52.964Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.jar (85 kB at 763 kB/s) [2023-09-08T19:24:52.964Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar [2023-09-08T19:24:52.964Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/3.1.0/maven-dependency-tree-3.1.0.jar (103 kB at 912 kB/s) [2023-09-08T19:24:52.964Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.jar [2023-09-08T19:24:52.964Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.jar (86 kB at 752 kB/s) [2023-09-08T19:24:52.964Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar [2023-09-08T19:24:52.964Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.jar (150 kB at 1.3 MB/s) [2023-09-08T19:24:52.964Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar [2023-09-08T19:24:52.964Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.jar (61 kB at 511 kB/s) [2023-09-08T19:24:52.964Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/10.0.1/guava-10.0.1.jar [2023-09-08T19:24:52.964Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar (45 kB at 359 kB/s) [2023-09-08T19:24:52.964Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar [2023-09-08T19:24:52.964Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.jar (197 kB at 1.6 MB/s) [2023-09-08T19:24:52.964Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar [2023-09-08T19:24:52.964Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar (134 kB at 1.1 MB/s) [2023-09-08T19:24:52.964Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.jar [2023-09-08T19:24:52.964Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar (5.8 kB at 45 kB/s) [2023-09-08T19:24:52.964Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.jar [2023-09-08T19:24:53.230Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar (33 kB at 225 kB/s) [2023-09-08T19:24:53.230Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar [2023-09-08T19:24:53.230Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar (357 kB at 2.4 MB/s) [2023-09-08T19:24:53.230Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.jar (291 kB at 2.0 MB/s) [2023-09-08T19:24:53.230Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-collections4/4.2/commons-collections4-4.2.jar [2023-09-08T19:24:53.230Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.jar [2023-09-08T19:24:53.230Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.jar (159 kB at 1.0 MB/s) [2023-09-08T19:24:53.230Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar [2023-09-08T19:24:53.230Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/10.0.1/guava-10.0.1.jar (1.5 MB at 9.7 MB/s) [2023-09-08T19:24:53.230Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar (26 kB at 165 kB/s) [2023-09-08T19:24:53.230Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar (588 kB at 3.0 MB/s) [2023-09-08T19:24:53.230Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.jar (247 kB at 1.3 MB/s) [2023-09-08T19:24:53.230Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-collections4/4.2/commons-collections4-4.2.jar (753 kB at 3.8 MB/s) [2023-09-08T19:24:53.488Z] [INFO] Configured Artifact: org.antlr:antlr-runtime:3.2:jar [2023-09-08T19:24:53.488Z] [INFO] Unpacking /home/vnc/.m2/repository/org/antlr/antlr-runtime/3.2/antlr-runtime-3.2.jar to /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_3.2.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:24:53.488Z] [INFO] Merging collected dependencies [2023-09-08T19:24:53.488Z] [INFO] Copying 110 resources [2023-09-08T19:24:53.488Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:24:54.854Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.antlr.runtime:eclipse-bundle-recipe:3.2.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:24:54.854Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_3.2.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:24:54.854Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_3.2.0/target/org.antlr.runtime-3.2.0-SNAPSHOT.jar [2023-09-08T19:24:54.855Z] [INFO] Gathering sources [2023-09-08T19:24:54.855Z] [INFO] Configured Artifact: org.antlr:antlr-runtime:sources:3.2:jar [2023-09-08T19:24:54.855Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/antlr/antlr-runtime/3.2/antlr-runtime-3.2-sources.jar [2023-09-08T19:24:54.855Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/antlr/antlr-runtime/3.2/antlr-runtime-3.2-sources.jar [2023-09-08T19:24:55.111Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/antlr/antlr-runtime/3.2/antlr-runtime-3.2-sources.jar (186 kB at 4.0 MB/s) [2023-09-08T19:24:55.111Z] [INFO] Unpacking /home/vnc/.m2/repository/org/antlr/antlr-runtime/3.2/antlr-runtime-3.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_3.2.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:24:55.111Z] [INFO] Copying 3 resources [2023-09-08T19:24:55.111Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_3.2.0/src/main/java [2023-09-08T19:24:55.111Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_3.2.0/target/org.antlr.runtime-3.2.0-SNAPSHOT-sources.jar [2023-09-08T19:24:55.111Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-bundles-external/2.0.0/tycho-bundles-external-2.0.0.zip [2023-09-08T19:24:55.111Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-bundles-external/2.0.0/tycho-bundles-external-2.0.0.zip [2023-09-08T19:24:55.111Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-bundles-external/2.0.0/tycho-bundles-external-2.0.0.zip [2023-09-08T19:24:55.367Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/tycho/tycho-bundles-external/2.0.0/tycho-bundles-external-2.0.0.zip [2023-09-08T19:24:55.367Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/tycho/tycho-bundles-external/2.0.0/tycho-bundles-external-2.0.0.zip [2023-09-08T19:24:55.367Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-bundles-external/2.0.0/tycho-bundles-external-2.0.0.zip [2023-09-08T19:24:55.367Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-bundles-external/2.0.0/tycho-bundles-external-2.0.0.zip (8.2 MB at 40 MB/s) [2023-09-08T19:24:55.624Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/2.0.0/org.eclipse.tycho.p2.resolver.impl-2.0.0.jar [2023-09-08T19:24:55.624Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/2.0.0/org.eclipse.tycho.p2.resolver.impl-2.0.0.jar [2023-09-08T19:24:55.624Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/2.0.0/org.eclipse.tycho.p2.resolver.impl-2.0.0.jar [2023-09-08T19:24:55.624Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/2.0.0/org.eclipse.tycho.p2.resolver.impl-2.0.0.jar [2023-09-08T19:24:55.624Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/2.0.0/org.eclipse.tycho.p2.resolver.impl-2.0.0.jar [2023-09-08T19:24:55.624Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/2.0.0/org.eclipse.tycho.p2.resolver.impl-2.0.0.jar [2023-09-08T19:24:55.624Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/2.0.0/org.eclipse.tycho.p2.resolver.impl-2.0.0.jar (237 kB at 7.2 MB/s) [2023-09-08T19:24:55.624Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/2.0.0/org.eclipse.tycho.p2.maven.repository-2.0.0.jar [2023-09-08T19:24:55.624Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/2.0.0/org.eclipse.tycho.p2.maven.repository-2.0.0.jar [2023-09-08T19:24:55.624Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/2.0.0/org.eclipse.tycho.p2.maven.repository-2.0.0.jar [2023-09-08T19:24:55.624Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/2.0.0/org.eclipse.tycho.p2.maven.repository-2.0.0.jar [2023-09-08T19:24:55.624Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/2.0.0/org.eclipse.tycho.p2.maven.repository-2.0.0.jar [2023-09-08T19:24:55.880Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/2.0.0/org.eclipse.tycho.p2.maven.repository-2.0.0.jar [2023-09-08T19:24:55.880Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.p2.maven.repository/2.0.0/org.eclipse.tycho.p2.maven.repository-2.0.0.jar (163 kB at 1.6 MB/s) [2023-09-08T19:24:55.880Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/2.0.0/org.eclipse.tycho.p2.tools.impl-2.0.0.jar [2023-09-08T19:24:55.880Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/2.0.0/org.eclipse.tycho.p2.tools.impl-2.0.0.jar [2023-09-08T19:24:55.880Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/2.0.0/org.eclipse.tycho.p2.tools.impl-2.0.0.jar [2023-09-08T19:24:55.880Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/2.0.0/org.eclipse.tycho.p2.tools.impl-2.0.0.jar [2023-09-08T19:24:55.880Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/2.0.0/org.eclipse.tycho.p2.tools.impl-2.0.0.jar [2023-09-08T19:24:55.880Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/2.0.0/org.eclipse.tycho.p2.tools.impl-2.0.0.jar [2023-09-08T19:24:55.880Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/2.0.0/org.eclipse.tycho.p2.tools.impl-2.0.0.jar (50 kB at 947 kB/s) [2023-09-08T19:24:56.809Z] [INFO] Downloading from ebr-snapshots: https://repo.eclipse.org/content/repositories/ebr-snapshots/org/eclipse/ebr/ebr-tycho-extras-plugin/2.0.0-SNAPSHOT/maven-metadata.xml [2023-09-08T19:24:56.809Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/ebr/ebr-tycho-extras-plugin/2.0.0-SNAPSHOT/maven-metadata.xml [2023-09-08T19:24:56.809Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/ebr/ebr-tycho-extras-plugin/2.0.0-SNAPSHOT/maven-metadata.xml [2023-09-08T19:24:56.809Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/ebr/ebr-tycho-extras-plugin/2.0.0-SNAPSHOT/maven-metadata.xml [2023-09-08T19:24:56.809Z] [INFO] Downloaded from ebr-snapshots: https://repo.eclipse.org/content/repositories/ebr-snapshots/org/eclipse/ebr/ebr-tycho-extras-plugin/2.0.0-SNAPSHOT/maven-metadata.xml (791 B at 21 kB/s) [2023-09-08T19:24:56.809Z] [INFO] Downloading from ebr-snapshots: https://repo.eclipse.org/content/repositories/ebr-snapshots/org/eclipse/ebr/ebr-tycho-extras-plugin/2.0.0-SNAPSHOT/ebr-tycho-extras-plugin-2.0.0-20230902.145118-26.pom [2023-09-08T19:24:56.809Z] [INFO] Downloaded from ebr-snapshots: https://repo.eclipse.org/content/repositories/ebr-snapshots/org/eclipse/ebr/ebr-tycho-extras-plugin/2.0.0-SNAPSHOT/ebr-tycho-extras-plugin-2.0.0-20230902.145118-26.pom (2.5 kB at 53 kB/s) [2023-09-08T19:24:57.067Z] [INFO] Downloading from ebr-snapshots: https://repo.eclipse.org/content/repositories/ebr-snapshots/org/eclipse/ebr/ebr-tycho-extras-plugin/2.0.0-SNAPSHOT/ebr-tycho-extras-plugin-2.0.0-20230902.145118-26.jar [2023-09-08T19:24:57.067Z] [INFO] Downloaded from ebr-snapshots: https://repo.eclipse.org/content/repositories/ebr-snapshots/org/eclipse/ebr/ebr-tycho-extras-plugin/2.0.0-SNAPSHOT/ebr-tycho-extras-plugin-2.0.0-20230902.145118-26.jar (15 kB at 320 kB/s) [2023-09-08T19:24:57.067Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-p2-repository-plugin/2.0.0/tycho-p2-repository-plugin-2.0.0.pom [2023-09-08T19:24:57.067Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-repository-plugin/2.0.0/tycho-p2-repository-plugin-2.0.0.pom [2023-09-08T19:24:57.067Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-p2-repository-plugin/2.0.0/tycho-p2-repository-plugin-2.0.0.pom [2023-09-08T19:24:57.067Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/tycho/tycho-p2-repository-plugin/2.0.0/tycho-p2-repository-plugin-2.0.0.pom [2023-09-08T19:24:57.067Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/tycho/tycho-p2-repository-plugin/2.0.0/tycho-p2-repository-plugin-2.0.0.pom [2023-09-08T19:24:57.067Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-p2-repository-plugin/2.0.0/tycho-p2-repository-plugin-2.0.0.pom [2023-09-08T19:24:57.067Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-p2-repository-plugin/2.0.0/tycho-p2-repository-plugin-2.0.0.pom (1.4 kB at 12 kB/s) [2023-09-08T19:24:57.067Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml [2023-09-08T19:24:57.067Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml [2023-09-08T19:24:57.067Z] [INFO] Downloading from ebr-snapshots: https://repo.eclipse.org/content/repositories/ebr-snapshots/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml [2023-09-08T19:24:57.067Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml [2023-09-08T19:24:57.067Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml [2023-09-08T19:24:57.067Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml [2023-09-08T19:24:57.067Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml [2023-09-08T19:24:57.067Z] [INFO] Downloading from tycho-snapshots: https://repo.eclipse.org/content/repositories/tycho-snapshots/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml [2023-09-08T19:24:57.323Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/maven-metadata.xml (1.2 kB at 99 kB/s) [2023-09-08T19:24:57.323Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/platform/org.eclipse.osgi/3.12.0/org.eclipse.osgi-3.12.0.pom [2023-09-08T19:24:57.323Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.12.0/org.eclipse.osgi-3.12.0.pom [2023-09-08T19:24:57.323Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.osgi/3.12.0/org.eclipse.osgi-3.12.0.pom [2023-09-08T19:24:57.323Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/platform/org.eclipse.osgi/3.12.0/org.eclipse.osgi-3.12.0.pom [2023-09-08T19:24:57.323Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/platform/org.eclipse.osgi/3.12.0/org.eclipse.osgi-3.12.0.pom [2023-09-08T19:24:57.323Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.12.0/org.eclipse.osgi-3.12.0.pom [2023-09-08T19:24:57.323Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.12.0/org.eclipse.osgi-3.12.0.pom (1.7 kB at 95 kB/s) [2023-09-08T19:24:57.323Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/platform/org.eclipse.osgi/3.12.50/org.eclipse.osgi-3.12.50.pom [2023-09-08T19:24:57.323Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.12.50/org.eclipse.osgi-3.12.50.pom [2023-09-08T19:24:57.323Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.osgi/3.12.50/org.eclipse.osgi-3.12.50.pom [2023-09-08T19:24:57.323Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/platform/org.eclipse.osgi/3.12.50/org.eclipse.osgi-3.12.50.pom [2023-09-08T19:24:57.323Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/platform/org.eclipse.osgi/3.12.50/org.eclipse.osgi-3.12.50.pom [2023-09-08T19:24:57.323Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.12.50/org.eclipse.osgi-3.12.50.pom [2023-09-08T19:24:57.323Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.12.50/org.eclipse.osgi-3.12.50.pom (1.7 kB at 143 kB/s) [2023-09-08T19:24:57.323Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/platform/org.eclipse.osgi/3.12.100/org.eclipse.osgi-3.12.100.pom [2023-09-08T19:24:57.323Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.12.100/org.eclipse.osgi-3.12.100.pom [2023-09-08T19:24:57.323Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.osgi/3.12.100/org.eclipse.osgi-3.12.100.pom [2023-09-08T19:24:57.323Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/platform/org.eclipse.osgi/3.12.100/org.eclipse.osgi-3.12.100.pom [2023-09-08T19:24:57.323Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/platform/org.eclipse.osgi/3.12.100/org.eclipse.osgi-3.12.100.pom [2023-09-08T19:24:57.323Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.12.100/org.eclipse.osgi-3.12.100.pom [2023-09-08T19:24:57.324Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.12.100/org.eclipse.osgi-3.12.100.pom (1.7 kB at 143 kB/s) [2023-09-08T19:24:57.324Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/platform/org.eclipse.osgi/3.13.0/org.eclipse.osgi-3.13.0.pom [2023-09-08T19:24:57.324Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.13.0/org.eclipse.osgi-3.13.0.pom [2023-09-08T19:24:57.324Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.osgi/3.13.0/org.eclipse.osgi-3.13.0.pom [2023-09-08T19:24:57.324Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/platform/org.eclipse.osgi/3.13.0/org.eclipse.osgi-3.13.0.pom [2023-09-08T19:24:57.324Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/platform/org.eclipse.osgi/3.13.0/org.eclipse.osgi-3.13.0.pom [2023-09-08T19:24:57.324Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.13.0/org.eclipse.osgi-3.13.0.pom [2023-09-08T19:24:57.579Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.13.0/org.eclipse.osgi-3.13.0.pom (1.7 kB at 143 kB/s) [2023-09-08T19:24:57.579Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/platform/org.eclipse.osgi/3.13.100/org.eclipse.osgi-3.13.100.pom [2023-09-08T19:24:57.580Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.13.100/org.eclipse.osgi-3.13.100.pom [2023-09-08T19:24:57.580Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.osgi/3.13.100/org.eclipse.osgi-3.13.100.pom [2023-09-08T19:24:57.580Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/platform/org.eclipse.osgi/3.13.100/org.eclipse.osgi-3.13.100.pom [2023-09-08T19:24:57.580Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/platform/org.eclipse.osgi/3.13.100/org.eclipse.osgi-3.13.100.pom [2023-09-08T19:24:57.580Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.13.100/org.eclipse.osgi-3.13.100.pom [2023-09-08T19:24:57.580Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.13.100/org.eclipse.osgi-3.13.100.pom (1.7 kB at 143 kB/s) [2023-09-08T19:24:57.580Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/platform/org.eclipse.osgi/3.13.200/org.eclipse.osgi-3.13.200.pom [2023-09-08T19:24:57.580Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.13.200/org.eclipse.osgi-3.13.200.pom [2023-09-08T19:24:57.580Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.osgi/3.13.200/org.eclipse.osgi-3.13.200.pom [2023-09-08T19:24:57.580Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/platform/org.eclipse.osgi/3.13.200/org.eclipse.osgi-3.13.200.pom [2023-09-08T19:24:57.580Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/platform/org.eclipse.osgi/3.13.200/org.eclipse.osgi-3.13.200.pom [2023-09-08T19:24:57.580Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.13.200/org.eclipse.osgi-3.13.200.pom [2023-09-08T19:24:57.580Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.13.200/org.eclipse.osgi-3.13.200.pom (1.7 kB at 144 kB/s) [2023-09-08T19:24:57.580Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.pom [2023-09-08T19:24:57.580Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.pom [2023-09-08T19:24:57.580Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.pom [2023-09-08T19:24:57.580Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.pom [2023-09-08T19:24:57.580Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.pom [2023-09-08T19:24:57.580Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.pom [2023-09-08T19:24:57.580Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.13.300/org.eclipse.osgi-3.13.300.pom (1.7 kB at 115 kB/s) [2023-09-08T19:24:57.580Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/platform/org.eclipse.osgi/3.14.0/org.eclipse.osgi-3.14.0.pom [2023-09-08T19:24:57.580Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.14.0/org.eclipse.osgi-3.14.0.pom [2023-09-08T19:24:57.580Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.osgi/3.14.0/org.eclipse.osgi-3.14.0.pom [2023-09-08T19:24:57.580Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/platform/org.eclipse.osgi/3.14.0/org.eclipse.osgi-3.14.0.pom [2023-09-08T19:24:57.580Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/platform/org.eclipse.osgi/3.14.0/org.eclipse.osgi-3.14.0.pom [2023-09-08T19:24:57.580Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.14.0/org.eclipse.osgi-3.14.0.pom [2023-09-08T19:24:57.836Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.14.0/org.eclipse.osgi-3.14.0.pom (1.7 kB at 91 kB/s) [2023-09-08T19:24:57.836Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.pom [2023-09-08T19:24:57.836Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.pom [2023-09-08T19:24:57.836Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.pom [2023-09-08T19:24:57.836Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.pom [2023-09-08T19:24:57.836Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.pom [2023-09-08T19:24:57.836Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.pom [2023-09-08T19:24:57.836Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.pom (1.7 kB at 102 kB/s) [2023-09-08T19:24:57.836Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/platform/org.eclipse.osgi/3.15.100/org.eclipse.osgi-3.15.100.pom [2023-09-08T19:24:57.836Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.15.100/org.eclipse.osgi-3.15.100.pom [2023-09-08T19:24:57.836Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.osgi/3.15.100/org.eclipse.osgi-3.15.100.pom [2023-09-08T19:24:57.837Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/platform/org.eclipse.osgi/3.15.100/org.eclipse.osgi-3.15.100.pom [2023-09-08T19:24:57.837Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/platform/org.eclipse.osgi/3.15.100/org.eclipse.osgi-3.15.100.pom [2023-09-08T19:24:57.837Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.15.100/org.eclipse.osgi-3.15.100.pom [2023-09-08T19:24:57.837Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.15.100/org.eclipse.osgi-3.15.100.pom (1.7 kB at 49 kB/s) [2023-09-08T19:24:57.837Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/platform/org.eclipse.osgi/3.15.200/org.eclipse.osgi-3.15.200.pom [2023-09-08T19:24:57.837Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.15.200/org.eclipse.osgi-3.15.200.pom [2023-09-08T19:24:57.837Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.osgi/3.15.200/org.eclipse.osgi-3.15.200.pom [2023-09-08T19:24:57.837Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/platform/org.eclipse.osgi/3.15.200/org.eclipse.osgi-3.15.200.pom [2023-09-08T19:24:57.837Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/platform/org.eclipse.osgi/3.15.200/org.eclipse.osgi-3.15.200.pom [2023-09-08T19:24:57.837Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.15.200/org.eclipse.osgi-3.15.200.pom [2023-09-08T19:24:57.837Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.15.200/org.eclipse.osgi-3.15.200.pom (1.7 kB at 144 kB/s) [2023-09-08T19:24:57.837Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/platform/org.eclipse.osgi/3.16.0/org.eclipse.osgi-3.16.0.pom [2023-09-08T19:24:57.837Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.16.0/org.eclipse.osgi-3.16.0.pom [2023-09-08T19:24:57.837Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.osgi/3.16.0/org.eclipse.osgi-3.16.0.pom [2023-09-08T19:24:58.093Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/platform/org.eclipse.osgi/3.16.0/org.eclipse.osgi-3.16.0.pom [2023-09-08T19:24:58.093Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/platform/org.eclipse.osgi/3.16.0/org.eclipse.osgi-3.16.0.pom [2023-09-08T19:24:58.093Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.16.0/org.eclipse.osgi-3.16.0.pom [2023-09-08T19:24:58.093Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.16.0/org.eclipse.osgi-3.16.0.pom (1.7 kB at 124 kB/s) [2023-09-08T19:24:58.093Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/platform/org.eclipse.osgi/3.16.100/org.eclipse.osgi-3.16.100.pom [2023-09-08T19:24:58.093Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.16.100/org.eclipse.osgi-3.16.100.pom [2023-09-08T19:24:58.093Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.osgi/3.16.100/org.eclipse.osgi-3.16.100.pom [2023-09-08T19:24:58.093Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/platform/org.eclipse.osgi/3.16.100/org.eclipse.osgi-3.16.100.pom [2023-09-08T19:24:58.093Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/platform/org.eclipse.osgi/3.16.100/org.eclipse.osgi-3.16.100.pom [2023-09-08T19:24:58.093Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.16.100/org.eclipse.osgi-3.16.100.pom [2023-09-08T19:24:58.093Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.16.100/org.eclipse.osgi-3.16.100.pom (1.7 kB at 144 kB/s) [2023-09-08T19:24:58.093Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/platform/org.eclipse.osgi/3.16.200/org.eclipse.osgi-3.16.200.pom [2023-09-08T19:24:58.093Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.16.200/org.eclipse.osgi-3.16.200.pom [2023-09-08T19:24:58.093Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.osgi/3.16.200/org.eclipse.osgi-3.16.200.pom [2023-09-08T19:24:58.093Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/platform/org.eclipse.osgi/3.16.200/org.eclipse.osgi-3.16.200.pom [2023-09-08T19:24:58.093Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/platform/org.eclipse.osgi/3.16.200/org.eclipse.osgi-3.16.200.pom [2023-09-08T19:24:58.093Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.16.200/org.eclipse.osgi-3.16.200.pom [2023-09-08T19:24:58.093Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.16.200/org.eclipse.osgi-3.16.200.pom (1.7 kB at 108 kB/s) [2023-09-08T19:24:58.093Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/platform/org.eclipse.osgi/3.16.300/org.eclipse.osgi-3.16.300.pom [2023-09-08T19:24:58.093Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.16.300/org.eclipse.osgi-3.16.300.pom [2023-09-08T19:24:58.093Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.osgi/3.16.300/org.eclipse.osgi-3.16.300.pom [2023-09-08T19:24:58.093Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/platform/org.eclipse.osgi/3.16.300/org.eclipse.osgi-3.16.300.pom [2023-09-08T19:24:58.093Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/platform/org.eclipse.osgi/3.16.300/org.eclipse.osgi-3.16.300.pom [2023-09-08T19:24:58.093Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.16.300/org.eclipse.osgi-3.16.300.pom [2023-09-08T19:24:58.093Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.16.300/org.eclipse.osgi-3.16.300.pom (1.7 kB at 144 kB/s) [2023-09-08T19:24:58.093Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/platform/org.eclipse.osgi/3.17.0/org.eclipse.osgi-3.17.0.pom [2023-09-08T19:24:58.093Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.17.0/org.eclipse.osgi-3.17.0.pom [2023-09-08T19:24:58.093Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.osgi/3.17.0/org.eclipse.osgi-3.17.0.pom [2023-09-08T19:24:58.093Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/platform/org.eclipse.osgi/3.17.0/org.eclipse.osgi-3.17.0.pom [2023-09-08T19:24:58.349Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/platform/org.eclipse.osgi/3.17.0/org.eclipse.osgi-3.17.0.pom [2023-09-08T19:24:58.349Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.17.0/org.eclipse.osgi-3.17.0.pom [2023-09-08T19:24:58.349Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.17.0/org.eclipse.osgi-3.17.0.pom (1.7 kB at 133 kB/s) [2023-09-08T19:24:58.349Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/platform/org.eclipse.osgi/3.17.100/org.eclipse.osgi-3.17.100.pom [2023-09-08T19:24:58.349Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.17.100/org.eclipse.osgi-3.17.100.pom [2023-09-08T19:24:58.349Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.osgi/3.17.100/org.eclipse.osgi-3.17.100.pom [2023-09-08T19:24:58.350Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/platform/org.eclipse.osgi/3.17.100/org.eclipse.osgi-3.17.100.pom [2023-09-08T19:24:58.350Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/platform/org.eclipse.osgi/3.17.100/org.eclipse.osgi-3.17.100.pom [2023-09-08T19:24:58.350Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.17.100/org.eclipse.osgi-3.17.100.pom [2023-09-08T19:24:58.350Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.17.100/org.eclipse.osgi-3.17.100.pom (1.7 kB at 123 kB/s) [2023-09-08T19:24:58.350Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/platform/org.eclipse.osgi/3.17.200/org.eclipse.osgi-3.17.200.pom [2023-09-08T19:24:58.350Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.17.200/org.eclipse.osgi-3.17.200.pom [2023-09-08T19:24:58.350Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.osgi/3.17.200/org.eclipse.osgi-3.17.200.pom [2023-09-08T19:24:58.350Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/platform/org.eclipse.osgi/3.17.200/org.eclipse.osgi-3.17.200.pom [2023-09-08T19:24:58.350Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/platform/org.eclipse.osgi/3.17.200/org.eclipse.osgi-3.17.200.pom [2023-09-08T19:24:58.350Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.17.200/org.eclipse.osgi-3.17.200.pom [2023-09-08T19:24:58.350Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.17.200/org.eclipse.osgi-3.17.200.pom (1.7 kB at 144 kB/s) [2023-09-08T19:24:58.350Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/platform/org.eclipse.osgi/3.18.0/org.eclipse.osgi-3.18.0.pom [2023-09-08T19:24:58.350Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.18.0/org.eclipse.osgi-3.18.0.pom [2023-09-08T19:24:58.350Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.osgi/3.18.0/org.eclipse.osgi-3.18.0.pom [2023-09-08T19:24:58.350Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/platform/org.eclipse.osgi/3.18.0/org.eclipse.osgi-3.18.0.pom [2023-09-08T19:24:58.350Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/platform/org.eclipse.osgi/3.18.0/org.eclipse.osgi-3.18.0.pom [2023-09-08T19:24:58.606Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.18.0/org.eclipse.osgi-3.18.0.pom [2023-09-08T19:24:58.606Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.18.0/org.eclipse.osgi-3.18.0.pom (1.7 kB at 158 kB/s) [2023-09-08T19:24:58.606Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/platform/org.eclipse.osgi/3.18.100/org.eclipse.osgi-3.18.100.pom [2023-09-08T19:24:58.606Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.18.100/org.eclipse.osgi-3.18.100.pom [2023-09-08T19:24:58.606Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.osgi/3.18.100/org.eclipse.osgi-3.18.100.pom [2023-09-08T19:24:58.606Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/platform/org.eclipse.osgi/3.18.100/org.eclipse.osgi-3.18.100.pom [2023-09-08T19:24:58.606Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/platform/org.eclipse.osgi/3.18.100/org.eclipse.osgi-3.18.100.pom [2023-09-08T19:24:58.606Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.18.100/org.eclipse.osgi-3.18.100.pom [2023-09-08T19:24:58.606Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.18.100/org.eclipse.osgi-3.18.100.pom (1.7 kB at 112 kB/s) [2023-09-08T19:24:58.606Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/platform/org.eclipse.osgi/3.18.200/org.eclipse.osgi-3.18.200.pom [2023-09-08T19:24:58.606Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.18.200/org.eclipse.osgi-3.18.200.pom [2023-09-08T19:24:58.606Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.osgi/3.18.200/org.eclipse.osgi-3.18.200.pom [2023-09-08T19:24:58.606Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/platform/org.eclipse.osgi/3.18.200/org.eclipse.osgi-3.18.200.pom [2023-09-08T19:24:58.606Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/platform/org.eclipse.osgi/3.18.200/org.eclipse.osgi-3.18.200.pom [2023-09-08T19:24:58.606Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.18.200/org.eclipse.osgi-3.18.200.pom [2023-09-08T19:24:58.606Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.18.200/org.eclipse.osgi-3.18.200.pom (1.3 kB at 93 kB/s) [2023-09-08T19:24:58.606Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/platform/org.eclipse.osgi/3.18.300/org.eclipse.osgi-3.18.300.pom [2023-09-08T19:24:58.606Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.18.300/org.eclipse.osgi-3.18.300.pom [2023-09-08T19:24:58.606Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.osgi/3.18.300/org.eclipse.osgi-3.18.300.pom [2023-09-08T19:24:58.606Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/platform/org.eclipse.osgi/3.18.300/org.eclipse.osgi-3.18.300.pom [2023-09-08T19:24:58.606Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/platform/org.eclipse.osgi/3.18.300/org.eclipse.osgi-3.18.300.pom [2023-09-08T19:24:58.606Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.18.300/org.eclipse.osgi-3.18.300.pom [2023-09-08T19:24:58.606Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.18.300/org.eclipse.osgi-3.18.300.pom (1.3 kB at 118 kB/s) [2023-09-08T19:24:58.606Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/platform/org.eclipse.osgi/3.18.400/org.eclipse.osgi-3.18.400.pom [2023-09-08T19:24:58.606Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/platform/org.eclipse.osgi/3.18.400/org.eclipse.osgi-3.18.400.pom [2023-09-08T19:24:58.606Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/platform/org.eclipse.osgi/3.18.400/org.eclipse.osgi-3.18.400.pom [2023-09-08T19:24:58.606Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/platform/org.eclipse.osgi/3.18.400/org.eclipse.osgi-3.18.400.pom [2023-09-08T19:24:58.606Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/platform/org.eclipse.osgi/3.18.400/org.eclipse.osgi-3.18.400.pom [2023-09-08T19:24:58.606Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.18.400/org.eclipse.osgi-3.18.400.pom [2023-09-08T19:24:58.606Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/platform/org.eclipse.osgi/3.18.400/org.eclipse.osgi-3.18.400.pom (1.3 kB at 130 kB/s) [2023-09-08T19:24:58.606Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-p2-repository-plugin/2.0.0/tycho-p2-repository-plugin-2.0.0.jar [2023-09-08T19:24:58.606Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/3.2.1/plexus-utils-3.2.1.jar [2023-09-08T19:24:58.863Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-repository-plugin/2.0.0/tycho-p2-repository-plugin-2.0.0.jar [2023-09-08T19:24:58.863Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.2.1/plexus-utils-3.2.1.jar [2023-09-08T19:24:58.863Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-p2-repository-plugin/2.0.0/tycho-p2-repository-plugin-2.0.0.jar [2023-09-08T19:24:58.863Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/3.2.1/plexus-utils-3.2.1.jar [2023-09-08T19:24:58.863Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/tycho/tycho-p2-repository-plugin/2.0.0/tycho-p2-repository-plugin-2.0.0.jar [2023-09-08T19:24:58.863Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-utils/3.2.1/plexus-utils-3.2.1.jar [2023-09-08T19:24:58.863Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/tycho/tycho-p2-repository-plugin/2.0.0/tycho-p2-repository-plugin-2.0.0.jar [2023-09-08T19:24:58.863Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-utils/3.2.1/plexus-utils-3.2.1.jar [2023-09-08T19:24:58.863Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-p2-repository-plugin/2.0.0/tycho-p2-repository-plugin-2.0.0.jar [2023-09-08T19:24:58.863Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.2.1/plexus-utils-3.2.1.jar [2023-09-08T19:24:58.863Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.2.1/plexus-utils-3.2.1.jar (262 kB at 17 MB/s) [2023-09-08T19:24:58.863Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-p2-repository-plugin/2.0.0/tycho-p2-repository-plugin-2.0.0.jar (15 kB at 525 kB/s) [2023-09-08T19:24:58.863Z] [INFO] Assembling p2 repository [2023-09-08T19:24:59.793Z] [INFO] [2023-09-08T19:24:59.793Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.antlr.runtime --- [2023-09-08T19:24:59.793Z] [INFO] [2023-09-08T19:24:59.793Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.antlr.runtime --- [2023-09-08T19:24:59.793Z] [INFO] Gathering sources archives [2023-09-08T19:24:59.793Z] [INFO] Configured Artifact: org.antlr:antlr-runtime:sources:3.2:jar [2023-09-08T19:24:59.793Z] [INFO] Unpacking /home/vnc/.m2/repository/org/antlr/antlr-runtime/3.2/antlr-runtime-3.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_3.2.0/target/sources-for-eclipse-ipzilla/antlr-runtime-3.2-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:24:59.793Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.pom [2023-09-08T19:24:59.793Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.pom [2023-09-08T19:24:59.793Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.pom [2023-09-08T19:24:59.793Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.pom [2023-09-08T19:24:59.793Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.pom [2023-09-08T19:24:59.793Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.pom [2023-09-08T19:24:59.793Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.pom (11 kB at 818 kB/s) [2023-09-08T19:24:59.793Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom [2023-09-08T19:25:00.050Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom [2023-09-08T19:25:00.050Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom [2023-09-08T19:25:00.050Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom [2023-09-08T19:25:00.050Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom [2023-09-08T19:25:00.050Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom [2023-09-08T19:25:00.050Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom (11 kB at 1.1 MB/s) [2023-09-08T19:25:00.050Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.jar [2023-09-08T19:25:00.050Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.jar [2023-09-08T19:25:00.050Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.jar [2023-09-08T19:25:00.050Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.jar [2023-09-08T19:25:00.050Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.jar [2023-09-08T19:25:00.050Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.jar [2023-09-08T19:25:00.050Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.jar (153 kB at 12 MB/s) [2023-09-08T19:25:00.050Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom [2023-09-08T19:25:00.050Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom [2023-09-08T19:25:00.050Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom [2023-09-08T19:25:00.050Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom [2023-09-08T19:25:00.050Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom [2023-09-08T19:25:00.050Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom [2023-09-08T19:25:00.050Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom (1.6 kB at 147 kB/s) [2023-09-08T19:25:00.050Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven/2.0.9/maven-2.0.9.pom [2023-09-08T19:25:00.050Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.0.9/maven-2.0.9.pom [2023-09-08T19:25:00.050Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven/2.0.9/maven-2.0.9.pom [2023-09-08T19:25:00.050Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven/2.0.9/maven-2.0.9.pom [2023-09-08T19:25:00.050Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven/2.0.9/maven-2.0.9.pom [2023-09-08T19:25:00.050Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.9/maven-2.0.9.pom [2023-09-08T19:25:00.050Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.9/maven-2.0.9.pom (19 kB at 1.7 MB/s) [2023-09-08T19:25:00.050Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-parent/8/maven-parent-8.pom [2023-09-08T19:25:00.050Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/8/maven-parent-8.pom [2023-09-08T19:25:00.050Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/8/maven-parent-8.pom [2023-09-08T19:25:00.050Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-parent/8/maven-parent-8.pom [2023-09-08T19:25:00.306Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-parent/8/maven-parent-8.pom [2023-09-08T19:25:00.306Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/8/maven-parent-8.pom [2023-09-08T19:25:00.306Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/8/maven-parent-8.pom (24 kB at 2.2 MB/s) [2023-09-08T19:25:00.306Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom [2023-09-08T19:25:00.306Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom [2023-09-08T19:25:00.306Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom [2023-09-08T19:25:00.306Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom [2023-09-08T19:25:00.306Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom [2023-09-08T19:25:00.306Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom [2023-09-08T19:25:00.306Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom (2.3 kB at 209 kB/s) [2023-09-08T19:25:00.306Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom [2023-09-08T19:25:00.306Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom [2023-09-08T19:25:00.306Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom [2023-09-08T19:25:00.306Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom [2023-09-08T19:25:00.306Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom [2023-09-08T19:25:00.306Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom [2023-09-08T19:25:00.306Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom (1.5 kB at 149 kB/s) [2023-09-08T19:25:00.306Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom [2023-09-08T19:25:00.306Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom [2023-09-08T19:25:00.306Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom [2023-09-08T19:25:00.306Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom [2023-09-08T19:25:00.306Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom [2023-09-08T19:25:00.306Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom [2023-09-08T19:25:00.561Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom (2.7 kB at 118 kB/s) [2023-09-08T19:25:00.561Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom [2023-09-08T19:25:00.561Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom [2023-09-08T19:25:00.561Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom [2023-09-08T19:25:00.561Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom [2023-09-08T19:25:00.561Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom [2023-09-08T19:25:00.562Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom [2023-09-08T19:25:00.562Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom (2.1 kB at 206 kB/s) [2023-09-08T19:25:00.562Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom [2023-09-08T19:25:00.562Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom [2023-09-08T19:25:00.562Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom [2023-09-08T19:25:00.562Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom [2023-09-08T19:25:00.562Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom [2023-09-08T19:25:00.562Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom [2023-09-08T19:25:00.562Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom (3.1 kB at 314 kB/s) [2023-09-08T19:25:00.562Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom [2023-09-08T19:25:00.562Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom [2023-09-08T19:25:00.562Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom [2023-09-08T19:25:00.562Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom [2023-09-08T19:25:00.562Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom [2023-09-08T19:25:00.562Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom [2023-09-08T19:25:00.562Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom (2.0 kB at 205 kB/s) [2023-09-08T19:25:00.562Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom [2023-09-08T19:25:00.562Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom [2023-09-08T19:25:00.562Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom [2023-09-08T19:25:00.562Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom [2023-09-08T19:25:00.562Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom [2023-09-08T19:25:00.562Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom [2023-09-08T19:25:00.562Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom (2.7 kB at 270 kB/s) [2023-09-08T19:25:00.562Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom [2023-09-08T19:25:00.562Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom [2023-09-08T19:25:00.817Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom [2023-09-08T19:25:00.817Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom [2023-09-08T19:25:00.817Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom [2023-09-08T19:25:00.817Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom [2023-09-08T19:25:00.817Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom (1.9 kB at 190 kB/s) [2023-09-08T19:25:00.817Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom [2023-09-08T19:25:00.817Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom [2023-09-08T19:25:00.817Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom [2023-09-08T19:25:00.817Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom [2023-09-08T19:25:00.817Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom [2023-09-08T19:25:00.817Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom [2023-09-08T19:25:00.818Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom (2.0 kB at 110 kB/s) [2023-09-08T19:25:00.818Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom [2023-09-08T19:25:00.818Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom [2023-09-08T19:25:00.818Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom [2023-09-08T19:25:00.818Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom [2023-09-08T19:25:00.818Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom [2023-09-08T19:25:00.818Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom [2023-09-08T19:25:00.818Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom (7.8 kB at 865 kB/s) [2023-09-08T19:25:00.818Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom [2023-09-08T19:25:00.818Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom [2023-09-08T19:25:00.818Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom [2023-09-08T19:25:00.818Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom [2023-09-08T19:25:00.818Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom [2023-09-08T19:25:00.818Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom [2023-09-08T19:25:00.818Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom (2.0 kB at 196 kB/s) [2023-09-08T19:25:00.818Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom [2023-09-08T19:25:00.818Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom [2023-09-08T19:25:00.818Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom [2023-09-08T19:25:00.818Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom [2023-09-08T19:25:00.818Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom [2023-09-08T19:25:00.818Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom [2023-09-08T19:25:00.818Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom (1.8 kB at 180 kB/s) [2023-09-08T19:25:00.818Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom [2023-09-08T19:25:01.074Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom [2023-09-08T19:25:01.074Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom [2023-09-08T19:25:01.074Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom [2023-09-08T19:25:01.074Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom [2023-09-08T19:25:01.074Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom [2023-09-08T19:25:01.074Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom (1.5 kB at 164 kB/s) [2023-09-08T19:25:01.074Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-10/doxia-sink-api-1.0-alpha-10.pom [2023-09-08T19:25:01.074Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-10/doxia-sink-api-1.0-alpha-10.pom [2023-09-08T19:25:01.074Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-10/doxia-sink-api-1.0-alpha-10.pom [2023-09-08T19:25:01.074Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-10/doxia-sink-api-1.0-alpha-10.pom [2023-09-08T19:25:01.074Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-10/doxia-sink-api-1.0-alpha-10.pom [2023-09-08T19:25:01.074Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-10/doxia-sink-api-1.0-alpha-10.pom [2023-09-08T19:25:01.074Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-10/doxia-sink-api-1.0-alpha-10.pom (1.3 kB at 112 kB/s) [2023-09-08T19:25:01.074Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia/1.0-alpha-10/doxia-1.0-alpha-10.pom [2023-09-08T19:25:01.074Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia/1.0-alpha-10/doxia-1.0-alpha-10.pom [2023-09-08T19:25:01.074Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia/1.0-alpha-10/doxia-1.0-alpha-10.pom [2023-09-08T19:25:01.074Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/doxia/doxia/1.0-alpha-10/doxia-1.0-alpha-10.pom [2023-09-08T19:25:01.074Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/doxia/doxia/1.0-alpha-10/doxia-1.0-alpha-10.pom [2023-09-08T19:25:01.074Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0-alpha-10/doxia-1.0-alpha-10.pom [2023-09-08T19:25:01.074Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0-alpha-10/doxia-1.0-alpha-10.pom (9.2 kB at 763 kB/s) [2023-09-08T19:25:01.074Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-parent/6/maven-parent-6.pom [2023-09-08T19:25:01.075Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/6/maven-parent-6.pom [2023-09-08T19:25:01.075Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/6/maven-parent-6.pom [2023-09-08T19:25:01.075Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-parent/6/maven-parent-6.pom [2023-09-08T19:25:01.075Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-parent/6/maven-parent-6.pom [2023-09-08T19:25:01.075Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/6/maven-parent-6.pom [2023-09-08T19:25:01.075Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/6/maven-parent-6.pom (20 kB at 1.8 MB/s) [2023-09-08T19:25:01.075Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom [2023-09-08T19:25:01.331Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom [2023-09-08T19:25:01.331Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom [2023-09-08T19:25:01.331Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom [2023-09-08T19:25:01.331Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom [2023-09-08T19:25:01.331Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom [2023-09-08T19:25:01.331Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom (1.7 kB at 159 kB/s) [2023-09-08T19:25:01.331Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-cli/commons-cli/1.0/commons-cli-1.0.pom [2023-09-08T19:25:01.331Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-cli/commons-cli/1.0/commons-cli-1.0.pom [2023-09-08T19:25:01.331Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-cli/commons-cli/1.0/commons-cli-1.0.pom [2023-09-08T19:25:01.331Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/commons-cli/commons-cli/1.0/commons-cli-1.0.pom [2023-09-08T19:25:01.331Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-cli/commons-cli/1.0/commons-cli-1.0.pom [2023-09-08T19:25:01.331Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.pom [2023-09-08T19:25:01.332Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.pom (2.1 kB at 210 kB/s) [2023-09-08T19:25:01.332Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom [2023-09-08T19:25:01.332Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom [2023-09-08T19:25:01.332Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom [2023-09-08T19:25:01.332Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom [2023-09-08T19:25:01.332Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom [2023-09-08T19:25:01.332Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom [2023-09-08T19:25:01.332Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom (2.1 kB at 208 kB/s) [2023-09-08T19:25:01.332Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom [2023-09-08T19:25:01.332Z] [INFO] Downloading from 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 [2023-09-08T19:25:01.332Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom [2023-09-08T19:25:01.589Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom [2023-09-08T19:25:01.589Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom [2023-09-08T19:25:01.589Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom [2023-09-08T19:25:01.589Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom (7.1 kB at 709 kB/s) [2023-09-08T19:25:01.589Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom [2023-09-08T19:25:01.589Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom [2023-09-08T19:25:01.589Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom [2023-09-08T19:25:01.589Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom [2023-09-08T19:25:01.589Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom [2023-09-08T19:25:01.589Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom [2023-09-08T19:25:01.589Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom (1.3 kB at 128 kB/s) [2023-09-08T19:25:01.589Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/classworlds/classworlds/1.1/classworlds-1.1.pom [2023-09-08T19:25:01.589Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/classworlds/classworlds/1.1/classworlds-1.1.pom [2023-09-08T19:25:01.589Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/classworlds/classworlds/1.1/classworlds-1.1.pom [2023-09-08T19:25:01.589Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/classworlds/classworlds/1.1/classworlds-1.1.pom [2023-09-08T19:25:01.589Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/classworlds/classworlds/1.1/classworlds-1.1.pom [2023-09-08T19:25:01.589Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.pom [2023-09-08T19:25:01.589Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.pom (3.3 kB at 302 kB/s) [2023-09-08T19:25:01.589Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/reporting/maven-reporting-impl/2.0.5/maven-reporting-impl-2.0.5.pom [2023-09-08T19:25:01.589Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-impl/2.0.5/maven-reporting-impl-2.0.5.pom [2023-09-08T19:25:01.845Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/reporting/maven-reporting-impl/2.0.5/maven-reporting-impl-2.0.5.pom [2023-09-08T19:25:01.846Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/reporting/maven-reporting-impl/2.0.5/maven-reporting-impl-2.0.5.pom [2023-09-08T19:25:01.846Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/reporting/maven-reporting-impl/2.0.5/maven-reporting-impl-2.0.5.pom [2023-09-08T19:25:01.846Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.0.5/maven-reporting-impl-2.0.5.pom [2023-09-08T19:25:01.846Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.0.5/maven-reporting-impl-2.0.5.pom (4.2 kB at 384 kB/s) [2023-09-08T19:25:01.846Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/shared/maven-doxia-tools/1.0.2/maven-doxia-tools-1.0.2.pom [2023-09-08T19:25:01.846Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-doxia-tools/1.0.2/maven-doxia-tools-1.0.2.pom [2023-09-08T19:25:01.846Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-doxia-tools/1.0.2/maven-doxia-tools-1.0.2.pom [2023-09-08T19:25:01.846Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/shared/maven-doxia-tools/1.0.2/maven-doxia-tools-1.0.2.pom [2023-09-08T19:25:01.846Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/maven-doxia-tools/1.0.2/maven-doxia-tools-1.0.2.pom [2023-09-08T19:25:01.846Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-doxia-tools/1.0.2/maven-doxia-tools-1.0.2.pom [2023-09-08T19:25:01.846Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-doxia-tools/1.0.2/maven-doxia-tools-1.0.2.pom (5.9 kB at 533 kB/s) [2023-09-08T19:25:01.846Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/shared/maven-shared-components/11/maven-shared-components-11.pom [2023-09-08T19:25:01.846Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/11/maven-shared-components-11.pom [2023-09-08T19:25:01.846Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-components/11/maven-shared-components-11.pom [2023-09-08T19:25:01.846Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/shared/maven-shared-components/11/maven-shared-components-11.pom [2023-09-08T19:25:01.846Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/maven-shared-components/11/maven-shared-components-11.pom [2023-09-08T19:25:01.846Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/11/maven-shared-components-11.pom [2023-09-08T19:25:01.846Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/11/maven-shared-components-11.pom (8.3 kB at 834 kB/s) [2023-09-08T19:25:01.846Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-io/commons-io/1.4/commons-io-1.4.pom [2023-09-08T19:25:01.846Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/1.4/commons-io-1.4.pom [2023-09-08T19:25:01.846Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-io/commons-io/1.4/commons-io-1.4.pom [2023-09-08T19:25:01.846Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/commons-io/commons-io/1.4/commons-io-1.4.pom [2023-09-08T19:25:01.846Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-io/commons-io/1.4/commons-io-1.4.pom [2023-09-08T19:25:01.846Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/1.4/commons-io-1.4.pom [2023-09-08T19:25:01.846Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/1.4/commons-io-1.4.pom (13 kB at 1.3 MB/s) [2023-09-08T19:25:01.846Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-parent/7/commons-parent-7.pom [2023-09-08T19:25:01.846Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/7/commons-parent-7.pom [2023-09-08T19:25:01.846Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/7/commons-parent-7.pom [2023-09-08T19:25:01.846Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/commons/commons-parent/7/commons-parent-7.pom [2023-09-08T19:25:01.846Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/commons/commons-parent/7/commons-parent-7.pom [2023-09-08T19:25:02.103Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/7/commons-parent-7.pom [2023-09-08T19:25:02.103Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/7/commons-parent-7.pom (17 kB at 1.6 MB/s) [2023-09-08T19:25:02.103Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom [2023-09-08T19:25:02.103Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom [2023-09-08T19:25:02.103Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom [2023-09-08T19:25:02.103Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom [2023-09-08T19:25:02.103Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom [2023-09-08T19:25:02.103Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom [2023-09-08T19:25:02.103Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom (1.8 kB at 175 kB/s) [2023-09-08T19:25:02.103Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom [2023-09-08T19:25:02.103Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom [2023-09-08T19:25:02.103Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom [2023-09-08T19:25:02.103Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom [2023-09-08T19:25:02.103Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom [2023-09-08T19:25:02.103Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom [2023-09-08T19:25:02.103Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom (1.4 kB at 144 kB/s) [2023-09-08T19:25:02.103Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom [2023-09-08T19:25:02.103Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom [2023-09-08T19:25:02.103Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom [2023-09-08T19:25:02.103Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom [2023-09-08T19:25:02.103Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom [2023-09-08T19:25:02.103Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom [2023-09-08T19:25:02.103Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom (424 B at 42 kB/s) [2023-09-08T19:25:02.103Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom [2023-09-08T19:25:02.103Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom [2023-09-08T19:25:02.103Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom [2023-09-08T19:25:02.360Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom [2023-09-08T19:25:02.361Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom [2023-09-08T19:25:02.361Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom [2023-09-08T19:25:02.361Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom (3.9 kB at 391 kB/s) [2023-09-08T19:25:02.361Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom [2023-09-08T19:25:02.361Z] [INFO] Downloading from 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 [2023-09-08T19:25:02.361Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom [2023-09-08T19:25:02.361Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom [2023-09-08T19:25:02.361Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom [2023-09-08T19:25:02.361Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom [2023-09-08T19:25:02.361Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom (1.2 kB at 124 kB/s) [2023-09-08T19:25:02.361Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom [2023-09-08T19:25:02.361Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom [2023-09-08T19:25:02.361Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom [2023-09-08T19:25:02.361Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom [2023-09-08T19:25:02.361Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom [2023-09-08T19:25:02.361Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom [2023-09-08T19:25:02.361Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom (9.1 kB at 757 kB/s) [2023-09-08T19:25:02.361Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom [2023-09-08T19:25:02.361Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom [2023-09-08T19:25:02.361Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom [2023-09-08T19:25:02.361Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom [2023-09-08T19:25:02.361Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom [2023-09-08T19:25:02.361Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom [2023-09-08T19:25:02.361Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom (5.3 kB at 526 kB/s) [2023-09-08T19:25:02.361Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom [2023-09-08T19:25:02.361Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom [2023-09-08T19:25:02.361Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom [2023-09-08T19:25:02.361Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom [2023-09-08T19:25:02.361Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom [2023-09-08T19:25:02.361Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom [2023-09-08T19:25:02.361Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom (346 B at 35 kB/s) [2023-09-08T19:25:02.361Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-archiver/2.3/plexus-archiver-2.3.pom [2023-09-08T19:25:02.617Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/2.3/plexus-archiver-2.3.pom [2023-09-08T19:25:02.617Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-archiver/2.3/plexus-archiver-2.3.pom [2023-09-08T19:25:02.617Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-archiver/2.3/plexus-archiver-2.3.pom [2023-09-08T19:25:02.617Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-archiver/2.3/plexus-archiver-2.3.pom [2023-09-08T19:25:02.617Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.3/plexus-archiver-2.3.pom [2023-09-08T19:25:02.617Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.3/plexus-archiver-2.3.pom (3.4 kB at 281 kB/s) [2023-09-08T19:25:02.617Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom [2023-09-08T19:25:02.617Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom [2023-09-08T19:25:02.617Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom [2023-09-08T19:25:02.617Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom [2023-09-08T19:25:02.617Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom [2023-09-08T19:25:02.617Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom [2023-09-08T19:25:02.617Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom (3.1 kB at 165 kB/s) [2023-09-08T19:25:02.617Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-io/2.0.6/plexus-io-2.0.6.pom [2023-09-08T19:25:02.617Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/2.0.6/plexus-io-2.0.6.pom [2023-09-08T19:25:02.617Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-io/2.0.6/plexus-io-2.0.6.pom [2023-09-08T19:25:02.617Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-io/2.0.6/plexus-io-2.0.6.pom [2023-09-08T19:25:02.617Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-io/2.0.6/plexus-io-2.0.6.pom [2023-09-08T19:25:02.617Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.6/plexus-io-2.0.6.pom [2023-09-08T19:25:02.617Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.6/plexus-io-2.0.6.pom (2.2 kB at 201 kB/s) [2023-09-08T19:25:02.617Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom [2023-09-08T19:25:02.617Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom [2023-09-08T19:25:02.617Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom [2023-09-08T19:25:02.617Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom [2023-09-08T19:25:02.617Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom [2023-09-08T19:25:02.617Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom [2023-09-08T19:25:02.875Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom (3.1 kB at 278 kB/s) [2023-09-08T19:25:02.875Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom [2023-09-08T19:25:02.875Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom [2023-09-08T19:25:02.875Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom [2023-09-08T19:25:02.875Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom [2023-09-08T19:25:02.875Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom [2023-09-08T19:25:02.875Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom [2023-09-08T19:25:02.875Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom (19 kB at 1.9 MB/s) [2023-09-08T19:25:02.875Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom [2023-09-08T19:25:02.875Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom [2023-09-08T19:25:02.875Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom [2023-09-08T19:25:02.875Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom [2023-09-08T19:25:02.875Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom [2023-09-08T19:25:02.875Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom [2023-09-08T19:25:02.875Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom (3.1 kB at 349 kB/s) [2023-09-08T19:25:02.875Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/3.0.9/plexus-utils-3.0.9.pom [2023-09-08T19:25:02.875Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.9/plexus-utils-3.0.9.pom [2023-09-08T19:25:02.875Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/3.0.9/plexus-utils-3.0.9.pom [2023-09-08T19:25:02.875Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-utils/3.0.9/plexus-utils-3.0.9.pom [2023-09-08T19:25:02.875Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-utils/3.0.9/plexus-utils-3.0.9.pom [2023-09-08T19:25:02.875Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.9/plexus-utils-3.0.9.pom [2023-09-08T19:25:02.875Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.9/plexus-utils-3.0.9.pom (3.1 kB at 286 kB/s) [2023-09-08T19:25:02.875Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.pom [2023-09-08T19:25:02.875Z] [INFO] Downloading from 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 [2023-09-08T19:25:02.875Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.pom [2023-09-08T19:25:02.875Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.pom [2023-09-08T19:25:02.875Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.pom [2023-09-08T19:25:02.875Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.pom [2023-09-08T19:25:02.875Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.pom (3.9 kB at 388 kB/s) [2023-09-08T19:25:02.875Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom [2023-09-08T19:25:02.875Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom [2023-09-08T19:25:02.875Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom [2023-09-08T19:25:02.875Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom [2023-09-08T19:25:02.875Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom [2023-09-08T19:25:02.875Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom [2023-09-08T19:25:02.875Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom (8.4 kB at 843 kB/s) [2023-09-08T19:25:02.875Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-parent/9/maven-parent-9.pom [2023-09-08T19:25:02.875Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/9/maven-parent-9.pom [2023-09-08T19:25:02.875Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/9/maven-parent-9.pom [2023-09-08T19:25:03.132Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-parent/9/maven-parent-9.pom [2023-09-08T19:25:03.132Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-parent/9/maven-parent-9.pom [2023-09-08T19:25:03.132Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/9/maven-parent-9.pom [2023-09-08T19:25:03.132Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/9/maven-parent-9.pom (33 kB at 3.0 MB/s) [2023-09-08T19:25:03.132Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom [2023-09-08T19:25:03.132Z] [INFO] Downloading from 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 [2023-09-08T19:25:03.132Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom [2023-09-08T19:25:03.132Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom [2023-09-08T19:25:03.132Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom [2023-09-08T19:25:03.132Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom [2023-09-08T19:25:03.132Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom (4.1 kB at 406 kB/s) [2023-09-08T19:25:03.132Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom [2023-09-08T19:25:03.132Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom [2023-09-08T19:25:03.132Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom [2023-09-08T19:25:03.132Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom [2023-09-08T19:25:03.132Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom [2023-09-08T19:25:03.132Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom [2023-09-08T19:25:03.132Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom (2.7 kB at 223 kB/s) [2023-09-08T19:25:03.132Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-parent/7/maven-parent-7.pom [2023-09-08T19:25:03.132Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/7/maven-parent-7.pom [2023-09-08T19:25:03.132Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/7/maven-parent-7.pom [2023-09-08T19:25:03.132Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-parent/7/maven-parent-7.pom [2023-09-08T19:25:03.132Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-parent/7/maven-parent-7.pom [2023-09-08T19:25:03.132Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/7/maven-parent-7.pom [2023-09-08T19:25:03.132Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/7/maven-parent-7.pom (21 kB at 1.8 MB/s) [2023-09-08T19:25:03.132Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom [2023-09-08T19:25:03.132Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom [2023-09-08T19:25:03.132Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom [2023-09-08T19:25:03.132Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom [2023-09-08T19:25:03.132Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom [2023-09-08T19:25:03.132Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom [2023-09-08T19:25:03.132Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom (765 B at 27 kB/s) [2023-09-08T19:25:03.132Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven/2.0.2/maven-2.0.2.pom [2023-09-08T19:25:03.132Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.0.2/maven-2.0.2.pom [2023-09-08T19:25:03.132Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven/2.0.2/maven-2.0.2.pom [2023-09-08T19:25:03.390Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven/2.0.2/maven-2.0.2.pom [2023-09-08T19:25:03.390Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven/2.0.2/maven-2.0.2.pom [2023-09-08T19:25:03.390Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.2/maven-2.0.2.pom [2023-09-08T19:25:03.390Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.2/maven-2.0.2.pom (13 kB at 1.3 MB/s) [2023-09-08T19:25:03.390Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom [2023-09-08T19:25:03.390Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom [2023-09-08T19:25:03.390Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom [2023-09-08T19:25:03.390Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom [2023-09-08T19:25:03.390Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom [2023-09-08T19:25:03.390Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom [2023-09-08T19:25:03.390Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom (767 B at 77 kB/s) [2023-09-08T19:25:03.390Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom [2023-09-08T19:25:03.390Z] [INFO] Downloading from 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 [2023-09-08T19:25:03.390Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom [2023-09-08T19:25:03.390Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom [2023-09-08T19:25:03.390Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom [2023-09-08T19:25:03.390Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom [2023-09-08T19:25:03.390Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom (1.4 kB at 155 kB/s) [2023-09-08T19:25:03.390Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom [2023-09-08T19:25:03.390Z] [INFO] Downloading from 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 [2023-09-08T19:25:03.390Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom [2023-09-08T19:25:03.390Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom [2023-09-08T19:25:03.390Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom [2023-09-08T19:25:03.390Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom [2023-09-08T19:25:03.390Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom (1.3 kB at 131 kB/s) [2023-09-08T19:25:03.390Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom [2023-09-08T19:25:03.390Z] [INFO] Downloading from 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 [2023-09-08T19:25:03.390Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom [2023-09-08T19:25:03.390Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom [2023-09-08T19:25:03.390Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom [2023-09-08T19:25:03.390Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom [2023-09-08T19:25:03.390Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom (588 B at 59 kB/s) [2023-09-08T19:25:03.390Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom [2023-09-08T19:25:03.390Z] [INFO] Downloading from 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 [2023-09-08T19:25:03.390Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom [2023-09-08T19:25:03.390Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom [2023-09-08T19:25:03.390Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom [2023-09-08T19:25:03.390Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom [2023-09-08T19:25:03.390Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom (6.4 kB at 640 kB/s) [2023-09-08T19:25:03.647Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom [2023-09-08T19:25:03.647Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom [2023-09-08T19:25:03.647Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom [2023-09-08T19:25:03.647Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom [2023-09-08T19:25:03.647Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom [2023-09-08T19:25:03.647Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom [2023-09-08T19:25:03.647Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom (2.3 kB at 226 kB/s) [2023-09-08T19:25:03.647Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom [2023-09-08T19:25:03.647Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom [2023-09-08T19:25:03.647Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom [2023-09-08T19:25:03.647Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom [2023-09-08T19:25:03.647Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom [2023-09-08T19:25:03.647Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom [2023-09-08T19:25:03.647Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom (5.3 kB at 589 kB/s) [2023-09-08T19:25:03.647Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom [2023-09-08T19:25:03.647Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom [2023-09-08T19:25:03.647Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom [2023-09-08T19:25:03.647Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom [2023-09-08T19:25:03.647Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom [2023-09-08T19:25:03.647Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom [2023-09-08T19:25:03.647Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom (9.8 kB at 980 kB/s) [2023-09-08T19:25:03.647Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/shared/maven-dependency-analyzer/1.4/maven-dependency-analyzer-1.4.pom [2023-09-08T19:25:03.647Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-dependency-analyzer/1.4/maven-dependency-analyzer-1.4.pom [2023-09-08T19:25:03.647Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-dependency-analyzer/1.4/maven-dependency-analyzer-1.4.pom [2023-09-08T19:25:03.647Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/shared/maven-dependency-analyzer/1.4/maven-dependency-analyzer-1.4.pom [2023-09-08T19:25:03.647Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/maven-dependency-analyzer/1.4/maven-dependency-analyzer-1.4.pom [2023-09-08T19:25:03.904Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-analyzer/1.4/maven-dependency-analyzer-1.4.pom [2023-09-08T19:25:03.904Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-analyzer/1.4/maven-dependency-analyzer-1.4.pom (5.2 kB at 469 kB/s) [2023-09-08T19:25:03.904Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/asm/asm/3.3.1/asm-3.3.1.pom [2023-09-08T19:25:03.904Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/asm/asm/3.3.1/asm-3.3.1.pom [2023-09-08T19:25:03.904Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/asm/asm/3.3.1/asm-3.3.1.pom [2023-09-08T19:25:03.904Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/asm/asm/3.3.1/asm-3.3.1.pom [2023-09-08T19:25:03.904Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/asm/asm/3.3.1/asm-3.3.1.pom [2023-09-08T19:25:03.904Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/asm/asm/3.3.1/asm-3.3.1.pom [2023-09-08T19:25:03.904Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/asm/asm/3.3.1/asm-3.3.1.pom (266 B at 13 kB/s) [2023-09-08T19:25:03.904Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom [2023-09-08T19:25:03.904Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom [2023-09-08T19:25:03.904Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom [2023-09-08T19:25:03.904Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom [2023-09-08T19:25:03.904Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom [2023-09-08T19:25:03.904Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom [2023-09-08T19:25:03.904Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom (4.3 kB at 155 kB/s) [2023-09-08T19:25:03.904Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-project/2.0.5/maven-project-2.0.5.pom [2023-09-08T19:25:03.904Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.0.5/maven-project-2.0.5.pom [2023-09-08T19:25:03.904Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-project/2.0.5/maven-project-2.0.5.pom [2023-09-08T19:25:03.904Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-project/2.0.5/maven-project-2.0.5.pom [2023-09-08T19:25:03.904Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-project/2.0.5/maven-project-2.0.5.pom [2023-09-08T19:25:04.161Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.5/maven-project-2.0.5.pom [2023-09-08T19:25:04.161Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.5/maven-project-2.0.5.pom (1.8 kB at 184 kB/s) [2023-09-08T19:25:04.161Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-settings/2.0.5/maven-settings-2.0.5.pom [2023-09-08T19:25:04.161Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.0.5/maven-settings-2.0.5.pom [2023-09-08T19:25:04.161Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings/2.0.5/maven-settings-2.0.5.pom [2023-09-08T19:25:04.161Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-settings/2.0.5/maven-settings-2.0.5.pom [2023-09-08T19:25:04.161Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-settings/2.0.5/maven-settings-2.0.5.pom [2023-09-08T19:25:04.161Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.5/maven-settings-2.0.5.pom [2023-09-08T19:25:04.161Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.5/maven-settings-2.0.5.pom (1.7 kB at 152 kB/s) [2023-09-08T19:25:04.161Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-profile/2.0.5/maven-profile-2.0.5.pom [2023-09-08T19:25:04.161Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.0.5/maven-profile-2.0.5.pom [2023-09-08T19:25:04.161Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-profile/2.0.5/maven-profile-2.0.5.pom [2023-09-08T19:25:04.161Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-profile/2.0.5/maven-profile-2.0.5.pom [2023-09-08T19:25:04.161Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-profile/2.0.5/maven-profile-2.0.5.pom [2023-09-08T19:25:04.161Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.5/maven-profile-2.0.5.pom [2023-09-08T19:25:04.161Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.5/maven-profile-2.0.5.pom (1.7 kB at 118 kB/s) [2023-09-08T19:25:04.161Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-artifact-manager/2.0.5/maven-artifact-manager-2.0.5.pom [2023-09-08T19:25:04.161Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.0.5/maven-artifact-manager-2.0.5.pom [2023-09-08T19:25:04.161Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact-manager/2.0.5/maven-artifact-manager-2.0.5.pom [2023-09-08T19:25:04.161Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-artifact-manager/2.0.5/maven-artifact-manager-2.0.5.pom [2023-09-08T19:25:04.161Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-artifact-manager/2.0.5/maven-artifact-manager-2.0.5.pom [2023-09-08T19:25:04.161Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.5/maven-artifact-manager-2.0.5.pom [2023-09-08T19:25:04.161Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.5/maven-artifact-manager-2.0.5.pom (1.8 kB at 153 kB/s) [2023-09-08T19:25:04.161Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-repository-metadata/2.0.5/maven-repository-metadata-2.0.5.pom [2023-09-08T19:25:04.161Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.0.5/maven-repository-metadata-2.0.5.pom [2023-09-08T19:25:04.161Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-repository-metadata/2.0.5/maven-repository-metadata-2.0.5.pom [2023-09-08T19:25:04.419Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-repository-metadata/2.0.5/maven-repository-metadata-2.0.5.pom [2023-09-08T19:25:04.419Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-repository-metadata/2.0.5/maven-repository-metadata-2.0.5.pom [2023-09-08T19:25:04.419Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.5/maven-repository-metadata-2.0.5.pom [2023-09-08T19:25:04.419Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.5/maven-repository-metadata-2.0.5.pom (1.5 kB at 135 kB/s) [2023-09-08T19:25:04.419Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom [2023-09-08T19:25:04.419Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom [2023-09-08T19:25:04.419Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom [2023-09-08T19:25:04.419Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom [2023-09-08T19:25:04.419Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom [2023-09-08T19:25:04.419Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom [2023-09-08T19:25:04.419Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom (6.8 kB at 566 kB/s) [2023-09-08T19:25:04.419Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.pom [2023-09-08T19:25:04.419Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.pom [2023-09-08T19:25:04.419Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.pom [2023-09-08T19:25:04.419Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.pom [2023-09-08T19:25:04.419Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.pom [2023-09-08T19:25:04.419Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.pom [2023-09-08T19:25:04.419Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.pom (2.8 kB at 252 kB/s) [2023-09-08T19:25:04.419Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven/2.2.0/maven-2.2.0.pom [2023-09-08T19:25:04.419Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.2.0/maven-2.2.0.pom [2023-09-08T19:25:04.419Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven/2.2.0/maven-2.2.0.pom [2023-09-08T19:25:04.419Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven/2.2.0/maven-2.2.0.pom [2023-09-08T19:25:04.419Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven/2.2.0/maven-2.2.0.pom [2023-09-08T19:25:04.419Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.2.0/maven-2.2.0.pom [2023-09-08T19:25:04.419Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.2.0/maven-2.2.0.pom (22 kB at 1.9 MB/s) [2023-09-08T19:25:04.419Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.pom [2023-09-08T19:25:04.419Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.pom [2023-09-08T19:25:04.419Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.pom [2023-09-08T19:25:04.419Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.pom [2023-09-08T19:25:04.677Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.pom [2023-09-08T19:25:04.677Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.pom [2023-09-08T19:25:04.677Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.pom (2.2 kB at 182 kB/s) [2023-09-08T19:25:04.677Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.pom [2023-09-08T19:25:04.677Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.pom [2023-09-08T19:25:04.678Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.pom [2023-09-08T19:25:04.678Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.pom [2023-09-08T19:25:04.678Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.pom [2023-09-08T19:25:04.678Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.pom [2023-09-08T19:25:04.678Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.pom (3.2 kB at 270 kB/s) [2023-09-08T19:25:04.678Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom [2023-09-08T19:25:04.678Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom [2023-09-08T19:25:04.678Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom [2023-09-08T19:25:04.678Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom [2023-09-08T19:25:04.678Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom [2023-09-08T19:25:04.678Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom [2023-09-08T19:25:04.678Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom (6.8 kB at 761 kB/s) [2023-09-08T19:25:04.678Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom [2023-09-08T19:25:04.678Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom [2023-09-08T19:25:04.678Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom [2023-09-08T19:25:04.678Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom [2023-09-08T19:25:04.678Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom [2023-09-08T19:25:04.678Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom [2023-09-08T19:25:04.678Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom (889 B at 99 kB/s) [2023-09-08T19:25:04.678Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom [2023-09-08T19:25:04.678Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom [2023-09-08T19:25:04.678Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom [2023-09-08T19:25:04.678Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom [2023-09-08T19:25:04.935Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom [2023-09-08T19:25:04.935Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom [2023-09-08T19:25:04.935Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (5.8 kB at 531 kB/s) [2023-09-08T19:25:04.935Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.pom [2023-09-08T19:25:04.935Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.pom [2023-09-08T19:25:04.935Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.pom [2023-09-08T19:25:04.935Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.pom [2023-09-08T19:25:04.935Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.pom [2023-09-08T19:25:04.935Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.pom [2023-09-08T19:25:04.936Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.pom (2.2 kB at 197 kB/s) [2023-09-08T19:25:04.936Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.pom [2023-09-08T19:25:04.936Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.pom [2023-09-08T19:25:04.936Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.pom [2023-09-08T19:25:04.936Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.pom [2023-09-08T19:25:04.936Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.pom [2023-09-08T19:25:04.936Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.pom [2023-09-08T19:25:04.936Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.pom (3.1 kB at 259 kB/s) [2023-09-08T19:25:04.936Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.pom [2023-09-08T19:25:04.936Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.pom [2023-09-08T19:25:04.936Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.pom [2023-09-08T19:25:04.936Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.pom [2023-09-08T19:25:04.936Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.pom [2023-09-08T19:25:04.936Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.pom [2023-09-08T19:25:05.193Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.pom (1.9 kB at 170 kB/s) [2023-09-08T19:25:05.193Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.pom [2023-09-08T19:25:05.193Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.pom [2023-09-08T19:25:05.193Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.pom [2023-09-08T19:25:05.193Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.pom [2023-09-08T19:25:05.194Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.pom [2023-09-08T19:25:05.194Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.pom [2023-09-08T19:25:05.194Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.pom (1.6 kB at 144 kB/s) [2023-09-08T19:25:05.194Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom [2023-09-08T19:25:05.194Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom [2023-09-08T19:25:05.194Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom [2023-09-08T19:25:05.194Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom [2023-09-08T19:25:05.194Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom [2023-09-08T19:25:05.194Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom [2023-09-08T19:25:05.194Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom (880 B at 88 kB/s) [2023-09-08T19:25:05.194Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.pom [2023-09-08T19:25:05.194Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.pom [2023-09-08T19:25:05.194Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.pom [2023-09-08T19:25:05.194Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.pom [2023-09-08T19:25:05.194Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.pom [2023-09-08T19:25:05.194Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.pom [2023-09-08T19:25:05.194Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.pom (1.9 kB at 148 kB/s) [2023-09-08T19:25:05.194Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.pom [2023-09-08T19:25:05.194Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.pom [2023-09-08T19:25:05.194Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.pom [2023-09-08T19:25:05.194Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.pom [2023-09-08T19:25:05.194Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.pom [2023-09-08T19:25:05.194Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.pom [2023-09-08T19:25:05.194Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.pom (3.8 kB at 342 kB/s) [2023-09-08T19:25:05.194Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom [2023-09-08T19:25:05.194Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom [2023-09-08T19:25:05.451Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom [2023-09-08T19:25:05.451Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom [2023-09-08T19:25:05.451Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom [2023-09-08T19:25:05.451Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom [2023-09-08T19:25:05.451Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom (8.7 kB at 870 kB/s) [2023-09-08T19:25:05.451Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom [2023-09-08T19:25:05.451Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom [2023-09-08T19:25:05.451Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom [2023-09-08T19:25:05.451Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom [2023-09-08T19:25:05.451Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom [2023-09-08T19:25:05.451Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom [2023-09-08T19:25:05.451Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom (1.6 kB at 147 kB/s) [2023-09-08T19:25:05.451Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven/2.0.8/maven-2.0.8.pom [2023-09-08T19:25:05.451Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/2.0.8/maven-2.0.8.pom [2023-09-08T19:25:05.451Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven/2.0.8/maven-2.0.8.pom [2023-09-08T19:25:05.451Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven/2.0.8/maven-2.0.8.pom [2023-09-08T19:25:05.451Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven/2.0.8/maven-2.0.8.pom [2023-09-08T19:25:05.451Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.8/maven-2.0.8.pom [2023-09-08T19:25:05.451Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.8/maven-2.0.8.pom (12 kB at 1.1 MB/s) [2023-09-08T19:25:05.451Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom [2023-09-08T19:25:05.451Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom [2023-09-08T19:25:05.451Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom [2023-09-08T19:25:05.451Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom [2023-09-08T19:25:05.451Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom [2023-09-08T19:25:05.451Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom [2023-09-08T19:25:05.451Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom (3.1 kB at 262 kB/s) [2023-09-08T19:25:05.451Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom [2023-09-08T19:25:05.451Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom [2023-09-08T19:25:05.451Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom [2023-09-08T19:25:05.451Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom [2023-09-08T19:25:05.709Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom [2023-09-08T19:25:05.709Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom [2023-09-08T19:25:05.709Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom (2.7 kB at 226 kB/s) [2023-09-08T19:25:05.709Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom [2023-09-08T19:25:05.709Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom [2023-09-08T19:25:05.709Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom [2023-09-08T19:25:05.709Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom [2023-09-08T19:25:05.709Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom [2023-09-08T19:25:05.709Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom [2023-09-08T19:25:05.709Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom (2.1 kB at 172 kB/s) [2023-09-08T19:25:05.709Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.pom [2023-09-08T19:25:05.709Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.pom [2023-09-08T19:25:05.709Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.pom [2023-09-08T19:25:05.709Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.pom [2023-09-08T19:25:05.709Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.pom [2023-09-08T19:25:05.709Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.pom [2023-09-08T19:25:05.709Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.pom (2.0 kB at 185 kB/s) [2023-09-08T19:25:05.709Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom [2023-09-08T19:25:05.709Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom [2023-09-08T19:25:05.709Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom [2023-09-08T19:25:05.709Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom [2023-09-08T19:25:05.709Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom [2023-09-08T19:25:05.709Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom [2023-09-08T19:25:05.709Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom (2.7 kB at 225 kB/s) [2023-09-08T19:25:05.709Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.pom [2023-09-08T19:25:05.709Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.pom [2023-09-08T19:25:05.709Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.pom [2023-09-08T19:25:05.709Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.pom [2023-09-08T19:25:05.709Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.pom [2023-09-08T19:25:05.965Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.pom [2023-09-08T19:25:05.965Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.pom (1.9 kB at 173 kB/s) [2023-09-08T19:25:05.965Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom [2023-09-08T19:25:05.965Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom [2023-09-08T19:25:05.965Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom [2023-09-08T19:25:05.965Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom [2023-09-08T19:25:05.965Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom [2023-09-08T19:25:05.965Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom [2023-09-08T19:25:05.966Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom (2.0 kB at 200 kB/s) [2023-09-08T19:25:05.966Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-plugin-api/2.0.8/maven-plugin-api-2.0.8.pom [2023-09-08T19:25:05.966Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/2.0.8/maven-plugin-api-2.0.8.pom [2023-09-08T19:25:05.966Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-api/2.0.8/maven-plugin-api-2.0.8.pom [2023-09-08T19:25:05.966Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-plugin-api/2.0.8/maven-plugin-api-2.0.8.pom [2023-09-08T19:25:05.966Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-plugin-api/2.0.8/maven-plugin-api-2.0.8.pom [2023-09-08T19:25:05.966Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.8/maven-plugin-api-2.0.8.pom [2023-09-08T19:25:05.966Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.8/maven-plugin-api-2.0.8.pom (1.5 kB at 136 kB/s) [2023-09-08T19:25:05.966Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom [2023-09-08T19:25:05.966Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom [2023-09-08T19:25:05.966Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom [2023-09-08T19:25:05.966Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom [2023-09-08T19:25:05.966Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom [2023-09-08T19:25:05.966Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom [2023-09-08T19:25:05.966Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom (2.8 kB at 276 kB/s) [2023-09-08T19:25:05.966Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom [2023-09-08T19:25:05.966Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom [2023-09-08T19:25:05.966Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom [2023-09-08T19:25:05.966Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom [2023-09-08T19:25:05.966Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom [2023-09-08T19:25:06.223Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom [2023-09-08T19:25:06.223Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom (4.0 kB at 403 kB/s) [2023-09-08T19:25:06.223Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom [2023-09-08T19:25:06.223Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom [2023-09-08T19:25:06.223Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom [2023-09-08T19:25:06.223Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom [2023-09-08T19:25:06.223Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom [2023-09-08T19:25:06.223Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom [2023-09-08T19:25:06.223Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom (15 kB at 1.5 MB/s) [2023-09-08T19:25:06.223Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom [2023-09-08T19:25:06.223Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom [2023-09-08T19:25:06.223Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom [2023-09-08T19:25:06.223Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom [2023-09-08T19:25:06.223Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom [2023-09-08T19:25:06.223Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom [2023-09-08T19:25:06.223Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom (2.8 kB at 281 kB/s) [2023-09-08T19:25:06.223Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/xbean/xbean/3.4/xbean-3.4.pom [2023-09-08T19:25:06.223Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/xbean/xbean/3.4/xbean-3.4.pom [2023-09-08T19:25:06.223Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/xbean/xbean/3.4/xbean-3.4.pom [2023-09-08T19:25:06.223Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/xbean/xbean/3.4/xbean-3.4.pom [2023-09-08T19:25:06.223Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/xbean/xbean/3.4/xbean-3.4.pom [2023-09-08T19:25:06.223Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean/3.4/xbean-3.4.pom [2023-09-08T19:25:06.223Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xbean/xbean/3.4/xbean-3.4.pom (19 kB at 1.7 MB/s) [2023-09-08T19:25:06.223Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom [2023-09-08T19:25:06.223Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom [2023-09-08T19:25:06.223Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom [2023-09-08T19:25:06.480Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom [2023-09-08T19:25:06.480Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom [2023-09-08T19:25:06.480Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom [2023-09-08T19:25:06.480Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom (5.3 kB at 535 kB/s) [2023-09-08T19:25:06.480Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/junit/junit/3.8.2/junit-3.8.2.pom [2023-09-08T19:25:06.480Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/3.8.2/junit-3.8.2.pom [2023-09-08T19:25:06.480Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/junit/junit/3.8.2/junit-3.8.2.pom [2023-09-08T19:25:06.480Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/junit/junit/3.8.2/junit-3.8.2.pom [2023-09-08T19:25:06.480Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/junit/junit/3.8.2/junit-3.8.2.pom [2023-09-08T19:25:06.480Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/3.8.2/junit-3.8.2.pom [2023-09-08T19:25:06.480Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/junit/junit/3.8.2/junit-3.8.2.pom (747 B at 75 kB/s) [2023-09-08T19:25:06.480Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.pom [2023-09-08T19:25:06.480Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.pom [2023-09-08T19:25:06.480Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.pom [2023-09-08T19:25:06.480Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.pom [2023-09-08T19:25:06.480Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.pom [2023-09-08T19:25:06.480Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.pom [2023-09-08T19:25:06.480Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.pom (5.1 kB at 461 kB/s) [2023-09-08T19:25:06.480Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom [2023-09-08T19:25:06.480Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom [2023-09-08T19:25:06.480Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom [2023-09-08T19:25:06.480Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom [2023-09-08T19:25:06.480Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom [2023-09-08T19:25:06.480Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom [2023-09-08T19:25:06.480Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom (9.3 kB at 1.0 MB/s) [2023-09-08T19:25:06.480Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-parent/13/maven-parent-13.pom [2023-09-08T19:25:06.480Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/13/maven-parent-13.pom [2023-09-08T19:25:06.481Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-parent/13/maven-parent-13.pom [2023-09-08T19:25:06.481Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-parent/13/maven-parent-13.pom [2023-09-08T19:25:06.481Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-parent/13/maven-parent-13.pom [2023-09-08T19:25:06.481Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/13/maven-parent-13.pom [2023-09-08T19:25:06.481Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/13/maven-parent-13.pom (23 kB at 2.3 MB/s) [2023-09-08T19:25:06.481Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-lang/commons-lang/2.6/commons-lang-2.6.pom [2023-09-08T19:25:06.738Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-lang/commons-lang/2.6/commons-lang-2.6.pom [2023-09-08T19:25:06.738Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-lang/commons-lang/2.6/commons-lang-2.6.pom [2023-09-08T19:25:06.738Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/commons-lang/commons-lang/2.6/commons-lang-2.6.pom [2023-09-08T19:25:06.738Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-lang/commons-lang/2.6/commons-lang-2.6.pom [2023-09-08T19:25:06.738Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.pom [2023-09-08T19:25:06.738Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.pom (17 kB at 1.7 MB/s) [2023-09-08T19:25:06.738Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-parent/17/commons-parent-17.pom [2023-09-08T19:25:06.738Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/17/commons-parent-17.pom [2023-09-08T19:25:06.738Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-parent/17/commons-parent-17.pom [2023-09-08T19:25:06.738Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/commons/commons-parent/17/commons-parent-17.pom [2023-09-08T19:25:06.738Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/commons/commons-parent/17/commons-parent-17.pom [2023-09-08T19:25:06.738Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/17/commons-parent-17.pom [2023-09-08T19:25:06.738Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/17/commons-parent-17.pom (31 kB at 3.1 MB/s) [2023-09-08T19:25:06.738Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar [2023-09-08T19:25:06.738Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar [2023-09-08T19:25:06.738Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar [2023-09-08T19:25:06.738Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar [2023-09-08T19:25:06.738Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar [2023-09-08T19:25:06.738Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar [2023-09-08T19:25:06.738Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar [2023-09-08T19:25:06.738Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar [2023-09-08T19:25:06.738Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar [2023-09-08T19:25:06.738Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar [2023-09-08T19:25:06.738Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-cli/commons-cli/1.0/commons-cli-1.0.jar [2023-09-08T19:25:06.738Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar [2023-09-08T19:25:06.738Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar [2023-09-08T19:25:06.738Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar [2023-09-08T19:25:06.738Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar [2023-09-08T19:25:06.738Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar [2023-09-08T19:25:06.738Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/reporting/maven-reporting-impl/2.0.5/maven-reporting-impl-2.0.5.jar [2023-09-08T19:25:06.738Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/shared/maven-doxia-tools/1.0.2/maven-doxia-tools-1.0.2.jar [2023-09-08T19:25:06.738Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-io/commons-io/1.4/commons-io-1.4.jar [2023-09-08T19:25:06.738Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar [2023-09-08T19:25:06.738Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar [2023-09-08T19:25:06.738Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-digester/commons-digester/1.6/commons-digester-1.6.jar [2023-09-08T19:25:06.738Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar [2023-09-08T19:25:06.738Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar [2023-09-08T19:25:06.738Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-archiver/2.3/plexus-archiver-2.3.jar [2023-09-08T19:25:06.738Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/3.0.9/plexus-utils-3.0.9.jar [2023-09-08T19:25:06.738Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar [2023-09-08T19:25:06.738Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar [2023-09-08T19:25:06.738Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar [2023-09-08T19:25:06.738Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-io/2.0.6/plexus-io-2.0.6.jar [2023-09-08T19:25:06.738Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/shared/maven-dependency-analyzer/1.4/maven-dependency-analyzer-1.4.jar [2023-09-08T19:25:06.738Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/asm/asm/3.3.1/asm-3.3.1.jar [2023-09-08T19:25:06.738Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar [2023-09-08T19:25:06.738Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar [2023-09-08T19:25:06.738Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar [2023-09-08T19:25:06.738Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.jar [2023-09-08T19:25:06.738Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-lang/commons-lang/2.6/commons-lang-2.6.jar [2023-09-08T19:25:06.738Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar [2023-09-08T19:25:06.738Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/classworlds/classworlds/1.1/classworlds-1.1.jar [2023-09-08T19:25:06.996Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar [2023-09-08T19:25:06.996Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar [2023-09-08T19:25:06.996Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar [2023-09-08T19:25:06.996Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar [2023-09-08T19:25:06.996Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar [2023-09-08T19:25:06.996Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar [2023-09-08T19:25:06.996Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar [2023-09-08T19:25:06.996Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar [2023-09-08T19:25:06.996Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar [2023-09-08T19:25:06.996Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar [2023-09-08T19:25:06.996Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-cli/commons-cli/1.0/commons-cli-1.0.jar [2023-09-08T19:25:06.996Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar [2023-09-08T19:25:06.996Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar [2023-09-08T19:25:06.996Z] [INFO] Downloading from 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 [2023-09-08T19:25:06.996Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar [2023-09-08T19:25:06.996Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar [2023-09-08T19:25:06.996Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-impl/2.0.5/maven-reporting-impl-2.0.5.jar [2023-09-08T19:25:06.996Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-doxia-tools/1.0.2/maven-doxia-tools-1.0.2.jar [2023-09-08T19:25:06.996Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/1.4/commons-io-1.4.jar [2023-09-08T19:25:06.996Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar [2023-09-08T19:25:06.996Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar [2023-09-08T19:25:06.996Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-digester/commons-digester/1.6/commons-digester-1.6.jar [2023-09-08T19:25:06.996Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar [2023-09-08T19:25:06.996Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar [2023-09-08T19:25:06.996Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.9/plexus-utils-3.0.9.jar [2023-09-08T19:25:06.996Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/2.3/plexus-archiver-2.3.jar [2023-09-08T19:25:06.996Z] [INFO] Downloading from 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 [2023-09-08T19:25:06.996Z] [INFO] Downloading from 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 [2023-09-08T19:25:06.996Z] [INFO] Downloading from 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 [2023-09-08T19:25:06.996Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/2.0.6/plexus-io-2.0.6.jar [2023-09-08T19:25:06.996Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-dependency-analyzer/1.4/maven-dependency-analyzer-1.4.jar [2023-09-08T19:25:06.996Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/asm/asm/3.3.1/asm-3.3.1.jar [2023-09-08T19:25:06.996Z] [INFO] Downloading from 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 [2023-09-08T19:25:06.996Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar [2023-09-08T19:25:06.996Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar [2023-09-08T19:25:06.996Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-lang/commons-lang/2.6/commons-lang-2.6.jar [2023-09-08T19:25:06.996Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.jar [2023-09-08T19:25:06.996Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar [2023-09-08T19:25:06.996Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/classworlds/classworlds/1.1/classworlds-1.1.jar [2023-09-08T19:25:06.996Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar [2023-09-08T19:25:06.996Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar [2023-09-08T19:25:06.996Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar [2023-09-08T19:25:06.996Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar [2023-09-08T19:25:06.996Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar [2023-09-08T19:25:06.996Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar [2023-09-08T19:25:06.996Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar [2023-09-08T19:25:06.996Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar [2023-09-08T19:25:06.996Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar [2023-09-08T19:25:06.996Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar [2023-09-08T19:25:06.996Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-cli/commons-cli/1.0/commons-cli-1.0.jar [2023-09-08T19:25:06.996Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar [2023-09-08T19:25:06.996Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar [2023-09-08T19:25:06.996Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar [2023-09-08T19:25:06.997Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar [2023-09-08T19:25:06.997Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar [2023-09-08T19:25:06.997Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/reporting/maven-reporting-impl/2.0.5/maven-reporting-impl-2.0.5.jar [2023-09-08T19:25:06.997Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-doxia-tools/1.0.2/maven-doxia-tools-1.0.2.jar [2023-09-08T19:25:06.997Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-io/commons-io/1.4/commons-io-1.4.jar [2023-09-08T19:25:06.997Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar [2023-09-08T19:25:06.997Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar [2023-09-08T19:25:06.997Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-digester/commons-digester/1.6/commons-digester-1.6.jar [2023-09-08T19:25:06.997Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar [2023-09-08T19:25:06.997Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar [2023-09-08T19:25:06.997Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-archiver/2.3/plexus-archiver-2.3.jar [2023-09-08T19:25:06.997Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/3.0.9/plexus-utils-3.0.9.jar [2023-09-08T19:25:06.997Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar [2023-09-08T19:25:06.997Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar [2023-09-08T19:25:06.997Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar [2023-09-08T19:25:06.997Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-io/2.0.6/plexus-io-2.0.6.jar [2023-09-08T19:25:06.997Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-dependency-analyzer/1.4/maven-dependency-analyzer-1.4.jar [2023-09-08T19:25:06.997Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/asm/asm/3.3.1/asm-3.3.1.jar [2023-09-08T19:25:06.997Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar [2023-09-08T19:25:06.997Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar [2023-09-08T19:25:06.997Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar [2023-09-08T19:25:06.997Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.jar [2023-09-08T19:25:06.997Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-lang/commons-lang/2.6/commons-lang-2.6.jar [2023-09-08T19:25:06.997Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar [2023-09-08T19:25:06.997Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/classworlds/classworlds/1.1/classworlds-1.1.jar [2023-09-08T19:25:06.997Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar [2023-09-08T19:25:06.997Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar [2023-09-08T19:25:06.997Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar [2023-09-08T19:25:06.997Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar [2023-09-08T19:25:06.997Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar [2023-09-08T19:25:06.997Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar [2023-09-08T19:25:06.997Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar [2023-09-08T19:25:06.997Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar [2023-09-08T19:25:06.997Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar [2023-09-08T19:25:06.997Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar [2023-09-08T19:25:06.997Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/commons-cli/commons-cli/1.0/commons-cli-1.0.jar [2023-09-08T19:25:06.997Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar [2023-09-08T19:25:06.997Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar [2023-09-08T19:25:06.997Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar [2023-09-08T19:25:06.997Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar [2023-09-08T19:25:06.997Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar [2023-09-08T19:25:06.997Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/reporting/maven-reporting-impl/2.0.5/maven-reporting-impl-2.0.5.jar [2023-09-08T19:25:06.997Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/shared/maven-doxia-tools/1.0.2/maven-doxia-tools-1.0.2.jar [2023-09-08T19:25:06.997Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar [2023-09-08T19:25:06.997Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/commons-io/commons-io/1.4/commons-io-1.4.jar [2023-09-08T19:25:06.997Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar [2023-09-08T19:25:06.997Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/commons-digester/commons-digester/1.6/commons-digester-1.6.jar [2023-09-08T19:25:06.997Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar [2023-09-08T19:25:06.997Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar [2023-09-08T19:25:06.997Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-archiver/2.3/plexus-archiver-2.3.jar [2023-09-08T19:25:06.997Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-utils/3.0.9/plexus-utils-3.0.9.jar [2023-09-08T19:25:06.997Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar [2023-09-08T19:25:06.997Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar [2023-09-08T19:25:06.997Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar [2023-09-08T19:25:06.997Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-io/2.0.6/plexus-io-2.0.6.jar [2023-09-08T19:25:06.997Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/shared/maven-dependency-analyzer/1.4/maven-dependency-analyzer-1.4.jar [2023-09-08T19:25:06.998Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/asm/asm/3.3.1/asm-3.3.1.jar [2023-09-08T19:25:06.998Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar [2023-09-08T19:25:06.998Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar [2023-09-08T19:25:06.998Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar [2023-09-08T19:25:06.998Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.jar [2023-09-08T19:25:06.998Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/commons-lang/commons-lang/2.6/commons-lang-2.6.jar [2023-09-08T19:25:06.998Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar [2023-09-08T19:25:06.998Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/classworlds/classworlds/1.1/classworlds-1.1.jar [2023-09-08T19:25:06.998Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar [2023-09-08T19:25:06.998Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar [2023-09-08T19:25:06.998Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar [2023-09-08T19:25:06.998Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar [2023-09-08T19:25:06.998Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar [2023-09-08T19:25:06.998Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar [2023-09-08T19:25:06.998Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar [2023-09-08T19:25:06.998Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar [2023-09-08T19:25:06.998Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar [2023-09-08T19:25:06.998Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar [2023-09-08T19:25:06.998Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-cli/commons-cli/1.0/commons-cli-1.0.jar [2023-09-08T19:25:07.256Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar [2023-09-08T19:25:07.256Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar [2023-09-08T19:25:07.256Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar [2023-09-08T19:25:07.256Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/maven-doxia-tools/1.0.2/maven-doxia-tools-1.0.2.jar [2023-09-08T19:25:07.256Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/reporting/maven-reporting-impl/2.0.5/maven-reporting-impl-2.0.5.jar [2023-09-08T19:25:07.256Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar [2023-09-08T19:25:07.256Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar [2023-09-08T19:25:07.256Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-io/commons-io/1.4/commons-io-1.4.jar [2023-09-08T19:25:07.256Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar [2023-09-08T19:25:07.256Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar [2023-09-08T19:25:07.256Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-digester/commons-digester/1.6/commons-digester-1.6.jar [2023-09-08T19:25:07.256Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar [2023-09-08T19:25:07.256Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar [2023-09-08T19:25:07.256Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-archiver/2.3/plexus-archiver-2.3.jar [2023-09-08T19:25:07.256Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-utils/3.0.9/plexus-utils-3.0.9.jar [2023-09-08T19:25:07.256Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar [2023-09-08T19:25:07.256Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar [2023-09-08T19:25:07.256Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar [2023-09-08T19:25:07.256Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-io/2.0.6/plexus-io-2.0.6.jar [2023-09-08T19:25:07.256Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/maven-dependency-analyzer/1.4/maven-dependency-analyzer-1.4.jar [2023-09-08T19:25:07.256Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/asm/asm/3.3.1/asm-3.3.1.jar [2023-09-08T19:25:07.256Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar [2023-09-08T19:25:07.256Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar [2023-09-08T19:25:07.256Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar [2023-09-08T19:25:07.256Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.jar [2023-09-08T19:25:07.256Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar [2023-09-08T19:25:07.256Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/classworlds/classworlds/1.1/classworlds-1.1.jar [2023-09-08T19:25:07.256Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-lang/commons-lang/2.6/commons-lang-2.6.jar [2023-09-08T19:25:07.256Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar [2023-09-08T19:25:07.256Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar [2023-09-08T19:25:07.256Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar [2023-09-08T19:25:07.256Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar [2023-09-08T19:25:07.256Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar [2023-09-08T19:25:07.256Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar (13 kB at 716 kB/s) [2023-09-08T19:25:07.256Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar [2023-09-08T19:25:07.256Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar (122 kB at 6.8 MB/s) [2023-09-08T19:25:07.256Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar [2023-09-08T19:25:07.256Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar (49 kB at 2.9 MB/s) [2023-09-08T19:25:07.256Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar (35 kB at 2.1 MB/s) [2023-09-08T19:25:07.256Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar [2023-09-08T19:25:07.256Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar (89 kB at 4.9 MB/s) [2023-09-08T19:25:07.256Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar [2023-09-08T19:25:07.256Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar [2023-09-08T19:25:07.256Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar (29 kB at 1.2 MB/s) [2023-09-08T19:25:07.256Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.jar [2023-09-08T19:25:07.256Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar (21 kB at 870 kB/s) [2023-09-08T19:25:07.256Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar [2023-09-08T19:25:07.256Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar (87 kB at 3.5 MB/s) [2023-09-08T19:25:07.256Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar [2023-09-08T19:25:07.256Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar (160 kB at 6.1 MB/s) [2023-09-08T19:25:07.256Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar [2023-09-08T19:25:07.257Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar (14 kB at 511 kB/s) [2023-09-08T19:25:07.257Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar [2023-09-08T19:25:07.257Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.jar (30 kB at 886 kB/s) [2023-09-08T19:25:07.257Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar [2023-09-08T19:25:07.257Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar (37 kB at 1.0 MB/s) [2023-09-08T19:25:07.257Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar (13 kB at 372 kB/s) [2023-09-08T19:25:07.257Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.0.5/maven-reporting-impl-2.0.5.jar [2023-09-08T19:25:07.257Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-doxia-tools/1.0.2/maven-doxia-tools-1.0.2.jar [2023-09-08T19:25:07.257Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar (10 kB at 286 kB/s) [2023-09-08T19:25:07.257Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/1.4/commons-io-1.4.jar [2023-09-08T19:25:07.257Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar (58 kB at 1.6 MB/s) [2023-09-08T19:25:07.257Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar [2023-09-08T19:25:07.257Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar (25 kB at 546 kB/s) [2023-09-08T19:25:07.257Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar [2023-09-08T19:25:07.257Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-doxia-tools/1.0.2/maven-doxia-tools-1.0.2.jar (41 kB at 874 kB/s) [2023-09-08T19:25:07.257Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.6/commons-digester-1.6.jar [2023-09-08T19:25:07.257Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.0.5/maven-reporting-impl-2.0.5.jar (21 kB at 429 kB/s) [2023-09-08T19:25:07.257Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar [2023-09-08T19:25:07.257Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/1.4/commons-io-1.4.jar (109 kB at 2.2 MB/s) [2023-09-08T19:25:07.257Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar [2023-09-08T19:25:07.257Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar (91 kB at 1.8 MB/s) [2023-09-08T19:25:07.257Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.3/plexus-archiver-2.3.jar [2023-09-08T19:25:07.257Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar (189 kB at 1.8 MB/s) [2023-09-08T19:25:07.257Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.9/plexus-utils-3.0.9.jar [2023-09-08T19:25:07.257Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar (109 kB at 1.1 MB/s) [2023-09-08T19:25:07.257Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar (38 kB at 373 kB/s) [2023-09-08T19:25:07.257Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar [2023-09-08T19:25:07.257Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.6/commons-digester-1.6.jar (168 kB at 1.6 MB/s) [2023-09-08T19:25:07.257Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar [2023-09-08T19:25:07.257Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar [2023-09-08T19:25:07.257Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.3/plexus-archiver-2.3.jar (186 kB at 1.8 MB/s) [2023-09-08T19:25:07.257Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.6/plexus-io-2.0.6.jar [2023-09-08T19:25:07.257Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar (39 kB at 349 kB/s) [2023-09-08T19:25:07.257Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-analyzer/1.4/maven-dependency-analyzer-1.4.jar [2023-09-08T19:25:07.257Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar (43 kB at 378 kB/s) [2023-09-08T19:25:07.257Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/asm/asm/3.3.1/asm-3.3.1.jar [2023-09-08T19:25:07.257Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar (38 kB at 327 kB/s) [2023-09-08T19:25:07.257Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar [2023-09-08T19:25:07.257Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.9/plexus-utils-3.0.9.jar (232 kB at 2.0 MB/s) [2023-09-08T19:25:07.257Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.6/plexus-io-2.0.6.jar (58 kB at 489 kB/s) [2023-09-08T19:25:07.257Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar [2023-09-08T19:25:07.257Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar [2023-09-08T19:25:07.257Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-analyzer/1.4/maven-dependency-analyzer-1.4.jar (27 kB at 221 kB/s) [2023-09-08T19:25:07.257Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.jar [2023-09-08T19:25:07.257Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/asm/asm/3.3.1/asm-3.3.1.jar (44 kB at 349 kB/s) [2023-09-08T19:25:07.257Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.jar [2023-09-08T19:25:07.257Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (4.2 kB at 34 kB/s) [2023-09-08T19:25:07.257Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar [2023-09-08T19:25:07.257Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar (32 kB at 245 kB/s) [2023-09-08T19:25:07.257Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.jar [2023-09-08T19:25:07.257Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar (60 kB at 458 kB/s) [2023-09-08T19:25:07.257Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.jar (29 kB at 213 kB/s) [2023-09-08T19:25:07.515Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6.jar (284 kB at 2.1 MB/s) [2023-09-08T19:25:07.515Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.jar (38 kB at 270 kB/s) [2023-09-08T19:25:07.515Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar (575 kB at 3.8 MB/s) [2023-09-08T19:25:07.516Z] [INFO] Configured Artifact: org.antlr:antlr-runtime:sources:3.2:jar [2023-09-08T19:25:07.516Z] [INFO] Copying antlr-runtime-3.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_3.2.0/target/sources-for-eclipse-ipzilla/antlr-runtime-3.2-sources.jar [2023-09-08T19:25:07.516Z] [INFO] Refreshing about files and about.html [2023-09-08T19:25:07.773Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_3.2.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:25:07.773Z] [INFO] [2023-09-08T19:25:07.773Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.antlr.runtime --- [2023-09-08T19:25:07.773Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_3.2.0/target/org.antlr.runtime-3.2.0-SNAPSHOT.jar [2023-09-08T19:25:10.296Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_3.2.0/target/org.antlr.runtime-3.2.0-SNAPSHOT-sources.jar [2023-09-08T19:25:11.666Z] [INFO] [2023-09-08T19:25:11.666Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.antlr.runtime --- [2023-09-08T19:25:13.558Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.antlr.runtime:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_3.2.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:25:13.558Z] no-classifier: different [2023-09-08T19:25:13.558Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:25:13.558Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:25:13.558Z] classifier-sources: different [2023-09-08T19:25:13.558Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:25:13.558Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:25:13.558Z] [2023-09-08T19:25:13.558Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.antlr.runtime:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_3.2.0/pom.xml [2023-09-08T19:25:13.558Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:25:13.558Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:25:13.558Z] [2023-09-08T19:25:13.558Z] [INFO] [2023-09-08T19:25:13.558Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.antlr.runtime --- [2023-09-08T19:25:13.558Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.pom [2023-09-08T19:25:13.558Z] [INFO] Downloading from 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 [2023-09-08T19:25:13.558Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.pom [2023-09-08T19:25:13.558Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.pom [2023-09-08T19:25:13.558Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.pom [2023-09-08T19:25:13.558Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.pom [2023-09-08T19:25:13.558Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.pom (2.2 kB at 169 kB/s) [2023-09-08T19:25:13.558Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/aether/aether/1.0.0.v20140518/aether-1.0.0.v20140518.pom [2023-09-08T19:25:13.558Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether/1.0.0.v20140518/aether-1.0.0.v20140518.pom [2023-09-08T19:25:13.558Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/aether/aether/1.0.0.v20140518/aether-1.0.0.v20140518.pom [2023-09-08T19:25:13.558Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/aether/aether/1.0.0.v20140518/aether-1.0.0.v20140518.pom [2023-09-08T19:25:13.558Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/aether/aether/1.0.0.v20140518/aether-1.0.0.v20140518.pom [2023-09-08T19:25:13.558Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether/1.0.0.v20140518/aether-1.0.0.v20140518.pom [2023-09-08T19:25:13.558Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether/1.0.0.v20140518/aether-1.0.0.v20140518.pom (30 kB at 3.0 MB/s) [2023-09-08T19:25:13.558Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.pom [2023-09-08T19:25:13.558Z] [INFO] Downloading from 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 [2023-09-08T19:25:13.558Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.pom [2023-09-08T19:25:13.558Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.pom [2023-09-08T19:25:13.558Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.pom [2023-09-08T19:25:13.558Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.pom [2023-09-08T19:25:13.559Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.pom (1.9 kB at 172 kB/s) [2023-09-08T19:25:13.559Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.pom [2023-09-08T19:25:13.559Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.pom [2023-09-08T19:25:13.559Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.pom [2023-09-08T19:25:13.559Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.pom [2023-09-08T19:25:13.559Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.pom [2023-09-08T19:25:13.559Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.pom [2023-09-08T19:25:13.559Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.pom (8.0 kB at 728 kB/s) [2023-09-08T19:25:13.559Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus/10/plexus-10.pom [2023-09-08T19:25:13.559Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/10/plexus-10.pom [2023-09-08T19:25:13.559Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus/10/plexus-10.pom [2023-09-08T19:25:13.559Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus/10/plexus-10.pom [2023-09-08T19:25:13.559Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus/10/plexus-10.pom [2023-09-08T19:25:13.559Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/10/plexus-10.pom [2023-09-08T19:25:13.559Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/10/plexus-10.pom (25 kB at 2.5 MB/s) [2023-09-08T19:25:13.559Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar [2023-09-08T19:25:13.559Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.jar [2023-09-08T19:25:13.559Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.jar [2023-09-08T19:25:13.815Z] [INFO] Downloading from 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 [2023-09-08T19:25:13.815Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.jar [2023-09-08T19:25:13.815Z] [INFO] Downloading from 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 [2023-09-08T19:25:13.815Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar [2023-09-08T19:25:13.815Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.jar [2023-09-08T19:25:13.815Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.jar [2023-09-08T19:25:13.815Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar [2023-09-08T19:25:13.815Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.jar [2023-09-08T19:25:13.815Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.jar [2023-09-08T19:25:13.815Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar [2023-09-08T19:25:13.815Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.jar [2023-09-08T19:25:13.815Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.jar [2023-09-08T19:25:13.815Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar [2023-09-08T19:25:13.815Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.jar [2023-09-08T19:25:13.815Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.jar [2023-09-08T19:25:13.815Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar (146 kB at 11 MB/s) [2023-09-08T19:25:13.815Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.jar (136 kB at 10 MB/s) [2023-09-08T19:25:13.815Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.jar (267 kB at 12 MB/s) [2023-09-08T19:25:13.815Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_3.2.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.antlr.runtime/3.2.0-SNAPSHOT/org.antlr.runtime-3.2.0-SNAPSHOT.pom [2023-09-08T19:25:13.815Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_3.2.0/target/org.antlr.runtime-3.2.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.antlr.runtime/3.2.0-SNAPSHOT/org.antlr.runtime-3.2.0-SNAPSHOT.jar [2023-09-08T19:25:13.815Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_3.2.0/target/org.antlr.runtime-3.2.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.antlr.runtime/3.2.0-SNAPSHOT/org.antlr.runtime-3.2.0-SNAPSHOT-sources.jar [2023-09-08T19:25:13.815Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_3.2.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.antlr.runtime/3.2.0-SNAPSHOT/org.antlr.runtime-3.2.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:25:13.815Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_3.2.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.antlr.runtime/3.2.0-SNAPSHOT/org.antlr.runtime-3.2.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:25:13.815Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_3.2.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.antlr.runtime/3.2.0-SNAPSHOT/org.antlr.runtime-3.2.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:25:13.815Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_3.2.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.antlr.runtime/3.2.0-SNAPSHOT/org.antlr.runtime-3.2.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:25:13.815Z] [INFO] [2023-09-08T19:25:13.815Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.antlr.runtime --- [2023-09-08T19:25:13.815Z] [INFO] [2023-09-08T19:25:13.815Z] [INFO] ------------< org.eclipse.orbit.bundles:org.antlr.runtime >------------- [2023-09-08T19:25:13.815Z] [INFO] Building ANTLR 3 Runtime 3.5.2-SNAPSHOT [4/375] [2023-09-08T19:25:13.815Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:25:13.815Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.pom [2023-09-08T19:25:13.815Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.pom [2023-09-08T19:25:13.815Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.pom (2.2 kB at 224 kB/s) [2023-09-08T19:25:13.815Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/antlr/antlr-master/3.5.2/antlr-master-3.5.2.pom [2023-09-08T19:25:13.815Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/antlr/antlr-master/3.5.2/antlr-master-3.5.2.pom [2023-09-08T19:25:13.815Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/antlr/antlr-master/3.5.2/antlr-master-3.5.2.pom (12 kB at 1.2 MB/s) [2023-09-08T19:25:13.815Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.jar [2023-09-08T19:25:13.815Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.jar [2023-09-08T19:25:13.815Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.jar (168 kB at 13 MB/s) [2023-09-08T19:25:13.815Z] [INFO] [2023-09-08T19:25:13.815Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.antlr.runtime --- [2023-09-08T19:25:13.815Z] [INFO] [2023-09-08T19:25:13.815Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.antlr.runtime --- [2023-09-08T19:25:14.072Z] [INFO] The project's OSGi version is 3.5.2.v20221112-0806 [2023-09-08T19:25:14.072Z] [INFO] [2023-09-08T19:25:14.072Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.antlr.runtime --- [2023-09-08T19:25:14.072Z] [INFO] [2023-09-08T19:25:14.072Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.antlr.runtime --- [2023-09-08T19:25:14.072Z] [INFO] Copying 3 resources [2023-09-08T19:25:14.072Z] [INFO] [2023-09-08T19:25:14.072Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.antlr.runtime --- [2023-09-08T19:25:14.072Z] [INFO] No sources to compile [2023-09-08T19:25:14.072Z] [INFO] [2023-09-08T19:25:14.072Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.antlr.runtime --- [2023-09-08T19:25:14.072Z] [INFO] Gathering dependencies [2023-09-08T19:25:14.072Z] [INFO] Configured Artifact: org.antlr:antlr-runtime:3.5.2:jar [2023-09-08T19:25:14.072Z] [INFO] Unpacking /home/vnc/.m2/repository/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.jar to /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_3.5.2/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:25:14.072Z] [INFO] Merging collected dependencies [2023-09-08T19:25:14.072Z] [INFO] Copying 118 resources [2023-09-08T19:25:14.072Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:25:14.328Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.antlr.runtime:eclipse-bundle-recipe:3.5.2-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:25:14.328Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_3.5.2/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:25:14.328Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_3.5.2/target/org.antlr.runtime-3.5.2-SNAPSHOT.jar [2023-09-08T19:25:14.328Z] [INFO] Gathering sources [2023-09-08T19:25:14.328Z] [INFO] Configured Artifact: org.antlr:antlr-runtime:sources:3.5.2:jar [2023-09-08T19:25:14.328Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2-sources.jar [2023-09-08T19:25:14.328Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2-sources.jar [2023-09-08T19:25:14.328Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2-sources.jar (206 kB at 17 MB/s) [2023-09-08T19:25:14.328Z] [INFO] Unpacking /home/vnc/.m2/repository/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_3.5.2/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:25:14.328Z] [INFO] Copying 3 resources [2023-09-08T19:25:14.328Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_3.5.2/src/main/java [2023-09-08T19:25:14.585Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_3.5.2/target/org.antlr.runtime-3.5.2-SNAPSHOT-sources.jar [2023-09-08T19:25:14.585Z] [INFO] Assembling p2 repository [2023-09-08T19:25:15.147Z] [INFO] [2023-09-08T19:25:15.147Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.antlr.runtime --- [2023-09-08T19:25:15.147Z] [INFO] [2023-09-08T19:25:15.147Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.antlr.runtime --- [2023-09-08T19:25:15.147Z] [INFO] Gathering sources archives [2023-09-08T19:25:15.147Z] [INFO] Configured Artifact: org.antlr:antlr-runtime:sources:3.5.2:jar [2023-09-08T19:25:15.147Z] [INFO] Unpacking /home/vnc/.m2/repository/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_3.5.2/target/sources-for-eclipse-ipzilla/antlr-runtime-3.5.2-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:25:15.147Z] [INFO] Configured Artifact: org.antlr:antlr-runtime:sources:3.5.2:jar [2023-09-08T19:25:15.147Z] [INFO] Copying antlr-runtime-3.5.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_3.5.2/target/sources-for-eclipse-ipzilla/antlr-runtime-3.5.2-sources.jar [2023-09-08T19:25:15.147Z] [INFO] Refreshing about files and about.html [2023-09-08T19:25:15.147Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_3.5.2/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:25:15.147Z] [INFO] [2023-09-08T19:25:15.147Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.antlr.runtime --- [2023-09-08T19:25:15.405Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_3.5.2/target/org.antlr.runtime-3.5.2-SNAPSHOT.jar [2023-09-08T19:25:17.302Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_3.5.2/target/org.antlr.runtime-3.5.2-SNAPSHOT-sources.jar [2023-09-08T19:25:17.863Z] [INFO] [2023-09-08T19:25:17.863Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.antlr.runtime --- [2023-09-08T19:25:18.119Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.antlr.runtime:3.5.2-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_3.5.2/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:25:18.119Z] no-classifier: different [2023-09-08T19:25:18.119Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:25:18.119Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:25:18.119Z] classifier-sources: different [2023-09-08T19:25:18.119Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:25:18.119Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:25:18.120Z] [2023-09-08T19:25:18.120Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.antlr.runtime:3.5.2-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_3.5.2/pom.xml [2023-09-08T19:25:18.120Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:25:18.376Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:25:18.376Z] [2023-09-08T19:25:18.376Z] [INFO] [2023-09-08T19:25:18.376Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.antlr.runtime --- [2023-09-08T19:25:18.376Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_3.5.2/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.antlr.runtime/3.5.2-SNAPSHOT/org.antlr.runtime-3.5.2-SNAPSHOT.pom [2023-09-08T19:25:18.377Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_3.5.2/target/org.antlr.runtime-3.5.2-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.antlr.runtime/3.5.2-SNAPSHOT/org.antlr.runtime-3.5.2-SNAPSHOT.jar [2023-09-08T19:25:18.377Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_3.5.2/target/org.antlr.runtime-3.5.2-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.antlr.runtime/3.5.2-SNAPSHOT/org.antlr.runtime-3.5.2-SNAPSHOT-sources.jar [2023-09-08T19:25:18.377Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_3.5.2/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.antlr.runtime/3.5.2-SNAPSHOT/org.antlr.runtime-3.5.2-SNAPSHOT-p2metadata.xml [2023-09-08T19:25:18.377Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_3.5.2/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.antlr.runtime/3.5.2-SNAPSHOT/org.antlr.runtime-3.5.2-SNAPSHOT-p2artifacts.xml [2023-09-08T19:25:18.377Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_3.5.2/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.antlr.runtime/3.5.2-SNAPSHOT/org.antlr.runtime-3.5.2-SNAPSHOT-p2metadata.xml [2023-09-08T19:25:18.377Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_3.5.2/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.antlr.runtime/3.5.2-SNAPSHOT/org.antlr.runtime-3.5.2-SNAPSHOT-p2artifacts.xml [2023-09-08T19:25:18.377Z] [INFO] [2023-09-08T19:25:18.377Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.antlr.runtime --- [2023-09-08T19:25:18.377Z] [INFO] [2023-09-08T19:25:18.377Z] [INFO] ------------< org.eclipse.orbit.bundles:org.antlr.runtime >------------- [2023-09-08T19:25:18.377Z] [INFO] Building ANTLR 4 Runtime 4.5.1-SNAPSHOT [5/375] [2023-09-08T19:25:18.377Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:25:18.377Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/antlr/antlr4-runtime/4.5.1-1/antlr4-runtime-4.5.1-1.pom [2023-09-08T19:25:18.377Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.5.1-1/antlr4-runtime-4.5.1-1.pom [2023-09-08T19:25:18.377Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.5.1-1/antlr4-runtime-4.5.1-1.pom (2.3 kB at 144 kB/s) [2023-09-08T19:25:18.377Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/antlr/antlr4-master/4.5.1-1/antlr4-master-4.5.1-1.pom [2023-09-08T19:25:18.377Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-master/4.5.1-1/antlr4-master-4.5.1-1.pom [2023-09-08T19:25:18.377Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-master/4.5.1-1/antlr4-master-4.5.1-1.pom (3.8 kB at 345 kB/s) [2023-09-08T19:25:18.377Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/antlr/antlr4-runtime/4.5.1-1/antlr4-runtime-4.5.1-1.jar [2023-09-08T19:25:18.377Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.5.1-1/antlr4-runtime-4.5.1-1.jar [2023-09-08T19:25:18.377Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.5.1-1/antlr4-runtime-4.5.1-1.jar (302 kB at 8.4 MB/s) [2023-09-08T19:25:18.377Z] [INFO] [2023-09-08T19:25:18.377Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.antlr.runtime --- [2023-09-08T19:25:18.377Z] [INFO] [2023-09-08T19:25:18.377Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.antlr.runtime --- [2023-09-08T19:25:18.377Z] [INFO] The project's OSGi version is 4.5.1.v20160210-1233 [2023-09-08T19:25:18.377Z] [INFO] [2023-09-08T19:25:18.377Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.antlr.runtime --- [2023-09-08T19:25:18.377Z] [INFO] [2023-09-08T19:25:18.377Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.antlr.runtime --- [2023-09-08T19:25:18.377Z] [INFO] Copying 3 resources [2023-09-08T19:25:18.377Z] [INFO] [2023-09-08T19:25:18.377Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.antlr.runtime --- [2023-09-08T19:25:18.377Z] [INFO] No sources to compile [2023-09-08T19:25:18.377Z] [INFO] [2023-09-08T19:25:18.377Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.antlr.runtime --- [2023-09-08T19:25:18.377Z] [INFO] Gathering dependencies [2023-09-08T19:25:18.377Z] [INFO] Configured Artifact: org.antlr:antlr4-runtime:4.5.1-1:jar [2023-09-08T19:25:18.377Z] [INFO] Unpacking /home/vnc/.m2/repository/org/antlr/antlr4-runtime/4.5.1-1/antlr4-runtime-4.5.1-1.jar to /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_4.5.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:25:18.377Z] [INFO] Merging collected dependencies [2023-09-08T19:25:18.377Z] [INFO] Copying 200 resources [2023-09-08T19:25:18.634Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:25:18.891Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.antlr.runtime:eclipse-bundle-recipe:4.5.1-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] [2023-09-08T19:25:18.891Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_4.5.1/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:25:18.891Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_4.5.1/target/org.antlr.runtime-4.5.1-SNAPSHOT.jar [2023-09-08T19:25:18.891Z] [INFO] Gathering sources [2023-09-08T19:25:18.891Z] [INFO] Configured Artifact: org.antlr:antlr4-runtime:sources:4.5.1-1:jar [2023-09-08T19:25:18.891Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/antlr/antlr4-runtime/4.5.1-1/antlr4-runtime-4.5.1-1-sources.jar [2023-09-08T19:25:18.891Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.5.1-1/antlr4-runtime-4.5.1-1-sources.jar [2023-09-08T19:25:18.891Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.5.1-1/antlr4-runtime-4.5.1-1-sources.jar (397 kB at 5.7 MB/s) [2023-09-08T19:25:18.891Z] [INFO] Unpacking /home/vnc/.m2/repository/org/antlr/antlr4-runtime/4.5.1-1/antlr4-runtime-4.5.1-1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_4.5.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:25:18.891Z] [INFO] Copying 3 resources [2023-09-08T19:25:18.891Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_4.5.1/src/main/java [2023-09-08T19:25:19.147Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_4.5.1/target/org.antlr.runtime-4.5.1-SNAPSHOT-sources.jar [2023-09-08T19:25:19.147Z] [INFO] Assembling p2 repository [2023-09-08T19:25:19.711Z] [INFO] [2023-09-08T19:25:19.711Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.antlr.runtime --- [2023-09-08T19:25:19.711Z] [INFO] [2023-09-08T19:25:19.711Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.antlr.runtime --- [2023-09-08T19:25:19.711Z] [INFO] Gathering sources archives [2023-09-08T19:25:19.711Z] [INFO] Configured Artifact: org.antlr:antlr4-runtime:sources:4.5.1-1:jar [2023-09-08T19:25:19.711Z] [INFO] Unpacking /home/vnc/.m2/repository/org/antlr/antlr4-runtime/4.5.1-1/antlr4-runtime-4.5.1-1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_4.5.1/target/sources-for-eclipse-ipzilla/antlr4-runtime-4.5.1-1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:25:19.711Z] [INFO] Configured Artifact: org.antlr:antlr4-runtime:sources:4.5.1-1:jar [2023-09-08T19:25:19.711Z] [INFO] Copying antlr4-runtime-4.5.1-1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_4.5.1/target/sources-for-eclipse-ipzilla/antlr4-runtime-4.5.1-1-sources.jar [2023-09-08T19:25:19.711Z] [INFO] Refreshing about files and about.html [2023-09-08T19:25:19.711Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_4.5.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:25:19.711Z] [INFO] [2023-09-08T19:25:19.711Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.antlr.runtime --- [2023-09-08T19:25:19.968Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_4.5.1/target/org.antlr.runtime-4.5.1-SNAPSHOT.jar [2023-09-08T19:25:21.339Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_4.5.1/target/org.antlr.runtime-4.5.1-SNAPSHOT-sources.jar [2023-09-08T19:25:22.269Z] [INFO] [2023-09-08T19:25:22.269Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.antlr.runtime --- [2023-09-08T19:25:22.525Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.antlr.runtime:4.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_4.5.1/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:25:22.525Z] no-classifier: different [2023-09-08T19:25:22.525Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:25:22.525Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:25:22.525Z] META-INF/MANIFEST.MF: different [2023-09-08T19:25:22.525Z] Automatic-Module-Name: not present in baseline version [2023-09-08T19:25:22.525Z] Import-Package: baseline='org.antlr.v4.runtime;resolution:=optional;version="[4.5,5)",org.antlr.v4.runtime.atn;resolution:=optional;version="[4.5,5)",org.antlr.v4.runtime.dfa;resolution:=optional;version="[4.5,5)",org.antlr.v4.runtime.misc;resolution:=optional;version="[4.5,5)",org.antlr.v4.runtime.tree;resolution:=optional;version="[4.5,5)",org.antlr.v4.runtime.tree.pattern;resolution:=optional;version="[4.5,5)",org.antlr.v4.runtime.tree.xpath;resolution:=optional;version="[4.5,5)"' != reactor='org.antlr.v4.gui;resolution:=optional,org.antlr.v4.runtime;resolution:=optional;version="[4.5,5)",org.antlr.v4.runtime.atn;resolution:=optional;version="[4.5,5)",org.antlr.v4.runtime.dfa;resolution:=optional;version="[4.5,5)",org.antlr.v4.runtime.misc;resolution:=optional;version="[4.5,5)",org.antlr.v4.runtime.tree;resolution:=optional;version="[4.5,5)",org.antlr.v4.runtime.tree.pattern;resolution:=optional;version="[4.5,5)",org.antlr.v4.runtime.tree.xpath;resolution:=optional;version="[4.5,5)"' [2023-09-08T19:25:22.525Z] classifier-sources: different [2023-09-08T19:25:22.525Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:25:22.525Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:25:22.525Z] [2023-09-08T19:25:22.525Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.antlr.runtime:4.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_4.5.1/pom.xml [2023-09-08T19:25:22.525Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:25:22.525Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:25:22.525Z] [2023-09-08T19:25:22.525Z] [INFO] [2023-09-08T19:25:22.525Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.antlr.runtime --- [2023-09-08T19:25:22.525Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_4.5.1/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.antlr.runtime/4.5.1-SNAPSHOT/org.antlr.runtime-4.5.1-SNAPSHOT.pom [2023-09-08T19:25:22.525Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_4.5.1/target/org.antlr.runtime-4.5.1-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.antlr.runtime/4.5.1-SNAPSHOT/org.antlr.runtime-4.5.1-SNAPSHOT.jar [2023-09-08T19:25:22.525Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_4.5.1/target/org.antlr.runtime-4.5.1-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.antlr.runtime/4.5.1-SNAPSHOT/org.antlr.runtime-4.5.1-SNAPSHOT-sources.jar [2023-09-08T19:25:22.525Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_4.5.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.antlr.runtime/4.5.1-SNAPSHOT/org.antlr.runtime-4.5.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:25:22.782Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_4.5.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.antlr.runtime/4.5.1-SNAPSHOT/org.antlr.runtime-4.5.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:25:22.782Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_4.5.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.antlr.runtime/4.5.1-SNAPSHOT/org.antlr.runtime-4.5.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:25:22.782Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_4.5.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.antlr.runtime/4.5.1-SNAPSHOT/org.antlr.runtime-4.5.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:25:22.783Z] [INFO] [2023-09-08T19:25:22.783Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.antlr.runtime --- [2023-09-08T19:25:22.783Z] [INFO] [2023-09-08T19:25:22.783Z] [INFO] ------------< org.eclipse.orbit.bundles:org.antlr.runtime >------------- [2023-09-08T19:25:22.783Z] [INFO] Building ANTLR 4 Runtime 4.7.1-SNAPSHOT [6/375] [2023-09-08T19:25:22.783Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:25:22.783Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/antlr/antlr4-runtime/4.7.1/antlr4-runtime-4.7.1.pom [2023-09-08T19:25:22.783Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.7.1/antlr4-runtime-4.7.1.pom [2023-09-08T19:25:22.783Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.7.1/antlr4-runtime-4.7.1.pom (3.5 kB at 295 kB/s) [2023-09-08T19:25:22.783Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/antlr/antlr4-master/4.7.1/antlr4-master-4.7.1.pom [2023-09-08T19:25:22.783Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-master/4.7.1/antlr4-master-4.7.1.pom [2023-09-08T19:25:22.783Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-master/4.7.1/antlr4-master-4.7.1.pom (4.4 kB at 273 kB/s) [2023-09-08T19:25:22.783Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/antlr/antlr4-runtime/4.7.1/antlr4-runtime-4.7.1.jar [2023-09-08T19:25:22.783Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.7.1/antlr4-runtime-4.7.1.jar [2023-09-08T19:25:22.783Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.7.1/antlr4-runtime-4.7.1.jar (337 kB at 21 MB/s) [2023-09-08T19:25:22.783Z] [INFO] [2023-09-08T19:25:22.783Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.antlr.runtime --- [2023-09-08T19:25:22.783Z] [INFO] [2023-09-08T19:25:22.783Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.antlr.runtime --- [2023-09-08T19:25:22.783Z] [INFO] The project's OSGi version is 4.7.1.v20181120-0808 [2023-09-08T19:25:22.783Z] [INFO] [2023-09-08T19:25:22.783Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.antlr.runtime --- [2023-09-08T19:25:22.783Z] [INFO] [2023-09-08T19:25:22.783Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.antlr.runtime --- [2023-09-08T19:25:22.783Z] [INFO] Copying 3 resources [2023-09-08T19:25:22.783Z] [INFO] [2023-09-08T19:25:22.783Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.antlr.runtime --- [2023-09-08T19:25:22.783Z] [INFO] No sources to compile [2023-09-08T19:25:22.783Z] [INFO] [2023-09-08T19:25:22.783Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.antlr.runtime --- [2023-09-08T19:25:22.783Z] [INFO] Gathering dependencies [2023-09-08T19:25:22.783Z] [INFO] Configured Artifact: org.antlr:antlr4-runtime:4.7.1:jar [2023-09-08T19:25:22.783Z] [INFO] Unpacking /home/vnc/.m2/repository/org/antlr/antlr4-runtime/4.7.1/antlr4-runtime-4.7.1.jar to /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_4.7.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:25:22.783Z] [INFO] Merging collected dependencies [2023-09-08T19:25:22.783Z] [INFO] Copying 221 resources [2023-09-08T19:25:23.039Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:25:23.039Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.antlr.runtime:eclipse-bundle-recipe:4.7.1-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:25:23.039Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_4.7.1/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:25:23.295Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_4.7.1/target/org.antlr.runtime-4.7.1-SNAPSHOT.jar [2023-09-08T19:25:23.295Z] [INFO] Gathering sources [2023-09-08T19:25:23.295Z] [INFO] Configured Artifact: org.antlr:antlr4-runtime:sources:4.7.1:jar [2023-09-08T19:25:23.295Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/antlr/antlr4-runtime/4.7.1/antlr4-runtime-4.7.1-sources.jar [2023-09-08T19:25:23.295Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.7.1/antlr4-runtime-4.7.1-sources.jar [2023-09-08T19:25:23.295Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.7.1/antlr4-runtime-4.7.1-sources.jar (320 kB at 20 MB/s) [2023-09-08T19:25:23.295Z] [INFO] Unpacking /home/vnc/.m2/repository/org/antlr/antlr4-runtime/4.7.1/antlr4-runtime-4.7.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_4.7.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:25:23.295Z] [INFO] Copying 3 resources [2023-09-08T19:25:23.295Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_4.7.1/src/main/java [2023-09-08T19:25:23.295Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_4.7.1/target/org.antlr.runtime-4.7.1-SNAPSHOT-sources.jar [2023-09-08T19:25:23.552Z] [INFO] Assembling p2 repository [2023-09-08T19:25:24.117Z] [INFO] [2023-09-08T19:25:24.117Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.antlr.runtime --- [2023-09-08T19:25:24.117Z] [INFO] [2023-09-08T19:25:24.117Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.antlr.runtime --- [2023-09-08T19:25:24.117Z] [INFO] Gathering sources archives [2023-09-08T19:25:24.117Z] [INFO] Configured Artifact: org.antlr:antlr4-runtime:sources:4.7.1:jar [2023-09-08T19:25:24.117Z] [INFO] Unpacking /home/vnc/.m2/repository/org/antlr/antlr4-runtime/4.7.1/antlr4-runtime-4.7.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_4.7.1/target/sources-for-eclipse-ipzilla/antlr4-runtime-4.7.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:25:24.117Z] [INFO] Configured Artifact: org.antlr:antlr4-runtime:sources:4.7.1:jar [2023-09-08T19:25:24.117Z] [INFO] Copying antlr4-runtime-4.7.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_4.7.1/target/sources-for-eclipse-ipzilla/antlr4-runtime-4.7.1-sources.jar [2023-09-08T19:25:24.117Z] [INFO] Refreshing about files and about.html [2023-09-08T19:25:24.117Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_4.7.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:25:24.117Z] [INFO] [2023-09-08T19:25:24.117Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.antlr.runtime --- [2023-09-08T19:25:24.374Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_4.7.1/target/org.antlr.runtime-4.7.1-SNAPSHOT.jar [2023-09-08T19:25:25.305Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_4.7.1/target/org.antlr.runtime-4.7.1-SNAPSHOT-sources.jar [2023-09-08T19:25:26.234Z] [INFO] [2023-09-08T19:25:26.234Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.antlr.runtime --- [2023-09-08T19:25:26.491Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.antlr.runtime:4.7.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_4.7.1/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:25:26.491Z] no-classifier: different [2023-09-08T19:25:26.491Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:25:26.491Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:25:26.491Z] META-INF/MANIFEST.MF: different [2023-09-08T19:25:26.491Z] Import-Package: baseline='org.antlr.v4.runtime;resolution:=optional;version="[4.7,5)",org.antlr.v4.runtime.atn;resolution:=optional;version="[4.7,5)",org.antlr.v4.runtime.dfa;resolution:=optional;version="[4.7,5)",org.antlr.v4.runtime.misc;resolution:=optional;version="[4.7,5)",org.antlr.v4.runtime.tree;resolution:=optional;version="[4.7,5)",org.antlr.v4.runtime.tree.pattern;resolution:=optional;version="[4.7,5)",org.antlr.v4.runtime.tree.xpath;resolution:=optional;version="[4.7,5)"' != reactor='org.antlr.v4.gui;resolution:=optional,org.antlr.v4.runtime;resolution:=optional;version="[4.7,5)",org.antlr.v4.runtime.atn;resolution:=optional;version="[4.7,5)",org.antlr.v4.runtime.dfa;resolution:=optional;version="[4.7,5)",org.antlr.v4.runtime.misc;resolution:=optional;version="[4.7,5)",org.antlr.v4.runtime.tree;resolution:=optional;version="[4.7,5)",org.antlr.v4.runtime.tree.pattern;resolution:=optional;version="[4.7,5)",org.antlr.v4.runtime.tree.xpath;resolution:=optional;version="[4.7,5)"' [2023-09-08T19:25:26.491Z] classifier-sources: different [2023-09-08T19:25:26.491Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:25:26.491Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:25:26.491Z] [2023-09-08T19:25:26.491Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.antlr.runtime:4.7.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_4.7.1/pom.xml [2023-09-08T19:25:26.492Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:25:26.492Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:25:26.492Z] [2023-09-08T19:25:26.492Z] [INFO] [2023-09-08T19:25:26.492Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.antlr.runtime --- [2023-09-08T19:25:26.492Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_4.7.1/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.antlr.runtime/4.7.1-SNAPSHOT/org.antlr.runtime-4.7.1-SNAPSHOT.pom [2023-09-08T19:25:26.492Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_4.7.1/target/org.antlr.runtime-4.7.1-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.antlr.runtime/4.7.1-SNAPSHOT/org.antlr.runtime-4.7.1-SNAPSHOT.jar [2023-09-08T19:25:26.492Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_4.7.1/target/org.antlr.runtime-4.7.1-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.antlr.runtime/4.7.1-SNAPSHOT/org.antlr.runtime-4.7.1-SNAPSHOT-sources.jar [2023-09-08T19:25:26.492Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_4.7.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.antlr.runtime/4.7.1-SNAPSHOT/org.antlr.runtime-4.7.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:25:26.492Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_4.7.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.antlr.runtime/4.7.1-SNAPSHOT/org.antlr.runtime-4.7.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:25:26.492Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_4.7.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.antlr.runtime/4.7.1-SNAPSHOT/org.antlr.runtime-4.7.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:25:26.492Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_4.7.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.antlr.runtime/4.7.1-SNAPSHOT/org.antlr.runtime-4.7.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:25:26.492Z] [INFO] [2023-09-08T19:25:26.492Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.antlr.runtime --- [2023-09-08T19:25:26.492Z] [INFO] [2023-09-08T19:25:26.492Z] [INFO] ------------< org.eclipse.orbit.bundles:org.antlr.runtime >------------- [2023-09-08T19:25:26.492Z] [INFO] Building ANTLR 4 Runtime 4.7.2-SNAPSHOT [7/375] [2023-09-08T19:25:26.492Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:25:26.492Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/antlr/antlr4-runtime/4.7.2/antlr4-runtime-4.7.2.pom [2023-09-08T19:25:26.492Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.7.2/antlr4-runtime-4.7.2.pom [2023-09-08T19:25:26.492Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.7.2/antlr4-runtime-4.7.2.pom (3.6 kB at 157 kB/s) [2023-09-08T19:25:26.492Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/antlr/antlr4-master/4.7.2/antlr4-master-4.7.2.pom [2023-09-08T19:25:26.492Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-master/4.7.2/antlr4-master-4.7.2.pom [2023-09-08T19:25:26.492Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-master/4.7.2/antlr4-master-4.7.2.pom (4.4 kB at 400 kB/s) [2023-09-08T19:25:26.492Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/antlr/antlr4-runtime/4.7.2/antlr4-runtime-4.7.2.jar [2023-09-08T19:25:26.492Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.7.2/antlr4-runtime-4.7.2.jar [2023-09-08T19:25:26.492Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.7.2/antlr4-runtime-4.7.2.jar (338 kB at 19 MB/s) [2023-09-08T19:25:26.492Z] [INFO] [2023-09-08T19:25:26.492Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.antlr.runtime --- [2023-09-08T19:25:26.492Z] [INFO] [2023-09-08T19:25:26.492Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.antlr.runtime --- [2023-09-08T19:25:26.492Z] [INFO] The project's OSGi version is 4.7.2.v20221112-0806 [2023-09-08T19:25:26.492Z] [INFO] [2023-09-08T19:25:26.492Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.antlr.runtime --- [2023-09-08T19:25:26.492Z] [INFO] [2023-09-08T19:25:26.492Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.antlr.runtime --- [2023-09-08T19:25:26.492Z] [INFO] Copying 3 resources [2023-09-08T19:25:26.492Z] [INFO] [2023-09-08T19:25:26.492Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.antlr.runtime --- [2023-09-08T19:25:26.492Z] [INFO] No sources to compile [2023-09-08T19:25:26.492Z] [INFO] [2023-09-08T19:25:26.492Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.antlr.runtime --- [2023-09-08T19:25:26.492Z] [INFO] Gathering dependencies [2023-09-08T19:25:26.492Z] [INFO] Configured Artifact: org.antlr:antlr4-runtime:4.7.2:jar [2023-09-08T19:25:26.492Z] [INFO] Unpacking /home/vnc/.m2/repository/org/antlr/antlr4-runtime/4.7.2/antlr4-runtime-4.7.2.jar to /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_4.7.2/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:25:26.749Z] [INFO] Merging collected dependencies [2023-09-08T19:25:26.749Z] [INFO] Copying 221 resources [2023-09-08T19:25:26.749Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:25:26.749Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.antlr.runtime:eclipse-bundle-recipe:4.7.2-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:25:26.749Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_4.7.2/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:25:27.006Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_4.7.2/target/org.antlr.runtime-4.7.2-SNAPSHOT.jar [2023-09-08T19:25:27.006Z] [INFO] Gathering sources [2023-09-08T19:25:27.006Z] [INFO] Configured Artifact: org.antlr:antlr4-runtime:sources:4.7.2:jar [2023-09-08T19:25:27.006Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/antlr/antlr4-runtime/4.7.2/antlr4-runtime-4.7.2-sources.jar [2023-09-08T19:25:27.006Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.7.2/antlr4-runtime-4.7.2-sources.jar [2023-09-08T19:25:27.006Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.7.2/antlr4-runtime-4.7.2-sources.jar (320 kB at 4.0 MB/s) [2023-09-08T19:25:27.006Z] [INFO] Unpacking /home/vnc/.m2/repository/org/antlr/antlr4-runtime/4.7.2/antlr4-runtime-4.7.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_4.7.2/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:25:27.006Z] [INFO] Copying 3 resources [2023-09-08T19:25:27.006Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_4.7.2/src/main/java [2023-09-08T19:25:27.262Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_4.7.2/target/org.antlr.runtime-4.7.2-SNAPSHOT-sources.jar [2023-09-08T19:25:27.262Z] [INFO] Assembling p2 repository [2023-09-08T19:25:27.824Z] [INFO] [2023-09-08T19:25:27.824Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.antlr.runtime --- [2023-09-08T19:25:27.824Z] [INFO] [2023-09-08T19:25:27.824Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.antlr.runtime --- [2023-09-08T19:25:27.824Z] [INFO] Gathering sources archives [2023-09-08T19:25:27.824Z] [INFO] Configured Artifact: org.antlr:antlr4-runtime:sources:4.7.2:jar [2023-09-08T19:25:27.824Z] [INFO] Unpacking /home/vnc/.m2/repository/org/antlr/antlr4-runtime/4.7.2/antlr4-runtime-4.7.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_4.7.2/target/sources-for-eclipse-ipzilla/antlr4-runtime-4.7.2-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:25:27.824Z] [INFO] Configured Artifact: org.antlr:antlr4-runtime:sources:4.7.2:jar [2023-09-08T19:25:27.824Z] [INFO] Copying antlr4-runtime-4.7.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_4.7.2/target/sources-for-eclipse-ipzilla/antlr4-runtime-4.7.2-sources.jar [2023-09-08T19:25:27.824Z] [INFO] Refreshing about files and about.html [2023-09-08T19:25:27.824Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_4.7.2/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:25:27.824Z] [INFO] [2023-09-08T19:25:27.824Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.antlr.runtime --- [2023-09-08T19:25:28.081Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_4.7.2/target/org.antlr.runtime-4.7.2-SNAPSHOT.jar [2023-09-08T19:25:29.015Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_4.7.2/target/org.antlr.runtime-4.7.2-SNAPSHOT-sources.jar [2023-09-08T19:25:30.910Z] [INFO] [2023-09-08T19:25:30.910Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.antlr.runtime --- [2023-09-08T19:25:31.236Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.antlr.runtime:4.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_4.7.2/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:25:31.236Z] no-classifier: different [2023-09-08T19:25:31.236Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:25:31.236Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:25:31.236Z] classifier-sources: different [2023-09-08T19:25:31.236Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:25:31.236Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:25:31.236Z] [2023-09-08T19:25:31.236Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.antlr.runtime:4.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_4.7.2/pom.xml [2023-09-08T19:25:31.236Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:25:31.236Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:25:31.236Z] [2023-09-08T19:25:31.236Z] [INFO] [2023-09-08T19:25:31.236Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.antlr.runtime --- [2023-09-08T19:25:31.236Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_4.7.2/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.antlr.runtime/4.7.2-SNAPSHOT/org.antlr.runtime-4.7.2-SNAPSHOT.pom [2023-09-08T19:25:31.236Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_4.7.2/target/org.antlr.runtime-4.7.2-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.antlr.runtime/4.7.2-SNAPSHOT/org.antlr.runtime-4.7.2-SNAPSHOT.jar [2023-09-08T19:25:31.236Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_4.7.2/target/org.antlr.runtime-4.7.2-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.antlr.runtime/4.7.2-SNAPSHOT/org.antlr.runtime-4.7.2-SNAPSHOT-sources.jar [2023-09-08T19:25:31.236Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_4.7.2/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.antlr.runtime/4.7.2-SNAPSHOT/org.antlr.runtime-4.7.2-SNAPSHOT-p2metadata.xml [2023-09-08T19:25:31.236Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_4.7.2/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.antlr.runtime/4.7.2-SNAPSHOT/org.antlr.runtime-4.7.2-SNAPSHOT-p2artifacts.xml [2023-09-08T19:25:31.236Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_4.7.2/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.antlr.runtime/4.7.2-SNAPSHOT/org.antlr.runtime-4.7.2-SNAPSHOT-p2metadata.xml [2023-09-08T19:25:31.236Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_4.7.2/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.antlr.runtime/4.7.2-SNAPSHOT/org.antlr.runtime-4.7.2-SNAPSHOT-p2artifacts.xml [2023-09-08T19:25:31.236Z] [INFO] [2023-09-08T19:25:31.236Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.antlr.runtime --- [2023-09-08T19:25:31.236Z] [INFO] [2023-09-08T19:25:31.236Z] [INFO] ------------< org.eclipse.orbit.bundles:org.antlr.runtime >------------- [2023-09-08T19:25:31.236Z] [INFO] Building ANTLR 4 Runtime 4.10.1-SNAPSHOT [8/375] [2023-09-08T19:25:31.236Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:25:31.236Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/antlr/antlr4-runtime/4.10.1/antlr4-runtime-4.10.1.pom [2023-09-08T19:25:31.236Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.10.1/antlr4-runtime-4.10.1.pom [2023-09-08T19:25:31.236Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.10.1/antlr4-runtime-4.10.1.pom (3.5 kB at 65 kB/s) [2023-09-08T19:25:31.236Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/antlr/antlr4-master/4.10.1/antlr4-master-4.10.1.pom [2023-09-08T19:25:31.236Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-master/4.10.1/antlr4-master-4.10.1.pom [2023-09-08T19:25:31.237Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-master/4.10.1/antlr4-master-4.10.1.pom (4.4 kB at 438 kB/s) [2023-09-08T19:25:31.237Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/antlr/antlr4-runtime/4.10.1/antlr4-runtime-4.10.1.jar [2023-09-08T19:25:31.237Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.10.1/antlr4-runtime-4.10.1.jar [2023-09-08T19:25:31.237Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.10.1/antlr4-runtime-4.10.1.jar (322 kB at 15 MB/s) [2023-09-08T19:25:31.237Z] [INFO] [2023-09-08T19:25:31.237Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.antlr.runtime --- [2023-09-08T19:25:31.237Z] [INFO] [2023-09-08T19:25:31.237Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.antlr.runtime --- [2023-09-08T19:25:31.237Z] [INFO] The project's OSGi version is 4.10.1.v20230210-1433 [2023-09-08T19:25:31.237Z] [INFO] [2023-09-08T19:25:31.237Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.antlr.runtime --- [2023-09-08T19:25:31.237Z] [INFO] [2023-09-08T19:25:31.237Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.antlr.runtime --- [2023-09-08T19:25:31.237Z] [INFO] Copying 3 resources [2023-09-08T19:25:31.237Z] [INFO] [2023-09-08T19:25:31.237Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.antlr.runtime --- [2023-09-08T19:25:31.237Z] [INFO] No sources to compile [2023-09-08T19:25:31.237Z] [INFO] [2023-09-08T19:25:31.237Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.antlr.runtime --- [2023-09-08T19:25:31.237Z] [INFO] Gathering dependencies [2023-09-08T19:25:31.237Z] [INFO] Configured Artifact: org.antlr:antlr4-runtime:4.10.1:jar [2023-09-08T19:25:31.237Z] [INFO] Unpacking /home/vnc/.m2/repository/org/antlr/antlr4-runtime/4.10.1/antlr4-runtime-4.10.1.jar to /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_4.10.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:25:31.237Z] [INFO] Merging collected dependencies [2023-09-08T19:25:31.493Z] [INFO] Copying 214 resources [2023-09-08T19:25:31.493Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:25:31.749Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.antlr.runtime:eclipse-bundle-recipe:4.10.1-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:25:31.749Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_4.10.1/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:25:31.749Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_4.10.1/target/org.antlr.runtime-4.10.1-SNAPSHOT.jar [2023-09-08T19:25:31.749Z] [INFO] Gathering sources [2023-09-08T19:25:31.749Z] [INFO] Configured Artifact: org.antlr:antlr4-runtime:sources:4.10.1:jar [2023-09-08T19:25:31.749Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/antlr/antlr4-runtime/4.10.1/antlr4-runtime-4.10.1-sources.jar [2023-09-08T19:25:31.749Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.10.1/antlr4-runtime-4.10.1-sources.jar [2023-09-08T19:25:31.749Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.10.1/antlr4-runtime-4.10.1-sources.jar (314 kB at 20 MB/s) [2023-09-08T19:25:31.749Z] [INFO] Unpacking /home/vnc/.m2/repository/org/antlr/antlr4-runtime/4.10.1/antlr4-runtime-4.10.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_4.10.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:25:31.749Z] [INFO] Copying 3 resources [2023-09-08T19:25:31.749Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_4.10.1/src/main/java [2023-09-08T19:25:31.749Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_4.10.1/target/org.antlr.runtime-4.10.1-SNAPSHOT-sources.jar [2023-09-08T19:25:32.005Z] [INFO] Assembling p2 repository [2023-09-08T19:25:32.568Z] [INFO] [2023-09-08T19:25:32.568Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.antlr.runtime --- [2023-09-08T19:25:32.568Z] [INFO] [2023-09-08T19:25:32.568Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.antlr.runtime --- [2023-09-08T19:25:32.568Z] [INFO] Gathering sources archives [2023-09-08T19:25:32.568Z] [INFO] Configured Artifact: org.antlr:antlr4-runtime:sources:4.10.1:jar [2023-09-08T19:25:32.568Z] [INFO] Unpacking /home/vnc/.m2/repository/org/antlr/antlr4-runtime/4.10.1/antlr4-runtime-4.10.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_4.10.1/target/sources-for-eclipse-ipzilla/antlr4-runtime-4.10.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:25:32.568Z] [INFO] Configured Artifact: org.antlr:antlr4-runtime:sources:4.10.1:jar [2023-09-08T19:25:32.568Z] [INFO] Copying antlr4-runtime-4.10.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_4.10.1/target/sources-for-eclipse-ipzilla/antlr4-runtime-4.10.1-sources.jar [2023-09-08T19:25:32.568Z] [INFO] Refreshing about files and about.html [2023-09-08T19:25:32.568Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_4.10.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:25:32.568Z] [INFO] [2023-09-08T19:25:32.568Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.antlr.runtime --- [2023-09-08T19:25:32.826Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_4.10.1/target/org.antlr.runtime-4.10.1-SNAPSHOT.jar [2023-09-08T19:25:33.754Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_4.10.1/target/org.antlr.runtime-4.10.1-SNAPSHOT-sources.jar [2023-09-08T19:25:34.316Z] [INFO] [2023-09-08T19:25:34.316Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.antlr.runtime --- [2023-09-08T19:25:34.877Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.antlr.runtime:4.10.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_4.10.1/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:25:34.877Z] no-classifier: different [2023-09-08T19:25:34.877Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:25:34.877Z] classifier-sources: different [2023-09-08T19:25:34.877Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:25:34.877Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:25:34.877Z] [2023-09-08T19:25:34.877Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.antlr.runtime:4.10.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_4.10.1/pom.xml [2023-09-08T19:25:34.878Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:25:34.878Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:25:34.878Z] [2023-09-08T19:25:34.878Z] [INFO] [2023-09-08T19:25:34.878Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.antlr.runtime --- [2023-09-08T19:25:34.878Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_4.10.1/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.antlr.runtime/4.10.1-SNAPSHOT/org.antlr.runtime-4.10.1-SNAPSHOT.pom [2023-09-08T19:25:34.878Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_4.10.1/target/org.antlr.runtime-4.10.1-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.antlr.runtime/4.10.1-SNAPSHOT/org.antlr.runtime-4.10.1-SNAPSHOT.jar [2023-09-08T19:25:34.878Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_4.10.1/target/org.antlr.runtime-4.10.1-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.antlr.runtime/4.10.1-SNAPSHOT/org.antlr.runtime-4.10.1-SNAPSHOT-sources.jar [2023-09-08T19:25:34.878Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_4.10.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.antlr.runtime/4.10.1-SNAPSHOT/org.antlr.runtime-4.10.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:25:34.878Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_4.10.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.antlr.runtime/4.10.1-SNAPSHOT/org.antlr.runtime-4.10.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:25:34.878Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_4.10.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.antlr.runtime/4.10.1-SNAPSHOT/org.antlr.runtime-4.10.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:25:34.878Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/antlr/org.antlr.runtime_4.10.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.antlr.runtime/4.10.1-SNAPSHOT/org.antlr.runtime-4.10.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:25:34.878Z] [INFO] [2023-09-08T19:25:34.878Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.antlr.runtime --- [2023-09-08T19:25:34.878Z] [INFO] [2023-09-08T19:25:34.878Z] [INFO] ---------------< org.eclipse.orbit.bundles:aopalliance >---------------- [2023-09-08T19:25:34.878Z] [INFO] Building Eclipse Orbit :: AOP Alliance Recipes 1.0.0-SNAPSHOT [9/375] [2023-09-08T19:25:34.878Z] [INFO] --------------------------------[ pom ]--------------------------------- [2023-09-08T19:25:34.878Z] [INFO] [2023-09-08T19:25:34.878Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ aopalliance --- [2023-09-08T19:25:34.878Z] [INFO] [2023-09-08T19:25:34.878Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ aopalliance --- [2023-09-08T19:25:34.878Z] [INFO] [2023-09-08T19:25:34.878Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ aopalliance --- [2023-09-08T19:25:34.878Z] [INFO] [2023-09-08T19:25:34.878Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ aopalliance --- [2023-09-08T19:25:34.878Z] [INFO] [2023-09-08T19:25:34.878Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ aopalliance --- [2023-09-08T19:25:34.878Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/aopalliance/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/aopalliance/1.0.0-SNAPSHOT/aopalliance-1.0.0-SNAPSHOT.pom [2023-09-08T19:25:34.878Z] [INFO] [2023-09-08T19:25:34.878Z] [INFO] -------------< org.eclipse.orbit.bundles:org.aopalliance >-------------- [2023-09-08T19:25:34.878Z] [INFO] Building AOP alliance 1.0.0-SNAPSHOT [10/375] [2023-09-08T19:25:34.878Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:25:34.878Z] [INFO] [2023-09-08T19:25:34.878Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.aopalliance --- [2023-09-08T19:25:34.878Z] [INFO] [2023-09-08T19:25:34.878Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.aopalliance --- [2023-09-08T19:25:34.878Z] [INFO] The project's OSGi version is 1.0.0.v20220404-1927 [2023-09-08T19:25:34.878Z] [INFO] [2023-09-08T19:25:34.878Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.aopalliance --- [2023-09-08T19:25:34.878Z] [INFO] [2023-09-08T19:25:34.878Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.aopalliance --- [2023-09-08T19:25:34.878Z] [INFO] Copying 2 resources [2023-09-08T19:25:34.878Z] [INFO] [2023-09-08T19:25:34.878Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.aopalliance --- [2023-09-08T19:25:34.878Z] [INFO] No sources to compile [2023-09-08T19:25:34.878Z] [INFO] [2023-09-08T19:25:34.878Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.aopalliance --- [2023-09-08T19:25:34.878Z] [INFO] Gathering dependencies [2023-09-08T19:25:34.878Z] [INFO] Configured Artifact: aopalliance:aopalliance:1.0:jar [2023-09-08T19:25:34.878Z] [INFO] Unpacking /home/vnc/.m2/repository/aopalliance/aopalliance/1.0/aopalliance-1.0.jar to /home/jenkins/agent/workspace/orbit-recipes/aopalliance/org.aopalliance_1.0.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:25:34.878Z] [INFO] Merging collected dependencies [2023-09-08T19:25:34.878Z] [INFO] Copying 10 resources [2023-09-08T19:25:34.878Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:25:34.878Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.aopalliance:eclipse-bundle-recipe:1.0.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:25:34.878Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/aopalliance/org.aopalliance_1.0.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:25:34.878Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/aopalliance/org.aopalliance_1.0.0/target/org.aopalliance-1.0.0-SNAPSHOT.jar [2023-09-08T19:25:34.878Z] [INFO] Gathering sources [2023-09-08T19:25:34.878Z] [INFO] Configured Artifact: aopalliance:aopalliance:sources:1.0:jar [2023-09-08T19:25:34.878Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/aopalliance/aopalliance/1.0/aopalliance-1.0-sources.jar [2023-09-08T19:25:34.878Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0-sources.jar [2023-09-08T19:25:34.878Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0-sources.jar (21 kB at 316 kB/s) [2023-09-08T19:25:34.878Z] [INFO] Unpacking /home/vnc/.m2/repository/aopalliance/aopalliance/1.0/aopalliance-1.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/aopalliance/org.aopalliance_1.0.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:25:34.878Z] [INFO] Copying 2 resources [2023-09-08T19:25:34.878Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/aopalliance/org.aopalliance_1.0.0/src/main/java [2023-09-08T19:25:34.878Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/aopalliance/org.aopalliance_1.0.0/target/org.aopalliance-1.0.0-SNAPSHOT-sources.jar [2023-09-08T19:25:34.878Z] [INFO] Assembling p2 repository [2023-09-08T19:25:35.440Z] [INFO] [2023-09-08T19:25:35.440Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.aopalliance --- [2023-09-08T19:25:35.440Z] [INFO] [2023-09-08T19:25:35.440Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.aopalliance --- [2023-09-08T19:25:35.440Z] [INFO] Gathering sources archives [2023-09-08T19:25:35.440Z] [INFO] Configured Artifact: aopalliance:aopalliance:sources:1.0:jar [2023-09-08T19:25:35.440Z] [INFO] Unpacking /home/vnc/.m2/repository/aopalliance/aopalliance/1.0/aopalliance-1.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/aopalliance/org.aopalliance_1.0.0/target/sources-for-eclipse-ipzilla/aopalliance-1.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:25:35.440Z] [INFO] Configured Artifact: aopalliance:aopalliance:sources:1.0:jar [2023-09-08T19:25:35.697Z] [INFO] Copying aopalliance-1.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/aopalliance/org.aopalliance_1.0.0/target/sources-for-eclipse-ipzilla/aopalliance-1.0-sources.jar [2023-09-08T19:25:35.697Z] [INFO] Refreshing about files and about.html [2023-09-08T19:25:35.697Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/aopalliance/org.aopalliance_1.0.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:25:35.697Z] [INFO] [2023-09-08T19:25:35.697Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.aopalliance --- [2023-09-08T19:25:35.697Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/aopalliance/org.aopalliance_1.0.0/target/org.aopalliance-1.0.0-SNAPSHOT.jar [2023-09-08T19:25:36.261Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/aopalliance/org.aopalliance_1.0.0/target/org.aopalliance-1.0.0-SNAPSHOT-sources.jar [2023-09-08T19:25:37.629Z] [INFO] [2023-09-08T19:25:37.629Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.aopalliance --- [2023-09-08T19:25:37.884Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.aopalliance:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/aopalliance/org.aopalliance_1.0.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:25:37.884Z] no-classifier: different [2023-09-08T19:25:37.884Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:25:37.884Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:25:37.884Z] classifier-sources: different [2023-09-08T19:25:37.884Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:25:37.884Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:25:37.884Z] [2023-09-08T19:25:37.884Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.aopalliance:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/aopalliance/org.aopalliance_1.0.0/pom.xml [2023-09-08T19:25:37.884Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:25:37.884Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:25:37.884Z] [2023-09-08T19:25:37.884Z] [INFO] [2023-09-08T19:25:37.884Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.aopalliance --- [2023-09-08T19:25:37.884Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/aopalliance/org.aopalliance_1.0.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.aopalliance/1.0.0-SNAPSHOT/org.aopalliance-1.0.0-SNAPSHOT.pom [2023-09-08T19:25:37.884Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/aopalliance/org.aopalliance_1.0.0/target/org.aopalliance-1.0.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.aopalliance/1.0.0-SNAPSHOT/org.aopalliance-1.0.0-SNAPSHOT.jar [2023-09-08T19:25:37.884Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/aopalliance/org.aopalliance_1.0.0/target/org.aopalliance-1.0.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.aopalliance/1.0.0-SNAPSHOT/org.aopalliance-1.0.0-SNAPSHOT-sources.jar [2023-09-08T19:25:37.884Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/aopalliance/org.aopalliance_1.0.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.aopalliance/1.0.0-SNAPSHOT/org.aopalliance-1.0.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:25:37.884Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/aopalliance/org.aopalliance_1.0.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.aopalliance/1.0.0-SNAPSHOT/org.aopalliance-1.0.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:25:37.884Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/aopalliance/org.aopalliance_1.0.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.aopalliance/1.0.0-SNAPSHOT/org.aopalliance-1.0.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:25:37.884Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/aopalliance/org.aopalliance_1.0.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.aopalliance/1.0.0-SNAPSHOT/org.aopalliance-1.0.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:25:37.884Z] [INFO] [2023-09-08T19:25:37.884Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.aopalliance --- [2023-09-08T19:25:37.884Z] [INFO] [2023-09-08T19:25:37.884Z] [INFO] ------------------< org.eclipse.orbit.bundles:args4j >------------------ [2023-09-08T19:25:37.884Z] [INFO] Building Eclipse Orbit :: args4j Recipes 1.0.0-SNAPSHOT [11/375] [2023-09-08T19:25:37.884Z] [INFO] --------------------------------[ pom ]--------------------------------- [2023-09-08T19:25:37.884Z] [INFO] [2023-09-08T19:25:37.884Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ args4j --- [2023-09-08T19:25:37.884Z] [INFO] [2023-09-08T19:25:37.884Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ args4j --- [2023-09-08T19:25:37.884Z] [INFO] [2023-09-08T19:25:37.884Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ args4j --- [2023-09-08T19:25:37.884Z] [INFO] [2023-09-08T19:25:37.884Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ args4j --- [2023-09-08T19:25:37.884Z] [INFO] [2023-09-08T19:25:37.884Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ args4j --- [2023-09-08T19:25:37.884Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/args4j/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/args4j/1.0.0-SNAPSHOT/args4j-1.0.0-SNAPSHOT.pom [2023-09-08T19:25:37.884Z] [INFO] [2023-09-08T19:25:37.884Z] [INFO] ------------< org.eclipse.orbit.bundles:org.kohsuke.args4j >------------ [2023-09-08T19:25:37.884Z] [INFO] Building args4j 2.33.0-SNAPSHOT [12/375] [2023-09-08T19:25:37.884Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:25:38.140Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/args4j/args4j/2.33/args4j-2.33.pom [2023-09-08T19:25:38.140Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/args4j/args4j/2.33/args4j-2.33.pom [2023-09-08T19:25:38.141Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/args4j/args4j/2.33/args4j-2.33.pom (1.3 kB at 107 kB/s) [2023-09-08T19:25:38.141Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/args4j/args4j-site/2.33/args4j-site-2.33.pom [2023-09-08T19:25:38.141Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/args4j/args4j-site/2.33/args4j-site-2.33.pom [2023-09-08T19:25:38.141Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/args4j/args4j-site/2.33/args4j-site-2.33.pom (4.4 kB at 444 kB/s) [2023-09-08T19:25:38.141Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/kohsuke/pom/14/pom-14.pom [2023-09-08T19:25:38.141Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/kohsuke/pom/14/pom-14.pom [2023-09-08T19:25:38.141Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/kohsuke/pom/14/pom-14.pom (5.5 kB at 457 kB/s) [2023-09-08T19:25:38.141Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/args4j/args4j/2.33/args4j-2.33.jar [2023-09-08T19:25:38.141Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/args4j/args4j/2.33/args4j-2.33.jar [2023-09-08T19:25:38.141Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/args4j/args4j/2.33/args4j-2.33.jar (155 kB at 8.2 MB/s) [2023-09-08T19:25:38.141Z] [INFO] [2023-09-08T19:25:38.141Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.kohsuke.args4j --- [2023-09-08T19:25:38.141Z] [INFO] [2023-09-08T19:25:38.141Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.kohsuke.args4j --- [2023-09-08T19:25:38.141Z] [INFO] The project's OSGi version is 2.33.0.v20160323-2218 [2023-09-08T19:25:38.141Z] [INFO] [2023-09-08T19:25:38.141Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.kohsuke.args4j --- [2023-09-08T19:25:38.141Z] [INFO] [2023-09-08T19:25:38.141Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.kohsuke.args4j --- [2023-09-08T19:25:38.141Z] [INFO] Copying 3 resources [2023-09-08T19:25:38.141Z] [INFO] [2023-09-08T19:25:38.141Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.kohsuke.args4j --- [2023-09-08T19:25:38.141Z] [INFO] No sources to compile [2023-09-08T19:25:38.141Z] [INFO] [2023-09-08T19:25:38.141Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.kohsuke.args4j --- [2023-09-08T19:25:38.141Z] [INFO] Gathering dependencies [2023-09-08T19:25:38.141Z] [INFO] Configured Artifact: args4j:args4j:2.33:jar [2023-09-08T19:25:38.141Z] [INFO] Unpacking /home/vnc/.m2/repository/args4j/args4j/2.33/args4j-2.33.jar to /home/jenkins/agent/workspace/orbit-recipes/args4j/org.kohsuke.args4j_2.33.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:25:38.141Z] [INFO] Merging collected dependencies [2023-09-08T19:25:38.141Z] [INFO] Copying 149 resources [2023-09-08T19:25:38.141Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:25:38.397Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.kohsuke.args4j:eclipse-bundle-recipe:2.33.0-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] [2023-09-08T19:25:38.397Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/args4j/org.kohsuke.args4j_2.33.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:25:38.397Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/args4j/org.kohsuke.args4j_2.33.0/target/org.kohsuke.args4j-2.33.0-SNAPSHOT.jar [2023-09-08T19:25:38.397Z] [INFO] Gathering sources [2023-09-08T19:25:38.397Z] [INFO] Configured Artifact: args4j:args4j:sources:2.33:jar [2023-09-08T19:25:38.397Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/args4j/args4j/2.33/args4j-2.33-sources.jar [2023-09-08T19:25:38.397Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/args4j/args4j/2.33/args4j-2.33-sources.jar [2023-09-08T19:25:38.397Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/args4j/args4j/2.33/args4j-2.33-sources.jar (65 kB at 2.2 MB/s) [2023-09-08T19:25:38.397Z] [INFO] Unpacking /home/vnc/.m2/repository/args4j/args4j/2.33/args4j-2.33-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/args4j/org.kohsuke.args4j_2.33.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:25:38.397Z] [INFO] Copying 3 resources [2023-09-08T19:25:38.397Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/args4j/org.kohsuke.args4j_2.33.0/src/main/java [2023-09-08T19:25:38.397Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/args4j/org.kohsuke.args4j_2.33.0/target/org.kohsuke.args4j-2.33.0-SNAPSHOT-sources.jar [2023-09-08T19:25:38.397Z] [INFO] Assembling p2 repository [2023-09-08T19:25:38.960Z] [INFO] [2023-09-08T19:25:38.960Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.kohsuke.args4j --- [2023-09-08T19:25:38.960Z] [INFO] [2023-09-08T19:25:38.960Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.kohsuke.args4j --- [2023-09-08T19:25:38.960Z] [INFO] Gathering sources archives [2023-09-08T19:25:38.960Z] [INFO] Configured Artifact: args4j:args4j:sources:2.33:jar [2023-09-08T19:25:38.960Z] [INFO] Unpacking /home/vnc/.m2/repository/args4j/args4j/2.33/args4j-2.33-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/args4j/org.kohsuke.args4j_2.33.0/target/sources-for-eclipse-ipzilla/args4j-2.33-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:25:39.216Z] [INFO] Configured Artifact: args4j:args4j:sources:2.33:jar [2023-09-08T19:25:39.216Z] [INFO] Copying args4j-2.33-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/args4j/org.kohsuke.args4j_2.33.0/target/sources-for-eclipse-ipzilla/args4j-2.33-sources.jar [2023-09-08T19:25:39.216Z] [INFO] Refreshing about files and about.html [2023-09-08T19:25:39.216Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/args4j/org.kohsuke.args4j_2.33.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:25:39.216Z] [INFO] [2023-09-08T19:25:39.216Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.kohsuke.args4j --- [2023-09-08T19:25:39.216Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/args4j/org.kohsuke.args4j_2.33.0/target/org.kohsuke.args4j-2.33.0-SNAPSHOT.jar [2023-09-08T19:25:40.147Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/args4j/org.kohsuke.args4j_2.33.0/target/org.kohsuke.args4j-2.33.0-SNAPSHOT-sources.jar [2023-09-08T19:25:41.077Z] [INFO] [2023-09-08T19:25:41.077Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.kohsuke.args4j --- [2023-09-08T19:25:41.077Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.kohsuke.args4j:2.33.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/args4j/org.kohsuke.args4j_2.33.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:25:41.077Z] no-classifier: different [2023-09-08T19:25:41.077Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:25:41.077Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:25:41.077Z] META-INF/MANIFEST.MF: different [2023-09-08T19:25:41.077Z] Automatic-Module-Name: not present in baseline version [2023-09-08T19:25:41.077Z] classifier-sources: different [2023-09-08T19:25:41.077Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:25:41.077Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:25:41.077Z] [2023-09-08T19:25:41.077Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.kohsuke.args4j:2.33.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/args4j/org.kohsuke.args4j_2.33.0/pom.xml [2023-09-08T19:25:41.077Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:25:41.077Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:25:41.077Z] [2023-09-08T19:25:41.077Z] [INFO] [2023-09-08T19:25:41.077Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.kohsuke.args4j --- [2023-09-08T19:25:41.077Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/args4j/org.kohsuke.args4j_2.33.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.kohsuke.args4j/2.33.0-SNAPSHOT/org.kohsuke.args4j-2.33.0-SNAPSHOT.pom [2023-09-08T19:25:41.077Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/args4j/org.kohsuke.args4j_2.33.0/target/org.kohsuke.args4j-2.33.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.kohsuke.args4j/2.33.0-SNAPSHOT/org.kohsuke.args4j-2.33.0-SNAPSHOT.jar [2023-09-08T19:25:41.077Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/args4j/org.kohsuke.args4j_2.33.0/target/org.kohsuke.args4j-2.33.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.kohsuke.args4j/2.33.0-SNAPSHOT/org.kohsuke.args4j-2.33.0-SNAPSHOT-sources.jar [2023-09-08T19:25:41.077Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/args4j/org.kohsuke.args4j_2.33.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.kohsuke.args4j/2.33.0-SNAPSHOT/org.kohsuke.args4j-2.33.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:25:41.077Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/args4j/org.kohsuke.args4j_2.33.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.kohsuke.args4j/2.33.0-SNAPSHOT/org.kohsuke.args4j-2.33.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:25:41.077Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/args4j/org.kohsuke.args4j_2.33.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.kohsuke.args4j/2.33.0-SNAPSHOT/org.kohsuke.args4j-2.33.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:25:41.077Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/args4j/org.kohsuke.args4j_2.33.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.kohsuke.args4j/2.33.0-SNAPSHOT/org.kohsuke.args4j-2.33.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:25:41.077Z] [INFO] [2023-09-08T19:25:41.077Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.kohsuke.args4j --- [2023-09-08T19:25:41.077Z] [INFO] [2023-09-08T19:25:41.077Z] [INFO] -------------------< org.eclipse.orbit.bundles:asm >-------------------- [2023-09-08T19:25:41.077Z] [INFO] Building Eclipse Orbit :: ASM Recipes 1.0.0-SNAPSHOT [13/375] [2023-09-08T19:25:41.077Z] [INFO] --------------------------------[ pom ]--------------------------------- [2023-09-08T19:25:41.077Z] [INFO] [2023-09-08T19:25:41.077Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ asm --- [2023-09-08T19:25:41.077Z] [INFO] [2023-09-08T19:25:41.077Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ asm --- [2023-09-08T19:25:41.077Z] [INFO] [2023-09-08T19:25:41.077Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ asm --- [2023-09-08T19:25:41.077Z] [INFO] [2023-09-08T19:25:41.077Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ asm --- [2023-09-08T19:25:41.077Z] [INFO] [2023-09-08T19:25:41.077Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ asm --- [2023-09-08T19:25:41.077Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/asm/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/asm/1.0.0-SNAPSHOT/asm-1.0.0-SNAPSHOT.pom [2023-09-08T19:25:41.077Z] [INFO] [2023-09-08T19:25:41.077Z] [INFO] ------------< org.eclipse.orbit.bundles:org.objectweb.asm >------------- [2023-09-08T19:25:41.077Z] [INFO] Building ASM Core 9.4.0-SNAPSHOT [14/375] [2023-09-08T19:25:41.077Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:25:41.077Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/ow2/asm/asm/9.4/asm-9.4.pom [2023-09-08T19:25:41.077Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.4/asm-9.4.pom [2023-09-08T19:25:41.333Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.4/asm-9.4.pom (2.4 kB at 48 kB/s) [2023-09-08T19:25:41.333Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/ow2/ow2/1.5.1/ow2-1.5.1.pom [2023-09-08T19:25:41.333Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/ow2/1.5.1/ow2-1.5.1.pom [2023-09-08T19:25:41.333Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/ow2/1.5.1/ow2-1.5.1.pom (11 kB at 1.1 MB/s) [2023-09-08T19:25:41.333Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/ow2/asm/asm/9.4/asm-9.4.jar [2023-09-08T19:25:41.333Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.4/asm-9.4.jar [2023-09-08T19:25:41.333Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.4/asm-9.4.jar (122 kB at 11 MB/s) [2023-09-08T19:25:41.333Z] [INFO] [2023-09-08T19:25:41.333Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.objectweb.asm --- [2023-09-08T19:25:41.333Z] [INFO] [2023-09-08T19:25:41.333Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.objectweb.asm --- [2023-09-08T19:25:41.333Z] [INFO] The project's OSGi version is 9.4.0.v20221107-1714 [2023-09-08T19:25:41.333Z] [INFO] [2023-09-08T19:25:41.333Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.objectweb.asm --- [2023-09-08T19:25:41.333Z] [INFO] [2023-09-08T19:25:41.333Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.objectweb.asm --- [2023-09-08T19:25:41.333Z] [INFO] Copying 3 resources [2023-09-08T19:25:41.333Z] [INFO] [2023-09-08T19:25:41.333Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.objectweb.asm --- [2023-09-08T19:25:41.333Z] [INFO] No sources to compile [2023-09-08T19:25:41.333Z] [INFO] [2023-09-08T19:25:41.333Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.objectweb.asm --- [2023-09-08T19:25:41.333Z] [INFO] Gathering dependencies [2023-09-08T19:25:41.333Z] [INFO] Configured Artifact: org.ow2.asm:asm:9.4:jar [2023-09-08T19:25:41.333Z] [INFO] Unpacking /home/vnc/.m2/repository/org/ow2/asm/asm/9.4/asm-9.4.jar to /home/jenkins/agent/workspace/orbit-recipes/asm/org.objectweb.asm_9.4.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:25:41.333Z] [INFO] Merging collected dependencies [2023-09-08T19:25:41.333Z] [INFO] Copying 39 resources [2023-09-08T19:25:41.333Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:25:41.333Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.objectweb.asm:eclipse-bundle-recipe:9.4.0-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] [2023-09-08T19:25:41.333Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.objectweb.asm:eclipse-bundle-recipe:9.4.0-SNAPSHOT : Unused Import-Package instructions: [org.objectweb.asm.*] [2023-09-08T19:25:41.333Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/asm/org.objectweb.asm_9.4.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:25:41.333Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/asm/org.objectweb.asm_9.4.0/target/org.objectweb.asm-9.4.0-SNAPSHOT.jar [2023-09-08T19:25:41.589Z] [INFO] Gathering sources [2023-09-08T19:25:41.589Z] [INFO] Configured Artifact: org.ow2.asm:asm:sources:9.4:jar [2023-09-08T19:25:41.589Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/ow2/asm/asm/9.4/asm-9.4-sources.jar [2023-09-08T19:25:41.589Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.4/asm-9.4-sources.jar [2023-09-08T19:25:41.589Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/9.4/asm-9.4-sources.jar (181 kB at 12 MB/s) [2023-09-08T19:25:41.589Z] [INFO] Unpacking /home/vnc/.m2/repository/org/ow2/asm/asm/9.4/asm-9.4-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/asm/org.objectweb.asm_9.4.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:25:41.848Z] [INFO] Copying 3 resources [2023-09-08T19:25:41.848Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/asm/org.objectweb.asm_9.4.0/src/main/java [2023-09-08T19:25:41.848Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/asm/org.objectweb.asm_9.4.0/target/org.objectweb.asm-9.4.0-SNAPSHOT-sources.jar [2023-09-08T19:25:41.848Z] [INFO] Assembling p2 repository [2023-09-08T19:25:42.414Z] [INFO] [2023-09-08T19:25:42.414Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.objectweb.asm --- [2023-09-08T19:25:42.414Z] [INFO] [2023-09-08T19:25:42.414Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.objectweb.asm --- [2023-09-08T19:25:42.414Z] [INFO] Gathering sources archives [2023-09-08T19:25:42.414Z] [INFO] Configured Artifact: org.ow2.asm:asm:sources:9.4:jar [2023-09-08T19:25:42.414Z] [INFO] Unpacking /home/vnc/.m2/repository/org/ow2/asm/asm/9.4/asm-9.4-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/asm/org.objectweb.asm_9.4.0/target/sources-for-eclipse-ipzilla/asm-9.4-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:25:42.414Z] [INFO] Configured Artifact: org.ow2.asm:asm:sources:9.4:jar [2023-09-08T19:25:42.414Z] [INFO] Copying asm-9.4-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/asm/org.objectweb.asm_9.4.0/target/sources-for-eclipse-ipzilla/asm-9.4-sources.jar [2023-09-08T19:25:42.414Z] [INFO] Refreshing about files and about.html [2023-09-08T19:25:42.414Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/asm/org.objectweb.asm_9.4.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:25:42.414Z] [INFO] [2023-09-08T19:25:42.414Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.objectweb.asm --- [2023-09-08T19:25:42.414Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/asm/org.objectweb.asm_9.4.0/target/org.objectweb.asm-9.4.0-SNAPSHOT.jar [2023-09-08T19:25:44.312Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/asm/org.objectweb.asm_9.4.0/target/org.objectweb.asm-9.4.0-SNAPSHOT-sources.jar [2023-09-08T19:25:45.240Z] [INFO] [2023-09-08T19:25:45.240Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.objectweb.asm --- [2023-09-08T19:25:45.240Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.objectweb.asm:9.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/asm/org.objectweb.asm_9.4.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:25:45.240Z] no-classifier: different [2023-09-08T19:25:45.240Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:25:45.240Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:25:45.240Z] classifier-sources: different [2023-09-08T19:25:45.240Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:25:45.240Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:25:45.240Z] [2023-09-08T19:25:45.240Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.objectweb.asm:9.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/asm/org.objectweb.asm_9.4.0/pom.xml [2023-09-08T19:25:45.240Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:25:45.240Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:25:45.240Z] [2023-09-08T19:25:45.240Z] [INFO] [2023-09-08T19:25:45.240Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.objectweb.asm --- [2023-09-08T19:25:45.240Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/asm/org.objectweb.asm_9.4.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.objectweb.asm/9.4.0-SNAPSHOT/org.objectweb.asm-9.4.0-SNAPSHOT.pom [2023-09-08T19:25:45.240Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/asm/org.objectweb.asm_9.4.0/target/org.objectweb.asm-9.4.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.objectweb.asm/9.4.0-SNAPSHOT/org.objectweb.asm-9.4.0-SNAPSHOT.jar [2023-09-08T19:25:45.240Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/asm/org.objectweb.asm_9.4.0/target/org.objectweb.asm-9.4.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.objectweb.asm/9.4.0-SNAPSHOT/org.objectweb.asm-9.4.0-SNAPSHOT-sources.jar [2023-09-08T19:25:45.240Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/asm/org.objectweb.asm_9.4.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.objectweb.asm/9.4.0-SNAPSHOT/org.objectweb.asm-9.4.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:25:45.240Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/asm/org.objectweb.asm_9.4.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.objectweb.asm/9.4.0-SNAPSHOT/org.objectweb.asm-9.4.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:25:45.240Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/asm/org.objectweb.asm_9.4.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.objectweb.asm/9.4.0-SNAPSHOT/org.objectweb.asm-9.4.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:25:45.240Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/asm/org.objectweb.asm_9.4.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.objectweb.asm/9.4.0-SNAPSHOT/org.objectweb.asm-9.4.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:25:45.240Z] [INFO] [2023-09-08T19:25:45.240Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.objectweb.asm --- [2023-09-08T19:25:45.240Z] [INFO] [2023-09-08T19:25:45.240Z] [INFO] --------< org.eclipse.orbit.bundles:org.objectweb.asm.analysis >-------- [2023-09-08T19:25:45.240Z] [INFO] Building ASM Analysis 9.4.0-SNAPSHOT [15/375] [2023-09-08T19:25:45.240Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:25:45.240Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/ow2/asm/asm-analysis/9.4/asm-analysis-9.4.pom [2023-09-08T19:25:45.497Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-analysis/9.4/asm-analysis-9.4.pom [2023-09-08T19:25:45.497Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-analysis/9.4/asm-analysis-9.4.pom (2.6 kB at 238 kB/s) [2023-09-08T19:25:45.497Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/ow2/asm/asm-tree/9.4/asm-tree-9.4.pom [2023-09-08T19:25:45.497Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/9.4/asm-tree-9.4.pom [2023-09-08T19:25:45.497Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/9.4/asm-tree-9.4.pom (2.6 kB at 236 kB/s) [2023-09-08T19:25:45.497Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/ow2/asm/asm-analysis/9.4/asm-analysis-9.4.jar [2023-09-08T19:25:45.497Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/ow2/asm/asm-tree/9.4/asm-tree-9.4.jar [2023-09-08T19:25:45.497Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-analysis/9.4/asm-analysis-9.4.jar [2023-09-08T19:25:45.497Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/9.4/asm-tree-9.4.jar [2023-09-08T19:25:45.497Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-analysis/9.4/asm-analysis-9.4.jar (34 kB at 2.1 MB/s) [2023-09-08T19:25:45.497Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/9.4/asm-tree-9.4.jar (53 kB at 2.8 MB/s) [2023-09-08T19:25:45.497Z] [INFO] [2023-09-08T19:25:45.497Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.objectweb.asm.analysis --- [2023-09-08T19:25:45.497Z] [INFO] [2023-09-08T19:25:45.497Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.objectweb.asm.analysis --- [2023-09-08T19:25:45.497Z] [INFO] The project's OSGi version is 9.4.0.v20221107-1714 [2023-09-08T19:25:45.497Z] [INFO] [2023-09-08T19:25:45.497Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.objectweb.asm.analysis --- [2023-09-08T19:25:45.497Z] [INFO] [2023-09-08T19:25:45.497Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.objectweb.asm.analysis --- [2023-09-08T19:25:45.497Z] [INFO] Copying 3 resources [2023-09-08T19:25:45.497Z] [INFO] [2023-09-08T19:25:45.497Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.objectweb.asm.analysis --- [2023-09-08T19:25:45.497Z] [INFO] No sources to compile [2023-09-08T19:25:45.497Z] [INFO] [2023-09-08T19:25:45.497Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.objectweb.asm.analysis --- [2023-09-08T19:25:45.497Z] [INFO] Gathering dependencies [2023-09-08T19:25:45.497Z] [INFO] Configured Artifact: org.ow2.asm:asm-analysis:9.4:jar [2023-09-08T19:25:45.497Z] [INFO] Unpacking /home/vnc/.m2/repository/org/ow2/asm/asm-analysis/9.4/asm-analysis-9.4.jar to /home/jenkins/agent/workspace/orbit-recipes/asm/org.objectweb.asm.analysis_9.4.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:25:45.497Z] [INFO] Merging collected dependencies [2023-09-08T19:25:45.497Z] [INFO] Copying 16 resources [2023-09-08T19:25:45.497Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:25:45.497Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.objectweb.asm.analysis:eclipse-bundle-recipe:9.4.0-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] [2023-09-08T19:25:45.497Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/asm/org.objectweb.asm.analysis_9.4.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:25:45.497Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/asm/org.objectweb.asm.analysis_9.4.0/target/org.objectweb.asm.analysis-9.4.0-SNAPSHOT.jar [2023-09-08T19:25:45.497Z] [INFO] Gathering sources [2023-09-08T19:25:45.497Z] [INFO] Configured Artifact: org.ow2.asm:asm-analysis:sources:9.4:jar [2023-09-08T19:25:45.497Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/ow2/asm/asm-analysis/9.4/asm-analysis-9.4-sources.jar [2023-09-08T19:25:45.497Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-analysis/9.4/asm-analysis-9.4-sources.jar [2023-09-08T19:25:45.497Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-analysis/9.4/asm-analysis-9.4-sources.jar (41 kB at 3.5 MB/s) [2023-09-08T19:25:45.497Z] [INFO] Unpacking /home/vnc/.m2/repository/org/ow2/asm/asm-analysis/9.4/asm-analysis-9.4-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/asm/org.objectweb.asm.analysis_9.4.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:25:45.497Z] [INFO] Copying 3 resources [2023-09-08T19:25:45.497Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/asm/org.objectweb.asm.analysis_9.4.0/src/main/java [2023-09-08T19:25:45.753Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/asm/org.objectweb.asm.analysis_9.4.0/target/org.objectweb.asm.analysis-9.4.0-SNAPSHOT-sources.jar [2023-09-08T19:25:45.753Z] [INFO] Assembling p2 repository [2023-09-08T19:25:46.316Z] [INFO] [2023-09-08T19:25:46.316Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.objectweb.asm.analysis --- [2023-09-08T19:25:46.316Z] [INFO] [2023-09-08T19:25:46.316Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.objectweb.asm.analysis --- [2023-09-08T19:25:46.316Z] [INFO] Gathering sources archives [2023-09-08T19:25:46.316Z] [INFO] Configured Artifact: org.ow2.asm:asm-analysis:sources:9.4:jar [2023-09-08T19:25:46.317Z] [INFO] Unpacking /home/vnc/.m2/repository/org/ow2/asm/asm-analysis/9.4/asm-analysis-9.4-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/asm/org.objectweb.asm.analysis_9.4.0/target/sources-for-eclipse-ipzilla/asm-analysis-9.4-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:25:46.317Z] [INFO] Configured Artifact: org.ow2.asm:asm-analysis:sources:9.4:jar [2023-09-08T19:25:46.317Z] [INFO] Copying asm-analysis-9.4-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/asm/org.objectweb.asm.analysis_9.4.0/target/sources-for-eclipse-ipzilla/asm-analysis-9.4-sources.jar [2023-09-08T19:25:46.317Z] [INFO] Refreshing about files and about.html [2023-09-08T19:25:46.317Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/asm/org.objectweb.asm.analysis_9.4.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:25:46.317Z] [INFO] [2023-09-08T19:25:46.317Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.objectweb.asm.analysis --- [2023-09-08T19:25:46.317Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/asm/org.objectweb.asm.analysis_9.4.0/target/org.objectweb.asm.analysis-9.4.0-SNAPSHOT.jar [2023-09-08T19:25:47.248Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/asm/org.objectweb.asm.analysis_9.4.0/target/org.objectweb.asm.analysis-9.4.0-SNAPSHOT-sources.jar [2023-09-08T19:25:48.181Z] [INFO] [2023-09-08T19:25:48.181Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.objectweb.asm.analysis --- [2023-09-08T19:25:48.181Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.objectweb.asm.analysis:9.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/asm/org.objectweb.asm.analysis_9.4.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:25:48.181Z] no-classifier: different [2023-09-08T19:25:48.181Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:25:48.181Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:25:48.181Z] classifier-sources: different [2023-09-08T19:25:48.181Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:25:48.181Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:25:48.181Z] [2023-09-08T19:25:48.181Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.objectweb.asm.analysis:9.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/asm/org.objectweb.asm.analysis_9.4.0/pom.xml [2023-09-08T19:25:48.181Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:25:48.181Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:25:48.181Z] [2023-09-08T19:25:48.181Z] [INFO] [2023-09-08T19:25:48.181Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.objectweb.asm.analysis --- [2023-09-08T19:25:48.181Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/asm/org.objectweb.asm.analysis_9.4.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.objectweb.asm.analysis/9.4.0-SNAPSHOT/org.objectweb.asm.analysis-9.4.0-SNAPSHOT.pom [2023-09-08T19:25:48.181Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/asm/org.objectweb.asm.analysis_9.4.0/target/org.objectweb.asm.analysis-9.4.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.objectweb.asm.analysis/9.4.0-SNAPSHOT/org.objectweb.asm.analysis-9.4.0-SNAPSHOT.jar [2023-09-08T19:25:48.181Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/asm/org.objectweb.asm.analysis_9.4.0/target/org.objectweb.asm.analysis-9.4.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.objectweb.asm.analysis/9.4.0-SNAPSHOT/org.objectweb.asm.analysis-9.4.0-SNAPSHOT-sources.jar [2023-09-08T19:25:48.181Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/asm/org.objectweb.asm.analysis_9.4.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.objectweb.asm.analysis/9.4.0-SNAPSHOT/org.objectweb.asm.analysis-9.4.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:25:48.181Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/asm/org.objectweb.asm.analysis_9.4.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.objectweb.asm.analysis/9.4.0-SNAPSHOT/org.objectweb.asm.analysis-9.4.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:25:48.181Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/asm/org.objectweb.asm.analysis_9.4.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.objectweb.asm.analysis/9.4.0-SNAPSHOT/org.objectweb.asm.analysis-9.4.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:25:48.181Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/asm/org.objectweb.asm.analysis_9.4.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.objectweb.asm.analysis/9.4.0-SNAPSHOT/org.objectweb.asm.analysis-9.4.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:25:48.181Z] [INFO] [2023-09-08T19:25:48.181Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.objectweb.asm.analysis --- [2023-09-08T19:25:48.181Z] [INFO] [2023-09-08T19:25:48.181Z] [INFO] --------< org.eclipse.orbit.bundles:org.objectweb.asm.commons >--------- [2023-09-08T19:25:48.181Z] [INFO] Building ASM Commons 9.4.0-SNAPSHOT [16/375] [2023-09-08T19:25:48.181Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:25:48.181Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/ow2/asm/asm-commons/9.4/asm-commons-9.4.pom [2023-09-08T19:25:48.181Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/9.4/asm-commons-9.4.pom [2023-09-08T19:25:48.181Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/9.4/asm-commons-9.4.pom (2.8 kB at 232 kB/s) [2023-09-08T19:25:48.181Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/ow2/asm/asm-commons/9.4/asm-commons-9.4.jar [2023-09-08T19:25:48.182Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/9.4/asm-commons-9.4.jar [2023-09-08T19:25:48.439Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/9.4/asm-commons-9.4.jar (73 kB at 6.6 MB/s) [2023-09-08T19:25:48.439Z] [INFO] [2023-09-08T19:25:48.439Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.objectweb.asm.commons --- [2023-09-08T19:25:48.439Z] [INFO] [2023-09-08T19:25:48.439Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.objectweb.asm.commons --- [2023-09-08T19:25:48.439Z] [INFO] The project's OSGi version is 9.4.0.v20221107-1714 [2023-09-08T19:25:48.439Z] [INFO] [2023-09-08T19:25:48.439Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.objectweb.asm.commons --- [2023-09-08T19:25:48.439Z] [INFO] [2023-09-08T19:25:48.439Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.objectweb.asm.commons --- [2023-09-08T19:25:48.439Z] [INFO] Copying 3 resources [2023-09-08T19:25:48.439Z] [INFO] [2023-09-08T19:25:48.439Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.objectweb.asm.commons --- [2023-09-08T19:25:48.439Z] [INFO] No sources to compile [2023-09-08T19:25:48.439Z] [INFO] [2023-09-08T19:25:48.439Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.objectweb.asm.commons --- [2023-09-08T19:25:48.439Z] [INFO] Gathering dependencies [2023-09-08T19:25:48.439Z] [INFO] Configured Artifact: org.ow2.asm:asm-commons:9.4:jar [2023-09-08T19:25:48.439Z] [INFO] Unpacking /home/vnc/.m2/repository/org/ow2/asm/asm-commons/9.4/asm-commons-9.4.jar to /home/jenkins/agent/workspace/orbit-recipes/asm/org.objectweb.asm.commons_9.4.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:25:48.439Z] [INFO] Merging collected dependencies [2023-09-08T19:25:48.439Z] [INFO] Copying 29 resources [2023-09-08T19:25:48.439Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:25:48.439Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.objectweb.asm.commons:eclipse-bundle-recipe:9.4.0-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] [2023-09-08T19:25:48.439Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/asm/org.objectweb.asm.commons_9.4.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:25:48.439Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/asm/org.objectweb.asm.commons_9.4.0/target/org.objectweb.asm.commons-9.4.0-SNAPSHOT.jar [2023-09-08T19:25:48.439Z] [INFO] Gathering sources [2023-09-08T19:25:48.439Z] [INFO] Configured Artifact: org.ow2.asm:asm-commons:sources:9.4:jar [2023-09-08T19:25:48.439Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/ow2/asm/asm-commons/9.4/asm-commons-9.4-sources.jar [2023-09-08T19:25:48.439Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/9.4/asm-commons-9.4-sources.jar [2023-09-08T19:25:48.439Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/9.4/asm-commons-9.4-sources.jar (83 kB at 4.1 MB/s) [2023-09-08T19:25:48.439Z] [INFO] Unpacking /home/vnc/.m2/repository/org/ow2/asm/asm-commons/9.4/asm-commons-9.4-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/asm/org.objectweb.asm.commons_9.4.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:25:48.439Z] [INFO] Copying 3 resources [2023-09-08T19:25:48.439Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/asm/org.objectweb.asm.commons_9.4.0/src/main/java [2023-09-08T19:25:48.439Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/asm/org.objectweb.asm.commons_9.4.0/target/org.objectweb.asm.commons-9.4.0-SNAPSHOT-sources.jar [2023-09-08T19:25:48.439Z] [INFO] Assembling p2 repository [2023-09-08T19:25:49.369Z] [INFO] [2023-09-08T19:25:49.369Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.objectweb.asm.commons --- [2023-09-08T19:25:49.369Z] [INFO] [2023-09-08T19:25:49.369Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.objectweb.asm.commons --- [2023-09-08T19:25:49.369Z] [INFO] Gathering sources archives [2023-09-08T19:25:49.369Z] [INFO] Configured Artifact: org.ow2.asm:asm-commons:sources:9.4:jar [2023-09-08T19:25:49.369Z] [INFO] Unpacking /home/vnc/.m2/repository/org/ow2/asm/asm-commons/9.4/asm-commons-9.4-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/asm/org.objectweb.asm.commons_9.4.0/target/sources-for-eclipse-ipzilla/asm-commons-9.4-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:25:49.369Z] [INFO] Configured Artifact: org.ow2.asm:asm-commons:sources:9.4:jar [2023-09-08T19:25:49.369Z] [INFO] Copying asm-commons-9.4-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/asm/org.objectweb.asm.commons_9.4.0/target/sources-for-eclipse-ipzilla/asm-commons-9.4-sources.jar [2023-09-08T19:25:49.369Z] [INFO] Refreshing about files and about.html [2023-09-08T19:25:49.369Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/asm/org.objectweb.asm.commons_9.4.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:25:49.369Z] [INFO] [2023-09-08T19:25:49.369Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.objectweb.asm.commons --- [2023-09-08T19:25:49.369Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/asm/org.objectweb.asm.commons_9.4.0/target/org.objectweb.asm.commons-9.4.0-SNAPSHOT.jar [2023-09-08T19:25:50.741Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/asm/org.objectweb.asm.commons_9.4.0/target/org.objectweb.asm.commons-9.4.0-SNAPSHOT-sources.jar [2023-09-08T19:25:51.673Z] [INFO] [2023-09-08T19:25:51.674Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.objectweb.asm.commons --- [2023-09-08T19:25:51.935Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.objectweb.asm.commons:9.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/asm/org.objectweb.asm.commons_9.4.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:25:51.935Z] no-classifier: different [2023-09-08T19:25:51.935Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:25:51.935Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:25:51.935Z] classifier-sources: different [2023-09-08T19:25:51.935Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:25:51.935Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:25:51.935Z] [2023-09-08T19:25:51.935Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.objectweb.asm.commons:9.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/asm/org.objectweb.asm.commons_9.4.0/pom.xml [2023-09-08T19:25:51.935Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:25:51.935Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:25:51.935Z] [2023-09-08T19:25:51.935Z] [INFO] [2023-09-08T19:25:51.935Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.objectweb.asm.commons --- [2023-09-08T19:25:51.935Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/asm/org.objectweb.asm.commons_9.4.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.objectweb.asm.commons/9.4.0-SNAPSHOT/org.objectweb.asm.commons-9.4.0-SNAPSHOT.pom [2023-09-08T19:25:51.935Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/asm/org.objectweb.asm.commons_9.4.0/target/org.objectweb.asm.commons-9.4.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.objectweb.asm.commons/9.4.0-SNAPSHOT/org.objectweb.asm.commons-9.4.0-SNAPSHOT.jar [2023-09-08T19:25:51.935Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/asm/org.objectweb.asm.commons_9.4.0/target/org.objectweb.asm.commons-9.4.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.objectweb.asm.commons/9.4.0-SNAPSHOT/org.objectweb.asm.commons-9.4.0-SNAPSHOT-sources.jar [2023-09-08T19:25:51.935Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/asm/org.objectweb.asm.commons_9.4.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.objectweb.asm.commons/9.4.0-SNAPSHOT/org.objectweb.asm.commons-9.4.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:25:51.935Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/asm/org.objectweb.asm.commons_9.4.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.objectweb.asm.commons/9.4.0-SNAPSHOT/org.objectweb.asm.commons-9.4.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:25:51.935Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/asm/org.objectweb.asm.commons_9.4.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.objectweb.asm.commons/9.4.0-SNAPSHOT/org.objectweb.asm.commons-9.4.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:25:51.935Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/asm/org.objectweb.asm.commons_9.4.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.objectweb.asm.commons/9.4.0-SNAPSHOT/org.objectweb.asm.commons-9.4.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:25:51.935Z] [INFO] [2023-09-08T19:25:51.935Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.objectweb.asm.commons --- [2023-09-08T19:25:51.935Z] [INFO] [2023-09-08T19:25:51.935Z] [INFO] ----------< org.eclipse.orbit.bundles:org.objectweb.asm.tree >---------- [2023-09-08T19:25:51.935Z] [INFO] Building ASM Tree 9.4.0-SNAPSHOT [17/375] [2023-09-08T19:25:51.935Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:25:51.935Z] [INFO] [2023-09-08T19:25:51.935Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.objectweb.asm.tree --- [2023-09-08T19:25:51.935Z] [INFO] [2023-09-08T19:25:51.935Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.objectweb.asm.tree --- [2023-09-08T19:25:51.935Z] [INFO] The project's OSGi version is 9.4.0.v20221107-1714 [2023-09-08T19:25:51.935Z] [INFO] [2023-09-08T19:25:51.935Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.objectweb.asm.tree --- [2023-09-08T19:25:51.935Z] [INFO] [2023-09-08T19:25:51.935Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.objectweb.asm.tree --- [2023-09-08T19:25:51.935Z] [INFO] Copying 3 resources [2023-09-08T19:25:51.935Z] [INFO] [2023-09-08T19:25:51.935Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.objectweb.asm.tree --- [2023-09-08T19:25:51.935Z] [INFO] No sources to compile [2023-09-08T19:25:51.935Z] [INFO] [2023-09-08T19:25:51.935Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.objectweb.asm.tree --- [2023-09-08T19:25:51.935Z] [INFO] Gathering dependencies [2023-09-08T19:25:51.935Z] [INFO] Configured Artifact: org.ow2.asm:asm-tree:9.4:jar [2023-09-08T19:25:51.935Z] [INFO] Unpacking /home/vnc/.m2/repository/org/ow2/asm/asm-tree/9.4/asm-tree-9.4.jar to /home/jenkins/agent/workspace/orbit-recipes/asm/org.objectweb.asm.tree_9.4.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:25:51.935Z] [INFO] Merging collected dependencies [2023-09-08T19:25:51.935Z] [INFO] Copying 40 resources [2023-09-08T19:25:51.935Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:25:51.935Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.objectweb.asm.tree:eclipse-bundle-recipe:9.4.0-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] [2023-09-08T19:25:51.935Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/asm/org.objectweb.asm.tree_9.4.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:25:51.935Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/asm/org.objectweb.asm.tree_9.4.0/target/org.objectweb.asm.tree-9.4.0-SNAPSHOT.jar [2023-09-08T19:25:52.193Z] [INFO] Gathering sources [2023-09-08T19:25:52.193Z] [INFO] Configured Artifact: org.ow2.asm:asm-tree:sources:9.4:jar [2023-09-08T19:25:52.193Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/ow2/asm/asm-tree/9.4/asm-tree-9.4-sources.jar [2023-09-08T19:25:52.194Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/9.4/asm-tree-9.4-sources.jar [2023-09-08T19:25:52.194Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/9.4/asm-tree-9.4-sources.jar (77 kB at 5.5 MB/s) [2023-09-08T19:25:52.194Z] [INFO] Unpacking /home/vnc/.m2/repository/org/ow2/asm/asm-tree/9.4/asm-tree-9.4-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/asm/org.objectweb.asm.tree_9.4.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:25:52.194Z] [INFO] Copying 3 resources [2023-09-08T19:25:52.194Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/asm/org.objectweb.asm.tree_9.4.0/src/main/java [2023-09-08T19:25:52.194Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/asm/org.objectweb.asm.tree_9.4.0/target/org.objectweb.asm.tree-9.4.0-SNAPSHOT-sources.jar [2023-09-08T19:25:52.194Z] [INFO] Assembling p2 repository [2023-09-08T19:25:53.125Z] [INFO] [2023-09-08T19:25:53.125Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.objectweb.asm.tree --- [2023-09-08T19:25:53.125Z] [INFO] [2023-09-08T19:25:53.125Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.objectweb.asm.tree --- [2023-09-08T19:25:53.125Z] [INFO] Gathering sources archives [2023-09-08T19:25:53.126Z] [INFO] Configured Artifact: org.ow2.asm:asm-tree:sources:9.4:jar [2023-09-08T19:25:53.126Z] [INFO] Unpacking /home/vnc/.m2/repository/org/ow2/asm/asm-tree/9.4/asm-tree-9.4-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/asm/org.objectweb.asm.tree_9.4.0/target/sources-for-eclipse-ipzilla/asm-tree-9.4-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:25:53.126Z] [INFO] Configured Artifact: org.ow2.asm:asm-tree:sources:9.4:jar [2023-09-08T19:25:53.126Z] [INFO] Copying asm-tree-9.4-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/asm/org.objectweb.asm.tree_9.4.0/target/sources-for-eclipse-ipzilla/asm-tree-9.4-sources.jar [2023-09-08T19:25:53.126Z] [INFO] Refreshing about files and about.html [2023-09-08T19:25:53.126Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/asm/org.objectweb.asm.tree_9.4.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:25:53.126Z] [INFO] [2023-09-08T19:25:53.126Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.objectweb.asm.tree --- [2023-09-08T19:25:53.126Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/asm/org.objectweb.asm.tree_9.4.0/target/org.objectweb.asm.tree-9.4.0-SNAPSHOT.jar [2023-09-08T19:25:53.690Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/asm/org.objectweb.asm.tree_9.4.0/target/org.objectweb.asm.tree-9.4.0-SNAPSHOT-sources.jar [2023-09-08T19:25:54.252Z] [INFO] [2023-09-08T19:25:54.252Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.objectweb.asm.tree --- [2023-09-08T19:25:54.509Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.objectweb.asm.tree:9.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/asm/org.objectweb.asm.tree_9.4.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:25:54.509Z] no-classifier: different [2023-09-08T19:25:54.509Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:25:54.509Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:25:54.509Z] classifier-sources: different [2023-09-08T19:25:54.509Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:25:54.509Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:25:54.509Z] [2023-09-08T19:25:54.509Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.objectweb.asm.tree:9.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/asm/org.objectweb.asm.tree_9.4.0/pom.xml [2023-09-08T19:25:54.509Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:25:54.510Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:25:54.510Z] [2023-09-08T19:25:54.510Z] [INFO] [2023-09-08T19:25:54.510Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.objectweb.asm.tree --- [2023-09-08T19:25:54.510Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/asm/org.objectweb.asm.tree_9.4.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.objectweb.asm.tree/9.4.0-SNAPSHOT/org.objectweb.asm.tree-9.4.0-SNAPSHOT.pom [2023-09-08T19:25:54.510Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/asm/org.objectweb.asm.tree_9.4.0/target/org.objectweb.asm.tree-9.4.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.objectweb.asm.tree/9.4.0-SNAPSHOT/org.objectweb.asm.tree-9.4.0-SNAPSHOT.jar [2023-09-08T19:25:54.510Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/asm/org.objectweb.asm.tree_9.4.0/target/org.objectweb.asm.tree-9.4.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.objectweb.asm.tree/9.4.0-SNAPSHOT/org.objectweb.asm.tree-9.4.0-SNAPSHOT-sources.jar [2023-09-08T19:25:54.510Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/asm/org.objectweb.asm.tree_9.4.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.objectweb.asm.tree/9.4.0-SNAPSHOT/org.objectweb.asm.tree-9.4.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:25:54.510Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/asm/org.objectweb.asm.tree_9.4.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.objectweb.asm.tree/9.4.0-SNAPSHOT/org.objectweb.asm.tree-9.4.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:25:54.510Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/asm/org.objectweb.asm.tree_9.4.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.objectweb.asm.tree/9.4.0-SNAPSHOT/org.objectweb.asm.tree-9.4.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:25:54.510Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/asm/org.objectweb.asm.tree_9.4.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.objectweb.asm.tree/9.4.0-SNAPSHOT/org.objectweb.asm.tree-9.4.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:25:54.510Z] [INFO] [2023-09-08T19:25:54.510Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.objectweb.asm.tree --- [2023-09-08T19:25:54.510Z] [INFO] [2023-09-08T19:25:54.510Z] [INFO] ----------< org.eclipse.orbit.bundles:org.objectweb.asm.util >---------- [2023-09-08T19:25:54.510Z] [INFO] Building ASM Util 9.4.0-SNAPSHOT [18/375] [2023-09-08T19:25:54.510Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:25:54.510Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/ow2/asm/asm-util/9.4/asm-util-9.4.pom [2023-09-08T19:25:54.510Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-util/9.4/asm-util-9.4.pom [2023-09-08T19:25:54.510Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-util/9.4/asm-util-9.4.pom (2.9 kB at 267 kB/s) [2023-09-08T19:25:54.510Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/ow2/asm/asm-util/9.4/asm-util-9.4.jar [2023-09-08T19:25:54.510Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-util/9.4/asm-util-9.4.jar [2023-09-08T19:25:54.510Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-util/9.4/asm-util-9.4.jar (92 kB at 8.3 MB/s) [2023-09-08T19:25:54.510Z] [INFO] [2023-09-08T19:25:54.510Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.objectweb.asm.util --- [2023-09-08T19:25:54.510Z] [INFO] [2023-09-08T19:25:54.510Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.objectweb.asm.util --- [2023-09-08T19:25:54.510Z] [INFO] The project's OSGi version is 9.4.0.v20221107-1714 [2023-09-08T19:25:54.510Z] [INFO] [2023-09-08T19:25:54.510Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.objectweb.asm.util --- [2023-09-08T19:25:54.510Z] [INFO] [2023-09-08T19:25:54.510Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.objectweb.asm.util --- [2023-09-08T19:25:54.510Z] [INFO] Copying 3 resources [2023-09-08T19:25:54.510Z] [INFO] [2023-09-08T19:25:54.510Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.objectweb.asm.util --- [2023-09-08T19:25:54.510Z] [INFO] No sources to compile [2023-09-08T19:25:54.510Z] [INFO] [2023-09-08T19:25:54.510Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.objectweb.asm.util --- [2023-09-08T19:25:54.510Z] [INFO] Gathering dependencies [2023-09-08T19:25:54.510Z] [INFO] Configured Artifact: org.ow2.asm:asm-util:9.4:jar [2023-09-08T19:25:54.510Z] [INFO] Unpacking /home/vnc/.m2/repository/org/ow2/asm/asm-util/9.4/asm-util-9.4.jar to /home/jenkins/agent/workspace/orbit-recipes/asm/org.objectweb.asm.util_9.4.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:25:54.510Z] [INFO] Merging collected dependencies [2023-09-08T19:25:54.510Z] [INFO] Copying 28 resources [2023-09-08T19:25:54.510Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:25:54.767Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.objectweb.asm.util:eclipse-bundle-recipe:9.4.0-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] [2023-09-08T19:25:54.768Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/asm/org.objectweb.asm.util_9.4.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:25:54.768Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/asm/org.objectweb.asm.util_9.4.0/target/org.objectweb.asm.util-9.4.0-SNAPSHOT.jar [2023-09-08T19:25:54.768Z] [INFO] Gathering sources [2023-09-08T19:25:54.768Z] [INFO] Configured Artifact: org.ow2.asm:asm-util:sources:9.4:jar [2023-09-08T19:25:54.768Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/ow2/asm/asm-util/9.4/asm-util-9.4-sources.jar [2023-09-08T19:25:54.768Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-util/9.4/asm-util-9.4-sources.jar [2023-09-08T19:25:54.768Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-util/9.4/asm-util-9.4-sources.jar (86 kB at 1.6 MB/s) [2023-09-08T19:25:54.768Z] [INFO] Unpacking /home/vnc/.m2/repository/org/ow2/asm/asm-util/9.4/asm-util-9.4-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/asm/org.objectweb.asm.util_9.4.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:25:54.768Z] [INFO] Copying 3 resources [2023-09-08T19:25:54.768Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/asm/org.objectweb.asm.util_9.4.0/src/main/java [2023-09-08T19:25:54.768Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/asm/org.objectweb.asm.util_9.4.0/target/org.objectweb.asm.util-9.4.0-SNAPSHOT-sources.jar [2023-09-08T19:25:54.768Z] [INFO] Assembling p2 repository [2023-09-08T19:25:55.333Z] [INFO] [2023-09-08T19:25:55.333Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.objectweb.asm.util --- [2023-09-08T19:25:55.333Z] [INFO] [2023-09-08T19:25:55.333Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.objectweb.asm.util --- [2023-09-08T19:25:55.333Z] [INFO] Gathering sources archives [2023-09-08T19:25:55.333Z] [INFO] Configured Artifact: org.ow2.asm:asm-util:sources:9.4:jar [2023-09-08T19:25:55.333Z] [INFO] Unpacking /home/vnc/.m2/repository/org/ow2/asm/asm-util/9.4/asm-util-9.4-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/asm/org.objectweb.asm.util_9.4.0/target/sources-for-eclipse-ipzilla/asm-util-9.4-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:25:55.333Z] [INFO] Configured Artifact: org.ow2.asm:asm-util:sources:9.4:jar [2023-09-08T19:25:55.333Z] [INFO] Copying asm-util-9.4-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/asm/org.objectweb.asm.util_9.4.0/target/sources-for-eclipse-ipzilla/asm-util-9.4-sources.jar [2023-09-08T19:25:55.333Z] [INFO] Refreshing about files and about.html [2023-09-08T19:25:55.333Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/asm/org.objectweb.asm.util_9.4.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:25:55.333Z] [INFO] [2023-09-08T19:25:55.333Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.objectweb.asm.util --- [2023-09-08T19:25:55.333Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/asm/org.objectweb.asm.util_9.4.0/target/org.objectweb.asm.util-9.4.0-SNAPSHOT.jar [2023-09-08T19:25:56.265Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/asm/org.objectweb.asm.util_9.4.0/target/org.objectweb.asm.util-9.4.0-SNAPSHOT-sources.jar [2023-09-08T19:25:56.828Z] [INFO] [2023-09-08T19:25:56.828Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.objectweb.asm.util --- [2023-09-08T19:25:57.088Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.objectweb.asm.util:9.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/asm/org.objectweb.asm.util_9.4.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:25:57.088Z] no-classifier: different [2023-09-08T19:25:57.088Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:25:57.088Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:25:57.088Z] classifier-sources: different [2023-09-08T19:25:57.088Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:25:57.088Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:25:57.088Z] [2023-09-08T19:25:57.088Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.objectweb.asm.util:9.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/asm/org.objectweb.asm.util_9.4.0/pom.xml [2023-09-08T19:25:57.088Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:25:57.088Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:25:57.088Z] [2023-09-08T19:25:57.088Z] [INFO] [2023-09-08T19:25:57.088Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.objectweb.asm.util --- [2023-09-08T19:25:57.088Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/asm/org.objectweb.asm.util_9.4.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.objectweb.asm.util/9.4.0-SNAPSHOT/org.objectweb.asm.util-9.4.0-SNAPSHOT.pom [2023-09-08T19:25:57.088Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/asm/org.objectweb.asm.util_9.4.0/target/org.objectweb.asm.util-9.4.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.objectweb.asm.util/9.4.0-SNAPSHOT/org.objectweb.asm.util-9.4.0-SNAPSHOT.jar [2023-09-08T19:25:57.088Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/asm/org.objectweb.asm.util_9.4.0/target/org.objectweb.asm.util-9.4.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.objectweb.asm.util/9.4.0-SNAPSHOT/org.objectweb.asm.util-9.4.0-SNAPSHOT-sources.jar [2023-09-08T19:25:57.088Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/asm/org.objectweb.asm.util_9.4.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.objectweb.asm.util/9.4.0-SNAPSHOT/org.objectweb.asm.util-9.4.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:25:57.088Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/asm/org.objectweb.asm.util_9.4.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.objectweb.asm.util/9.4.0-SNAPSHOT/org.objectweb.asm.util-9.4.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:25:57.088Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/asm/org.objectweb.asm.util_9.4.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.objectweb.asm.util/9.4.0-SNAPSHOT/org.objectweb.asm.util-9.4.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:25:57.088Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/asm/org.objectweb.asm.util_9.4.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.objectweb.asm.util/9.4.0-SNAPSHOT/org.objectweb.asm.util-9.4.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:25:57.088Z] [INFO] [2023-09-08T19:25:57.088Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.objectweb.asm.util --- [2023-09-08T19:25:57.088Z] [INFO] [2023-09-08T19:25:57.088Z] [INFO] -----------------< org.eclipse.orbit.bundles:assertj >------------------ [2023-09-08T19:25:57.088Z] [INFO] Building Eclipse Orbit :: AssertJ Recipes 1.0.0-SNAPSHOT [19/375] [2023-09-08T19:25:57.088Z] [INFO] --------------------------------[ pom ]--------------------------------- [2023-09-08T19:25:57.088Z] [INFO] [2023-09-08T19:25:57.088Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ assertj --- [2023-09-08T19:25:57.088Z] [INFO] [2023-09-08T19:25:57.088Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ assertj --- [2023-09-08T19:25:57.088Z] [INFO] [2023-09-08T19:25:57.088Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ assertj --- [2023-09-08T19:25:57.088Z] [INFO] [2023-09-08T19:25:57.088Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ assertj --- [2023-09-08T19:25:57.088Z] [INFO] [2023-09-08T19:25:57.088Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ assertj --- [2023-09-08T19:25:57.088Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/assertj/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/assertj/1.0.0-SNAPSHOT/assertj-1.0.0-SNAPSHOT.pom [2023-09-08T19:25:57.088Z] [INFO] [2023-09-08T19:25:57.088Z] [INFO] ---------------< org.eclipse.orbit.bundles:org.assertj >---------------- [2023-09-08T19:25:57.088Z] [INFO] Building AssertJ fluent assertions 3.20.2-SNAPSHOT [20/375] [2023-09-08T19:25:57.088Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:25:57.088Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/assertj/assertj-core/3.20.2/assertj-core-3.20.2.pom [2023-09-08T19:25:57.088Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/assertj/assertj-core/3.20.2/assertj-core-3.20.2.pom [2023-09-08T19:25:57.088Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/assertj/assertj-core/3.20.2/assertj-core-3.20.2.pom (26 kB at 2.0 MB/s) [2023-09-08T19:25:57.088Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/assertj/assertj-parent-pom/2.2.13/assertj-parent-pom-2.2.13.pom [2023-09-08T19:25:57.088Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/assertj/assertj-parent-pom/2.2.13/assertj-parent-pom-2.2.13.pom [2023-09-08T19:25:57.088Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/assertj/assertj-parent-pom/2.2.13/assertj-parent-pom-2.2.13.pom (24 kB at 2.2 MB/s) [2023-09-08T19:25:57.088Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/assertj/assertj-core/3.20.2/assertj-core-3.20.2.jar [2023-09-08T19:25:57.088Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/assertj/assertj-core/3.20.2/assertj-core-3.20.2.jar [2023-09-08T19:25:57.347Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/assertj/assertj-core/3.20.2/assertj-core-3.20.2.jar (4.9 MB at 89 MB/s) [2023-09-08T19:25:57.347Z] [INFO] [2023-09-08T19:25:57.347Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.assertj --- [2023-09-08T19:25:57.347Z] [INFO] [2023-09-08T19:25:57.347Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.assertj --- [2023-09-08T19:25:57.347Z] [INFO] The project's OSGi version is 3.20.2.v20210706-1104 [2023-09-08T19:25:57.347Z] [INFO] [2023-09-08T19:25:57.347Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.assertj --- [2023-09-08T19:25:57.347Z] [INFO] [2023-09-08T19:25:57.347Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.assertj --- [2023-09-08T19:25:57.347Z] [INFO] Copying 3 resources [2023-09-08T19:25:57.347Z] [INFO] [2023-09-08T19:25:57.347Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.assertj --- [2023-09-08T19:25:57.347Z] [INFO] No sources to compile [2023-09-08T19:25:57.347Z] [INFO] [2023-09-08T19:25:57.347Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.assertj --- [2023-09-08T19:25:57.347Z] [INFO] Gathering dependencies [2023-09-08T19:25:57.347Z] [INFO] Configured Artifact: org.assertj:assertj-core:3.20.2:jar [2023-09-08T19:25:57.347Z] [INFO] Unpacking /home/vnc/.m2/repository/org/assertj/assertj-core/3.20.2/assertj-core-3.20.2.jar to /home/jenkins/agent/workspace/orbit-recipes/assertj/org.assertj_3.20.2/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:25:57.911Z] [INFO] Merging collected dependencies [2023-09-08T19:25:57.911Z] [INFO] Copying 3245 resources [2023-09-08T19:25:58.168Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:26:00.059Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.assertj:eclipse-bundle-recipe:3.20.2-SNAPSHOT : Classes found in the wrong directory: {META-INF/versions/9/module-info.class=module-info} [2023-09-08T19:26:00.059Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/assertj/org.assertj_3.20.2/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:26:00.315Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/assertj/org.assertj_3.20.2/target/org.assertj-3.20.2-SNAPSHOT.jar [2023-09-08T19:26:00.877Z] [INFO] Gathering sources [2023-09-08T19:26:00.877Z] [INFO] Configured Artifact: org.assertj:assertj-core:sources:3.20.2:jar [2023-09-08T19:26:00.877Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/assertj/assertj-core/3.20.2/assertj-core-3.20.2-sources.jar [2023-09-08T19:26:01.133Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/assertj/assertj-core/3.20.2/assertj-core-3.20.2-sources.jar [2023-09-08T19:26:01.133Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/assertj/assertj-core/3.20.2/assertj-core-3.20.2-sources.jar (1.3 MB at 51 MB/s) [2023-09-08T19:26:01.133Z] [INFO] Unpacking /home/vnc/.m2/repository/org/assertj/assertj-core/3.20.2/assertj-core-3.20.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/assertj/org.assertj_3.20.2/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:26:01.133Z] [INFO] Copying 3 resources [2023-09-08T19:26:01.133Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/assertj/org.assertj_3.20.2/src/main/java [2023-09-08T19:26:01.133Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/assertj/org.assertj_3.20.2/target/org.assertj-3.20.2-SNAPSHOT-sources.jar [2023-09-08T19:26:01.389Z] [INFO] Assembling p2 repository [2023-09-08T19:26:01.952Z] [INFO] [2023-09-08T19:26:01.952Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.assertj --- [2023-09-08T19:26:01.952Z] [INFO] [2023-09-08T19:26:02.208Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.assertj --- [2023-09-08T19:26:02.208Z] [INFO] Gathering sources archives [2023-09-08T19:26:02.208Z] [INFO] Configured Artifact: org.assertj:assertj-core:sources:3.20.2:jar [2023-09-08T19:26:02.208Z] [INFO] Unpacking /home/vnc/.m2/repository/org/assertj/assertj-core/3.20.2/assertj-core-3.20.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/assertj/org.assertj_3.20.2/target/sources-for-eclipse-ipzilla/assertj-core-3.20.2-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:26:02.208Z] [INFO] Configured Artifact: org.assertj:assertj-core:sources:3.20.2:jar [2023-09-08T19:26:02.208Z] [INFO] Copying assertj-core-3.20.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/assertj/org.assertj_3.20.2/target/sources-for-eclipse-ipzilla/assertj-core-3.20.2-sources.jar [2023-09-08T19:26:02.208Z] [INFO] Refreshing about files and about.html [2023-09-08T19:26:02.208Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/assertj/org.assertj_3.20.2/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:26:02.208Z] [INFO] [2023-09-08T19:26:02.208Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.assertj --- [2023-09-08T19:26:03.585Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/assertj/org.assertj_3.20.2/target/org.assertj-3.20.2-SNAPSHOT.jar [2023-09-08T19:26:06.858Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/assertj/org.assertj_3.20.2/target/org.assertj-3.20.2-SNAPSHOT-sources.jar [2023-09-08T19:26:07.419Z] [INFO] [2023-09-08T19:26:07.419Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.assertj --- [2023-09-08T19:26:09.311Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.assertj:3.20.2-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/assertj/org.assertj_3.20.2/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:26:09.311Z] no-classifier: different [2023-09-08T19:26:09.311Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:26:09.311Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:26:09.311Z] classifier-sources: different [2023-09-08T19:26:09.311Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:26:09.312Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:26:09.312Z] [2023-09-08T19:26:09.312Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.assertj:3.20.2-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/assertj/org.assertj_3.20.2/pom.xml [2023-09-08T19:26:09.312Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:26:09.312Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:26:09.312Z] [2023-09-08T19:26:09.312Z] [INFO] [2023-09-08T19:26:09.312Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.assertj --- [2023-09-08T19:26:09.312Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/assertj/org.assertj_3.20.2/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.assertj/3.20.2-SNAPSHOT/org.assertj-3.20.2-SNAPSHOT.pom [2023-09-08T19:26:09.312Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/assertj/org.assertj_3.20.2/target/org.assertj-3.20.2-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.assertj/3.20.2-SNAPSHOT/org.assertj-3.20.2-SNAPSHOT.jar [2023-09-08T19:26:09.312Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/assertj/org.assertj_3.20.2/target/org.assertj-3.20.2-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.assertj/3.20.2-SNAPSHOT/org.assertj-3.20.2-SNAPSHOT-sources.jar [2023-09-08T19:26:09.312Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/assertj/org.assertj_3.20.2/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.assertj/3.20.2-SNAPSHOT/org.assertj-3.20.2-SNAPSHOT-p2metadata.xml [2023-09-08T19:26:09.312Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/assertj/org.assertj_3.20.2/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.assertj/3.20.2-SNAPSHOT/org.assertj-3.20.2-SNAPSHOT-p2artifacts.xml [2023-09-08T19:26:09.312Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/assertj/org.assertj_3.20.2/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.assertj/3.20.2-SNAPSHOT/org.assertj-3.20.2-SNAPSHOT-p2metadata.xml [2023-09-08T19:26:09.312Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/assertj/org.assertj_3.20.2/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.assertj/3.20.2-SNAPSHOT/org.assertj-3.20.2-SNAPSHOT-p2artifacts.xml [2023-09-08T19:26:09.312Z] [INFO] [2023-09-08T19:26:09.312Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.assertj --- [2023-09-08T19:26:09.312Z] [INFO] [2023-09-08T19:26:09.312Z] [INFO] --------------< org.eclipse.orbit.bundles:apache-parent >--------------- [2023-09-08T19:26:09.312Z] [INFO] Building Eclipse Orbit :: Apache Recipes 1.0.0-SNAPSHOT [21/375] [2023-09-08T19:26:09.312Z] [INFO] --------------------------------[ pom ]--------------------------------- [2023-09-08T19:26:09.312Z] [INFO] [2023-09-08T19:26:09.312Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ apache-parent --- [2023-09-08T19:26:09.312Z] [INFO] [2023-09-08T19:26:09.312Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ apache-parent --- [2023-09-08T19:26:09.312Z] [INFO] [2023-09-08T19:26:09.312Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ apache-parent --- [2023-09-08T19:26:09.312Z] [INFO] [2023-09-08T19:26:09.312Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ apache-parent --- [2023-09-08T19:26:09.312Z] [INFO] [2023-09-08T19:26:09.312Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ apache-parent --- [2023-09-08T19:26:09.312Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/apache-parent/1.0.0-SNAPSHOT/apache-parent-1.0.0-SNAPSHOT.pom [2023-09-08T19:26:09.312Z] [INFO] [2023-09-08T19:26:09.312Z] [INFO] ----------< org.eclipse.orbit.bundles:org.apache.commons.cli >---------- [2023-09-08T19:26:09.312Z] [INFO] Building Apache Commons CLI 1.4.0-SNAPSHOT [22/375] [2023-09-08T19:26:09.312Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:26:09.312Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/commons-cli/commons-cli/1.4/commons-cli-1.4.pom [2023-09-08T19:26:09.312Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.4/commons-cli-1.4.pom [2023-09-08T19:26:09.312Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.4/commons-cli-1.4.pom (11 kB at 892 kB/s) [2023-09-08T19:26:09.312Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/commons-cli/commons-cli/1.4/commons-cli-1.4.jar [2023-09-08T19:26:09.312Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.4/commons-cli-1.4.jar [2023-09-08T19:26:09.312Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.4/commons-cli-1.4.jar (54 kB at 4.9 MB/s) [2023-09-08T19:26:09.312Z] [INFO] [2023-09-08T19:26:09.312Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.commons.cli --- [2023-09-08T19:26:09.312Z] [INFO] [2023-09-08T19:26:09.312Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.commons.cli --- [2023-09-08T19:26:09.312Z] [INFO] The project's OSGi version is 1.4.0.v20221112-0806 [2023-09-08T19:26:09.312Z] [INFO] [2023-09-08T19:26:09.312Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.commons.cli --- [2023-09-08T19:26:09.312Z] [INFO] [2023-09-08T19:26:09.312Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.commons.cli --- [2023-09-08T19:26:09.312Z] [INFO] Copying 3 resources [2023-09-08T19:26:09.312Z] [INFO] [2023-09-08T19:26:09.312Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.commons.cli --- [2023-09-08T19:26:09.312Z] [INFO] No sources to compile [2023-09-08T19:26:09.312Z] [INFO] [2023-09-08T19:26:09.312Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.commons.cli --- [2023-09-08T19:26:09.312Z] [INFO] Gathering dependencies [2023-09-08T19:26:09.312Z] [INFO] Configured Artifact: commons-cli:commons-cli:1.4:jar [2023-09-08T19:26:09.312Z] [INFO] Unpacking /home/vnc/.m2/repository/commons-cli/commons-cli/1.4/commons-cli-1.4.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.cli_1.4.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:26:09.312Z] [INFO] Merging collected dependencies [2023-09-08T19:26:09.312Z] [INFO] Copying 30 resources [2023-09-08T19:26:09.312Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:26:09.569Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.commons.cli:eclipse-bundle-recipe:1.4.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:26:09.569Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.cli_1.4.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:26:09.569Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.cli_1.4.0/target/org.apache.commons.cli-1.4.0-SNAPSHOT.jar [2023-09-08T19:26:09.569Z] [INFO] Gathering sources [2023-09-08T19:26:09.569Z] [INFO] Configured Artifact: commons-cli:commons-cli:sources:1.4:jar [2023-09-08T19:26:09.569Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/commons-cli/commons-cli/1.4/commons-cli-1.4-sources.jar [2023-09-08T19:26:09.569Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.4/commons-cli-1.4-sources.jar [2023-09-08T19:26:09.569Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.4/commons-cli-1.4-sources.jar (63 kB at 5.3 MB/s) [2023-09-08T19:26:09.569Z] [INFO] Unpacking /home/vnc/.m2/repository/commons-cli/commons-cli/1.4/commons-cli-1.4-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.cli_1.4.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:26:09.569Z] [INFO] Copying 3 resources [2023-09-08T19:26:09.569Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.cli_1.4.0/src/main/java [2023-09-08T19:26:09.569Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.cli_1.4.0/target/org.apache.commons.cli-1.4.0-SNAPSHOT-sources.jar [2023-09-08T19:26:09.569Z] [INFO] Assembling p2 repository [2023-09-08T19:26:10.132Z] [INFO] [2023-09-08T19:26:10.132Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.commons.cli --- [2023-09-08T19:26:10.132Z] [INFO] [2023-09-08T19:26:10.132Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.commons.cli --- [2023-09-08T19:26:10.132Z] [INFO] Gathering sources archives [2023-09-08T19:26:10.132Z] [INFO] Configured Artifact: commons-cli:commons-cli:sources:1.4:jar [2023-09-08T19:26:10.132Z] [INFO] Unpacking /home/vnc/.m2/repository/commons-cli/commons-cli/1.4/commons-cli-1.4-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.cli_1.4.0/target/sources-for-eclipse-ipzilla/commons-cli-1.4-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:26:10.132Z] [INFO] Configured Artifact: commons-cli:commons-cli:sources:1.4:jar [2023-09-08T19:26:10.132Z] [INFO] Copying commons-cli-1.4-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.cli_1.4.0/target/sources-for-eclipse-ipzilla/commons-cli-1.4-sources.jar [2023-09-08T19:26:10.132Z] [INFO] Refreshing about files and about.html [2023-09-08T19:26:10.132Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.cli_1.4.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:26:10.132Z] [INFO] [2023-09-08T19:26:10.132Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.apache.commons.cli --- [2023-09-08T19:26:10.132Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.cli_1.4.0/target/org.apache.commons.cli-1.4.0-SNAPSHOT.jar [2023-09-08T19:26:12.026Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.cli_1.4.0/target/org.apache.commons.cli-1.4.0-SNAPSHOT-sources.jar [2023-09-08T19:26:13.915Z] [INFO] [2023-09-08T19:26:13.915Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.commons.cli --- [2023-09-08T19:26:13.915Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.apache.commons.cli:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.cli_1.4.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:26:13.915Z] no-classifier: different [2023-09-08T19:26:13.915Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:26:13.915Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:26:13.915Z] classifier-sources: different [2023-09-08T19:26:13.915Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:26:13.915Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:26:13.915Z] [2023-09-08T19:26:13.915Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.apache.commons.cli:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.cli_1.4.0/pom.xml [2023-09-08T19:26:13.915Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:26:13.915Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:26:13.915Z] [2023-09-08T19:26:13.915Z] [INFO] [2023-09-08T19:26:13.915Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.apache.commons.cli --- [2023-09-08T19:26:13.916Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.cli_1.4.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.commons.cli/1.4.0-SNAPSHOT/org.apache.commons.cli-1.4.0-SNAPSHOT.pom [2023-09-08T19:26:13.916Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.cli_1.4.0/target/org.apache.commons.cli-1.4.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.commons.cli/1.4.0-SNAPSHOT/org.apache.commons.cli-1.4.0-SNAPSHOT.jar [2023-09-08T19:26:13.916Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.cli_1.4.0/target/org.apache.commons.cli-1.4.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.commons.cli/1.4.0-SNAPSHOT/org.apache.commons.cli-1.4.0-SNAPSHOT-sources.jar [2023-09-08T19:26:13.916Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.cli_1.4.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.commons.cli/1.4.0-SNAPSHOT/org.apache.commons.cli-1.4.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:26:13.916Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.cli_1.4.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.commons.cli/1.4.0-SNAPSHOT/org.apache.commons.cli-1.4.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:26:13.916Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.cli_1.4.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.commons.cli/1.4.0-SNAPSHOT/org.apache.commons.cli-1.4.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:26:13.916Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.cli_1.4.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.commons.cli/1.4.0-SNAPSHOT/org.apache.commons.cli-1.4.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:26:13.916Z] [INFO] [2023-09-08T19:26:13.916Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.commons.cli --- [2023-09-08T19:26:13.916Z] [INFO] [2023-09-08T19:26:13.916Z] [INFO] ---------< org.eclipse.orbit.bundles:org.apache.commons.codec >--------- [2023-09-08T19:26:13.916Z] [INFO] Building Apache Commons Codec 1.14.0-SNAPSHOT [23/375] [2023-09-08T19:26:13.916Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:26:13.916Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/commons-codec/commons-codec/1.14/commons-codec-1.14.pom [2023-09-08T19:26:13.916Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.14/commons-codec-1.14.pom [2023-09-08T19:26:13.916Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.14/commons-codec-1.14.pom (15 kB at 1.1 MB/s) [2023-09-08T19:26:13.916Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/commons-codec/commons-codec/1.14/commons-codec-1.14.jar [2023-09-08T19:26:13.916Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.14/commons-codec-1.14.jar [2023-09-08T19:26:13.916Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.14/commons-codec-1.14.jar (348 kB at 22 MB/s) [2023-09-08T19:26:13.916Z] [INFO] [2023-09-08T19:26:13.916Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.commons.codec --- [2023-09-08T19:26:13.916Z] [INFO] [2023-09-08T19:26:13.916Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.commons.codec --- [2023-09-08T19:26:13.916Z] [INFO] The project's OSGi version is 1.14.0.v20221112-0806 [2023-09-08T19:26:13.916Z] [INFO] [2023-09-08T19:26:13.916Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.commons.codec --- [2023-09-08T19:26:13.916Z] [INFO] [2023-09-08T19:26:13.916Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.commons.codec --- [2023-09-08T19:26:13.916Z] [INFO] Copying 3 resources [2023-09-08T19:26:13.916Z] [INFO] [2023-09-08T19:26:13.916Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.commons.codec --- [2023-09-08T19:26:13.916Z] [INFO] No sources to compile [2023-09-08T19:26:13.916Z] [INFO] [2023-09-08T19:26:13.916Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.commons.codec --- [2023-09-08T19:26:13.916Z] [INFO] Gathering dependencies [2023-09-08T19:26:13.916Z] [INFO] Configured Artifact: commons-codec:commons-codec:1.14:jar [2023-09-08T19:26:13.916Z] [INFO] Unpacking /home/vnc/.m2/repository/commons-codec/commons-codec/1.14/commons-codec-1.14.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.codec_1.14.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:26:13.916Z] [INFO] Merging collected dependencies [2023-09-08T19:26:13.916Z] [INFO] Copying 233 resources [2023-09-08T19:26:13.916Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:26:14.172Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.commons.codec:eclipse-bundle-recipe:1.14.0-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] [2023-09-08T19:26:14.172Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.codec_1.14.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:26:14.172Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.codec_1.14.0/target/org.apache.commons.codec-1.14.0-SNAPSHOT.jar [2023-09-08T19:26:14.429Z] [INFO] Gathering sources [2023-09-08T19:26:14.429Z] [INFO] Configured Artifact: commons-codec:commons-codec:sources:1.14:jar [2023-09-08T19:26:14.429Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/commons-codec/commons-codec/1.14/commons-codec-1.14-sources.jar [2023-09-08T19:26:14.429Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.14/commons-codec-1.14-sources.jar [2023-09-08T19:26:14.429Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.14/commons-codec-1.14-sources.jar (356 kB at 21 MB/s) [2023-09-08T19:26:14.429Z] [INFO] Unpacking /home/vnc/.m2/repository/commons-codec/commons-codec/1.14/commons-codec-1.14-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.codec_1.14.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:26:14.429Z] [INFO] Copying 3 resources [2023-09-08T19:26:14.429Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.codec_1.14.0/src/main/java [2023-09-08T19:26:14.429Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.codec_1.14.0/target/org.apache.commons.codec-1.14.0-SNAPSHOT-sources.jar [2023-09-08T19:26:14.685Z] [INFO] Assembling p2 repository [2023-09-08T19:26:15.247Z] [INFO] [2023-09-08T19:26:15.247Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.commons.codec --- [2023-09-08T19:26:15.247Z] [INFO] [2023-09-08T19:26:15.247Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.commons.codec --- [2023-09-08T19:26:15.247Z] [INFO] Gathering sources archives [2023-09-08T19:26:15.247Z] [INFO] Configured Artifact: commons-codec:commons-codec:sources:1.14:jar [2023-09-08T19:26:15.247Z] [INFO] Unpacking /home/vnc/.m2/repository/commons-codec/commons-codec/1.14/commons-codec-1.14-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.codec_1.14.0/target/sources-for-eclipse-ipzilla/commons-codec-1.14-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:26:15.247Z] [INFO] Configured Artifact: commons-codec:commons-codec:sources:1.14:jar [2023-09-08T19:26:15.247Z] [INFO] Copying commons-codec-1.14-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.codec_1.14.0/target/sources-for-eclipse-ipzilla/commons-codec-1.14-sources.jar [2023-09-08T19:26:15.247Z] [INFO] Refreshing about files and about.html [2023-09-08T19:26:15.247Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.codec_1.14.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:26:15.247Z] [INFO] [2023-09-08T19:26:15.247Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.apache.commons.codec --- [2023-09-08T19:26:15.247Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.codec_1.14.0/target/org.apache.commons.codec-1.14.0-SNAPSHOT.jar [2023-09-08T19:26:17.769Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.codec_1.14.0/target/org.apache.commons.codec-1.14.0-SNAPSHOT-sources.jar [2023-09-08T19:26:18.697Z] [INFO] [2023-09-08T19:26:18.697Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.commons.codec --- [2023-09-08T19:26:18.954Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.apache.commons.codec:1.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.codec_1.14.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:26:18.954Z] no-classifier: different [2023-09-08T19:26:18.954Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:26:18.954Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:26:18.954Z] classifier-sources: different [2023-09-08T19:26:18.954Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:26:18.954Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:26:18.954Z] [2023-09-08T19:26:18.954Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.apache.commons.codec:1.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.codec_1.14.0/pom.xml [2023-09-08T19:26:18.954Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:26:18.954Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:26:18.954Z] [2023-09-08T19:26:18.954Z] [INFO] [2023-09-08T19:26:18.954Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.apache.commons.codec --- [2023-09-08T19:26:18.954Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.codec_1.14.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.commons.codec/1.14.0-SNAPSHOT/org.apache.commons.codec-1.14.0-SNAPSHOT.pom [2023-09-08T19:26:18.954Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.codec_1.14.0/target/org.apache.commons.codec-1.14.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.commons.codec/1.14.0-SNAPSHOT/org.apache.commons.codec-1.14.0-SNAPSHOT.jar [2023-09-08T19:26:18.954Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.codec_1.14.0/target/org.apache.commons.codec-1.14.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.commons.codec/1.14.0-SNAPSHOT/org.apache.commons.codec-1.14.0-SNAPSHOT-sources.jar [2023-09-08T19:26:18.954Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.codec_1.14.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.commons.codec/1.14.0-SNAPSHOT/org.apache.commons.codec-1.14.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:26:18.954Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.codec_1.14.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.commons.codec/1.14.0-SNAPSHOT/org.apache.commons.codec-1.14.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:26:18.954Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.codec_1.14.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.commons.codec/1.14.0-SNAPSHOT/org.apache.commons.codec-1.14.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:26:18.954Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.codec_1.14.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.commons.codec/1.14.0-SNAPSHOT/org.apache.commons.codec-1.14.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:26:18.954Z] [INFO] [2023-09-08T19:26:18.954Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.commons.codec --- [2023-09-08T19:26:18.954Z] [INFO] [2023-09-08T19:26:18.954Z] [INFO] ------< org.eclipse.orbit.bundles:org.apache.commons.collections >------ [2023-09-08T19:26:18.954Z] [INFO] Building Apache Commons Collections 3.2.2-SNAPSHOT [24/375] [2023-09-08T19:26:18.954Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:26:18.954Z] [INFO] [2023-09-08T19:26:18.954Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.commons.collections --- [2023-09-08T19:26:18.954Z] [INFO] [2023-09-08T19:26:18.954Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.commons.collections --- [2023-09-08T19:26:18.954Z] [INFO] The project's OSGi version is 3.2.2.v20220405-1659 [2023-09-08T19:26:18.954Z] [INFO] [2023-09-08T19:26:18.954Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.commons.collections --- [2023-09-08T19:26:18.954Z] [INFO] [2023-09-08T19:26:18.954Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.commons.collections --- [2023-09-08T19:26:18.954Z] [INFO] Copying 3 resources [2023-09-08T19:26:18.954Z] [INFO] [2023-09-08T19:26:18.954Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.commons.collections --- [2023-09-08T19:26:18.954Z] [INFO] No sources to compile [2023-09-08T19:26:18.954Z] [INFO] [2023-09-08T19:26:18.954Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.commons.collections --- [2023-09-08T19:26:18.954Z] [INFO] Gathering dependencies [2023-09-08T19:26:18.954Z] [INFO] Configured Artifact: commons-collections:commons-collections:3.2.2:jar [2023-09-08T19:26:18.954Z] [INFO] Unpacking /home/vnc/.m2/repository/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.collections_3.2.2/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:26:19.210Z] [INFO] Merging collected dependencies [2023-09-08T19:26:19.210Z] [INFO] Copying 463 resources [2023-09-08T19:26:19.210Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:26:19.468Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.commons.collections:eclipse-bundle-recipe:3.2.2-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:26:19.468Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.collections_3.2.2/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:26:19.468Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.collections_3.2.2/target/org.apache.commons.collections-3.2.2-SNAPSHOT.jar [2023-09-08T19:26:19.468Z] [INFO] Gathering sources [2023-09-08T19:26:19.468Z] [INFO] Configured Artifact: commons-collections:commons-collections:sources:3.2.2:jar [2023-09-08T19:26:19.468Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2-sources.jar [2023-09-08T19:26:19.468Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2-sources.jar [2023-09-08T19:26:19.725Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2-sources.jar (646 kB at 9.4 MB/s) [2023-09-08T19:26:19.725Z] [INFO] Unpacking /home/vnc/.m2/repository/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.collections_3.2.2/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:26:19.725Z] [INFO] Copying 3 resources [2023-09-08T19:26:19.725Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.collections_3.2.2/src/main/java [2023-09-08T19:26:19.725Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.collections_3.2.2/target/org.apache.commons.collections-3.2.2-SNAPSHOT-sources.jar [2023-09-08T19:26:19.986Z] [INFO] Assembling p2 repository [2023-09-08T19:26:20.552Z] [INFO] [2023-09-08T19:26:20.552Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.commons.collections --- [2023-09-08T19:26:20.552Z] [INFO] [2023-09-08T19:26:20.552Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.commons.collections --- [2023-09-08T19:26:20.552Z] [INFO] Gathering sources archives [2023-09-08T19:26:20.552Z] [INFO] Configured Artifact: commons-collections:commons-collections:sources:3.2.2:jar [2023-09-08T19:26:20.552Z] [INFO] Unpacking /home/vnc/.m2/repository/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.collections_3.2.2/target/sources-for-eclipse-ipzilla/commons-collections-3.2.2-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:26:20.552Z] [INFO] Configured Artifact: commons-collections:commons-collections:sources:3.2.2:jar [2023-09-08T19:26:20.552Z] [INFO] Copying commons-collections-3.2.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.collections_3.2.2/target/sources-for-eclipse-ipzilla/commons-collections-3.2.2-sources.jar [2023-09-08T19:26:20.552Z] [INFO] Refreshing about files and about.html [2023-09-08T19:26:20.552Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.collections_3.2.2/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:26:20.552Z] [INFO] [2023-09-08T19:26:20.552Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.apache.commons.collections --- [2023-09-08T19:26:20.808Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.collections_3.2.2/target/org.apache.commons.collections-3.2.2-SNAPSHOT.jar [2023-09-08T19:26:23.330Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.collections_3.2.2/target/org.apache.commons.collections-3.2.2-SNAPSHOT-sources.jar [2023-09-08T19:26:25.848Z] [INFO] [2023-09-08T19:26:25.848Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.commons.collections --- [2023-09-08T19:26:25.848Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.apache.commons.collections:3.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.collections_3.2.2/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:26:25.848Z] no-classifier: different [2023-09-08T19:26:25.848Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:26:25.848Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:26:25.848Z] classifier-sources: different [2023-09-08T19:26:25.848Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:26:25.848Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:26:25.848Z] [2023-09-08T19:26:25.848Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.apache.commons.collections:3.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.collections_3.2.2/pom.xml [2023-09-08T19:26:25.848Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:26:25.848Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:26:25.848Z] [2023-09-08T19:26:25.848Z] [INFO] [2023-09-08T19:26:25.848Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.apache.commons.collections --- [2023-09-08T19:26:25.848Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.collections_3.2.2/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.commons.collections/3.2.2-SNAPSHOT/org.apache.commons.collections-3.2.2-SNAPSHOT.pom [2023-09-08T19:26:25.848Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.collections_3.2.2/target/org.apache.commons.collections-3.2.2-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.commons.collections/3.2.2-SNAPSHOT/org.apache.commons.collections-3.2.2-SNAPSHOT.jar [2023-09-08T19:26:25.848Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.collections_3.2.2/target/org.apache.commons.collections-3.2.2-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.commons.collections/3.2.2-SNAPSHOT/org.apache.commons.collections-3.2.2-SNAPSHOT-sources.jar [2023-09-08T19:26:25.848Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.collections_3.2.2/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.commons.collections/3.2.2-SNAPSHOT/org.apache.commons.collections-3.2.2-SNAPSHOT-p2metadata.xml [2023-09-08T19:26:25.848Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.collections_3.2.2/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.commons.collections/3.2.2-SNAPSHOT/org.apache.commons.collections-3.2.2-SNAPSHOT-p2artifacts.xml [2023-09-08T19:26:25.848Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.collections_3.2.2/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.commons.collections/3.2.2-SNAPSHOT/org.apache.commons.collections-3.2.2-SNAPSHOT-p2metadata.xml [2023-09-08T19:26:25.848Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.collections_3.2.2/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.commons.collections/3.2.2-SNAPSHOT/org.apache.commons.collections-3.2.2-SNAPSHOT-p2artifacts.xml [2023-09-08T19:26:25.848Z] [INFO] [2023-09-08T19:26:25.848Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.commons.collections --- [2023-09-08T19:26:25.848Z] [INFO] [2023-09-08T19:26:25.848Z] [INFO] -----< org.eclipse.orbit.bundles:org.apache.commons.collections4 >------ [2023-09-08T19:26:25.848Z] [INFO] Building Apache Commons Collections 4.4.0-SNAPSHOT [25/375] [2023-09-08T19:26:25.848Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:26:25.848Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.pom [2023-09-08T19:26:25.848Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.pom [2023-09-08T19:26:25.848Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.pom (24 kB at 2.0 MB/s) [2023-09-08T19:26:25.848Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.jar [2023-09-08T19:26:25.848Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.jar [2023-09-08T19:26:26.105Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.jar (752 kB at 34 MB/s) [2023-09-08T19:26:26.105Z] [INFO] [2023-09-08T19:26:26.105Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.commons.collections4 --- [2023-09-08T19:26:26.105Z] [INFO] [2023-09-08T19:26:26.105Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.commons.collections4 --- [2023-09-08T19:26:26.105Z] [INFO] The project's OSGi version is 4.4.0.v20221112-0806 [2023-09-08T19:26:26.105Z] [INFO] [2023-09-08T19:26:26.105Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.commons.collections4 --- [2023-09-08T19:26:26.105Z] [INFO] [2023-09-08T19:26:26.105Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.commons.collections4 --- [2023-09-08T19:26:26.105Z] [INFO] Copying 3 resources [2023-09-08T19:26:26.105Z] [INFO] [2023-09-08T19:26:26.105Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.commons.collections4 --- [2023-09-08T19:26:26.105Z] [INFO] No sources to compile [2023-09-08T19:26:26.105Z] [INFO] [2023-09-08T19:26:26.105Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.commons.collections4 --- [2023-09-08T19:26:26.105Z] [INFO] Gathering dependencies [2023-09-08T19:26:26.105Z] [INFO] Configured Artifact: org.apache.commons:commons-collections4:4.4:jar [2023-09-08T19:26:26.105Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.collections4_4.4.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:26:26.105Z] [INFO] Merging collected dependencies [2023-09-08T19:26:26.105Z] [INFO] Copying 527 resources [2023-09-08T19:26:26.361Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:26:26.361Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.commons.collections4:eclipse-bundle-recipe:4.4.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:26:26.361Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.collections4_4.4.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:26:26.617Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.collections4_4.4.0/target/org.apache.commons.collections4-4.4.0-SNAPSHOT.jar [2023-09-08T19:26:26.617Z] [INFO] Gathering sources [2023-09-08T19:26:26.617Z] [INFO] Configured Artifact: org.apache.commons:commons-collections4:sources:4.4:jar [2023-09-08T19:26:26.617Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4-sources.jar [2023-09-08T19:26:26.617Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4-sources.jar [2023-09-08T19:26:26.617Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4-sources.jar (716 kB at 26 MB/s) [2023-09-08T19:26:26.617Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.collections4_4.4.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:26:26.873Z] [INFO] Copying 3 resources [2023-09-08T19:26:26.873Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.collections4_4.4.0/src/main/java [2023-09-08T19:26:26.873Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.collections4_4.4.0/target/org.apache.commons.collections4-4.4.0-SNAPSHOT-sources.jar [2023-09-08T19:26:26.873Z] [INFO] Assembling p2 repository [2023-09-08T19:26:27.434Z] [INFO] [2023-09-08T19:26:27.434Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.commons.collections4 --- [2023-09-08T19:26:27.434Z] [INFO] [2023-09-08T19:26:27.434Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.commons.collections4 --- [2023-09-08T19:26:27.434Z] [INFO] Gathering sources archives [2023-09-08T19:26:27.434Z] [INFO] Configured Artifact: org.apache.commons:commons-collections4:sources:4.4:jar [2023-09-08T19:26:27.434Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.collections4_4.4.0/target/sources-for-eclipse-ipzilla/commons-collections4-4.4-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:26:27.692Z] [INFO] Configured Artifact: org.apache.commons:commons-collections4:sources:4.4:jar [2023-09-08T19:26:27.692Z] [INFO] Copying commons-collections4-4.4-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.collections4_4.4.0/target/sources-for-eclipse-ipzilla/commons-collections4-4.4-sources.jar [2023-09-08T19:26:27.692Z] [INFO] Refreshing about files and about.html [2023-09-08T19:26:27.692Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.collections4_4.4.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:26:27.692Z] [INFO] [2023-09-08T19:26:27.692Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.apache.commons.collections4 --- [2023-09-08T19:26:27.948Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.collections4_4.4.0/target/org.apache.commons.collections4-4.4.0-SNAPSHOT.jar [2023-09-08T19:26:29.319Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.collections4_4.4.0/target/org.apache.commons.collections4-4.4.0-SNAPSHOT-sources.jar [2023-09-08T19:26:30.686Z] [INFO] [2023-09-08T19:26:30.686Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.commons.collections4 --- [2023-09-08T19:26:30.942Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.apache.commons.collections4:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.collections4_4.4.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:26:30.942Z] no-classifier: different [2023-09-08T19:26:30.942Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:26:30.942Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:26:30.942Z] classifier-sources: different [2023-09-08T19:26:30.942Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:26:30.942Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:26:30.942Z] [2023-09-08T19:26:30.942Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.apache.commons.collections4:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.collections4_4.4.0/pom.xml [2023-09-08T19:26:30.942Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:26:30.942Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:26:30.942Z] [2023-09-08T19:26:31.198Z] [INFO] [2023-09-08T19:26:31.198Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.apache.commons.collections4 --- [2023-09-08T19:26:31.198Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.collections4_4.4.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.commons.collections4/4.4.0-SNAPSHOT/org.apache.commons.collections4-4.4.0-SNAPSHOT.pom [2023-09-08T19:26:31.199Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.collections4_4.4.0/target/org.apache.commons.collections4-4.4.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.commons.collections4/4.4.0-SNAPSHOT/org.apache.commons.collections4-4.4.0-SNAPSHOT.jar [2023-09-08T19:26:31.199Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.collections4_4.4.0/target/org.apache.commons.collections4-4.4.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.commons.collections4/4.4.0-SNAPSHOT/org.apache.commons.collections4-4.4.0-SNAPSHOT-sources.jar [2023-09-08T19:26:31.199Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.collections4_4.4.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.commons.collections4/4.4.0-SNAPSHOT/org.apache.commons.collections4-4.4.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:26:31.199Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.collections4_4.4.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.commons.collections4/4.4.0-SNAPSHOT/org.apache.commons.collections4-4.4.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:26:31.199Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.collections4_4.4.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.commons.collections4/4.4.0-SNAPSHOT/org.apache.commons.collections4-4.4.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:26:31.199Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.collections4_4.4.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.commons.collections4/4.4.0-SNAPSHOT/org.apache.commons.collections4-4.4.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:26:31.199Z] [INFO] [2023-09-08T19:26:31.199Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.commons.collections4 --- [2023-09-08T19:26:31.199Z] [INFO] [2023-09-08T19:26:31.199Z] [INFO] -------< org.eclipse.orbit.bundles:org.apache.commons.compress >-------- [2023-09-08T19:26:31.199Z] [INFO] Building Apache Commons Compress 1.22.0-SNAPSHOT [26/375] [2023-09-08T19:26:31.199Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:26:31.199Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/commons/commons-compress/1.22/commons-compress-1.22.pom [2023-09-08T19:26:31.199Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.22/commons-compress-1.22.pom [2023-09-08T19:26:31.199Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.22/commons-compress-1.22.pom (22 kB at 1.8 MB/s) [2023-09-08T19:26:31.199Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/commons/commons-parent/54/commons-parent-54.pom [2023-09-08T19:26:31.199Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/54/commons-parent-54.pom [2023-09-08T19:26:31.199Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/54/commons-parent-54.pom (82 kB at 7.4 MB/s) [2023-09-08T19:26:31.199Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/apache/27/apache-27.pom [2023-09-08T19:26:31.455Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/27/apache-27.pom [2023-09-08T19:26:31.455Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/27/apache-27.pom (20 kB at 1.9 MB/s) [2023-09-08T19:26:31.456Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/junit/junit-bom/5.9.1/junit-bom-5.9.1.pom [2023-09-08T19:26:31.456Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.9.1/junit-bom-5.9.1.pom [2023-09-08T19:26:31.456Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/junit-bom/5.9.1/junit-bom-5.9.1.pom (5.6 kB at 313 kB/s) [2023-09-08T19:26:31.456Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/commons/commons-compress/1.22/commons-compress-1.22.jar [2023-09-08T19:26:31.456Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.22/commons-compress-1.22.jar [2023-09-08T19:26:31.456Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.22/commons-compress-1.22.jar (1.0 MB at 45 MB/s) [2023-09-08T19:26:31.456Z] [INFO] [2023-09-08T19:26:31.456Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.commons.compress --- [2023-09-08T19:26:31.456Z] [INFO] [2023-09-08T19:26:31.456Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.commons.compress --- [2023-09-08T19:26:31.456Z] [INFO] The project's OSGi version is 1.22.0.v20221207-1049 [2023-09-08T19:26:31.456Z] [INFO] [2023-09-08T19:26:31.456Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.commons.compress --- [2023-09-08T19:26:31.456Z] [INFO] [2023-09-08T19:26:31.456Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.commons.compress --- [2023-09-08T19:26:31.456Z] [INFO] Copying 3 resources [2023-09-08T19:26:31.456Z] [INFO] [2023-09-08T19:26:31.456Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.commons.compress --- [2023-09-08T19:26:31.456Z] [INFO] No sources to compile [2023-09-08T19:26:31.456Z] [INFO] [2023-09-08T19:26:31.456Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.commons.compress --- [2023-09-08T19:26:31.456Z] [INFO] Gathering dependencies [2023-09-08T19:26:31.456Z] [INFO] Configured Artifact: org.apache.commons:commons-compress:1.22:jar [2023-09-08T19:26:31.456Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/commons/commons-compress/1.22/commons-compress-1.22.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.compress_1.22.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:26:31.713Z] [INFO] Merging collected dependencies [2023-09-08T19:26:31.713Z] [INFO] Copying 526 resources [2023-09-08T19:26:31.713Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:26:32.277Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.commons.compress:eclipse-bundle-recipe:1.22.0-SNAPSHOT : Unused Export-Package instructions: [*.implementation.*, *.impl.*] [2023-09-08T19:26:32.277Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.commons.compress:eclipse-bundle-recipe:1.22.0-SNAPSHOT : Unused Import-Package instructions: [org.osgi.*] [2023-09-08T19:26:32.277Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.commons.compress:eclipse-bundle-recipe:1.22.0-SNAPSHOT : No translation found for macro: buildNumber [2023-09-08T19:26:32.277Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.compress_1.22.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:26:32.277Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.compress_1.22.0/target/org.apache.commons.compress-1.22.0-SNAPSHOT.jar [2023-09-08T19:26:32.277Z] [INFO] Gathering sources [2023-09-08T19:26:32.277Z] [INFO] Configured Artifact: org.apache.commons:commons-compress:sources:1.22:jar [2023-09-08T19:26:32.277Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/commons/commons-compress/1.22/commons-compress-1.22-sources.jar [2023-09-08T19:26:32.537Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.22/commons-compress-1.22-sources.jar [2023-09-08T19:26:32.537Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.22/commons-compress-1.22-sources.jar (889 kB at 42 MB/s) [2023-09-08T19:26:32.537Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/commons/commons-compress/1.22/commons-compress-1.22-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.compress_1.22.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:26:32.537Z] [INFO] Copying 3 resources [2023-09-08T19:26:32.537Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.compress_1.22.0/src/main/java [2023-09-08T19:26:32.537Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.compress_1.22.0/target/org.apache.commons.compress-1.22.0-SNAPSHOT-sources.jar [2023-09-08T19:26:32.537Z] [INFO] Assembling p2 repository [2023-09-08T19:26:33.468Z] [INFO] [2023-09-08T19:26:33.468Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.commons.compress --- [2023-09-08T19:26:33.468Z] [INFO] [2023-09-08T19:26:33.468Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.commons.compress --- [2023-09-08T19:26:33.468Z] [INFO] Gathering sources archives [2023-09-08T19:26:33.468Z] [INFO] Configured Artifact: org.apache.commons:commons-compress:sources:1.22:jar [2023-09-08T19:26:33.468Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/commons/commons-compress/1.22/commons-compress-1.22-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.compress_1.22.0/target/sources-for-eclipse-ipzilla/commons-compress-1.22-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:26:33.468Z] [INFO] Configured Artifact: org.apache.commons:commons-compress:sources:1.22:jar [2023-09-08T19:26:33.468Z] [INFO] Copying commons-compress-1.22-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.compress_1.22.0/target/sources-for-eclipse-ipzilla/commons-compress-1.22-sources.jar [2023-09-08T19:26:33.468Z] [INFO] Refreshing about files and about.html [2023-09-08T19:26:33.468Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.compress_1.22.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:26:33.468Z] [INFO] [2023-09-08T19:26:33.468Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.apache.commons.compress --- [2023-09-08T19:26:33.468Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.compress_1.22.0/target/org.apache.commons.compress-1.22.0-SNAPSHOT.jar [2023-09-08T19:26:34.849Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.compress_1.22.0/target/org.apache.commons.compress-1.22.0-SNAPSHOT-sources.jar [2023-09-08T19:26:36.220Z] [INFO] [2023-09-08T19:26:36.220Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.commons.compress --- [2023-09-08T19:26:36.477Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.apache.commons.compress:1.22.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.compress_1.22.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:26:36.477Z] no-classifier: different [2023-09-08T19:26:36.477Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:26:36.477Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:26:36.477Z] classifier-sources: different [2023-09-08T19:26:36.477Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:26:36.477Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:26:36.477Z] [2023-09-08T19:26:36.477Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.apache.commons.compress:1.22.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.compress_1.22.0/pom.xml [2023-09-08T19:26:36.477Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:26:36.477Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:26:36.477Z] [2023-09-08T19:26:36.477Z] [INFO] [2023-09-08T19:26:36.477Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.apache.commons.compress --- [2023-09-08T19:26:36.477Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.compress_1.22.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.commons.compress/1.22.0-SNAPSHOT/org.apache.commons.compress-1.22.0-SNAPSHOT.pom [2023-09-08T19:26:36.477Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.compress_1.22.0/target/org.apache.commons.compress-1.22.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.commons.compress/1.22.0-SNAPSHOT/org.apache.commons.compress-1.22.0-SNAPSHOT.jar [2023-09-08T19:26:36.477Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.compress_1.22.0/target/org.apache.commons.compress-1.22.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.commons.compress/1.22.0-SNAPSHOT/org.apache.commons.compress-1.22.0-SNAPSHOT-sources.jar [2023-09-08T19:26:36.477Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.compress_1.22.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.commons.compress/1.22.0-SNAPSHOT/org.apache.commons.compress-1.22.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:26:36.477Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.compress_1.22.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.commons.compress/1.22.0-SNAPSHOT/org.apache.commons.compress-1.22.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:26:36.477Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.compress_1.22.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.commons.compress/1.22.0-SNAPSHOT/org.apache.commons.compress-1.22.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:26:36.477Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.compress_1.22.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.commons.compress/1.22.0-SNAPSHOT/org.apache.commons.compress-1.22.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:26:36.477Z] [INFO] [2023-09-08T19:26:36.477Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.commons.compress --- [2023-09-08T19:26:36.477Z] [INFO] [2023-09-08T19:26:36.477Z] [INFO] ----------< org.eclipse.orbit.bundles:org.apache.commons.csv >---------- [2023-09-08T19:26:36.477Z] [INFO] Building Apache Commons CSV 1.8.0-SNAPSHOT [27/375] [2023-09-08T19:26:36.477Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:26:36.477Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/commons/commons-csv/1.8/commons-csv-1.8.pom [2023-09-08T19:26:36.734Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-csv/1.8/commons-csv-1.8.pom [2023-09-08T19:26:36.734Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-csv/1.8/commons-csv-1.8.pom (20 kB at 1.5 MB/s) [2023-09-08T19:26:36.734Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/commons/commons-csv/1.8/commons-csv-1.8.jar [2023-09-08T19:26:36.734Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-csv/1.8/commons-csv-1.8.jar [2023-09-08T19:26:36.734Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-csv/1.8/commons-csv-1.8.jar (49 kB at 3.5 MB/s) [2023-09-08T19:26:36.734Z] [INFO] [2023-09-08T19:26:36.734Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.commons.csv --- [2023-09-08T19:26:36.734Z] [INFO] [2023-09-08T19:26:36.734Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.commons.csv --- [2023-09-08T19:26:36.734Z] [INFO] The project's OSGi version is 1.8.0.v20221112-0806 [2023-09-08T19:26:36.734Z] [INFO] [2023-09-08T19:26:36.734Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.commons.csv --- [2023-09-08T19:26:36.734Z] [INFO] [2023-09-08T19:26:36.734Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.commons.csv --- [2023-09-08T19:26:36.734Z] [INFO] Copying 3 resources [2023-09-08T19:26:36.734Z] [INFO] [2023-09-08T19:26:36.734Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.commons.csv --- [2023-09-08T19:26:36.734Z] [INFO] No sources to compile [2023-09-08T19:26:36.734Z] [INFO] [2023-09-08T19:26:36.734Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.commons.csv --- [2023-09-08T19:26:36.734Z] [INFO] Gathering dependencies [2023-09-08T19:26:36.734Z] [INFO] Configured Artifact: org.apache.commons:commons-csv:1.8:jar [2023-09-08T19:26:36.734Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/commons/commons-csv/1.8/commons-csv-1.8.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.csv_1.8.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:26:36.734Z] [INFO] Merging collected dependencies [2023-09-08T19:26:36.734Z] [INFO] Copying 23 resources [2023-09-08T19:26:36.734Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:26:36.734Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.commons.csv:eclipse-bundle-recipe:1.8.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:26:36.734Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.csv_1.8.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:26:36.734Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.csv_1.8.0/target/org.apache.commons.csv-1.8.0-SNAPSHOT.jar [2023-09-08T19:26:36.734Z] [INFO] Gathering sources [2023-09-08T19:26:36.734Z] [INFO] Configured Artifact: org.apache.commons:commons-csv:sources:1.8:jar [2023-09-08T19:26:36.734Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/commons/commons-csv/1.8/commons-csv-1.8-sources.jar [2023-09-08T19:26:36.734Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-csv/1.8/commons-csv-1.8-sources.jar [2023-09-08T19:26:36.734Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-csv/1.8/commons-csv-1.8-sources.jar (54 kB at 4.5 MB/s) [2023-09-08T19:26:36.734Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/commons/commons-csv/1.8/commons-csv-1.8-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.csv_1.8.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:26:36.734Z] [INFO] Copying 3 resources [2023-09-08T19:26:36.734Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.csv_1.8.0/src/main/java [2023-09-08T19:26:36.734Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.csv_1.8.0/target/org.apache.commons.csv-1.8.0-SNAPSHOT-sources.jar [2023-09-08T19:26:36.734Z] [INFO] Assembling p2 repository [2023-09-08T19:26:37.311Z] [INFO] [2023-09-08T19:26:37.311Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.commons.csv --- [2023-09-08T19:26:37.311Z] [INFO] [2023-09-08T19:26:37.311Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.commons.csv --- [2023-09-08T19:26:37.311Z] [INFO] Gathering sources archives [2023-09-08T19:26:37.311Z] [INFO] Configured Artifact: org.apache.commons:commons-csv:sources:1.8:jar [2023-09-08T19:26:37.311Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/commons/commons-csv/1.8/commons-csv-1.8-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.csv_1.8.0/target/sources-for-eclipse-ipzilla/commons-csv-1.8-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:26:37.311Z] [INFO] Configured Artifact: org.apache.commons:commons-csv:sources:1.8:jar [2023-09-08T19:26:37.311Z] [INFO] Copying commons-csv-1.8-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.csv_1.8.0/target/sources-for-eclipse-ipzilla/commons-csv-1.8-sources.jar [2023-09-08T19:26:37.311Z] [INFO] Refreshing about files and about.html [2023-09-08T19:26:37.567Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.csv_1.8.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:26:37.567Z] [INFO] [2023-09-08T19:26:37.567Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.apache.commons.csv --- [2023-09-08T19:26:37.567Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.csv_1.8.0/target/org.apache.commons.csv-1.8.0-SNAPSHOT.jar [2023-09-08T19:26:39.460Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.csv_1.8.0/target/org.apache.commons.csv-1.8.0-SNAPSHOT-sources.jar [2023-09-08T19:26:40.389Z] [INFO] [2023-09-08T19:26:40.389Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.commons.csv --- [2023-09-08T19:26:40.646Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.apache.commons.csv:1.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.csv_1.8.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:26:40.646Z] no-classifier: different [2023-09-08T19:26:40.646Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:26:40.646Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:26:40.646Z] classifier-sources: different [2023-09-08T19:26:40.646Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:26:40.646Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:26:40.646Z] [2023-09-08T19:26:40.646Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.apache.commons.csv:1.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.csv_1.8.0/pom.xml [2023-09-08T19:26:40.646Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:26:40.646Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:26:40.646Z] [2023-09-08T19:26:40.646Z] [INFO] [2023-09-08T19:26:40.646Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.apache.commons.csv --- [2023-09-08T19:26:40.646Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.csv_1.8.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.commons.csv/1.8.0-SNAPSHOT/org.apache.commons.csv-1.8.0-SNAPSHOT.pom [2023-09-08T19:26:40.646Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.csv_1.8.0/target/org.apache.commons.csv-1.8.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.commons.csv/1.8.0-SNAPSHOT/org.apache.commons.csv-1.8.0-SNAPSHOT.jar [2023-09-08T19:26:40.646Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.csv_1.8.0/target/org.apache.commons.csv-1.8.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.commons.csv/1.8.0-SNAPSHOT/org.apache.commons.csv-1.8.0-SNAPSHOT-sources.jar [2023-09-08T19:26:40.646Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.csv_1.8.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.commons.csv/1.8.0-SNAPSHOT/org.apache.commons.csv-1.8.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:26:40.646Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.csv_1.8.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.commons.csv/1.8.0-SNAPSHOT/org.apache.commons.csv-1.8.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:26:40.646Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.csv_1.8.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.commons.csv/1.8.0-SNAPSHOT/org.apache.commons.csv-1.8.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:26:40.646Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.csv_1.8.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.commons.csv/1.8.0-SNAPSHOT/org.apache.commons.csv-1.8.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:26:40.646Z] [INFO] [2023-09-08T19:26:40.646Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.commons.csv --- [2023-09-08T19:26:40.646Z] [INFO] [2023-09-08T19:26:40.646Z] [INFO] ------< org.eclipse.orbit.bundles:org.apache.commons.fileupload >------- [2023-09-08T19:26:40.646Z] [INFO] Building Apache Commons FileUpload 1.3.2-SNAPSHOT [28/375] [2023-09-08T19:26:40.646Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:26:40.646Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/commons-fileupload/commons-fileupload/1.3.2/commons-fileupload-1.3.2.pom [2023-09-08T19:26:40.646Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-fileupload/commons-fileupload/1.3.2/commons-fileupload-1.3.2.pom [2023-09-08T19:26:40.646Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-fileupload/commons-fileupload/1.3.2/commons-fileupload-1.3.2.pom (11 kB at 817 kB/s) [2023-09-08T19:26:40.646Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/commons/commons-parent/40/commons-parent-40.pom [2023-09-08T19:26:40.646Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/40/commons-parent-40.pom [2023-09-08T19:26:40.646Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/40/commons-parent-40.pom (64 kB at 4.6 MB/s) [2023-09-08T19:26:40.646Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/commons-io/commons-io/2.2/commons-io-2.2.pom [2023-09-08T19:26:40.646Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.2/commons-io-2.2.pom [2023-09-08T19:26:40.646Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.2/commons-io-2.2.pom (11 kB at 1.0 MB/s) [2023-09-08T19:26:40.646Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/commons/commons-parent/24/commons-parent-24.pom [2023-09-08T19:26:40.646Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/24/commons-parent-24.pom [2023-09-08T19:26:40.646Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/24/commons-parent-24.pom (47 kB at 4.3 MB/s) [2023-09-08T19:26:40.646Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/commons-fileupload/commons-fileupload/1.3.2/commons-fileupload-1.3.2.jar [2023-09-08T19:26:40.646Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/commons-io/commons-io/2.2/commons-io-2.2.jar [2023-09-08T19:26:40.646Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-fileupload/commons-fileupload/1.3.2/commons-fileupload-1.3.2.jar [2023-09-08T19:26:40.646Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.2/commons-io-2.2.jar [2023-09-08T19:26:40.646Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-fileupload/commons-fileupload/1.3.2/commons-fileupload-1.3.2.jar (70 kB at 5.4 MB/s) [2023-09-08T19:26:40.647Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.2/commons-io-2.2.jar (174 kB at 13 MB/s) [2023-09-08T19:26:40.647Z] [INFO] [2023-09-08T19:26:40.647Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.commons.fileupload --- [2023-09-08T19:26:40.647Z] [INFO] [2023-09-08T19:26:40.647Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.commons.fileupload --- [2023-09-08T19:26:40.647Z] [INFO] The project's OSGi version is 1.3.2.v20170320-2229 [2023-09-08T19:26:40.647Z] [INFO] [2023-09-08T19:26:40.647Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.commons.fileupload --- [2023-09-08T19:26:40.647Z] [INFO] [2023-09-08T19:26:40.647Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.commons.fileupload --- [2023-09-08T19:26:40.647Z] [INFO] Copying 3 resources [2023-09-08T19:26:40.647Z] [INFO] [2023-09-08T19:26:40.647Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.commons.fileupload --- [2023-09-08T19:26:40.647Z] [INFO] No sources to compile [2023-09-08T19:26:40.647Z] [INFO] [2023-09-08T19:26:40.647Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.commons.fileupload --- [2023-09-08T19:26:40.647Z] [INFO] Gathering dependencies [2023-09-08T19:26:40.647Z] [INFO] Configured Artifact: commons-fileupload:commons-fileupload:1.3.2:jar [2023-09-08T19:26:40.647Z] [INFO] Unpacking /home/vnc/.m2/repository/commons-fileupload/commons-fileupload/1.3.2/commons-fileupload-1.3.2.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.fileupload_1.3.2/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:26:40.904Z] [INFO] Merging collected dependencies [2023-09-08T19:26:40.904Z] [INFO] Copying 52 resources [2023-09-08T19:26:40.904Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:26:40.904Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.commons.fileupload:eclipse-bundle-recipe:1.3.2-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] [2023-09-08T19:26:40.904Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.fileupload_1.3.2/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:26:40.904Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.fileupload_1.3.2/target/org.apache.commons.fileupload-1.3.2-SNAPSHOT.jar [2023-09-08T19:26:40.904Z] [INFO] Gathering sources [2023-09-08T19:26:40.904Z] [INFO] Configured Artifact: commons-fileupload:commons-fileupload:sources:1.3.2:jar [2023-09-08T19:26:40.904Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/commons-fileupload/commons-fileupload/1.3.2/commons-fileupload-1.3.2-sources.jar [2023-09-08T19:26:40.904Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-fileupload/commons-fileupload/1.3.2/commons-fileupload-1.3.2-sources.jar [2023-09-08T19:26:40.904Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-fileupload/commons-fileupload/1.3.2/commons-fileupload-1.3.2-sources.jar (91 kB at 1.7 MB/s) [2023-09-08T19:26:40.904Z] [INFO] Unpacking /home/vnc/.m2/repository/commons-fileupload/commons-fileupload/1.3.2/commons-fileupload-1.3.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.fileupload_1.3.2/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:26:40.904Z] [INFO] Copying 3 resources [2023-09-08T19:26:40.904Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.fileupload_1.3.2/src/main/java [2023-09-08T19:26:40.904Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.fileupload_1.3.2/target/org.apache.commons.fileupload-1.3.2-SNAPSHOT-sources.jar [2023-09-08T19:26:40.904Z] [INFO] Assembling p2 repository [2023-09-08T19:26:41.481Z] [INFO] [2023-09-08T19:26:41.481Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.commons.fileupload --- [2023-09-08T19:26:41.481Z] [INFO] [2023-09-08T19:26:41.481Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.commons.fileupload --- [2023-09-08T19:26:41.481Z] [INFO] Gathering sources archives [2023-09-08T19:26:41.481Z] [INFO] Configured Artifact: commons-fileupload:commons-fileupload:sources:1.3.2:jar [2023-09-08T19:26:41.481Z] [INFO] Unpacking /home/vnc/.m2/repository/commons-fileupload/commons-fileupload/1.3.2/commons-fileupload-1.3.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.fileupload_1.3.2/target/sources-for-eclipse-ipzilla/commons-fileupload-1.3.2-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:26:41.738Z] [INFO] Configured Artifact: commons-fileupload:commons-fileupload:sources:1.3.2:jar [2023-09-08T19:26:41.738Z] [INFO] Copying commons-fileupload-1.3.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.fileupload_1.3.2/target/sources-for-eclipse-ipzilla/commons-fileupload-1.3.2-sources.jar [2023-09-08T19:26:41.738Z] [INFO] Refreshing about files and about.html [2023-09-08T19:26:41.738Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.fileupload_1.3.2/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:26:41.738Z] [INFO] [2023-09-08T19:26:41.738Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.apache.commons.fileupload --- [2023-09-08T19:26:41.738Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.fileupload_1.3.2/target/org.apache.commons.fileupload-1.3.2-SNAPSHOT.jar [2023-09-08T19:26:43.631Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.fileupload_1.3.2/target/org.apache.commons.fileupload-1.3.2-SNAPSHOT-sources.jar [2023-09-08T19:26:45.000Z] [INFO] [2023-09-08T19:26:45.000Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.commons.fileupload --- [2023-09-08T19:26:45.257Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.apache.commons.fileupload:1.3.2-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.fileupload_1.3.2/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:26:45.257Z] no-classifier: different [2023-09-08T19:26:45.257Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:26:45.257Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:26:45.257Z] META-INF/MANIFEST.MF: different [2023-09-08T19:26:45.257Z] Automatic-Module-Name: not present in baseline version [2023-09-08T19:26:45.257Z] classifier-sources: different [2023-09-08T19:26:45.257Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:26:45.257Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:26:45.257Z] [2023-09-08T19:26:45.257Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.apache.commons.fileupload:1.3.2-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.fileupload_1.3.2/pom.xml [2023-09-08T19:26:45.257Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:26:45.257Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:26:45.257Z] [2023-09-08T19:26:45.514Z] [INFO] [2023-09-08T19:26:45.514Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.apache.commons.fileupload --- [2023-09-08T19:26:45.514Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.fileupload_1.3.2/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.commons.fileupload/1.3.2-SNAPSHOT/org.apache.commons.fileupload-1.3.2-SNAPSHOT.pom [2023-09-08T19:26:45.514Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.fileupload_1.3.2/target/org.apache.commons.fileupload-1.3.2-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.commons.fileupload/1.3.2-SNAPSHOT/org.apache.commons.fileupload-1.3.2-SNAPSHOT.jar [2023-09-08T19:26:45.514Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.fileupload_1.3.2/target/org.apache.commons.fileupload-1.3.2-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.commons.fileupload/1.3.2-SNAPSHOT/org.apache.commons.fileupload-1.3.2-SNAPSHOT-sources.jar [2023-09-08T19:26:45.514Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.fileupload_1.3.2/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.commons.fileupload/1.3.2-SNAPSHOT/org.apache.commons.fileupload-1.3.2-SNAPSHOT-p2metadata.xml [2023-09-08T19:26:45.514Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.fileupload_1.3.2/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.commons.fileupload/1.3.2-SNAPSHOT/org.apache.commons.fileupload-1.3.2-SNAPSHOT-p2artifacts.xml [2023-09-08T19:26:45.514Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.fileupload_1.3.2/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.commons.fileupload/1.3.2-SNAPSHOT/org.apache.commons.fileupload-1.3.2-SNAPSHOT-p2metadata.xml [2023-09-08T19:26:45.514Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.fileupload_1.3.2/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.commons.fileupload/1.3.2-SNAPSHOT/org.apache.commons.fileupload-1.3.2-SNAPSHOT-p2artifacts.xml [2023-09-08T19:26:45.514Z] [INFO] [2023-09-08T19:26:45.514Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.commons.fileupload --- [2023-09-08T19:26:45.514Z] [INFO] [2023-09-08T19:26:45.514Z] [INFO] ----------< org.eclipse.orbit.bundles:org.apache.commons.io >----------- [2023-09-08T19:26:45.514Z] [INFO] Building Apache Commons IO 2.8.0-SNAPSHOT [29/375] [2023-09-08T19:26:45.514Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:26:45.514Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/commons-io/commons-io/2.8.0/commons-io-2.8.0.pom [2023-09-08T19:26:45.514Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.8.0/commons-io-2.8.0.pom [2023-09-08T19:26:45.514Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.8.0/commons-io-2.8.0.pom (16 kB at 1.3 MB/s) [2023-09-08T19:26:45.514Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/commons-io/commons-io/2.8.0/commons-io-2.8.0.jar [2023-09-08T19:26:45.514Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.8.0/commons-io-2.8.0.jar [2023-09-08T19:26:45.514Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.8.0/commons-io-2.8.0.jar (285 kB at 22 MB/s) [2023-09-08T19:26:45.514Z] [INFO] [2023-09-08T19:26:45.514Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.commons.io --- [2023-09-08T19:26:45.514Z] [INFO] [2023-09-08T19:26:45.514Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.commons.io --- [2023-09-08T19:26:45.514Z] [INFO] The project's OSGi version is 2.8.0.v20210415-0900 [2023-09-08T19:26:45.514Z] [INFO] [2023-09-08T19:26:45.514Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.commons.io --- [2023-09-08T19:26:45.514Z] [INFO] [2023-09-08T19:26:45.514Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.commons.io --- [2023-09-08T19:26:45.514Z] [INFO] Copying 3 resources [2023-09-08T19:26:45.514Z] [INFO] [2023-09-08T19:26:45.514Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.commons.io --- [2023-09-08T19:26:45.514Z] [INFO] No sources to compile [2023-09-08T19:26:45.514Z] [INFO] [2023-09-08T19:26:45.514Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.commons.io --- [2023-09-08T19:26:45.514Z] [INFO] Gathering dependencies [2023-09-08T19:26:45.514Z] [INFO] Configured Artifact: commons-io:commons-io:2.8.0:jar [2023-09-08T19:26:45.514Z] [INFO] Unpacking /home/vnc/.m2/repository/commons-io/commons-io/2.8.0/commons-io-2.8.0.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.io_2.8.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:26:45.514Z] [INFO] Merging collected dependencies [2023-09-08T19:26:45.514Z] [INFO] Copying 185 resources [2023-09-08T19:26:45.514Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:26:45.771Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.commons.io:eclipse-bundle-recipe:2.8.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:26:45.771Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.commons.io:eclipse-bundle-recipe:2.8.0-SNAPSHOT : Version for package org.apache.commons.io is set to different values in the source (2.8.0) and in the manifest (1.4.9999). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project [2023-09-08T19:26:45.771Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.commons.io:eclipse-bundle-recipe:2.8.0-SNAPSHOT : Version for package org.apache.commons.io.comparator is set to different values in the source (2.8.0) and in the manifest (1.4.9999). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project [2023-09-08T19:26:45.771Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.commons.io:eclipse-bundle-recipe:2.8.0-SNAPSHOT : Version for package org.apache.commons.io.filefilter is set to different values in the source (2.8.0) and in the manifest (1.4.9999). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project [2023-09-08T19:26:45.771Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.commons.io:eclipse-bundle-recipe:2.8.0-SNAPSHOT : Version for package org.apache.commons.io.input is set to different values in the source (2.8.0) and in the manifest (1.4.9999). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project [2023-09-08T19:26:45.771Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.commons.io:eclipse-bundle-recipe:2.8.0-SNAPSHOT : Version for package org.apache.commons.io.output is set to different values in the source (2.8.0) and in the manifest (1.4.9999). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project [2023-09-08T19:26:45.771Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.io_2.8.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:26:45.771Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.io_2.8.0/target/org.apache.commons.io-2.8.0-SNAPSHOT.jar [2023-09-08T19:26:45.771Z] [INFO] Gathering sources [2023-09-08T19:26:45.771Z] [INFO] Configured Artifact: commons-io:commons-io:sources:2.8.0:jar [2023-09-08T19:26:45.771Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/commons-io/commons-io/2.8.0/commons-io-2.8.0-sources.jar [2023-09-08T19:26:45.771Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.8.0/commons-io-2.8.0-sources.jar [2023-09-08T19:26:45.771Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.8.0/commons-io-2.8.0-sources.jar (357 kB at 22 MB/s) [2023-09-08T19:26:45.771Z] [INFO] Unpacking /home/vnc/.m2/repository/commons-io/commons-io/2.8.0/commons-io-2.8.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.io_2.8.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:26:45.771Z] [INFO] Copying 3 resources [2023-09-08T19:26:45.771Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.io_2.8.0/src/main/java [2023-09-08T19:26:45.771Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.io_2.8.0/target/org.apache.commons.io-2.8.0-SNAPSHOT-sources.jar [2023-09-08T19:26:46.028Z] [INFO] Assembling p2 repository [2023-09-08T19:26:46.592Z] [INFO] [2023-09-08T19:26:46.592Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.commons.io --- [2023-09-08T19:26:46.592Z] [INFO] [2023-09-08T19:26:46.592Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.commons.io --- [2023-09-08T19:26:46.592Z] [INFO] Gathering sources archives [2023-09-08T19:26:46.592Z] [INFO] Configured Artifact: commons-io:commons-io:sources:2.8.0:jar [2023-09-08T19:26:46.592Z] [INFO] Unpacking /home/vnc/.m2/repository/commons-io/commons-io/2.8.0/commons-io-2.8.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.io_2.8.0/target/sources-for-eclipse-ipzilla/commons-io-2.8.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:26:46.592Z] [INFO] Configured Artifact: commons-io:commons-io:sources:2.8.0:jar [2023-09-08T19:26:46.593Z] [INFO] Copying commons-io-2.8.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.io_2.8.0/target/sources-for-eclipse-ipzilla/commons-io-2.8.0-sources.jar [2023-09-08T19:26:46.593Z] [INFO] Refreshing about files and about.html [2023-09-08T19:26:46.593Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.io_2.8.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:26:46.593Z] [INFO] [2023-09-08T19:26:46.593Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.apache.commons.io --- [2023-09-08T19:26:46.851Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.io_2.8.0/target/org.apache.commons.io-2.8.0-SNAPSHOT.jar [2023-09-08T19:26:48.222Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.io_2.8.0/target/org.apache.commons.io-2.8.0-SNAPSHOT-sources.jar [2023-09-08T19:26:49.590Z] [INFO] [2023-09-08T19:26:49.590Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.commons.io --- [2023-09-08T19:26:49.590Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.apache.commons.io:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.io_2.8.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:26:49.590Z] no-classifier: different [2023-09-08T19:26:49.590Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:26:49.590Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:26:49.590Z] classifier-sources: different [2023-09-08T19:26:49.590Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:26:49.590Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:26:49.590Z] [2023-09-08T19:26:49.590Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.apache.commons.io:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.io_2.8.0/pom.xml [2023-09-08T19:26:49.590Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:26:49.590Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:26:49.590Z] [2023-09-08T19:26:49.590Z] [INFO] [2023-09-08T19:26:49.590Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.apache.commons.io --- [2023-09-08T19:26:49.590Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.io_2.8.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.commons.io/2.8.0-SNAPSHOT/org.apache.commons.io-2.8.0-SNAPSHOT.pom [2023-09-08T19:26:49.590Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.io_2.8.0/target/org.apache.commons.io-2.8.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.commons.io/2.8.0-SNAPSHOT/org.apache.commons.io-2.8.0-SNAPSHOT.jar [2023-09-08T19:26:49.590Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.io_2.8.0/target/org.apache.commons.io-2.8.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.commons.io/2.8.0-SNAPSHOT/org.apache.commons.io-2.8.0-SNAPSHOT-sources.jar [2023-09-08T19:26:49.590Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.io_2.8.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.commons.io/2.8.0-SNAPSHOT/org.apache.commons.io-2.8.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:26:49.590Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.io_2.8.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.commons.io/2.8.0-SNAPSHOT/org.apache.commons.io-2.8.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:26:49.590Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.io_2.8.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.commons.io/2.8.0-SNAPSHOT/org.apache.commons.io-2.8.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:26:49.590Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.io_2.8.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.commons.io/2.8.0-SNAPSHOT/org.apache.commons.io-2.8.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:26:49.590Z] [INFO] [2023-09-08T19:26:49.590Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.commons.io --- [2023-09-08T19:26:49.590Z] [INFO] [2023-09-08T19:26:49.590Z] [INFO] ---------< org.eclipse.orbit.bundles:org.apache.commons.lang >---------- [2023-09-08T19:26:49.590Z] [INFO] Building Apache Commons Lang 2.6.0-SNAPSHOT [30/375] [2023-09-08T19:26:49.590Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:26:49.590Z] [INFO] [2023-09-08T19:26:49.590Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.commons.lang --- [2023-09-08T19:26:49.590Z] [INFO] [2023-09-08T19:26:49.590Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.commons.lang --- [2023-09-08T19:26:49.590Z] [INFO] The project's OSGi version is 2.6.0.v20220406-2305 [2023-09-08T19:26:49.590Z] [INFO] [2023-09-08T19:26:49.590Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.commons.lang --- [2023-09-08T19:26:49.590Z] [INFO] [2023-09-08T19:26:49.590Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.commons.lang --- [2023-09-08T19:26:49.590Z] [INFO] Copying 3 resources [2023-09-08T19:26:49.590Z] [INFO] [2023-09-08T19:26:49.590Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.commons.lang --- [2023-09-08T19:26:49.590Z] [INFO] No sources to compile [2023-09-08T19:26:49.590Z] [INFO] [2023-09-08T19:26:49.590Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.commons.lang --- [2023-09-08T19:26:49.590Z] [INFO] Gathering dependencies [2023-09-08T19:26:49.590Z] [INFO] Configured Artifact: commons-lang:commons-lang:2.6:jar [2023-09-08T19:26:49.590Z] [INFO] Unpacking /home/vnc/.m2/repository/commons-lang/commons-lang/2.6/commons-lang-2.6.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.lang_2.6.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:26:49.847Z] [INFO] Merging collected dependencies [2023-09-08T19:26:49.847Z] [INFO] Copying 136 resources [2023-09-08T19:26:49.847Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:26:49.847Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.commons.lang:eclipse-bundle-recipe:2.6.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:26:49.847Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.lang_2.6.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:26:49.847Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.lang_2.6.0/target/org.apache.commons.lang-2.6.0-SNAPSHOT.jar [2023-09-08T19:26:49.847Z] [INFO] Gathering sources [2023-09-08T19:26:49.847Z] [INFO] Configured Artifact: commons-lang:commons-lang:sources:2.6:jar [2023-09-08T19:26:49.847Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/commons-lang/commons-lang/2.6/commons-lang-2.6-sources.jar [2023-09-08T19:26:49.847Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6-sources.jar [2023-09-08T19:26:50.103Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6-sources.jar (373 kB at 14 MB/s) [2023-09-08T19:26:50.103Z] [INFO] Unpacking /home/vnc/.m2/repository/commons-lang/commons-lang/2.6/commons-lang-2.6-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.lang_2.6.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:26:50.103Z] [INFO] Copying 3 resources [2023-09-08T19:26:50.103Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.lang_2.6.0/src/main/java [2023-09-08T19:26:50.103Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.lang_2.6.0/target/org.apache.commons.lang-2.6.0-SNAPSHOT-sources.jar [2023-09-08T19:26:50.104Z] [INFO] Assembling p2 repository [2023-09-08T19:26:50.666Z] [INFO] [2023-09-08T19:26:50.666Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.commons.lang --- [2023-09-08T19:26:50.666Z] [INFO] [2023-09-08T19:26:50.666Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.commons.lang --- [2023-09-08T19:26:50.666Z] [INFO] Gathering sources archives [2023-09-08T19:26:50.666Z] [INFO] Configured Artifact: commons-lang:commons-lang:sources:2.6:jar [2023-09-08T19:26:50.666Z] [INFO] Unpacking /home/vnc/.m2/repository/commons-lang/commons-lang/2.6/commons-lang-2.6-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.lang_2.6.0/target/sources-for-eclipse-ipzilla/commons-lang-2.6-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:26:50.666Z] [INFO] Configured Artifact: commons-lang:commons-lang:sources:2.6:jar [2023-09-08T19:26:50.666Z] [INFO] Copying commons-lang-2.6-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.lang_2.6.0/target/sources-for-eclipse-ipzilla/commons-lang-2.6-sources.jar [2023-09-08T19:26:50.666Z] [INFO] Refreshing about files and about.html [2023-09-08T19:26:50.666Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.lang_2.6.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:26:50.666Z] [INFO] [2023-09-08T19:26:50.666Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.apache.commons.lang --- [2023-09-08T19:26:50.922Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.lang_2.6.0/target/org.apache.commons.lang-2.6.0-SNAPSHOT.jar [2023-09-08T19:26:51.852Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.lang_2.6.0/target/org.apache.commons.lang-2.6.0-SNAPSHOT-sources.jar [2023-09-08T19:26:53.221Z] [INFO] [2023-09-08T19:26:53.221Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.commons.lang --- [2023-09-08T19:26:53.221Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.apache.commons.lang:2.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.lang_2.6.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:26:53.221Z] no-classifier: different [2023-09-08T19:26:53.221Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:26:53.221Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:26:53.221Z] classifier-sources: different [2023-09-08T19:26:53.221Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:26:53.221Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:26:53.221Z] [2023-09-08T19:26:53.221Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.apache.commons.lang:2.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.lang_2.6.0/pom.xml [2023-09-08T19:26:53.221Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:26:53.221Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:26:53.221Z] [2023-09-08T19:26:53.221Z] [INFO] [2023-09-08T19:26:53.221Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.apache.commons.lang --- [2023-09-08T19:26:53.221Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.lang_2.6.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.commons.lang/2.6.0-SNAPSHOT/org.apache.commons.lang-2.6.0-SNAPSHOT.pom [2023-09-08T19:26:53.221Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.lang_2.6.0/target/org.apache.commons.lang-2.6.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.commons.lang/2.6.0-SNAPSHOT/org.apache.commons.lang-2.6.0-SNAPSHOT.jar [2023-09-08T19:26:53.221Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.lang_2.6.0/target/org.apache.commons.lang-2.6.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.commons.lang/2.6.0-SNAPSHOT/org.apache.commons.lang-2.6.0-SNAPSHOT-sources.jar [2023-09-08T19:26:53.221Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.lang_2.6.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.commons.lang/2.6.0-SNAPSHOT/org.apache.commons.lang-2.6.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:26:53.221Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.lang_2.6.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.commons.lang/2.6.0-SNAPSHOT/org.apache.commons.lang-2.6.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:26:53.221Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.lang_2.6.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.commons.lang/2.6.0-SNAPSHOT/org.apache.commons.lang-2.6.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:26:53.221Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.lang_2.6.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.commons.lang/2.6.0-SNAPSHOT/org.apache.commons.lang-2.6.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:26:53.221Z] [INFO] [2023-09-08T19:26:53.221Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.commons.lang --- [2023-09-08T19:26:53.221Z] [INFO] [2023-09-08T19:26:53.221Z] [INFO] ---------< org.eclipse.orbit.bundles:org.apache.commons.lang3 >--------- [2023-09-08T19:26:53.221Z] [INFO] Building Apache Commons Lang 3.12.0-SNAPSHOT [31/375] [2023-09-08T19:26:53.221Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:26:53.221Z] [INFO] [2023-09-08T19:26:53.221Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.commons.lang3 --- [2023-09-08T19:26:53.221Z] [INFO] [2023-09-08T19:26:53.221Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.commons.lang3 --- [2023-09-08T19:26:53.221Z] [INFO] The project's OSGi version is 3.12.0.v20221221-1931 [2023-09-08T19:26:53.221Z] [INFO] [2023-09-08T19:26:53.221Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.commons.lang3 --- [2023-09-08T19:26:53.221Z] [INFO] [2023-09-08T19:26:53.221Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.commons.lang3 --- [2023-09-08T19:26:53.221Z] [INFO] Copying 3 resources [2023-09-08T19:26:53.221Z] [INFO] [2023-09-08T19:26:53.221Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.commons.lang3 --- [2023-09-08T19:26:53.221Z] [INFO] No sources to compile [2023-09-08T19:26:53.221Z] [INFO] [2023-09-08T19:26:53.221Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.commons.lang3 --- [2023-09-08T19:26:53.221Z] [INFO] Gathering dependencies [2023-09-08T19:26:53.221Z] [INFO] Configured Artifact: org.apache.commons:commons-lang3:3.12.0:jar [2023-09-08T19:26:53.221Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.lang3_3.12.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:26:53.478Z] [INFO] Merging collected dependencies [2023-09-08T19:26:53.478Z] [INFO] Copying 348 resources [2023-09-08T19:26:53.478Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:26:53.734Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.commons.lang3:eclipse-bundle-recipe:3.12.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:26:53.734Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.lang3_3.12.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:26:53.734Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.lang3_3.12.0/target/org.apache.commons.lang3-3.12.0-SNAPSHOT.jar [2023-09-08T19:26:53.991Z] [INFO] Gathering sources [2023-09-08T19:26:53.991Z] [INFO] Configured Artifact: org.apache.commons:commons-lang3:sources:3.12.0:jar [2023-09-08T19:26:53.991Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0-sources.jar [2023-09-08T19:26:53.991Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0-sources.jar [2023-09-08T19:26:53.991Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0-sources.jar (652 kB at 33 MB/s) [2023-09-08T19:26:53.991Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.lang3_3.12.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:26:54.249Z] [INFO] Copying 3 resources [2023-09-08T19:26:54.249Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.lang3_3.12.0/src/main/java [2023-09-08T19:26:54.249Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.lang3_3.12.0/target/org.apache.commons.lang3-3.12.0-SNAPSHOT-sources.jar [2023-09-08T19:26:54.249Z] [INFO] Assembling p2 repository [2023-09-08T19:26:55.179Z] [INFO] [2023-09-08T19:26:55.179Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.commons.lang3 --- [2023-09-08T19:26:55.179Z] [INFO] [2023-09-08T19:26:55.179Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.commons.lang3 --- [2023-09-08T19:26:55.179Z] [INFO] Gathering sources archives [2023-09-08T19:26:55.179Z] [INFO] Configured Artifact: org.apache.commons:commons-lang3:sources:3.12.0:jar [2023-09-08T19:26:55.179Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.lang3_3.12.0/target/sources-for-eclipse-ipzilla/commons-lang3-3.12.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:26:55.179Z] [INFO] Configured Artifact: org.apache.commons:commons-lang3:sources:3.12.0:jar [2023-09-08T19:26:55.179Z] [INFO] Copying commons-lang3-3.12.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.lang3_3.12.0/target/sources-for-eclipse-ipzilla/commons-lang3-3.12.0-sources.jar [2023-09-08T19:26:55.179Z] [INFO] Refreshing about files and about.html [2023-09-08T19:26:55.179Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.lang3_3.12.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:26:55.179Z] [INFO] [2023-09-08T19:26:55.179Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.apache.commons.lang3 --- [2023-09-08T19:26:55.179Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.lang3_3.12.0/target/org.apache.commons.lang3-3.12.0-SNAPSHOT.jar [2023-09-08T19:26:56.547Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.lang3_3.12.0/target/org.apache.commons.lang3-3.12.0-SNAPSHOT-sources.jar [2023-09-08T19:26:57.918Z] [INFO] [2023-09-08T19:26:57.918Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.commons.lang3 --- [2023-09-08T19:26:58.175Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.apache.commons.lang3:3.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.lang3_3.12.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:26:58.175Z] no-classifier: different [2023-09-08T19:26:58.175Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:26:58.175Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:26:58.175Z] classifier-sources: different [2023-09-08T19:26:58.175Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:26:58.175Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:26:58.175Z] [2023-09-08T19:26:58.175Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.apache.commons.lang3:3.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.lang3_3.12.0/pom.xml [2023-09-08T19:26:58.175Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:26:58.175Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:26:58.175Z] [2023-09-08T19:26:58.175Z] [INFO] [2023-09-08T19:26:58.175Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.apache.commons.lang3 --- [2023-09-08T19:26:58.175Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.lang3_3.12.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.commons.lang3/3.12.0-SNAPSHOT/org.apache.commons.lang3-3.12.0-SNAPSHOT.pom [2023-09-08T19:26:58.175Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.lang3_3.12.0/target/org.apache.commons.lang3-3.12.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.commons.lang3/3.12.0-SNAPSHOT/org.apache.commons.lang3-3.12.0-SNAPSHOT.jar [2023-09-08T19:26:58.175Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.lang3_3.12.0/target/org.apache.commons.lang3-3.12.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.commons.lang3/3.12.0-SNAPSHOT/org.apache.commons.lang3-3.12.0-SNAPSHOT-sources.jar [2023-09-08T19:26:58.175Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.lang3_3.12.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.commons.lang3/3.12.0-SNAPSHOT/org.apache.commons.lang3-3.12.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:26:58.175Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.lang3_3.12.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.commons.lang3/3.12.0-SNAPSHOT/org.apache.commons.lang3-3.12.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:26:58.175Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.lang3_3.12.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.commons.lang3/3.12.0-SNAPSHOT/org.apache.commons.lang3-3.12.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:26:58.175Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.lang3_3.12.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.commons.lang3/3.12.0-SNAPSHOT/org.apache.commons.lang3-3.12.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:26:58.175Z] [INFO] [2023-09-08T19:26:58.175Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.commons.lang3 --- [2023-09-08T19:26:58.175Z] [INFO] [2023-09-08T19:26:58.175Z] [INFO] --------< org.eclipse.orbit.bundles:org.apache.commons.logging >-------- [2023-09-08T19:26:58.175Z] [INFO] Building Apache Commons Logging 1.2.0-SNAPSHOT [32/375] [2023-09-08T19:26:58.175Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:26:58.175Z] [INFO] [2023-09-08T19:26:58.175Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.commons.logging --- [2023-09-08T19:26:58.175Z] [INFO] [2023-09-08T19:26:58.175Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.commons.logging --- [2023-09-08T19:26:58.175Z] [INFO] The project's OSGi version is 1.2.0.v20180409-1502 [2023-09-08T19:26:58.175Z] [INFO] [2023-09-08T19:26:58.175Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.commons.logging --- [2023-09-08T19:26:58.175Z] [INFO] [2023-09-08T19:26:58.175Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.commons.logging --- [2023-09-08T19:26:58.175Z] [INFO] Copying 3 resources [2023-09-08T19:26:58.175Z] [INFO] [2023-09-08T19:26:58.175Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.commons.logging --- [2023-09-08T19:26:58.175Z] [INFO] No sources to compile [2023-09-08T19:26:58.175Z] [INFO] [2023-09-08T19:26:58.175Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.commons.logging --- [2023-09-08T19:26:58.175Z] [INFO] Gathering dependencies [2023-09-08T19:26:58.175Z] [INFO] Configured Artifact: commons-logging:commons-logging:1.2:jar [2023-09-08T19:26:58.175Z] [INFO] Unpacking /home/vnc/.m2/repository/commons-logging/commons-logging/1.2/commons-logging-1.2.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.logging_1.2.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:26:58.175Z] [INFO] Merging collected dependencies [2023-09-08T19:26:58.175Z] [INFO] Copying 31 resources [2023-09-08T19:26:58.175Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:26:58.432Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.logging_1.2.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:26:58.432Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.logging_1.2.0/target/org.apache.commons.logging-1.2.0-SNAPSHOT.jar [2023-09-08T19:26:58.432Z] [INFO] Gathering sources [2023-09-08T19:26:58.432Z] [INFO] Configured Artifact: commons-logging:commons-logging:sources:1.2:jar [2023-09-08T19:26:58.432Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/commons-logging/commons-logging/1.2/commons-logging-1.2-sources.jar [2023-09-08T19:26:58.432Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2-sources.jar [2023-09-08T19:26:58.432Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2-sources.jar (73 kB at 3.7 MB/s) [2023-09-08T19:26:58.432Z] [INFO] Unpacking /home/vnc/.m2/repository/commons-logging/commons-logging/1.2/commons-logging-1.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.logging_1.2.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:26:58.432Z] [INFO] Copying 3 resources [2023-09-08T19:26:58.432Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.logging_1.2.0/src/main/java [2023-09-08T19:26:58.432Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.logging_1.2.0/target/org.apache.commons.logging-1.2.0-SNAPSHOT-sources.jar [2023-09-08T19:26:58.432Z] [INFO] Assembling p2 repository [2023-09-08T19:26:58.996Z] [INFO] [2023-09-08T19:26:58.996Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.commons.logging --- [2023-09-08T19:26:58.996Z] [INFO] [2023-09-08T19:26:58.996Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.commons.logging --- [2023-09-08T19:26:58.996Z] [INFO] Gathering sources archives [2023-09-08T19:26:58.996Z] [INFO] Configured Artifact: commons-logging:commons-logging:sources:1.2:jar [2023-09-08T19:26:58.996Z] [INFO] Unpacking /home/vnc/.m2/repository/commons-logging/commons-logging/1.2/commons-logging-1.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.logging_1.2.0/target/sources-for-eclipse-ipzilla/commons-logging-1.2-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:26:58.996Z] [INFO] Configured Artifact: commons-logging:commons-logging:sources:1.2:jar [2023-09-08T19:26:58.996Z] [INFO] Copying commons-logging-1.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.logging_1.2.0/target/sources-for-eclipse-ipzilla/commons-logging-1.2-sources.jar [2023-09-08T19:26:58.996Z] [INFO] Refreshing about files and about.html [2023-09-08T19:26:58.996Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.logging_1.2.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:26:58.996Z] [INFO] [2023-09-08T19:26:58.996Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.apache.commons.logging --- [2023-09-08T19:26:59.275Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.logging_1.2.0/target/org.apache.commons.logging-1.2.0-SNAPSHOT.jar [2023-09-08T19:27:01.180Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.logging_1.2.0/target/org.apache.commons.logging-1.2.0-SNAPSHOT-sources.jar [2023-09-08T19:27:01.744Z] [INFO] [2023-09-08T19:27:01.744Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.commons.logging --- [2023-09-08T19:27:02.000Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.apache.commons.logging:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.logging_1.2.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:27:02.000Z] no-classifier: different [2023-09-08T19:27:02.000Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:27:02.000Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:27:02.000Z] classifier-sources: different [2023-09-08T19:27:02.000Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:27:02.000Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:27:02.000Z] [2023-09-08T19:27:02.000Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.apache.commons.logging:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.logging_1.2.0/pom.xml [2023-09-08T19:27:02.000Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:27:02.000Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:27:02.000Z] [2023-09-08T19:27:02.000Z] [INFO] [2023-09-08T19:27:02.000Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.apache.commons.logging --- [2023-09-08T19:27:02.000Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.logging_1.2.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.commons.logging/1.2.0-SNAPSHOT/org.apache.commons.logging-1.2.0-SNAPSHOT.pom [2023-09-08T19:27:02.000Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.logging_1.2.0/target/org.apache.commons.logging-1.2.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.commons.logging/1.2.0-SNAPSHOT/org.apache.commons.logging-1.2.0-SNAPSHOT.jar [2023-09-08T19:27:02.000Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.logging_1.2.0/target/org.apache.commons.logging-1.2.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.commons.logging/1.2.0-SNAPSHOT/org.apache.commons.logging-1.2.0-SNAPSHOT-sources.jar [2023-09-08T19:27:02.000Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.logging_1.2.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.commons.logging/1.2.0-SNAPSHOT/org.apache.commons.logging-1.2.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:27:02.000Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.logging_1.2.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.commons.logging/1.2.0-SNAPSHOT/org.apache.commons.logging-1.2.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:27:02.000Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.logging_1.2.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.commons.logging/1.2.0-SNAPSHOT/org.apache.commons.logging-1.2.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:27:02.000Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.logging_1.2.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.commons.logging/1.2.0-SNAPSHOT/org.apache.commons.logging-1.2.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:27:02.000Z] [INFO] [2023-09-08T19:27:02.000Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.commons.logging --- [2023-09-08T19:27:02.000Z] [INFO] [2023-09-08T19:27:02.000Z] [INFO] ---------< org.eclipse.orbit.bundles:org.apache.commons.math3 >--------- [2023-09-08T19:27:02.000Z] [INFO] Building Apache Commons Math 3.6.1-SNAPSHOT [33/375] [2023-09-08T19:27:02.000Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:27:02.000Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1.pom [2023-09-08T19:27:02.000Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1.pom [2023-09-08T19:27:02.256Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1.pom (29 kB at 2.4 MB/s) [2023-09-08T19:27:02.256Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1.jar [2023-09-08T19:27:02.256Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1.jar [2023-09-08T19:27:02.256Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1.jar (2.2 MB at 50 MB/s) [2023-09-08T19:27:02.256Z] [INFO] [2023-09-08T19:27:02.256Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.commons.math3 --- [2023-09-08T19:27:02.256Z] [INFO] [2023-09-08T19:27:02.256Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.commons.math3 --- [2023-09-08T19:27:02.256Z] [INFO] The project's OSGi version is 3.6.1.v20221112-0806 [2023-09-08T19:27:02.256Z] [INFO] [2023-09-08T19:27:02.256Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.commons.math3 --- [2023-09-08T19:27:02.256Z] [INFO] [2023-09-08T19:27:02.256Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.commons.math3 --- [2023-09-08T19:27:02.256Z] [INFO] Copying 3 resources [2023-09-08T19:27:02.256Z] [INFO] [2023-09-08T19:27:02.256Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.commons.math3 --- [2023-09-08T19:27:02.256Z] [INFO] No sources to compile [2023-09-08T19:27:02.256Z] [INFO] [2023-09-08T19:27:02.256Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.commons.math3 --- [2023-09-08T19:27:02.256Z] [INFO] Gathering dependencies [2023-09-08T19:27:02.256Z] [INFO] Configured Artifact: org.apache.commons:commons-math3:3.6.1:jar [2023-09-08T19:27:02.256Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.math3_3.6.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:27:02.512Z] [INFO] Merging collected dependencies [2023-09-08T19:27:02.512Z] [INFO] Copying 1306 resources [2023-09-08T19:27:02.512Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:27:03.442Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.commons.math3:eclipse-bundle-recipe:3.6.1-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] [2023-09-08T19:27:03.442Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.math3_3.6.1/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:27:03.443Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.math3_3.6.1/target/org.apache.commons.math3-3.6.1-SNAPSHOT.jar [2023-09-08T19:27:03.700Z] [INFO] Gathering sources [2023-09-08T19:27:03.700Z] [INFO] Configured Artifact: org.apache.commons:commons-math3:sources:3.6.1:jar [2023-09-08T19:27:03.956Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1-sources.jar [2023-09-08T19:27:03.956Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1-sources.jar [2023-09-08T19:27:03.956Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1-sources.jar (2.5 MB at 64 MB/s) [2023-09-08T19:27:03.956Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.math3_3.6.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:27:03.956Z] [INFO] Copying 3 resources [2023-09-08T19:27:03.956Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.math3_3.6.1/src/main/java [2023-09-08T19:27:04.213Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.math3_3.6.1/target/org.apache.commons.math3-3.6.1-SNAPSHOT-sources.jar [2023-09-08T19:27:04.476Z] [INFO] Assembling p2 repository [2023-09-08T19:27:05.039Z] [INFO] [2023-09-08T19:27:05.039Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.commons.math3 --- [2023-09-08T19:27:05.039Z] [INFO] [2023-09-08T19:27:05.039Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.commons.math3 --- [2023-09-08T19:27:05.039Z] [INFO] Gathering sources archives [2023-09-08T19:27:05.039Z] [INFO] Configured Artifact: org.apache.commons:commons-math3:sources:3.6.1:jar [2023-09-08T19:27:05.040Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.math3_3.6.1/target/sources-for-eclipse-ipzilla/commons-math3-3.6.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:27:05.295Z] [INFO] Configured Artifact: org.apache.commons:commons-math3:sources:3.6.1:jar [2023-09-08T19:27:05.295Z] [INFO] Copying commons-math3-3.6.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.math3_3.6.1/target/sources-for-eclipse-ipzilla/commons-math3-3.6.1-sources.jar [2023-09-08T19:27:05.295Z] [INFO] Refreshing about files and about.html [2023-09-08T19:27:05.295Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.math3_3.6.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:27:05.295Z] [INFO] [2023-09-08T19:27:05.295Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.apache.commons.math3 --- [2023-09-08T19:27:05.858Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.math3_3.6.1/target/org.apache.commons.math3-3.6.1-SNAPSHOT.jar [2023-09-08T19:27:08.379Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.math3_3.6.1/target/org.apache.commons.math3-3.6.1-SNAPSHOT-sources.jar [2023-09-08T19:27:11.651Z] [INFO] [2023-09-08T19:27:11.651Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.commons.math3 --- [2023-09-08T19:27:12.579Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.apache.commons.math3:3.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.math3_3.6.1/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:27:12.579Z] no-classifier: different [2023-09-08T19:27:12.579Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:27:12.579Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:27:12.579Z] classifier-sources: different [2023-09-08T19:27:12.579Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:27:12.579Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:27:12.579Z] [2023-09-08T19:27:12.579Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.apache.commons.math3:3.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.math3_3.6.1/pom.xml [2023-09-08T19:27:12.579Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:27:12.579Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:27:12.579Z] [2023-09-08T19:27:12.579Z] [INFO] [2023-09-08T19:27:12.579Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.apache.commons.math3 --- [2023-09-08T19:27:12.579Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.math3_3.6.1/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.commons.math3/3.6.1-SNAPSHOT/org.apache.commons.math3-3.6.1-SNAPSHOT.pom [2023-09-08T19:27:12.579Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.math3_3.6.1/target/org.apache.commons.math3-3.6.1-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.commons.math3/3.6.1-SNAPSHOT/org.apache.commons.math3-3.6.1-SNAPSHOT.jar [2023-09-08T19:27:12.579Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.math3_3.6.1/target/org.apache.commons.math3-3.6.1-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.commons.math3/3.6.1-SNAPSHOT/org.apache.commons.math3-3.6.1-SNAPSHOT-sources.jar [2023-09-08T19:27:12.579Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.math3_3.6.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.commons.math3/3.6.1-SNAPSHOT/org.apache.commons.math3-3.6.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:27:12.579Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.math3_3.6.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.commons.math3/3.6.1-SNAPSHOT/org.apache.commons.math3-3.6.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:27:12.579Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.math3_3.6.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.commons.math3/3.6.1-SNAPSHOT/org.apache.commons.math3-3.6.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:27:12.579Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.commons.math3_3.6.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.commons.math3/3.6.1-SNAPSHOT/org.apache.commons.math3-3.6.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:27:12.579Z] [INFO] [2023-09-08T19:27:12.579Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.commons.math3 --- [2023-09-08T19:27:12.579Z] [INFO] [2023-09-08T19:27:12.579Z] [INFO] ------< org.eclipse.orbit.bundles:org.apache.onami.configuration >------ [2023-09-08T19:27:12.579Z] [INFO] Building Apache Onami-Configuration 6.3.0-SNAPSHOT [34/375] [2023-09-08T19:27:12.579Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:27:12.579Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/onami/org.apache.onami.configuration/6.3.0/org.apache.onami.configuration-6.3.0.pom [2023-09-08T19:27:12.579Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/onami/org.apache.onami.configuration/6.3.0/org.apache.onami.configuration-6.3.0.pom [2023-09-08T19:27:12.579Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/onami/org.apache.onami.configuration/6.3.0/org.apache.onami.configuration-6.3.0.pom (4.9 kB at 105 kB/s) [2023-09-08T19:27:12.579Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/onami/org.apache.onami.parent/4/org.apache.onami.parent-4.pom [2023-09-08T19:27:12.579Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/onami/org.apache.onami.parent/4/org.apache.onami.parent-4.pom [2023-09-08T19:27:12.579Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/onami/org.apache.onami.parent/4/org.apache.onami.parent-4.pom (33 kB at 739 kB/s) [2023-09-08T19:27:12.579Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/onami/org.apache.onami.configuration/6.3.0/org.apache.onami.configuration-6.3.0.jar [2023-09-08T19:27:12.579Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/onami/org.apache.onami.configuration/6.3.0/org.apache.onami.configuration-6.3.0.jar [2023-09-08T19:27:12.579Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/onami/org.apache.onami.configuration/6.3.0/org.apache.onami.configuration-6.3.0.jar (34 kB at 783 kB/s) [2023-09-08T19:27:12.579Z] [INFO] [2023-09-08T19:27:12.579Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.onami.configuration --- [2023-09-08T19:27:12.579Z] [INFO] [2023-09-08T19:27:12.579Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.onami.configuration --- [2023-09-08T19:27:12.579Z] [INFO] The project's OSGi version is 6.3.0.v20160301-1110 [2023-09-08T19:27:12.579Z] [INFO] [2023-09-08T19:27:12.579Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.onami.configuration --- [2023-09-08T19:27:12.579Z] [INFO] [2023-09-08T19:27:12.579Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.onami.configuration --- [2023-09-08T19:27:12.579Z] [INFO] Copying 3 resources [2023-09-08T19:27:12.579Z] [INFO] [2023-09-08T19:27:12.579Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.onami.configuration --- [2023-09-08T19:27:12.579Z] [INFO] No sources to compile [2023-09-08T19:27:12.579Z] [INFO] [2023-09-08T19:27:12.579Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.onami.configuration --- [2023-09-08T19:27:12.579Z] [INFO] Gathering dependencies [2023-09-08T19:27:12.579Z] [INFO] Configured Artifact: org.apache.onami:org.apache.onami.configuration:6.3.0:jar [2023-09-08T19:27:12.579Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/onami/org.apache.onami.configuration/6.3.0/org.apache.onami.configuration-6.3.0.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.onami.configuration_6.3.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:27:12.579Z] [INFO] Merging collected dependencies [2023-09-08T19:27:12.579Z] [INFO] Copying 24 resources [2023-09-08T19:27:12.579Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:27:12.834Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.onami.configuration:eclipse-bundle-recipe:6.3.0-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] [2023-09-08T19:27:12.835Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.onami.configuration_6.3.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:27:12.835Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.onami.configuration_6.3.0/target/org.apache.onami.configuration-6.3.0-SNAPSHOT.jar [2023-09-08T19:27:12.835Z] [INFO] Gathering sources [2023-09-08T19:27:12.835Z] [INFO] Configured Artifact: org.apache.onami:org.apache.onami.configuration:sources:6.3.0:jar [2023-09-08T19:27:12.835Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/onami/org.apache.onami.configuration/6.3.0/org.apache.onami.configuration-6.3.0-sources.jar [2023-09-08T19:27:12.835Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/onami/org.apache.onami.configuration/6.3.0/org.apache.onami.configuration-6.3.0-sources.jar [2023-09-08T19:27:12.835Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/onami/org.apache.onami.configuration/6.3.0/org.apache.onami.configuration-6.3.0-sources.jar (31 kB at 759 kB/s) [2023-09-08T19:27:12.835Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/onami/org.apache.onami.configuration/6.3.0/org.apache.onami.configuration-6.3.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.onami.configuration_6.3.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:27:12.835Z] [INFO] Copying 3 resources [2023-09-08T19:27:12.835Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.onami.configuration_6.3.0/src/main/java [2023-09-08T19:27:12.835Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.onami.configuration_6.3.0/target/org.apache.onami.configuration-6.3.0-SNAPSHOT-sources.jar [2023-09-08T19:27:12.835Z] [INFO] Assembling p2 repository [2023-09-08T19:27:13.396Z] [INFO] [2023-09-08T19:27:13.396Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.onami.configuration --- [2023-09-08T19:27:13.396Z] [INFO] [2023-09-08T19:27:13.396Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.onami.configuration --- [2023-09-08T19:27:13.396Z] [INFO] Gathering sources archives [2023-09-08T19:27:13.396Z] [INFO] Configured Artifact: org.apache.onami:org.apache.onami.configuration:sources:6.3.0:jar [2023-09-08T19:27:13.396Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/onami/org.apache.onami.configuration/6.3.0/org.apache.onami.configuration-6.3.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.onami.configuration_6.3.0/target/sources-for-eclipse-ipzilla/org.apache.onami.configuration-6.3.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:27:13.396Z] [INFO] Configured Artifact: org.apache.onami:org.apache.onami.configuration:sources:6.3.0:jar [2023-09-08T19:27:13.396Z] [INFO] Copying org.apache.onami.configuration-6.3.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.onami.configuration_6.3.0/target/sources-for-eclipse-ipzilla/org.apache.onami.configuration-6.3.0-sources.jar [2023-09-08T19:27:13.396Z] [INFO] Refreshing about files and about.html [2023-09-08T19:27:13.396Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.onami.configuration_6.3.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:27:13.396Z] [INFO] [2023-09-08T19:27:13.396Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.apache.onami.configuration --- [2023-09-08T19:27:13.396Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.onami.configuration_6.3.0/target/org.apache.onami.configuration-6.3.0-SNAPSHOT.jar [2023-09-08T19:27:14.765Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.onami.configuration_6.3.0/target/org.apache.onami.configuration-6.3.0-SNAPSHOT-sources.jar [2023-09-08T19:27:15.327Z] [INFO] [2023-09-08T19:27:15.327Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.onami.configuration --- [2023-09-08T19:27:15.584Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.apache.onami.configuration:6.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.onami.configuration_6.3.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:27:15.584Z] no-classifier: different [2023-09-08T19:27:15.584Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:27:15.584Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:27:15.584Z] META-INF/MANIFEST.MF: different [2023-09-08T19:27:15.584Z] Automatic-Module-Name: not present in baseline version [2023-09-08T19:27:15.584Z] classifier-sources: different [2023-09-08T19:27:15.584Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:27:15.584Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:27:15.584Z] [2023-09-08T19:27:15.584Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.apache.onami.configuration:6.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.onami.configuration_6.3.0/pom.xml [2023-09-08T19:27:15.584Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:27:15.584Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:27:15.584Z] [2023-09-08T19:27:15.584Z] [INFO] [2023-09-08T19:27:15.584Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.apache.onami.configuration --- [2023-09-08T19:27:15.584Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.onami.configuration_6.3.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.onami.configuration/6.3.0-SNAPSHOT/org.apache.onami.configuration-6.3.0-SNAPSHOT.pom [2023-09-08T19:27:15.584Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.onami.configuration_6.3.0/target/org.apache.onami.configuration-6.3.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.onami.configuration/6.3.0-SNAPSHOT/org.apache.onami.configuration-6.3.0-SNAPSHOT.jar [2023-09-08T19:27:15.584Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.onami.configuration_6.3.0/target/org.apache.onami.configuration-6.3.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.onami.configuration/6.3.0-SNAPSHOT/org.apache.onami.configuration-6.3.0-SNAPSHOT-sources.jar [2023-09-08T19:27:15.584Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.onami.configuration_6.3.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.onami.configuration/6.3.0-SNAPSHOT/org.apache.onami.configuration-6.3.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:27:15.584Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.onami.configuration_6.3.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.onami.configuration/6.3.0-SNAPSHOT/org.apache.onami.configuration-6.3.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:27:15.584Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.onami.configuration_6.3.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.onami.configuration/6.3.0-SNAPSHOT/org.apache.onami.configuration-6.3.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:27:15.584Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.onami.configuration_6.3.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.onami.configuration/6.3.0-SNAPSHOT/org.apache.onami.configuration-6.3.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:27:15.584Z] [INFO] [2023-09-08T19:27:15.584Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.onami.configuration --- [2023-09-08T19:27:15.584Z] [INFO] [2023-09-08T19:27:15.584Z] [INFO] --------< org.eclipse.orbit.bundles:org.apache.pdfbox.fontbox >--------- [2023-09-08T19:27:15.584Z] [INFO] Building Apache FontBox 2.0.6-SNAPSHOT [35/375] [2023-09-08T19:27:15.584Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:27:15.584Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/pdfbox/fontbox/2.0.6/fontbox-2.0.6.pom [2023-09-08T19:27:15.584Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/pdfbox/fontbox/2.0.6/fontbox-2.0.6.pom [2023-09-08T19:27:15.584Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/pdfbox/fontbox/2.0.6/fontbox-2.0.6.pom (2.4 kB at 86 kB/s) [2023-09-08T19:27:15.584Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/pdfbox/pdfbox-parent/2.0.6/pdfbox-parent-2.0.6.pom [2023-09-08T19:27:15.584Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/pdfbox/pdfbox-parent/2.0.6/pdfbox-parent-2.0.6.pom [2023-09-08T19:27:15.584Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/pdfbox/pdfbox-parent/2.0.6/pdfbox-parent-2.0.6.pom (13 kB at 999 kB/s) [2023-09-08T19:27:15.584Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/pdfbox/fontbox/2.0.6/fontbox-2.0.6.jar [2023-09-08T19:27:15.841Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/pdfbox/fontbox/2.0.6/fontbox-2.0.6.jar [2023-09-08T19:27:15.841Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/pdfbox/fontbox/2.0.6/fontbox-2.0.6.jar (1.5 MB at 27 MB/s) [2023-09-08T19:27:15.841Z] [INFO] [2023-09-08T19:27:15.841Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.pdfbox.fontbox --- [2023-09-08T19:27:15.841Z] [INFO] [2023-09-08T19:27:15.841Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.pdfbox.fontbox --- [2023-09-08T19:27:15.841Z] [INFO] The project's OSGi version is 2.0.6.v20221112-0806 [2023-09-08T19:27:15.841Z] [INFO] [2023-09-08T19:27:15.841Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.pdfbox.fontbox --- [2023-09-08T19:27:15.841Z] [INFO] [2023-09-08T19:27:15.841Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.pdfbox.fontbox --- [2023-09-08T19:27:15.841Z] [INFO] Copying 3 resources [2023-09-08T19:27:15.841Z] [INFO] [2023-09-08T19:27:15.841Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.pdfbox.fontbox --- [2023-09-08T19:27:15.841Z] [INFO] No sources to compile [2023-09-08T19:27:15.841Z] [INFO] [2023-09-08T19:27:15.841Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.pdfbox.fontbox --- [2023-09-08T19:27:15.841Z] [INFO] Gathering dependencies [2023-09-08T19:27:15.841Z] [INFO] Configured Artifact: org.apache.pdfbox:fontbox:2.0.6:jar [2023-09-08T19:27:15.841Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/pdfbox/fontbox/2.0.6/fontbox-2.0.6.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.pdfbox.fontbox_2.0.6/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:27:15.841Z] [INFO] Merging collected dependencies [2023-09-08T19:27:15.841Z] [INFO] Copying 229 resources [2023-09-08T19:27:15.841Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:27:15.841Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.pdfbox.fontbox:eclipse-bundle-recipe:2.0.6-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:27:15.841Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.pdfbox.fontbox_2.0.6/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:27:16.098Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.pdfbox.fontbox_2.0.6/target/org.apache.pdfbox.fontbox-2.0.6-SNAPSHOT.jar [2023-09-08T19:27:16.355Z] [INFO] Gathering sources [2023-09-08T19:27:16.355Z] [INFO] Configured Artifact: org.apache.pdfbox:fontbox:sources:2.0.6:jar [2023-09-08T19:27:16.355Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/pdfbox/fontbox/2.0.6/fontbox-2.0.6-sources.jar [2023-09-08T19:27:16.355Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/pdfbox/fontbox/2.0.6/fontbox-2.0.6-sources.jar [2023-09-08T19:27:16.355Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/pdfbox/fontbox/2.0.6/fontbox-2.0.6-sources.jar (1.4 MB at 28 MB/s) [2023-09-08T19:27:16.355Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/pdfbox/fontbox/2.0.6/fontbox-2.0.6-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.pdfbox.fontbox_2.0.6/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:27:16.355Z] [INFO] Copying 3 resources [2023-09-08T19:27:16.355Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.pdfbox.fontbox_2.0.6/src/main/java [2023-09-08T19:27:16.355Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.pdfbox.fontbox_2.0.6/target/org.apache.pdfbox.fontbox-2.0.6-SNAPSHOT-sources.jar [2023-09-08T19:27:16.918Z] [INFO] Assembling p2 repository [2023-09-08T19:27:17.482Z] [INFO] [2023-09-08T19:27:17.482Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.pdfbox.fontbox --- [2023-09-08T19:27:17.482Z] [INFO] [2023-09-08T19:27:17.482Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.pdfbox.fontbox --- [2023-09-08T19:27:17.482Z] [INFO] Gathering sources archives [2023-09-08T19:27:17.482Z] [INFO] Configured Artifact: org.apache.pdfbox:fontbox:sources:2.0.6:jar [2023-09-08T19:27:17.482Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/pdfbox/fontbox/2.0.6/fontbox-2.0.6-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.pdfbox.fontbox_2.0.6/target/sources-for-eclipse-ipzilla/fontbox-2.0.6-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:27:17.482Z] [INFO] Configured Artifact: org.apache.pdfbox:fontbox:sources:2.0.6:jar [2023-09-08T19:27:17.738Z] [INFO] Copying fontbox-2.0.6-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.pdfbox.fontbox_2.0.6/target/sources-for-eclipse-ipzilla/fontbox-2.0.6-sources.jar [2023-09-08T19:27:17.738Z] [INFO] Refreshing about files and about.html [2023-09-08T19:27:17.738Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.pdfbox.fontbox_2.0.6/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:27:17.738Z] [INFO] [2023-09-08T19:27:17.738Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.apache.pdfbox.fontbox --- [2023-09-08T19:27:18.300Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.pdfbox.fontbox_2.0.6/target/org.apache.pdfbox.fontbox-2.0.6-SNAPSHOT.jar [2023-09-08T19:27:21.567Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.pdfbox.fontbox_2.0.6/target/org.apache.pdfbox.fontbox-2.0.6-SNAPSHOT-sources.jar [2023-09-08T19:27:22.932Z] [INFO] [2023-09-08T19:27:22.932Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.pdfbox.fontbox --- [2023-09-08T19:27:23.492Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.apache.pdfbox.fontbox:2.0.6-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.pdfbox.fontbox_2.0.6/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:27:23.492Z] no-classifier: different [2023-09-08T19:27:23.492Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:27:23.492Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:27:23.492Z] classifier-sources: different [2023-09-08T19:27:23.492Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:27:23.492Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:27:23.492Z] [2023-09-08T19:27:23.492Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.apache.pdfbox.fontbox:2.0.6-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.pdfbox.fontbox_2.0.6/pom.xml [2023-09-08T19:27:23.492Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:27:23.492Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:27:23.492Z] [2023-09-08T19:27:23.492Z] [INFO] [2023-09-08T19:27:23.492Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.apache.pdfbox.fontbox --- [2023-09-08T19:27:23.492Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.pdfbox.fontbox_2.0.6/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.pdfbox.fontbox/2.0.6-SNAPSHOT/org.apache.pdfbox.fontbox-2.0.6-SNAPSHOT.pom [2023-09-08T19:27:23.492Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.pdfbox.fontbox_2.0.6/target/org.apache.pdfbox.fontbox-2.0.6-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.pdfbox.fontbox/2.0.6-SNAPSHOT/org.apache.pdfbox.fontbox-2.0.6-SNAPSHOT.jar [2023-09-08T19:27:23.492Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.pdfbox.fontbox_2.0.6/target/org.apache.pdfbox.fontbox-2.0.6-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.pdfbox.fontbox/2.0.6-SNAPSHOT/org.apache.pdfbox.fontbox-2.0.6-SNAPSHOT-sources.jar [2023-09-08T19:27:23.492Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.pdfbox.fontbox_2.0.6/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.pdfbox.fontbox/2.0.6-SNAPSHOT/org.apache.pdfbox.fontbox-2.0.6-SNAPSHOT-p2metadata.xml [2023-09-08T19:27:23.492Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.pdfbox.fontbox_2.0.6/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.pdfbox.fontbox/2.0.6-SNAPSHOT/org.apache.pdfbox.fontbox-2.0.6-SNAPSHOT-p2artifacts.xml [2023-09-08T19:27:23.492Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.pdfbox.fontbox_2.0.6/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.pdfbox.fontbox/2.0.6-SNAPSHOT/org.apache.pdfbox.fontbox-2.0.6-SNAPSHOT-p2metadata.xml [2023-09-08T19:27:23.492Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.pdfbox.fontbox_2.0.6/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.pdfbox.fontbox/2.0.6-SNAPSHOT/org.apache.pdfbox.fontbox-2.0.6-SNAPSHOT-p2artifacts.xml [2023-09-08T19:27:23.492Z] [INFO] [2023-09-08T19:27:23.492Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.pdfbox.fontbox --- [2023-09-08T19:27:23.492Z] [INFO] [2023-09-08T19:27:23.492Z] [INFO] -------< org.eclipse.orbit.bundles:org.apache.pdfbox.preflight >-------- [2023-09-08T19:27:23.492Z] [INFO] Building Apache Preflight 2.0.6-SNAPSHOT [36/375] [2023-09-08T19:27:23.492Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:27:23.493Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/pdfbox/preflight/2.0.6/preflight-2.0.6.pom [2023-09-08T19:27:23.493Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/pdfbox/preflight/2.0.6/preflight-2.0.6.pom [2023-09-08T19:27:23.493Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/pdfbox/preflight/2.0.6/preflight-2.0.6.pom (8.2 kB at 177 kB/s) [2023-09-08T19:27:23.493Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/pdfbox/pdfbox/2.0.6/pdfbox-2.0.6.pom [2023-09-08T19:27:23.493Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/pdfbox/pdfbox/2.0.6/pdfbox-2.0.6.pom [2023-09-08T19:27:23.493Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/pdfbox/pdfbox/2.0.6/pdfbox-2.0.6.pom (8.3 kB at 688 kB/s) [2023-09-08T19:27:23.493Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/pdfbox/xmpbox/2.0.6/xmpbox-2.0.6.pom [2023-09-08T19:27:23.493Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/pdfbox/xmpbox/2.0.6/xmpbox-2.0.6.pom [2023-09-08T19:27:23.493Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/pdfbox/xmpbox/2.0.6/xmpbox-2.0.6.pom (2.4 kB at 51 kB/s) [2023-09-08T19:27:23.493Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/pdfbox/preflight/2.0.6/preflight-2.0.6.jar [2023-09-08T19:27:23.493Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/pdfbox/pdfbox/2.0.6/pdfbox-2.0.6.jar [2023-09-08T19:27:23.493Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/pdfbox/xmpbox/2.0.6/xmpbox-2.0.6.jar [2023-09-08T19:27:23.493Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/pdfbox/preflight/2.0.6/preflight-2.0.6.jar [2023-09-08T19:27:23.493Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/pdfbox/pdfbox/2.0.6/pdfbox-2.0.6.jar [2023-09-08T19:27:23.493Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/pdfbox/xmpbox/2.0.6/xmpbox-2.0.6.jar [2023-09-08T19:27:23.757Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/pdfbox/xmpbox/2.0.6/xmpbox-2.0.6.jar (132 kB at 2.5 MB/s) [2023-09-08T19:27:23.757Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/pdfbox/pdfbox/2.0.6/pdfbox-2.0.6.jar (2.5 MB at 43 MB/s) [2023-09-08T19:27:23.757Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/pdfbox/preflight/2.0.6/preflight-2.0.6.jar (244 kB at 3.8 MB/s) [2023-09-08T19:27:23.757Z] [INFO] [2023-09-08T19:27:23.757Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.pdfbox.preflight --- [2023-09-08T19:27:23.758Z] [INFO] [2023-09-08T19:27:23.758Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.pdfbox.preflight --- [2023-09-08T19:27:23.758Z] [INFO] The project's OSGi version is 2.0.6.v20221112-0806 [2023-09-08T19:27:23.758Z] [INFO] [2023-09-08T19:27:23.758Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.pdfbox.preflight --- [2023-09-08T19:27:23.758Z] [INFO] [2023-09-08T19:27:23.758Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.pdfbox.preflight --- [2023-09-08T19:27:23.758Z] [INFO] Copying 3 resources [2023-09-08T19:27:23.758Z] [INFO] [2023-09-08T19:27:23.758Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.pdfbox.preflight --- [2023-09-08T19:27:23.758Z] [INFO] No sources to compile [2023-09-08T19:27:23.758Z] [INFO] [2023-09-08T19:27:23.758Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.pdfbox.preflight --- [2023-09-08T19:27:23.758Z] [INFO] Gathering dependencies [2023-09-08T19:27:23.758Z] [INFO] Configured Artifact: org.apache.pdfbox:preflight:2.0.6:jar [2023-09-08T19:27:23.758Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/pdfbox/preflight/2.0.6/preflight-2.0.6.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.pdfbox.preflight_2.0.6/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:27:23.758Z] [INFO] Merging collected dependencies [2023-09-08T19:27:23.758Z] [INFO] Copying 125 resources [2023-09-08T19:27:23.758Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:27:23.758Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.pdfbox.preflight:eclipse-bundle-recipe:2.0.6-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:27:23.758Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.pdfbox.preflight_2.0.6/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:27:23.758Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.pdfbox.preflight_2.0.6/target/org.apache.pdfbox.preflight-2.0.6-SNAPSHOT.jar [2023-09-08T19:27:24.015Z] [INFO] Gathering sources [2023-09-08T19:27:24.015Z] [INFO] Configured Artifact: org.apache.pdfbox:preflight:sources:2.0.6:jar [2023-09-08T19:27:24.015Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/pdfbox/preflight/2.0.6/preflight-2.0.6-sources.jar [2023-09-08T19:27:24.015Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/pdfbox/preflight/2.0.6/preflight-2.0.6-sources.jar [2023-09-08T19:27:24.015Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/pdfbox/preflight/2.0.6/preflight-2.0.6-sources.jar (215 kB at 4.6 MB/s) [2023-09-08T19:27:24.015Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/pdfbox/preflight/2.0.6/preflight-2.0.6-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.pdfbox.preflight_2.0.6/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:27:24.015Z] [INFO] Copying 3 resources [2023-09-08T19:27:24.015Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.pdfbox.preflight_2.0.6/src/main/java [2023-09-08T19:27:24.015Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.pdfbox.preflight_2.0.6/target/org.apache.pdfbox.preflight-2.0.6-SNAPSHOT-sources.jar [2023-09-08T19:27:24.272Z] [INFO] Assembling p2 repository [2023-09-08T19:27:24.834Z] [INFO] [2023-09-08T19:27:24.834Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.pdfbox.preflight --- [2023-09-08T19:27:24.834Z] [INFO] [2023-09-08T19:27:24.834Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.pdfbox.preflight --- [2023-09-08T19:27:24.834Z] [INFO] Gathering sources archives [2023-09-08T19:27:24.834Z] [INFO] Configured Artifact: org.apache.pdfbox:preflight:sources:2.0.6:jar [2023-09-08T19:27:24.834Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/pdfbox/preflight/2.0.6/preflight-2.0.6-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.pdfbox.preflight_2.0.6/target/sources-for-eclipse-ipzilla/preflight-2.0.6-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:27:24.834Z] [INFO] Configured Artifact: org.apache.pdfbox:preflight:sources:2.0.6:jar [2023-09-08T19:27:24.834Z] [INFO] Copying preflight-2.0.6-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.pdfbox.preflight_2.0.6/target/sources-for-eclipse-ipzilla/preflight-2.0.6-sources.jar [2023-09-08T19:27:24.834Z] [INFO] Refreshing about files and about.html [2023-09-08T19:27:24.834Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.pdfbox.preflight_2.0.6/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:27:24.834Z] [INFO] [2023-09-08T19:27:24.834Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.apache.pdfbox.preflight --- [2023-09-08T19:27:24.834Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.pdfbox.preflight_2.0.6/target/org.apache.pdfbox.preflight-2.0.6-SNAPSHOT.jar [2023-09-08T19:27:26.201Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.pdfbox.preflight_2.0.6/target/org.apache.pdfbox.preflight-2.0.6-SNAPSHOT-sources.jar [2023-09-08T19:27:27.128Z] [INFO] [2023-09-08T19:27:27.128Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.pdfbox.preflight --- [2023-09-08T19:27:27.128Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.apache.pdfbox.preflight:2.0.6-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.pdfbox.preflight_2.0.6/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:27:27.128Z] no-classifier: different [2023-09-08T19:27:27.128Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:27:27.128Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:27:27.128Z] classifier-sources: different [2023-09-08T19:27:27.128Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:27:27.128Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:27:27.128Z] [2023-09-08T19:27:27.128Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.apache.pdfbox.preflight:2.0.6-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.pdfbox.preflight_2.0.6/pom.xml [2023-09-08T19:27:27.128Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:27:27.128Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:27:27.128Z] [2023-09-08T19:27:27.128Z] [INFO] [2023-09-08T19:27:27.128Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.apache.pdfbox.preflight --- [2023-09-08T19:27:27.128Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.pdfbox.preflight_2.0.6/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.pdfbox.preflight/2.0.6-SNAPSHOT/org.apache.pdfbox.preflight-2.0.6-SNAPSHOT.pom [2023-09-08T19:27:27.128Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.pdfbox.preflight_2.0.6/target/org.apache.pdfbox.preflight-2.0.6-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.pdfbox.preflight/2.0.6-SNAPSHOT/org.apache.pdfbox.preflight-2.0.6-SNAPSHOT.jar [2023-09-08T19:27:27.128Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.pdfbox.preflight_2.0.6/target/org.apache.pdfbox.preflight-2.0.6-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.pdfbox.preflight/2.0.6-SNAPSHOT/org.apache.pdfbox.preflight-2.0.6-SNAPSHOT-sources.jar [2023-09-08T19:27:27.128Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.pdfbox.preflight_2.0.6/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.pdfbox.preflight/2.0.6-SNAPSHOT/org.apache.pdfbox.preflight-2.0.6-SNAPSHOT-p2metadata.xml [2023-09-08T19:27:27.128Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.pdfbox.preflight_2.0.6/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.pdfbox.preflight/2.0.6-SNAPSHOT/org.apache.pdfbox.preflight-2.0.6-SNAPSHOT-p2artifacts.xml [2023-09-08T19:27:27.128Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.pdfbox.preflight_2.0.6/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.pdfbox.preflight/2.0.6-SNAPSHOT/org.apache.pdfbox.preflight-2.0.6-SNAPSHOT-p2metadata.xml [2023-09-08T19:27:27.128Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.pdfbox.preflight_2.0.6/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.pdfbox.preflight/2.0.6-SNAPSHOT/org.apache.pdfbox.preflight-2.0.6-SNAPSHOT-p2artifacts.xml [2023-09-08T19:27:27.128Z] [INFO] [2023-09-08T19:27:27.128Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.pdfbox.preflight --- [2023-09-08T19:27:27.128Z] [INFO] [2023-09-08T19:27:27.128Z] [INFO] ---------< org.eclipse.orbit.bundles:org.apache.pdfbox.xmpbox >--------- [2023-09-08T19:27:27.128Z] [INFO] Building Apache XmpBox 2.0.6-SNAPSHOT [37/375] [2023-09-08T19:27:27.128Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:27:27.128Z] [INFO] [2023-09-08T19:27:27.128Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.pdfbox.xmpbox --- [2023-09-08T19:27:27.128Z] [INFO] [2023-09-08T19:27:27.128Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.pdfbox.xmpbox --- [2023-09-08T19:27:27.128Z] [INFO] The project's OSGi version is 2.0.6.v20221112-0806 [2023-09-08T19:27:27.128Z] [INFO] [2023-09-08T19:27:27.128Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.pdfbox.xmpbox --- [2023-09-08T19:27:27.128Z] [INFO] [2023-09-08T19:27:27.128Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.pdfbox.xmpbox --- [2023-09-08T19:27:27.128Z] [INFO] Copying 3 resources [2023-09-08T19:27:27.128Z] [INFO] [2023-09-08T19:27:27.128Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.pdfbox.xmpbox --- [2023-09-08T19:27:27.128Z] [INFO] No sources to compile [2023-09-08T19:27:27.128Z] [INFO] [2023-09-08T19:27:27.128Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.pdfbox.xmpbox --- [2023-09-08T19:27:27.128Z] [INFO] Gathering dependencies [2023-09-08T19:27:27.128Z] [INFO] Configured Artifact: org.apache.pdfbox:xmpbox:2.0.6:jar [2023-09-08T19:27:27.128Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/pdfbox/xmpbox/2.0.6/xmpbox-2.0.6.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.pdfbox.xmpbox_2.0.6/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:27:27.128Z] [INFO] Merging collected dependencies [2023-09-08T19:27:27.128Z] [INFO] Copying 79 resources [2023-09-08T19:27:27.384Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:27:27.384Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.pdfbox.xmpbox:eclipse-bundle-recipe:2.0.6-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:27:27.384Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.pdfbox.xmpbox_2.0.6/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:27:27.384Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.pdfbox.xmpbox_2.0.6/target/org.apache.pdfbox.xmpbox-2.0.6-SNAPSHOT.jar [2023-09-08T19:27:27.384Z] [INFO] Gathering sources [2023-09-08T19:27:27.384Z] [INFO] Configured Artifact: org.apache.pdfbox:xmpbox:sources:2.0.6:jar [2023-09-08T19:27:27.384Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/pdfbox/xmpbox/2.0.6/xmpbox-2.0.6-sources.jar [2023-09-08T19:27:27.385Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/pdfbox/xmpbox/2.0.6/xmpbox-2.0.6-sources.jar [2023-09-08T19:27:27.385Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/pdfbox/xmpbox/2.0.6/xmpbox-2.0.6-sources.jar (120 kB at 2.5 MB/s) [2023-09-08T19:27:27.385Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/pdfbox/xmpbox/2.0.6/xmpbox-2.0.6-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.pdfbox.xmpbox_2.0.6/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:27:27.641Z] [INFO] Copying 3 resources [2023-09-08T19:27:27.641Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.pdfbox.xmpbox_2.0.6/src/main/java [2023-09-08T19:27:27.641Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.pdfbox.xmpbox_2.0.6/target/org.apache.pdfbox.xmpbox-2.0.6-SNAPSHOT-sources.jar [2023-09-08T19:27:27.641Z] [INFO] Assembling p2 repository [2023-09-08T19:27:28.202Z] [INFO] [2023-09-08T19:27:28.202Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.pdfbox.xmpbox --- [2023-09-08T19:27:28.202Z] [INFO] [2023-09-08T19:27:28.202Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.pdfbox.xmpbox --- [2023-09-08T19:27:28.202Z] [INFO] Gathering sources archives [2023-09-08T19:27:28.202Z] [INFO] Configured Artifact: org.apache.pdfbox:xmpbox:sources:2.0.6:jar [2023-09-08T19:27:28.202Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/pdfbox/xmpbox/2.0.6/xmpbox-2.0.6-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.pdfbox.xmpbox_2.0.6/target/sources-for-eclipse-ipzilla/xmpbox-2.0.6-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:27:28.202Z] [INFO] Configured Artifact: org.apache.pdfbox:xmpbox:sources:2.0.6:jar [2023-09-08T19:27:28.202Z] [INFO] Copying xmpbox-2.0.6-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.pdfbox.xmpbox_2.0.6/target/sources-for-eclipse-ipzilla/xmpbox-2.0.6-sources.jar [2023-09-08T19:27:28.202Z] [INFO] Refreshing about files and about.html [2023-09-08T19:27:28.202Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.pdfbox.xmpbox_2.0.6/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:27:28.202Z] [INFO] [2023-09-08T19:27:28.202Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.apache.pdfbox.xmpbox --- [2023-09-08T19:27:28.202Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.pdfbox.xmpbox_2.0.6/target/org.apache.pdfbox.xmpbox-2.0.6-SNAPSHOT.jar [2023-09-08T19:27:29.131Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.pdfbox.xmpbox_2.0.6/target/org.apache.pdfbox.xmpbox-2.0.6-SNAPSHOT-sources.jar [2023-09-08T19:27:30.496Z] [INFO] [2023-09-08T19:27:30.496Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.pdfbox.xmpbox --- [2023-09-08T19:27:30.496Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.apache.pdfbox.xmpbox:2.0.6-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.pdfbox.xmpbox_2.0.6/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:27:30.496Z] no-classifier: different [2023-09-08T19:27:30.496Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:27:30.496Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:27:30.496Z] classifier-sources: different [2023-09-08T19:27:30.496Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:27:30.496Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:27:30.496Z] [2023-09-08T19:27:30.496Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.apache.pdfbox.xmpbox:2.0.6-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.pdfbox.xmpbox_2.0.6/pom.xml [2023-09-08T19:27:30.496Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:27:30.496Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:27:30.496Z] [2023-09-08T19:27:30.496Z] [INFO] [2023-09-08T19:27:30.496Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.apache.pdfbox.xmpbox --- [2023-09-08T19:27:30.496Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.pdfbox.xmpbox_2.0.6/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.pdfbox.xmpbox/2.0.6-SNAPSHOT/org.apache.pdfbox.xmpbox-2.0.6-SNAPSHOT.pom [2023-09-08T19:27:30.496Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.pdfbox.xmpbox_2.0.6/target/org.apache.pdfbox.xmpbox-2.0.6-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.pdfbox.xmpbox/2.0.6-SNAPSHOT/org.apache.pdfbox.xmpbox-2.0.6-SNAPSHOT.jar [2023-09-08T19:27:30.496Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.pdfbox.xmpbox_2.0.6/target/org.apache.pdfbox.xmpbox-2.0.6-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.pdfbox.xmpbox/2.0.6-SNAPSHOT/org.apache.pdfbox.xmpbox-2.0.6-SNAPSHOT-sources.jar [2023-09-08T19:27:30.496Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.pdfbox.xmpbox_2.0.6/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.pdfbox.xmpbox/2.0.6-SNAPSHOT/org.apache.pdfbox.xmpbox-2.0.6-SNAPSHOT-p2metadata.xml [2023-09-08T19:27:30.496Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.pdfbox.xmpbox_2.0.6/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.pdfbox.xmpbox/2.0.6-SNAPSHOT/org.apache.pdfbox.xmpbox-2.0.6-SNAPSHOT-p2artifacts.xml [2023-09-08T19:27:30.496Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.pdfbox.xmpbox_2.0.6/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.pdfbox.xmpbox/2.0.6-SNAPSHOT/org.apache.pdfbox.xmpbox-2.0.6-SNAPSHOT-p2metadata.xml [2023-09-08T19:27:30.496Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.pdfbox.xmpbox_2.0.6/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.pdfbox.xmpbox/2.0.6-SNAPSHOT/org.apache.pdfbox.xmpbox-2.0.6-SNAPSHOT-p2artifacts.xml [2023-09-08T19:27:30.496Z] [INFO] [2023-09-08T19:27:30.496Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.pdfbox.xmpbox --- [2023-09-08T19:27:30.496Z] [INFO] [2023-09-08T19:27:30.496Z] [INFO] ------------< org.eclipse.orbit.bundles:org.apache.pdfbox >------------- [2023-09-08T19:27:30.496Z] [INFO] Building Apache PDFBox 2.0.6-SNAPSHOT [38/375] [2023-09-08T19:27:30.496Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:27:30.496Z] [INFO] [2023-09-08T19:27:30.496Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.pdfbox --- [2023-09-08T19:27:30.496Z] [INFO] [2023-09-08T19:27:30.496Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.pdfbox --- [2023-09-08T19:27:30.496Z] [INFO] The project's OSGi version is 2.0.6.v20221112-0806 [2023-09-08T19:27:30.496Z] [INFO] [2023-09-08T19:27:30.496Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.pdfbox --- [2023-09-08T19:27:30.496Z] [INFO] [2023-09-08T19:27:30.496Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.pdfbox --- [2023-09-08T19:27:30.496Z] [INFO] Copying 3 resources [2023-09-08T19:27:30.496Z] [INFO] [2023-09-08T19:27:30.496Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.pdfbox --- [2023-09-08T19:27:30.496Z] [INFO] No sources to compile [2023-09-08T19:27:30.496Z] [INFO] [2023-09-08T19:27:30.496Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.pdfbox --- [2023-09-08T19:27:30.496Z] [INFO] Gathering dependencies [2023-09-08T19:27:30.496Z] [INFO] Configured Artifact: org.apache.pdfbox:pdfbox:2.0.6:jar [2023-09-08T19:27:30.496Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/pdfbox/pdfbox/2.0.6/pdfbox-2.0.6.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.pdfbox_2.0.6/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:27:30.752Z] [INFO] Merging collected dependencies [2023-09-08T19:27:30.752Z] [INFO] Copying 721 resources [2023-09-08T19:27:30.752Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:27:31.008Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.pdfbox:eclipse-bundle-recipe:2.0.6-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:27:31.008Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.pdfbox_2.0.6/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:27:31.265Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.pdfbox_2.0.6/target/org.apache.pdfbox-2.0.6-SNAPSHOT.jar [2023-09-08T19:27:31.521Z] [INFO] Gathering sources [2023-09-08T19:27:31.521Z] [INFO] Configured Artifact: org.apache.pdfbox:pdfbox:sources:2.0.6:jar [2023-09-08T19:27:31.521Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/pdfbox/pdfbox/2.0.6/pdfbox-2.0.6-sources.jar [2023-09-08T19:27:31.521Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/pdfbox/pdfbox/2.0.6/pdfbox-2.0.6-sources.jar [2023-09-08T19:27:31.521Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/pdfbox/pdfbox/2.0.6/pdfbox-2.0.6-sources.jar (2.3 MB at 42 MB/s) [2023-09-08T19:27:31.521Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/pdfbox/pdfbox/2.0.6/pdfbox-2.0.6-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.pdfbox_2.0.6/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:27:31.521Z] [INFO] Copying 3 resources [2023-09-08T19:27:31.521Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.pdfbox_2.0.6/src/main/java [2023-09-08T19:27:31.521Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.pdfbox_2.0.6/target/org.apache.pdfbox-2.0.6-SNAPSHOT-sources.jar [2023-09-08T19:27:31.777Z] [INFO] Assembling p2 repository [2023-09-08T19:27:32.338Z] [INFO] [2023-09-08T19:27:32.338Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.pdfbox --- [2023-09-08T19:27:32.338Z] [INFO] [2023-09-08T19:27:32.339Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.pdfbox --- [2023-09-08T19:27:32.339Z] [INFO] Gathering sources archives [2023-09-08T19:27:32.339Z] [INFO] Configured Artifact: org.apache.pdfbox:pdfbox:sources:2.0.6:jar [2023-09-08T19:27:32.339Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/pdfbox/pdfbox/2.0.6/pdfbox-2.0.6-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.pdfbox_2.0.6/target/sources-for-eclipse-ipzilla/pdfbox-2.0.6-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:27:32.594Z] [INFO] Configured Artifact: org.apache.pdfbox:pdfbox:sources:2.0.6:jar [2023-09-08T19:27:32.594Z] [INFO] Copying pdfbox-2.0.6-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.pdfbox_2.0.6/target/sources-for-eclipse-ipzilla/pdfbox-2.0.6-sources.jar [2023-09-08T19:27:32.594Z] [INFO] Refreshing about files and about.html [2023-09-08T19:27:32.594Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.pdfbox_2.0.6/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:27:32.594Z] [INFO] [2023-09-08T19:27:32.594Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.apache.pdfbox --- [2023-09-08T19:27:33.156Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.pdfbox_2.0.6/target/org.apache.pdfbox-2.0.6-SNAPSHOT.jar [2023-09-08T19:27:37.325Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.pdfbox_2.0.6/target/org.apache.pdfbox-2.0.6-SNAPSHOT-sources.jar [2023-09-08T19:27:38.255Z] [INFO] [2023-09-08T19:27:38.255Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.pdfbox --- [2023-09-08T19:27:38.818Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.apache.pdfbox:2.0.6-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.pdfbox_2.0.6/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:27:38.818Z] no-classifier: different [2023-09-08T19:27:38.818Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:27:38.818Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:27:38.818Z] classifier-sources: different [2023-09-08T19:27:38.818Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:27:38.818Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:27:38.818Z] [2023-09-08T19:27:38.818Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.apache.pdfbox:2.0.6-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.pdfbox_2.0.6/pom.xml [2023-09-08T19:27:38.818Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:27:38.818Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:27:38.818Z] [2023-09-08T19:27:38.818Z] [INFO] [2023-09-08T19:27:38.818Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.apache.pdfbox --- [2023-09-08T19:27:38.818Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.pdfbox_2.0.6/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.pdfbox/2.0.6-SNAPSHOT/org.apache.pdfbox-2.0.6-SNAPSHOT.pom [2023-09-08T19:27:38.818Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.pdfbox_2.0.6/target/org.apache.pdfbox-2.0.6-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.pdfbox/2.0.6-SNAPSHOT/org.apache.pdfbox-2.0.6-SNAPSHOT.jar [2023-09-08T19:27:38.818Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.pdfbox_2.0.6/target/org.apache.pdfbox-2.0.6-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.pdfbox/2.0.6-SNAPSHOT/org.apache.pdfbox-2.0.6-SNAPSHOT-sources.jar [2023-09-08T19:27:38.818Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.pdfbox_2.0.6/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.pdfbox/2.0.6-SNAPSHOT/org.apache.pdfbox-2.0.6-SNAPSHOT-p2metadata.xml [2023-09-08T19:27:38.818Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.pdfbox_2.0.6/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.pdfbox/2.0.6-SNAPSHOT/org.apache.pdfbox-2.0.6-SNAPSHOT-p2artifacts.xml [2023-09-08T19:27:38.819Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.pdfbox_2.0.6/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.pdfbox/2.0.6-SNAPSHOT/org.apache.pdfbox-2.0.6-SNAPSHOT-p2metadata.xml [2023-09-08T19:27:38.819Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.pdfbox_2.0.6/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.pdfbox/2.0.6-SNAPSHOT/org.apache.pdfbox-2.0.6-SNAPSHOT-p2artifacts.xml [2023-09-08T19:27:38.819Z] [INFO] [2023-09-08T19:27:38.819Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.pdfbox --- [2023-09-08T19:27:38.819Z] [INFO] [2023-09-08T19:27:38.819Z] [INFO] --------------< org.eclipse.orbit.bundles:org.apache.poi >-------------- [2023-09-08T19:27:38.819Z] [INFO] Building Apache POI 4.1.1-SNAPSHOT [39/375] [2023-09-08T19:27:38.819Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:27:38.819Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/poi/poi/4.1.1/poi-4.1.1.pom [2023-09-08T19:27:40.711Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/poi/poi/4.1.1/poi-4.1.1.pom [2023-09-08T19:27:40.711Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/poi/poi/4.1.1/poi-4.1.1.pom (3.5 kB at 289 kB/s) [2023-09-08T19:27:40.711Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/commons-codec/commons-codec/1.13/commons-codec-1.13.pom [2023-09-08T19:27:40.711Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.13/commons-codec-1.13.pom [2023-09-08T19:27:40.711Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.13/commons-codec-1.13.pom (14 kB at 1.3 MB/s) [2023-09-08T19:27:40.711Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/poi/poi/4.1.1/poi-4.1.1.jar [2023-09-08T19:27:40.711Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/commons-codec/commons-codec/1.13/commons-codec-1.13.jar [2023-09-08T19:27:40.711Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/poi/poi/4.1.1/poi-4.1.1.jar [2023-09-08T19:27:40.711Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.13/commons-codec-1.13.jar [2023-09-08T19:27:40.711Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.13/commons-codec-1.13.jar (344 kB at 14 MB/s) [2023-09-08T19:27:40.711Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/poi/poi/4.1.1/poi-4.1.1.jar (2.8 MB at 69 MB/s) [2023-09-08T19:27:40.711Z] [INFO] [2023-09-08T19:27:40.711Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.poi --- [2023-09-08T19:27:40.711Z] [INFO] [2023-09-08T19:27:40.711Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.poi --- [2023-09-08T19:27:40.711Z] [INFO] The project's OSGi version is 4.1.1.v20221112-0806 [2023-09-08T19:27:40.711Z] [INFO] [2023-09-08T19:27:40.711Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.poi --- [2023-09-08T19:27:40.711Z] [INFO] [2023-09-08T19:27:40.711Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.poi --- [2023-09-08T19:27:40.711Z] [INFO] Copying 3 resources [2023-09-08T19:27:40.711Z] [INFO] [2023-09-08T19:27:40.711Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.poi --- [2023-09-08T19:27:40.711Z] [INFO] No sources to compile [2023-09-08T19:27:40.711Z] [INFO] [2023-09-08T19:27:40.711Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.poi --- [2023-09-08T19:27:40.711Z] [INFO] Gathering dependencies [2023-09-08T19:27:40.711Z] [INFO] Configured Artifact: org.apache.poi:poi:4.1.1:jar [2023-09-08T19:27:40.711Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/poi/poi/4.1.1/poi-4.1.1.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.poi_4.1.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:27:40.711Z] [INFO] Merging collected dependencies [2023-09-08T19:27:40.711Z] [INFO] Copying 1753 resources [2023-09-08T19:27:40.967Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:27:41.529Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.poi:eclipse-bundle-recipe:4.1.1-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] [2023-09-08T19:27:41.529Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.poi_4.1.1/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:27:41.784Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.poi_4.1.1/target/org.apache.poi-4.1.1-SNAPSHOT.jar [2023-09-08T19:27:42.040Z] [INFO] Gathering sources [2023-09-08T19:27:42.040Z] [INFO] Configured Artifact: org.apache.poi:poi:sources:4.1.1:jar [2023-09-08T19:27:42.040Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/poi/poi/4.1.1/poi-4.1.1-sources.jar [2023-09-08T19:27:42.040Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/poi/poi/4.1.1/poi-4.1.1-sources.jar [2023-09-08T19:27:42.040Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/poi/poi/4.1.1/poi-4.1.1-sources.jar (2.4 MB at 46 MB/s) [2023-09-08T19:27:42.040Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/poi/poi/4.1.1/poi-4.1.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.poi_4.1.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:27:42.296Z] [INFO] Copying 3 resources [2023-09-08T19:27:42.296Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.poi_4.1.1/src/main/java [2023-09-08T19:27:42.296Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.poi_4.1.1/target/org.apache.poi-4.1.1-SNAPSHOT-sources.jar [2023-09-08T19:27:42.551Z] [INFO] Assembling p2 repository [2023-09-08T19:27:43.113Z] [INFO] [2023-09-08T19:27:43.113Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.poi --- [2023-09-08T19:27:43.113Z] [INFO] [2023-09-08T19:27:43.113Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.poi --- [2023-09-08T19:27:43.113Z] [INFO] Gathering sources archives [2023-09-08T19:27:43.113Z] [INFO] Configured Artifact: org.apache.poi:poi:sources:4.1.1:jar [2023-09-08T19:27:43.113Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/poi/poi/4.1.1/poi-4.1.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.poi_4.1.1/target/sources-for-eclipse-ipzilla/poi-4.1.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:27:43.369Z] [INFO] Configured Artifact: org.apache.poi:poi:sources:4.1.1:jar [2023-09-08T19:27:43.369Z] [INFO] Copying poi-4.1.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.poi_4.1.1/target/sources-for-eclipse-ipzilla/poi-4.1.1-sources.jar [2023-09-08T19:27:43.369Z] [INFO] Refreshing about files and about.html [2023-09-08T19:27:43.369Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.poi_4.1.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:27:43.369Z] [INFO] [2023-09-08T19:27:43.369Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.apache.poi --- [2023-09-08T19:27:43.931Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.poi_4.1.1/target/org.apache.poi-4.1.1-SNAPSHOT.jar [2023-09-08T19:27:46.447Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.poi_4.1.1/target/org.apache.poi-4.1.1-SNAPSHOT-sources.jar [2023-09-08T19:27:47.814Z] [INFO] [2023-09-08T19:27:47.814Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.poi --- [2023-09-08T19:27:48.763Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.apache.poi:4.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.poi_4.1.1/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:27:48.763Z] no-classifier: different [2023-09-08T19:27:48.763Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:27:48.763Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:27:48.763Z] classifier-sources: different [2023-09-08T19:27:48.763Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:27:48.763Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:27:48.763Z] [2023-09-08T19:27:48.763Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.apache.poi:4.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.poi_4.1.1/pom.xml [2023-09-08T19:27:48.763Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:27:48.763Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:27:48.763Z] [2023-09-08T19:27:48.763Z] [INFO] [2023-09-08T19:27:48.763Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.apache.poi --- [2023-09-08T19:27:48.763Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.poi_4.1.1/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.poi/4.1.1-SNAPSHOT/org.apache.poi-4.1.1-SNAPSHOT.pom [2023-09-08T19:27:48.763Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.poi_4.1.1/target/org.apache.poi-4.1.1-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.poi/4.1.1-SNAPSHOT/org.apache.poi-4.1.1-SNAPSHOT.jar [2023-09-08T19:27:48.763Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.poi_4.1.1/target/org.apache.poi-4.1.1-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.poi/4.1.1-SNAPSHOT/org.apache.poi-4.1.1-SNAPSHOT-sources.jar [2023-09-08T19:27:48.763Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.poi_4.1.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.poi/4.1.1-SNAPSHOT/org.apache.poi-4.1.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:27:48.763Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.poi_4.1.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.poi/4.1.1-SNAPSHOT/org.apache.poi-4.1.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:27:48.763Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.poi_4.1.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.poi/4.1.1-SNAPSHOT/org.apache.poi-4.1.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:27:48.763Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.poi_4.1.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.poi/4.1.1-SNAPSHOT/org.apache.poi-4.1.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:27:48.763Z] [INFO] [2023-09-08T19:27:48.763Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.poi --- [2023-09-08T19:27:48.763Z] [INFO] [2023-09-08T19:27:48.763Z] [INFO] -----------< org.eclipse.orbit.bundles:org.apache.poi.ooxml >----------- [2023-09-08T19:27:48.763Z] [INFO] Building Apache POI OOXML 4.1.1-SNAPSHOT [40/375] [2023-09-08T19:27:48.763Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:27:48.763Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/poi/poi-ooxml/4.1.1/poi-ooxml-4.1.1.pom [2023-09-08T19:27:48.763Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/poi/poi-ooxml/4.1.1/poi-ooxml-4.1.1.pom [2023-09-08T19:27:48.763Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/poi/poi-ooxml/4.1.1/poi-ooxml-4.1.1.pom (2.9 kB at 239 kB/s) [2023-09-08T19:27:48.763Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/poi/poi-ooxml-schemas/4.1.1/poi-ooxml-schemas-4.1.1.pom [2023-09-08T19:27:48.763Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/poi/poi-ooxml-schemas/4.1.1/poi-ooxml-schemas-4.1.1.pom [2023-09-08T19:27:48.763Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/poi/poi-ooxml-schemas/4.1.1/poi-ooxml-schemas-4.1.1.pom (2.7 kB at 99 kB/s) [2023-09-08T19:27:48.763Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/xmlbeans/xmlbeans/3.1.0/xmlbeans-3.1.0.pom [2023-09-08T19:27:48.763Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xmlbeans/xmlbeans/3.1.0/xmlbeans-3.1.0.pom [2023-09-08T19:27:48.763Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xmlbeans/xmlbeans/3.1.0/xmlbeans-3.1.0.pom (3.1 kB at 220 kB/s) [2023-09-08T19:27:48.763Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/commons/commons-compress/1.19/commons-compress-1.19.pom [2023-09-08T19:27:48.763Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.19/commons-compress-1.19.pom [2023-09-08T19:27:48.763Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.19/commons-compress-1.19.pom (18 kB at 1.7 MB/s) [2023-09-08T19:27:48.763Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/github/virtuald/curvesapi/1.06/curvesapi-1.06.pom [2023-09-08T19:27:48.763Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/virtuald/curvesapi/1.06/curvesapi-1.06.pom [2023-09-08T19:27:48.763Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/virtuald/curvesapi/1.06/curvesapi-1.06.pom (4.0 kB at 364 kB/s) [2023-09-08T19:27:48.763Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/poi/poi-ooxml/4.1.1/poi-ooxml-4.1.1.jar [2023-09-08T19:27:48.763Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/xmlbeans/xmlbeans/3.1.0/xmlbeans-3.1.0.jar [2023-09-08T19:27:48.763Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/poi/poi-ooxml-schemas/4.1.1/poi-ooxml-schemas-4.1.1.jar [2023-09-08T19:27:48.763Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/github/virtuald/curvesapi/1.06/curvesapi-1.06.jar [2023-09-08T19:27:48.763Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/commons/commons-compress/1.19/commons-compress-1.19.jar [2023-09-08T19:27:48.763Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/poi/poi-ooxml/4.1.1/poi-ooxml-4.1.1.jar [2023-09-08T19:27:48.763Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xmlbeans/xmlbeans/3.1.0/xmlbeans-3.1.0.jar [2023-09-08T19:27:48.763Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/poi/poi-ooxml-schemas/4.1.1/poi-ooxml-schemas-4.1.1.jar [2023-09-08T19:27:48.763Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/virtuald/curvesapi/1.06/curvesapi-1.06.jar [2023-09-08T19:27:48.764Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.19/commons-compress-1.19.jar [2023-09-08T19:27:48.764Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/virtuald/curvesapi/1.06/curvesapi-1.06.jar (112 kB at 4.3 MB/s) [2023-09-08T19:27:48.764Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.19/commons-compress-1.19.jar (615 kB at 22 MB/s) [2023-09-08T19:27:48.764Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xmlbeans/xmlbeans/3.1.0/xmlbeans-3.1.0.jar (2.6 MB at 30 MB/s) [2023-09-08T19:27:48.764Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/poi/poi-ooxml/4.1.1/poi-ooxml-4.1.1.jar (1.9 MB at 20 MB/s) [2023-09-08T19:27:49.027Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/poi/poi-ooxml-schemas/4.1.1/poi-ooxml-schemas-4.1.1.jar (7.9 MB at 61 MB/s) [2023-09-08T19:27:49.027Z] [INFO] [2023-09-08T19:27:49.027Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.poi.ooxml --- [2023-09-08T19:27:49.027Z] [INFO] [2023-09-08T19:27:49.027Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.poi.ooxml --- [2023-09-08T19:27:49.027Z] [INFO] The project's OSGi version is 4.1.1.v20221112-0806 [2023-09-08T19:27:49.027Z] [INFO] [2023-09-08T19:27:49.027Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.poi.ooxml --- [2023-09-08T19:27:49.027Z] [INFO] [2023-09-08T19:27:49.027Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.poi.ooxml --- [2023-09-08T19:27:49.027Z] [INFO] Copying 3 resources [2023-09-08T19:27:49.027Z] [INFO] [2023-09-08T19:27:49.027Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.poi.ooxml --- [2023-09-08T19:27:49.027Z] [INFO] No sources to compile [2023-09-08T19:27:49.027Z] [INFO] [2023-09-08T19:27:49.027Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.poi.ooxml --- [2023-09-08T19:27:49.027Z] [INFO] Gathering dependencies [2023-09-08T19:27:49.027Z] [INFO] Configured Artifact: org.apache.poi:poi-ooxml:4.1.1:jar [2023-09-08T19:27:49.027Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/poi/poi-ooxml/4.1.1/poi-ooxml-4.1.1.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.poi.ooxml_4.1.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:27:49.027Z] [INFO] Merging collected dependencies [2023-09-08T19:27:49.027Z] [INFO] Copying 874 resources [2023-09-08T19:27:49.027Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:27:49.589Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.poi.ooxml:eclipse-bundle-recipe:4.1.1-SNAPSHOT : Unused Export-Package instructions: [*.implementation.*, *.impl.*] [2023-09-08T19:27:49.589Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.poi.ooxml_4.1.1/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:27:49.845Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.poi.ooxml_4.1.1/target/org.apache.poi.ooxml-4.1.1-SNAPSHOT.jar [2023-09-08T19:27:49.845Z] [INFO] Gathering sources [2023-09-08T19:27:49.845Z] [INFO] Configured Artifact: org.apache.poi:poi-ooxml:sources:4.1.1:jar [2023-09-08T19:27:49.845Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/poi/poi-ooxml/4.1.1/poi-ooxml-4.1.1-sources.jar [2023-09-08T19:27:49.845Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/poi/poi-ooxml/4.1.1/poi-ooxml-4.1.1-sources.jar [2023-09-08T19:27:49.845Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/poi/poi-ooxml/4.1.1/poi-ooxml-4.1.1-sources.jar (1.3 MB at 27 MB/s) [2023-09-08T19:27:49.845Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/poi/poi-ooxml/4.1.1/poi-ooxml-4.1.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.poi.ooxml_4.1.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:27:50.107Z] [INFO] Copying 3 resources [2023-09-08T19:27:50.107Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.poi.ooxml_4.1.1/src/main/java [2023-09-08T19:27:50.107Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.poi.ooxml_4.1.1/target/org.apache.poi.ooxml-4.1.1-SNAPSHOT-sources.jar [2023-09-08T19:27:50.107Z] [INFO] Assembling p2 repository [2023-09-08T19:27:51.035Z] [INFO] [2023-09-08T19:27:51.035Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.poi.ooxml --- [2023-09-08T19:27:51.035Z] [INFO] [2023-09-08T19:27:51.035Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.poi.ooxml --- [2023-09-08T19:27:51.035Z] [INFO] Gathering sources archives [2023-09-08T19:27:51.035Z] [INFO] Configured Artifact: org.apache.poi:poi-ooxml:sources:4.1.1:jar [2023-09-08T19:27:51.035Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/poi/poi-ooxml/4.1.1/poi-ooxml-4.1.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.poi.ooxml_4.1.1/target/sources-for-eclipse-ipzilla/poi-ooxml-4.1.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:27:51.035Z] [INFO] Configured Artifact: org.apache.poi:poi-ooxml:sources:4.1.1:jar [2023-09-08T19:27:51.035Z] [INFO] Copying poi-ooxml-4.1.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.poi.ooxml_4.1.1/target/sources-for-eclipse-ipzilla/poi-ooxml-4.1.1-sources.jar [2023-09-08T19:27:51.035Z] [INFO] Refreshing about files and about.html [2023-09-08T19:27:51.035Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.poi.ooxml_4.1.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:27:51.035Z] [INFO] [2023-09-08T19:27:51.036Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.apache.poi.ooxml --- [2023-09-08T19:27:51.291Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.poi.ooxml_4.1.1/target/org.apache.poi.ooxml-4.1.1-SNAPSHOT.jar [2023-09-08T19:27:53.181Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.poi.ooxml_4.1.1/target/org.apache.poi.ooxml-4.1.1-SNAPSHOT-sources.jar [2023-09-08T19:27:58.432Z] [INFO] [2023-09-08T19:27:58.432Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.poi.ooxml --- [2023-09-08T19:27:58.432Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.apache.poi.ooxml:4.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.poi.ooxml_4.1.1/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:27:58.432Z] no-classifier: different [2023-09-08T19:27:58.432Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:27:58.432Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:27:58.432Z] classifier-sources: different [2023-09-08T19:27:58.432Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:27:58.432Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:27:58.432Z] [2023-09-08T19:27:58.432Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.apache.poi.ooxml:4.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.poi.ooxml_4.1.1/pom.xml [2023-09-08T19:27:58.432Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:27:58.432Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:27:58.432Z] [2023-09-08T19:27:58.432Z] [INFO] [2023-09-08T19:27:58.432Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.apache.poi.ooxml --- [2023-09-08T19:27:58.432Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.poi.ooxml_4.1.1/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.poi.ooxml/4.1.1-SNAPSHOT/org.apache.poi.ooxml-4.1.1-SNAPSHOT.pom [2023-09-08T19:27:58.432Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.poi.ooxml_4.1.1/target/org.apache.poi.ooxml-4.1.1-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.poi.ooxml/4.1.1-SNAPSHOT/org.apache.poi.ooxml-4.1.1-SNAPSHOT.jar [2023-09-08T19:27:58.432Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.poi.ooxml_4.1.1/target/org.apache.poi.ooxml-4.1.1-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.poi.ooxml/4.1.1-SNAPSHOT/org.apache.poi.ooxml-4.1.1-SNAPSHOT-sources.jar [2023-09-08T19:27:58.432Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.poi.ooxml_4.1.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.poi.ooxml/4.1.1-SNAPSHOT/org.apache.poi.ooxml-4.1.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:27:58.432Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.poi.ooxml_4.1.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.poi.ooxml/4.1.1-SNAPSHOT/org.apache.poi.ooxml-4.1.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:27:58.432Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.poi.ooxml_4.1.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.poi.ooxml/4.1.1-SNAPSHOT/org.apache.poi.ooxml-4.1.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:27:58.432Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.poi.ooxml_4.1.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.poi.ooxml/4.1.1-SNAPSHOT/org.apache.poi.ooxml-4.1.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:27:58.432Z] [INFO] [2023-09-08T19:27:58.432Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.poi.ooxml --- [2023-09-08T19:27:58.432Z] [INFO] [2023-09-08T19:27:58.432Z] [INFO] -------< org.eclipse.orbit.bundles:org.apache.poi.ooxml.schemas >------- [2023-09-08T19:27:58.432Z] [INFO] Building Apache POI OOXML Schemas 4.1.1-SNAPSHOT [41/375] [2023-09-08T19:27:58.432Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:27:58.432Z] [INFO] [2023-09-08T19:27:58.432Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.poi.ooxml.schemas --- [2023-09-08T19:27:58.432Z] [INFO] [2023-09-08T19:27:58.432Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.poi.ooxml.schemas --- [2023-09-08T19:27:58.432Z] [INFO] The project's OSGi version is 4.1.1.v20221112-0806 [2023-09-08T19:27:58.432Z] [INFO] [2023-09-08T19:27:58.432Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.poi.ooxml.schemas --- [2023-09-08T19:27:58.432Z] [INFO] [2023-09-08T19:27:58.432Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.poi.ooxml.schemas --- [2023-09-08T19:27:58.432Z] [INFO] Copying 3 resources [2023-09-08T19:27:58.432Z] [INFO] [2023-09-08T19:27:58.432Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.poi.ooxml.schemas --- [2023-09-08T19:27:58.432Z] [INFO] No sources to compile [2023-09-08T19:27:58.432Z] [INFO] [2023-09-08T19:27:58.432Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.poi.ooxml.schemas --- [2023-09-08T19:27:58.432Z] [INFO] Gathering dependencies [2023-09-08T19:27:58.432Z] [INFO] Configured Artifact: org.apache.poi:poi-ooxml-schemas:4.1.1:jar [2023-09-08T19:27:58.432Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/poi/poi-ooxml-schemas/4.1.1/poi-ooxml-schemas-4.1.1.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.poi.ooxml.schemas_4.1.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:27:59.361Z] [INFO] Merging collected dependencies [2023-09-08T19:27:59.617Z] [INFO] Copying 7403 resources [2023-09-08T19:28:00.178Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:28:02.067Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.poi.ooxml.schemas:eclipse-bundle-recipe:4.1.1-SNAPSHOT : Unused Export-Package instructions: [*.internal.*] [2023-09-08T19:28:02.067Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.poi.ooxml.schemas_4.1.1/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:28:02.067Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.poi.ooxml.schemas_4.1.1/target/org.apache.poi.ooxml.schemas-4.1.1-SNAPSHOT.jar [2023-09-08T19:28:02.994Z] [INFO] Gathering sources [2023-09-08T19:28:02.994Z] [INFO] Configured Artifact: org.apache.poi:poi-ooxml-schemas:sources:4.1.1:jar [2023-09-08T19:28:02.994Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/poi/poi-ooxml-schemas/4.1.1/poi-ooxml-schemas-4.1.1-sources.jar [2023-09-08T19:28:02.994Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/poi/poi-ooxml-schemas/4.1.1/poi-ooxml-schemas-4.1.1-sources.jar [2023-09-08T19:28:02.994Z] [WARNING] Unable to resolve source jar; skipping source bundle [2023-09-08T19:28:02.994Z] [INFO] Assembling p2 repository [2023-09-08T19:28:03.555Z] [INFO] [2023-09-08T19:28:03.555Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.poi.ooxml.schemas --- [2023-09-08T19:28:03.555Z] [INFO] [2023-09-08T19:28:03.555Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.poi.ooxml.schemas --- [2023-09-08T19:28:03.555Z] [INFO] Gathering sources archives [2023-09-08T19:28:03.555Z] [INFO] Configured Artifact: org.apache.poi:poi-ooxml-schemas:sources:4.1.1:jar [2023-09-08T19:28:03.555Z] [WARNING] Unable to resolve source jar; skipping Eclipse IP information [2023-09-08T19:28:03.555Z] [INFO] Refreshing about files and about.html [2023-09-08T19:28:03.555Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.poi.ooxml.schemas_4.1.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:28:03.555Z] [INFO] [2023-09-08T19:28:03.555Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.apache.poi.ooxml.schemas --- [2023-09-08T19:28:06.071Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.poi.ooxml.schemas_4.1.1/target/org.apache.poi.ooxml.schemas-4.1.1-SNAPSHOT.jar [2023-09-08T19:28:14.163Z] [INFO] [2023-09-08T19:28:14.163Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.poi.ooxml.schemas --- [2023-09-08T19:28:14.725Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.apache.poi.ooxml.schemas:4.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.poi.ooxml.schemas_4.1.1/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:28:14.725Z] no-classifier: different [2023-09-08T19:28:14.725Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:28:14.725Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:28:14.725Z] [2023-09-08T19:28:14.725Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.apache.poi.ooxml.schemas:4.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.poi.ooxml.schemas_4.1.1/pom.xml [2023-09-08T19:28:14.725Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:28:14.725Z] [2023-09-08T19:28:14.725Z] [INFO] [2023-09-08T19:28:14.725Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.apache.poi.ooxml.schemas --- [2023-09-08T19:28:14.725Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.poi.ooxml.schemas_4.1.1/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.poi.ooxml.schemas/4.1.1-SNAPSHOT/org.apache.poi.ooxml.schemas-4.1.1-SNAPSHOT.pom [2023-09-08T19:28:14.726Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.poi.ooxml.schemas_4.1.1/target/org.apache.poi.ooxml.schemas-4.1.1-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.poi.ooxml.schemas/4.1.1-SNAPSHOT/org.apache.poi.ooxml.schemas-4.1.1-SNAPSHOT.jar [2023-09-08T19:28:14.726Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.poi.ooxml.schemas_4.1.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.poi.ooxml.schemas/4.1.1-SNAPSHOT/org.apache.poi.ooxml.schemas-4.1.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:28:14.726Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.poi.ooxml.schemas_4.1.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.poi.ooxml.schemas/4.1.1-SNAPSHOT/org.apache.poi.ooxml.schemas-4.1.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:28:14.726Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.poi.ooxml.schemas_4.1.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.poi.ooxml.schemas/4.1.1-SNAPSHOT/org.apache.poi.ooxml.schemas-4.1.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:28:14.726Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.poi.ooxml.schemas_4.1.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.poi.ooxml.schemas/4.1.1-SNAPSHOT/org.apache.poi.ooxml.schemas-4.1.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:28:14.726Z] [INFO] [2023-09-08T19:28:14.726Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.poi.ooxml.schemas --- [2023-09-08T19:28:14.726Z] [INFO] [2023-09-08T19:28:14.726Z] [INFO] -------< org.eclipse.orbit.bundles:org.apache.santuario.xmlsec >-------- [2023-09-08T19:28:14.726Z] [INFO] Building Apache XML Security for Java 2.2.0-SNAPSHOT [42/375] [2023-09-08T19:28:14.726Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:28:14.726Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/santuario/xmlsec/2.2.0/xmlsec-2.2.0.pom [2023-09-08T19:28:14.726Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/santuario/xmlsec/2.2.0/xmlsec-2.2.0.pom [2023-09-08T19:28:14.726Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/santuario/xmlsec/2.2.0/xmlsec-2.2.0.pom (30 kB at 2.3 MB/s) [2023-09-08T19:28:14.726Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/fasterxml/woodstox/woodstox-core/5.2.1/woodstox-core-5.2.1.pom [2023-09-08T19:28:14.726Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/woodstox/woodstox-core/5.2.1/woodstox-core-5.2.1.pom [2023-09-08T19:28:14.726Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/woodstox/woodstox-core/5.2.1/woodstox-core-5.2.1.pom (9.7 kB at 965 kB/s) [2023-09-08T19:28:14.726Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/fasterxml/oss-parent/35/oss-parent-35.pom [2023-09-08T19:28:14.726Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/35/oss-parent-35.pom [2023-09-08T19:28:14.726Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/35/oss-parent-35.pom (23 kB at 2.1 MB/s) [2023-09-08T19:28:14.726Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/codehaus/woodstox/stax2-api/4.2/stax2-api-4.2.pom [2023-09-08T19:28:14.726Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/4.2/stax2-api-4.2.pom [2023-09-08T19:28:14.726Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/4.2/stax2-api-4.2.pom (6.3 kB at 370 kB/s) [2023-09-08T19:28:14.726Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/jakarta/xml/bind/jakarta.xml.bind-api/2.3.2/jakarta.xml.bind-api-2.3.2.pom [2023-09-08T19:28:14.726Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/jakarta/xml/bind/jakarta.xml.bind-api/2.3.2/jakarta.xml.bind-api-2.3.2.pom [2023-09-08T19:28:14.726Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/xml/bind/jakarta.xml.bind-api/2.3.2/jakarta.xml.bind-api-2.3.2.pom (16 kB at 1.6 MB/s) [2023-09-08T19:28:14.726Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/jakarta/xml/bind/jakarta.xml.bind-api-parent/2.3.2/jakarta.xml.bind-api-parent-2.3.2.pom [2023-09-08T19:28:14.726Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/jakarta/xml/bind/jakarta.xml.bind-api-parent/2.3.2/jakarta.xml.bind-api-parent-2.3.2.pom [2023-09-08T19:28:14.726Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/xml/bind/jakarta.xml.bind-api-parent/2.3.2/jakarta.xml.bind-api-parent-2.3.2.pom (7.7 kB at 851 kB/s) [2023-09-08T19:28:14.726Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/eclipse/ee4j/project/1.0.5/project-1.0.5.pom [2023-09-08T19:28:14.726Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/ee4j/project/1.0.5/project-1.0.5.pom [2023-09-08T19:28:14.726Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/ee4j/project/1.0.5/project-1.0.5.pom (13 kB at 1.5 MB/s) [2023-09-08T19:28:14.726Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/jakarta/activation/jakarta.activation-api/1.2.1/jakarta.activation-api-1.2.1.pom [2023-09-08T19:28:14.726Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/jakarta/activation/jakarta.activation-api/1.2.1/jakarta.activation-api-1.2.1.pom [2023-09-08T19:28:14.726Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/activation/jakarta.activation-api/1.2.1/jakarta.activation-api-1.2.1.pom (4.6 kB at 457 kB/s) [2023-09-08T19:28:14.726Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/sun/activation/all/1.2.1/all-1.2.1.pom [2023-09-08T19:28:14.726Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sun/activation/all/1.2.1/all-1.2.1.pom [2023-09-08T19:28:14.726Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/activation/all/1.2.1/all-1.2.1.pom (18 kB at 905 kB/s) [2023-09-08T19:28:14.982Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/eclipse/ee4j/project/1.0.2/project-1.0.2.pom [2023-09-08T19:28:14.982Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/ee4j/project/1.0.2/project-1.0.2.pom [2023-09-08T19:28:14.982Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/ee4j/project/1.0.2/project-1.0.2.pom (12 kB at 1.2 MB/s) [2023-09-08T19:28:14.982Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/santuario/xmlsec/2.2.0/xmlsec-2.2.0.jar [2023-09-08T19:28:14.982Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/codehaus/woodstox/stax2-api/4.2/stax2-api-4.2.jar [2023-09-08T19:28:14.982Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/fasterxml/woodstox/woodstox-core/5.2.1/woodstox-core-5.2.1.jar [2023-09-08T19:28:14.982Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/jakarta/activation/jakarta.activation-api/1.2.1/jakarta.activation-api-1.2.1.jar [2023-09-08T19:28:14.982Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/jakarta/xml/bind/jakarta.xml.bind-api/2.3.2/jakarta.xml.bind-api-2.3.2.jar [2023-09-08T19:28:14.982Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/santuario/xmlsec/2.2.0/xmlsec-2.2.0.jar [2023-09-08T19:28:14.982Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/4.2/stax2-api-4.2.jar [2023-09-08T19:28:14.982Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/woodstox/woodstox-core/5.2.1/woodstox-core-5.2.1.jar [2023-09-08T19:28:14.982Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/jakarta/activation/jakarta.activation-api/1.2.1/jakarta.activation-api-1.2.1.jar [2023-09-08T19:28:14.982Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/jakarta/xml/bind/jakarta.xml.bind-api/2.3.2/jakarta.xml.bind-api-2.3.2.jar [2023-09-08T19:28:14.982Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/xml/bind/jakarta.xml.bind-api/2.3.2/jakarta.xml.bind-api-2.3.2.jar (115 kB at 8.9 MB/s) [2023-09-08T19:28:14.982Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/activation/jakarta.activation-api/1.2.1/jakarta.activation-api-1.2.1.jar (44 kB at 3.2 MB/s) [2023-09-08T19:28:14.982Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/4.2/stax2-api-4.2.jar (196 kB at 12 MB/s) [2023-09-08T19:28:14.982Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/woodstox/woodstox-core/5.2.1/woodstox-core-5.2.1.jar (522 kB at 24 MB/s) [2023-09-08T19:28:14.982Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/santuario/xmlsec/2.2.0/xmlsec-2.2.0.jar (1.1 MB at 27 MB/s) [2023-09-08T19:28:14.982Z] [INFO] [2023-09-08T19:28:14.982Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.santuario.xmlsec --- [2023-09-08T19:28:14.982Z] [INFO] [2023-09-08T19:28:14.982Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.santuario.xmlsec --- [2023-09-08T19:28:14.982Z] [INFO] The project's OSGi version is 2.2.0.v20221112-0806 [2023-09-08T19:28:14.982Z] [INFO] [2023-09-08T19:28:14.982Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.santuario.xmlsec --- [2023-09-08T19:28:14.982Z] [INFO] [2023-09-08T19:28:14.982Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.santuario.xmlsec --- [2023-09-08T19:28:14.982Z] [INFO] Copying 3 resources [2023-09-08T19:28:14.982Z] [INFO] [2023-09-08T19:28:14.982Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.santuario.xmlsec --- [2023-09-08T19:28:14.982Z] [INFO] No sources to compile [2023-09-08T19:28:14.982Z] [INFO] [2023-09-08T19:28:14.982Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.santuario.xmlsec --- [2023-09-08T19:28:14.982Z] [INFO] Gathering dependencies [2023-09-08T19:28:14.982Z] [INFO] Configured Artifact: org.apache.santuario:xmlsec:2.2.0:jar [2023-09-08T19:28:14.982Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/santuario/xmlsec/2.2.0/xmlsec-2.2.0.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.santuario.xmlsec_2.2.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:28:15.238Z] [INFO] Merging collected dependencies [2023-09-08T19:28:15.238Z] [INFO] Copying 679 resources [2023-09-08T19:28:15.238Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:28:15.494Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.santuario.xmlsec:eclipse-bundle-recipe:2.2.0-SNAPSHOT : Unused Export-Package instructions: [*.implementation.*] [2023-09-08T19:28:15.494Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.santuario.xmlsec_2.2.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:28:15.494Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.santuario.xmlsec_2.2.0/target/org.apache.santuario.xmlsec-2.2.0-SNAPSHOT.jar [2023-09-08T19:28:15.750Z] [INFO] Gathering sources [2023-09-08T19:28:15.750Z] [INFO] Configured Artifact: org.apache.santuario:xmlsec:sources:2.2.0:jar [2023-09-08T19:28:15.750Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/santuario/xmlsec/2.2.0/xmlsec-2.2.0-sources.jar [2023-09-08T19:28:15.750Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/santuario/xmlsec/2.2.0/xmlsec-2.2.0-sources.jar [2023-09-08T19:28:15.750Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/santuario/xmlsec/2.2.0/xmlsec-2.2.0-sources.jar (887 kB at 16 MB/s) [2023-09-08T19:28:15.750Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/santuario/xmlsec/2.2.0/xmlsec-2.2.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.santuario.xmlsec_2.2.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:28:15.750Z] [INFO] Copying 3 resources [2023-09-08T19:28:15.750Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.santuario.xmlsec_2.2.0/src/main/java [2023-09-08T19:28:15.750Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.santuario.xmlsec_2.2.0/target/org.apache.santuario.xmlsec-2.2.0-SNAPSHOT-sources.jar [2023-09-08T19:28:16.006Z] [INFO] Assembling p2 repository [2023-09-08T19:28:16.568Z] [INFO] [2023-09-08T19:28:16.568Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.santuario.xmlsec --- [2023-09-08T19:28:16.568Z] [INFO] [2023-09-08T19:28:16.568Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.santuario.xmlsec --- [2023-09-08T19:28:16.568Z] [INFO] Gathering sources archives [2023-09-08T19:28:16.568Z] [INFO] Configured Artifact: org.apache.santuario:xmlsec:sources:2.2.0:jar [2023-09-08T19:28:16.568Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/santuario/xmlsec/2.2.0/xmlsec-2.2.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.santuario.xmlsec_2.2.0/target/sources-for-eclipse-ipzilla/xmlsec-2.2.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:28:16.568Z] [INFO] Configured Artifact: org.apache.santuario:xmlsec:sources:2.2.0:jar [2023-09-08T19:28:16.568Z] [INFO] Copying xmlsec-2.2.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.santuario.xmlsec_2.2.0/target/sources-for-eclipse-ipzilla/xmlsec-2.2.0-sources.jar [2023-09-08T19:28:16.568Z] [INFO] Refreshing about files and about.html [2023-09-08T19:28:16.568Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.santuario.xmlsec_2.2.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:28:16.568Z] [INFO] [2023-09-08T19:28:16.568Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.apache.santuario.xmlsec --- [2023-09-08T19:28:16.824Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.santuario.xmlsec_2.2.0/target/org.apache.santuario.xmlsec-2.2.0-SNAPSHOT.jar [2023-09-08T19:28:18.717Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.santuario.xmlsec_2.2.0/target/org.apache.santuario.xmlsec-2.2.0-SNAPSHOT-sources.jar [2023-09-08T19:28:20.091Z] [INFO] [2023-09-08T19:28:20.091Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.santuario.xmlsec --- [2023-09-08T19:28:20.662Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.apache.santuario.xmlsec:2.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.santuario.xmlsec_2.2.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:28:20.662Z] no-classifier: different [2023-09-08T19:28:20.662Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:28:20.662Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:28:20.662Z] classifier-sources: different [2023-09-08T19:28:20.662Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:28:20.662Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:28:20.662Z] [2023-09-08T19:28:20.662Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.apache.santuario.xmlsec:2.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.santuario.xmlsec_2.2.0/pom.xml [2023-09-08T19:28:20.662Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:28:20.662Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:28:20.662Z] [2023-09-08T19:28:20.662Z] [INFO] [2023-09-08T19:28:20.662Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.apache.santuario.xmlsec --- [2023-09-08T19:28:20.662Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.santuario.xmlsec_2.2.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.santuario.xmlsec/2.2.0-SNAPSHOT/org.apache.santuario.xmlsec-2.2.0-SNAPSHOT.pom [2023-09-08T19:28:20.662Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.santuario.xmlsec_2.2.0/target/org.apache.santuario.xmlsec-2.2.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.santuario.xmlsec/2.2.0-SNAPSHOT/org.apache.santuario.xmlsec-2.2.0-SNAPSHOT.jar [2023-09-08T19:28:20.662Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.santuario.xmlsec_2.2.0/target/org.apache.santuario.xmlsec-2.2.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.santuario.xmlsec/2.2.0-SNAPSHOT/org.apache.santuario.xmlsec-2.2.0-SNAPSHOT-sources.jar [2023-09-08T19:28:20.662Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.santuario.xmlsec_2.2.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.santuario.xmlsec/2.2.0-SNAPSHOT/org.apache.santuario.xmlsec-2.2.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:28:20.662Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.santuario.xmlsec_2.2.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.santuario.xmlsec/2.2.0-SNAPSHOT/org.apache.santuario.xmlsec-2.2.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:28:20.662Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.santuario.xmlsec_2.2.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.santuario.xmlsec/2.2.0-SNAPSHOT/org.apache.santuario.xmlsec-2.2.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:28:20.662Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.santuario.xmlsec_2.2.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.santuario.xmlsec/2.2.0-SNAPSHOT/org.apache.santuario.xmlsec-2.2.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:28:20.662Z] [INFO] [2023-09-08T19:28:20.662Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.santuario.xmlsec --- [2023-09-08T19:28:20.662Z] [INFO] [2023-09-08T19:28:20.662Z] [INFO] -----------< org.eclipse.orbit.bundles:org.apache.sshd.osgi >----------- [2023-09-08T19:28:20.662Z] [INFO] Building Apache Mina SSHD :: OSGi 2.8.0-SNAPSHOT [43/375] [2023-09-08T19:28:20.662Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:28:20.662Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/sshd/sshd-osgi/2.8.0/sshd-osgi-2.8.0.pom [2023-09-08T19:28:20.662Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/sshd/sshd-osgi/2.8.0/sshd-osgi-2.8.0.pom [2023-09-08T19:28:20.662Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/sshd/sshd-osgi/2.8.0/sshd-osgi-2.8.0.pom (7.6 kB at 254 kB/s) [2023-09-08T19:28:20.662Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/sshd/sshd/2.8.0/sshd-2.8.0.pom [2023-09-08T19:28:20.662Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/sshd/sshd/2.8.0/sshd-2.8.0.pom [2023-09-08T19:28:20.662Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/sshd/sshd/2.8.0/sshd-2.8.0.pom (77 kB at 7.0 MB/s) [2023-09-08T19:28:20.662Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/springframework/spring-framework-bom/5.3.11/spring-framework-bom-5.3.11.pom [2023-09-08T19:28:20.662Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-framework-bom/5.3.11/spring-framework-bom-5.3.11.pom [2023-09-08T19:28:20.662Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-framework-bom/5.3.11/spring-framework-bom-5.3.11.pom (5.7 kB at 514 kB/s) [2023-09-08T19:28:20.662Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.pom [2023-09-08T19:28:20.662Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.pom [2023-09-08T19:28:20.662Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.pom (3.8 kB at 426 kB/s) [2023-09-08T19:28:20.662Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/slf4j/slf4j-parent/1.7.32/slf4j-parent-1.7.32.pom [2023-09-08T19:28:20.662Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.32/slf4j-parent-1.7.32.pom [2023-09-08T19:28:20.662Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.32/slf4j-parent-1.7.32.pom (14 kB at 1.4 MB/s) [2023-09-08T19:28:20.662Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/slf4j/jcl-over-slf4j/1.7.32/jcl-over-slf4j-1.7.32.pom [2023-09-08T19:28:20.662Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.32/jcl-over-slf4j-1.7.32.pom [2023-09-08T19:28:20.662Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.32/jcl-over-slf4j-1.7.32.pom (1.2 kB at 118 kB/s) [2023-09-08T19:28:20.662Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/sshd/sshd-osgi/2.8.0/sshd-osgi-2.8.0.jar [2023-09-08T19:28:20.662Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/slf4j/jcl-over-slf4j/1.7.32/jcl-over-slf4j-1.7.32.jar [2023-09-08T19:28:20.662Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.jar [2023-09-08T19:28:20.662Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/sshd/sshd-osgi/2.8.0/sshd-osgi-2.8.0.jar [2023-09-08T19:28:20.662Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.32/jcl-over-slf4j-1.7.32.jar [2023-09-08T19:28:20.662Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.jar [2023-09-08T19:28:20.662Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.jar (42 kB at 3.5 MB/s) [2023-09-08T19:28:20.662Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.32/jcl-over-slf4j-1.7.32.jar (17 kB at 1.4 MB/s) [2023-09-08T19:28:20.918Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/sshd/sshd-osgi/2.8.0/sshd-osgi-2.8.0.jar (1.8 MB at 26 MB/s) [2023-09-08T19:28:20.918Z] [INFO] [2023-09-08T19:28:20.918Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.sshd.osgi --- [2023-09-08T19:28:20.918Z] [INFO] [2023-09-08T19:28:20.918Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.sshd.osgi --- [2023-09-08T19:28:20.918Z] [INFO] The project's OSGi version is 2.8.0.v20211227-1750 [2023-09-08T19:28:20.918Z] [INFO] [2023-09-08T19:28:20.918Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.sshd.osgi --- [2023-09-08T19:28:20.918Z] [INFO] [2023-09-08T19:28:20.918Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.sshd.osgi --- [2023-09-08T19:28:20.918Z] [INFO] Copying 4 resources [2023-09-08T19:28:20.918Z] [INFO] [2023-09-08T19:28:20.918Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.sshd.osgi --- [2023-09-08T19:28:20.918Z] [INFO] No sources to compile [2023-09-08T19:28:20.918Z] [INFO] [2023-09-08T19:28:20.918Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.sshd.osgi --- [2023-09-08T19:28:20.918Z] [INFO] Gathering dependencies [2023-09-08T19:28:20.918Z] [INFO] Configured Artifact: org.apache.sshd:sshd-osgi:2.8.0:jar [2023-09-08T19:28:20.918Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/sshd/sshd-osgi/2.8.0/sshd-osgi-2.8.0.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.sshd.osgi_2.8.0/target/dependency-bin with includes "**/*" and excludes "META-INF/*.SF,META-INF/*.RSA,META-INF/*.inf" [2023-09-08T19:28:20.918Z] [INFO] Merging collected dependencies [2023-09-08T19:28:20.918Z] [INFO] Copying 994 resources [2023-09-08T19:28:21.175Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:28:21.432Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.sshd.osgi:eclipse-bundle-recipe:2.8.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*] [2023-09-08T19:28:21.432Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.sshd.osgi_2.8.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:28:21.688Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.sshd.osgi_2.8.0/target/org.apache.sshd.osgi-2.8.0-SNAPSHOT.jar [2023-09-08T19:28:21.946Z] [INFO] Gathering sources [2023-09-08T19:28:21.946Z] [INFO] Configured Artifact: org.apache.sshd:sshd-osgi:sources:2.8.0:jar [2023-09-08T19:28:21.946Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/sshd/sshd-osgi/2.8.0/sshd-osgi-2.8.0-sources.jar [2023-09-08T19:28:21.946Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/sshd/sshd-osgi/2.8.0/sshd-osgi-2.8.0-sources.jar [2023-09-08T19:28:21.946Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/sshd/sshd-osgi/2.8.0/sshd-osgi-2.8.0-sources.jar (1.3 MB at 31 MB/s) [2023-09-08T19:28:21.946Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/sshd/sshd-osgi/2.8.0/sshd-osgi-2.8.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.sshd.osgi_2.8.0/target/dependency-src with includes "**/*" and excludes "META-INF/*.SF,META-INF/*.RSA,META-INF/*.inf" [2023-09-08T19:28:21.946Z] [INFO] Copying 4 resources [2023-09-08T19:28:21.946Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.sshd.osgi_2.8.0/src/main/java [2023-09-08T19:28:21.946Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.sshd.osgi_2.8.0/target/org.apache.sshd.osgi-2.8.0-SNAPSHOT-sources.jar [2023-09-08T19:28:22.203Z] [INFO] Assembling p2 repository [2023-09-08T19:28:22.766Z] [INFO] [2023-09-08T19:28:22.766Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.sshd.osgi --- [2023-09-08T19:28:22.766Z] [INFO] [2023-09-08T19:28:22.766Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.sshd.osgi --- [2023-09-08T19:28:22.766Z] [INFO] Gathering sources archives [2023-09-08T19:28:22.766Z] [INFO] Configured Artifact: org.apache.sshd:sshd-osgi:sources:2.8.0:jar [2023-09-08T19:28:22.766Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/sshd/sshd-osgi/2.8.0/sshd-osgi-2.8.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.sshd.osgi_2.8.0/target/sources-for-eclipse-ipzilla/sshd-osgi-2.8.0-sources-filtered with includes "**/*" and excludes "META-INF/*.SF,META-INF/*.RSA,META-INF/*.inf" [2023-09-08T19:28:22.766Z] [INFO] Configured Artifact: org.apache.sshd:sshd-osgi:sources:2.8.0:jar [2023-09-08T19:28:22.766Z] [INFO] Copying sshd-osgi-2.8.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.sshd.osgi_2.8.0/target/sources-for-eclipse-ipzilla/sshd-osgi-2.8.0-sources.jar [2023-09-08T19:28:22.766Z] [INFO] Refreshing about files and about.html [2023-09-08T19:28:23.023Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.sshd.osgi_2.8.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:28:23.023Z] [INFO] [2023-09-08T19:28:23.023Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.apache.sshd.osgi --- [2023-09-08T19:28:23.280Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.sshd.osgi_2.8.0/target/org.apache.sshd.osgi-2.8.0-SNAPSHOT.jar [2023-09-08T19:28:25.172Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.sshd.osgi_2.8.0/target/org.apache.sshd.osgi-2.8.0-SNAPSHOT-sources.jar [2023-09-08T19:28:26.100Z] [INFO] [2023-09-08T19:28:26.100Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.sshd.osgi --- [2023-09-08T19:28:26.662Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.apache.sshd.osgi:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.sshd.osgi_2.8.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:28:26.662Z] no-classifier: different [2023-09-08T19:28:26.662Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:28:26.662Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:28:26.662Z] META-INF/MANIFEST.MF: different [2023-09-08T19:28:26.662Z] Import-Package: baseline='javax.crypto,javax.crypto.interfaces,javax.crypto.spec,javax.management,javax.security.auth,javax.security.auth.callback,javax.security.auth.login,net.i2p.crypto.eddsa;version="[0.3.0,1)";resolution:=optional,net.i2p.crypto.eddsa.math;version="[0.3.0,1)";resolution:=optional,net.i2p.crypto.eddsa.spec;version="[0.3.0,1)";resolution:=optional,org.apache.tomcat.jni;version="5.5";resolution:=optional,org.bouncycastle.crypto.prng;version="[1.69.0,2)";resolution:=optional,org.bouncycastle.openssl;version="[1.69.0,2)";resolution:=optional,org.bouncycastle.openssl.jcajce;version="[1.69.0,2)";resolution:=optional,org.ietf.jgss,org.slf4j;version="[1.7.0,2)",org.slf4j.event;version="[1.7.0,2)",org.slf4j.helpers;version="[1.7.0,2)"' != reactor='javax.crypto,javax.crypto.interfaces,javax.crypto.spec,javax.management,javax.security.auth,javax.security.auth.callback,javax.security.auth.login,net.i2p.crypto.eddsa;resolution:=optional;version="[0.3.0,1)",net.i2p.crypto.eddsa.math;resolution:=optional;version="[0.3.0,1)",net.i2p.crypto.eddsa.spec;resolution:=optional;version="[0.3.0,1)",org.apache.tomcat.jni;resolution:=optional;version="5.5",org.bouncycastle.crypto.prng;resolution:=optional;version="[1.69.0,2)",org.bouncycastle.openssl;resolution:=optional;version="[1.69.0,2)",org.bouncycastle.openssl.jcajce;resolution:=optional;version="[1.69.0,2)",org.ietf.jgss,org.slf4j;version="[1.7.0,2)",org.slf4j.event;version="[1.7.0,2)",org.slf4j.helpers;version="[1.7.0,2)"' [2023-09-08T19:28:26.662Z] classifier-sources: different [2023-09-08T19:28:26.662Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:28:26.662Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:28:26.662Z] [2023-09-08T19:28:26.662Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.apache.sshd.osgi:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.sshd.osgi_2.8.0/pom.xml [2023-09-08T19:28:26.662Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:28:26.662Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:28:26.662Z] [2023-09-08T19:28:26.662Z] [INFO] [2023-09-08T19:28:26.662Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.apache.sshd.osgi --- [2023-09-08T19:28:26.662Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.sshd.osgi_2.8.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.sshd.osgi/2.8.0-SNAPSHOT/org.apache.sshd.osgi-2.8.0-SNAPSHOT.pom [2023-09-08T19:28:26.662Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.sshd.osgi_2.8.0/target/org.apache.sshd.osgi-2.8.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.sshd.osgi/2.8.0-SNAPSHOT/org.apache.sshd.osgi-2.8.0-SNAPSHOT.jar [2023-09-08T19:28:26.662Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.sshd.osgi_2.8.0/target/org.apache.sshd.osgi-2.8.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.sshd.osgi/2.8.0-SNAPSHOT/org.apache.sshd.osgi-2.8.0-SNAPSHOT-sources.jar [2023-09-08T19:28:26.662Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.sshd.osgi_2.8.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.sshd.osgi/2.8.0-SNAPSHOT/org.apache.sshd.osgi-2.8.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:28:26.662Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.sshd.osgi_2.8.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.sshd.osgi/2.8.0-SNAPSHOT/org.apache.sshd.osgi-2.8.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:28:26.662Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.sshd.osgi_2.8.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.sshd.osgi/2.8.0-SNAPSHOT/org.apache.sshd.osgi-2.8.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:28:26.662Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.sshd.osgi_2.8.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.sshd.osgi/2.8.0-SNAPSHOT/org.apache.sshd.osgi-2.8.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:28:26.662Z] [INFO] [2023-09-08T19:28:26.662Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.sshd.osgi --- [2023-09-08T19:28:26.662Z] [INFO] [2023-09-08T19:28:26.662Z] [INFO] -----------< org.eclipse.orbit.bundles:org.apache.sshd.sftp >----------- [2023-09-08T19:28:26.662Z] [INFO] Building Apache Mina SSHD :: SFTP 2.8.0-SNAPSHOT [44/375] [2023-09-08T19:28:26.662Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:28:26.662Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/sshd/sshd-sftp/2.8.0/sshd-sftp-2.8.0.pom [2023-09-08T19:28:26.662Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/sshd/sshd-sftp/2.8.0/sshd-sftp-2.8.0.pom [2023-09-08T19:28:26.662Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/sshd/sshd-sftp/2.8.0/sshd-sftp-2.8.0.pom (9.0 kB at 692 kB/s) [2023-09-08T19:28:26.662Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/testcontainers/testcontainers-bom/1.16.1/testcontainers-bom-1.16.1.pom [2023-09-08T19:28:26.662Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/testcontainers/testcontainers-bom/1.16.1/testcontainers-bom-1.16.1.pom [2023-09-08T19:28:26.662Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/testcontainers/testcontainers-bom/1.16.1/testcontainers-bom-1.16.1.pom (7.2 kB at 657 kB/s) [2023-09-08T19:28:26.662Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/sshd/sshd-core/2.8.0/sshd-core-2.8.0.pom [2023-09-08T19:28:26.662Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/sshd/sshd-core/2.8.0/sshd-core-2.8.0.pom [2023-09-08T19:28:26.662Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/sshd/sshd-core/2.8.0/sshd-core-2.8.0.pom (12 kB at 1.1 MB/s) [2023-09-08T19:28:26.662Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/sshd/sshd-common/2.8.0/sshd-common-2.8.0.pom [2023-09-08T19:28:26.662Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/sshd/sshd-common/2.8.0/sshd-common-2.8.0.pom [2023-09-08T19:28:26.662Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/sshd/sshd-common/2.8.0/sshd-common-2.8.0.pom (4.7 kB at 427 kB/s) [2023-09-08T19:28:26.662Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/sshd/sshd-sftp/2.8.0/sshd-sftp-2.8.0.jar [2023-09-08T19:28:26.662Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/sshd/sshd-common/2.8.0/sshd-common-2.8.0.jar [2023-09-08T19:28:26.662Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/sshd/sshd-core/2.8.0/sshd-core-2.8.0.jar [2023-09-08T19:28:26.919Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/sshd/sshd-sftp/2.8.0/sshd-sftp-2.8.0.jar [2023-09-08T19:28:26.919Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/sshd/sshd-core/2.8.0/sshd-core-2.8.0.jar [2023-09-08T19:28:26.919Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/sshd/sshd-common/2.8.0/sshd-common-2.8.0.jar [2023-09-08T19:28:26.919Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/sshd/sshd-sftp/2.8.0/sshd-sftp-2.8.0.jar (362 kB at 19 MB/s) [2023-09-08T19:28:26.919Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/sshd/sshd-common/2.8.0/sshd-common-2.8.0.jar (936 kB at 36 MB/s) [2023-09-08T19:28:26.920Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/sshd/sshd-core/2.8.0/sshd-core-2.8.0.jar (910 kB at 28 MB/s) [2023-09-08T19:28:26.920Z] [INFO] [2023-09-08T19:28:26.920Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.sshd.sftp --- [2023-09-08T19:28:26.920Z] [INFO] [2023-09-08T19:28:26.920Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.sshd.sftp --- [2023-09-08T19:28:26.920Z] [INFO] The project's OSGi version is 2.8.0.v20211227-1750 [2023-09-08T19:28:26.920Z] [INFO] [2023-09-08T19:28:26.920Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.sshd.sftp --- [2023-09-08T19:28:26.920Z] [INFO] [2023-09-08T19:28:26.920Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.sshd.sftp --- [2023-09-08T19:28:26.920Z] [INFO] Copying 3 resources [2023-09-08T19:28:26.920Z] [INFO] [2023-09-08T19:28:26.920Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.sshd.sftp --- [2023-09-08T19:28:26.920Z] [INFO] No sources to compile [2023-09-08T19:28:26.920Z] [INFO] [2023-09-08T19:28:26.920Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.sshd.sftp --- [2023-09-08T19:28:26.920Z] [INFO] Gathering dependencies [2023-09-08T19:28:26.920Z] [INFO] Configured Artifact: org.apache.sshd:sshd-sftp:2.8.0:jar [2023-09-08T19:28:26.920Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/sshd/sshd-sftp/2.8.0/sshd-sftp-2.8.0.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.sshd.sftp_2.8.0/target/dependency-bin with includes "**/*" and excludes "META-INF/*.SF,META-INF/*.RSA,META-INF/*.inf" [2023-09-08T19:28:26.920Z] [INFO] Merging collected dependencies [2023-09-08T19:28:26.920Z] [INFO] Copying 177 resources [2023-09-08T19:28:26.920Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:28:27.176Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.sshd.sftp:eclipse-bundle-recipe:2.8.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*] [2023-09-08T19:28:27.176Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.sshd.sftp_2.8.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:28:27.176Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.sshd.sftp_2.8.0/target/org.apache.sshd.sftp-2.8.0-SNAPSHOT.jar [2023-09-08T19:28:27.176Z] [INFO] Gathering sources [2023-09-08T19:28:27.176Z] [INFO] Configured Artifact: org.apache.sshd:sshd-sftp:sources:2.8.0:jar [2023-09-08T19:28:27.176Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/sshd/sshd-sftp/2.8.0/sshd-sftp-2.8.0-sources.jar [2023-09-08T19:28:27.176Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/sshd/sshd-sftp/2.8.0/sshd-sftp-2.8.0-sources.jar [2023-09-08T19:28:27.176Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/sshd/sshd-sftp/2.8.0/sshd-sftp-2.8.0-sources.jar (249 kB at 7.8 MB/s) [2023-09-08T19:28:27.176Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/sshd/sshd-sftp/2.8.0/sshd-sftp-2.8.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.sshd.sftp_2.8.0/target/dependency-src with includes "**/*" and excludes "META-INF/*.SF,META-INF/*.RSA,META-INF/*.inf" [2023-09-08T19:28:27.176Z] [INFO] Copying 3 resources [2023-09-08T19:28:27.176Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.sshd.sftp_2.8.0/src/main/java [2023-09-08T19:28:27.176Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.sshd.sftp_2.8.0/target/org.apache.sshd.sftp-2.8.0-SNAPSHOT-sources.jar [2023-09-08T19:28:27.176Z] [INFO] Assembling p2 repository [2023-09-08T19:28:28.104Z] [INFO] [2023-09-08T19:28:28.104Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.sshd.sftp --- [2023-09-08T19:28:28.104Z] [INFO] [2023-09-08T19:28:28.104Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.sshd.sftp --- [2023-09-08T19:28:28.104Z] [INFO] Gathering sources archives [2023-09-08T19:28:28.104Z] [INFO] Configured Artifact: org.apache.sshd:sshd-sftp:sources:2.8.0:jar [2023-09-08T19:28:28.104Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/sshd/sshd-sftp/2.8.0/sshd-sftp-2.8.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.sshd.sftp_2.8.0/target/sources-for-eclipse-ipzilla/sshd-sftp-2.8.0-sources-filtered with includes "**/*" and excludes "META-INF/*.SF,META-INF/*.RSA,META-INF/*.inf" [2023-09-08T19:28:28.104Z] [INFO] Configured Artifact: org.apache.sshd:sshd-sftp:sources:2.8.0:jar [2023-09-08T19:28:28.104Z] [INFO] Copying sshd-sftp-2.8.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.sshd.sftp_2.8.0/target/sources-for-eclipse-ipzilla/sshd-sftp-2.8.0-sources.jar [2023-09-08T19:28:28.104Z] [INFO] Refreshing about files and about.html [2023-09-08T19:28:28.104Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.sshd.sftp_2.8.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:28:28.104Z] [INFO] [2023-09-08T19:28:28.104Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.apache.sshd.sftp --- [2023-09-08T19:28:28.104Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.sshd.sftp_2.8.0/target/org.apache.sshd.sftp-2.8.0-SNAPSHOT.jar [2023-09-08T19:28:29.034Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.sshd.sftp_2.8.0/target/org.apache.sshd.sftp-2.8.0-SNAPSHOT-sources.jar [2023-09-08T19:28:30.402Z] [INFO] [2023-09-08T19:28:30.402Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.sshd.sftp --- [2023-09-08T19:28:30.402Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.apache.sshd.sftp:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.sshd.sftp_2.8.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:28:30.402Z] no-classifier: different [2023-09-08T19:28:30.402Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:28:30.402Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:28:30.402Z] classifier-sources: different [2023-09-08T19:28:30.402Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:28:30.402Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:28:30.402Z] [2023-09-08T19:28:30.402Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.apache.sshd.sftp:2.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.sshd.sftp_2.8.0/pom.xml [2023-09-08T19:28:30.402Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:28:30.402Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:28:30.402Z] [2023-09-08T19:28:30.402Z] [INFO] [2023-09-08T19:28:30.402Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.apache.sshd.sftp --- [2023-09-08T19:28:30.402Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.sshd.sftp_2.8.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.sshd.sftp/2.8.0-SNAPSHOT/org.apache.sshd.sftp-2.8.0-SNAPSHOT.pom [2023-09-08T19:28:30.402Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.sshd.sftp_2.8.0/target/org.apache.sshd.sftp-2.8.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.sshd.sftp/2.8.0-SNAPSHOT/org.apache.sshd.sftp-2.8.0-SNAPSHOT.jar [2023-09-08T19:28:30.402Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.sshd.sftp_2.8.0/target/org.apache.sshd.sftp-2.8.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.sshd.sftp/2.8.0-SNAPSHOT/org.apache.sshd.sftp-2.8.0-SNAPSHOT-sources.jar [2023-09-08T19:28:30.402Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.sshd.sftp_2.8.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.sshd.sftp/2.8.0-SNAPSHOT/org.apache.sshd.sftp-2.8.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:28:30.402Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.sshd.sftp_2.8.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.sshd.sftp/2.8.0-SNAPSHOT/org.apache.sshd.sftp-2.8.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:28:30.402Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.sshd.sftp_2.8.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.sshd.sftp/2.8.0-SNAPSHOT/org.apache.sshd.sftp-2.8.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:28:30.402Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.sshd.sftp_2.8.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.sshd.sftp/2.8.0-SNAPSHOT/org.apache.sshd.sftp-2.8.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:28:30.402Z] [INFO] [2023-09-08T19:28:30.402Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.sshd.sftp --- [2023-09-08T19:28:30.402Z] [INFO] [2023-09-08T19:28:30.402Z] [INFO] -----------< org.eclipse.orbit.bundles:org.apache.sshd.osgi >----------- [2023-09-08T19:28:30.402Z] [INFO] Building Apache Mina SSHD :: OSGi 2.9.2-SNAPSHOT [45/375] [2023-09-08T19:28:30.402Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:28:30.402Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/sshd/sshd-osgi/2.9.2/sshd-osgi-2.9.2.pom [2023-09-08T19:28:30.402Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/sshd/sshd-osgi/2.9.2/sshd-osgi-2.9.2.pom [2023-09-08T19:28:30.402Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/sshd/sshd-osgi/2.9.2/sshd-osgi-2.9.2.pom (7.6 kB at 380 kB/s) [2023-09-08T19:28:30.402Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/sshd/sshd/2.9.2/sshd-2.9.2.pom [2023-09-08T19:28:30.402Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/sshd/sshd/2.9.2/sshd-2.9.2.pom [2023-09-08T19:28:30.402Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/sshd/sshd/2.9.2/sshd-2.9.2.pom (77 kB at 6.5 MB/s) [2023-09-08T19:28:30.402Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/springframework/spring-framework-bom/5.3.20/spring-framework-bom-5.3.20.pom [2023-09-08T19:28:30.402Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/springframework/spring-framework-bom/5.3.20/spring-framework-bom-5.3.20.pom [2023-09-08T19:28:30.659Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/springframework/spring-framework-bom/5.3.20/spring-framework-bom-5.3.20.pom (5.7 kB at 514 kB/s) [2023-09-08T19:28:30.659Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/sshd/sshd-osgi/2.9.2/sshd-osgi-2.9.2.jar [2023-09-08T19:28:30.659Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/sshd/sshd-osgi/2.9.2/sshd-osgi-2.9.2.jar [2023-09-08T19:28:30.659Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/sshd/sshd-osgi/2.9.2/sshd-osgi-2.9.2.jar (1.8 MB at 54 MB/s) [2023-09-08T19:28:30.659Z] [INFO] [2023-09-08T19:28:30.659Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.sshd.osgi --- [2023-09-08T19:28:30.659Z] [INFO] [2023-09-08T19:28:30.659Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.sshd.osgi --- [2023-09-08T19:28:30.659Z] [INFO] The project's OSGi version is 2.9.2.v20221117-1942 [2023-09-08T19:28:30.659Z] [INFO] [2023-09-08T19:28:30.659Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.sshd.osgi --- [2023-09-08T19:28:30.659Z] [INFO] [2023-09-08T19:28:30.659Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.sshd.osgi --- [2023-09-08T19:28:30.659Z] [INFO] Copying 3 resources [2023-09-08T19:28:30.659Z] [INFO] [2023-09-08T19:28:30.659Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.sshd.osgi --- [2023-09-08T19:28:30.659Z] [INFO] No sources to compile [2023-09-08T19:28:30.659Z] [INFO] [2023-09-08T19:28:30.659Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.sshd.osgi --- [2023-09-08T19:28:30.659Z] [INFO] Gathering dependencies [2023-09-08T19:28:30.659Z] [INFO] Configured Artifact: org.apache.sshd:sshd-osgi:2.9.2:jar [2023-09-08T19:28:30.659Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/sshd/sshd-osgi/2.9.2/sshd-osgi-2.9.2.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.sshd.osgi_2.9.2/target/dependency-bin with includes "**/*" and excludes "META-INF/*.SF,META-INF/*.RSA,META-INF/*.inf" [2023-09-08T19:28:30.659Z] [INFO] Merging collected dependencies [2023-09-08T19:28:30.659Z] [INFO] Copying 1011 resources [2023-09-08T19:28:30.916Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:28:31.478Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.sshd.osgi:eclipse-bundle-recipe:2.9.2-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*] [2023-09-08T19:28:31.478Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.sshd.osgi_2.9.2/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:28:31.478Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.sshd.osgi_2.9.2/target/org.apache.sshd.osgi-2.9.2-SNAPSHOT.jar [2023-09-08T19:28:31.735Z] [INFO] Gathering sources [2023-09-08T19:28:31.735Z] [INFO] Configured Artifact: org.apache.sshd:sshd-osgi:sources:2.9.2:jar [2023-09-08T19:28:31.735Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/sshd/sshd-osgi/2.9.2/sshd-osgi-2.9.2-sources.jar [2023-09-08T19:28:31.735Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/sshd/sshd-osgi/2.9.2/sshd-osgi-2.9.2-sources.jar [2023-09-08T19:28:31.735Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/sshd/sshd-osgi/2.9.2/sshd-osgi-2.9.2-sources.jar (1.4 MB at 22 MB/s) [2023-09-08T19:28:31.735Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/sshd/sshd-osgi/2.9.2/sshd-osgi-2.9.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.sshd.osgi_2.9.2/target/dependency-src with includes "**/*" and excludes "META-INF/*.SF,META-INF/*.RSA,META-INF/*.inf" [2023-09-08T19:28:31.991Z] [INFO] Copying 3 resources [2023-09-08T19:28:31.991Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.sshd.osgi_2.9.2/src/main/java [2023-09-08T19:28:31.991Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.sshd.osgi_2.9.2/target/org.apache.sshd.osgi-2.9.2-SNAPSHOT-sources.jar [2023-09-08T19:28:31.991Z] [INFO] Assembling p2 repository [2023-09-08T19:28:32.554Z] [INFO] [2023-09-08T19:28:32.554Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.sshd.osgi --- [2023-09-08T19:28:32.554Z] [INFO] [2023-09-08T19:28:32.554Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.sshd.osgi --- [2023-09-08T19:28:32.554Z] [INFO] Gathering sources archives [2023-09-08T19:28:32.554Z] [INFO] Configured Artifact: org.apache.sshd:sshd-osgi:sources:2.9.2:jar [2023-09-08T19:28:32.554Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/sshd/sshd-osgi/2.9.2/sshd-osgi-2.9.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.sshd.osgi_2.9.2/target/sources-for-eclipse-ipzilla/sshd-osgi-2.9.2-sources-filtered with includes "**/*" and excludes "META-INF/*.SF,META-INF/*.RSA,META-INF/*.inf" [2023-09-08T19:28:32.811Z] [INFO] Configured Artifact: org.apache.sshd:sshd-osgi:sources:2.9.2:jar [2023-09-08T19:28:32.811Z] [INFO] Copying sshd-osgi-2.9.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.sshd.osgi_2.9.2/target/sources-for-eclipse-ipzilla/sshd-osgi-2.9.2-sources.jar [2023-09-08T19:28:32.811Z] [INFO] Refreshing about files and about.html [2023-09-08T19:28:32.811Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.sshd.osgi_2.9.2/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:28:32.811Z] [INFO] [2023-09-08T19:28:32.811Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.apache.sshd.osgi --- [2023-09-08T19:28:33.374Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.sshd.osgi_2.9.2/target/org.apache.sshd.osgi-2.9.2-SNAPSHOT.jar [2023-09-08T19:28:36.641Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.sshd.osgi_2.9.2/target/org.apache.sshd.osgi-2.9.2-SNAPSHOT-sources.jar [2023-09-08T19:28:41.893Z] [INFO] [2023-09-08T19:28:41.893Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.sshd.osgi --- [2023-09-08T19:28:41.893Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.apache.sshd.osgi:2.9.2-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.sshd.osgi_2.9.2/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:28:41.893Z] no-classifier: different [2023-09-08T19:28:41.893Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:28:41.893Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:28:41.893Z] classifier-sources: different [2023-09-08T19:28:41.893Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:28:41.893Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:28:41.893Z] [2023-09-08T19:28:41.893Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.apache.sshd.osgi:2.9.2-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.sshd.osgi_2.9.2/pom.xml [2023-09-08T19:28:41.893Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:28:41.893Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:28:41.893Z] [2023-09-08T19:28:41.893Z] [INFO] [2023-09-08T19:28:41.893Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.apache.sshd.osgi --- [2023-09-08T19:28:41.893Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.sshd.osgi_2.9.2/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.sshd.osgi/2.9.2-SNAPSHOT/org.apache.sshd.osgi-2.9.2-SNAPSHOT.pom [2023-09-08T19:28:41.893Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.sshd.osgi_2.9.2/target/org.apache.sshd.osgi-2.9.2-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.sshd.osgi/2.9.2-SNAPSHOT/org.apache.sshd.osgi-2.9.2-SNAPSHOT.jar [2023-09-08T19:28:41.893Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.sshd.osgi_2.9.2/target/org.apache.sshd.osgi-2.9.2-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.sshd.osgi/2.9.2-SNAPSHOT/org.apache.sshd.osgi-2.9.2-SNAPSHOT-sources.jar [2023-09-08T19:28:41.893Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.sshd.osgi_2.9.2/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.sshd.osgi/2.9.2-SNAPSHOT/org.apache.sshd.osgi-2.9.2-SNAPSHOT-p2metadata.xml [2023-09-08T19:28:41.893Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.sshd.osgi_2.9.2/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.sshd.osgi/2.9.2-SNAPSHOT/org.apache.sshd.osgi-2.9.2-SNAPSHOT-p2artifacts.xml [2023-09-08T19:28:41.893Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.sshd.osgi_2.9.2/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.sshd.osgi/2.9.2-SNAPSHOT/org.apache.sshd.osgi-2.9.2-SNAPSHOT-p2metadata.xml [2023-09-08T19:28:41.893Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.sshd.osgi_2.9.2/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.sshd.osgi/2.9.2-SNAPSHOT/org.apache.sshd.osgi-2.9.2-SNAPSHOT-p2artifacts.xml [2023-09-08T19:28:41.893Z] [INFO] [2023-09-08T19:28:41.893Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.sshd.osgi --- [2023-09-08T19:28:41.893Z] [INFO] [2023-09-08T19:28:41.893Z] [INFO] -----------< org.eclipse.orbit.bundles:org.apache.sshd.sftp >----------- [2023-09-08T19:28:41.893Z] [INFO] Building Apache Mina SSHD :: SFTP 2.9.2-SNAPSHOT [46/375] [2023-09-08T19:28:41.893Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:28:41.893Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/sshd/sshd-sftp/2.9.2/sshd-sftp-2.9.2.pom [2023-09-08T19:28:41.893Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/sshd/sshd-sftp/2.9.2/sshd-sftp-2.9.2.pom [2023-09-08T19:28:41.893Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/sshd/sshd-sftp/2.9.2/sshd-sftp-2.9.2.pom (8.6 kB at 658 kB/s) [2023-09-08T19:28:41.893Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/testcontainers/testcontainers-bom/1.16.2/testcontainers-bom-1.16.2.pom [2023-09-08T19:28:41.893Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/testcontainers/testcontainers-bom/1.16.2/testcontainers-bom-1.16.2.pom [2023-09-08T19:28:41.893Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/testcontainers/testcontainers-bom/1.16.2/testcontainers-bom-1.16.2.pom (7.2 kB at 301 kB/s) [2023-09-08T19:28:41.893Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/sshd/sshd-core/2.9.2/sshd-core-2.9.2.pom [2023-09-08T19:28:41.893Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/sshd/sshd-core/2.9.2/sshd-core-2.9.2.pom [2023-09-08T19:28:41.893Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/sshd/sshd-core/2.9.2/sshd-core-2.9.2.pom (12 kB at 876 kB/s) [2023-09-08T19:28:41.893Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/sshd/sshd-common/2.9.2/sshd-common-2.9.2.pom [2023-09-08T19:28:41.893Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/sshd/sshd-common/2.9.2/sshd-common-2.9.2.pom [2023-09-08T19:28:41.893Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/sshd/sshd-common/2.9.2/sshd-common-2.9.2.pom (4.7 kB at 336 kB/s) [2023-09-08T19:28:41.894Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/sshd/sshd-sftp/2.9.2/sshd-sftp-2.9.2.jar [2023-09-08T19:28:41.894Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/sshd/sshd-common/2.9.2/sshd-common-2.9.2.jar [2023-09-08T19:28:41.894Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/sshd/sshd-core/2.9.2/sshd-core-2.9.2.jar [2023-09-08T19:28:41.894Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/sshd/sshd-sftp/2.9.2/sshd-sftp-2.9.2.jar [2023-09-08T19:28:41.894Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/sshd/sshd-common/2.9.2/sshd-common-2.9.2.jar [2023-09-08T19:28:41.894Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/sshd/sshd-core/2.9.2/sshd-core-2.9.2.jar [2023-09-08T19:28:41.894Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/sshd/sshd-sftp/2.9.2/sshd-sftp-2.9.2.jar (372 kB at 13 MB/s) [2023-09-08T19:28:41.894Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/sshd/sshd-core/2.9.2/sshd-core-2.9.2.jar (950 kB at 34 MB/s) [2023-09-08T19:28:41.894Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/sshd/sshd-common/2.9.2/sshd-common-2.9.2.jar (945 kB at 11 MB/s) [2023-09-08T19:28:41.894Z] [INFO] [2023-09-08T19:28:41.894Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.sshd.sftp --- [2023-09-08T19:28:41.894Z] [INFO] [2023-09-08T19:28:41.894Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.sshd.sftp --- [2023-09-08T19:28:41.894Z] [INFO] The project's OSGi version is 2.9.2.v20221117-1942 [2023-09-08T19:28:41.894Z] [INFO] [2023-09-08T19:28:41.894Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.sshd.sftp --- [2023-09-08T19:28:41.894Z] [INFO] [2023-09-08T19:28:41.894Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.sshd.sftp --- [2023-09-08T19:28:41.894Z] [INFO] Copying 3 resources [2023-09-08T19:28:41.894Z] [INFO] [2023-09-08T19:28:41.894Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.sshd.sftp --- [2023-09-08T19:28:41.894Z] [INFO] No sources to compile [2023-09-08T19:28:41.894Z] [INFO] [2023-09-08T19:28:41.894Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.sshd.sftp --- [2023-09-08T19:28:41.894Z] [INFO] Gathering dependencies [2023-09-08T19:28:41.894Z] [INFO] Configured Artifact: org.apache.sshd:sshd-sftp:2.9.2:jar [2023-09-08T19:28:41.894Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/sshd/sshd-sftp/2.9.2/sshd-sftp-2.9.2.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.sshd.sftp_2.9.2/target/dependency-bin with includes "**/*" and excludes "META-INF/*.SF,META-INF/*.RSA,META-INF/*.inf" [2023-09-08T19:28:41.894Z] [INFO] Merging collected dependencies [2023-09-08T19:28:41.894Z] [INFO] Copying 182 resources [2023-09-08T19:28:41.894Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:28:41.894Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.sshd.sftp:eclipse-bundle-recipe:2.9.2-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*] [2023-09-08T19:28:41.894Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.sshd.sftp_2.9.2/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:28:41.894Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.sshd.sftp_2.9.2/target/org.apache.sshd.sftp-2.9.2-SNAPSHOT.jar [2023-09-08T19:28:42.151Z] [INFO] Gathering sources [2023-09-08T19:28:42.151Z] [INFO] Configured Artifact: org.apache.sshd:sshd-sftp:sources:2.9.2:jar [2023-09-08T19:28:42.151Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/sshd/sshd-sftp/2.9.2/sshd-sftp-2.9.2-sources.jar [2023-09-08T19:28:42.151Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/sshd/sshd-sftp/2.9.2/sshd-sftp-2.9.2-sources.jar [2023-09-08T19:28:42.151Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/sshd/sshd-sftp/2.9.2/sshd-sftp-2.9.2-sources.jar (254 kB at 5.6 MB/s) [2023-09-08T19:28:42.151Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/sshd/sshd-sftp/2.9.2/sshd-sftp-2.9.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.sshd.sftp_2.9.2/target/dependency-src with includes "**/*" and excludes "META-INF/*.SF,META-INF/*.RSA,META-INF/*.inf" [2023-09-08T19:28:42.151Z] [INFO] Copying 3 resources [2023-09-08T19:28:42.151Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.sshd.sftp_2.9.2/src/main/java [2023-09-08T19:28:42.151Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.sshd.sftp_2.9.2/target/org.apache.sshd.sftp-2.9.2-SNAPSHOT-sources.jar [2023-09-08T19:28:42.151Z] [INFO] Assembling p2 repository [2023-09-08T19:28:42.714Z] [INFO] [2023-09-08T19:28:42.714Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.sshd.sftp --- [2023-09-08T19:28:42.714Z] [INFO] [2023-09-08T19:28:42.714Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.sshd.sftp --- [2023-09-08T19:28:42.714Z] [INFO] Gathering sources archives [2023-09-08T19:28:42.714Z] [INFO] Configured Artifact: org.apache.sshd:sshd-sftp:sources:2.9.2:jar [2023-09-08T19:28:42.714Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/sshd/sshd-sftp/2.9.2/sshd-sftp-2.9.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.sshd.sftp_2.9.2/target/sources-for-eclipse-ipzilla/sshd-sftp-2.9.2-sources-filtered with includes "**/*" and excludes "META-INF/*.SF,META-INF/*.RSA,META-INF/*.inf" [2023-09-08T19:28:42.971Z] [INFO] Configured Artifact: org.apache.sshd:sshd-sftp:sources:2.9.2:jar [2023-09-08T19:28:42.971Z] [INFO] Copying sshd-sftp-2.9.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.sshd.sftp_2.9.2/target/sources-for-eclipse-ipzilla/sshd-sftp-2.9.2-sources.jar [2023-09-08T19:28:42.971Z] [INFO] Refreshing about files and about.html [2023-09-08T19:28:42.971Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.sshd.sftp_2.9.2/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:28:42.971Z] [INFO] [2023-09-08T19:28:42.971Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.apache.sshd.sftp --- [2023-09-08T19:28:42.971Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.sshd.sftp_2.9.2/target/org.apache.sshd.sftp-2.9.2-SNAPSHOT.jar [2023-09-08T19:28:44.338Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.sshd.sftp_2.9.2/target/org.apache.sshd.sftp-2.9.2-SNAPSHOT-sources.jar [2023-09-08T19:28:45.268Z] [INFO] [2023-09-08T19:28:45.268Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.sshd.sftp --- [2023-09-08T19:28:45.526Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.apache.sshd.sftp:2.9.2-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.sshd.sftp_2.9.2/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:28:45.526Z] no-classifier: different [2023-09-08T19:28:45.526Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:28:45.526Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:28:45.526Z] classifier-sources: different [2023-09-08T19:28:45.526Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:28:45.526Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:28:45.526Z] [2023-09-08T19:28:45.526Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.apache.sshd.sftp:2.9.2-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.sshd.sftp_2.9.2/pom.xml [2023-09-08T19:28:45.526Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:28:45.526Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:28:45.526Z] [2023-09-08T19:28:45.526Z] [INFO] [2023-09-08T19:28:45.526Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.apache.sshd.sftp --- [2023-09-08T19:28:45.526Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.sshd.sftp_2.9.2/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.sshd.sftp/2.9.2-SNAPSHOT/org.apache.sshd.sftp-2.9.2-SNAPSHOT.pom [2023-09-08T19:28:45.526Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.sshd.sftp_2.9.2/target/org.apache.sshd.sftp-2.9.2-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.sshd.sftp/2.9.2-SNAPSHOT/org.apache.sshd.sftp-2.9.2-SNAPSHOT.jar [2023-09-08T19:28:45.526Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.sshd.sftp_2.9.2/target/org.apache.sshd.sftp-2.9.2-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.sshd.sftp/2.9.2-SNAPSHOT/org.apache.sshd.sftp-2.9.2-SNAPSHOT-sources.jar [2023-09-08T19:28:45.526Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.sshd.sftp_2.9.2/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.sshd.sftp/2.9.2-SNAPSHOT/org.apache.sshd.sftp-2.9.2-SNAPSHOT-p2metadata.xml [2023-09-08T19:28:45.526Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.sshd.sftp_2.9.2/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.sshd.sftp/2.9.2-SNAPSHOT/org.apache.sshd.sftp-2.9.2-SNAPSHOT-p2artifacts.xml [2023-09-08T19:28:45.526Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.sshd.sftp_2.9.2/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.sshd.sftp/2.9.2-SNAPSHOT/org.apache.sshd.sftp-2.9.2-SNAPSHOT-p2metadata.xml [2023-09-08T19:28:45.526Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.sshd.sftp_2.9.2/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.sshd.sftp/2.9.2-SNAPSHOT/org.apache.sshd.sftp-2.9.2-SNAPSHOT-p2artifacts.xml [2023-09-08T19:28:45.526Z] [INFO] [2023-09-08T19:28:45.526Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.sshd.sftp --- [2023-09-08T19:28:45.526Z] [INFO] [2023-09-08T19:28:45.526Z] [INFO] --------< org.eclipse.orbit.bundles:org.apache.ws.commons.util >-------- [2023-09-08T19:28:45.526Z] [INFO] Building Apache WebServices Common Utilities 1.0.2-SNAPSHOT [47/375] [2023-09-08T19:28:45.526Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:28:45.526Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/ws/commons/util/ws-commons-util/1.0.2/ws-commons-util-1.0.2.pom [2023-09-08T19:28:45.526Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ws/commons/util/ws-commons-util/1.0.2/ws-commons-util-1.0.2.pom [2023-09-08T19:28:45.526Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ws/commons/util/ws-commons-util/1.0.2/ws-commons-util-1.0.2.pom (8.1 kB at 671 kB/s) [2023-09-08T19:28:45.526Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/ws/commons/util/ws-commons-util/1.0.2/ws-commons-util-1.0.2.jar [2023-09-08T19:28:45.526Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ws/commons/util/ws-commons-util/1.0.2/ws-commons-util-1.0.2.jar [2023-09-08T19:28:45.526Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ws/commons/util/ws-commons-util/1.0.2/ws-commons-util-1.0.2.jar (34 kB at 2.9 MB/s) [2023-09-08T19:28:45.526Z] [INFO] [2023-09-08T19:28:45.526Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.ws.commons.util --- [2023-09-08T19:28:45.526Z] [INFO] [2023-09-08T19:28:45.526Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.ws.commons.util --- [2023-09-08T19:28:45.526Z] [INFO] The project's OSGi version is 1.0.2.v20160817-1930 [2023-09-08T19:28:45.526Z] [INFO] [2023-09-08T19:28:45.526Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.ws.commons.util --- [2023-09-08T19:28:45.526Z] [INFO] [2023-09-08T19:28:45.526Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.ws.commons.util --- [2023-09-08T19:28:45.526Z] [INFO] Copying 3 resources [2023-09-08T19:28:45.526Z] [INFO] [2023-09-08T19:28:45.526Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.ws.commons.util --- [2023-09-08T19:28:45.526Z] [INFO] No sources to compile [2023-09-08T19:28:45.526Z] [INFO] [2023-09-08T19:28:45.526Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.ws.commons.util --- [2023-09-08T19:28:45.526Z] [INFO] Gathering dependencies [2023-09-08T19:28:45.526Z] [INFO] Configured Artifact: org.apache.ws.commons.util:ws-commons-util:1.0.2:jar [2023-09-08T19:28:45.526Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/ws/commons/util/ws-commons-util/1.0.2/ws-commons-util-1.0.2.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.ws.commons.util_1.0.2/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:28:45.526Z] [INFO] Merging collected dependencies [2023-09-08T19:28:45.526Z] [INFO] Copying 24 resources [2023-09-08T19:28:45.526Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:28:45.526Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.ws.commons.util:eclipse-bundle-recipe:1.0.2-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] [2023-09-08T19:28:45.526Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.ws.commons.util_1.0.2/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:28:45.526Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.ws.commons.util_1.0.2/target/org.apache.ws.commons.util-1.0.2-SNAPSHOT.jar [2023-09-08T19:28:45.526Z] [INFO] Gathering sources [2023-09-08T19:28:45.526Z] [INFO] Configured Artifact: org.apache.ws.commons.util:ws-commons-util:sources:1.0.2:jar [2023-09-08T19:28:45.526Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/ws/commons/util/ws-commons-util/1.0.2/ws-commons-util-1.0.2-sources.jar [2023-09-08T19:28:45.526Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ws/commons/util/ws-commons-util/1.0.2/ws-commons-util-1.0.2-sources.jar [2023-09-08T19:28:45.526Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ws/commons/util/ws-commons-util/1.0.2/ws-commons-util-1.0.2-sources.jar (27 kB at 2.2 MB/s) [2023-09-08T19:28:45.526Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/ws/commons/util/ws-commons-util/1.0.2/ws-commons-util-1.0.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.ws.commons.util_1.0.2/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:28:45.526Z] [INFO] Copying 3 resources [2023-09-08T19:28:45.526Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.ws.commons.util_1.0.2/src/main/java [2023-09-08T19:28:45.526Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.ws.commons.util_1.0.2/target/org.apache.ws.commons.util-1.0.2-SNAPSHOT-sources.jar [2023-09-08T19:28:45.526Z] [INFO] Assembling p2 repository [2023-09-08T19:28:46.456Z] [INFO] [2023-09-08T19:28:46.456Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.ws.commons.util --- [2023-09-08T19:28:46.456Z] [INFO] [2023-09-08T19:28:46.456Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.ws.commons.util --- [2023-09-08T19:28:46.456Z] [INFO] Gathering sources archives [2023-09-08T19:28:46.456Z] [INFO] Configured Artifact: org.apache.ws.commons.util:ws-commons-util:sources:1.0.2:jar [2023-09-08T19:28:46.456Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/ws/commons/util/ws-commons-util/1.0.2/ws-commons-util-1.0.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.ws.commons.util_1.0.2/target/sources-for-eclipse-ipzilla/ws-commons-util-1.0.2-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:28:46.456Z] [INFO] Configured Artifact: org.apache.ws.commons.util:ws-commons-util:sources:1.0.2:jar [2023-09-08T19:28:46.456Z] [INFO] Copying ws-commons-util-1.0.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.ws.commons.util_1.0.2/target/sources-for-eclipse-ipzilla/ws-commons-util-1.0.2-sources.jar [2023-09-08T19:28:46.456Z] [INFO] Refreshing about files and about.html [2023-09-08T19:28:46.456Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.ws.commons.util_1.0.2/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:28:46.456Z] [INFO] [2023-09-08T19:28:46.456Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.apache.ws.commons.util --- [2023-09-08T19:28:46.456Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.ws.commons.util_1.0.2/target/org.apache.ws.commons.util-1.0.2-SNAPSHOT.jar [2023-09-08T19:28:47.385Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.ws.commons.util_1.0.2/target/org.apache.ws.commons.util-1.0.2-SNAPSHOT-sources.jar [2023-09-08T19:28:48.316Z] [INFO] [2023-09-08T19:28:48.316Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.ws.commons.util --- [2023-09-08T19:28:48.572Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.apache.ws.commons.util:1.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.ws.commons.util_1.0.2/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:28:48.572Z] no-classifier: different [2023-09-08T19:28:48.572Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:28:48.572Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:28:48.572Z] META-INF/MANIFEST.MF: different [2023-09-08T19:28:48.572Z] Automatic-Module-Name: not present in baseline version [2023-09-08T19:28:48.572Z] classifier-sources: different [2023-09-08T19:28:48.572Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:28:48.572Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:28:48.572Z] [2023-09-08T19:28:48.572Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.apache.ws.commons.util:1.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.ws.commons.util_1.0.2/pom.xml [2023-09-08T19:28:48.572Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:28:48.572Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:28:48.572Z] [2023-09-08T19:28:48.572Z] [INFO] [2023-09-08T19:28:48.572Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.apache.ws.commons.util --- [2023-09-08T19:28:48.572Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.ws.commons.util_1.0.2/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.ws.commons.util/1.0.2-SNAPSHOT/org.apache.ws.commons.util-1.0.2-SNAPSHOT.pom [2023-09-08T19:28:48.572Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.ws.commons.util_1.0.2/target/org.apache.ws.commons.util-1.0.2-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.ws.commons.util/1.0.2-SNAPSHOT/org.apache.ws.commons.util-1.0.2-SNAPSHOT.jar [2023-09-08T19:28:48.572Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.ws.commons.util_1.0.2/target/org.apache.ws.commons.util-1.0.2-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.ws.commons.util/1.0.2-SNAPSHOT/org.apache.ws.commons.util-1.0.2-SNAPSHOT-sources.jar [2023-09-08T19:28:48.572Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.ws.commons.util_1.0.2/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.ws.commons.util/1.0.2-SNAPSHOT/org.apache.ws.commons.util-1.0.2-SNAPSHOT-p2metadata.xml [2023-09-08T19:28:48.572Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.ws.commons.util_1.0.2/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.ws.commons.util/1.0.2-SNAPSHOT/org.apache.ws.commons.util-1.0.2-SNAPSHOT-p2artifacts.xml [2023-09-08T19:28:48.572Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.ws.commons.util_1.0.2/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.ws.commons.util/1.0.2-SNAPSHOT/org.apache.ws.commons.util-1.0.2-SNAPSHOT-p2metadata.xml [2023-09-08T19:28:48.572Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.ws.commons.util_1.0.2/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.ws.commons.util/1.0.2-SNAPSHOT/org.apache.ws.commons.util-1.0.2-SNAPSHOT-p2artifacts.xml [2023-09-08T19:28:48.572Z] [INFO] [2023-09-08T19:28:48.572Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.ws.commons.util --- [2023-09-08T19:28:48.572Z] [INFO] [2023-09-08T19:28:48.572Z] [INFO] ------------< org.eclipse.orbit.bundles:org.apache.wsil4j >------------- [2023-09-08T19:28:48.572Z] [INFO] Building Web Services Inspection Language for Java 1.0.0-SNAPSHOT [48/375] [2023-09-08T19:28:48.572Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:28:48.572Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/eclipse/orbit/wsil4j/wsil4j/1.0.0/wsil4j-1.0.0.pom [2023-09-08T19:28:48.829Z] [INFO] Downloaded from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/eclipse/orbit/wsil4j/wsil4j/1.0.0/wsil4j-1.0.0.pom (403 B at 8.4 kB/s) [2023-09-08T19:28:48.829Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/eclipse/orbit/wsil4j/wsil4j/1.0.0/wsil4j-1.0.0.jar [2023-09-08T19:28:48.830Z] [INFO] Downloaded from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/eclipse/orbit/wsil4j/wsil4j/1.0.0/wsil4j-1.0.0.jar (78 kB at 2.2 MB/s) [2023-09-08T19:28:48.830Z] [INFO] [2023-09-08T19:28:48.830Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.wsil4j --- [2023-09-08T19:28:48.830Z] [INFO] [2023-09-08T19:28:48.830Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.wsil4j --- [2023-09-08T19:28:48.830Z] [INFO] The project's OSGi version is 1.0.0.v20180522-1857 [2023-09-08T19:28:48.830Z] [INFO] [2023-09-08T19:28:48.830Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.wsil4j --- [2023-09-08T19:28:48.830Z] [INFO] [2023-09-08T19:28:48.830Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.wsil4j --- [2023-09-08T19:28:48.830Z] [INFO] Copying 4 resources [2023-09-08T19:28:48.830Z] [INFO] [2023-09-08T19:28:48.830Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.wsil4j --- [2023-09-08T19:28:48.830Z] [INFO] No sources to compile [2023-09-08T19:28:48.830Z] [INFO] [2023-09-08T19:28:48.830Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.wsil4j --- [2023-09-08T19:28:48.830Z] [INFO] Gathering dependencies [2023-09-08T19:28:48.830Z] [INFO] Configured Artifact: org.eclipse.orbit.wsil4j:wsil4j:1.0.0:jar [2023-09-08T19:28:48.830Z] [INFO] Unpacking /home/vnc/.m2/repository/org/eclipse/orbit/wsil4j/wsil4j/1.0.0/wsil4j-1.0.0.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.wsil4j_1.0.0/target/dependency-bin with includes "**/*" and excludes "META-INF/*.SF,META-INF/*.RSA,META-INF/*.inf,plugin.properties" [2023-09-08T19:28:48.830Z] [INFO] Merging collected dependencies [2023-09-08T19:28:48.830Z] [INFO] Copying 70 resources [2023-09-08T19:28:48.830Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:28:48.830Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.wsil4j:eclipse-bundle-recipe:1.0.0-SNAPSHOT : Host org.uddi4j=bundle-version="[2.0.4,3.0.0)" for this fragment/require bundle cannot be found on the classpath [2023-09-08T19:28:48.830Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.wsil4j:eclipse-bundle-recipe:1.0.0-SNAPSHOT : Host org.apache.axis=bundle-version="[1.3.0,2.0.0)" for this fragment/require bundle cannot be found on the classpath [2023-09-08T19:28:48.830Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.wsil4j:eclipse-bundle-recipe:1.0.0-SNAPSHOT : Host javax.wsdl=bundle-version="[1.4.0,1.7.0)" for this fragment/require bundle cannot be found on the classpath [2023-09-08T19:28:48.830Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.wsil4j_1.0.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:28:48.830Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.wsil4j_1.0.0/target/org.apache.wsil4j-1.0.0-SNAPSHOT.jar [2023-09-08T19:28:48.830Z] [INFO] Gathering sources [2023-09-08T19:28:48.830Z] [INFO] Configured Artifact: org.eclipse.orbit.wsil4j:wsil4j:sources:1.0.0:jar [2023-09-08T19:28:48.830Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/eclipse/orbit/wsil4j/wsil4j/1.0.0/wsil4j-1.0.0-sources.jar [2023-09-08T19:28:48.830Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/orbit/wsil4j/wsil4j/1.0.0/wsil4j-1.0.0-sources.jar [2023-09-08T19:28:48.830Z] [WARNING] Unable to resolve source jar; skipping source bundle [2023-09-08T19:28:48.830Z] [INFO] Assembling p2 repository [2023-09-08T19:28:49.758Z] [INFO] [2023-09-08T19:28:49.759Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.wsil4j --- [2023-09-08T19:28:49.759Z] [INFO] [2023-09-08T19:28:49.759Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.wsil4j --- [2023-09-08T19:28:49.759Z] [INFO] Gathering sources archives [2023-09-08T19:28:49.759Z] [INFO] Configured Artifact: org.eclipse.orbit.wsil4j:wsil4j:sources:1.0.0:jar [2023-09-08T19:28:49.759Z] [WARNING] Unable to resolve source jar; skipping Eclipse IP information [2023-09-08T19:28:49.759Z] [INFO] Refreshing about files and about.html [2023-09-08T19:28:49.759Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.wsil4j_1.0.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:28:49.759Z] [INFO] [2023-09-08T19:28:49.759Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.apache.wsil4j --- [2023-09-08T19:28:49.759Z] [INFO] Jar '/home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.wsil4j_1.0.0/target/org.apache.wsil4j-1.0.0-SNAPSHOT.jar' is already signed. The signature will be overwritten. [2023-09-08T19:28:49.759Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.wsil4j_1.0.0/target/org.apache.wsil4j-1.0.0-SNAPSHOT.jar [2023-09-08T19:28:51.126Z] [INFO] [2023-09-08T19:28:51.126Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.wsil4j --- [2023-09-08T19:28:51.389Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.apache.wsil4j:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.wsil4j_1.0.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:28:51.389Z] no-classifier: different [2023-09-08T19:28:51.389Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:28:51.389Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:28:51.389Z] [2023-09-08T19:28:51.389Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.apache.wsil4j:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.wsil4j_1.0.0/pom.xml [2023-09-08T19:28:51.389Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:28:51.389Z] [2023-09-08T19:28:51.389Z] [INFO] [2023-09-08T19:28:51.389Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.apache.wsil4j --- [2023-09-08T19:28:51.389Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.wsil4j_1.0.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.wsil4j/1.0.0-SNAPSHOT/org.apache.wsil4j-1.0.0-SNAPSHOT.pom [2023-09-08T19:28:51.389Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.wsil4j_1.0.0/target/org.apache.wsil4j-1.0.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.wsil4j/1.0.0-SNAPSHOT/org.apache.wsil4j-1.0.0-SNAPSHOT.jar [2023-09-08T19:28:51.389Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.wsil4j_1.0.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.wsil4j/1.0.0-SNAPSHOT/org.apache.wsil4j-1.0.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:28:51.389Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.wsil4j_1.0.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.wsil4j/1.0.0-SNAPSHOT/org.apache.wsil4j-1.0.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:28:51.389Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.wsil4j_1.0.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.wsil4j/1.0.0-SNAPSHOT/org.apache.wsil4j-1.0.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:28:51.389Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.wsil4j_1.0.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.wsil4j/1.0.0-SNAPSHOT/org.apache.wsil4j-1.0.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:28:51.389Z] [INFO] [2023-09-08T19:28:51.389Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.wsil4j --- [2023-09-08T19:28:51.389Z] [INFO] [2023-09-08T19:28:51.389Z] [INFO] -------------< org.eclipse.orbit.bundles:org.apache.xalan >------------- [2023-09-08T19:28:51.389Z] [INFO] Building Xalan Java 2.7.2-SNAPSHOT [49/375] [2023-09-08T19:28:51.389Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:28:51.389Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/xalan/xalan/2.7.2/xalan-2.7.2.pom [2023-09-08T19:28:51.389Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/xalan/xalan/2.7.2/xalan-2.7.2.pom [2023-09-08T19:28:51.389Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/xalan/xalan/2.7.2/xalan-2.7.2.pom (1.3 kB at 106 kB/s) [2023-09-08T19:28:51.389Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/xalan/serializer/2.7.2/serializer-2.7.2.pom [2023-09-08T19:28:51.389Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/xalan/serializer/2.7.2/serializer-2.7.2.pom [2023-09-08T19:28:51.389Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/xalan/serializer/2.7.2/serializer-2.7.2.pom (1.1 kB at 91 kB/s) [2023-09-08T19:28:51.389Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom [2023-09-08T19:28:51.389Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom [2023-09-08T19:28:51.389Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom (1.8 kB at 182 kB/s) [2023-09-08T19:28:51.389Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/xalan/xalan/2.7.2/xalan-2.7.2.jar [2023-09-08T19:28:51.390Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar [2023-09-08T19:28:51.390Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/xalan/serializer/2.7.2/serializer-2.7.2.jar [2023-09-08T19:28:51.390Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/xalan/xalan/2.7.2/xalan-2.7.2.jar [2023-09-08T19:28:51.390Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/xalan/serializer/2.7.2/serializer-2.7.2.jar [2023-09-08T19:28:51.390Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar [2023-09-08T19:28:51.390Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar (194 kB at 11 MB/s) [2023-09-08T19:28:51.390Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/xalan/serializer/2.7.2/serializer-2.7.2.jar (276 kB at 15 MB/s) [2023-09-08T19:28:51.647Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/xalan/xalan/2.7.2/xalan-2.7.2.jar (3.2 MB at 72 MB/s) [2023-09-08T19:28:51.647Z] [INFO] [2023-09-08T19:28:51.647Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.xalan --- [2023-09-08T19:28:51.647Z] [INFO] [2023-09-08T19:28:51.647Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.xalan --- [2023-09-08T19:28:51.647Z] [INFO] The project's OSGi version is 2.7.2.v20221112-0806 [2023-09-08T19:28:51.647Z] [INFO] [2023-09-08T19:28:51.647Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.xalan --- [2023-09-08T19:28:51.647Z] [INFO] [2023-09-08T19:28:51.647Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.xalan --- [2023-09-08T19:28:51.647Z] [INFO] Copying 3 resources [2023-09-08T19:28:51.648Z] [INFO] [2023-09-08T19:28:51.648Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.xalan --- [2023-09-08T19:28:51.648Z] [INFO] No sources to compile [2023-09-08T19:28:51.648Z] [INFO] [2023-09-08T19:28:51.648Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.xalan --- [2023-09-08T19:28:51.648Z] [INFO] Gathering dependencies [2023-09-08T19:28:51.648Z] [INFO] Configured Artifact: xalan:xalan:2.7.2:jar [2023-09-08T19:28:51.648Z] [INFO] Unpacking /home/vnc/.m2/repository/xalan/xalan/2.7.2/xalan-2.7.2.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.xalan_2.7.2/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:28:51.648Z] [INFO] Merging collected dependencies [2023-09-08T19:28:51.904Z] [INFO] Copying 1508 resources [2023-09-08T19:28:51.904Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:28:52.467Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.xalan:eclipse-bundle-recipe:2.7.2-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:28:52.467Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.xalan_2.7.2/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:28:52.467Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.xalan_2.7.2/target/org.apache.xalan-2.7.2-SNAPSHOT.jar [2023-09-08T19:28:52.724Z] [INFO] Gathering sources [2023-09-08T19:28:52.724Z] [INFO] Configured Artifact: xalan:xalan:sources:2.7.2:jar [2023-09-08T19:28:52.724Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/xalan/xalan/2.7.2/xalan-2.7.2-sources.jar [2023-09-08T19:28:52.724Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/xalan/xalan/2.7.2/xalan-2.7.2-sources.jar [2023-09-08T19:28:52.724Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/xalan/xalan/2.7.2/xalan-2.7.2-sources.jar (3.4 MB at 74 MB/s) [2023-09-08T19:28:52.724Z] [INFO] Unpacking /home/vnc/.m2/repository/xalan/xalan/2.7.2/xalan-2.7.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.xalan_2.7.2/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:28:52.980Z] [INFO] Copying 3 resources [2023-09-08T19:28:52.980Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.xalan_2.7.2/src/main/java [2023-09-08T19:28:52.980Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.xalan_2.7.2/target/org.apache.xalan-2.7.2-SNAPSHOT-sources.jar [2023-09-08T19:28:53.238Z] [INFO] Assembling p2 repository [2023-09-08T19:28:53.802Z] [INFO] [2023-09-08T19:28:53.802Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.xalan --- [2023-09-08T19:28:53.802Z] [INFO] [2023-09-08T19:28:53.802Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.xalan --- [2023-09-08T19:28:53.802Z] [INFO] Gathering sources archives [2023-09-08T19:28:53.802Z] [INFO] Configured Artifact: xalan:xalan:sources:2.7.2:jar [2023-09-08T19:28:53.802Z] [INFO] Unpacking /home/vnc/.m2/repository/xalan/xalan/2.7.2/xalan-2.7.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.xalan_2.7.2/target/sources-for-eclipse-ipzilla/xalan-2.7.2-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:28:54.058Z] [INFO] Configured Artifact: xalan:xalan:sources:2.7.2:jar [2023-09-08T19:28:54.058Z] [INFO] Copying xalan-2.7.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.xalan_2.7.2/target/sources-for-eclipse-ipzilla/xalan-2.7.2-sources.jar [2023-09-08T19:28:54.058Z] [INFO] Refreshing about files and about.html [2023-09-08T19:28:54.058Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.xalan_2.7.2/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:28:54.058Z] [INFO] [2023-09-08T19:28:54.058Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.apache.xalan --- [2023-09-08T19:28:54.620Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.xalan_2.7.2/target/org.apache.xalan-2.7.2-SNAPSHOT.jar [2023-09-08T19:28:57.890Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.xalan_2.7.2/target/org.apache.xalan-2.7.2-SNAPSHOT-sources.jar [2023-09-08T19:28:58.819Z] [INFO] [2023-09-08T19:28:58.820Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.xalan --- [2023-09-08T19:28:59.382Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.apache.xalan:2.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.xalan_2.7.2/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:28:59.382Z] no-classifier: different [2023-09-08T19:28:59.382Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:28:59.382Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:28:59.382Z] classifier-sources: different [2023-09-08T19:28:59.382Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:28:59.382Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:28:59.382Z] [2023-09-08T19:28:59.382Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.apache.xalan:2.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.xalan_2.7.2/pom.xml [2023-09-08T19:28:59.382Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:28:59.382Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:28:59.382Z] [2023-09-08T19:28:59.382Z] [INFO] [2023-09-08T19:28:59.382Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.apache.xalan --- [2023-09-08T19:28:59.382Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.xalan_2.7.2/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.xalan/2.7.2-SNAPSHOT/org.apache.xalan-2.7.2-SNAPSHOT.pom [2023-09-08T19:28:59.382Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.xalan_2.7.2/target/org.apache.xalan-2.7.2-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.xalan/2.7.2-SNAPSHOT/org.apache.xalan-2.7.2-SNAPSHOT.jar [2023-09-08T19:28:59.382Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.xalan_2.7.2/target/org.apache.xalan-2.7.2-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.xalan/2.7.2-SNAPSHOT/org.apache.xalan-2.7.2-SNAPSHOT-sources.jar [2023-09-08T19:28:59.382Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.xalan_2.7.2/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.xalan/2.7.2-SNAPSHOT/org.apache.xalan-2.7.2-SNAPSHOT-p2metadata.xml [2023-09-08T19:28:59.382Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.xalan_2.7.2/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.xalan/2.7.2-SNAPSHOT/org.apache.xalan-2.7.2-SNAPSHOT-p2artifacts.xml [2023-09-08T19:28:59.382Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.xalan_2.7.2/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.xalan/2.7.2-SNAPSHOT/org.apache.xalan-2.7.2-SNAPSHOT-p2metadata.xml [2023-09-08T19:28:59.382Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.xalan_2.7.2/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.xalan/2.7.2-SNAPSHOT/org.apache.xalan-2.7.2-SNAPSHOT-p2artifacts.xml [2023-09-08T19:28:59.382Z] [INFO] [2023-09-08T19:28:59.382Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.xalan --- [2023-09-08T19:28:59.383Z] [INFO] [2023-09-08T19:28:59.383Z] [INFO] ------------< org.eclipse.orbit.bundles:org.apache.xerces >------------- [2023-09-08T19:28:59.383Z] [INFO] Building Xerces2-j 2.12.2-SNAPSHOT [50/375] [2023-09-08T19:28:59.383Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:28:59.383Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/xerces/xercesImpl/2.12.2/xercesImpl-2.12.2.pom [2023-09-08T19:28:59.383Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/xerces/xercesImpl/2.12.2/xercesImpl-2.12.2.pom [2023-09-08T19:28:59.383Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/xerces/xercesImpl/2.12.2/xercesImpl-2.12.2.pom (3.3 kB at 275 kB/s) [2023-09-08T19:28:59.383Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.pom [2023-09-08T19:28:59.383Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.pom [2023-09-08T19:28:59.383Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.pom (2.7 kB at 266 kB/s) [2023-09-08T19:28:59.383Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/xerces/xercesImpl/2.12.2/xercesImpl-2.12.2.jar [2023-09-08T19:28:59.383Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.jar [2023-09-08T19:28:59.383Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/xerces/xercesImpl/2.12.2/xercesImpl-2.12.2.jar [2023-09-08T19:28:59.383Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.jar [2023-09-08T19:28:59.383Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.jar (221 kB at 16 MB/s) [2023-09-08T19:28:59.383Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/xerces/xercesImpl/2.12.2/xercesImpl-2.12.2.jar (1.4 MB at 37 MB/s) [2023-09-08T19:28:59.383Z] [INFO] [2023-09-08T19:28:59.383Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.xerces --- [2023-09-08T19:28:59.383Z] [INFO] [2023-09-08T19:28:59.383Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.xerces --- [2023-09-08T19:28:59.383Z] [INFO] The project's OSGi version is 2.12.2.v20220131-0835 [2023-09-08T19:28:59.383Z] [INFO] [2023-09-08T19:28:59.383Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.xerces --- [2023-09-08T19:28:59.383Z] [INFO] [2023-09-08T19:28:59.383Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.xerces --- [2023-09-08T19:28:59.383Z] [INFO] Copying 3 resources [2023-09-08T19:28:59.383Z] [INFO] [2023-09-08T19:28:59.383Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.xerces --- [2023-09-08T19:28:59.383Z] [INFO] No sources to compile [2023-09-08T19:28:59.383Z] [INFO] [2023-09-08T19:28:59.383Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.xerces --- [2023-09-08T19:28:59.383Z] [INFO] Gathering dependencies [2023-09-08T19:28:59.383Z] [INFO] Configured Artifact: xerces:xercesImpl:2.12.2:jar [2023-09-08T19:28:59.383Z] [INFO] Unpacking /home/vnc/.m2/repository/xerces/xercesImpl/2.12.2/xercesImpl-2.12.2.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.xerces_2.12.2/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:28:59.639Z] [INFO] Merging collected dependencies [2023-09-08T19:28:59.639Z] [INFO] Copying 995 resources [2023-09-08T19:28:59.639Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:28:59.896Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.xerces:eclipse-bundle-recipe:2.12.2-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*] [2023-09-08T19:28:59.896Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.xerces_2.12.2/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:28:59.896Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.xerces_2.12.2/target/org.apache.xerces-2.12.2-SNAPSHOT.jar [2023-09-08T19:29:00.153Z] [INFO] Gathering sources [2023-09-08T19:29:00.153Z] [INFO] Configured Artifact: xerces:xercesImpl:sources:2.12.2:jar [2023-09-08T19:29:00.153Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/xerces/xercesImpl/2.12.2/xercesImpl-2.12.2-sources.jar [2023-09-08T19:29:00.153Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/xerces/xercesImpl/2.12.2/xercesImpl-2.12.2-sources.jar [2023-09-08T19:29:00.153Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/xerces/xercesImpl/2.12.2/xercesImpl-2.12.2-sources.jar (2.2 MB at 31 MB/s) [2023-09-08T19:29:00.153Z] [INFO] Unpacking /home/vnc/.m2/repository/xerces/xercesImpl/2.12.2/xercesImpl-2.12.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.xerces_2.12.2/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:29:00.409Z] [INFO] Copying 3 resources [2023-09-08T19:29:00.409Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.xerces_2.12.2/src/main/java [2023-09-08T19:29:00.409Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.xerces_2.12.2/target/org.apache.xerces-2.12.2-SNAPSHOT-sources.jar [2023-09-08T19:29:00.665Z] [INFO] Assembling p2 repository [2023-09-08T19:29:01.592Z] [INFO] [2023-09-08T19:29:01.592Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.xerces --- [2023-09-08T19:29:01.592Z] [INFO] [2023-09-08T19:29:01.592Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.xerces --- [2023-09-08T19:29:01.592Z] [INFO] Gathering sources archives [2023-09-08T19:29:01.592Z] [INFO] Configured Artifact: xerces:xercesImpl:sources:2.12.2:jar [2023-09-08T19:29:01.592Z] [INFO] Unpacking /home/vnc/.m2/repository/xerces/xercesImpl/2.12.2/xercesImpl-2.12.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.xerces_2.12.2/target/sources-for-eclipse-ipzilla/xercesImpl-2.12.2-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:29:01.592Z] [INFO] Configured Artifact: xerces:xercesImpl:sources:2.12.2:jar [2023-09-08T19:29:01.592Z] [INFO] Copying xercesImpl-2.12.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.xerces_2.12.2/target/sources-for-eclipse-ipzilla/xercesImpl-2.12.2-sources.jar [2023-09-08T19:29:01.592Z] [INFO] Refreshing about files and about.html [2023-09-08T19:29:01.592Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.xerces_2.12.2/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:29:01.592Z] [INFO] [2023-09-08T19:29:01.592Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.apache.xerces --- [2023-09-08T19:29:02.155Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.xerces_2.12.2/target/org.apache.xerces-2.12.2-SNAPSHOT.jar [2023-09-08T19:29:04.085Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.xerces_2.12.2/target/org.apache.xerces-2.12.2-SNAPSHOT-sources.jar [2023-09-08T19:29:05.452Z] [INFO] [2023-09-08T19:29:05.452Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.xerces --- [2023-09-08T19:29:06.014Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.apache.xerces:2.12.2-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.xerces_2.12.2/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:29:06.014Z] no-classifier: different [2023-09-08T19:29:06.014Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:29:06.014Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:29:06.014Z] classifier-sources: different [2023-09-08T19:29:06.014Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:29:06.014Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:29:06.014Z] [2023-09-08T19:29:06.014Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.apache.xerces:2.12.2-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.xerces_2.12.2/pom.xml [2023-09-08T19:29:06.014Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:29:06.014Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:29:06.014Z] [2023-09-08T19:29:06.014Z] [INFO] [2023-09-08T19:29:06.014Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.apache.xerces --- [2023-09-08T19:29:06.014Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.xerces_2.12.2/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.xerces/2.12.2-SNAPSHOT/org.apache.xerces-2.12.2-SNAPSHOT.pom [2023-09-08T19:29:06.014Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.xerces_2.12.2/target/org.apache.xerces-2.12.2-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.xerces/2.12.2-SNAPSHOT/org.apache.xerces-2.12.2-SNAPSHOT.jar [2023-09-08T19:29:06.015Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.xerces_2.12.2/target/org.apache.xerces-2.12.2-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.xerces/2.12.2-SNAPSHOT/org.apache.xerces-2.12.2-SNAPSHOT-sources.jar [2023-09-08T19:29:06.015Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.xerces_2.12.2/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.xerces/2.12.2-SNAPSHOT/org.apache.xerces-2.12.2-SNAPSHOT-p2metadata.xml [2023-09-08T19:29:06.015Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.xerces_2.12.2/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.xerces/2.12.2-SNAPSHOT/org.apache.xerces-2.12.2-SNAPSHOT-p2artifacts.xml [2023-09-08T19:29:06.015Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.xerces_2.12.2/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.xerces/2.12.2-SNAPSHOT/org.apache.xerces-2.12.2-SNAPSHOT-p2metadata.xml [2023-09-08T19:29:06.015Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.xerces_2.12.2/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.xerces/2.12.2-SNAPSHOT/org.apache.xerces-2.12.2-SNAPSHOT-p2artifacts.xml [2023-09-08T19:29:06.015Z] [INFO] [2023-09-08T19:29:06.015Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.xerces --- [2023-09-08T19:29:06.015Z] [INFO] [2023-09-08T19:29:06.015Z] [INFO] ---------< org.eclipse.orbit.bundles:org.apache.xml.resolver >---------- [2023-09-08T19:29:06.015Z] [INFO] Building XML Commons Resolver Component 1.2.0-SNAPSHOT [51/375] [2023-09-08T19:29:06.015Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:29:06.015Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.pom [2023-09-08T19:29:06.015Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.pom [2023-09-08T19:29:06.015Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.pom (1.6 kB at 121 kB/s) [2023-09-08T19:29:06.015Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.jar [2023-09-08T19:29:06.015Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.jar [2023-09-08T19:29:06.015Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.jar (84 kB at 6.5 MB/s) [2023-09-08T19:29:06.015Z] [INFO] [2023-09-08T19:29:06.015Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.xml.resolver --- [2023-09-08T19:29:06.015Z] [INFO] [2023-09-08T19:29:06.015Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.xml.resolver --- [2023-09-08T19:29:06.015Z] [INFO] The project's OSGi version is 1.2.0.v20220715-1206 [2023-09-08T19:29:06.015Z] [INFO] [2023-09-08T19:29:06.015Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.xml.resolver --- [2023-09-08T19:29:06.015Z] [INFO] [2023-09-08T19:29:06.015Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.xml.resolver --- [2023-09-08T19:29:06.015Z] [INFO] Copying 3 resources [2023-09-08T19:29:06.015Z] [INFO] [2023-09-08T19:29:06.015Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.xml.resolver --- [2023-09-08T19:29:06.015Z] [INFO] No sources to compile [2023-09-08T19:29:06.015Z] [INFO] [2023-09-08T19:29:06.015Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.xml.resolver --- [2023-09-08T19:29:06.015Z] [INFO] Gathering dependencies [2023-09-08T19:29:06.015Z] [INFO] Configured Artifact: xml-resolver:xml-resolver:1.2:jar [2023-09-08T19:29:06.015Z] [INFO] Unpacking /home/vnc/.m2/repository/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.xml.resolver_1.2.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:29:06.015Z] [INFO] Merging collected dependencies [2023-09-08T19:29:06.015Z] [INFO] Copying 38 resources [2023-09-08T19:29:06.015Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:29:06.015Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.xml.resolver:eclipse-bundle-recipe:1.2.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:29:06.015Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.xml.resolver_1.2.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:29:06.015Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.xml.resolver_1.2.0/target/org.apache.xml.resolver-1.2.0-SNAPSHOT.jar [2023-09-08T19:29:06.015Z] [INFO] Gathering sources [2023-09-08T19:29:06.015Z] [INFO] Configured Artifact: xml-resolver:xml-resolver:sources:1.2:jar [2023-09-08T19:29:06.015Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/xml-resolver/xml-resolver/1.2/xml-resolver-1.2-sources.jar [2023-09-08T19:29:06.015Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/xml-resolver/xml-resolver/1.2/xml-resolver-1.2-sources.jar [2023-09-08T19:29:06.015Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/xml-resolver/xml-resolver/1.2/xml-resolver-1.2-sources.jar (100 kB at 3.4 MB/s) [2023-09-08T19:29:06.015Z] [INFO] Unpacking /home/vnc/.m2/repository/xml-resolver/xml-resolver/1.2/xml-resolver-1.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.xml.resolver_1.2.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:29:06.015Z] [INFO] Copying 3 resources [2023-09-08T19:29:06.015Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.xml.resolver_1.2.0/src/main/java [2023-09-08T19:29:06.015Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.xml.resolver_1.2.0/target/org.apache.xml.resolver-1.2.0-SNAPSHOT-sources.jar [2023-09-08T19:29:06.271Z] [INFO] Assembling p2 repository [2023-09-08T19:29:06.834Z] [INFO] [2023-09-08T19:29:06.834Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.xml.resolver --- [2023-09-08T19:29:06.834Z] [INFO] [2023-09-08T19:29:06.834Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.xml.resolver --- [2023-09-08T19:29:06.834Z] [INFO] Gathering sources archives [2023-09-08T19:29:06.834Z] [INFO] Configured Artifact: xml-resolver:xml-resolver:sources:1.2:jar [2023-09-08T19:29:06.834Z] [INFO] Unpacking /home/vnc/.m2/repository/xml-resolver/xml-resolver/1.2/xml-resolver-1.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.xml.resolver_1.2.0/target/sources-for-eclipse-ipzilla/xml-resolver-1.2-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:29:06.834Z] [INFO] Configured Artifact: xml-resolver:xml-resolver:sources:1.2:jar [2023-09-08T19:29:06.834Z] [INFO] Copying xml-resolver-1.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.xml.resolver_1.2.0/target/sources-for-eclipse-ipzilla/xml-resolver-1.2-sources.jar [2023-09-08T19:29:06.834Z] [INFO] Refreshing about files and about.html [2023-09-08T19:29:06.834Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.xml.resolver_1.2.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:29:06.834Z] [INFO] [2023-09-08T19:29:06.834Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.apache.xml.resolver --- [2023-09-08T19:29:06.834Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.xml.resolver_1.2.0/target/org.apache.xml.resolver-1.2.0-SNAPSHOT.jar [2023-09-08T19:29:07.763Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.xml.resolver_1.2.0/target/org.apache.xml.resolver-1.2.0-SNAPSHOT-sources.jar [2023-09-08T19:29:09.656Z] [INFO] [2023-09-08T19:29:09.656Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.xml.resolver --- [2023-09-08T19:29:09.656Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.apache.xml.resolver:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.xml.resolver_1.2.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:29:09.656Z] no-classifier: different [2023-09-08T19:29:09.656Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:29:09.656Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:29:09.656Z] classifier-sources: different [2023-09-08T19:29:09.656Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:29:09.656Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:29:09.656Z] [2023-09-08T19:29:09.656Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.apache.xml.resolver:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.xml.resolver_1.2.0/pom.xml [2023-09-08T19:29:09.656Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:29:09.656Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:29:09.656Z] [2023-09-08T19:29:09.656Z] [INFO] [2023-09-08T19:29:09.656Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.apache.xml.resolver --- [2023-09-08T19:29:09.656Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.xml.resolver_1.2.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.xml.resolver/1.2.0-SNAPSHOT/org.apache.xml.resolver-1.2.0-SNAPSHOT.pom [2023-09-08T19:29:09.656Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.xml.resolver_1.2.0/target/org.apache.xml.resolver-1.2.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.xml.resolver/1.2.0-SNAPSHOT/org.apache.xml.resolver-1.2.0-SNAPSHOT.jar [2023-09-08T19:29:09.656Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.xml.resolver_1.2.0/target/org.apache.xml.resolver-1.2.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.xml.resolver/1.2.0-SNAPSHOT/org.apache.xml.resolver-1.2.0-SNAPSHOT-sources.jar [2023-09-08T19:29:09.656Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.xml.resolver_1.2.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.xml.resolver/1.2.0-SNAPSHOT/org.apache.xml.resolver-1.2.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:29:09.656Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.xml.resolver_1.2.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.xml.resolver/1.2.0-SNAPSHOT/org.apache.xml.resolver-1.2.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:29:09.656Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.xml.resolver_1.2.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.xml.resolver/1.2.0-SNAPSHOT/org.apache.xml.resolver-1.2.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:29:09.656Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.xml.resolver_1.2.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.xml.resolver/1.2.0-SNAPSHOT/org.apache.xml.resolver-1.2.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:29:09.656Z] [INFO] [2023-09-08T19:29:09.656Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.xml.resolver --- [2023-09-08T19:29:09.656Z] [INFO] [2023-09-08T19:29:09.656Z] [INFO] --------< org.eclipse.orbit.bundles:org.apache.xml.serializer >--------- [2023-09-08T19:29:09.656Z] [INFO] Building Xalan Java Serializer 2.7.2-SNAPSHOT [52/375] [2023-09-08T19:29:09.656Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:29:09.656Z] [INFO] [2023-09-08T19:29:09.656Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.xml.serializer --- [2023-09-08T19:29:09.656Z] [INFO] [2023-09-08T19:29:09.656Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.xml.serializer --- [2023-09-08T19:29:09.656Z] [INFO] The project's OSGi version is 2.7.2.v20220406-0601 [2023-09-08T19:29:09.656Z] [INFO] [2023-09-08T19:29:09.656Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.xml.serializer --- [2023-09-08T19:29:09.656Z] [INFO] [2023-09-08T19:29:09.656Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.xml.serializer --- [2023-09-08T19:29:09.656Z] [INFO] Copying 3 resources [2023-09-08T19:29:09.656Z] [INFO] [2023-09-08T19:29:09.656Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.xml.serializer --- [2023-09-08T19:29:09.656Z] [INFO] No sources to compile [2023-09-08T19:29:09.656Z] [INFO] [2023-09-08T19:29:09.656Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.xml.serializer --- [2023-09-08T19:29:09.656Z] [INFO] Gathering dependencies [2023-09-08T19:29:09.656Z] [INFO] Configured Artifact: xalan:serializer:2.7.2:jar [2023-09-08T19:29:09.656Z] [INFO] Unpacking /home/vnc/.m2/repository/xalan/serializer/2.7.2/serializer-2.7.2.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.xml.serializer_2.7.2/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:29:09.656Z] [INFO] Merging collected dependencies [2023-09-08T19:29:09.656Z] [INFO] Copying 116 resources [2023-09-08T19:29:09.656Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:29:09.913Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.xml.serializer:eclipse-bundle-recipe:2.7.2-SNAPSHOT : Export org.apache.xml.serializer, has 1, private references [org.apache.xml.serializer.utils] [2023-09-08T19:29:09.913Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.xml.serializer_2.7.2/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:29:09.913Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.xml.serializer_2.7.2/target/org.apache.xml.serializer-2.7.2-SNAPSHOT.jar [2023-09-08T19:29:10.170Z] [INFO] Gathering sources [2023-09-08T19:29:10.170Z] [INFO] Configured Artifact: xalan:serializer:sources:2.7.2:jar [2023-09-08T19:29:10.170Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/xalan/serializer/2.7.2/serializer-2.7.2-sources.jar [2023-09-08T19:29:10.170Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/xalan/serializer/2.7.2/serializer-2.7.2-sources.jar [2023-09-08T19:29:10.170Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/xalan/serializer/2.7.2/serializer-2.7.2-sources.jar (3.4 MB at 68 MB/s) [2023-09-08T19:29:10.170Z] [INFO] Unpacking /home/vnc/.m2/repository/xalan/serializer/2.7.2/serializer-2.7.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.xml.serializer_2.7.2/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:29:10.427Z] [INFO] Copying 3 resources [2023-09-08T19:29:10.427Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.xml.serializer_2.7.2/src/main/java [2023-09-08T19:29:10.427Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.xml.serializer_2.7.2/target/org.apache.xml.serializer-2.7.2-SNAPSHOT-sources.jar [2023-09-08T19:29:10.990Z] [INFO] Assembling p2 repository [2023-09-08T19:29:11.552Z] [INFO] [2023-09-08T19:29:11.552Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.xml.serializer --- [2023-09-08T19:29:11.552Z] [INFO] [2023-09-08T19:29:11.552Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.xml.serializer --- [2023-09-08T19:29:11.552Z] [INFO] Gathering sources archives [2023-09-08T19:29:11.552Z] [INFO] Configured Artifact: xalan:serializer:sources:2.7.2:jar [2023-09-08T19:29:11.552Z] [INFO] Unpacking /home/vnc/.m2/repository/xalan/serializer/2.7.2/serializer-2.7.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.xml.serializer_2.7.2/target/sources-for-eclipse-ipzilla/serializer-2.7.2-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:29:11.552Z] [INFO] Configured Artifact: xalan:serializer:sources:2.7.2:jar [2023-09-08T19:29:11.552Z] [INFO] Copying serializer-2.7.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.xml.serializer_2.7.2/target/sources-for-eclipse-ipzilla/serializer-2.7.2-sources.jar [2023-09-08T19:29:11.552Z] [INFO] Refreshing about files and about.html [2023-09-08T19:29:11.552Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.xml.serializer_2.7.2/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:29:11.552Z] [INFO] [2023-09-08T19:29:11.552Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.apache.xml.serializer --- [2023-09-08T19:29:11.810Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.xml.serializer_2.7.2/target/org.apache.xml.serializer-2.7.2-SNAPSHOT.jar [2023-09-08T19:29:13.701Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.xml.serializer_2.7.2/target/org.apache.xml.serializer-2.7.2-SNAPSHOT-sources.jar [2023-09-08T19:29:16.970Z] [INFO] [2023-09-08T19:29:16.970Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.xml.serializer --- [2023-09-08T19:29:17.531Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.apache.xml.serializer:2.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.xml.serializer_2.7.2/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:29:17.531Z] no-classifier: different [2023-09-08T19:29:17.531Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:29:17.531Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:29:17.531Z] classifier-sources: different [2023-09-08T19:29:17.531Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:29:17.531Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:29:17.531Z] [2023-09-08T19:29:17.531Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.apache.xml.serializer:2.7.2-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.xml.serializer_2.7.2/pom.xml [2023-09-08T19:29:17.531Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:29:17.531Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:29:17.531Z] [2023-09-08T19:29:17.531Z] [INFO] [2023-09-08T19:29:17.531Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.apache.xml.serializer --- [2023-09-08T19:29:17.531Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.xml.serializer_2.7.2/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.xml.serializer/2.7.2-SNAPSHOT/org.apache.xml.serializer-2.7.2-SNAPSHOT.pom [2023-09-08T19:29:17.531Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.xml.serializer_2.7.2/target/org.apache.xml.serializer-2.7.2-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.xml.serializer/2.7.2-SNAPSHOT/org.apache.xml.serializer-2.7.2-SNAPSHOT.jar [2023-09-08T19:29:17.531Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.xml.serializer_2.7.2/target/org.apache.xml.serializer-2.7.2-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.xml.serializer/2.7.2-SNAPSHOT/org.apache.xml.serializer-2.7.2-SNAPSHOT-sources.jar [2023-09-08T19:29:17.531Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.xml.serializer_2.7.2/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.xml.serializer/2.7.2-SNAPSHOT/org.apache.xml.serializer-2.7.2-SNAPSHOT-p2metadata.xml [2023-09-08T19:29:17.532Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.xml.serializer_2.7.2/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.xml.serializer/2.7.2-SNAPSHOT/org.apache.xml.serializer-2.7.2-SNAPSHOT-p2artifacts.xml [2023-09-08T19:29:17.532Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.xml.serializer_2.7.2/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.xml.serializer/2.7.2-SNAPSHOT/org.apache.xml.serializer-2.7.2-SNAPSHOT-p2metadata.xml [2023-09-08T19:29:17.532Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.xml.serializer_2.7.2/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.xml.serializer/2.7.2-SNAPSHOT/org.apache.xml.serializer-2.7.2-SNAPSHOT-p2artifacts.xml [2023-09-08T19:29:17.532Z] [INFO] [2023-09-08T19:29:17.532Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.xml.serializer --- [2023-09-08T19:29:17.532Z] [INFO] [2023-09-08T19:29:17.532Z] [INFO] -----------< org.eclipse.orbit.bundles:org.apache.xmlbeans >------------ [2023-09-08T19:29:17.532Z] [INFO] Building XmlBeans 3.1.0-SNAPSHOT [53/375] [2023-09-08T19:29:17.532Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:29:17.532Z] [INFO] [2023-09-08T19:29:17.532Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.xmlbeans --- [2023-09-08T19:29:17.532Z] [INFO] [2023-09-08T19:29:17.532Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.xmlbeans --- [2023-09-08T19:29:17.532Z] [INFO] The project's OSGi version is 3.1.0.v20221112-0806 [2023-09-08T19:29:17.532Z] [INFO] [2023-09-08T19:29:17.532Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.xmlbeans --- [2023-09-08T19:29:17.532Z] [INFO] [2023-09-08T19:29:17.532Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.xmlbeans --- [2023-09-08T19:29:17.532Z] [INFO] Copying 3 resources [2023-09-08T19:29:17.532Z] [INFO] [2023-09-08T19:29:17.532Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.xmlbeans --- [2023-09-08T19:29:17.532Z] [INFO] No sources to compile [2023-09-08T19:29:17.532Z] [INFO] [2023-09-08T19:29:17.532Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.xmlbeans --- [2023-09-08T19:29:17.532Z] [INFO] Gathering dependencies [2023-09-08T19:29:17.532Z] [INFO] Configured Artifact: org.apache.xmlbeans:xmlbeans:3.1.0:jar [2023-09-08T19:29:17.532Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/xmlbeans/xmlbeans/3.1.0/xmlbeans-3.1.0.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.xmlbeans_3.1.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:29:17.788Z] [INFO] Merging collected dependencies [2023-09-08T19:29:17.788Z] [INFO] Copying 1938 resources [2023-09-08T19:29:17.788Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:29:18.350Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.xmlbeans_3.1.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:29:18.350Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.xmlbeans_3.1.0/target/org.apache.xmlbeans-3.1.0-SNAPSHOT.jar [2023-09-08T19:29:18.607Z] [INFO] Gathering sources [2023-09-08T19:29:18.607Z] [INFO] Configured Artifact: org.apache.xmlbeans:xmlbeans:sources:3.1.0:jar [2023-09-08T19:29:18.607Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/xmlbeans/xmlbeans/3.1.0/xmlbeans-3.1.0-sources.jar [2023-09-08T19:29:18.607Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xmlbeans/xmlbeans/3.1.0/xmlbeans-3.1.0-sources.jar [2023-09-08T19:29:18.607Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xmlbeans/xmlbeans/3.1.0/xmlbeans-3.1.0-sources.jar (1.9 MB at 23 MB/s) [2023-09-08T19:29:18.607Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/xmlbeans/xmlbeans/3.1.0/xmlbeans-3.1.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.xmlbeans_3.1.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:29:18.863Z] [INFO] Copying 3 resources [2023-09-08T19:29:18.863Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.xmlbeans_3.1.0/src/main/java [2023-09-08T19:29:18.863Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.xmlbeans_3.1.0/target/org.apache.xmlbeans-3.1.0-SNAPSHOT-sources.jar [2023-09-08T19:29:19.427Z] [INFO] Assembling p2 repository [2023-09-08T19:29:19.989Z] [INFO] [2023-09-08T19:29:19.989Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.xmlbeans --- [2023-09-08T19:29:19.989Z] [INFO] [2023-09-08T19:29:19.989Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.xmlbeans --- [2023-09-08T19:29:19.989Z] [INFO] Gathering sources archives [2023-09-08T19:29:19.989Z] [INFO] Configured Artifact: org.apache.xmlbeans:xmlbeans:sources:3.1.0:jar [2023-09-08T19:29:19.989Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/xmlbeans/xmlbeans/3.1.0/xmlbeans-3.1.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.xmlbeans_3.1.0/target/sources-for-eclipse-ipzilla/xmlbeans-3.1.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:29:20.245Z] [INFO] Configured Artifact: org.apache.xmlbeans:xmlbeans:sources:3.1.0:jar [2023-09-08T19:29:20.245Z] [INFO] Copying xmlbeans-3.1.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.xmlbeans_3.1.0/target/sources-for-eclipse-ipzilla/xmlbeans-3.1.0-sources.jar [2023-09-08T19:29:20.245Z] [INFO] Refreshing about files and about.html [2023-09-08T19:29:20.245Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.xmlbeans_3.1.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:29:20.245Z] [INFO] [2023-09-08T19:29:20.245Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.apache.xmlbeans --- [2023-09-08T19:29:20.807Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.xmlbeans_3.1.0/target/org.apache.xmlbeans-3.1.0-SNAPSHOT.jar [2023-09-08T19:29:23.329Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.xmlbeans_3.1.0/target/org.apache.xmlbeans-3.1.0-SNAPSHOT-sources.jar [2023-09-08T19:29:24.709Z] [INFO] [2023-09-08T19:29:24.709Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.xmlbeans --- [2023-09-08T19:29:25.272Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.apache.xmlbeans:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.xmlbeans_3.1.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:29:25.272Z] no-classifier: different [2023-09-08T19:29:25.272Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:29:25.272Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:29:25.272Z] classifier-sources: different [2023-09-08T19:29:25.272Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:29:25.272Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:29:25.272Z] [2023-09-08T19:29:25.272Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.apache.xmlbeans:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.xmlbeans_3.1.0/pom.xml [2023-09-08T19:29:25.272Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:29:25.272Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:29:25.272Z] [2023-09-08T19:29:25.272Z] [INFO] [2023-09-08T19:29:25.272Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.apache.xmlbeans --- [2023-09-08T19:29:25.272Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.xmlbeans_3.1.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.xmlbeans/3.1.0-SNAPSHOT/org.apache.xmlbeans-3.1.0-SNAPSHOT.pom [2023-09-08T19:29:25.272Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.xmlbeans_3.1.0/target/org.apache.xmlbeans-3.1.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.xmlbeans/3.1.0-SNAPSHOT/org.apache.xmlbeans-3.1.0-SNAPSHOT.jar [2023-09-08T19:29:25.272Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.xmlbeans_3.1.0/target/org.apache.xmlbeans-3.1.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.xmlbeans/3.1.0-SNAPSHOT/org.apache.xmlbeans-3.1.0-SNAPSHOT-sources.jar [2023-09-08T19:29:25.272Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.xmlbeans_3.1.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.xmlbeans/3.1.0-SNAPSHOT/org.apache.xmlbeans-3.1.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:29:25.272Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.xmlbeans_3.1.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.xmlbeans/3.1.0-SNAPSHOT/org.apache.xmlbeans-3.1.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:29:25.272Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.xmlbeans_3.1.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.xmlbeans/3.1.0-SNAPSHOT/org.apache.xmlbeans-3.1.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:29:25.272Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/org.apache.xmlbeans_3.1.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.xmlbeans/3.1.0-SNAPSHOT/org.apache.xmlbeans-3.1.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:29:25.272Z] [INFO] [2023-09-08T19:29:25.272Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.xmlbeans --- [2023-09-08T19:29:25.272Z] [INFO] [2023-09-08T19:29:25.272Z] [INFO] -------------------< org.eclipse.orbit.bundles:ant >-------------------- [2023-09-08T19:29:25.272Z] [INFO] Building Eclipse Orbit :: Ant Recipes 1.0.0-SNAPSHOT [54/375] [2023-09-08T19:29:25.272Z] [INFO] --------------------------------[ pom ]--------------------------------- [2023-09-08T19:29:25.272Z] [INFO] [2023-09-08T19:29:25.272Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ant --- [2023-09-08T19:29:25.272Z] [INFO] [2023-09-08T19:29:25.272Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ ant --- [2023-09-08T19:29:25.272Z] [INFO] [2023-09-08T19:29:25.272Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ ant --- [2023-09-08T19:29:25.272Z] [INFO] [2023-09-08T19:29:25.272Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ ant --- [2023-09-08T19:29:25.272Z] [INFO] [2023-09-08T19:29:25.272Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ ant --- [2023-09-08T19:29:25.272Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/ant/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/ant/1.0.0-SNAPSHOT/ant-1.0.0-SNAPSHOT.pom [2023-09-08T19:29:25.272Z] [INFO] [2023-09-08T19:29:25.272Z] [INFO] --------------< org.eclipse.orbit.bundles:org.apache.ant >-------------- [2023-09-08T19:29:25.272Z] [INFO] Building Apache Ant (all-in-one) 1.10.12-SNAPSHOT [55/375] [2023-09-08T19:29:25.272Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:29:25.272Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/ant/ant-antlr/1.10.12/ant-antlr-1.10.12.pom [2023-09-08T19:29:25.272Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-antlr/1.10.12/ant-antlr-1.10.12.pom [2023-09-08T19:29:25.272Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-antlr/1.10.12/ant-antlr-1.10.12.pom (4.4 kB at 335 kB/s) [2023-09-08T19:29:25.272Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/ant/ant-parent/1.10.12/ant-parent-1.10.12.pom [2023-09-08T19:29:25.272Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-parent/1.10.12/ant-parent-1.10.12.pom [2023-09-08T19:29:25.272Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-parent/1.10.12/ant-parent-1.10.12.pom (6.5 kB at 466 kB/s) [2023-09-08T19:29:25.272Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/ant/ant-apache-bcel/1.10.12/ant-apache-bcel-1.10.12.pom [2023-09-08T19:29:25.272Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-apache-bcel/1.10.12/ant-apache-bcel-1.10.12.pom [2023-09-08T19:29:25.272Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-apache-bcel/1.10.12/ant-apache-bcel-1.10.12.pom (4.3 kB at 102 kB/s) [2023-09-08T19:29:25.272Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/ant/ant/1.10.12/ant-1.10.12.pom [2023-09-08T19:29:25.272Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.10.12/ant-1.10.12.pom [2023-09-08T19:29:25.272Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.10.12/ant-1.10.12.pom (17 kB at 1.5 MB/s) [2023-09-08T19:29:25.272Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12.pom [2023-09-08T19:29:25.272Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12.pom [2023-09-08T19:29:25.272Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12.pom (3.2 kB at 264 kB/s) [2023-09-08T19:29:25.272Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/bcel/bcel/6.5.0/bcel-6.5.0.pom [2023-09-08T19:29:25.272Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/bcel/bcel/6.5.0/bcel-6.5.0.pom [2023-09-08T19:29:25.272Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/bcel/bcel/6.5.0/bcel-6.5.0.pom (21 kB at 1.9 MB/s) [2023-09-08T19:29:25.272Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/ant/ant-apache-bsf/1.10.12/ant-apache-bsf-1.10.12.pom [2023-09-08T19:29:25.530Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-apache-bsf/1.10.12/ant-apache-bsf-1.10.12.pom [2023-09-08T19:29:25.530Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-apache-bsf/1.10.12/ant-apache-bsf-1.10.12.pom (3.6 kB at 65 kB/s) [2023-09-08T19:29:25.530Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/bsf/bsf/2.4.0/bsf-2.4.0.pom [2023-09-08T19:29:25.530Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/bsf/bsf/2.4.0/bsf-2.4.0.pom [2023-09-08T19:29:25.530Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/bsf/bsf/2.4.0/bsf-2.4.0.pom (1.2 kB at 109 kB/s) [2023-09-08T19:29:25.530Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/ant/ant-apache-log4j/1.10.12/ant-apache-log4j-1.10.12.pom [2023-09-08T19:29:25.530Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-apache-log4j/1.10.12/ant-apache-log4j-1.10.12.pom [2023-09-08T19:29:25.530Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-apache-log4j/1.10.12/ant-apache-log4j-1.10.12.pom (3.5 kB at 80 kB/s) [2023-09-08T19:29:25.530Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/log4j/log4j/1.2.17/log4j-1.2.17.pom [2023-09-08T19:29:25.530Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.17/log4j-1.2.17.pom [2023-09-08T19:29:25.530Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.17/log4j-1.2.17.pom (22 kB at 1.8 MB/s) [2023-09-08T19:29:25.530Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/ant/ant-apache-oro/1.10.12/ant-apache-oro-1.10.12.pom [2023-09-08T19:29:25.530Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-apache-oro/1.10.12/ant-apache-oro-1.10.12.pom [2023-09-08T19:29:25.530Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-apache-oro/1.10.12/ant-apache-oro-1.10.12.pom (3.7 kB at 81 kB/s) [2023-09-08T19:29:25.530Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/ant/ant-apache-regexp/1.10.12/ant-apache-regexp-1.10.12.pom [2023-09-08T19:29:25.530Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-apache-regexp/1.10.12/ant-apache-regexp-1.10.12.pom [2023-09-08T19:29:25.787Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-apache-regexp/1.10.12/ant-apache-regexp-1.10.12.pom (3.7 kB at 90 kB/s) [2023-09-08T19:29:25.787Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/jakarta-regexp/jakarta-regexp/1.4/jakarta-regexp-1.4.pom [2023-09-08T19:29:25.787Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/jakarta-regexp/jakarta-regexp/1.4/jakarta-regexp-1.4.pom [2023-09-08T19:29:25.787Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/jakarta-regexp/jakarta-regexp/1.4/jakarta-regexp-1.4.pom (160 B at 13 kB/s) [2023-09-08T19:29:25.787Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/ant/ant-apache-resolver/1.10.12/ant-apache-resolver-1.10.12.pom [2023-09-08T19:29:25.787Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-apache-resolver/1.10.12/ant-apache-resolver-1.10.12.pom [2023-09-08T19:29:25.787Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-apache-resolver/1.10.12/ant-apache-resolver-1.10.12.pom (3.6 kB at 85 kB/s) [2023-09-08T19:29:25.787Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/ant/ant-apache-xalan2/1.10.12/ant-apache-xalan2-1.10.12.pom [2023-09-08T19:29:25.787Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-apache-xalan2/1.10.12/ant-apache-xalan2-1.10.12.pom [2023-09-08T19:29:25.787Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-apache-xalan2/1.10.12/ant-apache-xalan2-1.10.12.pom (4.8 kB at 112 kB/s) [2023-09-08T19:29:25.788Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/ant/ant-commons-logging/1.10.12/ant-commons-logging-1.10.12.pom [2023-09-08T19:29:25.788Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-commons-logging/1.10.12/ant-commons-logging-1.10.12.pom [2023-09-08T19:29:26.045Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-commons-logging/1.10.12/ant-commons-logging-1.10.12.pom (3.6 kB at 74 kB/s) [2023-09-08T19:29:26.045Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/ant/ant-commons-net/1.10.12/ant-commons-net-1.10.12.pom [2023-09-08T19:29:26.045Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-commons-net/1.10.12/ant-commons-net-1.10.12.pom [2023-09-08T19:29:26.045Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-commons-net/1.10.12/ant-commons-net-1.10.12.pom (4.3 kB at 103 kB/s) [2023-09-08T19:29:26.045Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/commons-net/commons-net/3.8.0/commons-net-3.8.0.pom [2023-09-08T19:29:26.045Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-net/commons-net/3.8.0/commons-net-3.8.0.pom [2023-09-08T19:29:26.045Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-net/commons-net/3.8.0/commons-net-3.8.0.pom (24 kB at 2.0 MB/s) [2023-09-08T19:29:26.045Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/ant/ant-imageio/1.10.12/ant-imageio-1.10.12.pom [2023-09-08T19:29:26.045Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-imageio/1.10.12/ant-imageio-1.10.12.pom [2023-09-08T19:29:26.045Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-imageio/1.10.12/ant-imageio-1.10.12.pom (4.2 kB at 94 kB/s) [2023-09-08T19:29:26.045Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/ant/ant-jai/1.10.12/ant-jai-1.10.12.pom [2023-09-08T19:29:26.045Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-jai/1.10.12/ant-jai-1.10.12.pom [2023-09-08T19:29:26.045Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-jai/1.10.12/ant-jai-1.10.12.pom (4.7 kB at 102 kB/s) [2023-09-08T19:29:26.045Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/javax/media/jai-core/1.1.3/jai-core-1.1.3.pom [2023-09-08T19:29:26.045Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/media/jai-core/1.1.3/jai-core-1.1.3.pom [2023-09-08T19:29:26.045Z] [INFO] Downloading from jboss: https://repository.jboss.org/nexus/content/groups/public/javax/media/jai-core/1.1.3/jai-core-1.1.3.pom [2023-09-08T19:29:26.301Z] [INFO] Downloaded from jboss: https://repository.jboss.org/nexus/content/groups/public/javax/media/jai-core/1.1.3/jai-core-1.1.3.pom (1.4 kB at 6.3 kB/s) [2023-09-08T19:29:26.301Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/sun/media/jai-codec/1.1.3/jai-codec-1.1.3.pom [2023-09-08T19:29:26.301Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sun/media/jai-codec/1.1.3/jai-codec-1.1.3.pom [2023-09-08T19:29:26.557Z] [INFO] Downloading from jboss: https://repository.jboss.org/nexus/content/groups/public/com/sun/media/jai-codec/1.1.3/jai-codec-1.1.3.pom [2023-09-08T19:29:26.814Z] [INFO] Downloaded from jboss: https://repository.jboss.org/nexus/content/groups/public/com/sun/media/jai-codec/1.1.3/jai-codec-1.1.3.pom (1.1 kB at 4.2 kB/s) [2023-09-08T19:29:26.814Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/ant/ant-javamail/1.10.12/ant-javamail-1.10.12.pom [2023-09-08T19:29:26.814Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-javamail/1.10.12/ant-javamail-1.10.12.pom [2023-09-08T19:29:26.814Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-javamail/1.10.12/ant-javamail-1.10.12.pom (3.8 kB at 83 kB/s) [2023-09-08T19:29:26.814Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/sun/mail/jakarta.mail/1.6.4/jakarta.mail-1.6.4.pom [2023-09-08T19:29:26.814Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sun/mail/jakarta.mail/1.6.4/jakarta.mail-1.6.4.pom [2023-09-08T19:29:26.814Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/mail/jakarta.mail/1.6.4/jakarta.mail-1.6.4.pom (5.8 kB at 484 kB/s) [2023-09-08T19:29:26.814Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/sun/mail/all/1.6.4/all-1.6.4.pom [2023-09-08T19:29:26.814Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sun/mail/all/1.6.4/all-1.6.4.pom [2023-09-08T19:29:26.814Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/mail/all/1.6.4/all-1.6.4.pom (25 kB at 2.1 MB/s) [2023-09-08T19:29:26.814Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/eclipse/ee4j/project/1.0.4/project-1.0.4.pom [2023-09-08T19:29:26.814Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/ee4j/project/1.0.4/project-1.0.4.pom [2023-09-08T19:29:26.814Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/ee4j/project/1.0.4/project-1.0.4.pom (12 kB at 1.1 MB/s) [2023-09-08T19:29:26.814Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/sun/activation/jakarta.activation/1.2.1/jakarta.activation-1.2.1.pom [2023-09-08T19:29:26.814Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sun/activation/jakarta.activation/1.2.1/jakarta.activation-1.2.1.pom [2023-09-08T19:29:26.814Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/activation/jakarta.activation/1.2.1/jakarta.activation-1.2.1.pom (4.9 kB at 445 kB/s) [2023-09-08T19:29:26.814Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/ant/ant-jdepend/1.10.12/ant-jdepend-1.10.12.pom [2023-09-08T19:29:26.814Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-jdepend/1.10.12/ant-jdepend-1.10.12.pom [2023-09-08T19:29:26.814Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-jdepend/1.10.12/ant-jdepend-1.10.12.pom (4.6 kB at 106 kB/s) [2023-09-08T19:29:26.814Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/jdepend/jdepend/2.9.1/jdepend-2.9.1.pom [2023-09-08T19:29:26.814Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/jdepend/jdepend/2.9.1/jdepend-2.9.1.pom [2023-09-08T19:29:26.814Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/jdepend/jdepend/2.9.1/jdepend-2.9.1.pom (148 B at 13 kB/s) [2023-09-08T19:29:26.814Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/ant/ant-jmf/1.10.12/ant-jmf-1.10.12.pom [2023-09-08T19:29:26.814Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-jmf/1.10.12/ant-jmf-1.10.12.pom [2023-09-08T19:29:27.071Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-jmf/1.10.12/ant-jmf-1.10.12.pom (3.5 kB at 82 kB/s) [2023-09-08T19:29:27.071Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/ant/ant-jsch/1.10.12/ant-jsch-1.10.12.pom [2023-09-08T19:29:27.071Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-jsch/1.10.12/ant-jsch-1.10.12.pom [2023-09-08T19:29:27.071Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-jsch/1.10.12/ant-jsch-1.10.12.pom (4.2 kB at 98 kB/s) [2023-09-08T19:29:27.071Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/jcraft/jsch/0.1.55/jsch-0.1.55.pom [2023-09-08T19:29:27.071Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.55/jsch-0.1.55.pom [2023-09-08T19:29:27.071Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.55/jsch-0.1.55.pom (3.2 kB at 294 kB/s) [2023-09-08T19:29:27.071Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/sonatype/oss/oss-parent/6/oss-parent-6.pom [2023-09-08T19:29:27.071Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/6/oss-parent-6.pom [2023-09-08T19:29:27.071Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/6/oss-parent-6.pom (4.8 kB at 483 kB/s) [2023-09-08T19:29:27.071Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/ant/ant-junit/1.10.12/ant-junit-1.10.12.pom [2023-09-08T19:29:27.071Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-junit/1.10.12/ant-junit-1.10.12.pom [2023-09-08T19:29:27.071Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-junit/1.10.12/ant-junit-1.10.12.pom (7.5 kB at 625 kB/s) [2023-09-08T19:29:27.071Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/junit/junit/4.13.1/junit-4.13.1.pom [2023-09-08T19:29:27.071Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/4.13.1/junit-4.13.1.pom [2023-09-08T19:29:27.071Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/junit/junit/4.13.1/junit-4.13.1.pom (25 kB at 1.9 MB/s) [2023-09-08T19:29:27.071Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/ant/ant-junitlauncher/1.10.12/ant-junitlauncher-1.10.12.pom [2023-09-08T19:29:27.071Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-junitlauncher/1.10.12/ant-junitlauncher-1.10.12.pom [2023-09-08T19:29:27.071Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-junitlauncher/1.10.12/ant-junitlauncher-1.10.12.pom (6.3 kB at 526 kB/s) [2023-09-08T19:29:27.071Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/junit/platform/junit-platform-launcher/1.2.0/junit-platform-launcher-1.2.0.pom [2023-09-08T19:29:27.327Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.2.0/junit-platform-launcher-1.2.0.pom [2023-09-08T19:29:27.327Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.2.0/junit-platform-launcher-1.2.0.pom (2.2 kB at 185 kB/s) [2023-09-08T19:29:27.327Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.pom [2023-09-08T19:29:27.327Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.pom [2023-09-08T19:29:27.327Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.pom (1.2 kB at 106 kB/s) [2023-09-08T19:29:27.327Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/junit/platform/junit-platform-engine/1.2.0/junit-platform-engine-1.2.0.pom [2023-09-08T19:29:27.327Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.2.0/junit-platform-engine-1.2.0.pom [2023-09-08T19:29:27.327Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.2.0/junit-platform-engine-1.2.0.pom (2.4 kB at 218 kB/s) [2023-09-08T19:29:27.327Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/junit/platform/junit-platform-commons/1.2.0/junit-platform-commons-1.2.0.pom [2023-09-08T19:29:27.327Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.2.0/junit-platform-commons-1.2.0.pom [2023-09-08T19:29:27.327Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.2.0/junit-platform-commons-1.2.0.pom (2.0 kB at 168 kB/s) [2023-09-08T19:29:27.327Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/opentest4j/opentest4j/1.1.0/opentest4j-1.1.0.pom [2023-09-08T19:29:27.327Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.1.0/opentest4j-1.1.0.pom [2023-09-08T19:29:27.327Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.1.0/opentest4j-1.1.0.pom (1.7 kB at 168 kB/s) [2023-09-08T19:29:27.327Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/ant/ant-junit4/1.10.12/ant-junit4-1.10.12.pom [2023-09-08T19:29:27.327Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-junit4/1.10.12/ant-junit4-1.10.12.pom [2023-09-08T19:29:27.327Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-junit4/1.10.12/ant-junit4-1.10.12.pom (4.3 kB at 165 kB/s) [2023-09-08T19:29:27.327Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/ant/ant-netrexx/1.10.12/ant-netrexx-1.10.12.pom [2023-09-08T19:29:27.327Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-netrexx/1.10.12/ant-netrexx-1.10.12.pom [2023-09-08T19:29:27.327Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-netrexx/1.10.12/ant-netrexx-1.10.12.pom (4.7 kB at 108 kB/s) [2023-09-08T19:29:27.327Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/ant/ant-swing/1.10.12/ant-swing-1.10.12.pom [2023-09-08T19:29:27.327Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-swing/1.10.12/ant-swing-1.10.12.pom [2023-09-08T19:29:27.583Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-swing/1.10.12/ant-swing-1.10.12.pom (3.4 kB at 68 kB/s) [2023-09-08T19:29:27.583Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/ant/ant-testutil/1.10.12/ant-testutil-1.10.12.pom [2023-09-08T19:29:27.583Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-testutil/1.10.12/ant-testutil-1.10.12.pom [2023-09-08T19:29:27.583Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-testutil/1.10.12/ant-testutil-1.10.12.pom (4.0 kB at 84 kB/s) [2023-09-08T19:29:27.583Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/ant/ant-xz/1.10.12/ant-xz-1.10.12.pom [2023-09-08T19:29:27.583Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-xz/1.10.12/ant-xz-1.10.12.pom [2023-09-08T19:29:27.583Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-xz/1.10.12/ant-xz-1.10.12.pom (3.7 kB at 85 kB/s) [2023-09-08T19:29:27.583Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/ant/ant-antlr/1.10.12/ant-antlr-1.10.12.jar [2023-09-08T19:29:27.584Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/ant/ant-apache-bcel/1.10.12/ant-apache-bcel-1.10.12.jar [2023-09-08T19:29:27.584Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/bsf/bsf/2.4.0/bsf-2.4.0.jar [2023-09-08T19:29:27.584Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/ant/ant-apache-bsf/1.10.12/ant-apache-bsf-1.10.12.jar [2023-09-08T19:29:27.584Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/bcel/bcel/6.5.0/bcel-6.5.0.jar [2023-09-08T19:29:27.584Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/ant/ant-apache-log4j/1.10.12/ant-apache-log4j-1.10.12.jar [2023-09-08T19:29:27.584Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/log4j/log4j/1.2.17/log4j-1.2.17.jar [2023-09-08T19:29:27.584Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/ant/ant-apache-oro/1.10.12/ant-apache-oro-1.10.12.jar [2023-09-08T19:29:27.584Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/ant/ant-apache-regexp/1.10.12/ant-apache-regexp-1.10.12.jar [2023-09-08T19:29:27.584Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/jakarta-regexp/jakarta-regexp/1.4/jakarta-regexp-1.4.jar [2023-09-08T19:29:27.584Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/ant/ant-apache-resolver/1.10.12/ant-apache-resolver-1.10.12.jar [2023-09-08T19:29:27.584Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/ant/ant-apache-xalan2/1.10.12/ant-apache-xalan2-1.10.12.jar [2023-09-08T19:29:27.584Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/ant/ant-commons-logging/1.10.12/ant-commons-logging-1.10.12.jar [2023-09-08T19:29:27.584Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar [2023-09-08T19:29:27.584Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/ant/ant-commons-net/1.10.12/ant-commons-net-1.10.12.jar [2023-09-08T19:29:27.584Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/commons-net/commons-net/3.8.0/commons-net-3.8.0.jar [2023-09-08T19:29:27.584Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/ant/ant-imageio/1.10.12/ant-imageio-1.10.12.jar [2023-09-08T19:29:27.584Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/ant/ant-jai/1.10.12/ant-jai-1.10.12.jar [2023-09-08T19:29:27.584Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/javax/media/jai-core/1.1.3/jai-core-1.1.3.jar [2023-09-08T19:29:27.584Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/sun/media/jai-codec/1.1.3/jai-codec-1.1.3.jar [2023-09-08T19:29:27.584Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/ant/ant-javamail/1.10.12/ant-javamail-1.10.12.jar [2023-09-08T19:29:27.584Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/sun/mail/jakarta.mail/1.6.4/jakarta.mail-1.6.4.jar [2023-09-08T19:29:27.584Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/sun/activation/jakarta.activation/1.2.1/jakarta.activation-1.2.1.jar [2023-09-08T19:29:27.584Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/ant/ant-jdepend/1.10.12/ant-jdepend-1.10.12.jar [2023-09-08T19:29:27.584Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/jdepend/jdepend/2.9.1/jdepend-2.9.1.jar [2023-09-08T19:29:27.584Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/ant/ant-jmf/1.10.12/ant-jmf-1.10.12.jar [2023-09-08T19:29:27.584Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/ant/ant-jsch/1.10.12/ant-jsch-1.10.12.jar [2023-09-08T19:29:27.584Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/jcraft/jsch/0.1.55/jsch-0.1.55.jar [2023-09-08T19:29:27.584Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/ant/ant-junit/1.10.12/ant-junit-1.10.12.jar [2023-09-08T19:29:27.584Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/junit/junit/4.13.1/junit-4.13.1.jar [2023-09-08T19:29:27.584Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar [2023-09-08T19:29:27.584Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/ant/ant-junitlauncher/1.10.12/ant-junitlauncher-1.10.12.jar [2023-09-08T19:29:27.584Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/junit/platform/junit-platform-launcher/1.2.0/junit-platform-launcher-1.2.0.jar [2023-09-08T19:29:27.584Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.jar [2023-09-08T19:29:27.584Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/junit/platform/junit-platform-engine/1.2.0/junit-platform-engine-1.2.0.jar [2023-09-08T19:29:27.584Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/junit/platform/junit-platform-commons/1.2.0/junit-platform-commons-1.2.0.jar [2023-09-08T19:29:27.841Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/opentest4j/opentest4j/1.1.0/opentest4j-1.1.0.jar [2023-09-08T19:29:27.841Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/ant/ant-junit4/1.10.12/ant-junit4-1.10.12.jar [2023-09-08T19:29:27.841Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12.jar [2023-09-08T19:29:27.841Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/ant/ant-netrexx/1.10.12/ant-netrexx-1.10.12.jar [2023-09-08T19:29:27.841Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/ant/ant-testutil/1.10.12/ant-testutil-1.10.12.jar [2023-09-08T19:29:27.841Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/ant/ant-swing/1.10.12/ant-swing-1.10.12.jar [2023-09-08T19:29:27.841Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/ant/ant/1.10.12/ant-1.10.12.jar [2023-09-08T19:29:27.841Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/ant/ant-xz/1.10.12/ant-xz-1.10.12.jar [2023-09-08T19:29:27.841Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-antlr/1.10.12/ant-antlr-1.10.12.jar [2023-09-08T19:29:27.841Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/bcel/bcel/6.5.0/bcel-6.5.0.jar [2023-09-08T19:29:27.841Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-apache-bcel/1.10.12/ant-apache-bcel-1.10.12.jar [2023-09-08T19:29:27.841Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/bsf/bsf/2.4.0/bsf-2.4.0.jar [2023-09-08T19:29:27.841Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-apache-bsf/1.10.12/ant-apache-bsf-1.10.12.jar [2023-09-08T19:29:27.841Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-antlr/1.10.12/ant-antlr-1.10.12.jar (12 kB at 935 kB/s) [2023-09-08T19:29:27.841Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-apache-log4j/1.10.12/ant-apache-log4j-1.10.12.jar [2023-09-08T19:29:27.841Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/bsf/bsf/2.4.0/bsf-2.4.0.jar (113 kB at 3.5 MB/s) [2023-09-08T19:29:27.841Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.17/log4j-1.2.17.jar [2023-09-08T19:29:27.841Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/bcel/bcel/6.5.0/bcel-6.5.0.jar (695 kB at 16 MB/s) [2023-09-08T19:29:27.841Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-apache-oro/1.10.12/ant-apache-oro-1.10.12.jar [2023-09-08T19:29:27.841Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.17/log4j-1.2.17.jar (490 kB at 9.4 MB/s) [2023-09-08T19:29:27.841Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-apache-regexp/1.10.12/ant-apache-regexp-1.10.12.jar [2023-09-08T19:29:27.841Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-apache-log4j/1.10.12/ant-apache-log4j-1.10.12.jar (8.7 kB at 141 kB/s) [2023-09-08T19:29:27.841Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/jakarta-regexp/jakarta-regexp/1.4/jakarta-regexp-1.4.jar [2023-09-08T19:29:27.841Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-apache-bcel/1.10.12/ant-apache-bcel-1.10.12.jar (16 kB at 222 kB/s) [2023-09-08T19:29:27.841Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-apache-resolver/1.10.12/ant-apache-resolver-1.10.12.jar [2023-09-08T19:29:27.841Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/jakarta-regexp/jakarta-regexp/1.4/jakarta-regexp-1.4.jar (29 kB at 381 kB/s) [2023-09-08T19:29:27.841Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-apache-xalan2/1.10.12/ant-apache-xalan2-1.10.12.jar [2023-09-08T19:29:27.841Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-apache-bsf/1.10.12/ant-apache-bsf-1.10.12.jar (10 kB at 118 kB/s) [2023-09-08T19:29:27.841Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-apache-regexp/1.10.12/ant-apache-regexp-1.10.12.jar (10.0 kB at 99 kB/s) [2023-09-08T19:29:27.841Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar [2023-09-08T19:29:27.841Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-apache-oro/1.10.12/ant-apache-oro-1.10.12.jar (10 kB at 114 kB/s) [2023-09-08T19:29:27.841Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-commons-net/1.10.12/ant-commons-net-1.10.12.jar [2023-09-08T19:29:27.841Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-commons-logging/1.10.12/ant-commons-logging-1.10.12.jar [2023-09-08T19:29:27.842Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar (45 kB at 375 kB/s) [2023-09-08T19:29:27.842Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-net/commons-net/3.8.0/commons-net-3.8.0.jar [2023-09-08T19:29:27.842Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-apache-resolver/1.10.12/ant-apache-resolver-1.10.12.jar (9.9 kB at 80 kB/s) [2023-09-08T19:29:27.842Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-imageio/1.10.12/ant-imageio-1.10.12.jar [2023-09-08T19:29:27.842Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-apache-xalan2/1.10.12/ant-apache-xalan2-1.10.12.jar (8.4 kB at 66 kB/s) [2023-09-08T19:29:27.842Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-jai/1.10.12/ant-jai-1.10.12.jar [2023-09-08T19:29:27.842Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-net/commons-net/3.8.0/commons-net-3.8.0.jar (307 kB at 2.0 MB/s) [2023-09-08T19:29:27.842Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/media/jai-core/1.1.3/jai-core-1.1.3.jar [2023-09-08T19:29:27.842Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-commons-net/1.10.12/ant-commons-net-1.10.12.jar (90 kB at 553 kB/s) [2023-09-08T19:29:27.842Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sun/media/jai-codec/1.1.3/jai-codec-1.1.3.jar [2023-09-08T19:29:27.842Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-imageio/1.10.12/ant-imageio-1.10.12.jar (31 kB at 187 kB/s) [2023-09-08T19:29:27.842Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-javamail/1.10.12/ant-javamail-1.10.12.jar [2023-09-08T19:29:27.842Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-commons-logging/1.10.12/ant-commons-logging-1.10.12.jar (10 kB at 59 kB/s) [2023-09-08T19:29:27.842Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sun/mail/jakarta.mail/1.6.4/jakarta.mail-1.6.4.jar [2023-09-08T19:29:27.842Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-jai/1.10.12/ant-jai-1.10.12.jar (29 kB at 168 kB/s) [2023-09-08T19:29:27.842Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sun/activation/jakarta.activation/1.2.1/jakarta.activation-1.2.1.jar [2023-09-08T19:29:27.842Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-jdepend/1.10.12/ant-jdepend-1.10.12.jar [2023-09-08T19:29:27.842Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/jdepend/jdepend/2.9.1/jdepend-2.9.1.jar [2023-09-08T19:29:27.842Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/activation/jakarta.activation/1.2.1/jakarta.activation-1.2.1.jar (66 kB at 353 kB/s) [2023-09-08T19:29:27.842Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-jmf/1.10.12/ant-jmf-1.10.12.jar [2023-09-08T19:29:27.842Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/jdepend/jdepend/2.9.1/jdepend-2.9.1.jar (58 kB at 277 kB/s) [2023-09-08T19:29:27.842Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-jsch/1.10.12/ant-jsch-1.10.12.jar [2023-09-08T19:29:27.842Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/mail/jakarta.mail/1.6.4/jakarta.mail-1.6.4.jar (660 kB at 3.1 MB/s) [2023-09-08T19:29:27.842Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.55/jsch-0.1.55.jar [2023-09-08T19:29:27.842Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-javamail/1.10.12/ant-javamail-1.10.12.jar (14 kB at 67 kB/s) [2023-09-08T19:29:27.842Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-junit/1.10.12/ant-junit-1.10.12.jar [2023-09-08T19:29:27.842Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-jdepend/1.10.12/ant-jdepend-1.10.12.jar (15 kB at 66 kB/s) [2023-09-08T19:29:27.842Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/4.13.1/junit-4.13.1.jar [2023-09-08T19:29:27.842Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.55/jsch-0.1.55.jar (283 kB at 1.2 MB/s) [2023-09-08T19:29:27.842Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar [2023-09-08T19:29:28.099Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-jmf/1.10.12/ant-jmf-1.10.12.jar (13 kB at 56 kB/s) [2023-09-08T19:29:28.099Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-junitlauncher/1.10.12/ant-junitlauncher-1.10.12.jar [2023-09-08T19:29:28.099Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-junit/1.10.12/ant-junit-1.10.12.jar (140 kB at 598 kB/s) [2023-09-08T19:29:28.099Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.2.0/junit-platform-launcher-1.2.0.jar [2023-09-08T19:29:28.099Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-jsch/1.10.12/ant-jsch-1.10.12.jar (54 kB at 230 kB/s) [2023-09-08T19:29:28.099Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.jar [2023-09-08T19:29:28.099Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar (45 kB at 187 kB/s) [2023-09-08T19:29:28.099Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.2.0/junit-platform-engine-1.2.0.jar [2023-09-08T19:29:28.099Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/junit/junit/4.13.1/junit-4.13.1.jar (383 kB at 1.5 MB/s) [2023-09-08T19:29:28.099Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.2.0/junit-platform-commons-1.2.0.jar [2023-09-08T19:29:28.099Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.2.0/junit-platform-launcher-1.2.0.jar (80 kB at 323 kB/s) [2023-09-08T19:29:28.099Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.1.0/opentest4j-1.1.0.jar [2023-09-08T19:29:28.099Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.jar (2.2 kB at 8.7 kB/s) [2023-09-08T19:29:28.099Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-junit4/1.10.12/ant-junit4-1.10.12.jar [2023-09-08T19:29:28.099Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.2.0/junit-platform-engine-1.2.0.jar (90 kB at 353 kB/s) [2023-09-08T19:29:28.099Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12.jar [2023-09-08T19:29:28.099Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.2.0/junit-platform-commons-1.2.0.jar (78 kB at 301 kB/s) [2023-09-08T19:29:28.099Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-netrexx/1.10.12/ant-netrexx-1.10.12.jar [2023-09-08T19:29:28.099Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.1.0/opentest4j-1.1.0.jar (6.8 kB at 26 kB/s) [2023-09-08T19:29:28.099Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-swing/1.10.12/ant-swing-1.10.12.jar [2023-09-08T19:29:28.099Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-junitlauncher/1.10.12/ant-junitlauncher-1.10.12.jar (88 kB at 333 kB/s) [2023-09-08T19:29:28.099Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-testutil/1.10.12/ant-testutil-1.10.12.jar [2023-09-08T19:29:28.099Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12.jar (19 kB at 70 kB/s) [2023-09-08T19:29:28.099Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.10.12/ant-1.10.12.jar [2023-09-08T19:29:28.099Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-junit4/1.10.12/ant-junit4-1.10.12.jar (14 kB at 48 kB/s) [2023-09-08T19:29:28.099Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-xz/1.10.12/ant-xz-1.10.12.jar [2023-09-08T19:29:28.099Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-swing/1.10.12/ant-swing-1.10.12.jar (14 kB at 45 kB/s) [2023-09-08T19:29:28.099Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.10.12/ant-1.10.12.jar (2.3 MB at 7.2 MB/s) [2023-09-08T19:29:28.099Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-netrexx/1.10.12/ant-netrexx-1.10.12.jar (17 kB at 55 kB/s) [2023-09-08T19:29:28.099Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-testutil/1.10.12/ant-testutil-1.10.12.jar (29 kB at 90 kB/s) [2023-09-08T19:29:28.099Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-xz/1.10.12/ant-xz-1.10.12.jar (11 kB at 35 kB/s) [2023-09-08T19:29:28.099Z] [INFO] Downloading from jboss: https://repository.jboss.org/nexus/content/groups/public/javax/media/jai-core/1.1.3/jai-core-1.1.3.jar [2023-09-08T19:29:28.099Z] [INFO] Downloading from jboss: https://repository.jboss.org/nexus/content/groups/public/com/sun/media/jai-codec/1.1.3/jai-codec-1.1.3.jar [2023-09-08T19:29:28.356Z] [INFO] Downloaded from jboss: https://repository.jboss.org/nexus/content/groups/public/com/sun/media/jai-codec/1.1.3/jai-codec-1.1.3.jar (258 kB at 963 kB/s) [2023-09-08T19:29:28.919Z] [INFO] Downloaded from jboss: https://repository.jboss.org/nexus/content/groups/public/javax/media/jai-core/1.1.3/jai-core-1.1.3.jar (1.9 MB at 2.6 MB/s) [2023-09-08T19:29:28.919Z] [INFO] [2023-09-08T19:29:28.919Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.ant --- [2023-09-08T19:29:28.919Z] [INFO] [2023-09-08T19:29:28.919Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.ant --- [2023-09-08T19:29:28.919Z] [INFO] The project's OSGi version is 1.10.12.v20211102-1452 [2023-09-08T19:29:28.919Z] [INFO] [2023-09-08T19:29:28.919Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.ant --- [2023-09-08T19:29:28.919Z] [INFO] [2023-09-08T19:29:28.919Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.ant --- [2023-09-08T19:29:28.919Z] [INFO] Copying 35 resources [2023-09-08T19:29:28.919Z] [INFO] [2023-09-08T19:29:28.919Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.ant --- [2023-09-08T19:29:28.919Z] [INFO] No sources to compile [2023-09-08T19:29:28.919Z] [INFO] [2023-09-08T19:29:28.919Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.ant --- [2023-09-08T19:29:28.919Z] [INFO] Gathering dependencies [2023-09-08T19:29:28.919Z] [INFO] Configured Artifact: org.apache.ant:ant-antlr:1.10.12:jar [2023-09-08T19:29:28.919Z] [INFO] Configured Artifact: org.apache.ant:ant-apache-bcel:1.10.12:jar [2023-09-08T19:29:28.919Z] [INFO] Configured Artifact: org.apache.ant:ant-apache-bsf:1.10.12:jar [2023-09-08T19:29:28.919Z] [INFO] Configured Artifact: org.apache.ant:ant-apache-log4j:1.10.12:jar [2023-09-08T19:29:28.919Z] [INFO] Configured Artifact: org.apache.ant:ant-apache-oro:1.10.12:jar [2023-09-08T19:29:28.919Z] [INFO] Configured Artifact: org.apache.ant:ant-apache-regexp:1.10.12:jar [2023-09-08T19:29:28.919Z] [INFO] Configured Artifact: org.apache.ant:ant-apache-resolver:1.10.12:jar [2023-09-08T19:29:28.919Z] [INFO] Configured Artifact: org.apache.ant:ant-apache-xalan2:1.10.12:jar [2023-09-08T19:29:28.919Z] [INFO] Configured Artifact: org.apache.ant:ant-commons-logging:1.10.12:jar [2023-09-08T19:29:28.919Z] [INFO] Configured Artifact: org.apache.ant:ant-commons-net:1.10.12:jar [2023-09-08T19:29:28.919Z] [INFO] Configured Artifact: org.apache.ant:ant-imageio:1.10.12:jar [2023-09-08T19:29:28.919Z] [INFO] Configured Artifact: org.apache.ant:ant-jai:1.10.12:jar [2023-09-08T19:29:28.919Z] [INFO] Configured Artifact: org.apache.ant:ant-javamail:1.10.12:jar [2023-09-08T19:29:28.919Z] [INFO] Configured Artifact: org.apache.ant:ant-jdepend:1.10.12:jar [2023-09-08T19:29:28.919Z] [INFO] Configured Artifact: org.apache.ant:ant-jmf:1.10.12:jar [2023-09-08T19:29:28.919Z] [INFO] Configured Artifact: org.apache.ant:ant-jsch:1.10.12:jar [2023-09-08T19:29:28.919Z] [INFO] Configured Artifact: org.apache.ant:ant-junit:1.10.12:jar [2023-09-08T19:29:28.919Z] [INFO] Configured Artifact: org.apache.ant:ant-junitlauncher:1.10.12:jar [2023-09-08T19:29:28.919Z] [INFO] Configured Artifact: org.apache.ant:ant-junit4:1.10.12:jar [2023-09-08T19:29:28.919Z] [INFO] Configured Artifact: org.apache.ant:ant-launcher:1.10.12:jar [2023-09-08T19:29:28.919Z] [INFO] Configured Artifact: org.apache.ant:ant-netrexx:1.10.12:jar [2023-09-08T19:29:28.920Z] [INFO] Configured Artifact: org.apache.ant:ant-swing:1.10.12:jar [2023-09-08T19:29:28.920Z] [INFO] Configured Artifact: org.apache.ant:ant-testutil:1.10.12:jar [2023-09-08T19:29:28.920Z] [INFO] Configured Artifact: org.apache.ant:ant:1.10.12:jar [2023-09-08T19:29:28.920Z] [INFO] Configured Artifact: org.apache.ant:ant-xz:1.10.12:jar [2023-09-08T19:29:28.920Z] [INFO] Copying ant-antlr-1.10.12.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/dependency-bin/lib/ant-antlr.jar [2023-09-08T19:29:28.920Z] [INFO] Copying ant-apache-bcel-1.10.12.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/dependency-bin/lib/ant-apache-bcel.jar [2023-09-08T19:29:28.920Z] [INFO] Copying ant-apache-bsf-1.10.12.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/dependency-bin/lib/ant-apache-bsf.jar [2023-09-08T19:29:28.920Z] [INFO] Copying ant-apache-log4j-1.10.12.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/dependency-bin/lib/ant-apache-log4j.jar [2023-09-08T19:29:28.920Z] [INFO] Copying ant-apache-oro-1.10.12.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/dependency-bin/lib/ant-apache-oro.jar [2023-09-08T19:29:28.920Z] [INFO] Copying ant-apache-regexp-1.10.12.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/dependency-bin/lib/ant-apache-regexp.jar [2023-09-08T19:29:28.920Z] [INFO] Copying ant-apache-resolver-1.10.12.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/dependency-bin/lib/ant-apache-resolver.jar [2023-09-08T19:29:28.920Z] [INFO] Copying ant-apache-xalan2-1.10.12.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/dependency-bin/lib/ant-apache-xalan2.jar [2023-09-08T19:29:28.920Z] [INFO] Copying ant-commons-logging-1.10.12.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/dependency-bin/lib/ant-commons-logging.jar [2023-09-08T19:29:28.920Z] [INFO] Copying ant-commons-net-1.10.12.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/dependency-bin/lib/ant-commons-net.jar [2023-09-08T19:29:28.920Z] [INFO] Copying ant-imageio-1.10.12.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/dependency-bin/lib/ant-imageio.jar [2023-09-08T19:29:28.920Z] [INFO] Copying ant-jai-1.10.12.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/dependency-bin/lib/ant-jai.jar [2023-09-08T19:29:28.920Z] [INFO] Copying ant-javamail-1.10.12.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/dependency-bin/lib/ant-javamail.jar [2023-09-08T19:29:28.920Z] [INFO] Copying ant-jdepend-1.10.12.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/dependency-bin/lib/ant-jdepend.jar [2023-09-08T19:29:28.920Z] [INFO] Copying ant-jmf-1.10.12.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/dependency-bin/lib/ant-jmf.jar [2023-09-08T19:29:28.920Z] [INFO] Copying ant-jsch-1.10.12.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/dependency-bin/lib/ant-jsch.jar [2023-09-08T19:29:28.920Z] [INFO] Copying ant-junit-1.10.12.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/dependency-bin/lib/ant-junit.jar [2023-09-08T19:29:28.920Z] [INFO] Copying ant-junitlauncher-1.10.12.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/dependency-bin/lib/ant-junitlauncher.jar [2023-09-08T19:29:28.920Z] [INFO] Copying ant-junit4-1.10.12.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/dependency-bin/lib/ant-junit4.jar [2023-09-08T19:29:28.920Z] [INFO] Copying ant-launcher-1.10.12.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/dependency-bin/lib/ant-launcher.jar [2023-09-08T19:29:28.920Z] [INFO] Copying ant-netrexx-1.10.12.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/dependency-bin/lib/ant-netrexx.jar [2023-09-08T19:29:28.920Z] [INFO] Copying ant-swing-1.10.12.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/dependency-bin/lib/ant-swing.jar [2023-09-08T19:29:28.920Z] [INFO] Copying ant-testutil-1.10.12.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/dependency-bin/lib/ant-testutil.jar [2023-09-08T19:29:28.920Z] [INFO] Copying ant-1.10.12.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/dependency-bin/lib/ant.jar [2023-09-08T19:29:28.920Z] [INFO] Copying ant-xz-1.10.12.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/dependency-bin/lib/ant-xz.jar [2023-09-08T19:29:28.920Z] [INFO] Merging collected dependencies [2023-09-08T19:29:28.920Z] [INFO] Copying 25 resources [2023-09-08T19:29:28.920Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:29:28.920Z] [INFO] No MANIFEST.MF file found, generating manifest. [2023-09-08T19:29:29.484Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.ant:eclipse-bundle-recipe:1.10.12-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.impl.*] [2023-09-08T19:29:29.484Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:29:29.485Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/org.apache.ant-1.10.12-SNAPSHOT.jar [2023-09-08T19:29:29.485Z] [INFO] Gathering sources [2023-09-08T19:29:29.485Z] [INFO] Configured Artifact: org.apache.ant:ant-antlr:sources:1.10.12:jar [2023-09-08T19:29:29.485Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/ant/ant-antlr/1.10.12/ant-antlr-1.10.12-sources.jar [2023-09-08T19:29:29.485Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-antlr/1.10.12/ant-antlr-1.10.12-sources.jar [2023-09-08T19:29:29.485Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-antlr/1.10.12/ant-antlr-1.10.12-sources.jar (11 kB at 198 kB/s) [2023-09-08T19:29:29.485Z] [INFO] Configured Artifact: org.apache.ant:ant-apache-bcel:sources:1.10.12:jar [2023-09-08T19:29:29.485Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/ant/ant-apache-bcel/1.10.12/ant-apache-bcel-1.10.12-sources.jar [2023-09-08T19:29:29.742Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-apache-bcel/1.10.12/ant-apache-bcel-1.10.12-sources.jar [2023-09-08T19:29:29.742Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-apache-bcel/1.10.12/ant-apache-bcel-1.10.12-sources.jar (14 kB at 353 kB/s) [2023-09-08T19:29:29.742Z] [INFO] Configured Artifact: org.apache.ant:ant-apache-bsf:sources:1.10.12:jar [2023-09-08T19:29:29.742Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/ant/ant-apache-bsf/1.10.12/ant-apache-bsf-1.10.12-sources.jar [2023-09-08T19:29:29.742Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-apache-bsf/1.10.12/ant-apache-bsf-1.10.12-sources.jar [2023-09-08T19:29:29.742Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-apache-bsf/1.10.12/ant-apache-bsf-1.10.12-sources.jar (9.6 kB at 223 kB/s) [2023-09-08T19:29:29.742Z] [INFO] Configured Artifact: org.apache.ant:ant-apache-log4j:sources:1.10.12:jar [2023-09-08T19:29:29.742Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/ant/ant-apache-log4j/1.10.12/ant-apache-log4j-1.10.12-sources.jar [2023-09-08T19:29:29.742Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-apache-log4j/1.10.12/ant-apache-log4j-1.10.12-sources.jar [2023-09-08T19:29:29.742Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-apache-log4j/1.10.12/ant-apache-log4j-1.10.12-sources.jar (8.3 kB at 185 kB/s) [2023-09-08T19:29:29.742Z] [INFO] Configured Artifact: org.apache.ant:ant-apache-oro:sources:1.10.12:jar [2023-09-08T19:29:29.742Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/ant/ant-apache-oro/1.10.12/ant-apache-oro-1.10.12-sources.jar [2023-09-08T19:29:29.742Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-apache-oro/1.10.12/ant-apache-oro-1.10.12-sources.jar [2023-09-08T19:29:29.742Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-apache-oro/1.10.12/ant-apache-oro-1.10.12-sources.jar (10 kB at 223 kB/s) [2023-09-08T19:29:29.742Z] [INFO] Configured Artifact: org.apache.ant:ant-apache-regexp:sources:1.10.12:jar [2023-09-08T19:29:29.742Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/ant/ant-apache-regexp/1.10.12/ant-apache-regexp-1.10.12-sources.jar [2023-09-08T19:29:29.742Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-apache-regexp/1.10.12/ant-apache-regexp-1.10.12-sources.jar [2023-09-08T19:29:29.999Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-apache-regexp/1.10.12/ant-apache-regexp-1.10.12-sources.jar (10.0 kB at 169 kB/s) [2023-09-08T19:29:29.999Z] [INFO] Configured Artifact: org.apache.ant:ant-apache-resolver:sources:1.10.12:jar [2023-09-08T19:29:29.999Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/ant/ant-apache-resolver/1.10.12/ant-apache-resolver-1.10.12-sources.jar [2023-09-08T19:29:29.999Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-apache-resolver/1.10.12/ant-apache-resolver-1.10.12-sources.jar [2023-09-08T19:29:29.999Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-apache-resolver/1.10.12/ant-apache-resolver-1.10.12-sources.jar (12 kB at 286 kB/s) [2023-09-08T19:29:29.999Z] [INFO] Configured Artifact: org.apache.ant:ant-apache-xalan2:sources:1.10.12:jar [2023-09-08T19:29:29.999Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/ant/ant-apache-xalan2/1.10.12/ant-apache-xalan2-1.10.12-sources.jar [2023-09-08T19:29:29.999Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-apache-xalan2/1.10.12/ant-apache-xalan2-1.10.12-sources.jar [2023-09-08T19:29:29.999Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-apache-xalan2/1.10.12/ant-apache-xalan2-1.10.12-sources.jar (8.0 kB at 190 kB/s) [2023-09-08T19:29:29.999Z] [INFO] Configured Artifact: org.apache.ant:ant-commons-logging:sources:1.10.12:jar [2023-09-08T19:29:29.999Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/ant/ant-commons-logging/1.10.12/ant-commons-logging-1.10.12-sources.jar [2023-09-08T19:29:29.999Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-commons-logging/1.10.12/ant-commons-logging-1.10.12-sources.jar [2023-09-08T19:29:29.999Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-commons-logging/1.10.12/ant-commons-logging-1.10.12-sources.jar (9.5 kB at 207 kB/s) [2023-09-08T19:29:29.999Z] [INFO] Configured Artifact: org.apache.ant:ant-commons-net:sources:1.10.12:jar [2023-09-08T19:29:30.000Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/ant/ant-commons-net/1.10.12/ant-commons-net-1.10.12-sources.jar [2023-09-08T19:29:30.257Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-commons-net/1.10.12/ant-commons-net-1.10.12-sources.jar [2023-09-08T19:29:30.257Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-commons-net/1.10.12/ant-commons-net-1.10.12-sources.jar (61 kB at 1.4 MB/s) [2023-09-08T19:29:30.257Z] [INFO] Configured Artifact: org.apache.ant:ant-imageio:sources:1.10.12:jar [2023-09-08T19:29:30.257Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/ant/ant-imageio/1.10.12/ant-imageio-1.10.12-sources.jar [2023-09-08T19:29:30.257Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-imageio/1.10.12/ant-imageio-1.10.12-sources.jar [2023-09-08T19:29:30.257Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-imageio/1.10.12/ant-imageio-1.10.12-sources.jar (27 kB at 571 kB/s) [2023-09-08T19:29:30.257Z] [INFO] Configured Artifact: org.apache.ant:ant-jai:sources:1.10.12:jar [2023-09-08T19:29:30.257Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/ant/ant-jai/1.10.12/ant-jai-1.10.12-sources.jar [2023-09-08T19:29:30.257Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-jai/1.10.12/ant-jai-1.10.12-sources.jar [2023-09-08T19:29:30.514Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-jai/1.10.12/ant-jai-1.10.12-sources.jar (27 kB at 579 kB/s) [2023-09-08T19:29:30.514Z] [INFO] Configured Artifact: org.apache.ant:ant-javamail:sources:1.10.12:jar [2023-09-08T19:29:30.514Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/ant/ant-javamail/1.10.12/ant-javamail-1.10.12-sources.jar [2023-09-08T19:29:30.514Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-javamail/1.10.12/ant-javamail-1.10.12-sources.jar [2023-09-08T19:29:30.514Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-javamail/1.10.12/ant-javamail-1.10.12-sources.jar (11 kB at 247 kB/s) [2023-09-08T19:29:30.514Z] [INFO] Configured Artifact: org.apache.ant:ant-jdepend:sources:1.10.12:jar [2023-09-08T19:29:30.514Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/ant/ant-jdepend/1.10.12/ant-jdepend-1.10.12-sources.jar [2023-09-08T19:29:30.514Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-jdepend/1.10.12/ant-jdepend-1.10.12-sources.jar [2023-09-08T19:29:30.514Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-jdepend/1.10.12/ant-jdepend-1.10.12-sources.jar (13 kB at 306 kB/s) [2023-09-08T19:29:30.514Z] [INFO] Configured Artifact: org.apache.ant:ant-jmf:sources:1.10.12:jar [2023-09-08T19:29:30.514Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/ant/ant-jmf/1.10.12/ant-jmf-1.10.12-sources.jar [2023-09-08T19:29:30.514Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-jmf/1.10.12/ant-jmf-1.10.12-sources.jar [2023-09-08T19:29:30.514Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-jmf/1.10.12/ant-jmf-1.10.12-sources.jar (12 kB at 218 kB/s) [2023-09-08T19:29:30.514Z] [INFO] Configured Artifact: org.apache.ant:ant-jsch:sources:1.10.12:jar [2023-09-08T19:29:30.514Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/ant/ant-jsch/1.10.12/ant-jsch-1.10.12-sources.jar [2023-09-08T19:29:30.514Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-jsch/1.10.12/ant-jsch-1.10.12-sources.jar [2023-09-08T19:29:30.514Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-jsch/1.10.12/ant-jsch-1.10.12-sources.jar (41 kB at 942 kB/s) [2023-09-08T19:29:30.514Z] [INFO] Configured Artifact: org.apache.ant:ant-junit:sources:1.10.12:jar [2023-09-08T19:29:30.514Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/ant/ant-junit/1.10.12/ant-junit-1.10.12-sources.jar [2023-09-08T19:29:30.772Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-junit/1.10.12/ant-junit-1.10.12-sources.jar [2023-09-08T19:29:30.772Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-junit/1.10.12/ant-junit-1.10.12-sources.jar (96 kB at 3.4 MB/s) [2023-09-08T19:29:30.772Z] [INFO] Configured Artifact: org.apache.ant:ant-junitlauncher:sources:1.10.12:jar [2023-09-08T19:29:30.772Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/ant/ant-junitlauncher/1.10.12/ant-junitlauncher-1.10.12-sources.jar [2023-09-08T19:29:30.772Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-junitlauncher/1.10.12/ant-junitlauncher-1.10.12-sources.jar [2023-09-08T19:29:30.772Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-junitlauncher/1.10.12/ant-junitlauncher-1.10.12-sources.jar (57 kB at 588 kB/s) [2023-09-08T19:29:30.772Z] [INFO] Configured Artifact: org.apache.ant:ant-junit4:sources:1.10.12:jar [2023-09-08T19:29:30.772Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/ant/ant-junit4/1.10.12/ant-junit4-1.10.12-sources.jar [2023-09-08T19:29:30.772Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-junit4/1.10.12/ant-junit4-1.10.12-sources.jar [2023-09-08T19:29:30.772Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-junit4/1.10.12/ant-junit4-1.10.12-sources.jar (11 kB at 239 kB/s) [2023-09-08T19:29:30.772Z] [INFO] Configured Artifact: org.apache.ant:ant-launcher:sources:1.10.12:jar [2023-09-08T19:29:30.772Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12-sources.jar [2023-09-08T19:29:30.772Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12-sources.jar [2023-09-08T19:29:31.034Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12-sources.jar (18 kB at 676 kB/s) [2023-09-08T19:29:31.034Z] [INFO] Configured Artifact: org.apache.ant:ant-netrexx:sources:1.10.12:jar [2023-09-08T19:29:31.034Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/ant/ant-netrexx/1.10.12/ant-netrexx-1.10.12-sources.jar [2023-09-08T19:29:31.034Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-netrexx/1.10.12/ant-netrexx-1.10.12-sources.jar [2023-09-08T19:29:31.034Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-netrexx/1.10.12/ant-netrexx-1.10.12-sources.jar (15 kB at 320 kB/s) [2023-09-08T19:29:31.034Z] [INFO] Configured Artifact: org.apache.ant:ant-swing:sources:1.10.12:jar [2023-09-08T19:29:31.034Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/ant/ant-swing/1.10.12/ant-swing-1.10.12-sources.jar [2023-09-08T19:29:31.034Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-swing/1.10.12/ant-swing-1.10.12-sources.jar [2023-09-08T19:29:31.034Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-swing/1.10.12/ant-swing-1.10.12-sources.jar (12 kB at 228 kB/s) [2023-09-08T19:29:31.034Z] [INFO] Configured Artifact: org.apache.ant:ant-testutil:sources:1.10.12:jar [2023-09-08T19:29:31.034Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/ant/ant-testutil/1.10.12/ant-testutil-1.10.12-sources.jar [2023-09-08T19:29:31.035Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-testutil/1.10.12/ant-testutil-1.10.12-sources.jar [2023-09-08T19:29:31.035Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-testutil/1.10.12/ant-testutil-1.10.12-sources.jar (25 kB at 593 kB/s) [2023-09-08T19:29:31.035Z] [INFO] Configured Artifact: org.apache.ant:ant:sources:1.10.12:jar [2023-09-08T19:29:31.035Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/ant/ant/1.10.12/ant-1.10.12-sources.jar [2023-09-08T19:29:31.035Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.10.12/ant-1.10.12-sources.jar [2023-09-08T19:29:31.291Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant/1.10.12/ant-1.10.12-sources.jar (2.0 MB at 53 MB/s) [2023-09-08T19:29:31.291Z] [INFO] Configured Artifact: org.apache.ant:ant-xz:sources:1.10.12:jar [2023-09-08T19:29:31.291Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/ant/ant-xz/1.10.12/ant-xz-1.10.12-sources.jar [2023-09-08T19:29:31.291Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-xz/1.10.12/ant-xz-1.10.12-sources.jar [2023-09-08T19:29:31.291Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ant/ant-xz/1.10.12/ant-xz-1.10.12-sources.jar (11 kB at 216 kB/s) [2023-09-08T19:29:31.291Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/ant/ant-antlr/1.10.12/ant-antlr-1.10.12-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*,images/" [2023-09-08T19:29:31.291Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/ant/ant-apache-bcel/1.10.12/ant-apache-bcel-1.10.12-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*,images/" [2023-09-08T19:29:31.291Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/ant/ant-apache-bsf/1.10.12/ant-apache-bsf-1.10.12-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*,images/" [2023-09-08T19:29:31.292Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/ant/ant-apache-log4j/1.10.12/ant-apache-log4j-1.10.12-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*,images/" [2023-09-08T19:29:31.292Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/ant/ant-apache-oro/1.10.12/ant-apache-oro-1.10.12-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*,images/" [2023-09-08T19:29:31.292Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/ant/ant-apache-regexp/1.10.12/ant-apache-regexp-1.10.12-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*,images/" [2023-09-08T19:29:31.292Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/ant/ant-apache-resolver/1.10.12/ant-apache-resolver-1.10.12-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*,images/" [2023-09-08T19:29:31.292Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/ant/ant-apache-xalan2/1.10.12/ant-apache-xalan2-1.10.12-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*,images/" [2023-09-08T19:29:31.292Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/ant/ant-commons-logging/1.10.12/ant-commons-logging-1.10.12-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*,images/" [2023-09-08T19:29:31.292Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/ant/ant-commons-net/1.10.12/ant-commons-net-1.10.12-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*,images/" [2023-09-08T19:29:31.292Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/ant/ant-imageio/1.10.12/ant-imageio-1.10.12-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*,images/" [2023-09-08T19:29:31.292Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/ant/ant-jai/1.10.12/ant-jai-1.10.12-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*,images/" [2023-09-08T19:29:31.292Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/ant/ant-javamail/1.10.12/ant-javamail-1.10.12-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*,images/" [2023-09-08T19:29:31.292Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/ant/ant-jdepend/1.10.12/ant-jdepend-1.10.12-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*,images/" [2023-09-08T19:29:31.292Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/ant/ant-jmf/1.10.12/ant-jmf-1.10.12-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*,images/" [2023-09-08T19:29:31.292Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/ant/ant-jsch/1.10.12/ant-jsch-1.10.12-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*,images/" [2023-09-08T19:29:31.292Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/ant/ant-junit/1.10.12/ant-junit-1.10.12-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*,images/" [2023-09-08T19:29:31.292Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/ant/ant-junitlauncher/1.10.12/ant-junitlauncher-1.10.12-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*,images/" [2023-09-08T19:29:31.292Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/ant/ant-junit4/1.10.12/ant-junit4-1.10.12-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*,images/" [2023-09-08T19:29:31.292Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*,images/" [2023-09-08T19:29:31.292Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/ant/ant-netrexx/1.10.12/ant-netrexx-1.10.12-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*,images/" [2023-09-08T19:29:31.292Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/ant/ant-swing/1.10.12/ant-swing-1.10.12-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*,images/" [2023-09-08T19:29:31.292Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/ant/ant-testutil/1.10.12/ant-testutil-1.10.12-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*,images/" [2023-09-08T19:29:31.292Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/ant/ant/1.10.12/ant-1.10.12-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*,images/" [2023-09-08T19:29:31.549Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/ant/ant-xz/1.10.12/ant-xz-1.10.12-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*,images/" [2023-09-08T19:29:31.549Z] [INFO] Copying 35 resources [2023-09-08T19:29:31.549Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/src/main/java [2023-09-08T19:29:31.549Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/org.apache.ant-1.10.12-SNAPSHOT-sources.jar [2023-09-08T19:29:31.805Z] [INFO] Assembling p2 repository [2023-09-08T19:29:32.367Z] [INFO] [2023-09-08T19:29:32.367Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.ant --- [2023-09-08T19:29:32.367Z] [INFO] [2023-09-08T19:29:32.367Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.ant --- [2023-09-08T19:29:32.367Z] [INFO] Gathering sources archives [2023-09-08T19:29:32.367Z] [INFO] Configured Artifact: org.apache.ant:ant-antlr:sources:1.10.12:jar [2023-09-08T19:29:32.367Z] [INFO] Configured Artifact: org.apache.ant:ant-apache-bcel:sources:1.10.12:jar [2023-09-08T19:29:32.367Z] [INFO] Configured Artifact: org.apache.ant:ant-apache-bsf:sources:1.10.12:jar [2023-09-08T19:29:32.367Z] [INFO] Configured Artifact: org.apache.ant:ant-apache-log4j:sources:1.10.12:jar [2023-09-08T19:29:32.367Z] [INFO] Configured Artifact: org.apache.ant:ant-apache-oro:sources:1.10.12:jar [2023-09-08T19:29:32.367Z] [INFO] Configured Artifact: org.apache.ant:ant-apache-regexp:sources:1.10.12:jar [2023-09-08T19:29:32.367Z] [INFO] Configured Artifact: org.apache.ant:ant-apache-resolver:sources:1.10.12:jar [2023-09-08T19:29:32.367Z] [INFO] Configured Artifact: org.apache.ant:ant-apache-xalan2:sources:1.10.12:jar [2023-09-08T19:29:32.367Z] [INFO] Configured Artifact: org.apache.ant:ant-commons-logging:sources:1.10.12:jar [2023-09-08T19:29:32.367Z] [INFO] Configured Artifact: org.apache.ant:ant-commons-net:sources:1.10.12:jar [2023-09-08T19:29:32.367Z] [INFO] Configured Artifact: org.apache.ant:ant-imageio:sources:1.10.12:jar [2023-09-08T19:29:32.367Z] [INFO] Configured Artifact: org.apache.ant:ant-jai:sources:1.10.12:jar [2023-09-08T19:29:32.367Z] [INFO] Configured Artifact: org.apache.ant:ant-javamail:sources:1.10.12:jar [2023-09-08T19:29:32.367Z] [INFO] Configured Artifact: org.apache.ant:ant-jdepend:sources:1.10.12:jar [2023-09-08T19:29:32.367Z] [INFO] Configured Artifact: org.apache.ant:ant-jmf:sources:1.10.12:jar [2023-09-08T19:29:32.367Z] [INFO] Configured Artifact: org.apache.ant:ant-jsch:sources:1.10.12:jar [2023-09-08T19:29:32.367Z] [INFO] Configured Artifact: org.apache.ant:ant-junit:sources:1.10.12:jar [2023-09-08T19:29:32.367Z] [INFO] Configured Artifact: org.apache.ant:ant-junitlauncher:sources:1.10.12:jar [2023-09-08T19:29:32.367Z] [INFO] Configured Artifact: org.apache.ant:ant-junit4:sources:1.10.12:jar [2023-09-08T19:29:32.367Z] [INFO] Configured Artifact: org.apache.ant:ant-launcher:sources:1.10.12:jar [2023-09-08T19:29:32.367Z] [INFO] Configured Artifact: org.apache.ant:ant-netrexx:sources:1.10.12:jar [2023-09-08T19:29:32.367Z] [INFO] Configured Artifact: org.apache.ant:ant-swing:sources:1.10.12:jar [2023-09-08T19:29:32.367Z] [INFO] Configured Artifact: org.apache.ant:ant-testutil:sources:1.10.12:jar [2023-09-08T19:29:32.367Z] [INFO] Configured Artifact: org.apache.ant:ant:sources:1.10.12:jar [2023-09-08T19:29:32.367Z] [INFO] Configured Artifact: org.apache.ant:ant-xz:sources:1.10.12:jar [2023-09-08T19:29:32.367Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/ant/ant-antlr/1.10.12/ant-antlr-1.10.12-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/sources-for-eclipse-ipzilla/ant-antlr-1.10.12-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*,images/" [2023-09-08T19:29:32.367Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/ant/ant-apache-bcel/1.10.12/ant-apache-bcel-1.10.12-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/sources-for-eclipse-ipzilla/ant-apache-bcel-1.10.12-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*,images/" [2023-09-08T19:29:32.367Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/ant/ant-apache-bsf/1.10.12/ant-apache-bsf-1.10.12-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/sources-for-eclipse-ipzilla/ant-apache-bsf-1.10.12-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*,images/" [2023-09-08T19:29:32.367Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/ant/ant-apache-log4j/1.10.12/ant-apache-log4j-1.10.12-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/sources-for-eclipse-ipzilla/ant-apache-log4j-1.10.12-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*,images/" [2023-09-08T19:29:32.367Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/ant/ant-apache-oro/1.10.12/ant-apache-oro-1.10.12-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/sources-for-eclipse-ipzilla/ant-apache-oro-1.10.12-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*,images/" [2023-09-08T19:29:32.367Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/ant/ant-apache-regexp/1.10.12/ant-apache-regexp-1.10.12-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/sources-for-eclipse-ipzilla/ant-apache-regexp-1.10.12-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*,images/" [2023-09-08T19:29:32.367Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/ant/ant-apache-resolver/1.10.12/ant-apache-resolver-1.10.12-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/sources-for-eclipse-ipzilla/ant-apache-resolver-1.10.12-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*,images/" [2023-09-08T19:29:32.367Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/ant/ant-apache-xalan2/1.10.12/ant-apache-xalan2-1.10.12-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/sources-for-eclipse-ipzilla/ant-apache-xalan2-1.10.12-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*,images/" [2023-09-08T19:29:32.367Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/ant/ant-commons-logging/1.10.12/ant-commons-logging-1.10.12-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/sources-for-eclipse-ipzilla/ant-commons-logging-1.10.12-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*,images/" [2023-09-08T19:29:32.367Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/ant/ant-commons-net/1.10.12/ant-commons-net-1.10.12-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/sources-for-eclipse-ipzilla/ant-commons-net-1.10.12-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*,images/" [2023-09-08T19:29:32.367Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/ant/ant-imageio/1.10.12/ant-imageio-1.10.12-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/sources-for-eclipse-ipzilla/ant-imageio-1.10.12-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*,images/" [2023-09-08T19:29:32.367Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/ant/ant-jai/1.10.12/ant-jai-1.10.12-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/sources-for-eclipse-ipzilla/ant-jai-1.10.12-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*,images/" [2023-09-08T19:29:32.368Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/ant/ant-javamail/1.10.12/ant-javamail-1.10.12-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/sources-for-eclipse-ipzilla/ant-javamail-1.10.12-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*,images/" [2023-09-08T19:29:32.368Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/ant/ant-jdepend/1.10.12/ant-jdepend-1.10.12-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/sources-for-eclipse-ipzilla/ant-jdepend-1.10.12-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*,images/" [2023-09-08T19:29:32.368Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/ant/ant-jmf/1.10.12/ant-jmf-1.10.12-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/sources-for-eclipse-ipzilla/ant-jmf-1.10.12-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*,images/" [2023-09-08T19:29:32.368Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/ant/ant-jsch/1.10.12/ant-jsch-1.10.12-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/sources-for-eclipse-ipzilla/ant-jsch-1.10.12-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*,images/" [2023-09-08T19:29:32.368Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/ant/ant-junit/1.10.12/ant-junit-1.10.12-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/sources-for-eclipse-ipzilla/ant-junit-1.10.12-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*,images/" [2023-09-08T19:29:32.368Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/ant/ant-junitlauncher/1.10.12/ant-junitlauncher-1.10.12-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/sources-for-eclipse-ipzilla/ant-junitlauncher-1.10.12-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*,images/" [2023-09-08T19:29:32.368Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/ant/ant-junit4/1.10.12/ant-junit4-1.10.12-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/sources-for-eclipse-ipzilla/ant-junit4-1.10.12-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*,images/" [2023-09-08T19:29:32.368Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/sources-for-eclipse-ipzilla/ant-launcher-1.10.12-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*,images/" [2023-09-08T19:29:32.368Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/ant/ant-netrexx/1.10.12/ant-netrexx-1.10.12-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/sources-for-eclipse-ipzilla/ant-netrexx-1.10.12-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*,images/" [2023-09-08T19:29:32.368Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/ant/ant-swing/1.10.12/ant-swing-1.10.12-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/sources-for-eclipse-ipzilla/ant-swing-1.10.12-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*,images/" [2023-09-08T19:29:32.368Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/ant/ant-testutil/1.10.12/ant-testutil-1.10.12-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/sources-for-eclipse-ipzilla/ant-testutil-1.10.12-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*,images/" [2023-09-08T19:29:32.368Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/ant/ant/1.10.12/ant-1.10.12-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/sources-for-eclipse-ipzilla/ant-1.10.12-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*,images/" [2023-09-08T19:29:32.625Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/ant/ant-xz/1.10.12/ant-xz-1.10.12-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/sources-for-eclipse-ipzilla/ant-xz-1.10.12-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*,images/" [2023-09-08T19:29:32.625Z] [INFO] Configured Artifact: org.apache.ant:ant-antlr:sources:1.10.12:jar [2023-09-08T19:29:32.625Z] [INFO] Configured Artifact: org.apache.ant:ant-apache-bcel:sources:1.10.12:jar [2023-09-08T19:29:32.625Z] [INFO] Configured Artifact: org.apache.ant:ant-apache-bsf:sources:1.10.12:jar [2023-09-08T19:29:32.625Z] [INFO] Configured Artifact: org.apache.ant:ant-apache-log4j:sources:1.10.12:jar [2023-09-08T19:29:32.625Z] [INFO] Configured Artifact: org.apache.ant:ant-apache-oro:sources:1.10.12:jar [2023-09-08T19:29:32.625Z] [INFO] Configured Artifact: org.apache.ant:ant-apache-regexp:sources:1.10.12:jar [2023-09-08T19:29:32.625Z] [INFO] Configured Artifact: org.apache.ant:ant-apache-resolver:sources:1.10.12:jar [2023-09-08T19:29:32.625Z] [INFO] Configured Artifact: org.apache.ant:ant-apache-xalan2:sources:1.10.12:jar [2023-09-08T19:29:32.625Z] [INFO] Configured Artifact: org.apache.ant:ant-commons-logging:sources:1.10.12:jar [2023-09-08T19:29:32.625Z] [INFO] Configured Artifact: org.apache.ant:ant-commons-net:sources:1.10.12:jar [2023-09-08T19:29:32.625Z] [INFO] Configured Artifact: org.apache.ant:ant-imageio:sources:1.10.12:jar [2023-09-08T19:29:32.625Z] [INFO] Configured Artifact: org.apache.ant:ant-jai:sources:1.10.12:jar [2023-09-08T19:29:32.625Z] [INFO] Configured Artifact: org.apache.ant:ant-javamail:sources:1.10.12:jar [2023-09-08T19:29:32.625Z] [INFO] Configured Artifact: org.apache.ant:ant-jdepend:sources:1.10.12:jar [2023-09-08T19:29:32.625Z] [INFO] Configured Artifact: org.apache.ant:ant-jmf:sources:1.10.12:jar [2023-09-08T19:29:32.625Z] [INFO] Configured Artifact: org.apache.ant:ant-jsch:sources:1.10.12:jar [2023-09-08T19:29:32.625Z] [INFO] Configured Artifact: org.apache.ant:ant-junit:sources:1.10.12:jar [2023-09-08T19:29:32.625Z] [INFO] Configured Artifact: org.apache.ant:ant-junitlauncher:sources:1.10.12:jar [2023-09-08T19:29:32.625Z] [INFO] Configured Artifact: org.apache.ant:ant-junit4:sources:1.10.12:jar [2023-09-08T19:29:32.625Z] [INFO] Configured Artifact: org.apache.ant:ant-launcher:sources:1.10.12:jar [2023-09-08T19:29:32.625Z] [INFO] Configured Artifact: org.apache.ant:ant-netrexx:sources:1.10.12:jar [2023-09-08T19:29:32.625Z] [INFO] Configured Artifact: org.apache.ant:ant-swing:sources:1.10.12:jar [2023-09-08T19:29:32.625Z] [INFO] Configured Artifact: org.apache.ant:ant-testutil:sources:1.10.12:jar [2023-09-08T19:29:32.625Z] [INFO] Configured Artifact: org.apache.ant:ant:sources:1.10.12:jar [2023-09-08T19:29:32.625Z] [INFO] Configured Artifact: org.apache.ant:ant-xz:sources:1.10.12:jar [2023-09-08T19:29:32.625Z] [INFO] Copying ant-antlr-1.10.12-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/sources-for-eclipse-ipzilla/ant-antlr-1.10.12-sources.jar [2023-09-08T19:29:32.625Z] [INFO] Copying ant-apache-bcel-1.10.12-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/sources-for-eclipse-ipzilla/ant-apache-bcel-1.10.12-sources.jar [2023-09-08T19:29:32.625Z] [INFO] Copying ant-apache-bsf-1.10.12-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/sources-for-eclipse-ipzilla/ant-apache-bsf-1.10.12-sources.jar [2023-09-08T19:29:32.625Z] [INFO] Copying ant-apache-log4j-1.10.12-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/sources-for-eclipse-ipzilla/ant-apache-log4j-1.10.12-sources.jar [2023-09-08T19:29:32.625Z] [INFO] Copying ant-apache-oro-1.10.12-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/sources-for-eclipse-ipzilla/ant-apache-oro-1.10.12-sources.jar [2023-09-08T19:29:32.625Z] [INFO] Copying ant-apache-regexp-1.10.12-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/sources-for-eclipse-ipzilla/ant-apache-regexp-1.10.12-sources.jar [2023-09-08T19:29:32.625Z] [INFO] Copying ant-apache-resolver-1.10.12-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/sources-for-eclipse-ipzilla/ant-apache-resolver-1.10.12-sources.jar [2023-09-08T19:29:32.625Z] [INFO] Copying ant-apache-xalan2-1.10.12-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/sources-for-eclipse-ipzilla/ant-apache-xalan2-1.10.12-sources.jar [2023-09-08T19:29:32.625Z] [INFO] Copying ant-commons-logging-1.10.12-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/sources-for-eclipse-ipzilla/ant-commons-logging-1.10.12-sources.jar [2023-09-08T19:29:32.625Z] [INFO] Copying ant-commons-net-1.10.12-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/sources-for-eclipse-ipzilla/ant-commons-net-1.10.12-sources.jar [2023-09-08T19:29:32.625Z] [INFO] Copying ant-imageio-1.10.12-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/sources-for-eclipse-ipzilla/ant-imageio-1.10.12-sources.jar [2023-09-08T19:29:32.625Z] [INFO] Copying ant-jai-1.10.12-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/sources-for-eclipse-ipzilla/ant-jai-1.10.12-sources.jar [2023-09-08T19:29:32.625Z] [INFO] Copying ant-javamail-1.10.12-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/sources-for-eclipse-ipzilla/ant-javamail-1.10.12-sources.jar [2023-09-08T19:29:32.625Z] [INFO] Copying ant-jdepend-1.10.12-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/sources-for-eclipse-ipzilla/ant-jdepend-1.10.12-sources.jar [2023-09-08T19:29:32.625Z] [INFO] Copying ant-jmf-1.10.12-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/sources-for-eclipse-ipzilla/ant-jmf-1.10.12-sources.jar [2023-09-08T19:29:32.625Z] [INFO] Copying ant-jsch-1.10.12-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/sources-for-eclipse-ipzilla/ant-jsch-1.10.12-sources.jar [2023-09-08T19:29:32.626Z] [INFO] Copying ant-junit-1.10.12-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/sources-for-eclipse-ipzilla/ant-junit-1.10.12-sources.jar [2023-09-08T19:29:32.626Z] [INFO] Copying ant-junitlauncher-1.10.12-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/sources-for-eclipse-ipzilla/ant-junitlauncher-1.10.12-sources.jar [2023-09-08T19:29:32.626Z] [INFO] Copying ant-junit4-1.10.12-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/sources-for-eclipse-ipzilla/ant-junit4-1.10.12-sources.jar [2023-09-08T19:29:32.626Z] [INFO] Copying ant-launcher-1.10.12-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/sources-for-eclipse-ipzilla/ant-launcher-1.10.12-sources.jar [2023-09-08T19:29:32.626Z] [INFO] Copying ant-netrexx-1.10.12-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/sources-for-eclipse-ipzilla/ant-netrexx-1.10.12-sources.jar [2023-09-08T19:29:32.626Z] [INFO] Copying ant-swing-1.10.12-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/sources-for-eclipse-ipzilla/ant-swing-1.10.12-sources.jar [2023-09-08T19:29:32.626Z] [INFO] Copying ant-testutil-1.10.12-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/sources-for-eclipse-ipzilla/ant-testutil-1.10.12-sources.jar [2023-09-08T19:29:32.626Z] [INFO] Copying ant-1.10.12-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/sources-for-eclipse-ipzilla/ant-1.10.12-sources.jar [2023-09-08T19:29:32.626Z] [INFO] Copying ant-xz-1.10.12-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/sources-for-eclipse-ipzilla/ant-xz-1.10.12-sources.jar [2023-09-08T19:29:32.626Z] [INFO] Refreshing about files and about.html [2023-09-08T19:29:32.626Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:29:32.626Z] [INFO] [2023-09-08T19:29:32.626Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.apache.ant --- [2023-09-08T19:29:32.895Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/org.apache.ant-1.10.12-SNAPSHOT.jar_unpacked_14752624332867364929/lib/ant-antlr.jar' is disabled. [2023-09-08T19:29:32.895Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/org.apache.ant-1.10.12-SNAPSHOT.jar_unpacked_14752624332867364929/lib/ant-antlr.jar [2023-09-08T19:29:34.307Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/org.apache.ant-1.10.12-SNAPSHOT.jar_unpacked_14752624332867364929/lib/ant-apache-bcel.jar' is disabled. [2023-09-08T19:29:34.307Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/org.apache.ant-1.10.12-SNAPSHOT.jar_unpacked_14752624332867364929/lib/ant-apache-bcel.jar [2023-09-08T19:29:35.673Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/org.apache.ant-1.10.12-SNAPSHOT.jar_unpacked_14752624332867364929/lib/ant-apache-bsf.jar' is disabled. [2023-09-08T19:29:35.674Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/org.apache.ant-1.10.12-SNAPSHOT.jar_unpacked_14752624332867364929/lib/ant-apache-bsf.jar [2023-09-08T19:29:36.236Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/org.apache.ant-1.10.12-SNAPSHOT.jar_unpacked_14752624332867364929/lib/ant-apache-log4j.jar' is disabled. [2023-09-08T19:29:36.236Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/org.apache.ant-1.10.12-SNAPSHOT.jar_unpacked_14752624332867364929/lib/ant-apache-log4j.jar [2023-09-08T19:29:37.167Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/org.apache.ant-1.10.12-SNAPSHOT.jar_unpacked_14752624332867364929/lib/ant-apache-oro.jar' is disabled. [2023-09-08T19:29:37.167Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/org.apache.ant-1.10.12-SNAPSHOT.jar_unpacked_14752624332867364929/lib/ant-apache-oro.jar [2023-09-08T19:29:38.094Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/org.apache.ant-1.10.12-SNAPSHOT.jar_unpacked_14752624332867364929/lib/ant-apache-regexp.jar' is disabled. [2023-09-08T19:29:38.094Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/org.apache.ant-1.10.12-SNAPSHOT.jar_unpacked_14752624332867364929/lib/ant-apache-regexp.jar [2023-09-08T19:29:39.997Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/org.apache.ant-1.10.12-SNAPSHOT.jar_unpacked_14752624332867364929/lib/ant-apache-resolver.jar' is disabled. [2023-09-08T19:29:39.997Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/org.apache.ant-1.10.12-SNAPSHOT.jar_unpacked_14752624332867364929/lib/ant-apache-resolver.jar [2023-09-08T19:29:40.931Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/org.apache.ant-1.10.12-SNAPSHOT.jar_unpacked_14752624332867364929/lib/ant-apache-xalan2.jar' is disabled. [2023-09-08T19:29:40.931Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/org.apache.ant-1.10.12-SNAPSHOT.jar_unpacked_14752624332867364929/lib/ant-apache-xalan2.jar [2023-09-08T19:29:41.857Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/org.apache.ant-1.10.12-SNAPSHOT.jar_unpacked_14752624332867364929/lib/ant-commons-logging.jar' is disabled. [2023-09-08T19:29:41.857Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/org.apache.ant-1.10.12-SNAPSHOT.jar_unpacked_14752624332867364929/lib/ant-commons-logging.jar [2023-09-08T19:29:42.420Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/org.apache.ant-1.10.12-SNAPSHOT.jar_unpacked_14752624332867364929/lib/ant-commons-net.jar' is disabled. [2023-09-08T19:29:42.420Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/org.apache.ant-1.10.12-SNAPSHOT.jar_unpacked_14752624332867364929/lib/ant-commons-net.jar [2023-09-08T19:29:43.788Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/org.apache.ant-1.10.12-SNAPSHOT.jar_unpacked_14752624332867364929/lib/ant-imageio.jar' is disabled. [2023-09-08T19:29:43.788Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/org.apache.ant-1.10.12-SNAPSHOT.jar_unpacked_14752624332867364929/lib/ant-imageio.jar [2023-09-08T19:29:45.678Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/org.apache.ant-1.10.12-SNAPSHOT.jar_unpacked_14752624332867364929/lib/ant-jai.jar' is disabled. [2023-09-08T19:29:45.678Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/org.apache.ant-1.10.12-SNAPSHOT.jar_unpacked_14752624332867364929/lib/ant-jai.jar [2023-09-08T19:29:46.606Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/org.apache.ant-1.10.12-SNAPSHOT.jar_unpacked_14752624332867364929/lib/ant-javamail.jar' is disabled. [2023-09-08T19:29:46.606Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/org.apache.ant-1.10.12-SNAPSHOT.jar_unpacked_14752624332867364929/lib/ant-javamail.jar [2023-09-08T19:29:47.535Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/org.apache.ant-1.10.12-SNAPSHOT.jar_unpacked_14752624332867364929/lib/ant-jdepend.jar' is disabled. [2023-09-08T19:29:47.535Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/org.apache.ant-1.10.12-SNAPSHOT.jar_unpacked_14752624332867364929/lib/ant-jdepend.jar [2023-09-08T19:29:49.424Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/org.apache.ant-1.10.12-SNAPSHOT.jar_unpacked_14752624332867364929/lib/ant-jmf.jar' is disabled. [2023-09-08T19:29:49.424Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/org.apache.ant-1.10.12-SNAPSHOT.jar_unpacked_14752624332867364929/lib/ant-jmf.jar [2023-09-08T19:29:50.351Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/org.apache.ant-1.10.12-SNAPSHOT.jar_unpacked_14752624332867364929/lib/ant-jsch.jar' is disabled. [2023-09-08T19:29:50.351Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/org.apache.ant-1.10.12-SNAPSHOT.jar_unpacked_14752624332867364929/lib/ant-jsch.jar [2023-09-08T19:29:51.278Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/org.apache.ant-1.10.12-SNAPSHOT.jar_unpacked_14752624332867364929/lib/ant-junit.jar' is disabled. [2023-09-08T19:29:51.278Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/org.apache.ant-1.10.12-SNAPSHOT.jar_unpacked_14752624332867364929/lib/ant-junit.jar [2023-09-08T19:29:52.205Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/org.apache.ant-1.10.12-SNAPSHOT.jar_unpacked_14752624332867364929/lib/ant-junitlauncher.jar' is disabled. [2023-09-08T19:29:52.206Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/org.apache.ant-1.10.12-SNAPSHOT.jar_unpacked_14752624332867364929/lib/ant-junitlauncher.jar [2023-09-08T19:29:54.099Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/org.apache.ant-1.10.12-SNAPSHOT.jar_unpacked_14752624332867364929/lib/ant-junit4.jar' is disabled. [2023-09-08T19:29:54.100Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/org.apache.ant-1.10.12-SNAPSHOT.jar_unpacked_14752624332867364929/lib/ant-junit4.jar [2023-09-08T19:29:55.031Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/org.apache.ant-1.10.12-SNAPSHOT.jar_unpacked_14752624332867364929/lib/ant-launcher.jar' is disabled. [2023-09-08T19:29:55.031Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/org.apache.ant-1.10.12-SNAPSHOT.jar_unpacked_14752624332867364929/lib/ant-launcher.jar [2023-09-08T19:29:55.963Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/org.apache.ant-1.10.12-SNAPSHOT.jar_unpacked_14752624332867364929/lib/ant-netrexx.jar' is disabled. [2023-09-08T19:29:55.963Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/org.apache.ant-1.10.12-SNAPSHOT.jar_unpacked_14752624332867364929/lib/ant-netrexx.jar [2023-09-08T19:29:56.895Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/org.apache.ant-1.10.12-SNAPSHOT.jar_unpacked_14752624332867364929/lib/ant-swing.jar' is disabled. [2023-09-08T19:29:56.895Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/org.apache.ant-1.10.12-SNAPSHOT.jar_unpacked_14752624332867364929/lib/ant-swing.jar [2023-09-08T19:29:57.826Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/org.apache.ant-1.10.12-SNAPSHOT.jar_unpacked_14752624332867364929/lib/ant-testutil.jar' is disabled. [2023-09-08T19:29:57.826Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/org.apache.ant-1.10.12-SNAPSHOT.jar_unpacked_14752624332867364929/lib/ant-testutil.jar [2023-09-08T19:29:59.719Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/org.apache.ant-1.10.12-SNAPSHOT.jar_unpacked_14752624332867364929/lib/ant.jar' is disabled. [2023-09-08T19:29:59.719Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/org.apache.ant-1.10.12-SNAPSHOT.jar_unpacked_14752624332867364929/lib/ant.jar [2023-09-08T19:30:01.608Z] [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/org.apache.ant-1.10.12-SNAPSHOT.jar_unpacked_14752624332867364929/lib/ant-xz.jar' is disabled. [2023-09-08T19:30:01.608Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/org.apache.ant-1.10.12-SNAPSHOT.jar_unpacked_14752624332867364929/lib/ant-xz.jar [2023-09-08T19:30:02.972Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/org.apache.ant-1.10.12-SNAPSHOT.jar [2023-09-08T19:30:05.493Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/org.apache.ant-1.10.12-SNAPSHOT-sources.jar [2023-09-08T19:30:06.858Z] [INFO] [2023-09-08T19:30:06.858Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.ant --- [2023-09-08T19:30:07.420Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.apache.ant:1.10.12-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:30:07.420Z] no-classifier: different [2023-09-08T19:30:07.420Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:30:07.420Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:30:07.420Z] lib/ant-antlr.jar: different [2023-09-08T19:30:07.420Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:30:07.420Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:30:07.420Z] lib/ant-apache-bcel.jar: different [2023-09-08T19:30:07.420Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:30:07.420Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:30:07.420Z] lib/ant-apache-bsf.jar: different [2023-09-08T19:30:07.420Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:30:07.420Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:30:07.420Z] lib/ant-apache-log4j.jar: different [2023-09-08T19:30:07.420Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:30:07.420Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:30:07.420Z] lib/ant-apache-oro.jar: different [2023-09-08T19:30:07.420Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:30:07.420Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:30:07.420Z] lib/ant-apache-regexp.jar: different [2023-09-08T19:30:07.420Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:30:07.420Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:30:07.420Z] lib/ant-apache-resolver.jar: different [2023-09-08T19:30:07.420Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:30:07.420Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:30:07.420Z] lib/ant-apache-xalan2.jar: different [2023-09-08T19:30:07.420Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:30:07.420Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:30:07.420Z] lib/ant-commons-logging.jar: different [2023-09-08T19:30:07.420Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:30:07.420Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:30:07.420Z] lib/ant-commons-net.jar: different [2023-09-08T19:30:07.420Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:30:07.420Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:30:07.420Z] lib/ant-imageio.jar: different [2023-09-08T19:30:07.420Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:30:07.420Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:30:07.420Z] lib/ant-jai.jar: different [2023-09-08T19:30:07.420Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:30:07.420Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:30:07.420Z] lib/ant-javamail.jar: different [2023-09-08T19:30:07.420Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:30:07.420Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:30:07.420Z] lib/ant-jdepend.jar: different [2023-09-08T19:30:07.420Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:30:07.420Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:30:07.420Z] lib/ant-jmf.jar: different [2023-09-08T19:30:07.420Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:30:07.420Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:30:07.420Z] lib/ant-jsch.jar: different [2023-09-08T19:30:07.420Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:30:07.420Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:30:07.420Z] lib/ant-junit.jar: different [2023-09-08T19:30:07.420Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:30:07.420Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:30:07.420Z] lib/ant-junit4.jar: different [2023-09-08T19:30:07.420Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:30:07.420Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:30:07.420Z] lib/ant-junitlauncher.jar: different [2023-09-08T19:30:07.420Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:30:07.420Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:30:07.420Z] lib/ant-launcher.jar: different [2023-09-08T19:30:07.420Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:30:07.420Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:30:07.420Z] lib/ant-netrexx.jar: different [2023-09-08T19:30:07.420Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:30:07.420Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:30:07.420Z] lib/ant-swing.jar: different [2023-09-08T19:30:07.420Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:30:07.420Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:30:07.420Z] lib/ant-testutil.jar: different [2023-09-08T19:30:07.420Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:30:07.420Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:30:07.420Z] lib/ant-xz.jar: different [2023-09-08T19:30:07.420Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:30:07.420Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:30:07.420Z] lib/ant.jar: different [2023-09-08T19:30:07.420Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:30:07.420Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:30:07.420Z] classifier-sources: different [2023-09-08T19:30:07.420Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:30:07.420Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:30:07.420Z] [2023-09-08T19:30:07.420Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.apache.ant:1.10.12-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/pom.xml [2023-09-08T19:30:07.420Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:30:07.420Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:30:07.420Z] [2023-09-08T19:30:07.420Z] [INFO] [2023-09-08T19:30:07.420Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.apache.ant --- [2023-09-08T19:30:07.420Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.ant/1.10.12-SNAPSHOT/org.apache.ant-1.10.12-SNAPSHOT.pom [2023-09-08T19:30:07.420Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/org.apache.ant-1.10.12-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.ant/1.10.12-SNAPSHOT/org.apache.ant-1.10.12-SNAPSHOT.jar [2023-09-08T19:30:07.422Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/org.apache.ant-1.10.12-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.ant/1.10.12-SNAPSHOT/org.apache.ant-1.10.12-SNAPSHOT-sources.jar [2023-09-08T19:30:07.422Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.ant/1.10.12-SNAPSHOT/org.apache.ant-1.10.12-SNAPSHOT-p2metadata.xml [2023-09-08T19:30:07.422Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.ant/1.10.12-SNAPSHOT/org.apache.ant-1.10.12-SNAPSHOT-p2artifacts.xml [2023-09-08T19:30:07.422Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.ant/1.10.12-SNAPSHOT/org.apache.ant-1.10.12-SNAPSHOT-p2metadata.xml [2023-09-08T19:30:07.422Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/ant/org.apache.ant_1.10.12/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.ant/1.10.12-SNAPSHOT/org.apache.ant-1.10.12-SNAPSHOT-p2artifacts.xml [2023-09-08T19:30:07.422Z] [INFO] [2023-09-08T19:30:07.422Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.ant --- [2023-09-08T19:30:07.422Z] [INFO] [2023-09-08T19:30:07.422Z] [INFO] ------------------< org.eclipse.orbit.bundles:batik >------------------- [2023-09-08T19:30:07.422Z] [INFO] Building Eclipse Orbit :: Batik Recipes 1.0.0-SNAPSHOT [56/375] [2023-09-08T19:30:07.422Z] [INFO] --------------------------------[ pom ]--------------------------------- [2023-09-08T19:30:07.422Z] [INFO] [2023-09-08T19:30:07.422Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ batik --- [2023-09-08T19:30:07.422Z] [INFO] [2023-09-08T19:30:07.422Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ batik --- [2023-09-08T19:30:07.422Z] [INFO] [2023-09-08T19:30:07.422Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ batik --- [2023-09-08T19:30:07.422Z] [INFO] [2023-09-08T19:30:07.422Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ batik --- [2023-09-08T19:30:07.422Z] [INFO] [2023-09-08T19:30:07.422Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ batik --- [2023-09-08T19:30:07.422Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/batik/1.0.0-SNAPSHOT/batik-1.0.0-SNAPSHOT.pom [2023-09-08T19:30:07.422Z] [INFO] [2023-09-08T19:30:07.422Z] [INFO] ----------< org.eclipse.orbit.bundles:org.apache.batik.codec >---------- [2023-09-08T19:30:07.422Z] [INFO] Building org.apache.xmlgraphics:batik-codec 1.16.0-SNAPSHOT [57/375] [2023-09-08T19:30:07.422Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:30:07.422Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/xmlgraphics/batik-codec/1.16/batik-codec-1.16.pom [2023-09-08T19:30:07.678Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-codec/1.16/batik-codec-1.16.pom [2023-09-08T19:30:07.678Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-codec/1.16/batik-codec-1.16.pom (3.1 kB at 220 kB/s) [2023-09-08T19:30:07.678Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/xmlgraphics/batik/1.16/batik-1.16.pom [2023-09-08T19:30:07.678Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik/1.16/batik-1.16.pom [2023-09-08T19:30:07.678Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik/1.16/batik-1.16.pom (7.2 kB at 652 kB/s) [2023-09-08T19:30:07.678Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/xmlgraphics/batik-awt-util/1.16/batik-awt-util-1.16.pom [2023-09-08T19:30:07.678Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-awt-util/1.16/batik-awt-util-1.16.pom [2023-09-08T19:30:07.678Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-awt-util/1.16/batik-awt-util-1.16.pom (2.8 kB at 276 kB/s) [2023-09-08T19:30:07.678Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/xmlgraphics/batik-shared-resources/1.16/batik-shared-resources-1.16.pom [2023-09-08T19:30:07.678Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-shared-resources/1.16/batik-shared-resources-1.16.pom [2023-09-08T19:30:07.678Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-shared-resources/1.16/batik-shared-resources-1.16.pom (1.7 kB at 168 kB/s) [2023-09-08T19:30:07.678Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/xmlgraphics/batik-util/1.16/batik-util-1.16.pom [2023-09-08T19:30:07.678Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-util/1.16/batik-util-1.16.pom [2023-09-08T19:30:07.678Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-util/1.16/batik-util-1.16.pom (3.9 kB at 352 kB/s) [2023-09-08T19:30:07.678Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/xmlgraphics/batik-constants/1.16/batik-constants-1.16.pom [2023-09-08T19:30:07.678Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-constants/1.16/batik-constants-1.16.pom [2023-09-08T19:30:07.678Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-constants/1.16/batik-constants-1.16.pom (2.4 kB at 241 kB/s) [2023-09-08T19:30:07.678Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/xmlgraphics/batik-i18n/1.16/batik-i18n-1.16.pom [2023-09-08T19:30:07.678Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-i18n/1.16/batik-i18n-1.16.pom [2023-09-08T19:30:07.678Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-i18n/1.16/batik-i18n-1.16.pom (2.4 kB at 219 kB/s) [2023-09-08T19:30:07.678Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/xmlgraphics/xmlgraphics-commons/2.7/xmlgraphics-commons-2.7.pom [2023-09-08T19:30:07.678Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/xmlgraphics-commons/2.7/xmlgraphics-commons-2.7.pom [2023-09-08T19:30:07.935Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/xmlgraphics-commons/2.7/xmlgraphics-commons-2.7.pom (3.5 kB at 290 kB/s) [2023-09-08T19:30:07.935Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/commons-io/commons-io/1.3.1/commons-io-1.3.1.pom [2023-09-08T19:30:07.935Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/1.3.1/commons-io-1.3.1.pom [2023-09-08T19:30:07.935Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/1.3.1/commons-io-1.3.1.pom (6.8 kB at 616 kB/s) [2023-09-08T19:30:07.935Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/xmlgraphics/batik-bridge/1.16/batik-bridge-1.16.pom [2023-09-08T19:30:07.935Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-bridge/1.16/batik-bridge-1.16.pom [2023-09-08T19:30:07.935Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-bridge/1.16/batik-bridge-1.16.pom (4.6 kB at 305 kB/s) [2023-09-08T19:30:07.935Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/xmlgraphics/batik-anim/1.16/batik-anim-1.16.pom [2023-09-08T19:30:07.935Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-anim/1.16/batik-anim-1.16.pom [2023-09-08T19:30:07.935Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-anim/1.16/batik-anim-1.16.pom (3.7 kB at 339 kB/s) [2023-09-08T19:30:07.935Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/xmlgraphics/batik-css/1.16/batik-css-1.16.pom [2023-09-08T19:30:07.935Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-css/1.16/batik-css-1.16.pom [2023-09-08T19:30:07.935Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-css/1.16/batik-css-1.16.pom (2.9 kB at 264 kB/s) [2023-09-08T19:30:07.935Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/xml-apis/xml-apis-ext/1.3.04/xml-apis-ext-1.3.04.pom [2023-09-08T19:30:07.935Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis-ext/1.3.04/xml-apis-ext-1.3.04.pom [2023-09-08T19:30:07.935Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis-ext/1.3.04/xml-apis-ext-1.3.04.pom (1.8 kB at 167 kB/s) [2023-09-08T19:30:07.935Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/xmlgraphics/batik-dom/1.16/batik-dom-1.16.pom [2023-09-08T19:30:07.935Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-dom/1.16/batik-dom-1.16.pom [2023-09-08T19:30:07.935Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-dom/1.16/batik-dom-1.16.pom (3.4 kB at 307 kB/s) [2023-09-08T19:30:07.935Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/xmlgraphics/batik-ext/1.16/batik-ext-1.16.pom [2023-09-08T19:30:07.935Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-ext/1.16/batik-ext-1.16.pom [2023-09-08T19:30:07.935Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-ext/1.16/batik-ext-1.16.pom (2.4 kB at 240 kB/s) [2023-09-08T19:30:07.935Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/xmlgraphics/batik-xml/1.16/batik-xml-1.16.pom [2023-09-08T19:30:07.935Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-xml/1.16/batik-xml-1.16.pom [2023-09-08T19:30:07.935Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-xml/1.16/batik-xml-1.16.pom (2.6 kB at 214 kB/s) [2023-09-08T19:30:07.935Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/xmlgraphics/batik-parser/1.16/batik-parser-1.16.pom [2023-09-08T19:30:07.935Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-parser/1.16/batik-parser-1.16.pom [2023-09-08T19:30:07.935Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-parser/1.16/batik-parser-1.16.pom (3.1 kB at 279 kB/s) [2023-09-08T19:30:07.935Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/xmlgraphics/batik-svg-dom/1.16/batik-svg-dom-1.16.pom [2023-09-08T19:30:08.191Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-svg-dom/1.16/batik-svg-dom-1.16.pom [2023-09-08T19:30:08.191Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-svg-dom/1.16/batik-svg-dom-1.16.pom (3.6 kB at 297 kB/s) [2023-09-08T19:30:08.191Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/xmlgraphics/batik-gvt/1.16/batik-gvt-1.16.pom [2023-09-08T19:30:08.191Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-gvt/1.16/batik-gvt-1.16.pom [2023-09-08T19:30:08.191Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-gvt/1.16/batik-gvt-1.16.pom (2.7 kB at 229 kB/s) [2023-09-08T19:30:08.191Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/xmlgraphics/batik-script/1.16/batik-script-1.16.pom [2023-09-08T19:30:08.191Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-script/1.16/batik-script-1.16.pom [2023-09-08T19:30:08.191Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-script/1.16/batik-script-1.16.pom (3.4 kB at 340 kB/s) [2023-09-08T19:30:08.191Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/xmlgraphics/batik-transcoder/1.16/batik-transcoder-1.16.pom [2023-09-08T19:30:08.191Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-transcoder/1.16/batik-transcoder-1.16.pom [2023-09-08T19:30:08.191Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-transcoder/1.16/batik-transcoder-1.16.pom (3.9 kB at 302 kB/s) [2023-09-08T19:30:08.191Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/xmlgraphics/batik-svggen/1.16/batik-svggen-1.16.pom [2023-09-08T19:30:08.191Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-svggen/1.16/batik-svggen-1.16.pom [2023-09-08T19:30:08.191Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-svggen/1.16/batik-svggen-1.16.pom (2.7 kB at 274 kB/s) [2023-09-08T19:30:08.192Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/xmlgraphics/batik-codec/1.16/batik-codec-1.16.jar [2023-09-08T19:30:08.192Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/xmlgraphics/xmlgraphics-commons/2.7/xmlgraphics-commons-2.7.jar [2023-09-08T19:30:08.192Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/xmlgraphics/batik-awt-util/1.16/batik-awt-util-1.16.jar [2023-09-08T19:30:08.192Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/xmlgraphics/batik-bridge/1.16/batik-bridge-1.16.jar [2023-09-08T19:30:08.192Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/commons-io/commons-io/1.3.1/commons-io-1.3.1.jar [2023-09-08T19:30:08.192Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/xmlgraphics/batik-anim/1.16/batik-anim-1.16.jar [2023-09-08T19:30:08.192Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/xmlgraphics/batik-ext/1.16/batik-ext-1.16.jar [2023-09-08T19:30:08.192Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/xmlgraphics/batik-css/1.16/batik-css-1.16.jar [2023-09-08T19:30:08.192Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/xmlgraphics/batik-dom/1.16/batik-dom-1.16.jar [2023-09-08T19:30:08.192Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/xmlgraphics/batik-gvt/1.16/batik-gvt-1.16.jar [2023-09-08T19:30:08.192Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/xmlgraphics/batik-parser/1.16/batik-parser-1.16.jar [2023-09-08T19:30:08.192Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/xmlgraphics/batik-script/1.16/batik-script-1.16.jar [2023-09-08T19:30:08.192Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/xmlgraphics/batik-svg-dom/1.16/batik-svg-dom-1.16.jar [2023-09-08T19:30:08.192Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/xmlgraphics/batik-xml/1.16/batik-xml-1.16.jar [2023-09-08T19:30:08.192Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/xml-apis/xml-apis-ext/1.3.04/xml-apis-ext-1.3.04.jar [2023-09-08T19:30:08.192Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/xmlgraphics/batik-transcoder/1.16/batik-transcoder-1.16.jar [2023-09-08T19:30:08.192Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/xmlgraphics/batik-util/1.16/batik-util-1.16.jar [2023-09-08T19:30:08.192Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/xmlgraphics/batik-shared-resources/1.16/batik-shared-resources-1.16.jar [2023-09-08T19:30:08.192Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/xmlgraphics/batik-svggen/1.16/batik-svggen-1.16.jar [2023-09-08T19:30:08.192Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/xmlgraphics/batik-constants/1.16/batik-constants-1.16.jar [2023-09-08T19:30:08.192Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/xmlgraphics/batik-i18n/1.16/batik-i18n-1.16.jar [2023-09-08T19:30:08.192Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-awt-util/1.16/batik-awt-util-1.16.jar [2023-09-08T19:30:08.192Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/1.3.1/commons-io-1.3.1.jar [2023-09-08T19:30:08.192Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/xmlgraphics-commons/2.7/xmlgraphics-commons-2.7.jar [2023-09-08T19:30:08.192Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-codec/1.16/batik-codec-1.16.jar [2023-09-08T19:30:08.192Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-bridge/1.16/batik-bridge-1.16.jar [2023-09-08T19:30:08.192Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/xmlgraphics-commons/2.7/xmlgraphics-commons-2.7.jar (676 kB at 28 MB/s) [2023-09-08T19:30:08.192Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-anim/1.16/batik-anim-1.16.jar [2023-09-08T19:30:08.192Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-codec/1.16/batik-codec-1.16.jar (112 kB at 4.3 MB/s) [2023-09-08T19:30:08.192Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-io/commons-io/1.3.1/commons-io-1.3.1.jar (84 kB at 3.5 MB/s) [2023-09-08T19:30:08.192Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-css/1.16/batik-css-1.16.jar [2023-09-08T19:30:08.192Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-ext/1.16/batik-ext-1.16.jar [2023-09-08T19:30:08.192Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-awt-util/1.16/batik-awt-util-1.16.jar (425 kB at 15 MB/s) [2023-09-08T19:30:08.192Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-dom/1.16/batik-dom-1.16.jar [2023-09-08T19:30:08.192Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-ext/1.16/batik-ext-1.16.jar (10 kB at 269 kB/s) [2023-09-08T19:30:08.192Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-gvt/1.16/batik-gvt-1.16.jar [2023-09-08T19:30:08.192Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-bridge/1.16/batik-bridge-1.16.jar (705 kB at 17 MB/s) [2023-09-08T19:30:08.192Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-parser/1.16/batik-parser-1.16.jar [2023-09-08T19:30:08.192Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-css/1.16/batik-css-1.16.jar (330 kB at 7.9 MB/s) [2023-09-08T19:30:08.192Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-script/1.16/batik-script-1.16.jar [2023-09-08T19:30:08.192Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-dom/1.16/batik-dom-1.16.jar (184 kB at 3.9 MB/s) [2023-09-08T19:30:08.192Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-svg-dom/1.16/batik-svg-dom-1.16.jar [2023-09-08T19:30:08.192Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-anim/1.16/batik-anim-1.16.jar (486 kB at 10 MB/s) [2023-09-08T19:30:08.192Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-xml/1.16/batik-xml-1.16.jar [2023-09-08T19:30:08.192Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-parser/1.16/batik-parser-1.16.jar (77 kB at 1.4 MB/s) [2023-09-08T19:30:08.192Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-script/1.16/batik-script-1.16.jar (25 kB at 458 kB/s) [2023-09-08T19:30:08.192Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-gvt/1.16/batik-gvt-1.16.jar (192 kB at 3.5 MB/s) [2023-09-08T19:30:08.192Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-transcoder/1.16/batik-transcoder-1.16.jar [2023-09-08T19:30:08.192Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-shared-resources/1.16/batik-shared-resources-1.16.jar [2023-09-08T19:30:08.192Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis-ext/1.3.04/xml-apis-ext-1.3.04.jar [2023-09-08T19:30:08.192Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-svg-dom/1.16/batik-svg-dom-1.16.jar (233 kB at 3.7 MB/s) [2023-09-08T19:30:08.192Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-svggen/1.16/batik-svggen-1.16.jar [2023-09-08T19:30:08.192Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-shared-resources/1.16/batik-shared-resources-1.16.jar (6.7 kB at 101 kB/s) [2023-09-08T19:30:08.192Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-util/1.16/batik-util-1.16.jar [2023-09-08T19:30:08.192Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-xml/1.16/batik-xml-1.16.jar (34 kB at 506 kB/s) [2023-09-08T19:30:08.192Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-constants/1.16/batik-constants-1.16.jar [2023-09-08T19:30:08.192Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis-ext/1.3.04/xml-apis-ext-1.3.04.jar (86 kB at 1.3 MB/s) [2023-09-08T19:30:08.192Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-i18n/1.16/batik-i18n-1.16.jar [2023-09-08T19:30:08.192Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-transcoder/1.16/batik-transcoder-1.16.jar (129 kB at 1.8 MB/s) [2023-09-08T19:30:08.192Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-util/1.16/batik-util-1.16.jar (127 kB at 1.6 MB/s) [2023-09-08T19:30:08.192Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-svggen/1.16/batik-svggen-1.16.jar (227 kB at 2.8 MB/s) [2023-09-08T19:30:08.192Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-constants/1.16/batik-constants-1.16.jar (8.4 kB at 104 kB/s) [2023-09-08T19:30:08.192Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-i18n/1.16/batik-i18n-1.16.jar (11 kB at 136 kB/s) [2023-09-08T19:30:08.192Z] [INFO] [2023-09-08T19:30:08.192Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.batik.codec --- [2023-09-08T19:30:08.192Z] [INFO] [2023-09-08T19:30:08.192Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.batik.codec --- [2023-09-08T19:30:08.448Z] [INFO] The project's OSGi version is 1.16.0.v20221027-0840 [2023-09-08T19:30:08.448Z] [INFO] [2023-09-08T19:30:08.448Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.batik.codec --- [2023-09-08T19:30:08.448Z] [INFO] [2023-09-08T19:30:08.448Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.batik.codec --- [2023-09-08T19:30:08.448Z] [INFO] Copying 3 resources [2023-09-08T19:30:08.448Z] [INFO] [2023-09-08T19:30:08.448Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.batik.codec --- [2023-09-08T19:30:08.448Z] [INFO] No sources to compile [2023-09-08T19:30:08.448Z] [INFO] [2023-09-08T19:30:08.448Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.batik.codec --- [2023-09-08T19:30:08.448Z] [INFO] Gathering dependencies [2023-09-08T19:30:08.448Z] [INFO] Configured Artifact: org.apache.xmlgraphics:batik-codec:1.16:jar [2023-09-08T19:30:08.448Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/xmlgraphics/batik-codec/1.16/batik-codec-1.16.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.codec_1.16.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:30:08.448Z] [INFO] Merging collected dependencies [2023-09-08T19:30:08.448Z] [INFO] Copying 51 resources [2023-09-08T19:30:08.448Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:30:08.448Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.codec:eclipse-bundle-recipe:1.16.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:30:08.448Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.codec:eclipse-bundle-recipe:1.16.0-SNAPSHOT : Host org.apache.batik.util=bundle-version="[1.16.0,2)" for this fragment/require bundle cannot be found on the classpath [2023-09-08T19:30:08.448Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.codec_1.16.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:30:08.448Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.codec_1.16.0/target/org.apache.batik.codec-1.16.0-SNAPSHOT.jar [2023-09-08T19:30:08.448Z] [INFO] Gathering sources [2023-09-08T19:30:08.448Z] [INFO] Configured Artifact: org.apache.xmlgraphics:batik-codec:sources:1.16:jar [2023-09-08T19:30:08.448Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/xmlgraphics/batik-codec/1.16/batik-codec-1.16-sources.jar [2023-09-08T19:30:08.448Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-codec/1.16/batik-codec-1.16-sources.jar [2023-09-08T19:30:08.705Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-codec/1.16/batik-codec-1.16-sources.jar (101 kB at 3.0 MB/s) [2023-09-08T19:30:08.705Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/xmlgraphics/batik-codec/1.16/batik-codec-1.16-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.codec_1.16.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:30:08.705Z] [INFO] Copying 3 resources [2023-09-08T19:30:08.705Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.codec_1.16.0/src/main/java [2023-09-08T19:30:08.705Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.codec_1.16.0/target/org.apache.batik.codec-1.16.0-SNAPSHOT-sources.jar [2023-09-08T19:30:08.705Z] [INFO] Assembling p2 repository [2023-09-08T19:30:09.269Z] [INFO] [2023-09-08T19:30:09.270Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.batik.codec --- [2023-09-08T19:30:09.270Z] [INFO] [2023-09-08T19:30:09.270Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.batik.codec --- [2023-09-08T19:30:09.270Z] [INFO] Gathering sources archives [2023-09-08T19:30:09.270Z] [INFO] Configured Artifact: org.apache.xmlgraphics:batik-codec:sources:1.16:jar [2023-09-08T19:30:09.270Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/xmlgraphics/batik-codec/1.16/batik-codec-1.16-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.codec_1.16.0/target/sources-for-eclipse-ipzilla/batik-codec-1.16-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:30:09.270Z] [INFO] Configured Artifact: org.apache.xmlgraphics:batik-codec:sources:1.16:jar [2023-09-08T19:30:09.270Z] [INFO] Copying batik-codec-1.16-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.codec_1.16.0/target/sources-for-eclipse-ipzilla/batik-codec-1.16-sources.jar [2023-09-08T19:30:09.270Z] [INFO] Refreshing about files and about.html [2023-09-08T19:30:09.270Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.codec_1.16.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:30:09.270Z] [INFO] [2023-09-08T19:30:09.270Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.apache.batik.codec --- [2023-09-08T19:30:09.270Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.codec_1.16.0/target/org.apache.batik.codec-1.16.0-SNAPSHOT.jar [2023-09-08T19:30:10.204Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.codec_1.16.0/target/org.apache.batik.codec-1.16.0-SNAPSHOT-sources.jar [2023-09-08T19:30:11.137Z] [INFO] [2023-09-08T19:30:11.137Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.batik.codec --- [2023-09-08T19:30:11.137Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.apache.batik.codec:1.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.codec_1.16.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:30:11.137Z] no-classifier: different [2023-09-08T19:30:11.137Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:30:11.137Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:30:11.137Z] classifier-sources: different [2023-09-08T19:30:11.137Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:30:11.137Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:30:11.137Z] [2023-09-08T19:30:11.137Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.apache.batik.codec:1.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.codec_1.16.0/pom.xml [2023-09-08T19:30:11.137Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:30:11.137Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:30:11.137Z] [2023-09-08T19:30:11.137Z] [INFO] [2023-09-08T19:30:11.137Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.apache.batik.codec --- [2023-09-08T19:30:11.137Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.codec_1.16.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.codec/1.16.0-SNAPSHOT/org.apache.batik.codec-1.16.0-SNAPSHOT.pom [2023-09-08T19:30:11.137Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.codec_1.16.0/target/org.apache.batik.codec-1.16.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.codec/1.16.0-SNAPSHOT/org.apache.batik.codec-1.16.0-SNAPSHOT.jar [2023-09-08T19:30:11.137Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.codec_1.16.0/target/org.apache.batik.codec-1.16.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.codec/1.16.0-SNAPSHOT/org.apache.batik.codec-1.16.0-SNAPSHOT-sources.jar [2023-09-08T19:30:11.137Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.codec_1.16.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.codec/1.16.0-SNAPSHOT/org.apache.batik.codec-1.16.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:30:11.137Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.codec_1.16.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.codec/1.16.0-SNAPSHOT/org.apache.batik.codec-1.16.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:30:11.137Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.codec_1.16.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.codec/1.16.0-SNAPSHOT/org.apache.batik.codec-1.16.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:30:11.137Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.codec_1.16.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.codec/1.16.0-SNAPSHOT/org.apache.batik.codec-1.16.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:30:11.137Z] [INFO] [2023-09-08T19:30:11.137Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.batik.codec --- [2023-09-08T19:30:11.137Z] [INFO] [2023-09-08T19:30:11.137Z] [INFO] ----< org.eclipse.orbit.bundles:org.apache.batik.shared.resources >----- [2023-09-08T19:30:11.137Z] [INFO] Building Batik Shared Resources 1.16.0-SNAPSHOT [58/375] [2023-09-08T19:30:11.137Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:30:11.137Z] [INFO] [2023-09-08T19:30:11.137Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.batik.shared.resources --- [2023-09-08T19:30:11.137Z] [INFO] [2023-09-08T19:30:11.137Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.batik.shared.resources --- [2023-09-08T19:30:11.137Z] [INFO] The project's OSGi version is 1.16.0.v20221027-0840 [2023-09-08T19:30:11.137Z] [INFO] [2023-09-08T19:30:11.137Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.batik.shared.resources --- [2023-09-08T19:30:11.137Z] [INFO] [2023-09-08T19:30:11.137Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.batik.shared.resources --- [2023-09-08T19:30:11.137Z] [INFO] Copying 3 resources [2023-09-08T19:30:11.137Z] [INFO] [2023-09-08T19:30:11.137Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.batik.shared.resources --- [2023-09-08T19:30:11.137Z] [INFO] No sources to compile [2023-09-08T19:30:11.137Z] [INFO] [2023-09-08T19:30:11.137Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.batik.shared.resources --- [2023-09-08T19:30:11.137Z] [INFO] Gathering dependencies [2023-09-08T19:30:11.137Z] [INFO] Configured Artifact: org.apache.xmlgraphics:batik-shared-resources:1.16:jar [2023-09-08T19:30:11.137Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/xmlgraphics/batik-shared-resources/1.16/batik-shared-resources-1.16.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.shared.resources_1.16.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:30:11.137Z] [INFO] Merging collected dependencies [2023-09-08T19:30:11.137Z] [INFO] Copying 3 resources [2023-09-08T19:30:11.137Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:30:11.137Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.shared.resources:eclipse-bundle-recipe:1.16.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:30:11.138Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.shared.resources_1.16.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:30:11.138Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.shared.resources_1.16.0/target/org.apache.batik.shared.resources-1.16.0-SNAPSHOT.jar [2023-09-08T19:30:11.138Z] [INFO] Gathering sources [2023-09-08T19:30:11.138Z] [INFO] Configured Artifact: org.apache.xmlgraphics:batik-shared-resources:sources:1.16:jar [2023-09-08T19:30:11.138Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/xmlgraphics/batik-shared-resources/1.16/batik-shared-resources-1.16-sources.jar [2023-09-08T19:30:11.138Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-shared-resources/1.16/batik-shared-resources-1.16-sources.jar [2023-09-08T19:30:11.138Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-shared-resources/1.16/batik-shared-resources-1.16-sources.jar (6.7 kB at 560 kB/s) [2023-09-08T19:30:11.138Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/xmlgraphics/batik-shared-resources/1.16/batik-shared-resources-1.16-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.shared.resources_1.16.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:30:11.138Z] [INFO] Copying 3 resources [2023-09-08T19:30:11.138Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.shared.resources_1.16.0/src/main/java [2023-09-08T19:30:11.138Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.shared.resources_1.16.0/target/org.apache.batik.shared.resources-1.16.0-SNAPSHOT-sources.jar [2023-09-08T19:30:11.393Z] [INFO] Assembling p2 repository [2023-09-08T19:30:11.957Z] [INFO] [2023-09-08T19:30:11.957Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.batik.shared.resources --- [2023-09-08T19:30:11.957Z] [INFO] [2023-09-08T19:30:11.957Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.batik.shared.resources --- [2023-09-08T19:30:11.957Z] [INFO] Gathering sources archives [2023-09-08T19:30:11.957Z] [INFO] Configured Artifact: org.apache.xmlgraphics:batik-shared-resources:sources:1.16:jar [2023-09-08T19:30:11.957Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/xmlgraphics/batik-shared-resources/1.16/batik-shared-resources-1.16-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.shared.resources_1.16.0/target/sources-for-eclipse-ipzilla/batik-shared-resources-1.16-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:30:11.957Z] [INFO] Configured Artifact: org.apache.xmlgraphics:batik-shared-resources:sources:1.16:jar [2023-09-08T19:30:11.957Z] [INFO] Copying batik-shared-resources-1.16-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.shared.resources_1.16.0/target/sources-for-eclipse-ipzilla/batik-shared-resources-1.16-sources.jar [2023-09-08T19:30:11.957Z] [INFO] Refreshing about files and about.html [2023-09-08T19:30:11.957Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.shared.resources_1.16.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:30:11.957Z] [INFO] [2023-09-08T19:30:11.957Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.apache.batik.shared.resources --- [2023-09-08T19:30:11.957Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.shared.resources_1.16.0/target/org.apache.batik.shared.resources-1.16.0-SNAPSHOT.jar [2023-09-08T19:30:13.847Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.shared.resources_1.16.0/target/org.apache.batik.shared.resources-1.16.0-SNAPSHOT-sources.jar [2023-09-08T19:30:14.773Z] [INFO] [2023-09-08T19:30:14.773Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.batik.shared.resources --- [2023-09-08T19:30:14.773Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.apache.batik.shared.resources:1.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.shared.resources_1.16.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:30:14.773Z] no-classifier: different [2023-09-08T19:30:14.773Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:30:14.773Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:30:14.773Z] classifier-sources: different [2023-09-08T19:30:14.773Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:30:14.773Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:30:14.773Z] [2023-09-08T19:30:14.773Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.apache.batik.shared.resources:1.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.shared.resources_1.16.0/pom.xml [2023-09-08T19:30:14.773Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:30:14.773Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:30:14.773Z] [2023-09-08T19:30:14.773Z] [INFO] [2023-09-08T19:30:14.773Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.apache.batik.shared.resources --- [2023-09-08T19:30:14.773Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.shared.resources_1.16.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.shared.resources/1.16.0-SNAPSHOT/org.apache.batik.shared.resources-1.16.0-SNAPSHOT.pom [2023-09-08T19:30:14.773Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.shared.resources_1.16.0/target/org.apache.batik.shared.resources-1.16.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.shared.resources/1.16.0-SNAPSHOT/org.apache.batik.shared.resources-1.16.0-SNAPSHOT.jar [2023-09-08T19:30:14.773Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.shared.resources_1.16.0/target/org.apache.batik.shared.resources-1.16.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.shared.resources/1.16.0-SNAPSHOT/org.apache.batik.shared.resources-1.16.0-SNAPSHOT-sources.jar [2023-09-08T19:30:14.773Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.shared.resources_1.16.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.shared.resources/1.16.0-SNAPSHOT/org.apache.batik.shared.resources-1.16.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:30:14.773Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.shared.resources_1.16.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.shared.resources/1.16.0-SNAPSHOT/org.apache.batik.shared.resources-1.16.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:30:14.773Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.shared.resources_1.16.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.shared.resources/1.16.0-SNAPSHOT/org.apache.batik.shared.resources-1.16.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:30:14.773Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.shared.resources_1.16.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.shared.resources/1.16.0-SNAPSHOT/org.apache.batik.shared.resources-1.16.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:30:14.773Z] [INFO] [2023-09-08T19:30:14.773Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.batik.shared.resources --- [2023-09-08T19:30:14.773Z] [INFO] [2023-09-08T19:30:14.773Z] [INFO] -----------< org.eclipse.orbit.bundles:org.apache.batik.xml >----------- [2023-09-08T19:30:14.773Z] [INFO] Building org.apache.xmlgraphics:batik-xml 1.16.0-SNAPSHOT [59/375] [2023-09-08T19:30:14.773Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:30:14.773Z] [INFO] [2023-09-08T19:30:14.773Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.batik.xml --- [2023-09-08T19:30:14.773Z] [INFO] [2023-09-08T19:30:14.773Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.batik.xml --- [2023-09-08T19:30:14.773Z] [INFO] The project's OSGi version is 1.16.0.v20221027-0840 [2023-09-08T19:30:14.773Z] [INFO] [2023-09-08T19:30:14.773Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.batik.xml --- [2023-09-08T19:30:14.773Z] [INFO] [2023-09-08T19:30:14.773Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.batik.xml --- [2023-09-08T19:30:14.773Z] [INFO] Copying 3 resources [2023-09-08T19:30:14.773Z] [INFO] [2023-09-08T19:30:14.773Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.batik.xml --- [2023-09-08T19:30:14.773Z] [INFO] No sources to compile [2023-09-08T19:30:14.773Z] [INFO] [2023-09-08T19:30:14.773Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.batik.xml --- [2023-09-08T19:30:14.773Z] [INFO] Gathering dependencies [2023-09-08T19:30:14.773Z] [INFO] Configured Artifact: org.apache.xmlgraphics:batik-xml:1.16:jar [2023-09-08T19:30:14.773Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/xmlgraphics/batik-xml/1.16/batik-xml-1.16.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.xml_1.16.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:30:14.773Z] [INFO] Merging collected dependencies [2023-09-08T19:30:14.773Z] [INFO] Copying 10 resources [2023-09-08T19:30:14.773Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:30:14.773Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.xml:eclipse-bundle-recipe:1.16.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:30:14.773Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.xml:eclipse-bundle-recipe:1.16.0-SNAPSHOT : Host org.apache.batik.util=bundle-version="[1.16.0,2)" for this fragment/require bundle cannot be found on the classpath [2023-09-08T19:30:14.773Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.xml_1.16.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:30:14.773Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.xml_1.16.0/target/org.apache.batik.xml-1.16.0-SNAPSHOT.jar [2023-09-08T19:30:14.773Z] [INFO] Gathering sources [2023-09-08T19:30:14.773Z] [INFO] Configured Artifact: org.apache.xmlgraphics:batik-xml:sources:1.16:jar [2023-09-08T19:30:14.773Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/xmlgraphics/batik-xml/1.16/batik-xml-1.16-sources.jar [2023-09-08T19:30:14.774Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-xml/1.16/batik-xml-1.16-sources.jar [2023-09-08T19:30:15.030Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-xml/1.16/batik-xml-1.16-sources.jar (21 kB at 1.6 MB/s) [2023-09-08T19:30:15.030Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/xmlgraphics/batik-xml/1.16/batik-xml-1.16-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.xml_1.16.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:30:15.030Z] [INFO] Copying 3 resources [2023-09-08T19:30:15.030Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.xml_1.16.0/src/main/java [2023-09-08T19:30:15.030Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.xml_1.16.0/target/org.apache.batik.xml-1.16.0-SNAPSHOT-sources.jar [2023-09-08T19:30:15.030Z] [INFO] Assembling p2 repository [2023-09-08T19:30:15.593Z] [INFO] [2023-09-08T19:30:15.593Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.batik.xml --- [2023-09-08T19:30:15.593Z] [INFO] [2023-09-08T19:30:15.593Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.batik.xml --- [2023-09-08T19:30:15.593Z] [INFO] Gathering sources archives [2023-09-08T19:30:15.593Z] [INFO] Configured Artifact: org.apache.xmlgraphics:batik-xml:sources:1.16:jar [2023-09-08T19:30:15.593Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/xmlgraphics/batik-xml/1.16/batik-xml-1.16-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.xml_1.16.0/target/sources-for-eclipse-ipzilla/batik-xml-1.16-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:30:15.593Z] [INFO] Configured Artifact: org.apache.xmlgraphics:batik-xml:sources:1.16:jar [2023-09-08T19:30:15.593Z] [INFO] Copying batik-xml-1.16-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.xml_1.16.0/target/sources-for-eclipse-ipzilla/batik-xml-1.16-sources.jar [2023-09-08T19:30:15.593Z] [INFO] Refreshing about files and about.html [2023-09-08T19:30:15.593Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.xml_1.16.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:30:15.593Z] [INFO] [2023-09-08T19:30:15.593Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.apache.batik.xml --- [2023-09-08T19:30:15.593Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.xml_1.16.0/target/org.apache.batik.xml-1.16.0-SNAPSHOT.jar [2023-09-08T19:30:16.966Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.xml_1.16.0/target/org.apache.batik.xml-1.16.0-SNAPSHOT-sources.jar [2023-09-08T19:30:17.527Z] [INFO] [2023-09-08T19:30:17.527Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.batik.xml --- [2023-09-08T19:30:17.783Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.apache.batik.xml:1.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.xml_1.16.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:30:17.783Z] no-classifier: different [2023-09-08T19:30:17.783Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:30:17.783Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:30:17.783Z] classifier-sources: different [2023-09-08T19:30:17.783Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:30:17.783Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:30:17.783Z] [2023-09-08T19:30:17.783Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.apache.batik.xml:1.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.xml_1.16.0/pom.xml [2023-09-08T19:30:17.783Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:30:17.783Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:30:17.783Z] [2023-09-08T19:30:17.783Z] [INFO] [2023-09-08T19:30:17.783Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.apache.batik.xml --- [2023-09-08T19:30:17.783Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.xml_1.16.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.xml/1.16.0-SNAPSHOT/org.apache.batik.xml-1.16.0-SNAPSHOT.pom [2023-09-08T19:30:17.783Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.xml_1.16.0/target/org.apache.batik.xml-1.16.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.xml/1.16.0-SNAPSHOT/org.apache.batik.xml-1.16.0-SNAPSHOT.jar [2023-09-08T19:30:17.783Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.xml_1.16.0/target/org.apache.batik.xml-1.16.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.xml/1.16.0-SNAPSHOT/org.apache.batik.xml-1.16.0-SNAPSHOT-sources.jar [2023-09-08T19:30:17.783Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.xml_1.16.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.xml/1.16.0-SNAPSHOT/org.apache.batik.xml-1.16.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:30:17.783Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.xml_1.16.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.xml/1.16.0-SNAPSHOT/org.apache.batik.xml-1.16.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:30:17.783Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.xml_1.16.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.xml/1.16.0-SNAPSHOT/org.apache.batik.xml-1.16.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:30:17.783Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.xml_1.16.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.xml/1.16.0-SNAPSHOT/org.apache.batik.xml-1.16.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:30:17.783Z] [INFO] [2023-09-08T19:30:17.783Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.batik.xml --- [2023-09-08T19:30:17.783Z] [INFO] [2023-09-08T19:30:17.783Z] [INFO] -----------< org.eclipse.orbit.bundles:org.apache.batik.ext >----------- [2023-09-08T19:30:17.783Z] [INFO] Building org.apache.xmlgraphics:batik-ext 1.16.0-SNAPSHOT [60/375] [2023-09-08T19:30:17.783Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:30:17.783Z] [INFO] [2023-09-08T19:30:17.783Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.batik.ext --- [2023-09-08T19:30:17.783Z] [INFO] [2023-09-08T19:30:17.783Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.batik.ext --- [2023-09-08T19:30:17.783Z] [INFO] The project's OSGi version is 1.16.0.v20221027-0840 [2023-09-08T19:30:17.783Z] [INFO] [2023-09-08T19:30:17.783Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.batik.ext --- [2023-09-08T19:30:17.783Z] [INFO] [2023-09-08T19:30:17.783Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.batik.ext --- [2023-09-08T19:30:17.783Z] [INFO] Copying 3 resources [2023-09-08T19:30:17.783Z] [INFO] [2023-09-08T19:30:17.783Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.batik.ext --- [2023-09-08T19:30:17.783Z] [INFO] No sources to compile [2023-09-08T19:30:17.783Z] [INFO] [2023-09-08T19:30:17.783Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.batik.ext --- [2023-09-08T19:30:17.783Z] [INFO] Gathering dependencies [2023-09-08T19:30:17.783Z] [INFO] Configured Artifact: org.apache.xmlgraphics:batik-ext:1.16:jar [2023-09-08T19:30:17.784Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/xmlgraphics/batik-ext/1.16/batik-ext-1.16.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.ext_1.16.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:30:17.784Z] [INFO] Merging collected dependencies [2023-09-08T19:30:17.784Z] [INFO] Copying 10 resources [2023-09-08T19:30:17.784Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:30:17.784Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.ext:eclipse-bundle-recipe:1.16.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:30:17.784Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.ext_1.16.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:30:17.784Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.ext_1.16.0/target/org.apache.batik.ext-1.16.0-SNAPSHOT.jar [2023-09-08T19:30:17.784Z] [INFO] Gathering sources [2023-09-08T19:30:17.784Z] [INFO] Configured Artifact: org.apache.xmlgraphics:batik-ext:sources:1.16:jar [2023-09-08T19:30:17.784Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/xmlgraphics/batik-ext/1.16/batik-ext-1.16-sources.jar [2023-09-08T19:30:17.784Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-ext/1.16/batik-ext-1.16-sources.jar [2023-09-08T19:30:17.784Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-ext/1.16/batik-ext-1.16-sources.jar (12 kB at 911 kB/s) [2023-09-08T19:30:17.784Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/xmlgraphics/batik-ext/1.16/batik-ext-1.16-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.ext_1.16.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:30:17.784Z] [INFO] Copying 3 resources [2023-09-08T19:30:17.784Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.ext_1.16.0/src/main/java [2023-09-08T19:30:17.784Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.ext_1.16.0/target/org.apache.batik.ext-1.16.0-SNAPSHOT-sources.jar [2023-09-08T19:30:17.784Z] [INFO] Assembling p2 repository [2023-09-08T19:30:18.346Z] [INFO] [2023-09-08T19:30:18.346Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.batik.ext --- [2023-09-08T19:30:18.346Z] [INFO] [2023-09-08T19:30:18.346Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.batik.ext --- [2023-09-08T19:30:18.346Z] [INFO] Gathering sources archives [2023-09-08T19:30:18.347Z] [INFO] Configured Artifact: org.apache.xmlgraphics:batik-ext:sources:1.16:jar [2023-09-08T19:30:18.347Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/xmlgraphics/batik-ext/1.16/batik-ext-1.16-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.ext_1.16.0/target/sources-for-eclipse-ipzilla/batik-ext-1.16-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:30:18.347Z] [INFO] Configured Artifact: org.apache.xmlgraphics:batik-ext:sources:1.16:jar [2023-09-08T19:30:18.347Z] [INFO] Copying batik-ext-1.16-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.ext_1.16.0/target/sources-for-eclipse-ipzilla/batik-ext-1.16-sources.jar [2023-09-08T19:30:18.347Z] [INFO] Refreshing about files and about.html [2023-09-08T19:30:18.347Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.ext_1.16.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:30:18.347Z] [INFO] [2023-09-08T19:30:18.347Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.apache.batik.ext --- [2023-09-08T19:30:18.347Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.ext_1.16.0/target/org.apache.batik.ext-1.16.0-SNAPSHOT.jar [2023-09-08T19:30:20.233Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.ext_1.16.0/target/org.apache.batik.ext-1.16.0-SNAPSHOT-sources.jar [2023-09-08T19:30:21.178Z] [INFO] [2023-09-08T19:30:21.178Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.batik.ext --- [2023-09-08T19:30:21.434Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.apache.batik.ext:1.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.ext_1.16.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:30:21.434Z] no-classifier: different [2023-09-08T19:30:21.434Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:30:21.434Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:30:21.434Z] classifier-sources: different [2023-09-08T19:30:21.434Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:30:21.434Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:30:21.434Z] [2023-09-08T19:30:21.434Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.apache.batik.ext:1.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.ext_1.16.0/pom.xml [2023-09-08T19:30:21.434Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:30:21.434Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:30:21.434Z] [2023-09-08T19:30:21.434Z] [INFO] [2023-09-08T19:30:21.434Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.apache.batik.ext --- [2023-09-08T19:30:21.434Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.ext_1.16.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.ext/1.16.0-SNAPSHOT/org.apache.batik.ext-1.16.0-SNAPSHOT.pom [2023-09-08T19:30:21.434Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.ext_1.16.0/target/org.apache.batik.ext-1.16.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.ext/1.16.0-SNAPSHOT/org.apache.batik.ext-1.16.0-SNAPSHOT.jar [2023-09-08T19:30:21.434Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.ext_1.16.0/target/org.apache.batik.ext-1.16.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.ext/1.16.0-SNAPSHOT/org.apache.batik.ext-1.16.0-SNAPSHOT-sources.jar [2023-09-08T19:30:21.434Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.ext_1.16.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.ext/1.16.0-SNAPSHOT/org.apache.batik.ext-1.16.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:30:21.434Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.ext_1.16.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.ext/1.16.0-SNAPSHOT/org.apache.batik.ext-1.16.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:30:21.434Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.ext_1.16.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.ext/1.16.0-SNAPSHOT/org.apache.batik.ext-1.16.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:30:21.434Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.ext_1.16.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.ext/1.16.0-SNAPSHOT/org.apache.batik.ext-1.16.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:30:21.434Z] [INFO] [2023-09-08T19:30:21.434Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.batik.ext --- [2023-09-08T19:30:21.434Z] [INFO] [2023-09-08T19:30:21.434Z] [INFO] --------< org.eclipse.orbit.bundles:org.apache.batik.awt.util >--------- [2023-09-08T19:30:21.434Z] [INFO] Building org.apache.xmlgraphics:batik-awt-util 1.16.0-SNAPSHOT [61/375] [2023-09-08T19:30:21.434Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:30:21.434Z] [INFO] [2023-09-08T19:30:21.434Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.batik.awt.util --- [2023-09-08T19:30:21.434Z] [INFO] [2023-09-08T19:30:21.434Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.batik.awt.util --- [2023-09-08T19:30:21.434Z] [INFO] The project's OSGi version is 1.16.0.v20221027-0840 [2023-09-08T19:30:21.434Z] [INFO] [2023-09-08T19:30:21.434Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.batik.awt.util --- [2023-09-08T19:30:21.434Z] [INFO] [2023-09-08T19:30:21.434Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.batik.awt.util --- [2023-09-08T19:30:21.434Z] [INFO] Copying 3 resources [2023-09-08T19:30:21.434Z] [INFO] [2023-09-08T19:30:21.434Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.batik.awt.util --- [2023-09-08T19:30:21.434Z] [INFO] No sources to compile [2023-09-08T19:30:21.434Z] [INFO] [2023-09-08T19:30:21.434Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.batik.awt.util --- [2023-09-08T19:30:21.434Z] [INFO] Gathering dependencies [2023-09-08T19:30:21.434Z] [INFO] Configured Artifact: org.apache.xmlgraphics:batik-awt-util:1.16:jar [2023-09-08T19:30:21.434Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/xmlgraphics/batik-awt-util/1.16/batik-awt-util-1.16.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.awt.util_1.16.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:30:21.434Z] [INFO] Merging collected dependencies [2023-09-08T19:30:21.434Z] [INFO] Copying 227 resources [2023-09-08T19:30:21.434Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:30:21.691Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.awt.util:eclipse-bundle-recipe:1.16.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:30:21.691Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.awt.util:eclipse-bundle-recipe:1.16.0-SNAPSHOT : Host org.apache.batik.util=bundle-version="[1.16.0,2)" for this fragment/require bundle cannot be found on the classpath [2023-09-08T19:30:21.691Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.awt.util_1.16.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:30:21.691Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.awt.util_1.16.0/target/org.apache.batik.awt.util-1.16.0-SNAPSHOT.jar [2023-09-08T19:30:21.691Z] [INFO] Gathering sources [2023-09-08T19:30:21.691Z] [INFO] Configured Artifact: org.apache.xmlgraphics:batik-awt-util:sources:1.16:jar [2023-09-08T19:30:21.691Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/xmlgraphics/batik-awt-util/1.16/batik-awt-util-1.16-sources.jar [2023-09-08T19:30:21.691Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-awt-util/1.16/batik-awt-util-1.16-sources.jar [2023-09-08T19:30:21.691Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-awt-util/1.16/batik-awt-util-1.16-sources.jar (412 kB at 18 MB/s) [2023-09-08T19:30:21.691Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/xmlgraphics/batik-awt-util/1.16/batik-awt-util-1.16-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.awt.util_1.16.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:30:21.948Z] [INFO] Copying 3 resources [2023-09-08T19:30:21.948Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.awt.util_1.16.0/src/main/java [2023-09-08T19:30:21.948Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.awt.util_1.16.0/target/org.apache.batik.awt.util-1.16.0-SNAPSHOT-sources.jar [2023-09-08T19:30:21.948Z] [INFO] Assembling p2 repository [2023-09-08T19:30:22.510Z] [INFO] [2023-09-08T19:30:22.510Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.batik.awt.util --- [2023-09-08T19:30:22.510Z] [INFO] [2023-09-08T19:30:22.510Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.batik.awt.util --- [2023-09-08T19:30:22.510Z] [INFO] Gathering sources archives [2023-09-08T19:30:22.510Z] [INFO] Configured Artifact: org.apache.xmlgraphics:batik-awt-util:sources:1.16:jar [2023-09-08T19:30:22.510Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/xmlgraphics/batik-awt-util/1.16/batik-awt-util-1.16-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.awt.util_1.16.0/target/sources-for-eclipse-ipzilla/batik-awt-util-1.16-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:30:22.510Z] [INFO] Configured Artifact: org.apache.xmlgraphics:batik-awt-util:sources:1.16:jar [2023-09-08T19:30:22.510Z] [INFO] Copying batik-awt-util-1.16-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.awt.util_1.16.0/target/sources-for-eclipse-ipzilla/batik-awt-util-1.16-sources.jar [2023-09-08T19:30:22.510Z] [INFO] Refreshing about files and about.html [2023-09-08T19:30:22.510Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.awt.util_1.16.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:30:22.510Z] [INFO] [2023-09-08T19:30:22.510Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.apache.batik.awt.util --- [2023-09-08T19:30:22.766Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.awt.util_1.16.0/target/org.apache.batik.awt.util-1.16.0-SNAPSHOT.jar [2023-09-08T19:30:24.131Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.awt.util_1.16.0/target/org.apache.batik.awt.util-1.16.0-SNAPSHOT-sources.jar [2023-09-08T19:30:24.692Z] [INFO] [2023-09-08T19:30:24.692Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.batik.awt.util --- [2023-09-08T19:30:25.255Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.apache.batik.awt.util:1.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.awt.util_1.16.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:30:25.255Z] no-classifier: different [2023-09-08T19:30:25.255Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:30:25.255Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:30:25.255Z] classifier-sources: different [2023-09-08T19:30:25.255Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:30:25.255Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:30:25.255Z] [2023-09-08T19:30:25.255Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.apache.batik.awt.util:1.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.awt.util_1.16.0/pom.xml [2023-09-08T19:30:25.255Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:30:25.255Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:30:25.255Z] [2023-09-08T19:30:25.255Z] [INFO] [2023-09-08T19:30:25.255Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.apache.batik.awt.util --- [2023-09-08T19:30:25.255Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.awt.util_1.16.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.awt.util/1.16.0-SNAPSHOT/org.apache.batik.awt.util-1.16.0-SNAPSHOT.pom [2023-09-08T19:30:25.255Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.awt.util_1.16.0/target/org.apache.batik.awt.util-1.16.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.awt.util/1.16.0-SNAPSHOT/org.apache.batik.awt.util-1.16.0-SNAPSHOT.jar [2023-09-08T19:30:25.255Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.awt.util_1.16.0/target/org.apache.batik.awt.util-1.16.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.awt.util/1.16.0-SNAPSHOT/org.apache.batik.awt.util-1.16.0-SNAPSHOT-sources.jar [2023-09-08T19:30:25.255Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.awt.util_1.16.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.awt.util/1.16.0-SNAPSHOT/org.apache.batik.awt.util-1.16.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:30:25.255Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.awt.util_1.16.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.awt.util/1.16.0-SNAPSHOT/org.apache.batik.awt.util-1.16.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:30:25.255Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.awt.util_1.16.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.awt.util/1.16.0-SNAPSHOT/org.apache.batik.awt.util-1.16.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:30:25.255Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.awt.util_1.16.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.awt.util/1.16.0-SNAPSHOT/org.apache.batik.awt.util-1.16.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:30:25.255Z] [INFO] [2023-09-08T19:30:25.255Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.batik.awt.util --- [2023-09-08T19:30:25.255Z] [INFO] [2023-09-08T19:30:25.255Z] [INFO] ---------< org.eclipse.orbit.bundles:org.apache.batik.parser >---------- [2023-09-08T19:30:25.255Z] [INFO] Building org.apache.xmlgraphics:batik-parser 1.16.0-SNAPSHOT [62/375] [2023-09-08T19:30:25.255Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:30:25.255Z] [INFO] [2023-09-08T19:30:25.255Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.batik.parser --- [2023-09-08T19:30:25.255Z] [INFO] [2023-09-08T19:30:25.255Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.batik.parser --- [2023-09-08T19:30:25.255Z] [INFO] The project's OSGi version is 1.16.0.v20221027-0840 [2023-09-08T19:30:25.255Z] [INFO] [2023-09-08T19:30:25.255Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.batik.parser --- [2023-09-08T19:30:25.255Z] [INFO] [2023-09-08T19:30:25.255Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.batik.parser --- [2023-09-08T19:30:25.255Z] [INFO] Copying 3 resources [2023-09-08T19:30:25.255Z] [INFO] [2023-09-08T19:30:25.255Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.batik.parser --- [2023-09-08T19:30:25.255Z] [INFO] No sources to compile [2023-09-08T19:30:25.255Z] [INFO] [2023-09-08T19:30:25.255Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.batik.parser --- [2023-09-08T19:30:25.255Z] [INFO] Gathering dependencies [2023-09-08T19:30:25.255Z] [INFO] Configured Artifact: org.apache.xmlgraphics:batik-parser:1.16:jar [2023-09-08T19:30:25.255Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/xmlgraphics/batik-parser/1.16/batik-parser-1.16.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.parser_1.16.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:30:25.255Z] [INFO] Merging collected dependencies [2023-09-08T19:30:25.255Z] [INFO] Copying 60 resources [2023-09-08T19:30:25.255Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:30:25.255Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.parser:eclipse-bundle-recipe:1.16.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:30:25.255Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.parser:eclipse-bundle-recipe:1.16.0-SNAPSHOT : Host org.apache.batik.util=bundle-version="[1.16.0,2)" for this fragment/require bundle cannot be found on the classpath [2023-09-08T19:30:25.255Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.parser_1.16.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:30:25.255Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.parser_1.16.0/target/org.apache.batik.parser-1.16.0-SNAPSHOT.jar [2023-09-08T19:30:25.255Z] [INFO] Gathering sources [2023-09-08T19:30:25.255Z] [INFO] Configured Artifact: org.apache.xmlgraphics:batik-parser:sources:1.16:jar [2023-09-08T19:30:25.255Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/xmlgraphics/batik-parser/1.16/batik-parser-1.16-sources.jar [2023-09-08T19:30:25.255Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-parser/1.16/batik-parser-1.16-sources.jar [2023-09-08T19:30:25.256Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-parser/1.16/batik-parser-1.16-sources.jar (85 kB at 5.0 MB/s) [2023-09-08T19:30:25.256Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/xmlgraphics/batik-parser/1.16/batik-parser-1.16-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.parser_1.16.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:30:25.256Z] [INFO] Copying 3 resources [2023-09-08T19:30:25.256Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.parser_1.16.0/src/main/java [2023-09-08T19:30:25.256Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.parser_1.16.0/target/org.apache.batik.parser-1.16.0-SNAPSHOT-sources.jar [2023-09-08T19:30:25.256Z] [INFO] Assembling p2 repository [2023-09-08T19:30:26.184Z] [INFO] [2023-09-08T19:30:26.184Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.batik.parser --- [2023-09-08T19:30:26.184Z] [INFO] [2023-09-08T19:30:26.184Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.batik.parser --- [2023-09-08T19:30:26.184Z] [INFO] Gathering sources archives [2023-09-08T19:30:26.184Z] [INFO] Configured Artifact: org.apache.xmlgraphics:batik-parser:sources:1.16:jar [2023-09-08T19:30:26.184Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/xmlgraphics/batik-parser/1.16/batik-parser-1.16-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.parser_1.16.0/target/sources-for-eclipse-ipzilla/batik-parser-1.16-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:30:26.184Z] [INFO] Configured Artifact: org.apache.xmlgraphics:batik-parser:sources:1.16:jar [2023-09-08T19:30:26.184Z] [INFO] Copying batik-parser-1.16-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.parser_1.16.0/target/sources-for-eclipse-ipzilla/batik-parser-1.16-sources.jar [2023-09-08T19:30:26.184Z] [INFO] Refreshing about files and about.html [2023-09-08T19:30:26.184Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.parser_1.16.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:30:26.184Z] [INFO] [2023-09-08T19:30:26.184Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.apache.batik.parser --- [2023-09-08T19:30:26.184Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.parser_1.16.0/target/org.apache.batik.parser-1.16.0-SNAPSHOT.jar [2023-09-08T19:30:28.072Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.parser_1.16.0/target/org.apache.batik.parser-1.16.0-SNAPSHOT-sources.jar [2023-09-08T19:30:29.001Z] [INFO] [2023-09-08T19:30:29.001Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.batik.parser --- [2023-09-08T19:30:29.258Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.apache.batik.parser:1.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.parser_1.16.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:30:29.258Z] no-classifier: different [2023-09-08T19:30:29.258Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:30:29.258Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:30:29.258Z] classifier-sources: different [2023-09-08T19:30:29.258Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:30:29.258Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:30:29.258Z] [2023-09-08T19:30:29.258Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.apache.batik.parser:1.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.parser_1.16.0/pom.xml [2023-09-08T19:30:29.258Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:30:29.258Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:30:29.258Z] [2023-09-08T19:30:29.258Z] [INFO] [2023-09-08T19:30:29.258Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.apache.batik.parser --- [2023-09-08T19:30:29.258Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.parser_1.16.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.parser/1.16.0-SNAPSHOT/org.apache.batik.parser-1.16.0-SNAPSHOT.pom [2023-09-08T19:30:29.258Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.parser_1.16.0/target/org.apache.batik.parser-1.16.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.parser/1.16.0-SNAPSHOT/org.apache.batik.parser-1.16.0-SNAPSHOT.jar [2023-09-08T19:30:29.258Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.parser_1.16.0/target/org.apache.batik.parser-1.16.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.parser/1.16.0-SNAPSHOT/org.apache.batik.parser-1.16.0-SNAPSHOT-sources.jar [2023-09-08T19:30:29.258Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.parser_1.16.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.parser/1.16.0-SNAPSHOT/org.apache.batik.parser-1.16.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:30:29.258Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.parser_1.16.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.parser/1.16.0-SNAPSHOT/org.apache.batik.parser-1.16.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:30:29.258Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.parser_1.16.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.parser/1.16.0-SNAPSHOT/org.apache.batik.parser-1.16.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:30:29.258Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.parser_1.16.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.parser/1.16.0-SNAPSHOT/org.apache.batik.parser-1.16.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:30:29.258Z] [INFO] [2023-09-08T19:30:29.258Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.batik.parser --- [2023-09-08T19:30:29.258Z] [INFO] [2023-09-08T19:30:29.258Z] [INFO] -----------< org.eclipse.orbit.bundles:org.apache.batik.dom >----------- [2023-09-08T19:30:29.258Z] [INFO] Building org.apache.xmlgraphics:batik-dom 1.16.0-SNAPSHOT [63/375] [2023-09-08T19:30:29.258Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:30:29.258Z] [INFO] [2023-09-08T19:30:29.258Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.batik.dom --- [2023-09-08T19:30:29.258Z] [INFO] [2023-09-08T19:30:29.258Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.batik.dom --- [2023-09-08T19:30:29.258Z] [INFO] The project's OSGi version is 1.16.0.v20230210-1249 [2023-09-08T19:30:29.258Z] [INFO] [2023-09-08T19:30:29.258Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.batik.dom --- [2023-09-08T19:30:29.258Z] [INFO] [2023-09-08T19:30:29.258Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.batik.dom --- [2023-09-08T19:30:29.258Z] [INFO] Copying 3 resources [2023-09-08T19:30:29.258Z] [INFO] [2023-09-08T19:30:29.258Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.batik.dom --- [2023-09-08T19:30:29.258Z] [INFO] No sources to compile [2023-09-08T19:30:29.258Z] [INFO] [2023-09-08T19:30:29.258Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.batik.dom --- [2023-09-08T19:30:29.258Z] [INFO] Gathering dependencies [2023-09-08T19:30:29.258Z] [INFO] Configured Artifact: org.apache.xmlgraphics:batik-dom:1.16:jar [2023-09-08T19:30:29.258Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/xmlgraphics/batik-dom/1.16/batik-dom-1.16.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.dom_1.16.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:30:29.258Z] [INFO] Merging collected dependencies [2023-09-08T19:30:29.258Z] [INFO] Copying 119 resources [2023-09-08T19:30:29.258Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:30:29.517Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.dom:eclipse-bundle-recipe:1.16.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:30:29.517Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.dom:eclipse-bundle-recipe:1.16.0-SNAPSHOT : Host org.apache.batik.util=bundle-version="[1.16.0,2)" for this fragment/require bundle cannot be found on the classpath [2023-09-08T19:30:29.517Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.dom:eclipse-bundle-recipe:1.16.0-SNAPSHOT : Host org.apache.batik.constants=bundle-version="[1.16.0,1.16.1)" for this fragment/require bundle cannot be found on the classpath [2023-09-08T19:30:29.517Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.dom_1.16.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:30:29.517Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.dom_1.16.0/target/org.apache.batik.dom-1.16.0-SNAPSHOT.jar [2023-09-08T19:30:29.517Z] [INFO] Gathering sources [2023-09-08T19:30:29.517Z] [INFO] Configured Artifact: org.apache.xmlgraphics:batik-dom:sources:1.16:jar [2023-09-08T19:30:29.517Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/xmlgraphics/batik-dom/1.16/batik-dom-1.16-sources.jar [2023-09-08T19:30:29.517Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-dom/1.16/batik-dom-1.16-sources.jar [2023-09-08T19:30:29.517Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-dom/1.16/batik-dom-1.16-sources.jar (164 kB at 8.7 MB/s) [2023-09-08T19:30:29.517Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/xmlgraphics/batik-dom/1.16/batik-dom-1.16-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.dom_1.16.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:30:29.517Z] [INFO] Copying 3 resources [2023-09-08T19:30:29.517Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.dom_1.16.0/src/main/java [2023-09-08T19:30:29.517Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.dom_1.16.0/target/org.apache.batik.dom-1.16.0-SNAPSHOT-sources.jar [2023-09-08T19:30:29.517Z] [INFO] Assembling p2 repository [2023-09-08T19:30:30.078Z] [INFO] [2023-09-08T19:30:30.078Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.batik.dom --- [2023-09-08T19:30:30.078Z] [INFO] [2023-09-08T19:30:30.078Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.batik.dom --- [2023-09-08T19:30:30.078Z] [INFO] Gathering sources archives [2023-09-08T19:30:30.078Z] [INFO] Configured Artifact: org.apache.xmlgraphics:batik-dom:sources:1.16:jar [2023-09-08T19:30:30.079Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/xmlgraphics/batik-dom/1.16/batik-dom-1.16-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.dom_1.16.0/target/sources-for-eclipse-ipzilla/batik-dom-1.16-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:30:30.079Z] [INFO] Configured Artifact: org.apache.xmlgraphics:batik-dom:sources:1.16:jar [2023-09-08T19:30:30.079Z] [INFO] Copying batik-dom-1.16-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.dom_1.16.0/target/sources-for-eclipse-ipzilla/batik-dom-1.16-sources.jar [2023-09-08T19:30:30.079Z] [INFO] Refreshing about files and about.html [2023-09-08T19:30:30.079Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.dom_1.16.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:30:30.079Z] [INFO] [2023-09-08T19:30:30.079Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.apache.batik.dom --- [2023-09-08T19:30:30.335Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.dom_1.16.0/target/org.apache.batik.dom-1.16.0-SNAPSHOT.jar [2023-09-08T19:30:31.261Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.dom_1.16.0/target/org.apache.batik.dom-1.16.0-SNAPSHOT-sources.jar [2023-09-08T19:30:32.188Z] [INFO] [2023-09-08T19:30:32.188Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.batik.dom --- [2023-09-08T19:30:32.188Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.apache.batik.dom:1.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.dom_1.16.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:30:32.188Z] no-classifier: different [2023-09-08T19:30:32.188Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:30:32.188Z] classifier-sources: different [2023-09-08T19:30:32.188Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:30:32.188Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:30:32.188Z] [2023-09-08T19:30:32.188Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.apache.batik.dom:1.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.dom_1.16.0/pom.xml [2023-09-08T19:30:32.188Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:30:32.188Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:30:32.188Z] [2023-09-08T19:30:32.188Z] [INFO] [2023-09-08T19:30:32.189Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.apache.batik.dom --- [2023-09-08T19:30:32.189Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.dom_1.16.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.dom/1.16.0-SNAPSHOT/org.apache.batik.dom-1.16.0-SNAPSHOT.pom [2023-09-08T19:30:32.189Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.dom_1.16.0/target/org.apache.batik.dom-1.16.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.dom/1.16.0-SNAPSHOT/org.apache.batik.dom-1.16.0-SNAPSHOT.jar [2023-09-08T19:30:32.189Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.dom_1.16.0/target/org.apache.batik.dom-1.16.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.dom/1.16.0-SNAPSHOT/org.apache.batik.dom-1.16.0-SNAPSHOT-sources.jar [2023-09-08T19:30:32.189Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.dom_1.16.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.dom/1.16.0-SNAPSHOT/org.apache.batik.dom-1.16.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:30:32.189Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.dom_1.16.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.dom/1.16.0-SNAPSHOT/org.apache.batik.dom-1.16.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:30:32.189Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.dom_1.16.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.dom/1.16.0-SNAPSHOT/org.apache.batik.dom-1.16.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:30:32.189Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.dom_1.16.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.dom/1.16.0-SNAPSHOT/org.apache.batik.dom-1.16.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:30:32.189Z] [INFO] [2023-09-08T19:30:32.189Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.batik.dom --- [2023-09-08T19:30:32.189Z] [INFO] [2023-09-08T19:30:32.189Z] [INFO] -----------< org.eclipse.orbit.bundles:org.apache.batik.gvt >----------- [2023-09-08T19:30:32.189Z] [INFO] Building org.apache.xmlgraphics:batik-gvt 1.16.0-SNAPSHOT [64/375] [2023-09-08T19:30:32.189Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:30:32.189Z] [INFO] [2023-09-08T19:30:32.189Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.batik.gvt --- [2023-09-08T19:30:32.189Z] [INFO] [2023-09-08T19:30:32.189Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.batik.gvt --- [2023-09-08T19:30:32.189Z] [INFO] The project's OSGi version is 1.16.0.v20221027-0840 [2023-09-08T19:30:32.189Z] [INFO] [2023-09-08T19:30:32.189Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.batik.gvt --- [2023-09-08T19:30:32.189Z] [INFO] [2023-09-08T19:30:32.189Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.batik.gvt --- [2023-09-08T19:30:32.189Z] [INFO] Copying 3 resources [2023-09-08T19:30:32.189Z] [INFO] [2023-09-08T19:30:32.189Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.batik.gvt --- [2023-09-08T19:30:32.189Z] [INFO] No sources to compile [2023-09-08T19:30:32.189Z] [INFO] [2023-09-08T19:30:32.189Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.batik.gvt --- [2023-09-08T19:30:32.189Z] [INFO] Gathering dependencies [2023-09-08T19:30:32.189Z] [INFO] Configured Artifact: org.apache.xmlgraphics:batik-gvt:1.16:jar [2023-09-08T19:30:32.189Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/xmlgraphics/batik-gvt/1.16/batik-gvt-1.16.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.gvt_1.16.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:30:32.446Z] [INFO] Merging collected dependencies [2023-09-08T19:30:32.446Z] [INFO] Copying 106 resources [2023-09-08T19:30:32.446Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:30:32.446Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.gvt:eclipse-bundle-recipe:1.16.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:30:32.446Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.gvt:eclipse-bundle-recipe:1.16.0-SNAPSHOT : Host org.apache.batik.util=bundle-version="[1.16.0,2)" for this fragment/require bundle cannot be found on the classpath [2023-09-08T19:30:32.446Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.gvt_1.16.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:30:32.446Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.gvt_1.16.0/target/org.apache.batik.gvt-1.16.0-SNAPSHOT.jar [2023-09-08T19:30:32.446Z] [INFO] Gathering sources [2023-09-08T19:30:32.446Z] [INFO] Configured Artifact: org.apache.xmlgraphics:batik-gvt:sources:1.16:jar [2023-09-08T19:30:32.446Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/xmlgraphics/batik-gvt/1.16/batik-gvt-1.16-sources.jar [2023-09-08T19:30:32.446Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-gvt/1.16/batik-gvt-1.16-sources.jar [2023-09-08T19:30:32.446Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-gvt/1.16/batik-gvt-1.16-sources.jar (209 kB at 3.5 MB/s) [2023-09-08T19:30:32.446Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/xmlgraphics/batik-gvt/1.16/batik-gvt-1.16-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.gvt_1.16.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:30:32.446Z] [INFO] Copying 3 resources [2023-09-08T19:30:32.446Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.gvt_1.16.0/src/main/java [2023-09-08T19:30:32.446Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.gvt_1.16.0/target/org.apache.batik.gvt-1.16.0-SNAPSHOT-sources.jar [2023-09-08T19:30:32.703Z] [INFO] Assembling p2 repository [2023-09-08T19:30:33.265Z] [INFO] [2023-09-08T19:30:33.265Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.batik.gvt --- [2023-09-08T19:30:33.265Z] [INFO] [2023-09-08T19:30:33.265Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.batik.gvt --- [2023-09-08T19:30:33.265Z] [INFO] Gathering sources archives [2023-09-08T19:30:33.265Z] [INFO] Configured Artifact: org.apache.xmlgraphics:batik-gvt:sources:1.16:jar [2023-09-08T19:30:33.265Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/xmlgraphics/batik-gvt/1.16/batik-gvt-1.16-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.gvt_1.16.0/target/sources-for-eclipse-ipzilla/batik-gvt-1.16-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:30:33.265Z] [INFO] Configured Artifact: org.apache.xmlgraphics:batik-gvt:sources:1.16:jar [2023-09-08T19:30:33.265Z] [INFO] Copying batik-gvt-1.16-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.gvt_1.16.0/target/sources-for-eclipse-ipzilla/batik-gvt-1.16-sources.jar [2023-09-08T19:30:33.265Z] [INFO] Refreshing about files and about.html [2023-09-08T19:30:33.265Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.gvt_1.16.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:30:33.265Z] [INFO] [2023-09-08T19:30:33.265Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.apache.batik.gvt --- [2023-09-08T19:30:33.265Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.gvt_1.16.0/target/org.apache.batik.gvt-1.16.0-SNAPSHOT.jar [2023-09-08T19:30:35.153Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.gvt_1.16.0/target/org.apache.batik.gvt-1.16.0-SNAPSHOT-sources.jar [2023-09-08T19:30:36.081Z] [INFO] [2023-09-08T19:30:36.081Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.batik.gvt --- [2023-09-08T19:30:36.337Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.apache.batik.gvt:1.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.gvt_1.16.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:30:36.337Z] no-classifier: different [2023-09-08T19:30:36.337Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:30:36.337Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:30:36.337Z] classifier-sources: different [2023-09-08T19:30:36.337Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:30:36.337Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:30:36.337Z] [2023-09-08T19:30:36.337Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.apache.batik.gvt:1.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.gvt_1.16.0/pom.xml [2023-09-08T19:30:36.337Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:30:36.337Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:30:36.337Z] [2023-09-08T19:30:36.337Z] [INFO] [2023-09-08T19:30:36.337Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.apache.batik.gvt --- [2023-09-08T19:30:36.337Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.gvt_1.16.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.gvt/1.16.0-SNAPSHOT/org.apache.batik.gvt-1.16.0-SNAPSHOT.pom [2023-09-08T19:30:36.337Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.gvt_1.16.0/target/org.apache.batik.gvt-1.16.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.gvt/1.16.0-SNAPSHOT/org.apache.batik.gvt-1.16.0-SNAPSHOT.jar [2023-09-08T19:30:36.337Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.gvt_1.16.0/target/org.apache.batik.gvt-1.16.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.gvt/1.16.0-SNAPSHOT/org.apache.batik.gvt-1.16.0-SNAPSHOT-sources.jar [2023-09-08T19:30:36.337Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.gvt_1.16.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.gvt/1.16.0-SNAPSHOT/org.apache.batik.gvt-1.16.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:30:36.337Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.gvt_1.16.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.gvt/1.16.0-SNAPSHOT/org.apache.batik.gvt-1.16.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:30:36.337Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.gvt_1.16.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.gvt/1.16.0-SNAPSHOT/org.apache.batik.gvt-1.16.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:30:36.337Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.gvt_1.16.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.gvt/1.16.0-SNAPSHOT/org.apache.batik.gvt-1.16.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:30:36.337Z] [INFO] [2023-09-08T19:30:36.337Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.batik.gvt --- [2023-09-08T19:30:36.337Z] [INFO] [2023-09-08T19:30:36.337Z] [INFO] ---------< org.eclipse.orbit.bundles:org.apache.batik.svggen >---------- [2023-09-08T19:30:36.337Z] [INFO] Building org.apache.xmlgraphics:batik-svggen 1.16.0-SNAPSHOT [65/375] [2023-09-08T19:30:36.337Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:30:36.337Z] [INFO] [2023-09-08T19:30:36.337Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.batik.svggen --- [2023-09-08T19:30:36.337Z] [INFO] [2023-09-08T19:30:36.337Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.batik.svggen --- [2023-09-08T19:30:36.337Z] [INFO] The project's OSGi version is 1.16.0.v20221027-0840 [2023-09-08T19:30:36.337Z] [INFO] [2023-09-08T19:30:36.337Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.batik.svggen --- [2023-09-08T19:30:36.337Z] [INFO] [2023-09-08T19:30:36.337Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.batik.svggen --- [2023-09-08T19:30:36.337Z] [INFO] Copying 3 resources [2023-09-08T19:30:36.337Z] [INFO] [2023-09-08T19:30:36.337Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.batik.svggen --- [2023-09-08T19:30:36.337Z] [INFO] No sources to compile [2023-09-08T19:30:36.337Z] [INFO] [2023-09-08T19:30:36.337Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.batik.svggen --- [2023-09-08T19:30:36.337Z] [INFO] Gathering dependencies [2023-09-08T19:30:36.337Z] [INFO] Configured Artifact: org.apache.xmlgraphics:batik-svggen:1.16:jar [2023-09-08T19:30:36.337Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/xmlgraphics/batik-svggen/1.16/batik-svggen-1.16.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.svggen_1.16.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:30:36.337Z] [INFO] Merging collected dependencies [2023-09-08T19:30:36.337Z] [INFO] Copying 161 resources [2023-09-08T19:30:36.337Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:30:36.594Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.svggen:eclipse-bundle-recipe:1.16.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:30:36.594Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.svggen:eclipse-bundle-recipe:1.16.0-SNAPSHOT : Host org.apache.batik.util=bundle-version="[1.16.0,2)" for this fragment/require bundle cannot be found on the classpath [2023-09-08T19:30:36.594Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.svggen_1.16.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:30:36.594Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.svggen_1.16.0/target/org.apache.batik.svggen-1.16.0-SNAPSHOT.jar [2023-09-08T19:30:36.594Z] [INFO] Gathering sources [2023-09-08T19:30:36.594Z] [INFO] Configured Artifact: org.apache.xmlgraphics:batik-svggen:sources:1.16:jar [2023-09-08T19:30:36.594Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/xmlgraphics/batik-svggen/1.16/batik-svggen-1.16-sources.jar [2023-09-08T19:30:36.594Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-svggen/1.16/batik-svggen-1.16-sources.jar [2023-09-08T19:30:36.594Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-svggen/1.16/batik-svggen-1.16-sources.jar (252 kB at 8.1 MB/s) [2023-09-08T19:30:36.594Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/xmlgraphics/batik-svggen/1.16/batik-svggen-1.16-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.svggen_1.16.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:30:36.594Z] [INFO] Copying 3 resources [2023-09-08T19:30:36.594Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.svggen_1.16.0/src/main/java [2023-09-08T19:30:36.594Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.svggen_1.16.0/target/org.apache.batik.svggen-1.16.0-SNAPSHOT-sources.jar [2023-09-08T19:30:36.594Z] [INFO] Assembling p2 repository [2023-09-08T19:30:37.157Z] [INFO] [2023-09-08T19:30:37.157Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.batik.svggen --- [2023-09-08T19:30:37.157Z] [INFO] [2023-09-08T19:30:37.157Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.batik.svggen --- [2023-09-08T19:30:37.157Z] [INFO] Gathering sources archives [2023-09-08T19:30:37.157Z] [INFO] Configured Artifact: org.apache.xmlgraphics:batik-svggen:sources:1.16:jar [2023-09-08T19:30:37.157Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/xmlgraphics/batik-svggen/1.16/batik-svggen-1.16-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.svggen_1.16.0/target/sources-for-eclipse-ipzilla/batik-svggen-1.16-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:30:37.157Z] [INFO] Configured Artifact: org.apache.xmlgraphics:batik-svggen:sources:1.16:jar [2023-09-08T19:30:37.157Z] [INFO] Copying batik-svggen-1.16-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.svggen_1.16.0/target/sources-for-eclipse-ipzilla/batik-svggen-1.16-sources.jar [2023-09-08T19:30:37.157Z] [INFO] Refreshing about files and about.html [2023-09-08T19:30:37.157Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.svggen_1.16.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:30:37.157Z] [INFO] [2023-09-08T19:30:37.157Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.apache.batik.svggen --- [2023-09-08T19:30:37.412Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.svggen_1.16.0/target/org.apache.batik.svggen-1.16.0-SNAPSHOT.jar [2023-09-08T19:30:38.790Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.svggen_1.16.0/target/org.apache.batik.svggen-1.16.0-SNAPSHOT-sources.jar [2023-09-08T19:30:39.721Z] [INFO] [2023-09-08T19:30:39.721Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.batik.svggen --- [2023-09-08T19:30:39.721Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.apache.batik.svggen:1.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.svggen_1.16.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:30:39.721Z] no-classifier: different [2023-09-08T19:30:39.721Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:30:39.721Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:30:39.721Z] classifier-sources: different [2023-09-08T19:30:39.721Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:30:39.721Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:30:39.721Z] [2023-09-08T19:30:39.721Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.apache.batik.svggen:1.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.svggen_1.16.0/pom.xml [2023-09-08T19:30:39.721Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:30:39.721Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:30:39.721Z] [2023-09-08T19:30:39.721Z] [INFO] [2023-09-08T19:30:39.721Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.apache.batik.svggen --- [2023-09-08T19:30:39.721Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.svggen_1.16.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.svggen/1.16.0-SNAPSHOT/org.apache.batik.svggen-1.16.0-SNAPSHOT.pom [2023-09-08T19:30:39.721Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.svggen_1.16.0/target/org.apache.batik.svggen-1.16.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.svggen/1.16.0-SNAPSHOT/org.apache.batik.svggen-1.16.0-SNAPSHOT.jar [2023-09-08T19:30:39.721Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.svggen_1.16.0/target/org.apache.batik.svggen-1.16.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.svggen/1.16.0-SNAPSHOT/org.apache.batik.svggen-1.16.0-SNAPSHOT-sources.jar [2023-09-08T19:30:39.721Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.svggen_1.16.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.svggen/1.16.0-SNAPSHOT/org.apache.batik.svggen-1.16.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:30:39.721Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.svggen_1.16.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.svggen/1.16.0-SNAPSHOT/org.apache.batik.svggen-1.16.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:30:39.721Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.svggen_1.16.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.svggen/1.16.0-SNAPSHOT/org.apache.batik.svggen-1.16.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:30:39.721Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.svggen_1.16.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.svggen/1.16.0-SNAPSHOT/org.apache.batik.svggen-1.16.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:30:39.721Z] [INFO] [2023-09-08T19:30:39.721Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.batik.svggen --- [2023-09-08T19:30:39.721Z] [INFO] [2023-09-08T19:30:39.721Z] [INFO] ---------< org.eclipse.orbit.bundles:org.apache.batik.dom.svg >--------- [2023-09-08T19:30:39.721Z] [INFO] Building org.apache.xmlgraphics:batik-svg-dom 1.16.0-SNAPSHOT [66/375] [2023-09-08T19:30:39.721Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:30:39.721Z] [INFO] [2023-09-08T19:30:39.721Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.batik.dom.svg --- [2023-09-08T19:30:39.721Z] [INFO] [2023-09-08T19:30:39.721Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.batik.dom.svg --- [2023-09-08T19:30:39.721Z] [INFO] The project's OSGi version is 1.16.0.v20221027-0840 [2023-09-08T19:30:39.721Z] [INFO] [2023-09-08T19:30:39.721Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.batik.dom.svg --- [2023-09-08T19:30:39.721Z] [INFO] [2023-09-08T19:30:39.721Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.batik.dom.svg --- [2023-09-08T19:30:39.721Z] [INFO] Copying 3 resources [2023-09-08T19:30:39.721Z] [INFO] [2023-09-08T19:30:39.721Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.batik.dom.svg --- [2023-09-08T19:30:39.721Z] [INFO] No sources to compile [2023-09-08T19:30:39.721Z] [INFO] [2023-09-08T19:30:39.721Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.batik.dom.svg --- [2023-09-08T19:30:39.721Z] [INFO] Gathering dependencies [2023-09-08T19:30:39.721Z] [INFO] Configured Artifact: org.apache.xmlgraphics:batik-svg-dom:1.16:jar [2023-09-08T19:30:39.721Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/xmlgraphics/batik-svg-dom/1.16/batik-svg-dom-1.16.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.dom.svg_1.16.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:30:39.721Z] [INFO] Merging collected dependencies [2023-09-08T19:30:39.721Z] [INFO] Copying 122 resources [2023-09-08T19:30:39.721Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:30:39.978Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.dom.svg:eclipse-bundle-recipe:1.16.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:30:39.978Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.dom.svg:eclipse-bundle-recipe:1.16.0-SNAPSHOT : Host org.apache.batik.util=bundle-version="[1.16.0,2)" for this fragment/require bundle cannot be found on the classpath [2023-09-08T19:30:39.978Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.dom.svg_1.16.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:30:39.978Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.dom.svg_1.16.0/target/org.apache.batik.dom.svg-1.16.0-SNAPSHOT.jar [2023-09-08T19:30:39.978Z] [INFO] Gathering sources [2023-09-08T19:30:39.978Z] [INFO] Configured Artifact: org.apache.xmlgraphics:batik-svg-dom:sources:1.16:jar [2023-09-08T19:30:39.978Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/xmlgraphics/batik-svg-dom/1.16/batik-svg-dom-1.16-sources.jar [2023-09-08T19:30:39.978Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-svg-dom/1.16/batik-svg-dom-1.16-sources.jar [2023-09-08T19:30:39.978Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-svg-dom/1.16/batik-svg-dom-1.16-sources.jar (229 kB at 12 MB/s) [2023-09-08T19:30:39.978Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/xmlgraphics/batik-svg-dom/1.16/batik-svg-dom-1.16-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.dom.svg_1.16.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:30:39.978Z] [INFO] Copying 3 resources [2023-09-08T19:30:39.978Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.dom.svg_1.16.0/src/main/java [2023-09-08T19:30:39.978Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.dom.svg_1.16.0/target/org.apache.batik.dom.svg-1.16.0-SNAPSHOT-sources.jar [2023-09-08T19:30:39.978Z] [INFO] Assembling p2 repository [2023-09-08T19:30:40.540Z] [INFO] [2023-09-08T19:30:40.540Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.batik.dom.svg --- [2023-09-08T19:30:40.540Z] [INFO] [2023-09-08T19:30:40.540Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.batik.dom.svg --- [2023-09-08T19:30:40.540Z] [INFO] Gathering sources archives [2023-09-08T19:30:40.540Z] [INFO] Configured Artifact: org.apache.xmlgraphics:batik-svg-dom:sources:1.16:jar [2023-09-08T19:30:40.540Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/xmlgraphics/batik-svg-dom/1.16/batik-svg-dom-1.16-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.dom.svg_1.16.0/target/sources-for-eclipse-ipzilla/batik-svg-dom-1.16-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:30:40.797Z] [INFO] Configured Artifact: org.apache.xmlgraphics:batik-svg-dom:sources:1.16:jar [2023-09-08T19:30:40.797Z] [INFO] Copying batik-svg-dom-1.16-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.dom.svg_1.16.0/target/sources-for-eclipse-ipzilla/batik-svg-dom-1.16-sources.jar [2023-09-08T19:30:40.797Z] [INFO] Refreshing about files and about.html [2023-09-08T19:30:40.797Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.dom.svg_1.16.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:30:40.797Z] [INFO] [2023-09-08T19:30:40.797Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.apache.batik.dom.svg --- [2023-09-08T19:30:40.797Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.dom.svg_1.16.0/target/org.apache.batik.dom.svg-1.16.0-SNAPSHOT.jar [2023-09-08T19:30:42.688Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.dom.svg_1.16.0/target/org.apache.batik.dom.svg-1.16.0-SNAPSHOT-sources.jar [2023-09-08T19:30:45.209Z] [INFO] [2023-09-08T19:30:45.209Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.batik.dom.svg --- [2023-09-08T19:30:45.209Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.apache.batik.dom.svg:1.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.dom.svg_1.16.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:30:45.209Z] no-classifier: different [2023-09-08T19:30:45.209Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:30:45.209Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:30:45.209Z] classifier-sources: different [2023-09-08T19:30:45.209Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:30:45.209Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:30:45.209Z] [2023-09-08T19:30:45.209Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.apache.batik.dom.svg:1.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.dom.svg_1.16.0/pom.xml [2023-09-08T19:30:45.209Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:30:45.209Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:30:45.209Z] [2023-09-08T19:30:45.209Z] [INFO] [2023-09-08T19:30:45.209Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.apache.batik.dom.svg --- [2023-09-08T19:30:45.209Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.dom.svg_1.16.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.dom.svg/1.16.0-SNAPSHOT/org.apache.batik.dom.svg-1.16.0-SNAPSHOT.pom [2023-09-08T19:30:45.209Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.dom.svg_1.16.0/target/org.apache.batik.dom.svg-1.16.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.dom.svg/1.16.0-SNAPSHOT/org.apache.batik.dom.svg-1.16.0-SNAPSHOT.jar [2023-09-08T19:30:45.209Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.dom.svg_1.16.0/target/org.apache.batik.dom.svg-1.16.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.dom.svg/1.16.0-SNAPSHOT/org.apache.batik.dom.svg-1.16.0-SNAPSHOT-sources.jar [2023-09-08T19:30:45.209Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.dom.svg_1.16.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.dom.svg/1.16.0-SNAPSHOT/org.apache.batik.dom.svg-1.16.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:30:45.209Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.dom.svg_1.16.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.dom.svg/1.16.0-SNAPSHOT/org.apache.batik.dom.svg-1.16.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:30:45.209Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.dom.svg_1.16.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.dom.svg/1.16.0-SNAPSHOT/org.apache.batik.dom.svg-1.16.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:30:45.209Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.dom.svg_1.16.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.dom.svg/1.16.0-SNAPSHOT/org.apache.batik.dom.svg-1.16.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:30:45.209Z] [INFO] [2023-09-08T19:30:45.209Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.batik.dom.svg --- [2023-09-08T19:30:45.209Z] [INFO] [2023-09-08T19:30:45.209Z] [INFO] ----------< org.eclipse.orbit.bundles:org.apache.batik.anim >----------- [2023-09-08T19:30:45.209Z] [INFO] Building org.apache.xmlgraphics:batik-anim 1.16.0-SNAPSHOT [67/375] [2023-09-08T19:30:45.209Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:30:45.209Z] [INFO] [2023-09-08T19:30:45.209Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.batik.anim --- [2023-09-08T19:30:45.209Z] [INFO] [2023-09-08T19:30:45.209Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.batik.anim --- [2023-09-08T19:30:45.209Z] [INFO] The project's OSGi version is 1.16.0.v20221027-0840 [2023-09-08T19:30:45.209Z] [INFO] [2023-09-08T19:30:45.209Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.batik.anim --- [2023-09-08T19:30:45.209Z] [INFO] [2023-09-08T19:30:45.209Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.batik.anim --- [2023-09-08T19:30:45.209Z] [INFO] Copying 3 resources [2023-09-08T19:30:45.209Z] [INFO] [2023-09-08T19:30:45.209Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.batik.anim --- [2023-09-08T19:30:45.209Z] [INFO] No sources to compile [2023-09-08T19:30:45.209Z] [INFO] [2023-09-08T19:30:45.209Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.batik.anim --- [2023-09-08T19:30:45.209Z] [INFO] Gathering dependencies [2023-09-08T19:30:45.209Z] [INFO] Configured Artifact: org.apache.xmlgraphics:batik-anim:1.16:jar [2023-09-08T19:30:45.210Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/xmlgraphics/batik-anim/1.16/batik-anim-1.16.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.anim_1.16.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:30:45.210Z] [INFO] Merging collected dependencies [2023-09-08T19:30:45.210Z] [INFO] Copying 402 resources [2023-09-08T19:30:45.210Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:30:45.210Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.anim:eclipse-bundle-recipe:1.16.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:30:45.210Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.anim:eclipse-bundle-recipe:1.16.0-SNAPSHOT : Host org.apache.batik.util=bundle-version="[1.16.0,2)" for this fragment/require bundle cannot be found on the classpath [2023-09-08T19:30:45.210Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.anim_1.16.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:30:45.210Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.anim_1.16.0/target/org.apache.batik.anim-1.16.0-SNAPSHOT.jar [2023-09-08T19:30:45.210Z] [INFO] Gathering sources [2023-09-08T19:30:45.210Z] [INFO] Configured Artifact: org.apache.xmlgraphics:batik-anim:sources:1.16:jar [2023-09-08T19:30:45.210Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/xmlgraphics/batik-anim/1.16/batik-anim-1.16-sources.jar [2023-09-08T19:30:45.210Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-anim/1.16/batik-anim-1.16-sources.jar [2023-09-08T19:30:45.210Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-anim/1.16/batik-anim-1.16-sources.jar (391 kB at 18 MB/s) [2023-09-08T19:30:45.466Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/xmlgraphics/batik-anim/1.16/batik-anim-1.16-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.anim_1.16.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:30:45.466Z] [INFO] Copying 3 resources [2023-09-08T19:30:45.466Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.anim_1.16.0/src/main/java [2023-09-08T19:30:45.466Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.anim_1.16.0/target/org.apache.batik.anim-1.16.0-SNAPSHOT-sources.jar [2023-09-08T19:30:45.466Z] [INFO] Assembling p2 repository [2023-09-08T19:30:46.028Z] [INFO] [2023-09-08T19:30:46.028Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.batik.anim --- [2023-09-08T19:30:46.028Z] [INFO] [2023-09-08T19:30:46.028Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.batik.anim --- [2023-09-08T19:30:46.028Z] [INFO] Gathering sources archives [2023-09-08T19:30:46.028Z] [INFO] Configured Artifact: org.apache.xmlgraphics:batik-anim:sources:1.16:jar [2023-09-08T19:30:46.028Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/xmlgraphics/batik-anim/1.16/batik-anim-1.16-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.anim_1.16.0/target/sources-for-eclipse-ipzilla/batik-anim-1.16-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:30:46.028Z] [INFO] Configured Artifact: org.apache.xmlgraphics:batik-anim:sources:1.16:jar [2023-09-08T19:30:46.028Z] [INFO] Copying batik-anim-1.16-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.anim_1.16.0/target/sources-for-eclipse-ipzilla/batik-anim-1.16-sources.jar [2023-09-08T19:30:46.028Z] [INFO] Refreshing about files and about.html [2023-09-08T19:30:46.028Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.anim_1.16.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:30:46.028Z] [INFO] [2023-09-08T19:30:46.028Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.apache.batik.anim --- [2023-09-08T19:30:46.285Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.anim_1.16.0/target/org.apache.batik.anim-1.16.0-SNAPSHOT.jar [2023-09-08T19:30:47.652Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.anim_1.16.0/target/org.apache.batik.anim-1.16.0-SNAPSHOT-sources.jar [2023-09-08T19:30:48.579Z] [INFO] [2023-09-08T19:30:48.579Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.batik.anim --- [2023-09-08T19:30:48.835Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.apache.batik.anim:1.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.anim_1.16.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:30:48.835Z] no-classifier: different [2023-09-08T19:30:48.835Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:30:48.835Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:30:48.835Z] classifier-sources: different [2023-09-08T19:30:48.835Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:30:48.835Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:30:48.835Z] [2023-09-08T19:30:48.835Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.apache.batik.anim:1.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.anim_1.16.0/pom.xml [2023-09-08T19:30:48.835Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:30:48.835Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:30:48.835Z] [2023-09-08T19:30:48.835Z] [INFO] [2023-09-08T19:30:48.835Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.apache.batik.anim --- [2023-09-08T19:30:48.835Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.anim_1.16.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.anim/1.16.0-SNAPSHOT/org.apache.batik.anim-1.16.0-SNAPSHOT.pom [2023-09-08T19:30:48.835Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.anim_1.16.0/target/org.apache.batik.anim-1.16.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.anim/1.16.0-SNAPSHOT/org.apache.batik.anim-1.16.0-SNAPSHOT.jar [2023-09-08T19:30:48.835Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.anim_1.16.0/target/org.apache.batik.anim-1.16.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.anim/1.16.0-SNAPSHOT/org.apache.batik.anim-1.16.0-SNAPSHOT-sources.jar [2023-09-08T19:30:48.835Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.anim_1.16.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.anim/1.16.0-SNAPSHOT/org.apache.batik.anim-1.16.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:30:48.835Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.anim_1.16.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.anim/1.16.0-SNAPSHOT/org.apache.batik.anim-1.16.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:30:48.835Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.anim_1.16.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.anim/1.16.0-SNAPSHOT/org.apache.batik.anim-1.16.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:30:48.835Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.anim_1.16.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.anim/1.16.0-SNAPSHOT/org.apache.batik.anim-1.16.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:30:48.835Z] [INFO] [2023-09-08T19:30:48.835Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.batik.anim --- [2023-09-08T19:30:48.835Z] [INFO] [2023-09-08T19:30:48.835Z] [INFO] ---------< org.eclipse.orbit.bundles:org.apache.batik.script >---------- [2023-09-08T19:30:48.835Z] [INFO] Building org.apache.xmlgraphics:batik-script 1.16.0-SNAPSHOT [68/375] [2023-09-08T19:30:48.835Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:30:48.835Z] [INFO] [2023-09-08T19:30:48.835Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.batik.script --- [2023-09-08T19:30:48.835Z] [INFO] [2023-09-08T19:30:48.835Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.batik.script --- [2023-09-08T19:30:48.835Z] [INFO] The project's OSGi version is 1.16.0.v20221027-0840 [2023-09-08T19:30:48.835Z] [INFO] [2023-09-08T19:30:48.835Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.batik.script --- [2023-09-08T19:30:48.835Z] [INFO] [2023-09-08T19:30:48.835Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.batik.script --- [2023-09-08T19:30:48.835Z] [INFO] Copying 3 resources [2023-09-08T19:30:48.835Z] [INFO] [2023-09-08T19:30:48.835Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.batik.script --- [2023-09-08T19:30:48.835Z] [INFO] No sources to compile [2023-09-08T19:30:48.835Z] [INFO] [2023-09-08T19:30:48.835Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.batik.script --- [2023-09-08T19:30:48.835Z] [INFO] Gathering dependencies [2023-09-08T19:30:48.835Z] [INFO] Configured Artifact: org.apache.xmlgraphics:batik-script:1.16:jar [2023-09-08T19:30:48.835Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/xmlgraphics/batik-script/1.16/batik-script-1.16.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.script_1.16.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:30:48.835Z] [INFO] Merging collected dependencies [2023-09-08T19:30:48.835Z] [INFO] Copying 18 resources [2023-09-08T19:30:48.835Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:30:48.835Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.script:eclipse-bundle-recipe:1.16.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:30:48.835Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.script:eclipse-bundle-recipe:1.16.0-SNAPSHOT : Host org.apache.batik.util=bundle-version="[1.16.0,2)" for this fragment/require bundle cannot be found on the classpath [2023-09-08T19:30:48.835Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.script_1.16.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:30:48.836Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.script_1.16.0/target/org.apache.batik.script-1.16.0-SNAPSHOT.jar [2023-09-08T19:30:48.836Z] [INFO] Gathering sources [2023-09-08T19:30:49.091Z] [INFO] Configured Artifact: org.apache.xmlgraphics:batik-script:sources:1.16:jar [2023-09-08T19:30:49.091Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/xmlgraphics/batik-script/1.16/batik-script-1.16-sources.jar [2023-09-08T19:30:49.091Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-script/1.16/batik-script-1.16-sources.jar [2023-09-08T19:30:49.091Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-script/1.16/batik-script-1.16-sources.jar (30 kB at 1.4 MB/s) [2023-09-08T19:30:49.091Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/xmlgraphics/batik-script/1.16/batik-script-1.16-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.script_1.16.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:30:49.091Z] [INFO] Copying 3 resources [2023-09-08T19:30:49.091Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.script_1.16.0/src/main/java [2023-09-08T19:30:49.091Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.script_1.16.0/target/org.apache.batik.script-1.16.0-SNAPSHOT-sources.jar [2023-09-08T19:30:49.091Z] [INFO] Assembling p2 repository [2023-09-08T19:30:49.654Z] [INFO] [2023-09-08T19:30:49.654Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.batik.script --- [2023-09-08T19:30:49.654Z] [INFO] [2023-09-08T19:30:49.654Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.batik.script --- [2023-09-08T19:30:49.654Z] [INFO] Gathering sources archives [2023-09-08T19:30:49.654Z] [INFO] Configured Artifact: org.apache.xmlgraphics:batik-script:sources:1.16:jar [2023-09-08T19:30:49.654Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/xmlgraphics/batik-script/1.16/batik-script-1.16-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.script_1.16.0/target/sources-for-eclipse-ipzilla/batik-script-1.16-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:30:49.654Z] [INFO] Configured Artifact: org.apache.xmlgraphics:batik-script:sources:1.16:jar [2023-09-08T19:30:49.654Z] [INFO] Copying batik-script-1.16-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.script_1.16.0/target/sources-for-eclipse-ipzilla/batik-script-1.16-sources.jar [2023-09-08T19:30:49.654Z] [INFO] Refreshing about files and about.html [2023-09-08T19:30:49.654Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.script_1.16.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:30:49.654Z] [INFO] [2023-09-08T19:30:49.654Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.apache.batik.script --- [2023-09-08T19:30:49.654Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.script_1.16.0/target/org.apache.batik.script-1.16.0-SNAPSHOT.jar [2023-09-08T19:30:50.580Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.script_1.16.0/target/org.apache.batik.script-1.16.0-SNAPSHOT-sources.jar [2023-09-08T19:30:52.468Z] [INFO] [2023-09-08T19:30:52.468Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.batik.script --- [2023-09-08T19:30:52.724Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.apache.batik.script:1.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.script_1.16.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:30:52.724Z] no-classifier: different [2023-09-08T19:30:52.724Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:30:52.724Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:30:52.724Z] classifier-sources: different [2023-09-08T19:30:52.724Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:30:52.724Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:30:52.724Z] [2023-09-08T19:30:52.724Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.apache.batik.script:1.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.script_1.16.0/pom.xml [2023-09-08T19:30:52.724Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:30:52.724Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:30:52.724Z] [2023-09-08T19:30:52.724Z] [INFO] [2023-09-08T19:30:52.724Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.apache.batik.script --- [2023-09-08T19:30:52.724Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.script_1.16.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.script/1.16.0-SNAPSHOT/org.apache.batik.script-1.16.0-SNAPSHOT.pom [2023-09-08T19:30:52.724Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.script_1.16.0/target/org.apache.batik.script-1.16.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.script/1.16.0-SNAPSHOT/org.apache.batik.script-1.16.0-SNAPSHOT.jar [2023-09-08T19:30:52.724Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.script_1.16.0/target/org.apache.batik.script-1.16.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.script/1.16.0-SNAPSHOT/org.apache.batik.script-1.16.0-SNAPSHOT-sources.jar [2023-09-08T19:30:52.724Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.script_1.16.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.script/1.16.0-SNAPSHOT/org.apache.batik.script-1.16.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:30:52.724Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.script_1.16.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.script/1.16.0-SNAPSHOT/org.apache.batik.script-1.16.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:30:52.724Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.script_1.16.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.script/1.16.0-SNAPSHOT/org.apache.batik.script-1.16.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:30:52.724Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.script_1.16.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.script/1.16.0-SNAPSHOT/org.apache.batik.script-1.16.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:30:52.724Z] [INFO] [2023-09-08T19:30:52.724Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.batik.script --- [2023-09-08T19:30:52.724Z] [INFO] [2023-09-08T19:30:52.724Z] [INFO] ---------< org.eclipse.orbit.bundles:org.apache.batik.bridge >---------- [2023-09-08T19:30:52.724Z] [INFO] Building org.apache.xmlgraphics:batik-bridge 1.16.0-SNAPSHOT [69/375] [2023-09-08T19:30:52.724Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:30:52.724Z] [INFO] [2023-09-08T19:30:52.724Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.batik.bridge --- [2023-09-08T19:30:52.724Z] [INFO] [2023-09-08T19:30:52.724Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.batik.bridge --- [2023-09-08T19:30:52.724Z] [INFO] The project's OSGi version is 1.16.0.v20230210-1249 [2023-09-08T19:30:52.724Z] [INFO] [2023-09-08T19:30:52.724Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.batik.bridge --- [2023-09-08T19:30:52.724Z] [INFO] [2023-09-08T19:30:52.724Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.batik.bridge --- [2023-09-08T19:30:52.724Z] [INFO] Copying 3 resources [2023-09-08T19:30:52.724Z] [INFO] [2023-09-08T19:30:52.724Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.batik.bridge --- [2023-09-08T19:30:52.724Z] [INFO] No sources to compile [2023-09-08T19:30:52.724Z] [INFO] [2023-09-08T19:30:52.724Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.batik.bridge --- [2023-09-08T19:30:52.724Z] [INFO] Gathering dependencies [2023-09-08T19:30:52.724Z] [INFO] Configured Artifact: org.apache.xmlgraphics:batik-bridge:1.16:jar [2023-09-08T19:30:52.724Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/xmlgraphics/batik-bridge/1.16/batik-bridge-1.16.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.bridge_1.16.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:30:52.724Z] [INFO] Merging collected dependencies [2023-09-08T19:30:52.724Z] [INFO] Copying 406 resources [2023-09-08T19:30:52.724Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:30:52.980Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.bridge:eclipse-bundle-recipe:1.16.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:30:52.980Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.bridge:eclipse-bundle-recipe:1.16.0-SNAPSHOT : Host org.apache.batik.util=bundle-version="[1.16.0,2)" for this fragment/require bundle cannot be found on the classpath [2023-09-08T19:30:52.980Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.bridge_1.16.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:30:52.980Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.bridge_1.16.0/target/org.apache.batik.bridge-1.16.0-SNAPSHOT.jar [2023-09-08T19:30:52.980Z] [INFO] Gathering sources [2023-09-08T19:30:52.980Z] [INFO] Configured Artifact: org.apache.xmlgraphics:batik-bridge:sources:1.16:jar [2023-09-08T19:30:52.980Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/xmlgraphics/batik-bridge/1.16/batik-bridge-1.16-sources.jar [2023-09-08T19:30:52.980Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-bridge/1.16/batik-bridge-1.16-sources.jar [2023-09-08T19:30:53.235Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-bridge/1.16/batik-bridge-1.16-sources.jar (513 kB at 23 MB/s) [2023-09-08T19:30:53.235Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/xmlgraphics/batik-bridge/1.16/batik-bridge-1.16-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.bridge_1.16.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:30:53.235Z] [INFO] Copying 3 resources [2023-09-08T19:30:53.236Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.bridge_1.16.0/src/main/java [2023-09-08T19:30:53.236Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.bridge_1.16.0/target/org.apache.batik.bridge-1.16.0-SNAPSHOT-sources.jar [2023-09-08T19:30:53.491Z] [INFO] Assembling p2 repository [2023-09-08T19:30:54.054Z] [INFO] [2023-09-08T19:30:54.054Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.batik.bridge --- [2023-09-08T19:30:54.054Z] [INFO] [2023-09-08T19:30:54.054Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.batik.bridge --- [2023-09-08T19:30:54.054Z] [INFO] Gathering sources archives [2023-09-08T19:30:54.054Z] [INFO] Configured Artifact: org.apache.xmlgraphics:batik-bridge:sources:1.16:jar [2023-09-08T19:30:54.054Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/xmlgraphics/batik-bridge/1.16/batik-bridge-1.16-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.bridge_1.16.0/target/sources-for-eclipse-ipzilla/batik-bridge-1.16-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:30:54.054Z] [INFO] Configured Artifact: org.apache.xmlgraphics:batik-bridge:sources:1.16:jar [2023-09-08T19:30:54.054Z] [INFO] Copying batik-bridge-1.16-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.bridge_1.16.0/target/sources-for-eclipse-ipzilla/batik-bridge-1.16-sources.jar [2023-09-08T19:30:54.054Z] [INFO] Refreshing about files and about.html [2023-09-08T19:30:54.054Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.bridge_1.16.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:30:54.054Z] [INFO] [2023-09-08T19:30:54.054Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.apache.batik.bridge --- [2023-09-08T19:30:54.054Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.bridge_1.16.0/target/org.apache.batik.bridge-1.16.0-SNAPSHOT.jar [2023-09-08T19:30:55.946Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.bridge_1.16.0/target/org.apache.batik.bridge-1.16.0-SNAPSHOT-sources.jar [2023-09-08T19:30:56.874Z] [INFO] [2023-09-08T19:30:56.874Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.batik.bridge --- [2023-09-08T19:30:57.131Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.apache.batik.bridge:1.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.bridge_1.16.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:30:57.131Z] no-classifier: different [2023-09-08T19:30:57.131Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:30:57.131Z] classifier-sources: different [2023-09-08T19:30:57.131Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:30:57.131Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:30:57.131Z] [2023-09-08T19:30:57.131Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.apache.batik.bridge:1.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.bridge_1.16.0/pom.xml [2023-09-08T19:30:57.131Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:30:57.131Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:30:57.131Z] [2023-09-08T19:30:57.131Z] [INFO] [2023-09-08T19:30:57.131Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.apache.batik.bridge --- [2023-09-08T19:30:57.131Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.bridge_1.16.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.bridge/1.16.0-SNAPSHOT/org.apache.batik.bridge-1.16.0-SNAPSHOT.pom [2023-09-08T19:30:57.131Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.bridge_1.16.0/target/org.apache.batik.bridge-1.16.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.bridge/1.16.0-SNAPSHOT/org.apache.batik.bridge-1.16.0-SNAPSHOT.jar [2023-09-08T19:30:57.131Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.bridge_1.16.0/target/org.apache.batik.bridge-1.16.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.bridge/1.16.0-SNAPSHOT/org.apache.batik.bridge-1.16.0-SNAPSHOT-sources.jar [2023-09-08T19:30:57.131Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.bridge_1.16.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.bridge/1.16.0-SNAPSHOT/org.apache.batik.bridge-1.16.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:30:57.131Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.bridge_1.16.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.bridge/1.16.0-SNAPSHOT/org.apache.batik.bridge-1.16.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:30:57.131Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.bridge_1.16.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.bridge/1.16.0-SNAPSHOT/org.apache.batik.bridge-1.16.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:30:57.131Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.bridge_1.16.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.bridge/1.16.0-SNAPSHOT/org.apache.batik.bridge-1.16.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:30:57.131Z] [INFO] [2023-09-08T19:30:57.131Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.batik.bridge --- [2023-09-08T19:30:57.131Z] [INFO] [2023-09-08T19:30:57.131Z] [INFO] -------< org.eclipse.orbit.bundles:org.apache.batik.transcoder >-------- [2023-09-08T19:30:57.131Z] [INFO] Building org.apache.xmlgraphics:batik-transcoder 1.16.0-SNAPSHOT [70/375] [2023-09-08T19:30:57.131Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:30:57.131Z] [INFO] [2023-09-08T19:30:57.131Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.batik.transcoder --- [2023-09-08T19:30:57.131Z] [INFO] [2023-09-08T19:30:57.131Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.batik.transcoder --- [2023-09-08T19:30:57.131Z] [INFO] The project's OSGi version is 1.16.0.v20221027-0840 [2023-09-08T19:30:57.131Z] [INFO] [2023-09-08T19:30:57.131Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.batik.transcoder --- [2023-09-08T19:30:57.131Z] [INFO] [2023-09-08T19:30:57.131Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.batik.transcoder --- [2023-09-08T19:30:57.131Z] [INFO] Copying 3 resources [2023-09-08T19:30:57.131Z] [INFO] [2023-09-08T19:30:57.131Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.batik.transcoder --- [2023-09-08T19:30:57.131Z] [INFO] No sources to compile [2023-09-08T19:30:57.131Z] [INFO] [2023-09-08T19:30:57.131Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.batik.transcoder --- [2023-09-08T19:30:57.131Z] [INFO] Gathering dependencies [2023-09-08T19:30:57.131Z] [INFO] Configured Artifact: org.apache.xmlgraphics:batik-transcoder:1.16:jar [2023-09-08T19:30:57.131Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/xmlgraphics/batik-transcoder/1.16/batik-transcoder-1.16.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.transcoder_1.16.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:30:57.131Z] [INFO] Merging collected dependencies [2023-09-08T19:30:57.131Z] [INFO] Copying 64 resources [2023-09-08T19:30:57.131Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:30:57.387Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.transcoder:eclipse-bundle-recipe:1.16.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:30:57.387Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.transcoder:eclipse-bundle-recipe:1.16.0-SNAPSHOT : Host org.apache.batik.util=bundle-version="[1.16.0,2)" for this fragment/require bundle cannot be found on the classpath [2023-09-08T19:30:57.387Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.transcoder_1.16.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:30:57.387Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.transcoder_1.16.0/target/org.apache.batik.transcoder-1.16.0-SNAPSHOT.jar [2023-09-08T19:30:57.387Z] [INFO] Gathering sources [2023-09-08T19:30:57.387Z] [INFO] Configured Artifact: org.apache.xmlgraphics:batik-transcoder:sources:1.16:jar [2023-09-08T19:30:57.387Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/xmlgraphics/batik-transcoder/1.16/batik-transcoder-1.16-sources.jar [2023-09-08T19:30:57.387Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-transcoder/1.16/batik-transcoder-1.16-sources.jar [2023-09-08T19:30:57.387Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-transcoder/1.16/batik-transcoder-1.16-sources.jar (114 kB at 3.7 MB/s) [2023-09-08T19:30:57.387Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/xmlgraphics/batik-transcoder/1.16/batik-transcoder-1.16-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.transcoder_1.16.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:30:57.387Z] [INFO] Copying 3 resources [2023-09-08T19:30:57.387Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.transcoder_1.16.0/src/main/java [2023-09-08T19:30:57.387Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.transcoder_1.16.0/target/org.apache.batik.transcoder-1.16.0-SNAPSHOT-sources.jar [2023-09-08T19:30:57.387Z] [INFO] Assembling p2 repository [2023-09-08T19:30:57.954Z] [INFO] [2023-09-08T19:30:57.954Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.batik.transcoder --- [2023-09-08T19:30:57.954Z] [INFO] [2023-09-08T19:30:57.954Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.batik.transcoder --- [2023-09-08T19:30:57.954Z] [INFO] Gathering sources archives [2023-09-08T19:30:57.954Z] [INFO] Configured Artifact: org.apache.xmlgraphics:batik-transcoder:sources:1.16:jar [2023-09-08T19:30:57.954Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/xmlgraphics/batik-transcoder/1.16/batik-transcoder-1.16-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.transcoder_1.16.0/target/sources-for-eclipse-ipzilla/batik-transcoder-1.16-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:30:57.954Z] [INFO] Configured Artifact: org.apache.xmlgraphics:batik-transcoder:sources:1.16:jar [2023-09-08T19:30:57.954Z] [INFO] Copying batik-transcoder-1.16-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.transcoder_1.16.0/target/sources-for-eclipse-ipzilla/batik-transcoder-1.16-sources.jar [2023-09-08T19:30:57.954Z] [INFO] Refreshing about files and about.html [2023-09-08T19:30:57.954Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.transcoder_1.16.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:30:57.954Z] [INFO] [2023-09-08T19:30:57.954Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.apache.batik.transcoder --- [2023-09-08T19:30:57.954Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.transcoder_1.16.0/target/org.apache.batik.transcoder-1.16.0-SNAPSHOT.jar [2023-09-08T19:30:58.880Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.transcoder_1.16.0/target/org.apache.batik.transcoder-1.16.0-SNAPSHOT-sources.jar [2023-09-08T19:30:59.807Z] [INFO] [2023-09-08T19:30:59.807Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.batik.transcoder --- [2023-09-08T19:31:00.064Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.apache.batik.transcoder:1.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.transcoder_1.16.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:31:00.064Z] no-classifier: different [2023-09-08T19:31:00.064Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:31:00.064Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:31:00.064Z] classifier-sources: different [2023-09-08T19:31:00.064Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:31:00.064Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:31:00.064Z] [2023-09-08T19:31:00.064Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.apache.batik.transcoder:1.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.transcoder_1.16.0/pom.xml [2023-09-08T19:31:00.064Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:31:00.064Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:31:00.064Z] [2023-09-08T19:31:00.064Z] [INFO] [2023-09-08T19:31:00.064Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.apache.batik.transcoder --- [2023-09-08T19:31:00.064Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.transcoder_1.16.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.transcoder/1.16.0-SNAPSHOT/org.apache.batik.transcoder-1.16.0-SNAPSHOT.pom [2023-09-08T19:31:00.064Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.transcoder_1.16.0/target/org.apache.batik.transcoder-1.16.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.transcoder/1.16.0-SNAPSHOT/org.apache.batik.transcoder-1.16.0-SNAPSHOT.jar [2023-09-08T19:31:00.064Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.transcoder_1.16.0/target/org.apache.batik.transcoder-1.16.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.transcoder/1.16.0-SNAPSHOT/org.apache.batik.transcoder-1.16.0-SNAPSHOT-sources.jar [2023-09-08T19:31:00.064Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.transcoder_1.16.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.transcoder/1.16.0-SNAPSHOT/org.apache.batik.transcoder-1.16.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:31:00.064Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.transcoder_1.16.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.transcoder/1.16.0-SNAPSHOT/org.apache.batik.transcoder-1.16.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:31:00.064Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.transcoder_1.16.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.transcoder/1.16.0-SNAPSHOT/org.apache.batik.transcoder-1.16.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:31:00.064Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.transcoder_1.16.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.transcoder/1.16.0-SNAPSHOT/org.apache.batik.transcoder-1.16.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:31:00.064Z] [INFO] [2023-09-08T19:31:00.064Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.batik.transcoder --- [2023-09-08T19:31:00.064Z] [INFO] [2023-09-08T19:31:00.064Z] [INFO] --------< org.eclipse.orbit.bundles:org.apache.batik.constants >-------- [2023-09-08T19:31:00.064Z] [INFO] Building Batik constants library 1.16.0-SNAPSHOT [71/375] [2023-09-08T19:31:00.064Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:31:00.064Z] [INFO] [2023-09-08T19:31:00.064Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.batik.constants --- [2023-09-08T19:31:00.064Z] [INFO] [2023-09-08T19:31:00.064Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.batik.constants --- [2023-09-08T19:31:00.064Z] [INFO] The project's OSGi version is 1.16.0.v20221027-0840 [2023-09-08T19:31:00.064Z] [INFO] [2023-09-08T19:31:00.064Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.batik.constants --- [2023-09-08T19:31:00.064Z] [INFO] [2023-09-08T19:31:00.064Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.batik.constants --- [2023-09-08T19:31:00.064Z] [INFO] Copying 3 resources [2023-09-08T19:31:00.064Z] [INFO] [2023-09-08T19:31:00.064Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.batik.constants --- [2023-09-08T19:31:00.064Z] [INFO] No sources to compile [2023-09-08T19:31:00.064Z] [INFO] [2023-09-08T19:31:00.064Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.batik.constants --- [2023-09-08T19:31:00.064Z] [INFO] Gathering dependencies [2023-09-08T19:31:00.064Z] [INFO] Configured Artifact: org.apache.xmlgraphics:batik-constants:1.16:jar [2023-09-08T19:31:00.064Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/xmlgraphics/batik-constants/1.16/batik-constants-1.16.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.constants_1.16.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:31:00.064Z] [INFO] Merging collected dependencies [2023-09-08T19:31:00.064Z] [INFO] Copying 4 resources [2023-09-08T19:31:00.064Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:31:00.064Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.constants_1.16.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:31:00.064Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.constants_1.16.0/target/org.apache.batik.constants-1.16.0-SNAPSHOT.jar [2023-09-08T19:31:00.320Z] [INFO] Gathering sources [2023-09-08T19:31:00.320Z] [INFO] Configured Artifact: org.apache.xmlgraphics:batik-constants:sources:1.16:jar [2023-09-08T19:31:00.320Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/xmlgraphics/batik-constants/1.16/batik-constants-1.16-sources.jar [2023-09-08T19:31:00.320Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-constants/1.16/batik-constants-1.16-sources.jar [2023-09-08T19:31:00.320Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-constants/1.16/batik-constants-1.16-sources.jar (4.3 kB at 329 kB/s) [2023-09-08T19:31:00.320Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/xmlgraphics/batik-constants/1.16/batik-constants-1.16-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.constants_1.16.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:31:00.320Z] [INFO] Copying 3 resources [2023-09-08T19:31:00.320Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.constants_1.16.0/src/main/java [2023-09-08T19:31:00.320Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.constants_1.16.0/target/org.apache.batik.constants-1.16.0-SNAPSHOT-sources.jar [2023-09-08T19:31:00.320Z] [INFO] Assembling p2 repository [2023-09-08T19:31:00.880Z] [INFO] [2023-09-08T19:31:00.880Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.batik.constants --- [2023-09-08T19:31:00.880Z] [INFO] [2023-09-08T19:31:00.880Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.batik.constants --- [2023-09-08T19:31:00.880Z] [INFO] Gathering sources archives [2023-09-08T19:31:00.880Z] [INFO] Configured Artifact: org.apache.xmlgraphics:batik-constants:sources:1.16:jar [2023-09-08T19:31:00.880Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/xmlgraphics/batik-constants/1.16/batik-constants-1.16-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.constants_1.16.0/target/sources-for-eclipse-ipzilla/batik-constants-1.16-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:31:00.880Z] [INFO] Configured Artifact: org.apache.xmlgraphics:batik-constants:sources:1.16:jar [2023-09-08T19:31:00.880Z] [INFO] Copying batik-constants-1.16-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.constants_1.16.0/target/sources-for-eclipse-ipzilla/batik-constants-1.16-sources.jar [2023-09-08T19:31:00.880Z] [INFO] Refreshing about files and about.html [2023-09-08T19:31:00.880Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.constants_1.16.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:31:00.880Z] [INFO] [2023-09-08T19:31:00.880Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.apache.batik.constants --- [2023-09-08T19:31:00.880Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.constants_1.16.0/target/org.apache.batik.constants-1.16.0-SNAPSHOT.jar [2023-09-08T19:31:02.249Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.constants_1.16.0/target/org.apache.batik.constants-1.16.0-SNAPSHOT-sources.jar [2023-09-08T19:31:03.613Z] [INFO] [2023-09-08T19:31:03.613Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.batik.constants --- [2023-09-08T19:31:03.613Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.apache.batik.constants:1.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.constants_1.16.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:31:03.613Z] no-classifier: different [2023-09-08T19:31:03.613Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:31:03.613Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:31:03.613Z] classifier-sources: different [2023-09-08T19:31:03.613Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:31:03.613Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:31:03.613Z] [2023-09-08T19:31:03.613Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.apache.batik.constants:1.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.constants_1.16.0/pom.xml [2023-09-08T19:31:03.613Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:31:03.613Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:31:03.613Z] [2023-09-08T19:31:03.613Z] [INFO] [2023-09-08T19:31:03.613Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.apache.batik.constants --- [2023-09-08T19:31:03.613Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.constants_1.16.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.constants/1.16.0-SNAPSHOT/org.apache.batik.constants-1.16.0-SNAPSHOT.pom [2023-09-08T19:31:03.613Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.constants_1.16.0/target/org.apache.batik.constants-1.16.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.constants/1.16.0-SNAPSHOT/org.apache.batik.constants-1.16.0-SNAPSHOT.jar [2023-09-08T19:31:03.613Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.constants_1.16.0/target/org.apache.batik.constants-1.16.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.constants/1.16.0-SNAPSHOT/org.apache.batik.constants-1.16.0-SNAPSHOT-sources.jar [2023-09-08T19:31:03.613Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.constants_1.16.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.constants/1.16.0-SNAPSHOT/org.apache.batik.constants-1.16.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:31:03.613Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.constants_1.16.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.constants/1.16.0-SNAPSHOT/org.apache.batik.constants-1.16.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:31:03.613Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.constants_1.16.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.constants/1.16.0-SNAPSHOT/org.apache.batik.constants-1.16.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:31:03.613Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.constants_1.16.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.constants/1.16.0-SNAPSHOT/org.apache.batik.constants-1.16.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:31:03.613Z] [INFO] [2023-09-08T19:31:03.613Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.batik.constants --- [2023-09-08T19:31:03.613Z] [INFO] [2023-09-08T19:31:03.613Z] [INFO] -----------< org.eclipse.orbit.bundles:org.apache.batik.css >----------- [2023-09-08T19:31:03.613Z] [INFO] Building Batik CSS engine 1.16.0-SNAPSHOT [72/375] [2023-09-08T19:31:03.613Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:31:03.613Z] [INFO] [2023-09-08T19:31:03.613Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.batik.css --- [2023-09-08T19:31:03.613Z] [INFO] [2023-09-08T19:31:03.613Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.batik.css --- [2023-09-08T19:31:03.613Z] [INFO] The project's OSGi version is 1.16.0.v20221027-0840 [2023-09-08T19:31:03.613Z] [INFO] [2023-09-08T19:31:03.613Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.batik.css --- [2023-09-08T19:31:03.613Z] [INFO] [2023-09-08T19:31:03.613Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.batik.css --- [2023-09-08T19:31:03.613Z] [INFO] Copying 3 resources [2023-09-08T19:31:03.613Z] [INFO] [2023-09-08T19:31:03.613Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.batik.css --- [2023-09-08T19:31:03.613Z] [INFO] No sources to compile [2023-09-08T19:31:03.613Z] [INFO] [2023-09-08T19:31:03.613Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.batik.css --- [2023-09-08T19:31:03.613Z] [INFO] Gathering dependencies [2023-09-08T19:31:03.613Z] [INFO] Configured Artifact: org.apache.xmlgraphics:batik-css:1.16:jar [2023-09-08T19:31:03.613Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/xmlgraphics/batik-css/1.16/batik-css-1.16.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.css_1.16.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:31:03.613Z] [INFO] Merging collected dependencies [2023-09-08T19:31:03.613Z] [INFO] Copying 243 resources [2023-09-08T19:31:03.613Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:31:03.869Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.css:eclipse-bundle-recipe:1.16.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:31:03.869Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.css:eclipse-bundle-recipe:1.16.0-SNAPSHOT : Host org.apache.batik.util=bundle-version="1.16.0" for this fragment/require bundle cannot be found on the classpath [2023-09-08T19:31:03.869Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.css:eclipse-bundle-recipe:1.16.0-SNAPSHOT : Host org.apache.batik.constants=bundle-version="1.16.0" for this fragment/require bundle cannot be found on the classpath [2023-09-08T19:31:03.869Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.css_1.16.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:31:03.869Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.css_1.16.0/target/org.apache.batik.css-1.16.0-SNAPSHOT.jar [2023-09-08T19:31:03.869Z] [INFO] Gathering sources [2023-09-08T19:31:03.869Z] [INFO] Configured Artifact: org.apache.xmlgraphics:batik-css:sources:1.16:jar [2023-09-08T19:31:03.869Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/xmlgraphics/batik-css/1.16/batik-css-1.16-sources.jar [2023-09-08T19:31:03.869Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-css/1.16/batik-css-1.16-sources.jar [2023-09-08T19:31:03.869Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-css/1.16/batik-css-1.16-sources.jar (300 kB at 5.9 MB/s) [2023-09-08T19:31:03.869Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/xmlgraphics/batik-css/1.16/batik-css-1.16-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.css_1.16.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:31:03.869Z] [INFO] Copying 3 resources [2023-09-08T19:31:03.869Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.css_1.16.0/src/main/java [2023-09-08T19:31:03.869Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.css_1.16.0/target/org.apache.batik.css-1.16.0-SNAPSHOT-sources.jar [2023-09-08T19:31:04.125Z] [INFO] Assembling p2 repository [2023-09-08T19:31:04.689Z] [INFO] [2023-09-08T19:31:04.689Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.batik.css --- [2023-09-08T19:31:04.689Z] [INFO] [2023-09-08T19:31:04.689Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.batik.css --- [2023-09-08T19:31:04.689Z] [INFO] Gathering sources archives [2023-09-08T19:31:04.689Z] [INFO] Configured Artifact: org.apache.xmlgraphics:batik-css:sources:1.16:jar [2023-09-08T19:31:04.689Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/xmlgraphics/batik-css/1.16/batik-css-1.16-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.css_1.16.0/target/sources-for-eclipse-ipzilla/batik-css-1.16-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:31:04.689Z] [INFO] Configured Artifact: org.apache.xmlgraphics:batik-css:sources:1.16:jar [2023-09-08T19:31:04.689Z] [INFO] Copying batik-css-1.16-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.css_1.16.0/target/sources-for-eclipse-ipzilla/batik-css-1.16-sources.jar [2023-09-08T19:31:04.689Z] [INFO] Refreshing about files and about.html [2023-09-08T19:31:04.689Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.css_1.16.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:31:04.689Z] [INFO] [2023-09-08T19:31:04.689Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.apache.batik.css --- [2023-09-08T19:31:04.689Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.css_1.16.0/target/org.apache.batik.css-1.16.0-SNAPSHOT.jar [2023-09-08T19:31:07.227Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.css_1.16.0/target/org.apache.batik.css-1.16.0-SNAPSHOT-sources.jar [2023-09-08T19:31:08.155Z] [INFO] [2023-09-08T19:31:08.155Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.batik.css --- [2023-09-08T19:31:08.155Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.apache.batik.css:1.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.css_1.16.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:31:08.155Z] no-classifier: different [2023-09-08T19:31:08.155Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:31:08.155Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:31:08.155Z] classifier-sources: different [2023-09-08T19:31:08.155Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:31:08.155Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:31:08.155Z] [2023-09-08T19:31:08.155Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.apache.batik.css:1.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.css_1.16.0/pom.xml [2023-09-08T19:31:08.155Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:31:08.155Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:31:08.155Z] [2023-09-08T19:31:08.155Z] [INFO] [2023-09-08T19:31:08.155Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.apache.batik.css --- [2023-09-08T19:31:08.155Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.css_1.16.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.css/1.16.0-SNAPSHOT/org.apache.batik.css-1.16.0-SNAPSHOT.pom [2023-09-08T19:31:08.155Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.css_1.16.0/target/org.apache.batik.css-1.16.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.css/1.16.0-SNAPSHOT/org.apache.batik.css-1.16.0-SNAPSHOT.jar [2023-09-08T19:31:08.155Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.css_1.16.0/target/org.apache.batik.css-1.16.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.css/1.16.0-SNAPSHOT/org.apache.batik.css-1.16.0-SNAPSHOT-sources.jar [2023-09-08T19:31:08.155Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.css_1.16.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.css/1.16.0-SNAPSHOT/org.apache.batik.css-1.16.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:31:08.155Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.css_1.16.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.css/1.16.0-SNAPSHOT/org.apache.batik.css-1.16.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:31:08.155Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.css_1.16.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.css/1.16.0-SNAPSHOT/org.apache.batik.css-1.16.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:31:08.155Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.css_1.16.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.css/1.16.0-SNAPSHOT/org.apache.batik.css-1.16.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:31:08.155Z] [INFO] [2023-09-08T19:31:08.155Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.batik.css --- [2023-09-08T19:31:08.155Z] [INFO] [2023-09-08T19:31:08.155Z] [INFO] ----------< org.eclipse.orbit.bundles:org.apache.batik.i18n >----------- [2023-09-08T19:31:08.155Z] [INFO] Building Batik i18n library 1.16.0-SNAPSHOT [73/375] [2023-09-08T19:31:08.155Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:31:08.155Z] [INFO] [2023-09-08T19:31:08.155Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.batik.i18n --- [2023-09-08T19:31:08.155Z] [INFO] [2023-09-08T19:31:08.155Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.batik.i18n --- [2023-09-08T19:31:08.155Z] [INFO] The project's OSGi version is 1.16.0.v20221027-0840 [2023-09-08T19:31:08.155Z] [INFO] [2023-09-08T19:31:08.155Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.batik.i18n --- [2023-09-08T19:31:08.155Z] [INFO] [2023-09-08T19:31:08.155Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.batik.i18n --- [2023-09-08T19:31:08.155Z] [INFO] Copying 3 resources [2023-09-08T19:31:08.155Z] [INFO] [2023-09-08T19:31:08.155Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.batik.i18n --- [2023-09-08T19:31:08.155Z] [INFO] No sources to compile [2023-09-08T19:31:08.155Z] [INFO] [2023-09-08T19:31:08.155Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.batik.i18n --- [2023-09-08T19:31:08.155Z] [INFO] Gathering dependencies [2023-09-08T19:31:08.155Z] [INFO] Configured Artifact: org.apache.xmlgraphics:batik-i18n:1.16:jar [2023-09-08T19:31:08.155Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/xmlgraphics/batik-i18n/1.16/batik-i18n-1.16.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.i18n_1.16.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:31:08.155Z] [INFO] Merging collected dependencies [2023-09-08T19:31:08.155Z] [INFO] Copying 7 resources [2023-09-08T19:31:08.156Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:31:08.411Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.i18n:eclipse-bundle-recipe:1.16.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:31:08.412Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.i18n_1.16.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:31:08.412Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.i18n_1.16.0/target/org.apache.batik.i18n-1.16.0-SNAPSHOT.jar [2023-09-08T19:31:08.412Z] [INFO] Gathering sources [2023-09-08T19:31:08.412Z] [INFO] Configured Artifact: org.apache.xmlgraphics:batik-i18n:sources:1.16:jar [2023-09-08T19:31:08.412Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/xmlgraphics/batik-i18n/1.16/batik-i18n-1.16-sources.jar [2023-09-08T19:31:10.302Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-i18n/1.16/batik-i18n-1.16-sources.jar [2023-09-08T19:31:10.302Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-i18n/1.16/batik-i18n-1.16-sources.jar (9.5 kB at 733 kB/s) [2023-09-08T19:31:10.302Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/xmlgraphics/batik-i18n/1.16/batik-i18n-1.16-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.i18n_1.16.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:31:10.302Z] [INFO] Copying 3 resources [2023-09-08T19:31:10.302Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.i18n_1.16.0/src/main/java [2023-09-08T19:31:10.302Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.i18n_1.16.0/target/org.apache.batik.i18n-1.16.0-SNAPSHOT-sources.jar [2023-09-08T19:31:10.302Z] [INFO] Assembling p2 repository [2023-09-08T19:31:10.863Z] [INFO] [2023-09-08T19:31:10.863Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.batik.i18n --- [2023-09-08T19:31:10.863Z] [INFO] [2023-09-08T19:31:10.863Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.batik.i18n --- [2023-09-08T19:31:10.863Z] [INFO] Gathering sources archives [2023-09-08T19:31:10.863Z] [INFO] Configured Artifact: org.apache.xmlgraphics:batik-i18n:sources:1.16:jar [2023-09-08T19:31:10.863Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/xmlgraphics/batik-i18n/1.16/batik-i18n-1.16-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.i18n_1.16.0/target/sources-for-eclipse-ipzilla/batik-i18n-1.16-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:31:10.863Z] [INFO] Configured Artifact: org.apache.xmlgraphics:batik-i18n:sources:1.16:jar [2023-09-08T19:31:10.863Z] [INFO] Copying batik-i18n-1.16-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.i18n_1.16.0/target/sources-for-eclipse-ipzilla/batik-i18n-1.16-sources.jar [2023-09-08T19:31:10.863Z] [INFO] Refreshing about files and about.html [2023-09-08T19:31:10.863Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.i18n_1.16.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:31:10.863Z] [INFO] [2023-09-08T19:31:10.863Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.apache.batik.i18n --- [2023-09-08T19:31:10.863Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.i18n_1.16.0/target/org.apache.batik.i18n-1.16.0-SNAPSHOT.jar [2023-09-08T19:31:12.230Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.i18n_1.16.0/target/org.apache.batik.i18n-1.16.0-SNAPSHOT-sources.jar [2023-09-08T19:31:13.158Z] [INFO] [2023-09-08T19:31:13.158Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.batik.i18n --- [2023-09-08T19:31:13.158Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.apache.batik.i18n:1.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.i18n_1.16.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:31:13.158Z] no-classifier: different [2023-09-08T19:31:13.158Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:31:13.158Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:31:13.158Z] classifier-sources: different [2023-09-08T19:31:13.158Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:31:13.158Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:31:13.158Z] [2023-09-08T19:31:13.158Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.apache.batik.i18n:1.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.i18n_1.16.0/pom.xml [2023-09-08T19:31:13.158Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:31:13.158Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:31:13.158Z] [2023-09-08T19:31:13.158Z] [INFO] [2023-09-08T19:31:13.158Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.apache.batik.i18n --- [2023-09-08T19:31:13.158Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.i18n_1.16.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.i18n/1.16.0-SNAPSHOT/org.apache.batik.i18n-1.16.0-SNAPSHOT.pom [2023-09-08T19:31:13.158Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.i18n_1.16.0/target/org.apache.batik.i18n-1.16.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.i18n/1.16.0-SNAPSHOT/org.apache.batik.i18n-1.16.0-SNAPSHOT.jar [2023-09-08T19:31:13.158Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.i18n_1.16.0/target/org.apache.batik.i18n-1.16.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.i18n/1.16.0-SNAPSHOT/org.apache.batik.i18n-1.16.0-SNAPSHOT-sources.jar [2023-09-08T19:31:13.158Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.i18n_1.16.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.i18n/1.16.0-SNAPSHOT/org.apache.batik.i18n-1.16.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:31:13.158Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.i18n_1.16.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.i18n/1.16.0-SNAPSHOT/org.apache.batik.i18n-1.16.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:31:13.158Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.i18n_1.16.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.i18n/1.16.0-SNAPSHOT/org.apache.batik.i18n-1.16.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:31:13.158Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.i18n_1.16.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.i18n/1.16.0-SNAPSHOT/org.apache.batik.i18n-1.16.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:31:13.158Z] [INFO] [2023-09-08T19:31:13.158Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.batik.i18n --- [2023-09-08T19:31:13.158Z] [INFO] [2023-09-08T19:31:13.158Z] [INFO] ----------< org.eclipse.orbit.bundles:org.apache.batik.util >----------- [2023-09-08T19:31:13.158Z] [INFO] Building Batik utility library 1.16.0-SNAPSHOT [74/375] [2023-09-08T19:31:13.158Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:31:13.158Z] [INFO] [2023-09-08T19:31:13.158Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.batik.util --- [2023-09-08T19:31:13.158Z] [INFO] [2023-09-08T19:31:13.158Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.batik.util --- [2023-09-08T19:31:13.158Z] [INFO] The project's OSGi version is 1.16.0.v20221027-0840 [2023-09-08T19:31:13.158Z] [INFO] [2023-09-08T19:31:13.158Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.batik.util --- [2023-09-08T19:31:13.158Z] [INFO] [2023-09-08T19:31:13.158Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.batik.util --- [2023-09-08T19:31:13.158Z] [INFO] Copying 3 resources [2023-09-08T19:31:13.158Z] [INFO] [2023-09-08T19:31:13.158Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.batik.util --- [2023-09-08T19:31:13.158Z] [INFO] No sources to compile [2023-09-08T19:31:13.158Z] [INFO] [2023-09-08T19:31:13.158Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.batik.util --- [2023-09-08T19:31:13.158Z] [INFO] Gathering dependencies [2023-09-08T19:31:13.158Z] [INFO] Configured Artifact: org.apache.xmlgraphics:batik-util:1.16:jar [2023-09-08T19:31:13.158Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/xmlgraphics/batik-util/1.16/batik-util-1.16.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.util_1.16.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:31:13.158Z] [INFO] Merging collected dependencies [2023-09-08T19:31:13.158Z] [INFO] Copying 86 resources [2023-09-08T19:31:13.158Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:31:13.158Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.util:eclipse-bundle-recipe:1.16.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:31:13.158Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.batik.util:eclipse-bundle-recipe:1.16.0-SNAPSHOT : Host org.apache.batik.constants=bundle-version="1.16.0" for this fragment/require bundle cannot be found on the classpath [2023-09-08T19:31:13.158Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.util_1.16.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:31:13.414Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.util_1.16.0/target/org.apache.batik.util-1.16.0-SNAPSHOT.jar [2023-09-08T19:31:13.414Z] [INFO] Gathering sources [2023-09-08T19:31:13.414Z] [INFO] Configured Artifact: org.apache.xmlgraphics:batik-util:sources:1.16:jar [2023-09-08T19:31:13.414Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/xmlgraphics/batik-util/1.16/batik-util-1.16-sources.jar [2023-09-08T19:31:13.414Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-util/1.16/batik-util-1.16-sources.jar [2023-09-08T19:31:13.414Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/batik-util/1.16/batik-util-1.16-sources.jar (114 kB at 6.7 MB/s) [2023-09-08T19:31:13.414Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/xmlgraphics/batik-util/1.16/batik-util-1.16-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.util_1.16.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:31:13.414Z] [INFO] Copying 3 resources [2023-09-08T19:31:13.414Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.util_1.16.0/src/main/java [2023-09-08T19:31:13.414Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.util_1.16.0/target/org.apache.batik.util-1.16.0-SNAPSHOT-sources.jar [2023-09-08T19:31:13.414Z] [INFO] Assembling p2 repository [2023-09-08T19:31:13.974Z] [INFO] [2023-09-08T19:31:13.974Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.batik.util --- [2023-09-08T19:31:13.974Z] [INFO] [2023-09-08T19:31:13.974Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.batik.util --- [2023-09-08T19:31:13.974Z] [INFO] Gathering sources archives [2023-09-08T19:31:13.974Z] [INFO] Configured Artifact: org.apache.xmlgraphics:batik-util:sources:1.16:jar [2023-09-08T19:31:13.974Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/xmlgraphics/batik-util/1.16/batik-util-1.16-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.util_1.16.0/target/sources-for-eclipse-ipzilla/batik-util-1.16-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:31:13.974Z] [INFO] Configured Artifact: org.apache.xmlgraphics:batik-util:sources:1.16:jar [2023-09-08T19:31:13.974Z] [INFO] Copying batik-util-1.16-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.util_1.16.0/target/sources-for-eclipse-ipzilla/batik-util-1.16-sources.jar [2023-09-08T19:31:13.974Z] [INFO] Refreshing about files and about.html [2023-09-08T19:31:13.974Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.util_1.16.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:31:13.974Z] [INFO] [2023-09-08T19:31:13.974Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.apache.batik.util --- [2023-09-08T19:31:13.974Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.util_1.16.0/target/org.apache.batik.util-1.16.0-SNAPSHOT.jar [2023-09-08T19:31:14.899Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.util_1.16.0/target/org.apache.batik.util-1.16.0-SNAPSHOT-sources.jar [2023-09-08T19:31:15.830Z] [INFO] [2023-09-08T19:31:15.830Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.batik.util --- [2023-09-08T19:31:15.830Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.apache.batik.util:1.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.util_1.16.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:31:15.830Z] no-classifier: different [2023-09-08T19:31:15.830Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:31:15.830Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:31:15.830Z] classifier-sources: different [2023-09-08T19:31:15.830Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:31:15.830Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:31:15.830Z] [2023-09-08T19:31:15.830Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.apache.batik.util:1.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.util_1.16.0/pom.xml [2023-09-08T19:31:15.830Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:31:15.830Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:31:15.830Z] [2023-09-08T19:31:15.830Z] [INFO] [2023-09-08T19:31:15.830Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.apache.batik.util --- [2023-09-08T19:31:15.831Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.util_1.16.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.util/1.16.0-SNAPSHOT/org.apache.batik.util-1.16.0-SNAPSHOT.pom [2023-09-08T19:31:15.831Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.util_1.16.0/target/org.apache.batik.util-1.16.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.util/1.16.0-SNAPSHOT/org.apache.batik.util-1.16.0-SNAPSHOT.jar [2023-09-08T19:31:15.831Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.util_1.16.0/target/org.apache.batik.util-1.16.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.util/1.16.0-SNAPSHOT/org.apache.batik.util-1.16.0-SNAPSHOT-sources.jar [2023-09-08T19:31:15.831Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.util_1.16.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.util/1.16.0-SNAPSHOT/org.apache.batik.util-1.16.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:31:15.831Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.util_1.16.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.util/1.16.0-SNAPSHOT/org.apache.batik.util-1.16.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:31:15.831Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.util_1.16.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.util/1.16.0-SNAPSHOT/org.apache.batik.util-1.16.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:31:15.831Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.batik.util_1.16.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.batik.util/1.16.0-SNAPSHOT/org.apache.batik.util-1.16.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:31:15.831Z] [INFO] [2023-09-08T19:31:15.831Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.batik.util --- [2023-09-08T19:31:15.831Z] [INFO] [2023-09-08T19:31:15.831Z] [INFO] ----------< org.eclipse.orbit.bundles:org.apache.xmlgraphics >---------- [2023-09-08T19:31:15.831Z] [INFO] Building Apache XML Graphics Commons 2.7.0-SNAPSHOT [75/375] [2023-09-08T19:31:15.831Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:31:15.831Z] [INFO] [2023-09-08T19:31:15.831Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.xmlgraphics --- [2023-09-08T19:31:15.831Z] [INFO] [2023-09-08T19:31:15.831Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.xmlgraphics --- [2023-09-08T19:31:15.831Z] [INFO] The project's OSGi version is 2.7.0.v20221018-0736 [2023-09-08T19:31:15.831Z] [INFO] [2023-09-08T19:31:15.831Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.xmlgraphics --- [2023-09-08T19:31:15.831Z] [INFO] [2023-09-08T19:31:15.831Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.xmlgraphics --- [2023-09-08T19:31:15.831Z] [INFO] Copying 3 resources [2023-09-08T19:31:15.831Z] [INFO] [2023-09-08T19:31:15.831Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.xmlgraphics --- [2023-09-08T19:31:15.831Z] [INFO] No sources to compile [2023-09-08T19:31:15.831Z] [INFO] [2023-09-08T19:31:15.831Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.xmlgraphics --- [2023-09-08T19:31:15.831Z] [INFO] Gathering dependencies [2023-09-08T19:31:15.831Z] [INFO] Configured Artifact: org.apache.xmlgraphics:xmlgraphics-commons:2.7:jar [2023-09-08T19:31:15.831Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/xmlgraphics/xmlgraphics-commons/2.7/xmlgraphics-commons-2.7.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.xmlgraphics_2.7.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:31:15.831Z] [INFO] Merging collected dependencies [2023-09-08T19:31:16.087Z] [INFO] Copying 388 resources [2023-09-08T19:31:16.087Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:31:16.087Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.xmlgraphics:eclipse-bundle-recipe:2.7.0-SNAPSHOT : Unused Export-Package instructions: [*.implementation.*] [2023-09-08T19:31:16.087Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.xmlgraphics_2.7.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:31:16.087Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.xmlgraphics_2.7.0/target/org.apache.xmlgraphics-2.7.0-SNAPSHOT.jar [2023-09-08T19:31:16.087Z] [INFO] Gathering sources [2023-09-08T19:31:16.087Z] [INFO] Configured Artifact: org.apache.xmlgraphics:xmlgraphics-commons:sources:2.7:jar [2023-09-08T19:31:16.087Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/xmlgraphics/xmlgraphics-commons/2.7/xmlgraphics-commons-2.7-sources.jar [2023-09-08T19:31:16.087Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/xmlgraphics-commons/2.7/xmlgraphics-commons-2.7-sources.jar [2023-09-08T19:31:16.087Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xmlgraphics/xmlgraphics-commons/2.7/xmlgraphics-commons-2.7-sources.jar (648 kB at 29 MB/s) [2023-09-08T19:31:16.087Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/xmlgraphics/xmlgraphics-commons/2.7/xmlgraphics-commons-2.7-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.xmlgraphics_2.7.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:31:16.343Z] [INFO] Copying 3 resources [2023-09-08T19:31:16.343Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.xmlgraphics_2.7.0/src/main/java [2023-09-08T19:31:16.343Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.xmlgraphics_2.7.0/target/org.apache.xmlgraphics-2.7.0-SNAPSHOT-sources.jar [2023-09-08T19:31:16.598Z] [INFO] Assembling p2 repository [2023-09-08T19:31:17.159Z] [INFO] [2023-09-08T19:31:17.159Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.xmlgraphics --- [2023-09-08T19:31:17.159Z] [INFO] [2023-09-08T19:31:17.159Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.xmlgraphics --- [2023-09-08T19:31:17.159Z] [INFO] Gathering sources archives [2023-09-08T19:31:17.159Z] [INFO] Configured Artifact: org.apache.xmlgraphics:xmlgraphics-commons:sources:2.7:jar [2023-09-08T19:31:17.159Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/xmlgraphics/xmlgraphics-commons/2.7/xmlgraphics-commons-2.7-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.xmlgraphics_2.7.0/target/sources-for-eclipse-ipzilla/xmlgraphics-commons-2.7-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:31:17.160Z] [INFO] Configured Artifact: org.apache.xmlgraphics:xmlgraphics-commons:sources:2.7:jar [2023-09-08T19:31:17.160Z] [INFO] Copying xmlgraphics-commons-2.7-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.xmlgraphics_2.7.0/target/sources-for-eclipse-ipzilla/xmlgraphics-commons-2.7-sources.jar [2023-09-08T19:31:17.160Z] [INFO] Refreshing about files and about.html [2023-09-08T19:31:17.160Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.xmlgraphics_2.7.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:31:17.160Z] [INFO] [2023-09-08T19:31:17.160Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.apache.xmlgraphics --- [2023-09-08T19:31:17.160Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.xmlgraphics_2.7.0/target/org.apache.xmlgraphics-2.7.0-SNAPSHOT.jar [2023-09-08T19:31:19.677Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.xmlgraphics_2.7.0/target/org.apache.xmlgraphics-2.7.0-SNAPSHOT-sources.jar [2023-09-08T19:31:21.040Z] [INFO] [2023-09-08T19:31:21.040Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.xmlgraphics --- [2023-09-08T19:31:21.297Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.apache.xmlgraphics:2.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.xmlgraphics_2.7.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:31:21.297Z] no-classifier: different [2023-09-08T19:31:21.297Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:31:21.297Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:31:21.297Z] classifier-sources: different [2023-09-08T19:31:21.297Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:31:21.297Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:31:21.297Z] [2023-09-08T19:31:21.297Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.apache.xmlgraphics:2.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.xmlgraphics_2.7.0/pom.xml [2023-09-08T19:31:21.297Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:31:21.297Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:31:21.297Z] [2023-09-08T19:31:21.297Z] [INFO] [2023-09-08T19:31:21.297Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.apache.xmlgraphics --- [2023-09-08T19:31:21.297Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.xmlgraphics_2.7.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.xmlgraphics/2.7.0-SNAPSHOT/org.apache.xmlgraphics-2.7.0-SNAPSHOT.pom [2023-09-08T19:31:21.297Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.xmlgraphics_2.7.0/target/org.apache.xmlgraphics-2.7.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.xmlgraphics/2.7.0-SNAPSHOT/org.apache.xmlgraphics-2.7.0-SNAPSHOT.jar [2023-09-08T19:31:21.297Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.xmlgraphics_2.7.0/target/org.apache.xmlgraphics-2.7.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.xmlgraphics/2.7.0-SNAPSHOT/org.apache.xmlgraphics-2.7.0-SNAPSHOT-sources.jar [2023-09-08T19:31:21.297Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.xmlgraphics_2.7.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.xmlgraphics/2.7.0-SNAPSHOT/org.apache.xmlgraphics-2.7.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:31:21.298Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.xmlgraphics_2.7.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.xmlgraphics/2.7.0-SNAPSHOT/org.apache.xmlgraphics-2.7.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:31:21.298Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.xmlgraphics_2.7.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.xmlgraphics/2.7.0-SNAPSHOT/org.apache.xmlgraphics-2.7.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:31:21.298Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/batik/org.apache.xmlgraphics_2.7.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.xmlgraphics/2.7.0-SNAPSHOT/org.apache.xmlgraphics-2.7.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:31:21.298Z] [INFO] [2023-09-08T19:31:21.298Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.xmlgraphics --- [2023-09-08T19:31:21.298Z] [INFO] [2023-09-08T19:31:21.298Z] [INFO] --------------< org.eclipse.orbit.bundles:httpcomponents >-------------- [2023-09-08T19:31:21.298Z] [INFO] Building Eclipse Orbit :: Apache HTTPComponents Recipes 1.0.0-SNAPSHOT [76/375] [2023-09-08T19:31:21.298Z] [INFO] --------------------------------[ pom ]--------------------------------- [2023-09-08T19:31:21.298Z] [INFO] [2023-09-08T19:31:21.298Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ httpcomponents --- [2023-09-08T19:31:21.298Z] [INFO] [2023-09-08T19:31:21.298Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ httpcomponents --- [2023-09-08T19:31:21.298Z] [INFO] [2023-09-08T19:31:21.298Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ httpcomponents --- [2023-09-08T19:31:21.298Z] [INFO] [2023-09-08T19:31:21.298Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ httpcomponents --- [2023-09-08T19:31:21.298Z] [INFO] [2023-09-08T19:31:21.298Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ httpcomponents --- [2023-09-08T19:31:21.298Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/httpcomponents/1.0.0-SNAPSHOT/httpcomponents-1.0.0-SNAPSHOT.pom [2023-09-08T19:31:21.298Z] [INFO] [2023-09-08T19:31:21.298Z] [INFO] --< org.eclipse.orbit.bundles:org.apache.httpcomponents.httpcore-nio >-- [2023-09-08T19:31:21.298Z] [INFO] Building Apache HttpCore NIO 4.4.16-SNAPSHOT [77/375] [2023-09-08T19:31:21.298Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:31:21.298Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/httpcomponents/httpcore-nio/4.4.16/httpcore-nio-4.4.16.pom [2023-09-08T19:31:21.298Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore-nio/4.4.16/httpcore-nio-4.4.16.pom [2023-09-08T19:31:21.298Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore-nio/4.4.16/httpcore-nio-4.4.16.pom (5.5 kB at 423 kB/s) [2023-09-08T19:31:21.298Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/httpcomponents/httpcomponents-core/4.4.16/httpcomponents-core-4.4.16.pom [2023-09-08T19:31:21.298Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.4.16/httpcomponents-core-4.4.16.pom [2023-09-08T19:31:21.298Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.4.16/httpcomponents-core-4.4.16.pom (12 kB at 1.1 MB/s) [2023-09-08T19:31:21.298Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.pom [2023-09-08T19:31:21.298Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.pom [2023-09-08T19:31:21.298Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.pom (5.0 kB at 497 kB/s) [2023-09-08T19:31:21.298Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/httpcomponents/httpcore-nio/4.4.16/httpcore-nio-4.4.16.jar [2023-09-08T19:31:21.298Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.jar [2023-09-08T19:31:21.298Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore-nio/4.4.16/httpcore-nio-4.4.16.jar [2023-09-08T19:31:21.298Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.jar [2023-09-08T19:31:21.298Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.jar (328 kB at 23 MB/s) [2023-09-08T19:31:21.298Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore-nio/4.4.16/httpcore-nio-4.4.16.jar (369 kB at 20 MB/s) [2023-09-08T19:31:21.298Z] [INFO] [2023-09-08T19:31:21.298Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.httpcomponents.httpcore-nio --- [2023-09-08T19:31:21.298Z] [INFO] [2023-09-08T19:31:21.298Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.httpcomponents.httpcore-nio --- [2023-09-08T19:31:21.298Z] [INFO] The project's OSGi version is 4.4.16.v20221207-1049 [2023-09-08T19:31:21.298Z] [INFO] [2023-09-08T19:31:21.298Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.httpcomponents.httpcore-nio --- [2023-09-08T19:31:21.298Z] [INFO] [2023-09-08T19:31:21.298Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.httpcomponents.httpcore-nio --- [2023-09-08T19:31:21.298Z] [INFO] Copying 3 resources [2023-09-08T19:31:21.298Z] [INFO] [2023-09-08T19:31:21.298Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.httpcomponents.httpcore-nio --- [2023-09-08T19:31:21.298Z] [INFO] No sources to compile [2023-09-08T19:31:21.298Z] [INFO] [2023-09-08T19:31:21.298Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.httpcomponents.httpcore-nio --- [2023-09-08T19:31:21.298Z] [INFO] Gathering dependencies [2023-09-08T19:31:21.298Z] [INFO] Configured Artifact: org.apache.httpcomponents:httpcore-nio:4.4.16:jar [2023-09-08T19:31:21.298Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/httpcomponents/httpcore-nio/4.4.16/httpcore-nio-4.4.16.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpcore-nio_4.4.16/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:31:21.555Z] [INFO] Merging collected dependencies [2023-09-08T19:31:21.555Z] [INFO] Copying 247 resources [2023-09-08T19:31:21.555Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:31:21.555Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.httpcomponents.httpcore-nio:eclipse-bundle-recipe:4.4.16-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*] [2023-09-08T19:31:21.555Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpcore-nio_4.4.16/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:31:21.555Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpcore-nio_4.4.16/target/org.apache.httpcomponents.httpcore-nio-4.4.16-SNAPSHOT.jar [2023-09-08T19:31:21.812Z] [INFO] Gathering sources [2023-09-08T19:31:21.812Z] [INFO] Configured Artifact: org.apache.httpcomponents:httpcore-nio:sources:4.4.16:jar [2023-09-08T19:31:21.812Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/httpcomponents/httpcore-nio/4.4.16/httpcore-nio-4.4.16-sources.jar [2023-09-08T19:31:21.812Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore-nio/4.4.16/httpcore-nio-4.4.16-sources.jar [2023-09-08T19:31:21.812Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore-nio/4.4.16/httpcore-nio-4.4.16-sources.jar (369 kB at 18 MB/s) [2023-09-08T19:31:21.812Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/httpcomponents/httpcore-nio/4.4.16/httpcore-nio-4.4.16-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpcore-nio_4.4.16/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:31:21.812Z] [INFO] Copying 3 resources [2023-09-08T19:31:21.812Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpcore-nio_4.4.16/src/main/java [2023-09-08T19:31:21.812Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpcore-nio_4.4.16/target/org.apache.httpcomponents.httpcore-nio-4.4.16-SNAPSHOT-sources.jar [2023-09-08T19:31:21.812Z] [INFO] Assembling p2 repository [2023-09-08T19:31:22.374Z] [INFO] [2023-09-08T19:31:22.374Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.httpcomponents.httpcore-nio --- [2023-09-08T19:31:22.374Z] [INFO] [2023-09-08T19:31:22.374Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.httpcomponents.httpcore-nio --- [2023-09-08T19:31:22.374Z] [INFO] Gathering sources archives [2023-09-08T19:31:22.374Z] [INFO] Configured Artifact: org.apache.httpcomponents:httpcore-nio:sources:4.4.16:jar [2023-09-08T19:31:22.374Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/httpcomponents/httpcore-nio/4.4.16/httpcore-nio-4.4.16-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpcore-nio_4.4.16/target/sources-for-eclipse-ipzilla/httpcore-nio-4.4.16-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:31:22.631Z] [INFO] Configured Artifact: org.apache.httpcomponents:httpcore-nio:sources:4.4.16:jar [2023-09-08T19:31:22.631Z] [INFO] Copying httpcore-nio-4.4.16-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpcore-nio_4.4.16/target/sources-for-eclipse-ipzilla/httpcore-nio-4.4.16-sources.jar [2023-09-08T19:31:22.631Z] [INFO] Refreshing about files and about.html [2023-09-08T19:31:22.631Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpcore-nio_4.4.16/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:31:22.631Z] [INFO] [2023-09-08T19:31:22.631Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.apache.httpcomponents.httpcore-nio --- [2023-09-08T19:31:22.631Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpcore-nio_4.4.16/target/org.apache.httpcomponents.httpcore-nio-4.4.16-SNAPSHOT.jar [2023-09-08T19:31:23.998Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpcore-nio_4.4.16/target/org.apache.httpcomponents.httpcore-nio-4.4.16-SNAPSHOT-sources.jar [2023-09-08T19:31:25.886Z] [INFO] [2023-09-08T19:31:25.886Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.httpcomponents.httpcore-nio --- [2023-09-08T19:31:26.142Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.apache.httpcomponents.httpcore-nio:4.4.16-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpcore-nio_4.4.16/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:31:26.142Z] no-classifier: different [2023-09-08T19:31:26.142Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:31:26.142Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:31:26.142Z] classifier-sources: different [2023-09-08T19:31:26.142Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:31:26.142Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:31:26.142Z] [2023-09-08T19:31:26.142Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.apache.httpcomponents.httpcore-nio:4.4.16-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpcore-nio_4.4.16/pom.xml [2023-09-08T19:31:26.142Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:31:26.142Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:31:26.142Z] [2023-09-08T19:31:26.142Z] [INFO] [2023-09-08T19:31:26.142Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.apache.httpcomponents.httpcore-nio --- [2023-09-08T19:31:26.142Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpcore-nio_4.4.16/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpcore-nio/4.4.16-SNAPSHOT/org.apache.httpcomponents.httpcore-nio-4.4.16-SNAPSHOT.pom [2023-09-08T19:31:26.142Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpcore-nio_4.4.16/target/org.apache.httpcomponents.httpcore-nio-4.4.16-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpcore-nio/4.4.16-SNAPSHOT/org.apache.httpcomponents.httpcore-nio-4.4.16-SNAPSHOT.jar [2023-09-08T19:31:26.142Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpcore-nio_4.4.16/target/org.apache.httpcomponents.httpcore-nio-4.4.16-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpcore-nio/4.4.16-SNAPSHOT/org.apache.httpcomponents.httpcore-nio-4.4.16-SNAPSHOT-sources.jar [2023-09-08T19:31:26.142Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpcore-nio_4.4.16/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpcore-nio/4.4.16-SNAPSHOT/org.apache.httpcomponents.httpcore-nio-4.4.16-SNAPSHOT-p2metadata.xml [2023-09-08T19:31:26.142Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpcore-nio_4.4.16/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpcore-nio/4.4.16-SNAPSHOT/org.apache.httpcomponents.httpcore-nio-4.4.16-SNAPSHOT-p2artifacts.xml [2023-09-08T19:31:26.142Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpcore-nio_4.4.16/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpcore-nio/4.4.16-SNAPSHOT/org.apache.httpcomponents.httpcore-nio-4.4.16-SNAPSHOT-p2metadata.xml [2023-09-08T19:31:26.142Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpcore-nio_4.4.16/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpcore-nio/4.4.16-SNAPSHOT/org.apache.httpcomponents.httpcore-nio-4.4.16-SNAPSHOT-p2artifacts.xml [2023-09-08T19:31:26.142Z] [INFO] [2023-09-08T19:31:26.142Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.httpcomponents.httpcore-nio --- [2023-09-08T19:31:26.142Z] [INFO] [2023-09-08T19:31:26.142Z] [INFO] --< org.eclipse.orbit.bundles:org.apache.httpcomponents.httpasyncclient >-- [2023-09-08T19:31:26.142Z] [INFO] Building Apache HttpAsyncClient 4.1.3-SNAPSHOT [78/375] [2023-09-08T19:31:26.142Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:31:26.142Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/httpcomponents/httpasyncclient/4.1.3/httpasyncclient-4.1.3.pom [2023-09-08T19:31:26.142Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpasyncclient/4.1.3/httpasyncclient-4.1.3.pom [2023-09-08T19:31:26.142Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpasyncclient/4.1.3/httpasyncclient-4.1.3.pom (5.3 kB at 479 kB/s) [2023-09-08T19:31:26.143Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/httpcomponents/httpcomponents-asyncclient/4.1.3/httpcomponents-asyncclient-4.1.3.pom [2023-09-08T19:31:26.143Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-asyncclient/4.1.3/httpcomponents-asyncclient-4.1.3.pom [2023-09-08T19:31:26.143Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-asyncclient/4.1.3/httpcomponents-asyncclient-4.1.3.pom (11 kB at 1.0 MB/s) [2023-09-08T19:31:26.143Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/httpcomponents/project/7/project-7.pom [2023-09-08T19:31:26.143Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/7/project-7.pom [2023-09-08T19:31:26.143Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/7/project-7.pom (27 kB at 2.5 MB/s) [2023-09-08T19:31:26.143Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.pom [2023-09-08T19:31:26.143Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.pom [2023-09-08T19:31:26.143Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.pom (5.1 kB at 511 kB/s) [2023-09-08T19:31:26.143Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/httpcomponents/httpcomponents-core/4.4.6/httpcomponents-core-4.4.6.pom [2023-09-08T19:31:26.143Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.4.6/httpcomponents-core-4.4.6.pom [2023-09-08T19:31:26.143Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.4.6/httpcomponents-core-4.4.6.pom (13 kB at 1.2 MB/s) [2023-09-08T19:31:26.143Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/httpcomponents/httpcore-nio/4.4.6/httpcore-nio-4.4.6.pom [2023-09-08T19:31:26.399Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore-nio/4.4.6/httpcore-nio-4.4.6.pom [2023-09-08T19:31:26.399Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore-nio/4.4.6/httpcore-nio-4.4.6.pom (4.9 kB at 447 kB/s) [2023-09-08T19:31:26.399Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/httpcomponents/httpclient/4.5.3/httpclient-4.5.3.pom [2023-09-08T19:31:26.399Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.3/httpclient-4.5.3.pom [2023-09-08T19:31:26.399Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.3/httpclient-4.5.3.pom (6.4 kB at 142 kB/s) [2023-09-08T19:31:26.399Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/httpcomponents/httpcomponents-client/4.5.3/httpcomponents-client-4.5.3.pom [2023-09-08T19:31:26.399Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.5.3/httpcomponents-client-4.5.3.pom [2023-09-08T19:31:26.399Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.5.3/httpcomponents-client-4.5.3.pom (16 kB at 1.4 MB/s) [2023-09-08T19:31:26.399Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/commons-codec/commons-codec/1.9/commons-codec-1.9.pom [2023-09-08T19:31:26.399Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.9/commons-codec-1.9.pom [2023-09-08T19:31:26.399Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.9/commons-codec-1.9.pom (12 kB at 1.2 MB/s) [2023-09-08T19:31:26.399Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/commons/commons-parent/32/commons-parent-32.pom [2023-09-08T19:31:26.399Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/32/commons-parent-32.pom [2023-09-08T19:31:26.399Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/32/commons-parent-32.pom (53 kB at 4.8 MB/s) [2023-09-08T19:31:26.399Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/httpcomponents/httpasyncclient/4.1.3/httpasyncclient-4.1.3.jar [2023-09-08T19:31:26.399Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/httpcomponents/httpcore-nio/4.4.6/httpcore-nio-4.4.6.jar [2023-09-08T19:31:26.399Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.jar [2023-09-08T19:31:26.399Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/commons-codec/commons-codec/1.9/commons-codec-1.9.jar [2023-09-08T19:31:26.399Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/httpcomponents/httpclient/4.5.3/httpclient-4.5.3.jar [2023-09-08T19:31:26.399Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpasyncclient/4.1.3/httpasyncclient-4.1.3.jar [2023-09-08T19:31:26.399Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore-nio/4.4.6/httpcore-nio-4.4.6.jar [2023-09-08T19:31:26.399Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.jar [2023-09-08T19:31:26.399Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.9/commons-codec-1.9.jar [2023-09-08T19:31:26.399Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.3/httpclient-4.5.3.jar [2023-09-08T19:31:26.399Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpasyncclient/4.1.3/httpasyncclient-4.1.3.jar (179 kB at 8.5 MB/s) [2023-09-08T19:31:26.399Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.9/commons-codec-1.9.jar (264 kB at 11 MB/s) [2023-09-08T19:31:26.399Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore-nio/4.4.6/httpcore-nio-4.4.6.jar (357 kB at 14 MB/s) [2023-09-08T19:31:26.399Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.3/httpclient-4.5.3.jar (748 kB at 29 MB/s) [2023-09-08T19:31:26.399Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.jar (324 kB at 10 MB/s) [2023-09-08T19:31:26.399Z] [INFO] [2023-09-08T19:31:26.399Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.httpcomponents.httpasyncclient --- [2023-09-08T19:31:26.399Z] [INFO] [2023-09-08T19:31:26.399Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.httpcomponents.httpasyncclient --- [2023-09-08T19:31:26.399Z] [INFO] The project's OSGi version is 4.1.3.v20221112-0806 [2023-09-08T19:31:26.399Z] [INFO] [2023-09-08T19:31:26.399Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.httpcomponents.httpasyncclient --- [2023-09-08T19:31:26.399Z] [INFO] [2023-09-08T19:31:26.399Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.httpcomponents.httpasyncclient --- [2023-09-08T19:31:26.399Z] [INFO] Copying 2 resources [2023-09-08T19:31:26.399Z] [INFO] [2023-09-08T19:31:26.399Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.httpcomponents.httpasyncclient --- [2023-09-08T19:31:26.399Z] [INFO] No sources to compile [2023-09-08T19:31:26.399Z] [INFO] [2023-09-08T19:31:26.399Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.httpcomponents.httpasyncclient --- [2023-09-08T19:31:26.399Z] [INFO] Gathering dependencies [2023-09-08T19:31:26.399Z] [INFO] Configured Artifact: org.apache.httpcomponents:httpasyncclient:4.1.3:jar [2023-09-08T19:31:26.399Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/httpcomponents/httpasyncclient/4.1.3/httpasyncclient-4.1.3.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpasyncclient_4.1.3/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:31:26.399Z] [INFO] Merging collected dependencies [2023-09-08T19:31:26.399Z] [INFO] Copying 91 resources [2023-09-08T19:31:26.655Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:31:26.655Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.httpcomponents.httpasyncclient:eclipse-bundle-recipe:4.1.3-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*] [2023-09-08T19:31:26.655Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpasyncclient_4.1.3/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:31:26.655Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpasyncclient_4.1.3/target/org.apache.httpcomponents.httpasyncclient-4.1.3-SNAPSHOT.jar [2023-09-08T19:31:26.912Z] [INFO] Gathering sources [2023-09-08T19:31:26.912Z] [INFO] Configured Artifact: org.apache.httpcomponents:httpasyncclient:sources:4.1.3:jar [2023-09-08T19:31:26.912Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/httpcomponents/httpasyncclient/4.1.3/httpasyncclient-4.1.3-sources.jar [2023-09-08T19:31:26.913Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpasyncclient/4.1.3/httpasyncclient-4.1.3-sources.jar [2023-09-08T19:31:26.913Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpasyncclient/4.1.3/httpasyncclient-4.1.3-sources.jar (141 kB at 3.7 MB/s) [2023-09-08T19:31:26.913Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/httpcomponents/httpasyncclient/4.1.3/httpasyncclient-4.1.3-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpasyncclient_4.1.3/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:31:26.913Z] [INFO] Copying 2 resources [2023-09-08T19:31:26.913Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpasyncclient_4.1.3/src/main/java [2023-09-08T19:31:26.913Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpasyncclient_4.1.3/target/org.apache.httpcomponents.httpasyncclient-4.1.3-SNAPSHOT-sources.jar [2023-09-08T19:31:26.913Z] [INFO] Assembling p2 repository [2023-09-08T19:31:27.475Z] [INFO] [2023-09-08T19:31:27.475Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.httpcomponents.httpasyncclient --- [2023-09-08T19:31:27.475Z] [INFO] [2023-09-08T19:31:27.475Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.httpcomponents.httpasyncclient --- [2023-09-08T19:31:27.475Z] [INFO] Gathering sources archives [2023-09-08T19:31:27.475Z] [INFO] Configured Artifact: org.apache.httpcomponents:httpasyncclient:sources:4.1.3:jar [2023-09-08T19:31:27.475Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/httpcomponents/httpasyncclient/4.1.3/httpasyncclient-4.1.3-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpasyncclient_4.1.3/target/sources-for-eclipse-ipzilla/httpasyncclient-4.1.3-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:31:27.475Z] [INFO] Configured Artifact: org.apache.httpcomponents:httpasyncclient:sources:4.1.3:jar [2023-09-08T19:31:27.475Z] [INFO] Copying httpasyncclient-4.1.3-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpasyncclient_4.1.3/target/sources-for-eclipse-ipzilla/httpasyncclient-4.1.3-sources.jar [2023-09-08T19:31:27.475Z] [INFO] Refreshing about files and about.html [2023-09-08T19:31:27.475Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpasyncclient_4.1.3/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:31:27.475Z] [INFO] [2023-09-08T19:31:27.475Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.apache.httpcomponents.httpasyncclient --- [2023-09-08T19:31:27.731Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpasyncclient_4.1.3/target/org.apache.httpcomponents.httpasyncclient-4.1.3-SNAPSHOT.jar [2023-09-08T19:31:29.100Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpasyncclient_4.1.3/target/org.apache.httpcomponents.httpasyncclient-4.1.3-SNAPSHOT-sources.jar [2023-09-08T19:31:30.991Z] [INFO] [2023-09-08T19:31:30.991Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.httpcomponents.httpasyncclient --- [2023-09-08T19:31:30.991Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.apache.httpcomponents.httpasyncclient:4.1.3-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpasyncclient_4.1.3/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:31:30.991Z] no-classifier: different [2023-09-08T19:31:30.991Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:31:30.991Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:31:30.991Z] classifier-sources: different [2023-09-08T19:31:30.991Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:31:30.991Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:31:30.991Z] [2023-09-08T19:31:30.991Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.apache.httpcomponents.httpasyncclient:4.1.3-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpasyncclient_4.1.3/pom.xml [2023-09-08T19:31:30.991Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:31:30.991Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:31:30.991Z] [2023-09-08T19:31:30.991Z] [INFO] [2023-09-08T19:31:30.991Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.apache.httpcomponents.httpasyncclient --- [2023-09-08T19:31:30.991Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpasyncclient_4.1.3/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpasyncclient/4.1.3-SNAPSHOT/org.apache.httpcomponents.httpasyncclient-4.1.3-SNAPSHOT.pom [2023-09-08T19:31:30.992Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpasyncclient_4.1.3/target/org.apache.httpcomponents.httpasyncclient-4.1.3-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpasyncclient/4.1.3-SNAPSHOT/org.apache.httpcomponents.httpasyncclient-4.1.3-SNAPSHOT.jar [2023-09-08T19:31:30.992Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpasyncclient_4.1.3/target/org.apache.httpcomponents.httpasyncclient-4.1.3-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpasyncclient/4.1.3-SNAPSHOT/org.apache.httpcomponents.httpasyncclient-4.1.3-SNAPSHOT-sources.jar [2023-09-08T19:31:30.992Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpasyncclient_4.1.3/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpasyncclient/4.1.3-SNAPSHOT/org.apache.httpcomponents.httpasyncclient-4.1.3-SNAPSHOT-p2metadata.xml [2023-09-08T19:31:30.992Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpasyncclient_4.1.3/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpasyncclient/4.1.3-SNAPSHOT/org.apache.httpcomponents.httpasyncclient-4.1.3-SNAPSHOT-p2artifacts.xml [2023-09-08T19:31:30.992Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpasyncclient_4.1.3/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpasyncclient/4.1.3-SNAPSHOT/org.apache.httpcomponents.httpasyncclient-4.1.3-SNAPSHOT-p2metadata.xml [2023-09-08T19:31:30.992Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpasyncclient_4.1.3/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpasyncclient/4.1.3-SNAPSHOT/org.apache.httpcomponents.httpasyncclient-4.1.3-SNAPSHOT-p2artifacts.xml [2023-09-08T19:31:30.992Z] [INFO] [2023-09-08T19:31:30.992Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.httpcomponents.httpasyncclient --- [2023-09-08T19:31:30.992Z] [INFO] [2023-09-08T19:31:30.992Z] [INFO] ----< org.eclipse.orbit.bundles:org.apache.httpcomponents.httpcore >---- [2023-09-08T19:31:30.992Z] [INFO] Building Apache HttpCore 4.4.16-SNAPSHOT [79/375] [2023-09-08T19:31:30.992Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:31:30.992Z] [INFO] [2023-09-08T19:31:30.992Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.httpcomponents.httpcore --- [2023-09-08T19:31:30.992Z] [INFO] [2023-09-08T19:31:30.992Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.httpcomponents.httpcore --- [2023-09-08T19:31:30.992Z] [INFO] The project's OSGi version is 4.4.16.v20221207-1049 [2023-09-08T19:31:30.992Z] [INFO] [2023-09-08T19:31:30.992Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.httpcomponents.httpcore --- [2023-09-08T19:31:30.992Z] [INFO] [2023-09-08T19:31:30.992Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.httpcomponents.httpcore --- [2023-09-08T19:31:30.992Z] [INFO] Copying 3 resources [2023-09-08T19:31:30.992Z] [INFO] [2023-09-08T19:31:30.992Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.httpcomponents.httpcore --- [2023-09-08T19:31:30.992Z] [INFO] No sources to compile [2023-09-08T19:31:30.992Z] [INFO] [2023-09-08T19:31:30.992Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.httpcomponents.httpcore --- [2023-09-08T19:31:30.992Z] [INFO] Gathering dependencies [2023-09-08T19:31:30.992Z] [INFO] Configured Artifact: org.apache.httpcomponents:httpcore:4.4.16:jar [2023-09-08T19:31:30.992Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpcore_4.4.16/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:31:30.992Z] [INFO] Merging collected dependencies [2023-09-08T19:31:30.992Z] [INFO] Copying 258 resources [2023-09-08T19:31:30.992Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:31:30.992Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.httpcomponents.httpcore:eclipse-bundle-recipe:4.4.16-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*] [2023-09-08T19:31:30.992Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.httpcomponents.httpcore:eclipse-bundle-recipe:4.4.16-SNAPSHOT : No translation found for macro: scmBranch [2023-09-08T19:31:30.992Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.httpcomponents.httpcore:eclipse-bundle-recipe:4.4.16-SNAPSHOT : No translation found for macro: buildNumber [2023-09-08T19:31:30.992Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpcore_4.4.16/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:31:31.248Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpcore_4.4.16/target/org.apache.httpcomponents.httpcore-4.4.16-SNAPSHOT.jar [2023-09-08T19:31:31.248Z] [INFO] Gathering sources [2023-09-08T19:31:31.248Z] [INFO] Configured Artifact: org.apache.httpcomponents:httpcore:sources:4.4.16:jar [2023-09-08T19:31:31.248Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16-sources.jar [2023-09-08T19:31:31.248Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16-sources.jar [2023-09-08T19:31:31.248Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16-sources.jar (409 kB at 20 MB/s) [2023-09-08T19:31:31.248Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpcore_4.4.16/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:31:31.248Z] [INFO] Copying 3 resources [2023-09-08T19:31:31.248Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpcore_4.4.16/src/main/java [2023-09-08T19:31:31.248Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpcore_4.4.16/target/org.apache.httpcomponents.httpcore-4.4.16-SNAPSHOT-sources.jar [2023-09-08T19:31:31.248Z] [INFO] Assembling p2 repository [2023-09-08T19:31:31.810Z] [INFO] [2023-09-08T19:31:31.810Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.httpcomponents.httpcore --- [2023-09-08T19:31:31.810Z] [INFO] [2023-09-08T19:31:31.810Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.httpcomponents.httpcore --- [2023-09-08T19:31:31.810Z] [INFO] Gathering sources archives [2023-09-08T19:31:31.810Z] [INFO] Configured Artifact: org.apache.httpcomponents:httpcore:sources:4.4.16:jar [2023-09-08T19:31:31.810Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpcore_4.4.16/target/sources-for-eclipse-ipzilla/httpcore-4.4.16-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:31:31.810Z] [INFO] Configured Artifact: org.apache.httpcomponents:httpcore:sources:4.4.16:jar [2023-09-08T19:31:31.810Z] [INFO] Copying httpcore-4.4.16-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpcore_4.4.16/target/sources-for-eclipse-ipzilla/httpcore-4.4.16-sources.jar [2023-09-08T19:31:31.810Z] [INFO] Refreshing about files and about.html [2023-09-08T19:31:32.066Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpcore_4.4.16/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:31:32.066Z] [INFO] [2023-09-08T19:31:32.066Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.apache.httpcomponents.httpcore --- [2023-09-08T19:31:32.066Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpcore_4.4.16/target/org.apache.httpcomponents.httpcore-4.4.16-SNAPSHOT.jar [2023-09-08T19:31:32.994Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpcore_4.4.16/target/org.apache.httpcomponents.httpcore-4.4.16-SNAPSHOT-sources.jar [2023-09-08T19:31:33.922Z] [INFO] [2023-09-08T19:31:33.922Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.httpcomponents.httpcore --- [2023-09-08T19:31:34.178Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.apache.httpcomponents.httpcore:4.4.16-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpcore_4.4.16/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:31:34.178Z] no-classifier: different [2023-09-08T19:31:34.178Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:31:34.178Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:31:34.178Z] classifier-sources: different [2023-09-08T19:31:34.178Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:31:34.178Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:31:34.178Z] [2023-09-08T19:31:34.178Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.apache.httpcomponents.httpcore:4.4.16-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpcore_4.4.16/pom.xml [2023-09-08T19:31:34.178Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:31:34.178Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:31:34.178Z] [2023-09-08T19:31:34.434Z] [INFO] [2023-09-08T19:31:34.434Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.apache.httpcomponents.httpcore --- [2023-09-08T19:31:34.434Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpcore_4.4.16/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpcore/4.4.16-SNAPSHOT/org.apache.httpcomponents.httpcore-4.4.16-SNAPSHOT.pom [2023-09-08T19:31:34.434Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpcore_4.4.16/target/org.apache.httpcomponents.httpcore-4.4.16-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpcore/4.4.16-SNAPSHOT/org.apache.httpcomponents.httpcore-4.4.16-SNAPSHOT.jar [2023-09-08T19:31:34.434Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpcore_4.4.16/target/org.apache.httpcomponents.httpcore-4.4.16-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpcore/4.4.16-SNAPSHOT/org.apache.httpcomponents.httpcore-4.4.16-SNAPSHOT-sources.jar [2023-09-08T19:31:34.434Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpcore_4.4.16/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpcore/4.4.16-SNAPSHOT/org.apache.httpcomponents.httpcore-4.4.16-SNAPSHOT-p2metadata.xml [2023-09-08T19:31:34.434Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpcore_4.4.16/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpcore/4.4.16-SNAPSHOT/org.apache.httpcomponents.httpcore-4.4.16-SNAPSHOT-p2artifacts.xml [2023-09-08T19:31:34.434Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpcore_4.4.16/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpcore/4.4.16-SNAPSHOT/org.apache.httpcomponents.httpcore-4.4.16-SNAPSHOT-p2metadata.xml [2023-09-08T19:31:34.434Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpcore_4.4.16/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpcore/4.4.16-SNAPSHOT/org.apache.httpcomponents.httpcore-4.4.16-SNAPSHOT-p2artifacts.xml [2023-09-08T19:31:34.434Z] [INFO] [2023-09-08T19:31:34.434Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.httpcomponents.httpcore --- [2023-09-08T19:31:34.434Z] [INFO] [2023-09-08T19:31:34.434Z] [INFO] ---< org.eclipse.orbit.bundles:org.apache.httpcomponents.httpclient >--- [2023-09-08T19:31:34.434Z] [INFO] Building Apache HttpClient 4.5.14-SNAPSHOT [80/375] [2023-09-08T19:31:34.434Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:31:34.434Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.pom [2023-09-08T19:31:34.434Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.pom [2023-09-08T19:31:34.434Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.pom (6.6 kB at 442 kB/s) [2023-09-08T19:31:34.434Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/httpcomponents/httpcomponents-client/4.5.14/httpcomponents-client-4.5.14.pom [2023-09-08T19:31:34.434Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.5.14/httpcomponents-client-4.5.14.pom [2023-09-08T19:31:34.434Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.5.14/httpcomponents-client-4.5.14.pom (15 kB at 1.4 MB/s) [2023-09-08T19:31:34.435Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/httpcomponents/httpclient-cache/4.5.14/httpclient-cache-4.5.14.pom [2023-09-08T19:31:34.435Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient-cache/4.5.14/httpclient-cache-4.5.14.pom [2023-09-08T19:31:34.435Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient-cache/4.5.14/httpclient-cache-4.5.14.pom (6.6 kB at 472 kB/s) [2023-09-08T19:31:34.435Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/httpcomponents/httpmime/4.5.14/httpmime-4.5.14.pom [2023-09-08T19:31:34.435Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpmime/4.5.14/httpmime-4.5.14.pom [2023-09-08T19:31:34.435Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpmime/4.5.14/httpmime-4.5.14.pom (5.1 kB at 514 kB/s) [2023-09-08T19:31:34.435Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/httpcomponents/fluent-hc/4.5.14/fluent-hc-4.5.14.pom [2023-09-08T19:31:34.435Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/fluent-hc/4.5.14/fluent-hc-4.5.14.pom [2023-09-08T19:31:34.435Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/fluent-hc/4.5.14/fluent-hc-4.5.14.pom (5.3 kB at 478 kB/s) [2023-09-08T19:31:34.435Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.jar [2023-09-08T19:31:34.435Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/httpcomponents/httpmime/4.5.14/httpmime-4.5.14.jar [2023-09-08T19:31:34.435Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/httpcomponents/fluent-hc/4.5.14/fluent-hc-4.5.14.jar [2023-09-08T19:31:34.435Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/httpcomponents/httpclient-cache/4.5.14/httpclient-cache-4.5.14.jar [2023-09-08T19:31:34.435Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.jar [2023-09-08T19:31:34.435Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpmime/4.5.14/httpmime-4.5.14.jar [2023-09-08T19:31:34.435Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient-cache/4.5.14/httpclient-cache-4.5.14.jar [2023-09-08T19:31:34.435Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/fluent-hc/4.5.14/fluent-hc-4.5.14.jar [2023-09-08T19:31:34.435Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpmime/4.5.14/httpmime-4.5.14.jar (42 kB at 2.8 MB/s) [2023-09-08T19:31:34.435Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/fluent-hc/4.5.14/fluent-hc-4.5.14.jar (32 kB at 2.0 MB/s) [2023-09-08T19:31:34.435Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient-cache/4.5.14/httpclient-cache-4.5.14.jar (164 kB at 8.2 MB/s) [2023-09-08T19:31:34.435Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.jar (786 kB at 39 MB/s) [2023-09-08T19:31:34.435Z] [INFO] [2023-09-08T19:31:34.435Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.httpcomponents.httpclient --- [2023-09-08T19:31:34.435Z] [INFO] [2023-09-08T19:31:34.435Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.httpcomponents.httpclient --- [2023-09-08T19:31:34.435Z] [INFO] The project's OSGi version is 4.5.14.v20230516-1249 [2023-09-08T19:31:34.435Z] [INFO] [2023-09-08T19:31:34.435Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.httpcomponents.httpclient --- [2023-09-08T19:31:34.435Z] [INFO] [2023-09-08T19:31:34.435Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.httpcomponents.httpclient --- [2023-09-08T19:31:34.435Z] [INFO] Copying 3 resources [2023-09-08T19:31:34.435Z] [INFO] [2023-09-08T19:31:34.435Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.httpcomponents.httpclient --- [2023-09-08T19:31:34.435Z] [INFO] No sources to compile [2023-09-08T19:31:34.435Z] [INFO] [2023-09-08T19:31:34.435Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.httpcomponents.httpclient --- [2023-09-08T19:31:34.435Z] [INFO] Gathering dependencies [2023-09-08T19:31:34.435Z] [INFO] Configured Artifact: org.apache.httpcomponents:httpclient:4.5.14:jar [2023-09-08T19:31:34.435Z] [INFO] Configured Artifact: org.apache.httpcomponents:httpclient-cache:4.5.14:jar [2023-09-08T19:31:34.435Z] [INFO] Configured Artifact: org.apache.httpcomponents:httpmime:4.5.14:jar [2023-09-08T19:31:34.435Z] [INFO] Configured Artifact: org.apache.httpcomponents:fluent-hc:4.5.14:jar [2023-09-08T19:31:34.435Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpclient_4.5.14/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:31:34.691Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/httpcomponents/httpclient-cache/4.5.14/httpclient-cache-4.5.14.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpclient_4.5.14/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:31:34.691Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/httpcomponents/httpmime/4.5.14/httpmime-4.5.14.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpclient_4.5.14/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:31:34.691Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/httpcomponents/fluent-hc/4.5.14/fluent-hc-4.5.14.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpclient_4.5.14/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:31:34.691Z] [INFO] Merging collected dependencies [2023-09-08T19:31:34.691Z] [INFO] Copying 597 resources [2023-09-08T19:31:34.691Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:31:34.947Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpclient_4.5.14/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:31:34.947Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpclient_4.5.14/target/org.apache.httpcomponents.httpclient-4.5.14-SNAPSHOT.jar [2023-09-08T19:31:35.203Z] [INFO] Gathering sources [2023-09-08T19:31:35.203Z] [INFO] Configured Artifact: org.apache.httpcomponents:httpclient:sources:4.5.14:jar [2023-09-08T19:31:35.203Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14-sources.jar [2023-09-08T19:31:35.203Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14-sources.jar [2023-09-08T19:31:35.203Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14-sources.jar (733 kB at 37 MB/s) [2023-09-08T19:31:35.203Z] [INFO] Configured Artifact: org.apache.httpcomponents:httpclient-cache:sources:4.5.14:jar [2023-09-08T19:31:35.203Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/httpcomponents/httpclient-cache/4.5.14/httpclient-cache-4.5.14-sources.jar [2023-09-08T19:31:35.203Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient-cache/4.5.14/httpclient-cache-4.5.14-sources.jar [2023-09-08T19:31:35.203Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient-cache/4.5.14/httpclient-cache-4.5.14-sources.jar (153 kB at 4.8 MB/s) [2023-09-08T19:31:35.203Z] [INFO] Configured Artifact: org.apache.httpcomponents:httpmime:sources:4.5.14:jar [2023-09-08T19:31:35.203Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/httpcomponents/httpmime/4.5.14/httpmime-4.5.14-sources.jar [2023-09-08T19:31:35.203Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpmime/4.5.14/httpmime-4.5.14-sources.jar [2023-09-08T19:31:35.203Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpmime/4.5.14/httpmime-4.5.14-sources.jar (42 kB at 3.5 MB/s) [2023-09-08T19:31:35.203Z] [INFO] Configured Artifact: org.apache.httpcomponents:fluent-hc:sources:4.5.14:jar [2023-09-08T19:31:35.203Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/httpcomponents/fluent-hc/4.5.14/fluent-hc-4.5.14-sources.jar [2023-09-08T19:31:35.203Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/fluent-hc/4.5.14/fluent-hc-4.5.14-sources.jar [2023-09-08T19:31:35.203Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/fluent-hc/4.5.14/fluent-hc-4.5.14-sources.jar (29 kB at 2.2 MB/s) [2023-09-08T19:31:35.203Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpclient_4.5.14/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:31:35.459Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/httpcomponents/httpclient-cache/4.5.14/httpclient-cache-4.5.14-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpclient_4.5.14/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:31:35.459Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/httpcomponents/httpmime/4.5.14/httpmime-4.5.14-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpclient_4.5.14/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:31:35.459Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/httpcomponents/fluent-hc/4.5.14/fluent-hc-4.5.14-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpclient_4.5.14/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:31:35.459Z] [INFO] Copying 3 resources [2023-09-08T19:31:35.459Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpclient_4.5.14/src/main/java [2023-09-08T19:31:35.459Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpclient_4.5.14/target/org.apache.httpcomponents.httpclient-4.5.14-SNAPSHOT-sources.jar [2023-09-08T19:31:35.459Z] [INFO] Assembling p2 repository [2023-09-08T19:31:36.388Z] [INFO] [2023-09-08T19:31:36.388Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.httpcomponents.httpclient --- [2023-09-08T19:31:36.388Z] [INFO] [2023-09-08T19:31:36.388Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.httpcomponents.httpclient --- [2023-09-08T19:31:36.388Z] [INFO] Gathering sources archives [2023-09-08T19:31:36.388Z] [INFO] Configured Artifact: org.apache.httpcomponents:httpclient:sources:4.5.14:jar [2023-09-08T19:31:36.388Z] [INFO] Configured Artifact: org.apache.httpcomponents:httpclient-cache:sources:4.5.14:jar [2023-09-08T19:31:36.388Z] [INFO] Configured Artifact: org.apache.httpcomponents:httpmime:sources:4.5.14:jar [2023-09-08T19:31:36.388Z] [INFO] Configured Artifact: org.apache.httpcomponents:fluent-hc:sources:4.5.14:jar [2023-09-08T19:31:36.388Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpclient_4.5.14/target/sources-for-eclipse-ipzilla/httpclient-4.5.14-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:31:36.388Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/httpcomponents/httpclient-cache/4.5.14/httpclient-cache-4.5.14-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpclient_4.5.14/target/sources-for-eclipse-ipzilla/httpclient-cache-4.5.14-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:31:36.388Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/httpcomponents/httpmime/4.5.14/httpmime-4.5.14-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpclient_4.5.14/target/sources-for-eclipse-ipzilla/httpmime-4.5.14-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:31:36.388Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/httpcomponents/fluent-hc/4.5.14/fluent-hc-4.5.14-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpclient_4.5.14/target/sources-for-eclipse-ipzilla/fluent-hc-4.5.14-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:31:36.388Z] [INFO] Configured Artifact: org.apache.httpcomponents:httpclient:sources:4.5.14:jar [2023-09-08T19:31:36.388Z] [INFO] Configured Artifact: org.apache.httpcomponents:httpclient-cache:sources:4.5.14:jar [2023-09-08T19:31:36.388Z] [INFO] Configured Artifact: org.apache.httpcomponents:httpmime:sources:4.5.14:jar [2023-09-08T19:31:36.388Z] [INFO] Configured Artifact: org.apache.httpcomponents:fluent-hc:sources:4.5.14:jar [2023-09-08T19:31:36.388Z] [INFO] Copying httpclient-4.5.14-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpclient_4.5.14/target/sources-for-eclipse-ipzilla/httpclient-4.5.14-sources.jar [2023-09-08T19:31:36.388Z] [INFO] Copying httpclient-cache-4.5.14-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpclient_4.5.14/target/sources-for-eclipse-ipzilla/httpclient-cache-4.5.14-sources.jar [2023-09-08T19:31:36.388Z] [INFO] Copying httpmime-4.5.14-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpclient_4.5.14/target/sources-for-eclipse-ipzilla/httpmime-4.5.14-sources.jar [2023-09-08T19:31:36.388Z] [INFO] Copying fluent-hc-4.5.14-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpclient_4.5.14/target/sources-for-eclipse-ipzilla/fluent-hc-4.5.14-sources.jar [2023-09-08T19:31:36.388Z] [INFO] Refreshing about files and about.html [2023-09-08T19:31:36.388Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpclient_4.5.14/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:31:36.388Z] [INFO] [2023-09-08T19:31:36.388Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.apache.httpcomponents.httpclient --- [2023-09-08T19:31:36.644Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpclient_4.5.14/target/org.apache.httpcomponents.httpclient-4.5.14-SNAPSHOT.jar [2023-09-08T19:31:38.012Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpclient_4.5.14/target/org.apache.httpcomponents.httpclient-4.5.14-SNAPSHOT-sources.jar [2023-09-08T19:31:39.382Z] [INFO] [2023-09-08T19:31:39.382Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.httpcomponents.httpclient --- [2023-09-08T19:31:39.638Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.apache.httpcomponents.httpclient:4.5.14-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpclient_4.5.14/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:31:39.638Z] no-classifier: different [2023-09-08T19:31:39.638Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:31:39.638Z] classifier-sources: different [2023-09-08T19:31:39.638Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:31:39.638Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:31:39.638Z] [2023-09-08T19:31:39.638Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.apache.httpcomponents.httpclient:4.5.14-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpclient_4.5.14/pom.xml [2023-09-08T19:31:39.638Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:31:39.638Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:31:39.638Z] [2023-09-08T19:31:39.638Z] [INFO] [2023-09-08T19:31:39.638Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.apache.httpcomponents.httpclient --- [2023-09-08T19:31:39.638Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpclient_4.5.14/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpclient/4.5.14-SNAPSHOT/org.apache.httpcomponents.httpclient-4.5.14-SNAPSHOT.pom [2023-09-08T19:31:39.638Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpclient_4.5.14/target/org.apache.httpcomponents.httpclient-4.5.14-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpclient/4.5.14-SNAPSHOT/org.apache.httpcomponents.httpclient-4.5.14-SNAPSHOT.jar [2023-09-08T19:31:39.638Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpclient_4.5.14/target/org.apache.httpcomponents.httpclient-4.5.14-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpclient/4.5.14-SNAPSHOT/org.apache.httpcomponents.httpclient-4.5.14-SNAPSHOT-sources.jar [2023-09-08T19:31:39.638Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpclient_4.5.14/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpclient/4.5.14-SNAPSHOT/org.apache.httpcomponents.httpclient-4.5.14-SNAPSHOT-p2metadata.xml [2023-09-08T19:31:39.638Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpclient_4.5.14/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpclient/4.5.14-SNAPSHOT/org.apache.httpcomponents.httpclient-4.5.14-SNAPSHOT-p2artifacts.xml [2023-09-08T19:31:39.638Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpclient_4.5.14/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpclient/4.5.14-SNAPSHOT/org.apache.httpcomponents.httpclient-4.5.14-SNAPSHOT-p2metadata.xml [2023-09-08T19:31:39.638Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpclient_4.5.14/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpclient/4.5.14-SNAPSHOT/org.apache.httpcomponents.httpclient-4.5.14-SNAPSHOT-p2artifacts.xml [2023-09-08T19:31:39.638Z] [INFO] [2023-09-08T19:31:39.638Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.httpcomponents.httpclient --- [2023-09-08T19:31:39.638Z] [INFO] [2023-09-08T19:31:39.638Z] [INFO] --< org.eclipse.orbit.bundles:org.apache.httpcomponents.httpclient.win >-- [2023-09-08T19:31:39.638Z] [INFO] Building Apache HttpClient Windows features 4.5.14-SNAPSHOT [81/375] [2023-09-08T19:31:39.638Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:31:39.638Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/httpcomponents/httpclient-win/4.5.14/httpclient-win-4.5.14.pom [2023-09-08T19:31:39.638Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient-win/4.5.14/httpclient-win-4.5.14.pom [2023-09-08T19:31:39.896Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient-win/4.5.14/httpclient-win-4.5.14.pom (4.9 kB at 110 kB/s) [2023-09-08T19:31:39.896Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/net/java/dev/jna/jna/4.5.2/jna-4.5.2.pom [2023-09-08T19:31:39.896Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/4.5.2/jna-4.5.2.pom [2023-09-08T19:31:39.896Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/4.5.2/jna-4.5.2.pom (1.6 kB at 144 kB/s) [2023-09-08T19:31:39.896Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/net/java/dev/jna/jna-platform/4.5.2/jna-platform-4.5.2.pom [2023-09-08T19:31:39.896Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/4.5.2/jna-platform-4.5.2.pom [2023-09-08T19:31:39.896Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/4.5.2/jna-platform-4.5.2.pom (1.8 kB at 164 kB/s) [2023-09-08T19:31:39.896Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/httpcomponents/httpclient-win/4.5.14/httpclient-win-4.5.14.jar [2023-09-08T19:31:39.896Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/net/java/dev/jna/jna-platform/4.5.2/jna-platform-4.5.2.jar [2023-09-08T19:31:39.896Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/net/java/dev/jna/jna/4.5.2/jna-4.5.2.jar [2023-09-08T19:31:39.896Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient-win/4.5.14/httpclient-win-4.5.14.jar [2023-09-08T19:31:39.896Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/4.5.2/jna-4.5.2.jar [2023-09-08T19:31:39.896Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/4.5.2/jna-platform-4.5.2.jar [2023-09-08T19:31:39.896Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/4.5.2/jna-4.5.2.jar (1.5 MB at 39 MB/s) [2023-09-08T19:31:39.896Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient-win/4.5.14/httpclient-win-4.5.14.jar (18 kB at 425 kB/s) [2023-09-08T19:31:39.896Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/4.5.2/jna-platform-4.5.2.jar (2.3 MB at 31 MB/s) [2023-09-08T19:31:39.896Z] [INFO] [2023-09-08T19:31:39.896Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.httpcomponents.httpclient.win --- [2023-09-08T19:31:39.896Z] [INFO] [2023-09-08T19:31:39.896Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.httpcomponents.httpclient.win --- [2023-09-08T19:31:39.896Z] [INFO] The project's OSGi version is 4.5.14.v20221207-1049 [2023-09-08T19:31:39.896Z] [INFO] [2023-09-08T19:31:39.896Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.httpcomponents.httpclient.win --- [2023-09-08T19:31:39.896Z] [INFO] [2023-09-08T19:31:39.896Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.httpcomponents.httpclient.win --- [2023-09-08T19:31:39.896Z] [INFO] Copying 3 resources [2023-09-08T19:31:39.896Z] [INFO] [2023-09-08T19:31:39.896Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.httpcomponents.httpclient.win --- [2023-09-08T19:31:39.896Z] [INFO] No sources to compile [2023-09-08T19:31:39.896Z] [INFO] [2023-09-08T19:31:39.896Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.httpcomponents.httpclient.win --- [2023-09-08T19:31:39.896Z] [INFO] Gathering dependencies [2023-09-08T19:31:39.896Z] [INFO] Configured Artifact: org.apache.httpcomponents:httpclient-win:4.5.14:jar [2023-09-08T19:31:39.896Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/httpcomponents/httpclient-win/4.5.14/httpclient-win-4.5.14.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpclient.win_4.5.14/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:31:39.896Z] [INFO] Merging collected dependencies [2023-09-08T19:31:39.896Z] [INFO] Copying 10 resources [2023-09-08T19:31:39.896Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:31:39.896Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.httpcomponents.httpclient.win:eclipse-bundle-recipe:4.5.14-SNAPSHOT : Unused Import-Package instructions: [org.apache.http.cookie*, org.apache.http.entity*, org.apache.http.impl.client*, org.apache.http.impl.conn*, org.apache.http.impl.cookie*, org.apache.http.impl.execchain*] [2023-09-08T19:31:39.897Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpclient.win_4.5.14/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:31:39.897Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpclient.win_4.5.14/target/org.apache.httpcomponents.httpclient.win-4.5.14-SNAPSHOT.jar [2023-09-08T19:31:39.897Z] [INFO] Gathering sources [2023-09-08T19:31:39.897Z] [INFO] Configured Artifact: org.apache.httpcomponents:httpclient-win:sources:4.5.14:jar [2023-09-08T19:31:39.897Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/httpcomponents/httpclient-win/4.5.14/httpclient-win-4.5.14-sources.jar [2023-09-08T19:31:39.897Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient-win/4.5.14/httpclient-win-4.5.14-sources.jar [2023-09-08T19:31:40.154Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient-win/4.5.14/httpclient-win-4.5.14-sources.jar (20 kB at 444 kB/s) [2023-09-08T19:31:40.154Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/httpcomponents/httpclient-win/4.5.14/httpclient-win-4.5.14-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpclient.win_4.5.14/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:31:40.154Z] [INFO] Copying 3 resources [2023-09-08T19:31:40.154Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpclient.win_4.5.14/src/main/java [2023-09-08T19:31:40.154Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpclient.win_4.5.14/target/org.apache.httpcomponents.httpclient.win-4.5.14-SNAPSHOT-sources.jar [2023-09-08T19:31:40.154Z] [INFO] Assembling p2 repository [2023-09-08T19:31:40.719Z] [INFO] [2023-09-08T19:31:40.719Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.httpcomponents.httpclient.win --- [2023-09-08T19:31:40.719Z] [INFO] [2023-09-08T19:31:40.719Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.httpcomponents.httpclient.win --- [2023-09-08T19:31:40.719Z] [INFO] Gathering sources archives [2023-09-08T19:31:40.719Z] [INFO] Configured Artifact: org.apache.httpcomponents:httpclient-win:sources:4.5.14:jar [2023-09-08T19:31:40.719Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/httpcomponents/httpclient-win/4.5.14/httpclient-win-4.5.14-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpclient.win_4.5.14/target/sources-for-eclipse-ipzilla/httpclient-win-4.5.14-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:31:40.719Z] [INFO] Configured Artifact: org.apache.httpcomponents:httpclient-win:sources:4.5.14:jar [2023-09-08T19:31:40.719Z] [INFO] Copying httpclient-win-4.5.14-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpclient.win_4.5.14/target/sources-for-eclipse-ipzilla/httpclient-win-4.5.14-sources.jar [2023-09-08T19:31:40.719Z] [INFO] Refreshing about files and about.html [2023-09-08T19:31:40.719Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpclient.win_4.5.14/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:31:40.719Z] [INFO] [2023-09-08T19:31:40.719Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.apache.httpcomponents.httpclient.win --- [2023-09-08T19:31:40.719Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpclient.win_4.5.14/target/org.apache.httpcomponents.httpclient.win-4.5.14-SNAPSHOT.jar [2023-09-08T19:31:41.651Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpclient.win_4.5.14/target/org.apache.httpcomponents.httpclient.win-4.5.14-SNAPSHOT-sources.jar [2023-09-08T19:31:42.215Z] [INFO] [2023-09-08T19:31:42.216Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.httpcomponents.httpclient.win --- [2023-09-08T19:31:42.473Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.apache.httpcomponents.httpclient.win:4.5.14-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpclient.win_4.5.14/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:31:42.473Z] no-classifier: different [2023-09-08T19:31:42.473Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:31:42.473Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:31:42.473Z] classifier-sources: different [2023-09-08T19:31:42.473Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:31:42.473Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:31:42.473Z] [2023-09-08T19:31:42.473Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.apache.httpcomponents.httpclient.win:4.5.14-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpclient.win_4.5.14/pom.xml [2023-09-08T19:31:42.473Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:31:42.473Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:31:42.473Z] [2023-09-08T19:31:42.473Z] [INFO] [2023-09-08T19:31:42.473Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.apache.httpcomponents.httpclient.win --- [2023-09-08T19:31:42.473Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpclient.win_4.5.14/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpclient.win/4.5.14-SNAPSHOT/org.apache.httpcomponents.httpclient.win-4.5.14-SNAPSHOT.pom [2023-09-08T19:31:42.473Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpclient.win_4.5.14/target/org.apache.httpcomponents.httpclient.win-4.5.14-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpclient.win/4.5.14-SNAPSHOT/org.apache.httpcomponents.httpclient.win-4.5.14-SNAPSHOT.jar [2023-09-08T19:31:42.473Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpclient.win_4.5.14/target/org.apache.httpcomponents.httpclient.win-4.5.14-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpclient.win/4.5.14-SNAPSHOT/org.apache.httpcomponents.httpclient.win-4.5.14-SNAPSHOT-sources.jar [2023-09-08T19:31:42.473Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpclient.win_4.5.14/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpclient.win/4.5.14-SNAPSHOT/org.apache.httpcomponents.httpclient.win-4.5.14-SNAPSHOT-p2metadata.xml [2023-09-08T19:31:42.473Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpclient.win_4.5.14/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpclient.win/4.5.14-SNAPSHOT/org.apache.httpcomponents.httpclient.win-4.5.14-SNAPSHOT-p2artifacts.xml [2023-09-08T19:31:42.473Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpclient.win_4.5.14/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpclient.win/4.5.14-SNAPSHOT/org.apache.httpcomponents.httpclient.win-4.5.14-SNAPSHOT-p2metadata.xml [2023-09-08T19:31:42.473Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.httpclient.win_4.5.14/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.httpclient.win/4.5.14-SNAPSHOT/org.apache.httpcomponents.httpclient.win-4.5.14-SNAPSHOT-p2artifacts.xml [2023-09-08T19:31:42.473Z] [INFO] [2023-09-08T19:31:42.473Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.httpcomponents.httpclient.win --- [2023-09-08T19:31:42.473Z] [INFO] [2023-09-08T19:31:42.473Z] [INFO] --< org.eclipse.orbit.bundles:org.apache.httpcomponents.core5.httpcore5 >-- [2023-09-08T19:31:42.473Z] [INFO] Building Apache HttpComponents Core HTTP/1.1 5.1.4-SNAPSHOT [82/375] [2023-09-08T19:31:42.473Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:31:42.473Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/httpcomponents/core5/httpcore5/5.1.4/httpcore5-5.1.4.pom [2023-09-08T19:31:42.474Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5/5.1.4/httpcore5-5.1.4.pom [2023-09-08T19:31:42.474Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5/5.1.4/httpcore5-5.1.4.pom (3.8 kB at 252 kB/s) [2023-09-08T19:31:42.474Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/httpcomponents/core5/httpcore5-parent/5.1.4/httpcore5-parent-5.1.4.pom [2023-09-08T19:31:42.750Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5-parent/5.1.4/httpcore5-parent-5.1.4.pom [2023-09-08T19:31:42.750Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5-parent/5.1.4/httpcore5-parent-5.1.4.pom (10 kB at 790 kB/s) [2023-09-08T19:31:42.750Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/httpcomponents/httpcomponents-parent/12/httpcomponents-parent-12.pom [2023-09-08T19:31:42.750Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-parent/12/httpcomponents-parent-12.pom [2023-09-08T19:31:42.750Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-parent/12/httpcomponents-parent-12.pom (32 kB at 2.7 MB/s) [2023-09-08T19:31:42.750Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/httpcomponents/core5/httpcore5/5.1.4/httpcore5-5.1.4.jar [2023-09-08T19:31:42.750Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5/5.1.4/httpcore5-5.1.4.jar [2023-09-08T19:31:42.750Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5/5.1.4/httpcore5-5.1.4.jar (849 kB at 42 MB/s) [2023-09-08T19:31:42.750Z] [INFO] [2023-09-08T19:31:42.750Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.httpcomponents.core5.httpcore5 --- [2023-09-08T19:31:42.750Z] [INFO] [2023-09-08T19:31:42.750Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.httpcomponents.core5.httpcore5 --- [2023-09-08T19:31:42.750Z] [INFO] The project's OSGi version is 5.1.4.v20221013-1742 [2023-09-08T19:31:42.750Z] [INFO] [2023-09-08T19:31:42.750Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.httpcomponents.core5.httpcore5 --- [2023-09-08T19:31:42.750Z] [INFO] [2023-09-08T19:31:42.750Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.httpcomponents.core5.httpcore5 --- [2023-09-08T19:31:42.750Z] [INFO] Copying 3 resources [2023-09-08T19:31:42.750Z] [INFO] [2023-09-08T19:31:42.750Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.httpcomponents.core5.httpcore5 --- [2023-09-08T19:31:42.750Z] [INFO] No sources to compile [2023-09-08T19:31:42.750Z] [INFO] [2023-09-08T19:31:42.750Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.httpcomponents.core5.httpcore5 --- [2023-09-08T19:31:42.750Z] [INFO] Gathering dependencies [2023-09-08T19:31:42.750Z] [INFO] Configured Artifact: org.apache.httpcomponents.core5:httpcore5:5.1.4:jar [2023-09-08T19:31:42.750Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/httpcomponents/core5/httpcore5/5.1.4/httpcore5-5.1.4.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5_5.1.4/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:31:42.750Z] [INFO] Merging collected dependencies [2023-09-08T19:31:42.750Z] [INFO] Copying 638 resources [2023-09-08T19:31:42.750Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:31:43.007Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.httpcomponents.core5.httpcore5:eclipse-bundle-recipe:5.1.4-SNAPSHOT : Unused Export-Package instructions: [*.internal.*] [2023-09-08T19:31:43.007Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5_5.1.4/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:31:43.007Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5_5.1.4/target/org.apache.httpcomponents.core5.httpcore5-5.1.4-SNAPSHOT.jar [2023-09-08T19:31:43.007Z] [INFO] Gathering sources [2023-09-08T19:31:43.007Z] [INFO] Configured Artifact: org.apache.httpcomponents.core5:httpcore5:sources:5.1.4:jar [2023-09-08T19:31:43.007Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/httpcomponents/core5/httpcore5/5.1.4/httpcore5-5.1.4-sources.jar [2023-09-08T19:31:43.007Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5/5.1.4/httpcore5-5.1.4-sources.jar [2023-09-08T19:31:43.007Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5/5.1.4/httpcore5-5.1.4-sources.jar (781 kB at 36 MB/s) [2023-09-08T19:31:43.007Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/httpcomponents/core5/httpcore5/5.1.4/httpcore5-5.1.4-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5_5.1.4/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:31:43.263Z] [INFO] Copying 3 resources [2023-09-08T19:31:43.263Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5_5.1.4/src/main/java [2023-09-08T19:31:43.264Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5_5.1.4/target/org.apache.httpcomponents.core5.httpcore5-5.1.4-SNAPSHOT-sources.jar [2023-09-08T19:31:43.264Z] [INFO] Assembling p2 repository [2023-09-08T19:31:43.827Z] [INFO] [2023-09-08T19:31:43.827Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.httpcomponents.core5.httpcore5 --- [2023-09-08T19:31:43.827Z] [INFO] [2023-09-08T19:31:43.827Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.httpcomponents.core5.httpcore5 --- [2023-09-08T19:31:43.827Z] [INFO] Gathering sources archives [2023-09-08T19:31:43.827Z] [INFO] Configured Artifact: org.apache.httpcomponents.core5:httpcore5:sources:5.1.4:jar [2023-09-08T19:31:43.827Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/httpcomponents/core5/httpcore5/5.1.4/httpcore5-5.1.4-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5_5.1.4/target/sources-for-eclipse-ipzilla/httpcore5-5.1.4-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:31:43.827Z] [INFO] Configured Artifact: org.apache.httpcomponents.core5:httpcore5:sources:5.1.4:jar [2023-09-08T19:31:43.827Z] [INFO] Copying httpcore5-5.1.4-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5_5.1.4/target/sources-for-eclipse-ipzilla/httpcore5-5.1.4-sources.jar [2023-09-08T19:31:43.827Z] [INFO] Refreshing about files and about.html [2023-09-08T19:31:43.827Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5_5.1.4/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:31:43.827Z] [INFO] [2023-09-08T19:31:43.827Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.apache.httpcomponents.core5.httpcore5 --- [2023-09-08T19:31:44.085Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5_5.1.4/target/org.apache.httpcomponents.core5.httpcore5-5.1.4-SNAPSHOT.jar [2023-09-08T19:31:47.388Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5_5.1.4/target/org.apache.httpcomponents.core5.httpcore5-5.1.4-SNAPSHOT-sources.jar [2023-09-08T19:31:49.277Z] [INFO] [2023-09-08T19:31:49.278Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.httpcomponents.core5.httpcore5 --- [2023-09-08T19:31:49.278Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.apache.httpcomponents.core5.httpcore5:5.1.4-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5_5.1.4/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:31:49.278Z] no-classifier: different [2023-09-08T19:31:49.278Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:31:49.278Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:31:49.278Z] classifier-sources: different [2023-09-08T19:31:49.278Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:31:49.278Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:31:49.278Z] [2023-09-08T19:31:49.278Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.apache.httpcomponents.core5.httpcore5:5.1.4-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5_5.1.4/pom.xml [2023-09-08T19:31:49.278Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:31:49.278Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:31:49.278Z] [2023-09-08T19:31:49.278Z] [INFO] [2023-09-08T19:31:49.278Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.apache.httpcomponents.core5.httpcore5 --- [2023-09-08T19:31:49.278Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5_5.1.4/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.core5.httpcore5/5.1.4-SNAPSHOT/org.apache.httpcomponents.core5.httpcore5-5.1.4-SNAPSHOT.pom [2023-09-08T19:31:49.278Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5_5.1.4/target/org.apache.httpcomponents.core5.httpcore5-5.1.4-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.core5.httpcore5/5.1.4-SNAPSHOT/org.apache.httpcomponents.core5.httpcore5-5.1.4-SNAPSHOT.jar [2023-09-08T19:31:49.278Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5_5.1.4/target/org.apache.httpcomponents.core5.httpcore5-5.1.4-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.core5.httpcore5/5.1.4-SNAPSHOT/org.apache.httpcomponents.core5.httpcore5-5.1.4-SNAPSHOT-sources.jar [2023-09-08T19:31:49.278Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5_5.1.4/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.core5.httpcore5/5.1.4-SNAPSHOT/org.apache.httpcomponents.core5.httpcore5-5.1.4-SNAPSHOT-p2metadata.xml [2023-09-08T19:31:49.278Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5_5.1.4/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.core5.httpcore5/5.1.4-SNAPSHOT/org.apache.httpcomponents.core5.httpcore5-5.1.4-SNAPSHOT-p2artifacts.xml [2023-09-08T19:31:49.278Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5_5.1.4/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.core5.httpcore5/5.1.4-SNAPSHOT/org.apache.httpcomponents.core5.httpcore5-5.1.4-SNAPSHOT-p2metadata.xml [2023-09-08T19:31:49.278Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5_5.1.4/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.core5.httpcore5/5.1.4-SNAPSHOT/org.apache.httpcomponents.core5.httpcore5-5.1.4-SNAPSHOT-p2artifacts.xml [2023-09-08T19:31:49.278Z] [INFO] [2023-09-08T19:31:49.278Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.httpcomponents.core5.httpcore5 --- [2023-09-08T19:31:49.536Z] [INFO] [2023-09-08T19:31:49.537Z] [INFO] --< org.eclipse.orbit.bundles:org.apache.httpcomponents.core5.httpcore5-h2 >-- [2023-09-08T19:31:49.537Z] [INFO] Building Apache HttpComponents Core HTTP/2 5.1.4-SNAPSHOT [83/375] [2023-09-08T19:31:49.537Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:31:49.537Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/httpcomponents/core5/httpcore5-h2/5.1.4/httpcore5-h2-5.1.4.pom [2023-09-08T19:31:49.537Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5-h2/5.1.4/httpcore5-h2-5.1.4.pom [2023-09-08T19:31:49.537Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5-h2/5.1.4/httpcore5-h2-5.1.4.pom (3.5 kB at 250 kB/s) [2023-09-08T19:31:49.537Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/httpcomponents/core5/httpcore5-h2/5.1.4/httpcore5-h2-5.1.4.jar [2023-09-08T19:31:49.537Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5-h2/5.1.4/httpcore5-h2-5.1.4.jar [2023-09-08T19:31:49.537Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5-h2/5.1.4/httpcore5-h2-5.1.4.jar (239 kB at 7.5 MB/s) [2023-09-08T19:31:49.537Z] [INFO] [2023-09-08T19:31:49.537Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.httpcomponents.core5.httpcore5-h2 --- [2023-09-08T19:31:49.537Z] [INFO] [2023-09-08T19:31:49.537Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.httpcomponents.core5.httpcore5-h2 --- [2023-09-08T19:31:49.537Z] [INFO] The project's OSGi version is 5.1.4.v20221013-1742 [2023-09-08T19:31:49.537Z] [INFO] [2023-09-08T19:31:49.537Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.httpcomponents.core5.httpcore5-h2 --- [2023-09-08T19:31:49.537Z] [INFO] [2023-09-08T19:31:49.537Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.httpcomponents.core5.httpcore5-h2 --- [2023-09-08T19:31:49.537Z] [INFO] Copying 3 resources [2023-09-08T19:31:49.537Z] [INFO] [2023-09-08T19:31:49.537Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.httpcomponents.core5.httpcore5-h2 --- [2023-09-08T19:31:49.537Z] [INFO] No sources to compile [2023-09-08T19:31:49.537Z] [INFO] [2023-09-08T19:31:49.537Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.httpcomponents.core5.httpcore5-h2 --- [2023-09-08T19:31:49.537Z] [INFO] Gathering dependencies [2023-09-08T19:31:49.537Z] [INFO] Configured Artifact: org.apache.httpcomponents.core5:httpcore5-h2:5.1.4:jar [2023-09-08T19:31:49.537Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/httpcomponents/core5/httpcore5-h2/5.1.4/httpcore5-h2-5.1.4.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5-h2_5.1.4/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:31:49.537Z] [INFO] Merging collected dependencies [2023-09-08T19:31:49.537Z] [INFO] Copying 150 resources [2023-09-08T19:31:49.537Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:31:49.537Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.httpcomponents.core5.httpcore5-h2:eclipse-bundle-recipe:5.1.4-SNAPSHOT : Unused Export-Package instructions: [*.internal.*] [2023-09-08T19:31:49.537Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.httpcomponents.core5.httpcore5-h2:eclipse-bundle-recipe:5.1.4-SNAPSHOT : Unused Import-Package instructions: [java.org.conscrypt.*] [2023-09-08T19:31:49.537Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5-h2_5.1.4/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:31:49.537Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5-h2_5.1.4/target/org.apache.httpcomponents.core5.httpcore5-h2-5.1.4-SNAPSHOT.jar [2023-09-08T19:31:49.793Z] [INFO] Gathering sources [2023-09-08T19:31:49.793Z] [INFO] Configured Artifact: org.apache.httpcomponents.core5:httpcore5-h2:sources:5.1.4:jar [2023-09-08T19:31:49.794Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/httpcomponents/core5/httpcore5-h2/5.1.4/httpcore5-h2-5.1.4-sources.jar [2023-09-08T19:31:49.794Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5-h2/5.1.4/httpcore5-h2-5.1.4-sources.jar [2023-09-08T19:31:49.794Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5-h2/5.1.4/httpcore5-h2-5.1.4-sources.jar (177 kB at 13 MB/s) [2023-09-08T19:31:49.794Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/httpcomponents/core5/httpcore5-h2/5.1.4/httpcore5-h2-5.1.4-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5-h2_5.1.4/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:31:49.794Z] [INFO] Copying 3 resources [2023-09-08T19:31:49.794Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5-h2_5.1.4/src/main/java [2023-09-08T19:31:49.794Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5-h2_5.1.4/target/org.apache.httpcomponents.core5.httpcore5-h2-5.1.4-SNAPSHOT-sources.jar [2023-09-08T19:31:49.794Z] [INFO] Assembling p2 repository [2023-09-08T19:31:50.357Z] [INFO] [2023-09-08T19:31:50.357Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.httpcomponents.core5.httpcore5-h2 --- [2023-09-08T19:31:50.357Z] [INFO] [2023-09-08T19:31:50.357Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.httpcomponents.core5.httpcore5-h2 --- [2023-09-08T19:31:50.357Z] [INFO] Gathering sources archives [2023-09-08T19:31:50.357Z] [INFO] Configured Artifact: org.apache.httpcomponents.core5:httpcore5-h2:sources:5.1.4:jar [2023-09-08T19:31:50.357Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/httpcomponents/core5/httpcore5-h2/5.1.4/httpcore5-h2-5.1.4-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5-h2_5.1.4/target/sources-for-eclipse-ipzilla/httpcore5-h2-5.1.4-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:31:50.357Z] [INFO] Configured Artifact: org.apache.httpcomponents.core5:httpcore5-h2:sources:5.1.4:jar [2023-09-08T19:31:50.357Z] [INFO] Copying httpcore5-h2-5.1.4-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5-h2_5.1.4/target/sources-for-eclipse-ipzilla/httpcore5-h2-5.1.4-sources.jar [2023-09-08T19:31:50.357Z] [INFO] Refreshing about files and about.html [2023-09-08T19:31:50.357Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5-h2_5.1.4/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:31:50.357Z] [INFO] [2023-09-08T19:31:50.357Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.apache.httpcomponents.core5.httpcore5-h2 --- [2023-09-08T19:31:50.614Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5-h2_5.1.4/target/org.apache.httpcomponents.core5.httpcore5-h2-5.1.4-SNAPSHOT.jar [2023-09-08T19:31:52.509Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5-h2_5.1.4/target/org.apache.httpcomponents.core5.httpcore5-h2-5.1.4-SNAPSHOT-sources.jar [2023-09-08T19:31:53.072Z] [INFO] [2023-09-08T19:31:53.072Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.httpcomponents.core5.httpcore5-h2 --- [2023-09-08T19:31:53.327Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.apache.httpcomponents.core5.httpcore5-h2:5.1.4-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5-h2_5.1.4/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:31:53.327Z] no-classifier: different [2023-09-08T19:31:53.327Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:31:53.327Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:31:53.327Z] classifier-sources: different [2023-09-08T19:31:53.327Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:31:53.327Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:31:53.327Z] [2023-09-08T19:31:53.327Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.apache.httpcomponents.core5.httpcore5-h2:5.1.4-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5-h2_5.1.4/pom.xml [2023-09-08T19:31:53.327Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:31:53.327Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:31:53.327Z] [2023-09-08T19:31:53.327Z] [INFO] [2023-09-08T19:31:53.327Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.apache.httpcomponents.core5.httpcore5-h2 --- [2023-09-08T19:31:53.327Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5-h2_5.1.4/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.core5.httpcore5-h2/5.1.4-SNAPSHOT/org.apache.httpcomponents.core5.httpcore5-h2-5.1.4-SNAPSHOT.pom [2023-09-08T19:31:53.327Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5-h2_5.1.4/target/org.apache.httpcomponents.core5.httpcore5-h2-5.1.4-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.core5.httpcore5-h2/5.1.4-SNAPSHOT/org.apache.httpcomponents.core5.httpcore5-h2-5.1.4-SNAPSHOT.jar [2023-09-08T19:31:53.328Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5-h2_5.1.4/target/org.apache.httpcomponents.core5.httpcore5-h2-5.1.4-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.core5.httpcore5-h2/5.1.4-SNAPSHOT/org.apache.httpcomponents.core5.httpcore5-h2-5.1.4-SNAPSHOT-sources.jar [2023-09-08T19:31:53.328Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5-h2_5.1.4/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.core5.httpcore5-h2/5.1.4-SNAPSHOT/org.apache.httpcomponents.core5.httpcore5-h2-5.1.4-SNAPSHOT-p2metadata.xml [2023-09-08T19:31:53.328Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5-h2_5.1.4/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.core5.httpcore5-h2/5.1.4-SNAPSHOT/org.apache.httpcomponents.core5.httpcore5-h2-5.1.4-SNAPSHOT-p2artifacts.xml [2023-09-08T19:31:53.328Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5-h2_5.1.4/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.core5.httpcore5-h2/5.1.4-SNAPSHOT/org.apache.httpcomponents.core5.httpcore5-h2-5.1.4-SNAPSHOT-p2metadata.xml [2023-09-08T19:31:53.328Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.core5.httpcore5-h2_5.1.4/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.core5.httpcore5-h2/5.1.4-SNAPSHOT/org.apache.httpcomponents.core5.httpcore5-h2-5.1.4-SNAPSHOT-p2artifacts.xml [2023-09-08T19:31:53.328Z] [INFO] [2023-09-08T19:31:53.328Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.httpcomponents.core5.httpcore5-h2 --- [2023-09-08T19:31:53.328Z] [INFO] [2023-09-08T19:31:53.328Z] [INFO] --< org.eclipse.orbit.bundles:org.apache.httpcomponents.client5.httpclient5 >-- [2023-09-08T19:31:53.328Z] [INFO] Building Apache HttpClient 5.1.3-SNAPSHOT [84/375] [2023-09-08T19:31:53.328Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:31:53.328Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/httpcomponents/client5/httpclient5/5.1.3/httpclient5-5.1.3.pom [2023-09-08T19:31:53.328Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/client5/httpclient5/5.1.3/httpclient5-5.1.3.pom [2023-09-08T19:31:53.328Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/client5/httpclient5/5.1.3/httpclient5-5.1.3.pom (5.8 kB at 482 kB/s) [2023-09-08T19:31:53.328Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/httpcomponents/client5/httpclient5-parent/5.1.3/httpclient5-parent-5.1.3.pom [2023-09-08T19:31:53.328Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/client5/httpclient5-parent/5.1.3/httpclient5-parent-5.1.3.pom [2023-09-08T19:31:53.328Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/client5/httpclient5-parent/5.1.3/httpclient5-parent-5.1.3.pom (14 kB at 1.3 MB/s) [2023-09-08T19:31:53.328Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/httpcomponents/core5/httpcore5/5.1.3/httpcore5-5.1.3.pom [2023-09-08T19:31:53.328Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5/5.1.3/httpcore5-5.1.3.pom [2023-09-08T19:31:53.328Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5/5.1.3/httpcore5-5.1.3.pom (3.8 kB at 344 kB/s) [2023-09-08T19:31:53.328Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/httpcomponents/core5/httpcore5-parent/5.1.3/httpcore5-parent-5.1.3.pom [2023-09-08T19:31:53.328Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5-parent/5.1.3/httpcore5-parent-5.1.3.pom [2023-09-08T19:31:53.328Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5-parent/5.1.3/httpcore5-parent-5.1.3.pom (10 kB at 934 kB/s) [2023-09-08T19:31:53.328Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/httpcomponents/core5/httpcore5-h2/5.1.3/httpcore5-h2-5.1.3.pom [2023-09-08T19:31:53.328Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5-h2/5.1.3/httpcore5-h2-5.1.3.pom [2023-09-08T19:31:53.586Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5-h2/5.1.3/httpcore5-h2-5.1.3.pom (3.5 kB at 269 kB/s) [2023-09-08T19:31:53.586Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/commons-codec/commons-codec/1.15/commons-codec-1.15.pom [2023-09-08T19:31:53.586Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.15/commons-codec-1.15.pom [2023-09-08T19:31:53.586Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.15/commons-codec-1.15.pom (15 kB at 1.5 MB/s) [2023-09-08T19:31:53.586Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/httpcomponents/client5/httpclient5/5.1.3/httpclient5-5.1.3.jar [2023-09-08T19:31:53.586Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/httpcomponents/core5/httpcore5-h2/5.1.3/httpcore5-h2-5.1.3.jar [2023-09-08T19:31:53.586Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/httpcomponents/core5/httpcore5/5.1.3/httpcore5-5.1.3.jar [2023-09-08T19:31:53.586Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/commons-codec/commons-codec/1.15/commons-codec-1.15.jar [2023-09-08T19:31:53.586Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/client5/httpclient5/5.1.3/httpclient5-5.1.3.jar [2023-09-08T19:31:53.586Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5/5.1.3/httpcore5-5.1.3.jar [2023-09-08T19:31:53.586Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.15/commons-codec-1.15.jar [2023-09-08T19:31:53.586Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5-h2/5.1.3/httpcore5-h2-5.1.3.jar [2023-09-08T19:31:53.586Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.15/commons-codec-1.15.jar (354 kB at 20 MB/s) [2023-09-08T19:31:53.586Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/client5/httpclient5/5.1.3/httpclient5-5.1.3.jar (798 kB at 31 MB/s) [2023-09-08T19:31:53.586Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5-h2/5.1.3/httpcore5-h2-5.1.3.jar (232 kB at 8.9 MB/s) [2023-09-08T19:31:53.586Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/core5/httpcore5/5.1.3/httpcore5-5.1.3.jar (851 kB at 27 MB/s) [2023-09-08T19:31:53.586Z] [INFO] [2023-09-08T19:31:53.586Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.httpcomponents.client5.httpclient5 --- [2023-09-08T19:31:53.586Z] [INFO] [2023-09-08T19:31:53.586Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.httpcomponents.client5.httpclient5 --- [2023-09-08T19:31:53.586Z] [INFO] The project's OSGi version is 5.1.3.v20221013-1742 [2023-09-08T19:31:53.586Z] [INFO] [2023-09-08T19:31:53.586Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.httpcomponents.client5.httpclient5 --- [2023-09-08T19:31:53.586Z] [INFO] [2023-09-08T19:31:53.586Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.httpcomponents.client5.httpclient5 --- [2023-09-08T19:31:53.586Z] [INFO] Copying 3 resources [2023-09-08T19:31:53.586Z] [INFO] [2023-09-08T19:31:53.586Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.httpcomponents.client5.httpclient5 --- [2023-09-08T19:31:53.586Z] [INFO] No sources to compile [2023-09-08T19:31:53.586Z] [INFO] [2023-09-08T19:31:53.586Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.httpcomponents.client5.httpclient5 --- [2023-09-08T19:31:53.586Z] [INFO] Gathering dependencies [2023-09-08T19:31:53.586Z] [INFO] Configured Artifact: org.apache.httpcomponents.client5:httpclient5:5.1.3:jar [2023-09-08T19:31:53.586Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/httpcomponents/client5/httpclient5/5.1.3/httpclient5-5.1.3.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.client5.httpclient5_5.1.3/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:31:53.586Z] [INFO] Merging collected dependencies [2023-09-08T19:31:53.586Z] [INFO] Copying 482 resources [2023-09-08T19:31:53.586Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:31:53.842Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.httpcomponents.client5.httpclient5:eclipse-bundle-recipe:5.1.3-SNAPSHOT : Unused Export-Package instructions: [*.internal.*] [2023-09-08T19:31:53.842Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.httpcomponents.client5.httpclient5:eclipse-bundle-recipe:5.1.3-SNAPSHOT : Unused Import-Package instructions: [org.apache.hc.core5.http2.*, java.org.conscrypt.*] [2023-09-08T19:31:53.842Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.client5.httpclient5_5.1.3/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:31:53.842Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.client5.httpclient5_5.1.3/target/org.apache.httpcomponents.client5.httpclient5-5.1.3-SNAPSHOT.jar [2023-09-08T19:31:54.098Z] [INFO] Gathering sources [2023-09-08T19:31:54.098Z] [INFO] Configured Artifact: org.apache.httpcomponents.client5:httpclient5:sources:5.1.3:jar [2023-09-08T19:31:54.098Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/httpcomponents/client5/httpclient5/5.1.3/httpclient5-5.1.3-sources.jar [2023-09-08T19:31:54.098Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/client5/httpclient5/5.1.3/httpclient5-5.1.3-sources.jar [2023-09-08T19:31:54.098Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/client5/httpclient5/5.1.3/httpclient5-5.1.3-sources.jar (581 kB at 29 MB/s) [2023-09-08T19:31:54.098Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/httpcomponents/client5/httpclient5/5.1.3/httpclient5-5.1.3-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.client5.httpclient5_5.1.3/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:31:54.098Z] [INFO] Copying 3 resources [2023-09-08T19:31:54.098Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.client5.httpclient5_5.1.3/src/main/java [2023-09-08T19:31:54.098Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.client5.httpclient5_5.1.3/target/org.apache.httpcomponents.client5.httpclient5-5.1.3-SNAPSHOT-sources.jar [2023-09-08T19:31:54.098Z] [INFO] Assembling p2 repository [2023-09-08T19:31:54.661Z] [INFO] [2023-09-08T19:31:54.661Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.httpcomponents.client5.httpclient5 --- [2023-09-08T19:31:54.661Z] [INFO] [2023-09-08T19:31:54.661Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.httpcomponents.client5.httpclient5 --- [2023-09-08T19:31:54.661Z] [INFO] Gathering sources archives [2023-09-08T19:31:54.661Z] [INFO] Configured Artifact: org.apache.httpcomponents.client5:httpclient5:sources:5.1.3:jar [2023-09-08T19:31:54.917Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/httpcomponents/client5/httpclient5/5.1.3/httpclient5-5.1.3-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.client5.httpclient5_5.1.3/target/sources-for-eclipse-ipzilla/httpclient5-5.1.3-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:31:54.917Z] [INFO] Configured Artifact: org.apache.httpcomponents.client5:httpclient5:sources:5.1.3:jar [2023-09-08T19:31:54.917Z] [INFO] Copying httpclient5-5.1.3-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.client5.httpclient5_5.1.3/target/sources-for-eclipse-ipzilla/httpclient5-5.1.3-sources.jar [2023-09-08T19:31:54.917Z] [INFO] Refreshing about files and about.html [2023-09-08T19:31:54.917Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.client5.httpclient5_5.1.3/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:31:54.917Z] [INFO] [2023-09-08T19:31:54.917Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.apache.httpcomponents.client5.httpclient5 --- [2023-09-08T19:31:55.174Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.client5.httpclient5_5.1.3/target/org.apache.httpcomponents.client5.httpclient5-5.1.3-SNAPSHOT.jar [2023-09-08T19:31:56.114Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.client5.httpclient5_5.1.3/target/org.apache.httpcomponents.client5.httpclient5-5.1.3-SNAPSHOT-sources.jar [2023-09-08T19:31:57.043Z] [INFO] [2023-09-08T19:31:57.043Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.httpcomponents.client5.httpclient5 --- [2023-09-08T19:31:57.300Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.apache.httpcomponents.client5.httpclient5:5.1.3-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.client5.httpclient5_5.1.3/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:31:57.300Z] no-classifier: different [2023-09-08T19:31:57.300Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:31:57.300Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:31:57.300Z] classifier-sources: different [2023-09-08T19:31:57.300Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:31:57.300Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:31:57.300Z] [2023-09-08T19:31:57.300Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.apache.httpcomponents.client5.httpclient5:5.1.3-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.client5.httpclient5_5.1.3/pom.xml [2023-09-08T19:31:57.300Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:31:57.300Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:31:57.300Z] [2023-09-08T19:31:57.300Z] [INFO] [2023-09-08T19:31:57.300Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.apache.httpcomponents.client5.httpclient5 --- [2023-09-08T19:31:57.300Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.client5.httpclient5_5.1.3/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.client5.httpclient5/5.1.3-SNAPSHOT/org.apache.httpcomponents.client5.httpclient5-5.1.3-SNAPSHOT.pom [2023-09-08T19:31:57.300Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.client5.httpclient5_5.1.3/target/org.apache.httpcomponents.client5.httpclient5-5.1.3-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.client5.httpclient5/5.1.3-SNAPSHOT/org.apache.httpcomponents.client5.httpclient5-5.1.3-SNAPSHOT.jar [2023-09-08T19:31:57.300Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.client5.httpclient5_5.1.3/target/org.apache.httpcomponents.client5.httpclient5-5.1.3-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.client5.httpclient5/5.1.3-SNAPSHOT/org.apache.httpcomponents.client5.httpclient5-5.1.3-SNAPSHOT-sources.jar [2023-09-08T19:31:57.300Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.client5.httpclient5_5.1.3/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.client5.httpclient5/5.1.3-SNAPSHOT/org.apache.httpcomponents.client5.httpclient5-5.1.3-SNAPSHOT-p2metadata.xml [2023-09-08T19:31:57.300Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.client5.httpclient5_5.1.3/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.client5.httpclient5/5.1.3-SNAPSHOT/org.apache.httpcomponents.client5.httpclient5-5.1.3-SNAPSHOT-p2artifacts.xml [2023-09-08T19:31:57.300Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.client5.httpclient5_5.1.3/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.client5.httpclient5/5.1.3-SNAPSHOT/org.apache.httpcomponents.client5.httpclient5-5.1.3-SNAPSHOT-p2metadata.xml [2023-09-08T19:31:57.300Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.client5.httpclient5_5.1.3/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.client5.httpclient5/5.1.3-SNAPSHOT/org.apache.httpcomponents.client5.httpclient5-5.1.3-SNAPSHOT-p2artifacts.xml [2023-09-08T19:31:57.300Z] [INFO] [2023-09-08T19:31:57.300Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.httpcomponents.client5.httpclient5 --- [2023-09-08T19:31:57.300Z] [INFO] [2023-09-08T19:31:57.300Z] [INFO] --< org.eclipse.orbit.bundles:org.apache.httpcomponents.client5.httpclient5-win >-- [2023-09-08T19:31:57.300Z] [INFO] Building Apache HttpClient Windows specific functionality 5.1.3-SNAPSHOT [85/375] [2023-09-08T19:31:57.300Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:31:57.300Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/httpcomponents/client5/httpclient5-win/5.1.3/httpclient5-win-5.1.3.pom [2023-09-08T19:31:57.300Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/client5/httpclient5-win/5.1.3/httpclient5-win-5.1.3.pom [2023-09-08T19:31:57.300Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/client5/httpclient5-win/5.1.3/httpclient5-win-5.1.3.pom (3.6 kB at 64 kB/s) [2023-09-08T19:31:57.556Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/net/java/dev/jna/jna/5.2.0/jna-5.2.0.pom [2023-09-08T19:31:57.556Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/5.2.0/jna-5.2.0.pom [2023-09-08T19:31:57.556Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/5.2.0/jna-5.2.0.pom (1.6 kB at 99 kB/s) [2023-09-08T19:31:57.556Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/net/java/dev/jna/jna-platform/5.2.0/jna-platform-5.2.0.pom [2023-09-08T19:31:57.557Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/5.2.0/jna-platform-5.2.0.pom [2023-09-08T19:31:57.557Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/5.2.0/jna-platform-5.2.0.pom (1.8 kB at 138 kB/s) [2023-09-08T19:31:57.557Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/httpcomponents/client5/httpclient5-win/5.1.3/httpclient5-win-5.1.3.jar [2023-09-08T19:31:57.557Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/net/java/dev/jna/jna-platform/5.2.0/jna-platform-5.2.0.jar [2023-09-08T19:31:57.557Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/net/java/dev/jna/jna/5.2.0/jna-5.2.0.jar [2023-09-08T19:31:57.557Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/client5/httpclient5-win/5.1.3/httpclient5-win-5.1.3.jar [2023-09-08T19:31:57.557Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/5.2.0/jna-platform-5.2.0.jar [2023-09-08T19:31:57.557Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/5.2.0/jna-5.2.0.jar [2023-09-08T19:31:57.557Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/5.2.0/jna-5.2.0.jar (1.5 MB at 51 MB/s) [2023-09-08T19:31:57.557Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/client5/httpclient5-win/5.1.3/httpclient5-win-5.1.3.jar (16 kB at 305 kB/s) [2023-09-08T19:31:57.557Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/5.2.0/jna-platform-5.2.0.jar (2.5 MB at 43 MB/s) [2023-09-08T19:31:57.557Z] [INFO] [2023-09-08T19:31:57.557Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.httpcomponents.client5.httpclient5-win --- [2023-09-08T19:31:57.557Z] [INFO] [2023-09-08T19:31:57.557Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.httpcomponents.client5.httpclient5-win --- [2023-09-08T19:31:57.557Z] [INFO] The project's OSGi version is 5.1.3.v20221013-1742 [2023-09-08T19:31:57.557Z] [INFO] [2023-09-08T19:31:57.557Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.httpcomponents.client5.httpclient5-win --- [2023-09-08T19:31:57.557Z] [INFO] [2023-09-08T19:31:57.557Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.httpcomponents.client5.httpclient5-win --- [2023-09-08T19:31:57.557Z] [INFO] Copying 3 resources [2023-09-08T19:31:57.557Z] [INFO] [2023-09-08T19:31:57.557Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.httpcomponents.client5.httpclient5-win --- [2023-09-08T19:31:57.557Z] [INFO] No sources to compile [2023-09-08T19:31:57.557Z] [INFO] [2023-09-08T19:31:57.557Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.httpcomponents.client5.httpclient5-win --- [2023-09-08T19:31:57.557Z] [INFO] Gathering dependencies [2023-09-08T19:31:57.557Z] [INFO] Configured Artifact: org.apache.httpcomponents.client5:httpclient5-win:5.1.3:jar [2023-09-08T19:31:57.557Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/httpcomponents/client5/httpclient5-win/5.1.3/httpclient5-win-5.1.3.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.client5.httpclient5-win_5.1.3/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:31:57.557Z] [INFO] Merging collected dependencies [2023-09-08T19:31:57.557Z] [INFO] Copying 8 resources [2023-09-08T19:31:57.557Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:31:57.557Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.httpcomponents.client5.httpclient5-win:eclipse-bundle-recipe:5.1.3-SNAPSHOT : Unused Export-Package instructions: [*.internal.*] [2023-09-08T19:31:57.557Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.httpcomponents.client5.httpclient5-win:eclipse-bundle-recipe:5.1.3-SNAPSHOT : Unused Import-Package instructions: [org.apache.hc.core5.http2.*, java.org.conscrypt.*] [2023-09-08T19:31:57.557Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.client5.httpclient5-win_5.1.3/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:31:57.557Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.client5.httpclient5-win_5.1.3/target/org.apache.httpcomponents.client5.httpclient5-win-5.1.3-SNAPSHOT.jar [2023-09-08T19:31:57.557Z] [INFO] Gathering sources [2023-09-08T19:31:57.557Z] [INFO] Configured Artifact: org.apache.httpcomponents.client5:httpclient5-win:sources:5.1.3:jar [2023-09-08T19:31:57.557Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/httpcomponents/client5/httpclient5-win/5.1.3/httpclient5-win-5.1.3-sources.jar [2023-09-08T19:31:57.813Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/client5/httpclient5-win/5.1.3/httpclient5-win-5.1.3-sources.jar [2023-09-08T19:31:57.813Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/client5/httpclient5-win/5.1.3/httpclient5-win-5.1.3-sources.jar (16 kB at 393 kB/s) [2023-09-08T19:31:57.813Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/httpcomponents/client5/httpclient5-win/5.1.3/httpclient5-win-5.1.3-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.client5.httpclient5-win_5.1.3/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:31:57.813Z] [INFO] Copying 3 resources [2023-09-08T19:31:57.813Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.client5.httpclient5-win_5.1.3/src/main/java [2023-09-08T19:31:57.813Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.client5.httpclient5-win_5.1.3/target/org.apache.httpcomponents.client5.httpclient5-win-5.1.3-SNAPSHOT-sources.jar [2023-09-08T19:31:57.813Z] [INFO] Assembling p2 repository [2023-09-08T19:31:58.375Z] [INFO] [2023-09-08T19:31:58.375Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.httpcomponents.client5.httpclient5-win --- [2023-09-08T19:31:58.375Z] [INFO] [2023-09-08T19:31:58.375Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.httpcomponents.client5.httpclient5-win --- [2023-09-08T19:31:58.375Z] [INFO] Gathering sources archives [2023-09-08T19:31:58.375Z] [INFO] Configured Artifact: org.apache.httpcomponents.client5:httpclient5-win:sources:5.1.3:jar [2023-09-08T19:31:58.375Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/httpcomponents/client5/httpclient5-win/5.1.3/httpclient5-win-5.1.3-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.client5.httpclient5-win_5.1.3/target/sources-for-eclipse-ipzilla/httpclient5-win-5.1.3-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:31:58.375Z] [INFO] Configured Artifact: org.apache.httpcomponents.client5:httpclient5-win:sources:5.1.3:jar [2023-09-08T19:31:58.375Z] [INFO] Copying httpclient5-win-5.1.3-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.client5.httpclient5-win_5.1.3/target/sources-for-eclipse-ipzilla/httpclient5-win-5.1.3-sources.jar [2023-09-08T19:31:58.375Z] [INFO] Refreshing about files and about.html [2023-09-08T19:31:58.375Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.client5.httpclient5-win_5.1.3/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:31:58.375Z] [INFO] [2023-09-08T19:31:58.375Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.apache.httpcomponents.client5.httpclient5-win --- [2023-09-08T19:31:58.375Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.client5.httpclient5-win_5.1.3/target/org.apache.httpcomponents.client5.httpclient5-win-5.1.3-SNAPSHOT.jar [2023-09-08T19:31:59.304Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.client5.httpclient5-win_5.1.3/target/org.apache.httpcomponents.client5.httpclient5-win-5.1.3-SNAPSHOT-sources.jar [2023-09-08T19:32:01.194Z] [INFO] [2023-09-08T19:32:01.194Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.httpcomponents.client5.httpclient5-win --- [2023-09-08T19:32:01.194Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.apache.httpcomponents.client5.httpclient5-win:5.1.3-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.client5.httpclient5-win_5.1.3/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:32:01.194Z] no-classifier: different [2023-09-08T19:32:01.194Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:32:01.194Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:32:01.194Z] classifier-sources: different [2023-09-08T19:32:01.194Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:32:01.194Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:32:01.194Z] [2023-09-08T19:32:01.194Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.apache.httpcomponents.client5.httpclient5-win:5.1.3-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.client5.httpclient5-win_5.1.3/pom.xml [2023-09-08T19:32:01.194Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:32:01.194Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:32:01.194Z] [2023-09-08T19:32:01.194Z] [INFO] [2023-09-08T19:32:01.194Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.apache.httpcomponents.client5.httpclient5-win --- [2023-09-08T19:32:01.194Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.client5.httpclient5-win_5.1.3/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.client5.httpclient5-win/5.1.3-SNAPSHOT/org.apache.httpcomponents.client5.httpclient5-win-5.1.3-SNAPSHOT.pom [2023-09-08T19:32:01.194Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.client5.httpclient5-win_5.1.3/target/org.apache.httpcomponents.client5.httpclient5-win-5.1.3-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.client5.httpclient5-win/5.1.3-SNAPSHOT/org.apache.httpcomponents.client5.httpclient5-win-5.1.3-SNAPSHOT.jar [2023-09-08T19:32:01.194Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.client5.httpclient5-win_5.1.3/target/org.apache.httpcomponents.client5.httpclient5-win-5.1.3-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.client5.httpclient5-win/5.1.3-SNAPSHOT/org.apache.httpcomponents.client5.httpclient5-win-5.1.3-SNAPSHOT-sources.jar [2023-09-08T19:32:01.194Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.client5.httpclient5-win_5.1.3/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.client5.httpclient5-win/5.1.3-SNAPSHOT/org.apache.httpcomponents.client5.httpclient5-win-5.1.3-SNAPSHOT-p2metadata.xml [2023-09-08T19:32:01.194Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.client5.httpclient5-win_5.1.3/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.client5.httpclient5-win/5.1.3-SNAPSHOT/org.apache.httpcomponents.client5.httpclient5-win-5.1.3-SNAPSHOT-p2artifacts.xml [2023-09-08T19:32:01.194Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.client5.httpclient5-win_5.1.3/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.client5.httpclient5-win/5.1.3-SNAPSHOT/org.apache.httpcomponents.client5.httpclient5-win-5.1.3-SNAPSHOT-p2metadata.xml [2023-09-08T19:32:01.194Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/httpcomponents/org.apache.httpcomponents.client5.httpclient5-win_5.1.3/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.httpcomponents.client5.httpclient5-win/5.1.3-SNAPSHOT/org.apache.httpcomponents.client5.httpclient5-win-5.1.3-SNAPSHOT-p2artifacts.xml [2023-09-08T19:32:01.194Z] [INFO] [2023-09-08T19:32:01.194Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.httpcomponents.client5.httpclient5-win --- [2023-09-08T19:32:01.194Z] [INFO] [2023-09-08T19:32:01.195Z] [INFO] -----------------< org.eclipse.orbit.bundles:jclouds >------------------ [2023-09-08T19:32:01.195Z] [INFO] Building Eclipse Orbit :: JClouds Recipes 1.0.0-SNAPSHOT [86/375] [2023-09-08T19:32:01.195Z] [INFO] --------------------------------[ pom ]--------------------------------- [2023-09-08T19:32:01.195Z] [INFO] [2023-09-08T19:32:01.195Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jclouds --- [2023-09-08T19:32:01.195Z] [INFO] [2023-09-08T19:32:01.195Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ jclouds --- [2023-09-08T19:32:01.195Z] [INFO] [2023-09-08T19:32:01.195Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ jclouds --- [2023-09-08T19:32:01.195Z] [INFO] [2023-09-08T19:32:01.195Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ jclouds --- [2023-09-08T19:32:01.195Z] [INFO] [2023-09-08T19:32:01.195Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ jclouds --- [2023-09-08T19:32:01.195Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/jclouds/1.0.0-SNAPSHOT/jclouds-1.0.0-SNAPSHOT.pom [2023-09-08T19:32:01.195Z] [INFO] [2023-09-08T19:32:01.195Z] [INFO] --< org.eclipse.orbit.bundles:org.apache.jclouds.common.openstack-common >-- [2023-09-08T19:32:01.195Z] [INFO] Building Apache Jclouds OpenStack Components Core 1.8.0-SNAPSHOT [87/375] [2023-09-08T19:32:01.195Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:32:01.195Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/jclouds/common/openstack-common/1.8.0/openstack-common-1.8.0.pom [2023-09-08T19:32:01.195Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/jclouds/common/openstack-common/1.8.0/openstack-common-1.8.0.pom [2023-09-08T19:32:01.195Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/jclouds/common/openstack-common/1.8.0/openstack-common-1.8.0.pom (2.2 kB at 51 kB/s) [2023-09-08T19:32:01.195Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/jclouds/jclouds-project/1.8.0/jclouds-project-1.8.0.pom [2023-09-08T19:32:01.195Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/jclouds/jclouds-project/1.8.0/jclouds-project-1.8.0.pom [2023-09-08T19:32:01.195Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/jclouds/jclouds-project/1.8.0/jclouds-project-1.8.0.pom (39 kB at 899 kB/s) [2023-09-08T19:32:01.195Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/apache/14/apache-14.pom [2023-09-08T19:32:01.195Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/apache/14/apache-14.pom [2023-09-08T19:32:01.195Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/apache/14/apache-14.pom (15 kB at 816 kB/s) [2023-09-08T19:32:01.195Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/jclouds/jclouds-core/1.8.0/jclouds-core-1.8.0.pom [2023-09-08T19:32:01.195Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/jclouds/jclouds-core/1.8.0/jclouds-core-1.8.0.pom [2023-09-08T19:32:01.452Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/jclouds/jclouds-core/1.8.0/jclouds-core-1.8.0.pom (5.6 kB at 87 kB/s) [2023-09-08T19:32:01.452Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.pom [2023-09-08T19:32:01.452Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.pom [2023-09-08T19:32:01.452Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.pom (5.5 kB at 547 kB/s) [2023-09-08T19:32:01.452Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/inject/extensions/guice-assistedinject/3.0/guice-assistedinject-3.0.pom [2023-09-08T19:32:01.452Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/inject/extensions/guice-assistedinject/3.0/guice-assistedinject-3.0.pom [2023-09-08T19:32:01.452Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/inject/extensions/guice-assistedinject/3.0/guice-assistedinject-3.0.pom (549 B at 18 kB/s) [2023-09-08T19:32:01.452Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/inject/extensions/extensions-parent/3.0/extensions-parent-3.0.pom [2023-09-08T19:32:01.452Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/inject/extensions/extensions-parent/3.0/extensions-parent-3.0.pom [2023-09-08T19:32:01.452Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/inject/extensions/extensions-parent/3.0/extensions-parent-3.0.pom (3.6 kB at 164 kB/s) [2023-09-08T19:32:01.452Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/inject/guice-parent/3.0/guice-parent-3.0.pom [2023-09-08T19:32:01.452Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/inject/guice-parent/3.0/guice-parent-3.0.pom [2023-09-08T19:32:01.452Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/inject/guice-parent/3.0/guice-parent-3.0.pom (13 kB at 1.1 MB/s) [2023-09-08T19:32:01.452Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/inject/guice/3.0/guice-3.0.pom [2023-09-08T19:32:01.452Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/inject/guice/3.0/guice-3.0.pom [2023-09-08T19:32:01.452Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/inject/guice/3.0/guice-3.0.pom (7.3 kB at 280 kB/s) [2023-09-08T19:32:01.452Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/99soft/guice/rocoto/6.2/rocoto-6.2.pom [2023-09-08T19:32:01.452Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/99soft/guice/rocoto/6.2/rocoto-6.2.pom [2023-09-08T19:32:01.727Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/99soft/guice/rocoto/6.2/rocoto-6.2.pom (4.5 kB at 138 kB/s) [2023-09-08T19:32:01.727Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/99soft/oss-parent/9/oss-parent-9.pom [2023-09-08T19:32:01.727Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/99soft/oss-parent/9/oss-parent-9.pom [2023-09-08T19:32:01.727Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/99soft/oss-parent/9/oss-parent-9.pom (21 kB at 736 kB/s) [2023-09-08T19:32:01.727Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/code/gson/gson/2.2.4/gson-2.2.4.pom [2023-09-08T19:32:01.727Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.2.4/gson-2.2.4.pom [2023-09-08T19:32:01.727Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.2.4/gson-2.2.4.pom (8.0 kB at 574 kB/s) [2023-09-08T19:32:01.727Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/guava/guava/17.0/guava-17.0.pom [2023-09-08T19:32:01.727Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/17.0/guava-17.0.pom [2023-09-08T19:32:01.727Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/17.0/guava-17.0.pom (5.6 kB at 402 kB/s) [2023-09-08T19:32:01.727Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/guava/guava-parent/17.0/guava-parent-17.0.pom [2023-09-08T19:32:01.727Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/17.0/guava-parent-17.0.pom [2023-09-08T19:32:01.727Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/17.0/guava-parent-17.0.pom (7.8 kB at 392 kB/s) [2023-09-08T19:32:01.727Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/jclouds/common/openstack-common/1.8.0/openstack-common-1.8.0.jar [2023-09-08T19:32:01.727Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/inject/extensions/guice-assistedinject/3.0/guice-assistedinject-3.0.jar [2023-09-08T19:32:01.727Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar [2023-09-08T19:32:01.727Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/jclouds/jclouds-core/1.8.0/jclouds-core-1.8.0.jar [2023-09-08T19:32:01.727Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/inject/guice/3.0/guice-3.0.jar [2023-09-08T19:32:01.727Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/99soft/guice/rocoto/6.2/rocoto-6.2.jar [2023-09-08T19:32:01.727Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/guava/guava/17.0/guava-17.0.jar [2023-09-08T19:32:01.727Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/code/gson/gson/2.2.4/gson-2.2.4.jar [2023-09-08T19:32:01.727Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/jclouds/common/openstack-common/1.8.0/openstack-common-1.8.0.jar [2023-09-08T19:32:01.727Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/inject/extensions/guice-assistedinject/3.0/guice-assistedinject-3.0.jar [2023-09-08T19:32:01.727Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar [2023-09-08T19:32:01.727Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/jclouds/jclouds-core/1.8.0/jclouds-core-1.8.0.jar [2023-09-08T19:32:01.727Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/inject/guice/3.0/guice-3.0.jar [2023-09-08T19:32:01.727Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/inject/extensions/guice-assistedinject/3.0/guice-assistedinject-3.0.jar (37 kB at 2.3 MB/s) [2023-09-08T19:32:01.727Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar (46 kB at 2.9 MB/s) [2023-09-08T19:32:01.727Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.2.4/gson-2.2.4.jar [2023-09-08T19:32:01.727Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/99soft/guice/rocoto/6.2/rocoto-6.2.jar [2023-09-08T19:32:01.727Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/inject/guice/3.0/guice-3.0.jar (710 kB at 28 MB/s) [2023-09-08T19:32:01.727Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/17.0/guava-17.0.jar [2023-09-08T19:32:01.727Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.2.4/gson-2.2.4.jar (190 kB at 6.0 MB/s) [2023-09-08T19:32:01.727Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/jclouds/common/openstack-common/1.8.0/openstack-common-1.8.0.jar (69 kB at 1.3 MB/s) [2023-09-08T19:32:01.727Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/99soft/guice/rocoto/6.2/rocoto-6.2.jar (48 kB at 876 kB/s) [2023-09-08T19:32:01.984Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/jclouds/jclouds-core/1.8.0/jclouds-core-1.8.0.jar (773 kB at 13 MB/s) [2023-09-08T19:32:01.984Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/17.0/guava-17.0.jar (2.2 MB at 36 MB/s) [2023-09-08T19:32:01.984Z] [INFO] [2023-09-08T19:32:01.984Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.jclouds.common.openstack-common --- [2023-09-08T19:32:01.984Z] [INFO] [2023-09-08T19:32:01.984Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.jclouds.common.openstack-common --- [2023-09-08T19:32:01.984Z] [INFO] The project's OSGi version is 1.8.0.v20160301-1110 [2023-09-08T19:32:01.984Z] [INFO] [2023-09-08T19:32:01.984Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.jclouds.common.openstack-common --- [2023-09-08T19:32:01.984Z] [INFO] [2023-09-08T19:32:01.984Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.jclouds.common.openstack-common --- [2023-09-08T19:32:01.984Z] [INFO] Copying 3 resources [2023-09-08T19:32:01.984Z] [INFO] [2023-09-08T19:32:01.984Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.jclouds.common.openstack-common --- [2023-09-08T19:32:01.984Z] [INFO] No sources to compile [2023-09-08T19:32:01.984Z] [INFO] [2023-09-08T19:32:01.984Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.jclouds.common.openstack-common --- [2023-09-08T19:32:01.984Z] [INFO] Gathering dependencies [2023-09-08T19:32:01.984Z] [INFO] Configured Artifact: org.apache.jclouds.common:openstack-common:1.8.0:jar [2023-09-08T19:32:01.984Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/jclouds/common/openstack-common/1.8.0/openstack-common-1.8.0.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.common.openstack-common_1.8.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:32:01.984Z] [INFO] Merging collected dependencies [2023-09-08T19:32:01.984Z] [INFO] Copying 60 resources [2023-09-08T19:32:01.984Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:32:01.984Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.jclouds.common.openstack-common:eclipse-bundle-recipe:1.8.0-SNAPSHOT : Unused Export-Package instructions: [*.impl*] [2023-09-08T19:32:01.984Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.common.openstack-common_1.8.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:32:01.984Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.common.openstack-common_1.8.0/target/org.apache.jclouds.common.openstack-common-1.8.0-SNAPSHOT.jar [2023-09-08T19:32:01.984Z] [INFO] Gathering sources [2023-09-08T19:32:01.984Z] [INFO] Configured Artifact: org.apache.jclouds.common:openstack-common:sources:1.8.0:jar [2023-09-08T19:32:01.984Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/jclouds/common/openstack-common/1.8.0/openstack-common-1.8.0-sources.jar [2023-09-08T19:32:01.984Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/jclouds/common/openstack-common/1.8.0/openstack-common-1.8.0-sources.jar [2023-09-08T19:32:02.241Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/jclouds/common/openstack-common/1.8.0/openstack-common-1.8.0-sources.jar (53 kB at 1.2 MB/s) [2023-09-08T19:32:02.241Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/jclouds/common/openstack-common/1.8.0/openstack-common-1.8.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.common.openstack-common_1.8.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:32:02.241Z] [INFO] Copying 3 resources [2023-09-08T19:32:02.241Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.common.openstack-common_1.8.0/src/main/java [2023-09-08T19:32:02.241Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.common.openstack-common_1.8.0/target/org.apache.jclouds.common.openstack-common-1.8.0-SNAPSHOT-sources.jar [2023-09-08T19:32:02.241Z] [INFO] Assembling p2 repository [2023-09-08T19:32:02.803Z] [INFO] [2023-09-08T19:32:02.803Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.jclouds.common.openstack-common --- [2023-09-08T19:32:02.803Z] [INFO] [2023-09-08T19:32:02.803Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.jclouds.common.openstack-common --- [2023-09-08T19:32:02.803Z] [INFO] Gathering sources archives [2023-09-08T19:32:02.803Z] [INFO] Configured Artifact: org.apache.jclouds.common:openstack-common:sources:1.8.0:jar [2023-09-08T19:32:02.803Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/jclouds/common/openstack-common/1.8.0/openstack-common-1.8.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.common.openstack-common_1.8.0/target/sources-for-eclipse-ipzilla/openstack-common-1.8.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:32:02.804Z] [INFO] Configured Artifact: org.apache.jclouds.common:openstack-common:sources:1.8.0:jar [2023-09-08T19:32:02.804Z] [INFO] Copying openstack-common-1.8.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.common.openstack-common_1.8.0/target/sources-for-eclipse-ipzilla/openstack-common-1.8.0-sources.jar [2023-09-08T19:32:02.804Z] [INFO] Refreshing about files and about.html [2023-09-08T19:32:02.804Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.common.openstack-common_1.8.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:32:02.804Z] [INFO] [2023-09-08T19:32:02.804Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.apache.jclouds.common.openstack-common --- [2023-09-08T19:32:02.804Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.common.openstack-common_1.8.0/target/org.apache.jclouds.common.openstack-common-1.8.0-SNAPSHOT.jar [2023-09-08T19:32:03.734Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.common.openstack-common_1.8.0/target/org.apache.jclouds.common.openstack-common-1.8.0-SNAPSHOT-sources.jar [2023-09-08T19:32:04.298Z] [INFO] [2023-09-08T19:32:04.298Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.jclouds.common.openstack-common --- [2023-09-08T19:32:04.554Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.apache.jclouds.common.openstack-common:1.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.common.openstack-common_1.8.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:32:04.554Z] no-classifier: different [2023-09-08T19:32:04.554Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:32:04.554Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:32:04.554Z] META-INF/MANIFEST.MF: different [2023-09-08T19:32:04.554Z] Automatic-Module-Name: not present in baseline version [2023-09-08T19:32:04.554Z] classifier-sources: different [2023-09-08T19:32:04.554Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:32:04.554Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:32:04.554Z] [2023-09-08T19:32:04.554Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.apache.jclouds.common.openstack-common:1.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.common.openstack-common_1.8.0/pom.xml [2023-09-08T19:32:04.554Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:32:04.554Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:32:04.554Z] [2023-09-08T19:32:04.554Z] [INFO] [2023-09-08T19:32:04.554Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.apache.jclouds.common.openstack-common --- [2023-09-08T19:32:04.554Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.common.openstack-common_1.8.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.common.openstack-common/1.8.0-SNAPSHOT/org.apache.jclouds.common.openstack-common-1.8.0-SNAPSHOT.pom [2023-09-08T19:32:04.554Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.common.openstack-common_1.8.0/target/org.apache.jclouds.common.openstack-common-1.8.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.common.openstack-common/1.8.0-SNAPSHOT/org.apache.jclouds.common.openstack-common-1.8.0-SNAPSHOT.jar [2023-09-08T19:32:04.554Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.common.openstack-common_1.8.0/target/org.apache.jclouds.common.openstack-common-1.8.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.common.openstack-common/1.8.0-SNAPSHOT/org.apache.jclouds.common.openstack-common-1.8.0-SNAPSHOT-sources.jar [2023-09-08T19:32:04.554Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.common.openstack-common_1.8.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.common.openstack-common/1.8.0-SNAPSHOT/org.apache.jclouds.common.openstack-common-1.8.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:32:04.554Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.common.openstack-common_1.8.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.common.openstack-common/1.8.0-SNAPSHOT/org.apache.jclouds.common.openstack-common-1.8.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:32:04.554Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.common.openstack-common_1.8.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.common.openstack-common/1.8.0-SNAPSHOT/org.apache.jclouds.common.openstack-common-1.8.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:32:04.554Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.common.openstack-common_1.8.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.common.openstack-common/1.8.0-SNAPSHOT/org.apache.jclouds.common.openstack-common-1.8.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:32:04.554Z] [INFO] [2023-09-08T19:32:04.554Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.jclouds.common.openstack-common --- [2023-09-08T19:32:04.554Z] [INFO] [2023-09-08T19:32:04.554Z] [INFO] --< org.eclipse.orbit.bundles:org.apache.jclouds.api.openstack-cinder >-- [2023-09-08T19:32:04.554Z] [INFO] Building Apache Jclouds OpenStack Cinder API 1.8.0-SNAPSHOT [88/375] [2023-09-08T19:32:04.554Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:32:04.554Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/jclouds/api/openstack-cinder/1.8.0/openstack-cinder-1.8.0.pom [2023-09-08T19:32:04.554Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/jclouds/api/openstack-cinder/1.8.0/openstack-cinder-1.8.0.pom [2023-09-08T19:32:04.554Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/jclouds/api/openstack-cinder/1.8.0/openstack-cinder-1.8.0.pom (5.4 kB at 109 kB/s) [2023-09-08T19:32:04.554Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/jclouds/api/openstack-keystone/1.8.0/openstack-keystone-1.8.0.pom [2023-09-08T19:32:04.810Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/jclouds/api/openstack-keystone/1.8.0/openstack-keystone-1.8.0.pom [2023-09-08T19:32:04.810Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/jclouds/api/openstack-keystone/1.8.0/openstack-keystone-1.8.0.pom (4.9 kB at 104 kB/s) [2023-09-08T19:32:04.810Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/jclouds/api/openstack-cinder/1.8.0/openstack-cinder-1.8.0.jar [2023-09-08T19:32:04.810Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/jclouds/api/openstack-keystone/1.8.0/openstack-keystone-1.8.0.jar [2023-09-08T19:32:04.810Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/jclouds/api/openstack-cinder/1.8.0/openstack-cinder-1.8.0.jar [2023-09-08T19:32:04.810Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/jclouds/api/openstack-keystone/1.8.0/openstack-keystone-1.8.0.jar [2023-09-08T19:32:04.810Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/jclouds/api/openstack-cinder/1.8.0/openstack-cinder-1.8.0.jar (57 kB at 1.2 MB/s) [2023-09-08T19:32:04.810Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/jclouds/api/openstack-keystone/1.8.0/openstack-keystone-1.8.0.jar (202 kB at 4.0 MB/s) [2023-09-08T19:32:04.810Z] [INFO] [2023-09-08T19:32:04.810Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.jclouds.api.openstack-cinder --- [2023-09-08T19:32:04.810Z] [INFO] [2023-09-08T19:32:04.810Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.jclouds.api.openstack-cinder --- [2023-09-08T19:32:04.810Z] [INFO] The project's OSGi version is 1.8.0.v20160301-1110 [2023-09-08T19:32:04.810Z] [INFO] [2023-09-08T19:32:04.810Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.jclouds.api.openstack-cinder --- [2023-09-08T19:32:04.810Z] [INFO] [2023-09-08T19:32:04.811Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.jclouds.api.openstack-cinder --- [2023-09-08T19:32:04.811Z] [INFO] Copying 3 resources [2023-09-08T19:32:04.811Z] [INFO] [2023-09-08T19:32:04.811Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.jclouds.api.openstack-cinder --- [2023-09-08T19:32:04.811Z] [INFO] No sources to compile [2023-09-08T19:32:04.811Z] [INFO] [2023-09-08T19:32:04.811Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.jclouds.api.openstack-cinder --- [2023-09-08T19:32:04.811Z] [INFO] Gathering dependencies [2023-09-08T19:32:04.811Z] [INFO] Configured Artifact: org.apache.jclouds.api:openstack-cinder:1.8.0:jar [2023-09-08T19:32:04.811Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/jclouds/api/openstack-cinder/1.8.0/openstack-cinder-1.8.0.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.openstack-cinder_1.8.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:32:04.811Z] [INFO] Merging collected dependencies [2023-09-08T19:32:04.811Z] [INFO] Copying 46 resources [2023-09-08T19:32:04.811Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:32:05.067Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.jclouds.api.openstack-cinder:eclipse-bundle-recipe:1.8.0-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] [2023-09-08T19:32:05.067Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.openstack-cinder_1.8.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:32:05.067Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.openstack-cinder_1.8.0/target/org.apache.jclouds.api.openstack-cinder-1.8.0-SNAPSHOT.jar [2023-09-08T19:32:05.067Z] [INFO] Gathering sources [2023-09-08T19:32:05.067Z] [INFO] Configured Artifact: org.apache.jclouds.api:openstack-cinder:sources:1.8.0:jar [2023-09-08T19:32:05.067Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/jclouds/api/openstack-cinder/1.8.0/openstack-cinder-1.8.0-sources.jar [2023-09-08T19:32:05.067Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/jclouds/api/openstack-cinder/1.8.0/openstack-cinder-1.8.0-sources.jar [2023-09-08T19:32:05.067Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/jclouds/api/openstack-cinder/1.8.0/openstack-cinder-1.8.0-sources.jar (36 kB at 788 kB/s) [2023-09-08T19:32:05.067Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/jclouds/api/openstack-cinder/1.8.0/openstack-cinder-1.8.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.openstack-cinder_1.8.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:32:05.067Z] [INFO] Copying 3 resources [2023-09-08T19:32:05.067Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.openstack-cinder_1.8.0/src/main/java [2023-09-08T19:32:05.067Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.openstack-cinder_1.8.0/target/org.apache.jclouds.api.openstack-cinder-1.8.0-SNAPSHOT-sources.jar [2023-09-08T19:32:05.067Z] [INFO] Assembling p2 repository [2023-09-08T19:32:05.629Z] [INFO] [2023-09-08T19:32:05.629Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.jclouds.api.openstack-cinder --- [2023-09-08T19:32:05.629Z] [INFO] [2023-09-08T19:32:05.629Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.jclouds.api.openstack-cinder --- [2023-09-08T19:32:05.629Z] [INFO] Gathering sources archives [2023-09-08T19:32:05.629Z] [INFO] Configured Artifact: org.apache.jclouds.api:openstack-cinder:sources:1.8.0:jar [2023-09-08T19:32:05.629Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/jclouds/api/openstack-cinder/1.8.0/openstack-cinder-1.8.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.openstack-cinder_1.8.0/target/sources-for-eclipse-ipzilla/openstack-cinder-1.8.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:32:05.629Z] [INFO] Configured Artifact: org.apache.jclouds.api:openstack-cinder:sources:1.8.0:jar [2023-09-08T19:32:05.629Z] [INFO] Copying openstack-cinder-1.8.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.openstack-cinder_1.8.0/target/sources-for-eclipse-ipzilla/openstack-cinder-1.8.0-sources.jar [2023-09-08T19:32:05.629Z] [INFO] Refreshing about files and about.html [2023-09-08T19:32:05.629Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.openstack-cinder_1.8.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:32:05.629Z] [INFO] [2023-09-08T19:32:05.629Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.apache.jclouds.api.openstack-cinder --- [2023-09-08T19:32:05.885Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.openstack-cinder_1.8.0/target/org.apache.jclouds.api.openstack-cinder-1.8.0-SNAPSHOT.jar [2023-09-08T19:32:06.448Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.openstack-cinder_1.8.0/target/org.apache.jclouds.api.openstack-cinder-1.8.0-SNAPSHOT-sources.jar [2023-09-08T19:32:08.339Z] [INFO] [2023-09-08T19:32:08.339Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.jclouds.api.openstack-cinder --- [2023-09-08T19:32:08.339Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.apache.jclouds.api.openstack-cinder:1.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.openstack-cinder_1.8.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:32:08.339Z] no-classifier: different [2023-09-08T19:32:08.339Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:32:08.339Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:32:08.339Z] META-INF/MANIFEST.MF: different [2023-09-08T19:32:08.339Z] Automatic-Module-Name: not present in baseline version [2023-09-08T19:32:08.340Z] classifier-sources: different [2023-09-08T19:32:08.340Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:32:08.340Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:32:08.340Z] [2023-09-08T19:32:08.340Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.apache.jclouds.api.openstack-cinder:1.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.openstack-cinder_1.8.0/pom.xml [2023-09-08T19:32:08.340Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:32:08.340Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:32:08.340Z] [2023-09-08T19:32:08.340Z] [INFO] [2023-09-08T19:32:08.340Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.apache.jclouds.api.openstack-cinder --- [2023-09-08T19:32:08.340Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.openstack-cinder_1.8.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.api.openstack-cinder/1.8.0-SNAPSHOT/org.apache.jclouds.api.openstack-cinder-1.8.0-SNAPSHOT.pom [2023-09-08T19:32:08.340Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.openstack-cinder_1.8.0/target/org.apache.jclouds.api.openstack-cinder-1.8.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.api.openstack-cinder/1.8.0-SNAPSHOT/org.apache.jclouds.api.openstack-cinder-1.8.0-SNAPSHOT.jar [2023-09-08T19:32:08.340Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.openstack-cinder_1.8.0/target/org.apache.jclouds.api.openstack-cinder-1.8.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.api.openstack-cinder/1.8.0-SNAPSHOT/org.apache.jclouds.api.openstack-cinder-1.8.0-SNAPSHOT-sources.jar [2023-09-08T19:32:08.340Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.openstack-cinder_1.8.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.api.openstack-cinder/1.8.0-SNAPSHOT/org.apache.jclouds.api.openstack-cinder-1.8.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:32:08.340Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.openstack-cinder_1.8.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.api.openstack-cinder/1.8.0-SNAPSHOT/org.apache.jclouds.api.openstack-cinder-1.8.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:32:08.340Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.openstack-cinder_1.8.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.api.openstack-cinder/1.8.0-SNAPSHOT/org.apache.jclouds.api.openstack-cinder-1.8.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:32:08.340Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.openstack-cinder_1.8.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.api.openstack-cinder/1.8.0-SNAPSHOT/org.apache.jclouds.api.openstack-cinder-1.8.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:32:08.340Z] [INFO] [2023-09-08T19:32:08.340Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.jclouds.api.openstack-cinder --- [2023-09-08T19:32:08.340Z] [INFO] [2023-09-08T19:32:08.340Z] [INFO] --< org.eclipse.orbit.bundles:org.apache.jclouds.api.openstack-keystone >-- [2023-09-08T19:32:08.340Z] [INFO] Building Apache Jclouds OpenStack Keystone API 1.8.0-SNAPSHOT [89/375] [2023-09-08T19:32:08.340Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:32:08.340Z] [INFO] [2023-09-08T19:32:08.340Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.jclouds.api.openstack-keystone --- [2023-09-08T19:32:08.340Z] [INFO] [2023-09-08T19:32:08.340Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.jclouds.api.openstack-keystone --- [2023-09-08T19:32:08.340Z] [INFO] The project's OSGi version is 1.8.0.v20160301-1110 [2023-09-08T19:32:08.340Z] [INFO] [2023-09-08T19:32:08.340Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.jclouds.api.openstack-keystone --- [2023-09-08T19:32:08.340Z] [INFO] [2023-09-08T19:32:08.340Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.jclouds.api.openstack-keystone --- [2023-09-08T19:32:08.340Z] [INFO] Copying 3 resources [2023-09-08T19:32:08.340Z] [INFO] [2023-09-08T19:32:08.340Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.jclouds.api.openstack-keystone --- [2023-09-08T19:32:08.340Z] [INFO] No sources to compile [2023-09-08T19:32:08.340Z] [INFO] [2023-09-08T19:32:08.340Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.jclouds.api.openstack-keystone --- [2023-09-08T19:32:08.340Z] [INFO] Gathering dependencies [2023-09-08T19:32:08.340Z] [INFO] Configured Artifact: org.apache.jclouds.api:openstack-keystone:1.8.0:jar [2023-09-08T19:32:08.340Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/jclouds/api/openstack-keystone/1.8.0/openstack-keystone-1.8.0.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.openstack-keystone_1.8.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:32:08.597Z] [INFO] Merging collected dependencies [2023-09-08T19:32:08.597Z] [INFO] Copying 188 resources [2023-09-08T19:32:08.597Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:32:08.597Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.jclouds.api.openstack-keystone:eclipse-bundle-recipe:1.8.0-SNAPSHOT : Unused Export-Package instructions: [*.impl*] [2023-09-08T19:32:08.597Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.openstack-keystone_1.8.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:32:08.597Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.openstack-keystone_1.8.0/target/org.apache.jclouds.api.openstack-keystone-1.8.0-SNAPSHOT.jar [2023-09-08T19:32:08.597Z] [INFO] Gathering sources [2023-09-08T19:32:08.597Z] [INFO] Configured Artifact: org.apache.jclouds.api:openstack-keystone:sources:1.8.0:jar [2023-09-08T19:32:08.597Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/jclouds/api/openstack-keystone/1.8.0/openstack-keystone-1.8.0-sources.jar [2023-09-08T19:32:08.597Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/jclouds/api/openstack-keystone/1.8.0/openstack-keystone-1.8.0-sources.jar [2023-09-08T19:32:08.865Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/jclouds/api/openstack-keystone/1.8.0/openstack-keystone-1.8.0-sources.jar (139 kB at 1.5 MB/s) [2023-09-08T19:32:08.865Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/jclouds/api/openstack-keystone/1.8.0/openstack-keystone-1.8.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.openstack-keystone_1.8.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:32:08.865Z] [INFO] Copying 3 resources [2023-09-08T19:32:08.865Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.openstack-keystone_1.8.0/src/main/java [2023-09-08T19:32:08.865Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.openstack-keystone_1.8.0/target/org.apache.jclouds.api.openstack-keystone-1.8.0-SNAPSHOT-sources.jar [2023-09-08T19:32:08.865Z] [INFO] Assembling p2 repository [2023-09-08T19:32:09.430Z] [INFO] [2023-09-08T19:32:09.430Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.jclouds.api.openstack-keystone --- [2023-09-08T19:32:09.430Z] [INFO] [2023-09-08T19:32:09.430Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.jclouds.api.openstack-keystone --- [2023-09-08T19:32:09.430Z] [INFO] Gathering sources archives [2023-09-08T19:32:09.430Z] [INFO] Configured Artifact: org.apache.jclouds.api:openstack-keystone:sources:1.8.0:jar [2023-09-08T19:32:09.430Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/jclouds/api/openstack-keystone/1.8.0/openstack-keystone-1.8.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.openstack-keystone_1.8.0/target/sources-for-eclipse-ipzilla/openstack-keystone-1.8.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:32:09.430Z] [INFO] Configured Artifact: org.apache.jclouds.api:openstack-keystone:sources:1.8.0:jar [2023-09-08T19:32:09.430Z] [INFO] Copying openstack-keystone-1.8.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.openstack-keystone_1.8.0/target/sources-for-eclipse-ipzilla/openstack-keystone-1.8.0-sources.jar [2023-09-08T19:32:09.430Z] [INFO] Refreshing about files and about.html [2023-09-08T19:32:09.430Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.openstack-keystone_1.8.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:32:09.430Z] [INFO] [2023-09-08T19:32:09.430Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.apache.jclouds.api.openstack-keystone --- [2023-09-08T19:32:09.430Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.openstack-keystone_1.8.0/target/org.apache.jclouds.api.openstack-keystone-1.8.0-SNAPSHOT.jar [2023-09-08T19:32:11.324Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.openstack-keystone_1.8.0/target/org.apache.jclouds.api.openstack-keystone-1.8.0-SNAPSHOT-sources.jar [2023-09-08T19:32:13.214Z] [INFO] [2023-09-08T19:32:13.215Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.jclouds.api.openstack-keystone --- [2023-09-08T19:32:13.215Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.apache.jclouds.api.openstack-keystone:1.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.openstack-keystone_1.8.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:32:13.215Z] no-classifier: different [2023-09-08T19:32:13.215Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:32:13.215Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:32:13.215Z] META-INF/MANIFEST.MF: different [2023-09-08T19:32:13.215Z] Automatic-Module-Name: not present in baseline version [2023-09-08T19:32:13.215Z] classifier-sources: different [2023-09-08T19:32:13.215Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:32:13.215Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:32:13.215Z] [2023-09-08T19:32:13.215Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.apache.jclouds.api.openstack-keystone:1.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.openstack-keystone_1.8.0/pom.xml [2023-09-08T19:32:13.215Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:32:13.215Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:32:13.215Z] [2023-09-08T19:32:13.215Z] [INFO] [2023-09-08T19:32:13.215Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.apache.jclouds.api.openstack-keystone --- [2023-09-08T19:32:13.215Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.openstack-keystone_1.8.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.api.openstack-keystone/1.8.0-SNAPSHOT/org.apache.jclouds.api.openstack-keystone-1.8.0-SNAPSHOT.pom [2023-09-08T19:32:13.215Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.openstack-keystone_1.8.0/target/org.apache.jclouds.api.openstack-keystone-1.8.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.api.openstack-keystone/1.8.0-SNAPSHOT/org.apache.jclouds.api.openstack-keystone-1.8.0-SNAPSHOT.jar [2023-09-08T19:32:13.215Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.openstack-keystone_1.8.0/target/org.apache.jclouds.api.openstack-keystone-1.8.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.api.openstack-keystone/1.8.0-SNAPSHOT/org.apache.jclouds.api.openstack-keystone-1.8.0-SNAPSHOT-sources.jar [2023-09-08T19:32:13.215Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.openstack-keystone_1.8.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.api.openstack-keystone/1.8.0-SNAPSHOT/org.apache.jclouds.api.openstack-keystone-1.8.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:32:13.215Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.openstack-keystone_1.8.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.api.openstack-keystone/1.8.0-SNAPSHOT/org.apache.jclouds.api.openstack-keystone-1.8.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:32:13.215Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.openstack-keystone_1.8.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.api.openstack-keystone/1.8.0-SNAPSHOT/org.apache.jclouds.api.openstack-keystone-1.8.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:32:13.215Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.openstack-keystone_1.8.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.api.openstack-keystone/1.8.0-SNAPSHOT/org.apache.jclouds.api.openstack-keystone-1.8.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:32:13.215Z] [INFO] [2023-09-08T19:32:13.215Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.jclouds.api.openstack-keystone --- [2023-09-08T19:32:13.215Z] [INFO] [2023-09-08T19:32:13.215Z] [INFO] --< org.eclipse.orbit.bundles:org.apache.jclouds.api.openstack-nova >--- [2023-09-08T19:32:13.215Z] [INFO] Building Apache Jclouds OpenStack Nova API 1.8.0-SNAPSHOT [90/375] [2023-09-08T19:32:13.215Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:32:13.215Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/jclouds/api/openstack-nova/1.8.0/openstack-nova-1.8.0.pom [2023-09-08T19:32:13.215Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/jclouds/api/openstack-nova/1.8.0/openstack-nova-1.8.0.pom [2023-09-08T19:32:13.215Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/jclouds/api/openstack-nova/1.8.0/openstack-nova-1.8.0.pom (6.4 kB at 149 kB/s) [2023-09-08T19:32:13.215Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/jclouds/jclouds-compute/1.8.0/jclouds-compute-1.8.0.pom [2023-09-08T19:32:13.215Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/jclouds/jclouds-compute/1.8.0/jclouds-compute-1.8.0.pom [2023-09-08T19:32:13.215Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/jclouds/jclouds-compute/1.8.0/jclouds-compute-1.8.0.pom (2.8 kB at 22 kB/s) [2023-09-08T19:32:13.215Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/jclouds/jclouds-scriptbuilder/1.8.0/jclouds-scriptbuilder-1.8.0.pom [2023-09-08T19:32:13.215Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/jclouds/jclouds-scriptbuilder/1.8.0/jclouds-scriptbuilder-1.8.0.pom [2023-09-08T19:32:13.472Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/jclouds/jclouds-scriptbuilder/1.8.0/jclouds-scriptbuilder-1.8.0.pom (3.5 kB at 86 kB/s) [2023-09-08T19:32:13.472Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/jclouds/api/openstack-nova/1.8.0/openstack-nova-1.8.0.jar [2023-09-08T19:32:13.472Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/jclouds/jclouds-scriptbuilder/1.8.0/jclouds-scriptbuilder-1.8.0.jar [2023-09-08T19:32:13.472Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/jclouds/jclouds-compute/1.8.0/jclouds-compute-1.8.0.jar [2023-09-08T19:32:13.472Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/jclouds/api/openstack-nova/1.8.0/openstack-nova-1.8.0.jar [2023-09-08T19:32:13.472Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/jclouds/jclouds-scriptbuilder/1.8.0/jclouds-scriptbuilder-1.8.0.jar [2023-09-08T19:32:13.472Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/jclouds/jclouds-compute/1.8.0/jclouds-compute-1.8.0.jar [2023-09-08T19:32:13.472Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/jclouds/api/openstack-nova/1.8.0/openstack-nova-1.8.0.jar (379 kB at 7.6 MB/s) [2023-09-08T19:32:13.472Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/jclouds/jclouds-scriptbuilder/1.8.0/jclouds-scriptbuilder-1.8.0.jar (173 kB at 3.4 MB/s) [2023-09-08T19:32:13.472Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/jclouds/jclouds-compute/1.8.0/jclouds-compute-1.8.0.jar (512 kB at 9.5 MB/s) [2023-09-08T19:32:13.472Z] [INFO] [2023-09-08T19:32:13.472Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.jclouds.api.openstack-nova --- [2023-09-08T19:32:13.472Z] [INFO] [2023-09-08T19:32:13.472Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.jclouds.api.openstack-nova --- [2023-09-08T19:32:13.472Z] [INFO] The project's OSGi version is 1.8.0.v20160301-1110 [2023-09-08T19:32:13.472Z] [INFO] [2023-09-08T19:32:13.472Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.jclouds.api.openstack-nova --- [2023-09-08T19:32:13.472Z] [INFO] [2023-09-08T19:32:13.472Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.jclouds.api.openstack-nova --- [2023-09-08T19:32:13.472Z] [INFO] Copying 3 resources [2023-09-08T19:32:13.472Z] [INFO] [2023-09-08T19:32:13.472Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.jclouds.api.openstack-nova --- [2023-09-08T19:32:13.472Z] [INFO] No sources to compile [2023-09-08T19:32:13.472Z] [INFO] [2023-09-08T19:32:13.472Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.jclouds.api.openstack-nova --- [2023-09-08T19:32:13.472Z] [INFO] Gathering dependencies [2023-09-08T19:32:13.472Z] [INFO] Configured Artifact: org.apache.jclouds.api:openstack-nova:1.8.0:jar [2023-09-08T19:32:13.472Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/jclouds/api/openstack-nova/1.8.0/openstack-nova-1.8.0.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.openstack-nova_1.8.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:32:13.472Z] [INFO] Merging collected dependencies [2023-09-08T19:32:13.472Z] [INFO] Copying 308 resources [2023-09-08T19:32:13.472Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:32:13.729Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.jclouds.api.openstack-nova:eclipse-bundle-recipe:1.8.0-SNAPSHOT : Unused Export-Package instructions: [*.impl*] [2023-09-08T19:32:13.729Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.openstack-nova_1.8.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:32:13.729Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.openstack-nova_1.8.0/target/org.apache.jclouds.api.openstack-nova-1.8.0-SNAPSHOT.jar [2023-09-08T19:32:13.729Z] [INFO] Gathering sources [2023-09-08T19:32:13.729Z] [INFO] Configured Artifact: org.apache.jclouds.api:openstack-nova:sources:1.8.0:jar [2023-09-08T19:32:13.729Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/jclouds/api/openstack-nova/1.8.0/openstack-nova-1.8.0-sources.jar [2023-09-08T19:32:13.729Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/jclouds/api/openstack-nova/1.8.0/openstack-nova-1.8.0-sources.jar [2023-09-08T19:32:13.987Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/jclouds/api/openstack-nova/1.8.0/openstack-nova-1.8.0-sources.jar (206 kB at 3.0 MB/s) [2023-09-08T19:32:13.987Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/jclouds/api/openstack-nova/1.8.0/openstack-nova-1.8.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.openstack-nova_1.8.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:32:13.987Z] [INFO] Copying 3 resources [2023-09-08T19:32:13.987Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.openstack-nova_1.8.0/src/main/java [2023-09-08T19:32:13.987Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.openstack-nova_1.8.0/target/org.apache.jclouds.api.openstack-nova-1.8.0-SNAPSHOT-sources.jar [2023-09-08T19:32:13.987Z] [INFO] Assembling p2 repository [2023-09-08T19:32:14.550Z] [INFO] [2023-09-08T19:32:14.550Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.jclouds.api.openstack-nova --- [2023-09-08T19:32:14.550Z] [INFO] [2023-09-08T19:32:14.550Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.jclouds.api.openstack-nova --- [2023-09-08T19:32:14.550Z] [INFO] Gathering sources archives [2023-09-08T19:32:14.550Z] [INFO] Configured Artifact: org.apache.jclouds.api:openstack-nova:sources:1.8.0:jar [2023-09-08T19:32:14.550Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/jclouds/api/openstack-nova/1.8.0/openstack-nova-1.8.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.openstack-nova_1.8.0/target/sources-for-eclipse-ipzilla/openstack-nova-1.8.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:32:14.550Z] [INFO] Configured Artifact: org.apache.jclouds.api:openstack-nova:sources:1.8.0:jar [2023-09-08T19:32:14.550Z] [INFO] Copying openstack-nova-1.8.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.openstack-nova_1.8.0/target/sources-for-eclipse-ipzilla/openstack-nova-1.8.0-sources.jar [2023-09-08T19:32:14.550Z] [INFO] Refreshing about files and about.html [2023-09-08T19:32:14.550Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.openstack-nova_1.8.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:32:14.550Z] [INFO] [2023-09-08T19:32:14.550Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.apache.jclouds.api.openstack-nova --- [2023-09-08T19:32:14.806Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.openstack-nova_1.8.0/target/org.apache.jclouds.api.openstack-nova-1.8.0-SNAPSHOT.jar [2023-09-08T19:32:15.733Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.openstack-nova_1.8.0/target/org.apache.jclouds.api.openstack-nova-1.8.0-SNAPSHOT-sources.jar [2023-09-08T19:32:16.661Z] [INFO] [2023-09-08T19:32:16.661Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.jclouds.api.openstack-nova --- [2023-09-08T19:32:16.919Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.apache.jclouds.api.openstack-nova:1.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.openstack-nova_1.8.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:32:16.919Z] no-classifier: different [2023-09-08T19:32:16.919Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:32:16.919Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:32:16.919Z] META-INF/MANIFEST.MF: different [2023-09-08T19:32:16.919Z] Automatic-Module-Name: not present in baseline version [2023-09-08T19:32:16.919Z] classifier-sources: different [2023-09-08T19:32:16.919Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:32:16.919Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:32:16.919Z] [2023-09-08T19:32:16.919Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.apache.jclouds.api.openstack-nova:1.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.openstack-nova_1.8.0/pom.xml [2023-09-08T19:32:16.919Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:32:16.919Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:32:16.919Z] [2023-09-08T19:32:16.919Z] [INFO] [2023-09-08T19:32:16.919Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.apache.jclouds.api.openstack-nova --- [2023-09-08T19:32:16.919Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.openstack-nova_1.8.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.api.openstack-nova/1.8.0-SNAPSHOT/org.apache.jclouds.api.openstack-nova-1.8.0-SNAPSHOT.pom [2023-09-08T19:32:16.920Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.openstack-nova_1.8.0/target/org.apache.jclouds.api.openstack-nova-1.8.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.api.openstack-nova/1.8.0-SNAPSHOT/org.apache.jclouds.api.openstack-nova-1.8.0-SNAPSHOT.jar [2023-09-08T19:32:16.920Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.openstack-nova_1.8.0/target/org.apache.jclouds.api.openstack-nova-1.8.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.api.openstack-nova/1.8.0-SNAPSHOT/org.apache.jclouds.api.openstack-nova-1.8.0-SNAPSHOT-sources.jar [2023-09-08T19:32:16.920Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.openstack-nova_1.8.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.api.openstack-nova/1.8.0-SNAPSHOT/org.apache.jclouds.api.openstack-nova-1.8.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:32:16.920Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.openstack-nova_1.8.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.api.openstack-nova/1.8.0-SNAPSHOT/org.apache.jclouds.api.openstack-nova-1.8.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:32:16.920Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.openstack-nova_1.8.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.api.openstack-nova/1.8.0-SNAPSHOT/org.apache.jclouds.api.openstack-nova-1.8.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:32:16.920Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.openstack-nova_1.8.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.api.openstack-nova/1.8.0-SNAPSHOT/org.apache.jclouds.api.openstack-nova-1.8.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:32:16.920Z] [INFO] [2023-09-08T19:32:16.920Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.jclouds.api.openstack-nova --- [2023-09-08T19:32:16.920Z] [INFO] [2023-09-08T19:32:16.920Z] [INFO] --< org.eclipse.orbit.bundles:org.apache.jclouds.labs.openstack-neutron >-- [2023-09-08T19:32:16.920Z] [INFO] Building Apache Jclouds OpenStack Neutron API 1.8.0-SNAPSHOT [91/375] [2023-09-08T19:32:16.920Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:32:16.920Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/jclouds/labs/openstack-neutron/1.8.0/openstack-neutron-1.8.0.pom [2023-09-08T19:32:16.920Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/jclouds/labs/openstack-neutron/1.8.0/openstack-neutron-1.8.0.pom [2023-09-08T19:32:16.920Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/jclouds/labs/openstack-neutron/1.8.0/openstack-neutron-1.8.0.pom (5.8 kB at 119 kB/s) [2023-09-08T19:32:16.920Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/jclouds/labs/openstack-neutron/1.8.0/openstack-neutron-1.8.0.jar [2023-09-08T19:32:16.920Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/jclouds/labs/openstack-neutron/1.8.0/openstack-neutron-1.8.0.jar [2023-09-08T19:32:17.177Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/jclouds/labs/openstack-neutron/1.8.0/openstack-neutron-1.8.0.jar (260 kB at 4.3 MB/s) [2023-09-08T19:32:17.177Z] [INFO] [2023-09-08T19:32:17.177Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.jclouds.labs.openstack-neutron --- [2023-09-08T19:32:17.177Z] [INFO] [2023-09-08T19:32:17.177Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.jclouds.labs.openstack-neutron --- [2023-09-08T19:32:17.177Z] [INFO] The project's OSGi version is 1.8.0.v20160301-1110 [2023-09-08T19:32:17.177Z] [INFO] [2023-09-08T19:32:17.177Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.jclouds.labs.openstack-neutron --- [2023-09-08T19:32:17.177Z] [INFO] [2023-09-08T19:32:17.177Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.jclouds.labs.openstack-neutron --- [2023-09-08T19:32:17.177Z] [INFO] Copying 3 resources [2023-09-08T19:32:17.177Z] [INFO] [2023-09-08T19:32:17.177Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.jclouds.labs.openstack-neutron --- [2023-09-08T19:32:17.177Z] [INFO] No sources to compile [2023-09-08T19:32:17.177Z] [INFO] [2023-09-08T19:32:17.177Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.jclouds.labs.openstack-neutron --- [2023-09-08T19:32:17.178Z] [INFO] Gathering dependencies [2023-09-08T19:32:17.178Z] [INFO] Configured Artifact: org.apache.jclouds.labs:openstack-neutron:1.8.0:jar [2023-09-08T19:32:17.178Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/jclouds/labs/openstack-neutron/1.8.0/openstack-neutron-1.8.0.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.labs.openstack-neutron_1.8.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:32:17.178Z] [INFO] Merging collected dependencies [2023-09-08T19:32:17.178Z] [INFO] Copying 245 resources [2023-09-08T19:32:17.178Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:32:17.178Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.jclouds.labs.openstack-neutron:eclipse-bundle-recipe:1.8.0-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] [2023-09-08T19:32:17.178Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.labs.openstack-neutron_1.8.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:32:17.178Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.labs.openstack-neutron_1.8.0/target/org.apache.jclouds.labs.openstack-neutron-1.8.0-SNAPSHOT.jar [2023-09-08T19:32:17.435Z] [INFO] Gathering sources [2023-09-08T19:32:17.435Z] [INFO] Configured Artifact: org.apache.jclouds.labs:openstack-neutron:sources:1.8.0:jar [2023-09-08T19:32:17.435Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/jclouds/labs/openstack-neutron/1.8.0/openstack-neutron-1.8.0-sources.jar [2023-09-08T19:32:17.435Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/jclouds/labs/openstack-neutron/1.8.0/openstack-neutron-1.8.0-sources.jar [2023-09-08T19:32:17.435Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/jclouds/labs/openstack-neutron/1.8.0/openstack-neutron-1.8.0-sources.jar (143 kB at 1.6 MB/s) [2023-09-08T19:32:17.435Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/jclouds/labs/openstack-neutron/1.8.0/openstack-neutron-1.8.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.labs.openstack-neutron_1.8.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:32:17.435Z] [INFO] Copying 3 resources [2023-09-08T19:32:17.435Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.labs.openstack-neutron_1.8.0/src/main/java [2023-09-08T19:32:17.435Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.labs.openstack-neutron_1.8.0/target/org.apache.jclouds.labs.openstack-neutron-1.8.0-SNAPSHOT-sources.jar [2023-09-08T19:32:17.435Z] [INFO] Assembling p2 repository [2023-09-08T19:32:18.364Z] [INFO] [2023-09-08T19:32:18.364Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.jclouds.labs.openstack-neutron --- [2023-09-08T19:32:18.364Z] [INFO] [2023-09-08T19:32:18.364Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.jclouds.labs.openstack-neutron --- [2023-09-08T19:32:18.364Z] [INFO] Gathering sources archives [2023-09-08T19:32:18.364Z] [INFO] Configured Artifact: org.apache.jclouds.labs:openstack-neutron:sources:1.8.0:jar [2023-09-08T19:32:18.364Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/jclouds/labs/openstack-neutron/1.8.0/openstack-neutron-1.8.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.labs.openstack-neutron_1.8.0/target/sources-for-eclipse-ipzilla/openstack-neutron-1.8.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:32:18.364Z] [INFO] Configured Artifact: org.apache.jclouds.labs:openstack-neutron:sources:1.8.0:jar [2023-09-08T19:32:18.364Z] [INFO] Copying openstack-neutron-1.8.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.labs.openstack-neutron_1.8.0/target/sources-for-eclipse-ipzilla/openstack-neutron-1.8.0-sources.jar [2023-09-08T19:32:18.364Z] [INFO] Refreshing about files and about.html [2023-09-08T19:32:18.364Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.labs.openstack-neutron_1.8.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:32:18.364Z] [INFO] [2023-09-08T19:32:18.365Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.apache.jclouds.labs.openstack-neutron --- [2023-09-08T19:32:18.365Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.labs.openstack-neutron_1.8.0/target/org.apache.jclouds.labs.openstack-neutron-1.8.0-SNAPSHOT.jar [2023-09-08T19:32:20.258Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.labs.openstack-neutron_1.8.0/target/org.apache.jclouds.labs.openstack-neutron-1.8.0-SNAPSHOT-sources.jar [2023-09-08T19:32:20.820Z] [INFO] [2023-09-08T19:32:20.820Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.jclouds.labs.openstack-neutron --- [2023-09-08T19:32:21.076Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.apache.jclouds.labs.openstack-neutron:1.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.labs.openstack-neutron_1.8.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:32:21.076Z] no-classifier: different [2023-09-08T19:32:21.076Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:32:21.076Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:32:21.076Z] META-INF/MANIFEST.MF: different [2023-09-08T19:32:21.076Z] Automatic-Module-Name: not present in baseline version [2023-09-08T19:32:21.076Z] classifier-sources: different [2023-09-08T19:32:21.076Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:32:21.076Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:32:21.076Z] [2023-09-08T19:32:21.076Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.apache.jclouds.labs.openstack-neutron:1.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.labs.openstack-neutron_1.8.0/pom.xml [2023-09-08T19:32:21.076Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:32:21.076Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:32:21.076Z] [2023-09-08T19:32:21.076Z] [INFO] [2023-09-08T19:32:21.076Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.apache.jclouds.labs.openstack-neutron --- [2023-09-08T19:32:21.076Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.labs.openstack-neutron_1.8.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.labs.openstack-neutron/1.8.0-SNAPSHOT/org.apache.jclouds.labs.openstack-neutron-1.8.0-SNAPSHOT.pom [2023-09-08T19:32:21.076Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.labs.openstack-neutron_1.8.0/target/org.apache.jclouds.labs.openstack-neutron-1.8.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.labs.openstack-neutron/1.8.0-SNAPSHOT/org.apache.jclouds.labs.openstack-neutron-1.8.0-SNAPSHOT.jar [2023-09-08T19:32:21.076Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.labs.openstack-neutron_1.8.0/target/org.apache.jclouds.labs.openstack-neutron-1.8.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.labs.openstack-neutron/1.8.0-SNAPSHOT/org.apache.jclouds.labs.openstack-neutron-1.8.0-SNAPSHOT-sources.jar [2023-09-08T19:32:21.076Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.labs.openstack-neutron_1.8.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.labs.openstack-neutron/1.8.0-SNAPSHOT/org.apache.jclouds.labs.openstack-neutron-1.8.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:32:21.076Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.labs.openstack-neutron_1.8.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.labs.openstack-neutron/1.8.0-SNAPSHOT/org.apache.jclouds.labs.openstack-neutron-1.8.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:32:21.076Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.labs.openstack-neutron_1.8.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.labs.openstack-neutron/1.8.0-SNAPSHOT/org.apache.jclouds.labs.openstack-neutron-1.8.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:32:21.076Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.labs.openstack-neutron_1.8.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.labs.openstack-neutron/1.8.0-SNAPSHOT/org.apache.jclouds.labs.openstack-neutron-1.8.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:32:21.076Z] [INFO] [2023-09-08T19:32:21.076Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.jclouds.labs.openstack-neutron --- [2023-09-08T19:32:21.076Z] [INFO] [2023-09-08T19:32:21.076Z] [INFO] -------< org.eclipse.orbit.bundles:org.apache.jclouds.api.swift >------- [2023-09-08T19:32:21.076Z] [INFO] Building Apache Jclouds Swift API 1.8.0-SNAPSHOT [92/375] [2023-09-08T19:32:21.076Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:32:21.076Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/jclouds/api/swift/1.8.0/swift-1.8.0.pom [2023-09-08T19:32:21.076Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/jclouds/api/swift/1.8.0/swift-1.8.0.pom [2023-09-08T19:32:21.076Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/jclouds/api/swift/1.8.0/swift-1.8.0.pom (6.8 kB at 129 kB/s) [2023-09-08T19:32:21.076Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/jclouds/jclouds-blobstore/1.8.0/jclouds-blobstore-1.8.0.pom [2023-09-08T19:32:21.076Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/jclouds/jclouds-blobstore/1.8.0/jclouds-blobstore-1.8.0.pom [2023-09-08T19:32:21.076Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/jclouds/jclouds-blobstore/1.8.0/jclouds-blobstore-1.8.0.pom (3.9 kB at 84 kB/s) [2023-09-08T19:32:21.076Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/jclouds/api/swift/1.8.0/swift-1.8.0.jar [2023-09-08T19:32:21.076Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/jclouds/jclouds-blobstore/1.8.0/jclouds-blobstore-1.8.0.jar [2023-09-08T19:32:21.076Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/jclouds/api/swift/1.8.0/swift-1.8.0.jar [2023-09-08T19:32:21.076Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/jclouds/jclouds-blobstore/1.8.0/jclouds-blobstore-1.8.0.jar [2023-09-08T19:32:21.333Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/jclouds/jclouds-blobstore/1.8.0/jclouds-blobstore-1.8.0.jar (172 kB at 3.5 MB/s) [2023-09-08T19:32:21.333Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/jclouds/api/swift/1.8.0/swift-1.8.0.jar (137 kB at 2.2 MB/s) [2023-09-08T19:32:21.333Z] [INFO] [2023-09-08T19:32:21.333Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.jclouds.api.swift --- [2023-09-08T19:32:21.333Z] [INFO] [2023-09-08T19:32:21.333Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.jclouds.api.swift --- [2023-09-08T19:32:21.333Z] [INFO] The project's OSGi version is 1.8.0.v20160301-1110 [2023-09-08T19:32:21.333Z] [INFO] [2023-09-08T19:32:21.333Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.jclouds.api.swift --- [2023-09-08T19:32:21.333Z] [INFO] [2023-09-08T19:32:21.333Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.jclouds.api.swift --- [2023-09-08T19:32:21.333Z] [INFO] Copying 3 resources [2023-09-08T19:32:21.333Z] [INFO] [2023-09-08T19:32:21.333Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.jclouds.api.swift --- [2023-09-08T19:32:21.333Z] [INFO] No sources to compile [2023-09-08T19:32:21.333Z] [INFO] [2023-09-08T19:32:21.333Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.jclouds.api.swift --- [2023-09-08T19:32:21.333Z] [INFO] Gathering dependencies [2023-09-08T19:32:21.333Z] [INFO] Configured Artifact: org.apache.jclouds.api:swift:1.8.0:jar [2023-09-08T19:32:21.333Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/jclouds/api/swift/1.8.0/swift-1.8.0.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.swift_1.8.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:32:21.333Z] [INFO] Merging collected dependencies [2023-09-08T19:32:21.333Z] [INFO] Copying 108 resources [2023-09-08T19:32:21.333Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:32:21.333Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.jclouds.api.swift:eclipse-bundle-recipe:1.8.0-SNAPSHOT : Unused Export-Package instructions: [*.impl*] [2023-09-08T19:32:21.333Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.swift_1.8.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:32:21.333Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.swift_1.8.0/target/org.apache.jclouds.api.swift-1.8.0-SNAPSHOT.jar [2023-09-08T19:32:21.333Z] [INFO] Gathering sources [2023-09-08T19:32:21.333Z] [INFO] Configured Artifact: org.apache.jclouds.api:swift:sources:1.8.0:jar [2023-09-08T19:32:21.333Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/jclouds/api/swift/1.8.0/swift-1.8.0-sources.jar [2023-09-08T19:32:21.590Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/jclouds/api/swift/1.8.0/swift-1.8.0-sources.jar [2023-09-08T19:32:21.590Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/jclouds/api/swift/1.8.0/swift-1.8.0-sources.jar (96 kB at 1.3 MB/s) [2023-09-08T19:32:21.590Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/jclouds/api/swift/1.8.0/swift-1.8.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.swift_1.8.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:32:21.590Z] [INFO] Copying 3 resources [2023-09-08T19:32:21.590Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.swift_1.8.0/src/main/java [2023-09-08T19:32:21.590Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.swift_1.8.0/target/org.apache.jclouds.api.swift-1.8.0-SNAPSHOT-sources.jar [2023-09-08T19:32:21.590Z] [INFO] Assembling p2 repository [2023-09-08T19:32:22.153Z] [INFO] [2023-09-08T19:32:22.153Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.jclouds.api.swift --- [2023-09-08T19:32:22.153Z] [INFO] [2023-09-08T19:32:22.153Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.jclouds.api.swift --- [2023-09-08T19:32:22.153Z] [INFO] Gathering sources archives [2023-09-08T19:32:22.153Z] [INFO] Configured Artifact: org.apache.jclouds.api:swift:sources:1.8.0:jar [2023-09-08T19:32:22.153Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/jclouds/api/swift/1.8.0/swift-1.8.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.swift_1.8.0/target/sources-for-eclipse-ipzilla/swift-1.8.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:32:22.153Z] [INFO] Configured Artifact: org.apache.jclouds.api:swift:sources:1.8.0:jar [2023-09-08T19:32:22.153Z] [INFO] Copying swift-1.8.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.swift_1.8.0/target/sources-for-eclipse-ipzilla/swift-1.8.0-sources.jar [2023-09-08T19:32:22.153Z] [INFO] Refreshing about files and about.html [2023-09-08T19:32:22.153Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.swift_1.8.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:32:22.153Z] [INFO] [2023-09-08T19:32:22.153Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.apache.jclouds.api.swift --- [2023-09-08T19:32:22.153Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.swift_1.8.0/target/org.apache.jclouds.api.swift-1.8.0-SNAPSHOT.jar [2023-09-08T19:32:23.083Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.swift_1.8.0/target/org.apache.jclouds.api.swift-1.8.0-SNAPSHOT-sources.jar [2023-09-08T19:32:23.645Z] [INFO] [2023-09-08T19:32:23.645Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.jclouds.api.swift --- [2023-09-08T19:32:23.645Z] [INFO] No baseline version MavenProject: org.eclipse.orbit.bundles:org.apache.jclouds.api.swift:1.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.swift_1.8.0/pom.xml [2023-09-08T19:32:23.645Z] [INFO] [2023-09-08T19:32:23.645Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.apache.jclouds.api.swift --- [2023-09-08T19:32:23.645Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.swift_1.8.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.api.swift/1.8.0-SNAPSHOT/org.apache.jclouds.api.swift-1.8.0-SNAPSHOT.pom [2023-09-08T19:32:23.646Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.swift_1.8.0/target/org.apache.jclouds.api.swift-1.8.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.api.swift/1.8.0-SNAPSHOT/org.apache.jclouds.api.swift-1.8.0-SNAPSHOT.jar [2023-09-08T19:32:23.646Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.swift_1.8.0/target/org.apache.jclouds.api.swift-1.8.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.api.swift/1.8.0-SNAPSHOT/org.apache.jclouds.api.swift-1.8.0-SNAPSHOT-sources.jar [2023-09-08T19:32:23.646Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.swift_1.8.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.api.swift/1.8.0-SNAPSHOT/org.apache.jclouds.api.swift-1.8.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:32:23.646Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.swift_1.8.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.api.swift/1.8.0-SNAPSHOT/org.apache.jclouds.api.swift-1.8.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:32:23.646Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.swift_1.8.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.api.swift/1.8.0-SNAPSHOT/org.apache.jclouds.api.swift-1.8.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:32:23.646Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.swift_1.8.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.api.swift/1.8.0-SNAPSHOT/org.apache.jclouds.api.swift-1.8.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:32:23.646Z] [INFO] [2023-09-08T19:32:23.646Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.jclouds.api.swift --- [2023-09-08T19:32:23.646Z] [INFO] [2023-09-08T19:32:23.646Z] [INFO] --< org.eclipse.orbit.bundles:org.apache.jclouds.driver.jclouds-slf4j >-- [2023-09-08T19:32:23.646Z] [INFO] Building Apache Jclouds SLF4J Logging Module 1.8.0-SNAPSHOT [93/375] [2023-09-08T19:32:23.646Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:32:23.646Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/jclouds/driver/jclouds-slf4j/1.8.0/jclouds-slf4j-1.8.0.pom [2023-09-08T19:32:23.646Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/jclouds/driver/jclouds-slf4j/1.8.0/jclouds-slf4j-1.8.0.pom [2023-09-08T19:32:23.646Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/jclouds/driver/jclouds-slf4j/1.8.0/jclouds-slf4j-1.8.0.pom (2.7 kB at 45 kB/s) [2023-09-08T19:32:23.646Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/jclouds/driver/jclouds-slf4j/1.8.0/jclouds-slf4j-1.8.0.jar [2023-09-08T19:32:23.646Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/jclouds/driver/jclouds-slf4j/1.8.0/jclouds-slf4j-1.8.0.jar [2023-09-08T19:32:23.902Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/jclouds/driver/jclouds-slf4j/1.8.0/jclouds-slf4j-1.8.0.jar (12 kB at 142 kB/s) [2023-09-08T19:32:23.902Z] [INFO] [2023-09-08T19:32:23.902Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.jclouds.driver.jclouds-slf4j --- [2023-09-08T19:32:23.902Z] [INFO] [2023-09-08T19:32:23.902Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.jclouds.driver.jclouds-slf4j --- [2023-09-08T19:32:23.902Z] [INFO] The project's OSGi version is 1.8.0.v20160301-1110 [2023-09-08T19:32:23.902Z] [INFO] [2023-09-08T19:32:23.902Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.jclouds.driver.jclouds-slf4j --- [2023-09-08T19:32:23.902Z] [INFO] [2023-09-08T19:32:23.902Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.jclouds.driver.jclouds-slf4j --- [2023-09-08T19:32:23.902Z] [INFO] Copying 3 resources [2023-09-08T19:32:23.902Z] [INFO] [2023-09-08T19:32:23.902Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.jclouds.driver.jclouds-slf4j --- [2023-09-08T19:32:23.902Z] [INFO] No sources to compile [2023-09-08T19:32:23.902Z] [INFO] [2023-09-08T19:32:23.902Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.jclouds.driver.jclouds-slf4j --- [2023-09-08T19:32:23.902Z] [INFO] Gathering dependencies [2023-09-08T19:32:23.902Z] [INFO] Configured Artifact: org.apache.jclouds.driver:jclouds-slf4j:1.8.0:jar [2023-09-08T19:32:23.902Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/jclouds/driver/jclouds-slf4j/1.8.0/jclouds-slf4j-1.8.0.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.driver.jclouds-slf4j_1.8.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:32:23.902Z] [INFO] Merging collected dependencies [2023-09-08T19:32:23.902Z] [INFO] Copying 8 resources [2023-09-08T19:32:23.902Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:32:23.902Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.jclouds.driver.jclouds-slf4j:eclipse-bundle-recipe:1.8.0-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] [2023-09-08T19:32:23.902Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.driver.jclouds-slf4j_1.8.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:32:23.902Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.driver.jclouds-slf4j_1.8.0/target/org.apache.jclouds.driver.jclouds-slf4j-1.8.0-SNAPSHOT.jar [2023-09-08T19:32:23.902Z] [INFO] Gathering sources [2023-09-08T19:32:23.902Z] [INFO] Configured Artifact: org.apache.jclouds.driver:jclouds-slf4j:sources:1.8.0:jar [2023-09-08T19:32:23.902Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/jclouds/driver/jclouds-slf4j/1.8.0/jclouds-slf4j-1.8.0-sources.jar [2023-09-08T19:32:23.902Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/jclouds/driver/jclouds-slf4j/1.8.0/jclouds-slf4j-1.8.0-sources.jar [2023-09-08T19:32:23.902Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/jclouds/driver/jclouds-slf4j/1.8.0/jclouds-slf4j-1.8.0-sources.jar (8.6 kB at 187 kB/s) [2023-09-08T19:32:23.902Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/jclouds/driver/jclouds-slf4j/1.8.0/jclouds-slf4j-1.8.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.driver.jclouds-slf4j_1.8.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:32:23.902Z] [INFO] Copying 3 resources [2023-09-08T19:32:23.902Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.driver.jclouds-slf4j_1.8.0/src/main/java [2023-09-08T19:32:23.902Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.driver.jclouds-slf4j_1.8.0/target/org.apache.jclouds.driver.jclouds-slf4j-1.8.0-SNAPSHOT-sources.jar [2023-09-08T19:32:23.902Z] [INFO] Assembling p2 repository [2023-09-08T19:32:24.466Z] [INFO] [2023-09-08T19:32:24.466Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.jclouds.driver.jclouds-slf4j --- [2023-09-08T19:32:24.466Z] [INFO] [2023-09-08T19:32:24.466Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.jclouds.driver.jclouds-slf4j --- [2023-09-08T19:32:24.466Z] [INFO] Gathering sources archives [2023-09-08T19:32:24.466Z] [INFO] Configured Artifact: org.apache.jclouds.driver:jclouds-slf4j:sources:1.8.0:jar [2023-09-08T19:32:24.466Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/jclouds/driver/jclouds-slf4j/1.8.0/jclouds-slf4j-1.8.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.driver.jclouds-slf4j_1.8.0/target/sources-for-eclipse-ipzilla/jclouds-slf4j-1.8.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:32:24.466Z] [INFO] Configured Artifact: org.apache.jclouds.driver:jclouds-slf4j:sources:1.8.0:jar [2023-09-08T19:32:24.466Z] [INFO] Copying jclouds-slf4j-1.8.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.driver.jclouds-slf4j_1.8.0/target/sources-for-eclipse-ipzilla/jclouds-slf4j-1.8.0-sources.jar [2023-09-08T19:32:24.466Z] [INFO] Refreshing about files and about.html [2023-09-08T19:32:24.466Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.driver.jclouds-slf4j_1.8.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:32:24.466Z] [INFO] [2023-09-08T19:32:24.466Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.apache.jclouds.driver.jclouds-slf4j --- [2023-09-08T19:32:24.723Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.driver.jclouds-slf4j_1.8.0/target/org.apache.jclouds.driver.jclouds-slf4j-1.8.0-SNAPSHOT.jar [2023-09-08T19:32:25.286Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.driver.jclouds-slf4j_1.8.0/target/org.apache.jclouds.driver.jclouds-slf4j-1.8.0-SNAPSHOT-sources.jar [2023-09-08T19:32:26.216Z] [INFO] [2023-09-08T19:32:26.216Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.jclouds.driver.jclouds-slf4j --- [2023-09-08T19:32:26.472Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.apache.jclouds.driver.jclouds-slf4j:1.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.driver.jclouds-slf4j_1.8.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:32:26.472Z] no-classifier: different [2023-09-08T19:32:26.472Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:32:26.472Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:32:26.472Z] META-INF/MANIFEST.MF: different [2023-09-08T19:32:26.472Z] Automatic-Module-Name: not present in baseline version [2023-09-08T19:32:26.472Z] classifier-sources: different [2023-09-08T19:32:26.472Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:32:26.472Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:32:26.472Z] [2023-09-08T19:32:26.472Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.apache.jclouds.driver.jclouds-slf4j:1.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.driver.jclouds-slf4j_1.8.0/pom.xml [2023-09-08T19:32:26.472Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:32:26.472Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:32:26.472Z] [2023-09-08T19:32:26.472Z] [INFO] [2023-09-08T19:32:26.472Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.apache.jclouds.driver.jclouds-slf4j --- [2023-09-08T19:32:26.472Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.driver.jclouds-slf4j_1.8.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.driver.jclouds-slf4j/1.8.0-SNAPSHOT/org.apache.jclouds.driver.jclouds-slf4j-1.8.0-SNAPSHOT.pom [2023-09-08T19:32:26.472Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.driver.jclouds-slf4j_1.8.0/target/org.apache.jclouds.driver.jclouds-slf4j-1.8.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.driver.jclouds-slf4j/1.8.0-SNAPSHOT/org.apache.jclouds.driver.jclouds-slf4j-1.8.0-SNAPSHOT.jar [2023-09-08T19:32:26.472Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.driver.jclouds-slf4j_1.8.0/target/org.apache.jclouds.driver.jclouds-slf4j-1.8.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.driver.jclouds-slf4j/1.8.0-SNAPSHOT/org.apache.jclouds.driver.jclouds-slf4j-1.8.0-SNAPSHOT-sources.jar [2023-09-08T19:32:26.472Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.driver.jclouds-slf4j_1.8.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.driver.jclouds-slf4j/1.8.0-SNAPSHOT/org.apache.jclouds.driver.jclouds-slf4j-1.8.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:32:26.472Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.driver.jclouds-slf4j_1.8.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.driver.jclouds-slf4j/1.8.0-SNAPSHOT/org.apache.jclouds.driver.jclouds-slf4j-1.8.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:32:26.472Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.driver.jclouds-slf4j_1.8.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.driver.jclouds-slf4j/1.8.0-SNAPSHOT/org.apache.jclouds.driver.jclouds-slf4j-1.8.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:32:26.472Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.driver.jclouds-slf4j_1.8.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.driver.jclouds-slf4j/1.8.0-SNAPSHOT/org.apache.jclouds.driver.jclouds-slf4j-1.8.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:32:26.472Z] [INFO] [2023-09-08T19:32:26.472Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.jclouds.driver.jclouds-slf4j --- [2023-09-08T19:32:26.472Z] [INFO] [2023-09-08T19:32:26.472Z] [INFO] ------< org.eclipse.orbit.bundles:org.apache.jclouds.labs.docker >------ [2023-09-08T19:32:26.472Z] [INFO] Building Apache Jclouds Docker API 1.8.0-SNAPSHOT [94/375] [2023-09-08T19:32:26.472Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:32:26.472Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/jclouds/labs/docker/1.8.0/docker-1.8.0.pom [2023-09-08T19:32:26.472Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/jclouds/labs/docker/1.8.0/docker-1.8.0.pom [2023-09-08T19:32:26.472Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/jclouds/labs/docker/1.8.0/docker-1.8.0.pom (5.1 kB at 120 kB/s) [2023-09-08T19:32:26.472Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/jclouds/labs/jclouds-labs/1.8.0/jclouds-labs-1.8.0.pom [2023-09-08T19:32:26.473Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/jclouds/labs/jclouds-labs/1.8.0/jclouds-labs-1.8.0.pom [2023-09-08T19:32:26.473Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/jclouds/labs/jclouds-labs/1.8.0/jclouds-labs-1.8.0.pom (9.3 kB at 207 kB/s) [2023-09-08T19:32:26.473Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/commons/commons-compress/1.5/commons-compress-1.5.pom [2023-09-08T19:32:26.473Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.5/commons-compress-1.5.pom [2023-09-08T19:32:26.473Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.5/commons-compress-1.5.pom (11 kB at 558 kB/s) [2023-09-08T19:32:26.473Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/commons/commons-parent/28/commons-parent-28.pom [2023-09-08T19:32:26.729Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/28/commons-parent-28.pom [2023-09-08T19:32:26.730Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/28/commons-parent-28.pom (50 kB at 4.6 MB/s) [2023-09-08T19:32:26.730Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/tukaani/xz/1.2/xz-1.2.pom [2023-09-08T19:32:26.730Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.2/xz-1.2.pom [2023-09-08T19:32:26.730Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.2/xz-1.2.pom (1.9 kB at 190 kB/s) [2023-09-08T19:32:26.730Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/jclouds/labs/docker/1.8.0/docker-1.8.0.jar [2023-09-08T19:32:26.730Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/tukaani/xz/1.2/xz-1.2.jar [2023-09-08T19:32:26.730Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/commons/commons-compress/1.5/commons-compress-1.5.jar [2023-09-08T19:32:26.730Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/jclouds/labs/docker/1.8.0/docker-1.8.0.jar [2023-09-08T19:32:26.730Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.2/xz-1.2.jar [2023-09-08T19:32:26.730Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.5/commons-compress-1.5.jar [2023-09-08T19:32:26.730Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.2/xz-1.2.jar (95 kB at 5.9 MB/s) [2023-09-08T19:32:26.730Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.5/commons-compress-1.5.jar (256 kB at 15 MB/s) [2023-09-08T19:32:26.730Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/jclouds/labs/docker/1.8.0/docker-1.8.0.jar (89 kB at 1.9 MB/s) [2023-09-08T19:32:26.730Z] [INFO] [2023-09-08T19:32:26.730Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.jclouds.labs.docker --- [2023-09-08T19:32:26.730Z] [INFO] [2023-09-08T19:32:26.730Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.jclouds.labs.docker --- [2023-09-08T19:32:26.730Z] [INFO] The project's OSGi version is 1.8.0.v20160301-1110 [2023-09-08T19:32:26.730Z] [INFO] [2023-09-08T19:32:26.730Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.jclouds.labs.docker --- [2023-09-08T19:32:26.730Z] [INFO] [2023-09-08T19:32:26.730Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.jclouds.labs.docker --- [2023-09-08T19:32:26.730Z] [INFO] Copying 3 resources [2023-09-08T19:32:26.730Z] [INFO] [2023-09-08T19:32:26.730Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.jclouds.labs.docker --- [2023-09-08T19:32:26.730Z] [INFO] No sources to compile [2023-09-08T19:32:26.730Z] [INFO] [2023-09-08T19:32:26.730Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.jclouds.labs.docker --- [2023-09-08T19:32:26.730Z] [INFO] Gathering dependencies [2023-09-08T19:32:26.730Z] [INFO] Configured Artifact: org.apache.jclouds.labs:docker:1.8.0:jar [2023-09-08T19:32:26.730Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/jclouds/labs/docker/1.8.0/docker-1.8.0.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.labs.docker_1.8.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:32:26.730Z] [INFO] Merging collected dependencies [2023-09-08T19:32:26.730Z] [INFO] Copying 62 resources [2023-09-08T19:32:26.730Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:32:26.986Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.jclouds.labs.docker:eclipse-bundle-recipe:1.8.0-SNAPSHOT : Unused Export-Package instructions: [*.impl*] [2023-09-08T19:32:26.986Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.labs.docker_1.8.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:32:26.986Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.labs.docker_1.8.0/target/org.apache.jclouds.labs.docker-1.8.0-SNAPSHOT.jar [2023-09-08T19:32:27.242Z] [INFO] Gathering sources [2023-09-08T19:32:27.242Z] [INFO] Configured Artifact: org.apache.jclouds.labs:docker:sources:1.8.0:jar [2023-09-08T19:32:27.242Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/jclouds/labs/docker/1.8.0/docker-1.8.0-sources.jar [2023-09-08T19:32:27.242Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/jclouds/labs/docker/1.8.0/docker-1.8.0-sources.jar [2023-09-08T19:32:27.242Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/jclouds/labs/docker/1.8.0/docker-1.8.0-sources.jar (55 kB at 1.1 MB/s) [2023-09-08T19:32:27.243Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/jclouds/labs/docker/1.8.0/docker-1.8.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.labs.docker_1.8.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:32:27.243Z] [INFO] Copying 3 resources [2023-09-08T19:32:27.243Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.labs.docker_1.8.0/src/main/java [2023-09-08T19:32:27.243Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.labs.docker_1.8.0/target/org.apache.jclouds.labs.docker-1.8.0-SNAPSHOT-sources.jar [2023-09-08T19:32:27.243Z] [INFO] Assembling p2 repository [2023-09-08T19:32:27.804Z] [INFO] [2023-09-08T19:32:27.804Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.jclouds.labs.docker --- [2023-09-08T19:32:27.804Z] [INFO] [2023-09-08T19:32:27.804Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.jclouds.labs.docker --- [2023-09-08T19:32:27.804Z] [INFO] Gathering sources archives [2023-09-08T19:32:27.804Z] [INFO] Configured Artifact: org.apache.jclouds.labs:docker:sources:1.8.0:jar [2023-09-08T19:32:27.804Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/jclouds/labs/docker/1.8.0/docker-1.8.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.labs.docker_1.8.0/target/sources-for-eclipse-ipzilla/docker-1.8.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:32:27.804Z] [INFO] Configured Artifact: org.apache.jclouds.labs:docker:sources:1.8.0:jar [2023-09-08T19:32:27.804Z] [INFO] Copying docker-1.8.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.labs.docker_1.8.0/target/sources-for-eclipse-ipzilla/docker-1.8.0-sources.jar [2023-09-08T19:32:27.804Z] [INFO] Refreshing about files and about.html [2023-09-08T19:32:27.804Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.labs.docker_1.8.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:32:27.804Z] [INFO] [2023-09-08T19:32:27.804Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.apache.jclouds.labs.docker --- [2023-09-08T19:32:27.804Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.labs.docker_1.8.0/target/org.apache.jclouds.labs.docker-1.8.0-SNAPSHOT.jar [2023-09-08T19:32:29.693Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.labs.docker_1.8.0/target/org.apache.jclouds.labs.docker-1.8.0-SNAPSHOT-sources.jar [2023-09-08T19:32:31.583Z] [INFO] [2023-09-08T19:32:31.584Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.jclouds.labs.docker --- [2023-09-08T19:32:31.584Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.apache.jclouds.labs.docker:1.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.labs.docker_1.8.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:32:31.584Z] no-classifier: different [2023-09-08T19:32:31.584Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:32:31.584Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:32:31.584Z] META-INF/MANIFEST.MF: different [2023-09-08T19:32:31.584Z] Automatic-Module-Name: not present in baseline version [2023-09-08T19:32:31.584Z] classifier-sources: different [2023-09-08T19:32:31.584Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:32:31.584Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:32:31.584Z] [2023-09-08T19:32:31.584Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.apache.jclouds.labs.docker:1.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.labs.docker_1.8.0/pom.xml [2023-09-08T19:32:31.584Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:32:31.584Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:32:31.584Z] [2023-09-08T19:32:31.584Z] [INFO] [2023-09-08T19:32:31.584Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.apache.jclouds.labs.docker --- [2023-09-08T19:32:31.584Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.labs.docker_1.8.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.labs.docker/1.8.0-SNAPSHOT/org.apache.jclouds.labs.docker-1.8.0-SNAPSHOT.pom [2023-09-08T19:32:31.584Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.labs.docker_1.8.0/target/org.apache.jclouds.labs.docker-1.8.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.labs.docker/1.8.0-SNAPSHOT/org.apache.jclouds.labs.docker-1.8.0-SNAPSHOT.jar [2023-09-08T19:32:31.584Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.labs.docker_1.8.0/target/org.apache.jclouds.labs.docker-1.8.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.labs.docker/1.8.0-SNAPSHOT/org.apache.jclouds.labs.docker-1.8.0-SNAPSHOT-sources.jar [2023-09-08T19:32:31.584Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.labs.docker_1.8.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.labs.docker/1.8.0-SNAPSHOT/org.apache.jclouds.labs.docker-1.8.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:32:31.584Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.labs.docker_1.8.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.labs.docker/1.8.0-SNAPSHOT/org.apache.jclouds.labs.docker-1.8.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:32:31.584Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.labs.docker_1.8.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.labs.docker/1.8.0-SNAPSHOT/org.apache.jclouds.labs.docker-1.8.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:32:31.584Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.labs.docker_1.8.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.labs.docker/1.8.0-SNAPSHOT/org.apache.jclouds.labs.docker-1.8.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:32:31.584Z] [INFO] [2023-09-08T19:32:31.584Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.jclouds.labs.docker --- [2023-09-08T19:32:31.584Z] [INFO] [2023-09-08T19:32:31.584Z] [INFO] --------< org.eclipse.orbit.bundles:org.apache.jclouds.api.ec2 >-------- [2023-09-08T19:32:31.584Z] [INFO] Building Apache Jclouds AWS EC2 API 1.8.0-SNAPSHOT [95/375] [2023-09-08T19:32:31.584Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:32:31.584Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/jclouds/api/ec2/1.8.0/ec2-1.8.0.pom [2023-09-08T19:32:31.584Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/jclouds/api/ec2/1.8.0/ec2-1.8.0.pom [2023-09-08T19:32:31.584Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/jclouds/api/ec2/1.8.0/ec2-1.8.0.pom (5.7 kB at 117 kB/s) [2023-09-08T19:32:31.584Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/jclouds/api/sts/1.8.0/sts-1.8.0.pom [2023-09-08T19:32:31.584Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/jclouds/api/sts/1.8.0/sts-1.8.0.pom [2023-09-08T19:32:31.584Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/jclouds/api/sts/1.8.0/sts-1.8.0.pom (4.0 kB at 96 kB/s) [2023-09-08T19:32:31.584Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/jclouds/api/ec2/1.8.0/ec2-1.8.0.jar [2023-09-08T19:32:31.584Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/jclouds/api/sts/1.8.0/sts-1.8.0.jar [2023-09-08T19:32:31.584Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/jclouds/api/ec2/1.8.0/ec2-1.8.0.jar [2023-09-08T19:32:31.584Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/jclouds/api/sts/1.8.0/sts-1.8.0.jar [2023-09-08T19:32:31.840Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/jclouds/api/sts/1.8.0/sts-1.8.0.jar (65 kB at 1.4 MB/s) [2023-09-08T19:32:31.840Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/jclouds/api/ec2/1.8.0/ec2-1.8.0.jar (406 kB at 8.4 MB/s) [2023-09-08T19:32:31.840Z] [INFO] [2023-09-08T19:32:31.840Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.jclouds.api.ec2 --- [2023-09-08T19:32:31.840Z] [INFO] [2023-09-08T19:32:31.840Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.jclouds.api.ec2 --- [2023-09-08T19:32:31.840Z] [INFO] The project's OSGi version is 1.8.0.v20160301-1110 [2023-09-08T19:32:31.840Z] [INFO] [2023-09-08T19:32:31.840Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.jclouds.api.ec2 --- [2023-09-08T19:32:31.840Z] [INFO] [2023-09-08T19:32:31.840Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.jclouds.api.ec2 --- [2023-09-08T19:32:31.840Z] [INFO] Copying 3 resources [2023-09-08T19:32:31.840Z] [INFO] [2023-09-08T19:32:31.840Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.jclouds.api.ec2 --- [2023-09-08T19:32:31.840Z] [INFO] No sources to compile [2023-09-08T19:32:31.840Z] [INFO] [2023-09-08T19:32:31.840Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.jclouds.api.ec2 --- [2023-09-08T19:32:31.840Z] [INFO] Gathering dependencies [2023-09-08T19:32:31.840Z] [INFO] Configured Artifact: org.apache.jclouds.api:ec2:1.8.0:jar [2023-09-08T19:32:31.840Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/jclouds/api/ec2/1.8.0/ec2-1.8.0.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.ec2_1.8.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:32:31.840Z] [INFO] Merging collected dependencies [2023-09-08T19:32:31.840Z] [INFO] Copying 287 resources [2023-09-08T19:32:31.840Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:32:31.840Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.jclouds.api.ec2:eclipse-bundle-recipe:1.8.0-SNAPSHOT : Unused Export-Package instructions: [*.impl*] [2023-09-08T19:32:31.840Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.ec2_1.8.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:32:31.840Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.ec2_1.8.0/target/org.apache.jclouds.api.ec2-1.8.0-SNAPSHOT.jar [2023-09-08T19:32:32.098Z] [INFO] Gathering sources [2023-09-08T19:32:32.098Z] [INFO] Configured Artifact: org.apache.jclouds.api:ec2:sources:1.8.0:jar [2023-09-08T19:32:32.098Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/jclouds/api/ec2/1.8.0/ec2-1.8.0-sources.jar [2023-09-08T19:32:32.098Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/jclouds/api/ec2/1.8.0/ec2-1.8.0-sources.jar [2023-09-08T19:32:32.098Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/jclouds/api/ec2/1.8.0/ec2-1.8.0-sources.jar (293 kB at 5.9 MB/s) [2023-09-08T19:32:32.098Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/jclouds/api/ec2/1.8.0/ec2-1.8.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.ec2_1.8.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:32:32.098Z] [INFO] Copying 3 resources [2023-09-08T19:32:32.098Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.ec2_1.8.0/src/main/java [2023-09-08T19:32:32.098Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.ec2_1.8.0/target/org.apache.jclouds.api.ec2-1.8.0-SNAPSHOT-sources.jar [2023-09-08T19:32:32.098Z] [INFO] Assembling p2 repository [2023-09-08T19:32:32.662Z] [INFO] [2023-09-08T19:32:32.662Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.jclouds.api.ec2 --- [2023-09-08T19:32:32.662Z] [INFO] [2023-09-08T19:32:32.663Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.jclouds.api.ec2 --- [2023-09-08T19:32:32.663Z] [INFO] Gathering sources archives [2023-09-08T19:32:32.663Z] [INFO] Configured Artifact: org.apache.jclouds.api:ec2:sources:1.8.0:jar [2023-09-08T19:32:32.663Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/jclouds/api/ec2/1.8.0/ec2-1.8.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.ec2_1.8.0/target/sources-for-eclipse-ipzilla/ec2-1.8.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:32:32.919Z] [INFO] Configured Artifact: org.apache.jclouds.api:ec2:sources:1.8.0:jar [2023-09-08T19:32:32.919Z] [INFO] Copying ec2-1.8.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.ec2_1.8.0/target/sources-for-eclipse-ipzilla/ec2-1.8.0-sources.jar [2023-09-08T19:32:32.919Z] [INFO] Refreshing about files and about.html [2023-09-08T19:32:32.919Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.ec2_1.8.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:32:32.919Z] [INFO] [2023-09-08T19:32:32.919Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.apache.jclouds.api.ec2 --- [2023-09-08T19:32:32.919Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.ec2_1.8.0/target/org.apache.jclouds.api.ec2-1.8.0-SNAPSHOT.jar [2023-09-08T19:32:34.286Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.ec2_1.8.0/target/org.apache.jclouds.api.ec2-1.8.0-SNAPSHOT-sources.jar [2023-09-08T19:32:34.849Z] [INFO] [2023-09-08T19:32:34.849Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.jclouds.api.ec2 --- [2023-09-08T19:32:35.104Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.apache.jclouds.api.ec2:1.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.ec2_1.8.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:32:35.104Z] no-classifier: different [2023-09-08T19:32:35.104Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:32:35.104Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:32:35.104Z] META-INF/MANIFEST.MF: different [2023-09-08T19:32:35.104Z] Automatic-Module-Name: not present in baseline version [2023-09-08T19:32:35.104Z] classifier-sources: different [2023-09-08T19:32:35.104Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:32:35.104Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:32:35.104Z] [2023-09-08T19:32:35.104Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.apache.jclouds.api.ec2:1.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.ec2_1.8.0/pom.xml [2023-09-08T19:32:35.104Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:32:35.104Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:32:35.104Z] [2023-09-08T19:32:35.362Z] [INFO] [2023-09-08T19:32:35.362Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.apache.jclouds.api.ec2 --- [2023-09-08T19:32:35.362Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.ec2_1.8.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.api.ec2/1.8.0-SNAPSHOT/org.apache.jclouds.api.ec2-1.8.0-SNAPSHOT.pom [2023-09-08T19:32:35.362Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.ec2_1.8.0/target/org.apache.jclouds.api.ec2-1.8.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.api.ec2/1.8.0-SNAPSHOT/org.apache.jclouds.api.ec2-1.8.0-SNAPSHOT.jar [2023-09-08T19:32:35.362Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.ec2_1.8.0/target/org.apache.jclouds.api.ec2-1.8.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.api.ec2/1.8.0-SNAPSHOT/org.apache.jclouds.api.ec2-1.8.0-SNAPSHOT-sources.jar [2023-09-08T19:32:35.362Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.ec2_1.8.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.api.ec2/1.8.0-SNAPSHOT/org.apache.jclouds.api.ec2-1.8.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:32:35.362Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.ec2_1.8.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.api.ec2/1.8.0-SNAPSHOT/org.apache.jclouds.api.ec2-1.8.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:32:35.362Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.ec2_1.8.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.api.ec2/1.8.0-SNAPSHOT/org.apache.jclouds.api.ec2-1.8.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:32:35.362Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.ec2_1.8.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.api.ec2/1.8.0-SNAPSHOT/org.apache.jclouds.api.ec2-1.8.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:32:35.362Z] [INFO] [2023-09-08T19:32:35.362Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.jclouds.api.ec2 --- [2023-09-08T19:32:35.362Z] [INFO] [2023-09-08T19:32:35.362Z] [INFO] ----< org.eclipse.orbit.bundles:org.apache.jclouds.api.cloudwatch >----- [2023-09-08T19:32:35.362Z] [INFO] Building Apache Jclouds Cloudwatch API 1.8.0-SNAPSHOT [96/375] [2023-09-08T19:32:35.362Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:32:35.362Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/jclouds/api/cloudwatch/1.8.0/cloudwatch-1.8.0.pom [2023-09-08T19:32:35.362Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/jclouds/api/cloudwatch/1.8.0/cloudwatch-1.8.0.pom [2023-09-08T19:32:35.362Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/jclouds/api/cloudwatch/1.8.0/cloudwatch-1.8.0.pom (4.2 kB at 95 kB/s) [2023-09-08T19:32:35.362Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/jclouds/api/cloudwatch/1.8.0/cloudwatch-1.8.0.jar [2023-09-08T19:32:35.362Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/jclouds/api/cloudwatch/1.8.0/cloudwatch-1.8.0.jar [2023-09-08T19:32:35.362Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/jclouds/api/cloudwatch/1.8.0/cloudwatch-1.8.0.jar (111 kB at 1.8 MB/s) [2023-09-08T19:32:35.362Z] [INFO] [2023-09-08T19:32:35.362Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.jclouds.api.cloudwatch --- [2023-09-08T19:32:35.362Z] [INFO] [2023-09-08T19:32:35.362Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.jclouds.api.cloudwatch --- [2023-09-08T19:32:35.362Z] [INFO] The project's OSGi version is 1.8.0.v20160301-1110 [2023-09-08T19:32:35.362Z] [INFO] [2023-09-08T19:32:35.362Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.jclouds.api.cloudwatch --- [2023-09-08T19:32:35.362Z] [INFO] [2023-09-08T19:32:35.362Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.jclouds.api.cloudwatch --- [2023-09-08T19:32:35.362Z] [INFO] Copying 3 resources [2023-09-08T19:32:35.362Z] [INFO] [2023-09-08T19:32:35.362Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.jclouds.api.cloudwatch --- [2023-09-08T19:32:35.362Z] [INFO] No sources to compile [2023-09-08T19:32:35.362Z] [INFO] [2023-09-08T19:32:35.362Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.jclouds.api.cloudwatch --- [2023-09-08T19:32:35.362Z] [INFO] Gathering dependencies [2023-09-08T19:32:35.362Z] [INFO] Configured Artifact: org.apache.jclouds.api:cloudwatch:1.8.0:jar [2023-09-08T19:32:35.362Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/jclouds/api/cloudwatch/1.8.0/cloudwatch-1.8.0.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.cloudwatch_1.8.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:32:35.362Z] [INFO] Merging collected dependencies [2023-09-08T19:32:35.362Z] [INFO] Copying 94 resources [2023-09-08T19:32:35.362Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:32:35.619Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.jclouds.api.cloudwatch:eclipse-bundle-recipe:1.8.0-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] [2023-09-08T19:32:35.619Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.cloudwatch_1.8.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:32:35.619Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.cloudwatch_1.8.0/target/org.apache.jclouds.api.cloudwatch-1.8.0-SNAPSHOT.jar [2023-09-08T19:32:35.619Z] [INFO] Gathering sources [2023-09-08T19:32:35.619Z] [INFO] Configured Artifact: org.apache.jclouds.api:cloudwatch:sources:1.8.0:jar [2023-09-08T19:32:35.619Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/jclouds/api/cloudwatch/1.8.0/cloudwatch-1.8.0-sources.jar [2023-09-08T19:32:35.619Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/jclouds/api/cloudwatch/1.8.0/cloudwatch-1.8.0-sources.jar [2023-09-08T19:32:35.619Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/jclouds/api/cloudwatch/1.8.0/cloudwatch-1.8.0-sources.jar (84 kB at 1.7 MB/s) [2023-09-08T19:32:35.619Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/jclouds/api/cloudwatch/1.8.0/cloudwatch-1.8.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.cloudwatch_1.8.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:32:35.619Z] [INFO] Copying 3 resources [2023-09-08T19:32:35.619Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.cloudwatch_1.8.0/src/main/java [2023-09-08T19:32:35.619Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.cloudwatch_1.8.0/target/org.apache.jclouds.api.cloudwatch-1.8.0-SNAPSHOT-sources.jar [2023-09-08T19:32:35.619Z] [INFO] Assembling p2 repository [2023-09-08T19:32:36.547Z] [INFO] [2023-09-08T19:32:36.547Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.jclouds.api.cloudwatch --- [2023-09-08T19:32:36.547Z] [INFO] [2023-09-08T19:32:36.547Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.jclouds.api.cloudwatch --- [2023-09-08T19:32:36.547Z] [INFO] Gathering sources archives [2023-09-08T19:32:36.547Z] [INFO] Configured Artifact: org.apache.jclouds.api:cloudwatch:sources:1.8.0:jar [2023-09-08T19:32:36.547Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/jclouds/api/cloudwatch/1.8.0/cloudwatch-1.8.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.cloudwatch_1.8.0/target/sources-for-eclipse-ipzilla/cloudwatch-1.8.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:32:36.547Z] [INFO] Configured Artifact: org.apache.jclouds.api:cloudwatch:sources:1.8.0:jar [2023-09-08T19:32:36.547Z] [INFO] Copying cloudwatch-1.8.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.cloudwatch_1.8.0/target/sources-for-eclipse-ipzilla/cloudwatch-1.8.0-sources.jar [2023-09-08T19:32:36.547Z] [INFO] Refreshing about files and about.html [2023-09-08T19:32:36.548Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.cloudwatch_1.8.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:32:36.548Z] [INFO] [2023-09-08T19:32:36.548Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.apache.jclouds.api.cloudwatch --- [2023-09-08T19:32:36.548Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.cloudwatch_1.8.0/target/org.apache.jclouds.api.cloudwatch-1.8.0-SNAPSHOT.jar [2023-09-08T19:32:37.111Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.cloudwatch_1.8.0/target/org.apache.jclouds.api.cloudwatch-1.8.0-SNAPSHOT-sources.jar [2023-09-08T19:32:38.039Z] [INFO] [2023-09-08T19:32:38.039Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.jclouds.api.cloudwatch --- [2023-09-08T19:32:38.039Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.apache.jclouds.api.cloudwatch:1.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.cloudwatch_1.8.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:32:38.039Z] no-classifier: different [2023-09-08T19:32:38.039Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:32:38.039Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:32:38.039Z] META-INF/MANIFEST.MF: different [2023-09-08T19:32:38.039Z] Automatic-Module-Name: not present in baseline version [2023-09-08T19:32:38.039Z] classifier-sources: different [2023-09-08T19:32:38.039Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:32:38.039Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:32:38.039Z] [2023-09-08T19:32:38.039Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.apache.jclouds.api.cloudwatch:1.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.cloudwatch_1.8.0/pom.xml [2023-09-08T19:32:38.039Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:32:38.039Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:32:38.039Z] [2023-09-08T19:32:38.039Z] [INFO] [2023-09-08T19:32:38.039Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.apache.jclouds.api.cloudwatch --- [2023-09-08T19:32:38.039Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.cloudwatch_1.8.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.api.cloudwatch/1.8.0-SNAPSHOT/org.apache.jclouds.api.cloudwatch-1.8.0-SNAPSHOT.pom [2023-09-08T19:32:38.039Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.cloudwatch_1.8.0/target/org.apache.jclouds.api.cloudwatch-1.8.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.api.cloudwatch/1.8.0-SNAPSHOT/org.apache.jclouds.api.cloudwatch-1.8.0-SNAPSHOT.jar [2023-09-08T19:32:38.039Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.cloudwatch_1.8.0/target/org.apache.jclouds.api.cloudwatch-1.8.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.api.cloudwatch/1.8.0-SNAPSHOT/org.apache.jclouds.api.cloudwatch-1.8.0-SNAPSHOT-sources.jar [2023-09-08T19:32:38.039Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.cloudwatch_1.8.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.api.cloudwatch/1.8.0-SNAPSHOT/org.apache.jclouds.api.cloudwatch-1.8.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:32:38.039Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.cloudwatch_1.8.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.api.cloudwatch/1.8.0-SNAPSHOT/org.apache.jclouds.api.cloudwatch-1.8.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:32:38.039Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.cloudwatch_1.8.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.api.cloudwatch/1.8.0-SNAPSHOT/org.apache.jclouds.api.cloudwatch-1.8.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:32:38.039Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.cloudwatch_1.8.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.api.cloudwatch/1.8.0-SNAPSHOT/org.apache.jclouds.api.cloudwatch-1.8.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:32:38.039Z] [INFO] [2023-09-08T19:32:38.039Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.jclouds.api.cloudwatch --- [2023-09-08T19:32:38.039Z] [INFO] [2023-09-08T19:32:38.039Z] [INFO] -----< org.eclipse.orbit.bundles:org.apache.jclouds.jclouds-core >------ [2023-09-08T19:32:38.039Z] [INFO] Building Jclouds Components Core 1.8.0-SNAPSHOT [97/375] [2023-09-08T19:32:38.039Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:32:38.039Z] [INFO] [2023-09-08T19:32:38.040Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.jclouds.jclouds-core --- [2023-09-08T19:32:38.040Z] [INFO] [2023-09-08T19:32:38.040Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.jclouds.jclouds-core --- [2023-09-08T19:32:38.040Z] [INFO] The project's OSGi version is 1.8.0.v20181004-1955 [2023-09-08T19:32:38.040Z] [INFO] [2023-09-08T19:32:38.040Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.jclouds.jclouds-core --- [2023-09-08T19:32:38.040Z] [INFO] [2023-09-08T19:32:38.040Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.jclouds.jclouds-core --- [2023-09-08T19:32:38.040Z] [INFO] Copying 3 resources [2023-09-08T19:32:38.040Z] [INFO] [2023-09-08T19:32:38.040Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.jclouds.jclouds-core --- [2023-09-08T19:32:38.040Z] [INFO] No sources to compile [2023-09-08T19:32:38.040Z] [INFO] [2023-09-08T19:32:38.040Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.jclouds.jclouds-core --- [2023-09-08T19:32:38.040Z] [INFO] Gathering dependencies [2023-09-08T19:32:38.040Z] [INFO] Configured Artifact: org.apache.jclouds:jclouds-core:1.8.0:jar [2023-09-08T19:32:38.040Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/jclouds/jclouds-core/1.8.0/jclouds-core-1.8.0.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-core_1.8.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:32:38.295Z] [INFO] Merging collected dependencies [2023-09-08T19:32:38.295Z] [INFO] Copying 685 resources [2023-09-08T19:32:38.295Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:32:38.551Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-core_1.8.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:32:38.551Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-core_1.8.0/target/org.apache.jclouds.jclouds-core-1.8.0-SNAPSHOT.jar [2023-09-08T19:32:38.551Z] [INFO] Gathering sources [2023-09-08T19:32:38.551Z] [INFO] Configured Artifact: org.apache.jclouds:jclouds-core:sources:1.8.0:jar [2023-09-08T19:32:38.551Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/jclouds/jclouds-core/1.8.0/jclouds-core-1.8.0-sources.jar [2023-09-08T19:32:38.551Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/jclouds/jclouds-core/1.8.0/jclouds-core-1.8.0-sources.jar [2023-09-08T19:32:38.807Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/jclouds/jclouds-core/1.8.0/jclouds-core-1.8.0-sources.jar (494 kB at 7.5 MB/s) [2023-09-08T19:32:38.807Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/jclouds/jclouds-core/1.8.0/jclouds-core-1.8.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-core_1.8.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:32:38.807Z] [INFO] Copying 3 resources [2023-09-08T19:32:38.807Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-core_1.8.0/src/main/java [2023-09-08T19:32:38.807Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-core_1.8.0/target/org.apache.jclouds.jclouds-core-1.8.0-SNAPSHOT-sources.jar [2023-09-08T19:32:38.807Z] [INFO] Assembling p2 repository [2023-09-08T19:32:39.370Z] [INFO] [2023-09-08T19:32:39.370Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.jclouds.jclouds-core --- [2023-09-08T19:32:39.370Z] [INFO] [2023-09-08T19:32:39.370Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.jclouds.jclouds-core --- [2023-09-08T19:32:39.370Z] [INFO] Gathering sources archives [2023-09-08T19:32:39.370Z] [INFO] Configured Artifact: org.apache.jclouds:jclouds-core:sources:1.8.0:jar [2023-09-08T19:32:39.370Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/jclouds/jclouds-core/1.8.0/jclouds-core-1.8.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-core_1.8.0/target/sources-for-eclipse-ipzilla/jclouds-core-1.8.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:32:39.627Z] [INFO] Configured Artifact: org.apache.jclouds:jclouds-core:sources:1.8.0:jar [2023-09-08T19:32:39.627Z] [INFO] Copying jclouds-core-1.8.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-core_1.8.0/target/sources-for-eclipse-ipzilla/jclouds-core-1.8.0-sources.jar [2023-09-08T19:32:39.627Z] [INFO] Refreshing about files and about.html [2023-09-08T19:32:39.627Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-core_1.8.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:32:39.627Z] [INFO] [2023-09-08T19:32:39.627Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.apache.jclouds.jclouds-core --- [2023-09-08T19:32:39.884Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-core_1.8.0/target/org.apache.jclouds.jclouds-core-1.8.0-SNAPSHOT.jar [2023-09-08T19:32:41.254Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-core_1.8.0/target/org.apache.jclouds.jclouds-core-1.8.0-SNAPSHOT-sources.jar [2023-09-08T19:32:42.622Z] [INFO] [2023-09-08T19:32:42.622Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.jclouds.jclouds-core --- [2023-09-08T19:32:42.622Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.apache.jclouds.jclouds-core:1.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-core_1.8.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:32:42.622Z] no-classifier: different [2023-09-08T19:32:42.622Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:32:42.622Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:32:42.622Z] classifier-sources: different [2023-09-08T19:32:42.622Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:32:42.622Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:32:42.622Z] [2023-09-08T19:32:42.879Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.apache.jclouds.jclouds-core:1.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-core_1.8.0/pom.xml [2023-09-08T19:32:42.879Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:32:42.879Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:32:42.879Z] [2023-09-08T19:32:42.879Z] [INFO] [2023-09-08T19:32:42.879Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.apache.jclouds.jclouds-core --- [2023-09-08T19:32:42.879Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-core_1.8.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.jclouds-core/1.8.0-SNAPSHOT/org.apache.jclouds.jclouds-core-1.8.0-SNAPSHOT.pom [2023-09-08T19:32:42.879Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-core_1.8.0/target/org.apache.jclouds.jclouds-core-1.8.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.jclouds-core/1.8.0-SNAPSHOT/org.apache.jclouds.jclouds-core-1.8.0-SNAPSHOT.jar [2023-09-08T19:32:42.879Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-core_1.8.0/target/org.apache.jclouds.jclouds-core-1.8.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.jclouds-core/1.8.0-SNAPSHOT/org.apache.jclouds.jclouds-core-1.8.0-SNAPSHOT-sources.jar [2023-09-08T19:32:42.879Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-core_1.8.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.jclouds-core/1.8.0-SNAPSHOT/org.apache.jclouds.jclouds-core-1.8.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:32:42.879Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-core_1.8.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.jclouds-core/1.8.0-SNAPSHOT/org.apache.jclouds.jclouds-core-1.8.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:32:42.879Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-core_1.8.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.jclouds-core/1.8.0-SNAPSHOT/org.apache.jclouds.jclouds-core-1.8.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:32:42.879Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-core_1.8.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.jclouds-core/1.8.0-SNAPSHOT/org.apache.jclouds.jclouds-core-1.8.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:32:42.879Z] [INFO] [2023-09-08T19:32:42.879Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.jclouds.jclouds-core --- [2023-09-08T19:32:42.879Z] [INFO] [2023-09-08T19:32:42.879Z] [INFO] ---< org.eclipse.orbit.bundles:org.apache.jclouds.jclouds-blobstore >--- [2023-09-08T19:32:42.879Z] [INFO] Building Jclouds Blobstore Core 1.8.0-SNAPSHOT [98/375] [2023-09-08T19:32:42.879Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:32:42.879Z] [INFO] [2023-09-08T19:32:42.879Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.jclouds.jclouds-blobstore --- [2023-09-08T19:32:42.879Z] [INFO] [2023-09-08T19:32:42.879Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.jclouds.jclouds-blobstore --- [2023-09-08T19:32:42.879Z] [INFO] The project's OSGi version is 1.8.0.v20160301-1110 [2023-09-08T19:32:42.879Z] [INFO] [2023-09-08T19:32:42.879Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.jclouds.jclouds-blobstore --- [2023-09-08T19:32:42.879Z] [INFO] [2023-09-08T19:32:42.879Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.jclouds.jclouds-blobstore --- [2023-09-08T19:32:42.879Z] [INFO] Copying 3 resources [2023-09-08T19:32:42.879Z] [INFO] [2023-09-08T19:32:42.880Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.jclouds.jclouds-blobstore --- [2023-09-08T19:32:42.880Z] [INFO] No sources to compile [2023-09-08T19:32:42.880Z] [INFO] [2023-09-08T19:32:42.880Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.jclouds.jclouds-blobstore --- [2023-09-08T19:32:42.880Z] [INFO] Gathering dependencies [2023-09-08T19:32:42.880Z] [INFO] Configured Artifact: org.apache.jclouds:jclouds-blobstore:1.8.0:jar [2023-09-08T19:32:42.880Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/jclouds/jclouds-blobstore/1.8.0/jclouds-blobstore-1.8.0.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-blobstore_1.8.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:32:42.880Z] [INFO] Merging collected dependencies [2023-09-08T19:32:42.880Z] [INFO] Copying 149 resources [2023-09-08T19:32:42.880Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:32:42.880Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.jclouds.jclouds-blobstore:eclipse-bundle-recipe:1.8.0-SNAPSHOT : Unused Export-Package instructions: [*.impl*] [2023-09-08T19:32:42.880Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-blobstore_1.8.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:32:42.880Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-blobstore_1.8.0/target/org.apache.jclouds.jclouds-blobstore-1.8.0-SNAPSHOT.jar [2023-09-08T19:32:43.137Z] [INFO] Gathering sources [2023-09-08T19:32:43.137Z] [INFO] Configured Artifact: org.apache.jclouds:jclouds-blobstore:sources:1.8.0:jar [2023-09-08T19:32:43.137Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/jclouds/jclouds-blobstore/1.8.0/jclouds-blobstore-1.8.0-sources.jar [2023-09-08T19:32:43.137Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/jclouds/jclouds-blobstore/1.8.0/jclouds-blobstore-1.8.0-sources.jar [2023-09-08T19:32:43.137Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/jclouds/jclouds-blobstore/1.8.0/jclouds-blobstore-1.8.0-sources.jar (129 kB at 2.9 MB/s) [2023-09-08T19:32:43.137Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/jclouds/jclouds-blobstore/1.8.0/jclouds-blobstore-1.8.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-blobstore_1.8.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:32:43.137Z] [INFO] Copying 3 resources [2023-09-08T19:32:43.137Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-blobstore_1.8.0/src/main/java [2023-09-08T19:32:43.137Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-blobstore_1.8.0/target/org.apache.jclouds.jclouds-blobstore-1.8.0-SNAPSHOT-sources.jar [2023-09-08T19:32:43.137Z] [INFO] Assembling p2 repository [2023-09-08T19:32:43.699Z] [INFO] [2023-09-08T19:32:43.699Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.jclouds.jclouds-blobstore --- [2023-09-08T19:32:43.699Z] [INFO] [2023-09-08T19:32:43.699Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.jclouds.jclouds-blobstore --- [2023-09-08T19:32:43.699Z] [INFO] Gathering sources archives [2023-09-08T19:32:43.699Z] [INFO] Configured Artifact: org.apache.jclouds:jclouds-blobstore:sources:1.8.0:jar [2023-09-08T19:32:43.699Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/jclouds/jclouds-blobstore/1.8.0/jclouds-blobstore-1.8.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-blobstore_1.8.0/target/sources-for-eclipse-ipzilla/jclouds-blobstore-1.8.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:32:43.699Z] [INFO] Configured Artifact: org.apache.jclouds:jclouds-blobstore:sources:1.8.0:jar [2023-09-08T19:32:43.699Z] [INFO] Copying jclouds-blobstore-1.8.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-blobstore_1.8.0/target/sources-for-eclipse-ipzilla/jclouds-blobstore-1.8.0-sources.jar [2023-09-08T19:32:43.699Z] [INFO] Refreshing about files and about.html [2023-09-08T19:32:43.699Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-blobstore_1.8.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:32:43.699Z] [INFO] [2023-09-08T19:32:43.699Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.apache.jclouds.jclouds-blobstore --- [2023-09-08T19:32:43.955Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-blobstore_1.8.0/target/org.apache.jclouds.jclouds-blobstore-1.8.0-SNAPSHOT.jar [2023-09-08T19:32:44.883Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-blobstore_1.8.0/target/org.apache.jclouds.jclouds-blobstore-1.8.0-SNAPSHOT-sources.jar [2023-09-08T19:32:46.247Z] [INFO] [2023-09-08T19:32:46.247Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.jclouds.jclouds-blobstore --- [2023-09-08T19:32:46.247Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.apache.jclouds.jclouds-blobstore:1.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-blobstore_1.8.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:32:46.247Z] no-classifier: different [2023-09-08T19:32:46.247Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:32:46.247Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:32:46.247Z] META-INF/MANIFEST.MF: different [2023-09-08T19:32:46.247Z] Automatic-Module-Name: not present in baseline version [2023-09-08T19:32:46.247Z] classifier-sources: different [2023-09-08T19:32:46.247Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:32:46.247Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:32:46.247Z] [2023-09-08T19:32:46.247Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.apache.jclouds.jclouds-blobstore:1.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-blobstore_1.8.0/pom.xml [2023-09-08T19:32:46.247Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:32:46.247Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:32:46.247Z] [2023-09-08T19:32:46.247Z] [INFO] [2023-09-08T19:32:46.247Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.apache.jclouds.jclouds-blobstore --- [2023-09-08T19:32:46.247Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-blobstore_1.8.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.jclouds-blobstore/1.8.0-SNAPSHOT/org.apache.jclouds.jclouds-blobstore-1.8.0-SNAPSHOT.pom [2023-09-08T19:32:46.247Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-blobstore_1.8.0/target/org.apache.jclouds.jclouds-blobstore-1.8.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.jclouds-blobstore/1.8.0-SNAPSHOT/org.apache.jclouds.jclouds-blobstore-1.8.0-SNAPSHOT.jar [2023-09-08T19:32:46.247Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-blobstore_1.8.0/target/org.apache.jclouds.jclouds-blobstore-1.8.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.jclouds-blobstore/1.8.0-SNAPSHOT/org.apache.jclouds.jclouds-blobstore-1.8.0-SNAPSHOT-sources.jar [2023-09-08T19:32:46.247Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-blobstore_1.8.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.jclouds-blobstore/1.8.0-SNAPSHOT/org.apache.jclouds.jclouds-blobstore-1.8.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:32:46.247Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-blobstore_1.8.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.jclouds-blobstore/1.8.0-SNAPSHOT/org.apache.jclouds.jclouds-blobstore-1.8.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:32:46.247Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-blobstore_1.8.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.jclouds-blobstore/1.8.0-SNAPSHOT/org.apache.jclouds.jclouds-blobstore-1.8.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:32:46.247Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-blobstore_1.8.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.jclouds-blobstore/1.8.0-SNAPSHOT/org.apache.jclouds.jclouds-blobstore-1.8.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:32:46.247Z] [INFO] [2023-09-08T19:32:46.247Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.jclouds.jclouds-blobstore --- [2023-09-08T19:32:46.247Z] [INFO] [2023-09-08T19:32:46.247Z] [INFO] ----< org.eclipse.orbit.bundles:org.apache.jclouds.jclouds-compute >---- [2023-09-08T19:32:46.247Z] [INFO] Building Jclouds Compute Core 1.8.0-SNAPSHOT [99/375] [2023-09-08T19:32:46.247Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:32:46.247Z] [INFO] [2023-09-08T19:32:46.247Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.jclouds.jclouds-compute --- [2023-09-08T19:32:46.247Z] [INFO] [2023-09-08T19:32:46.247Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.jclouds.jclouds-compute --- [2023-09-08T19:32:46.247Z] [INFO] The project's OSGi version is 1.8.0.v20160301-1110 [2023-09-08T19:32:46.247Z] [INFO] [2023-09-08T19:32:46.247Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.jclouds.jclouds-compute --- [2023-09-08T19:32:46.247Z] [INFO] [2023-09-08T19:32:46.247Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.jclouds.jclouds-compute --- [2023-09-08T19:32:46.247Z] [INFO] Copying 3 resources [2023-09-08T19:32:46.247Z] [INFO] [2023-09-08T19:32:46.247Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.jclouds.jclouds-compute --- [2023-09-08T19:32:46.247Z] [INFO] No sources to compile [2023-09-08T19:32:46.247Z] [INFO] [2023-09-08T19:32:46.247Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.jclouds.jclouds-compute --- [2023-09-08T19:32:46.247Z] [INFO] Gathering dependencies [2023-09-08T19:32:46.247Z] [INFO] Configured Artifact: org.apache.jclouds:jclouds-compute:1.8.0:jar [2023-09-08T19:32:46.247Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/jclouds/jclouds-compute/1.8.0/jclouds-compute-1.8.0.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-compute_1.8.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:32:46.503Z] [INFO] Merging collected dependencies [2023-09-08T19:32:46.503Z] [INFO] Copying 401 resources [2023-09-08T19:32:46.503Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:32:46.503Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-compute_1.8.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:32:46.503Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-compute_1.8.0/target/org.apache.jclouds.jclouds-compute-1.8.0-SNAPSHOT.jar [2023-09-08T19:32:46.503Z] [INFO] Gathering sources [2023-09-08T19:32:46.503Z] [INFO] Configured Artifact: org.apache.jclouds:jclouds-compute:sources:1.8.0:jar [2023-09-08T19:32:46.503Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/jclouds/jclouds-compute/1.8.0/jclouds-compute-1.8.0-sources.jar [2023-09-08T19:32:46.503Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/jclouds/jclouds-compute/1.8.0/jclouds-compute-1.8.0-sources.jar [2023-09-08T19:32:46.760Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/jclouds/jclouds-compute/1.8.0/jclouds-compute-1.8.0-sources.jar (285 kB at 5.9 MB/s) [2023-09-08T19:32:46.760Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/jclouds/jclouds-compute/1.8.0/jclouds-compute-1.8.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-compute_1.8.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:32:46.760Z] [INFO] Copying 3 resources [2023-09-08T19:32:46.760Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-compute_1.8.0/src/main/java [2023-09-08T19:32:46.760Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-compute_1.8.0/target/org.apache.jclouds.jclouds-compute-1.8.0-SNAPSHOT-sources.jar [2023-09-08T19:32:46.760Z] [INFO] Assembling p2 repository [2023-09-08T19:32:47.324Z] [INFO] [2023-09-08T19:32:47.324Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.jclouds.jclouds-compute --- [2023-09-08T19:32:47.324Z] [INFO] [2023-09-08T19:32:47.324Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.jclouds.jclouds-compute --- [2023-09-08T19:32:47.324Z] [INFO] Gathering sources archives [2023-09-08T19:32:47.324Z] [INFO] Configured Artifact: org.apache.jclouds:jclouds-compute:sources:1.8.0:jar [2023-09-08T19:32:47.324Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/jclouds/jclouds-compute/1.8.0/jclouds-compute-1.8.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-compute_1.8.0/target/sources-for-eclipse-ipzilla/jclouds-compute-1.8.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:32:47.324Z] [INFO] Configured Artifact: org.apache.jclouds:jclouds-compute:sources:1.8.0:jar [2023-09-08T19:32:47.324Z] [INFO] Copying jclouds-compute-1.8.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-compute_1.8.0/target/sources-for-eclipse-ipzilla/jclouds-compute-1.8.0-sources.jar [2023-09-08T19:32:47.324Z] [INFO] Refreshing about files and about.html [2023-09-08T19:32:47.324Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-compute_1.8.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:32:47.324Z] [INFO] [2023-09-08T19:32:47.324Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.apache.jclouds.jclouds-compute --- [2023-09-08T19:32:47.580Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-compute_1.8.0/target/org.apache.jclouds.jclouds-compute-1.8.0-SNAPSHOT.jar [2023-09-08T19:32:50.105Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-compute_1.8.0/target/org.apache.jclouds.jclouds-compute-1.8.0-SNAPSHOT-sources.jar [2023-09-08T19:32:51.995Z] [INFO] [2023-09-08T19:32:51.995Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.jclouds.jclouds-compute --- [2023-09-08T19:32:52.251Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.apache.jclouds.jclouds-compute:1.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-compute_1.8.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:32:52.251Z] no-classifier: different [2023-09-08T19:32:52.251Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:32:52.251Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:32:52.251Z] META-INF/MANIFEST.MF: different [2023-09-08T19:32:52.251Z] Automatic-Module-Name: not present in baseline version [2023-09-08T19:32:52.251Z] classifier-sources: different [2023-09-08T19:32:52.251Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:32:52.251Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:32:52.251Z] [2023-09-08T19:32:52.251Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.apache.jclouds.jclouds-compute:1.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-compute_1.8.0/pom.xml [2023-09-08T19:32:52.251Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:32:52.251Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:32:52.251Z] [2023-09-08T19:32:52.251Z] [INFO] [2023-09-08T19:32:52.251Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.apache.jclouds.jclouds-compute --- [2023-09-08T19:32:52.251Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-compute_1.8.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.jclouds-compute/1.8.0-SNAPSHOT/org.apache.jclouds.jclouds-compute-1.8.0-SNAPSHOT.pom [2023-09-08T19:32:52.252Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-compute_1.8.0/target/org.apache.jclouds.jclouds-compute-1.8.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.jclouds-compute/1.8.0-SNAPSHOT/org.apache.jclouds.jclouds-compute-1.8.0-SNAPSHOT.jar [2023-09-08T19:32:52.252Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-compute_1.8.0/target/org.apache.jclouds.jclouds-compute-1.8.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.jclouds-compute/1.8.0-SNAPSHOT/org.apache.jclouds.jclouds-compute-1.8.0-SNAPSHOT-sources.jar [2023-09-08T19:32:52.252Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-compute_1.8.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.jclouds-compute/1.8.0-SNAPSHOT/org.apache.jclouds.jclouds-compute-1.8.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:32:52.252Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-compute_1.8.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.jclouds-compute/1.8.0-SNAPSHOT/org.apache.jclouds.jclouds-compute-1.8.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:32:52.252Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-compute_1.8.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.jclouds-compute/1.8.0-SNAPSHOT/org.apache.jclouds.jclouds-compute-1.8.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:32:52.252Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-compute_1.8.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.jclouds-compute/1.8.0-SNAPSHOT/org.apache.jclouds.jclouds-compute-1.8.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:32:52.252Z] [INFO] [2023-09-08T19:32:52.252Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.jclouds.jclouds-compute --- [2023-09-08T19:32:52.252Z] [INFO] [2023-09-08T19:32:52.252Z] [INFO] --------< org.eclipse.orbit.bundles:org.apache.jclouds.api.sts >-------- [2023-09-08T19:32:52.252Z] [INFO] Building Jclouds Sts Api 1.8.0-SNAPSHOT [100/375] [2023-09-08T19:32:52.252Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:32:52.252Z] [INFO] [2023-09-08T19:32:52.252Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.jclouds.api.sts --- [2023-09-08T19:32:52.252Z] [INFO] [2023-09-08T19:32:52.252Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.jclouds.api.sts --- [2023-09-08T19:32:52.252Z] [INFO] The project's OSGi version is 1.8.0.v20160301-1110 [2023-09-08T19:32:52.252Z] [INFO] [2023-09-08T19:32:52.252Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.jclouds.api.sts --- [2023-09-08T19:32:52.252Z] [INFO] [2023-09-08T19:32:52.252Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.jclouds.api.sts --- [2023-09-08T19:32:52.252Z] [INFO] Copying 3 resources [2023-09-08T19:32:52.252Z] [INFO] [2023-09-08T19:32:52.252Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.jclouds.api.sts --- [2023-09-08T19:32:52.252Z] [INFO] No sources to compile [2023-09-08T19:32:52.252Z] [INFO] [2023-09-08T19:32:52.252Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.jclouds.api.sts --- [2023-09-08T19:32:52.252Z] [INFO] Gathering dependencies [2023-09-08T19:32:52.252Z] [INFO] Configured Artifact: org.apache.jclouds.api:sts:1.8.0:jar [2023-09-08T19:32:52.252Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/jclouds/api/sts/1.8.0/sts-1.8.0.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.sts_1.8.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:32:52.252Z] [INFO] Merging collected dependencies [2023-09-08T19:32:52.252Z] [INFO] Copying 45 resources [2023-09-08T19:32:52.252Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:32:52.252Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.jclouds.api.sts:eclipse-bundle-recipe:1.8.0-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] [2023-09-08T19:32:52.252Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.sts_1.8.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:32:52.252Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.sts_1.8.0/target/org.apache.jclouds.api.sts-1.8.0-SNAPSHOT.jar [2023-09-08T19:32:52.509Z] [INFO] Gathering sources [2023-09-08T19:32:52.509Z] [INFO] Configured Artifact: org.apache.jclouds.api:sts:sources:1.8.0:jar [2023-09-08T19:32:52.509Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/jclouds/api/sts/1.8.0/sts-1.8.0-sources.jar [2023-09-08T19:32:52.509Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/jclouds/api/sts/1.8.0/sts-1.8.0-sources.jar [2023-09-08T19:32:52.510Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/jclouds/api/sts/1.8.0/sts-1.8.0-sources.jar (50 kB at 999 kB/s) [2023-09-08T19:32:52.510Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/jclouds/api/sts/1.8.0/sts-1.8.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.sts_1.8.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:32:52.510Z] [INFO] Copying 3 resources [2023-09-08T19:32:52.510Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.sts_1.8.0/src/main/java [2023-09-08T19:32:52.510Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.sts_1.8.0/target/org.apache.jclouds.api.sts-1.8.0-SNAPSHOT-sources.jar [2023-09-08T19:32:52.510Z] [INFO] Assembling p2 repository [2023-09-08T19:32:53.439Z] [INFO] [2023-09-08T19:32:53.439Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.jclouds.api.sts --- [2023-09-08T19:32:53.439Z] [INFO] [2023-09-08T19:32:53.439Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.jclouds.api.sts --- [2023-09-08T19:32:53.439Z] [INFO] Gathering sources archives [2023-09-08T19:32:53.439Z] [INFO] Configured Artifact: org.apache.jclouds.api:sts:sources:1.8.0:jar [2023-09-08T19:32:53.439Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/jclouds/api/sts/1.8.0/sts-1.8.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.sts_1.8.0/target/sources-for-eclipse-ipzilla/sts-1.8.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:32:53.439Z] [INFO] Configured Artifact: org.apache.jclouds.api:sts:sources:1.8.0:jar [2023-09-08T19:32:53.439Z] [INFO] Copying sts-1.8.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.sts_1.8.0/target/sources-for-eclipse-ipzilla/sts-1.8.0-sources.jar [2023-09-08T19:32:53.439Z] [INFO] Refreshing about files and about.html [2023-09-08T19:32:53.439Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.sts_1.8.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:32:53.439Z] [INFO] [2023-09-08T19:32:53.439Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.apache.jclouds.api.sts --- [2023-09-08T19:32:53.439Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.sts_1.8.0/target/org.apache.jclouds.api.sts-1.8.0-SNAPSHOT.jar [2023-09-08T19:32:54.368Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.sts_1.8.0/target/org.apache.jclouds.api.sts-1.8.0-SNAPSHOT-sources.jar [2023-09-08T19:32:55.298Z] [INFO] [2023-09-08T19:32:55.298Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.jclouds.api.sts --- [2023-09-08T19:32:55.554Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.apache.jclouds.api.sts:1.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.sts_1.8.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:32:55.554Z] no-classifier: different [2023-09-08T19:32:55.554Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:32:55.554Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:32:55.554Z] META-INF/MANIFEST.MF: different [2023-09-08T19:32:55.554Z] Automatic-Module-Name: not present in baseline version [2023-09-08T19:32:55.554Z] classifier-sources: different [2023-09-08T19:32:55.554Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:32:55.554Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:32:55.554Z] [2023-09-08T19:32:55.554Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.apache.jclouds.api.sts:1.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.sts_1.8.0/pom.xml [2023-09-08T19:32:55.554Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:32:55.554Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:32:55.554Z] [2023-09-08T19:32:55.554Z] [INFO] [2023-09-08T19:32:55.554Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.apache.jclouds.api.sts --- [2023-09-08T19:32:55.554Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.sts_1.8.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.api.sts/1.8.0-SNAPSHOT/org.apache.jclouds.api.sts-1.8.0-SNAPSHOT.pom [2023-09-08T19:32:55.554Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.sts_1.8.0/target/org.apache.jclouds.api.sts-1.8.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.api.sts/1.8.0-SNAPSHOT/org.apache.jclouds.api.sts-1.8.0-SNAPSHOT.jar [2023-09-08T19:32:55.554Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.sts_1.8.0/target/org.apache.jclouds.api.sts-1.8.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.api.sts/1.8.0-SNAPSHOT/org.apache.jclouds.api.sts-1.8.0-SNAPSHOT-sources.jar [2023-09-08T19:32:55.554Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.sts_1.8.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.api.sts/1.8.0-SNAPSHOT/org.apache.jclouds.api.sts-1.8.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:32:55.554Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.sts_1.8.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.api.sts/1.8.0-SNAPSHOT/org.apache.jclouds.api.sts-1.8.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:32:55.554Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.sts_1.8.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.api.sts/1.8.0-SNAPSHOT/org.apache.jclouds.api.sts-1.8.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:32:55.554Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.api.sts_1.8.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.api.sts/1.8.0-SNAPSHOT/org.apache.jclouds.api.sts-1.8.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:32:55.554Z] [INFO] [2023-09-08T19:32:55.554Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.jclouds.api.sts --- [2023-09-08T19:32:55.554Z] [INFO] [2023-09-08T19:32:55.554Z] [INFO] --< org.eclipse.orbit.bundles:org.apache.jclouds.jclouds-scriptbuilder >-- [2023-09-08T19:32:55.554Z] [INFO] Building Jclouds Script Builder 1.8.0-SNAPSHOT [101/375] [2023-09-08T19:32:55.554Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:32:55.554Z] [INFO] [2023-09-08T19:32:55.554Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.jclouds.jclouds-scriptbuilder --- [2023-09-08T19:32:55.554Z] [INFO] [2023-09-08T19:32:55.554Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.jclouds.jclouds-scriptbuilder --- [2023-09-08T19:32:55.554Z] [INFO] The project's OSGi version is 1.8.0.v20160301-1110 [2023-09-08T19:32:55.554Z] [INFO] [2023-09-08T19:32:55.554Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.jclouds.jclouds-scriptbuilder --- [2023-09-08T19:32:55.554Z] [INFO] [2023-09-08T19:32:55.554Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.jclouds.jclouds-scriptbuilder --- [2023-09-08T19:32:55.554Z] [INFO] Copying 3 resources [2023-09-08T19:32:55.554Z] [INFO] [2023-09-08T19:32:55.554Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.jclouds.jclouds-scriptbuilder --- [2023-09-08T19:32:55.554Z] [INFO] No sources to compile [2023-09-08T19:32:55.554Z] [INFO] [2023-09-08T19:32:55.554Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.jclouds.jclouds-scriptbuilder --- [2023-09-08T19:32:55.554Z] [INFO] Gathering dependencies [2023-09-08T19:32:55.554Z] [INFO] Configured Artifact: org.apache.jclouds:jclouds-scriptbuilder:1.8.0:jar [2023-09-08T19:32:55.554Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/jclouds/jclouds-scriptbuilder/1.8.0/jclouds-scriptbuilder-1.8.0.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-scriptbuilder_1.8.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:32:55.554Z] [INFO] Merging collected dependencies [2023-09-08T19:32:55.554Z] [INFO] Copying 134 resources [2023-09-08T19:32:55.554Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:32:55.554Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.jclouds.jclouds-scriptbuilder:eclipse-bundle-recipe:1.8.0-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] [2023-09-08T19:32:55.554Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-scriptbuilder_1.8.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:32:55.554Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-scriptbuilder_1.8.0/target/org.apache.jclouds.jclouds-scriptbuilder-1.8.0-SNAPSHOT.jar [2023-09-08T19:32:55.811Z] [INFO] Gathering sources [2023-09-08T19:32:55.811Z] [INFO] Configured Artifact: org.apache.jclouds:jclouds-scriptbuilder:sources:1.8.0:jar [2023-09-08T19:32:55.811Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/jclouds/jclouds-scriptbuilder/1.8.0/jclouds-scriptbuilder-1.8.0-sources.jar [2023-09-08T19:32:55.811Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/jclouds/jclouds-scriptbuilder/1.8.0/jclouds-scriptbuilder-1.8.0-sources.jar [2023-09-08T19:32:55.811Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/jclouds/jclouds-scriptbuilder/1.8.0/jclouds-scriptbuilder-1.8.0-sources.jar (116 kB at 2.5 MB/s) [2023-09-08T19:32:55.812Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/jclouds/jclouds-scriptbuilder/1.8.0/jclouds-scriptbuilder-1.8.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-scriptbuilder_1.8.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:32:55.812Z] [INFO] Copying 3 resources [2023-09-08T19:32:55.812Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-scriptbuilder_1.8.0/src/main/java [2023-09-08T19:32:55.812Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-scriptbuilder_1.8.0/target/org.apache.jclouds.jclouds-scriptbuilder-1.8.0-SNAPSHOT-sources.jar [2023-09-08T19:32:55.812Z] [INFO] Assembling p2 repository [2023-09-08T19:32:56.373Z] [INFO] [2023-09-08T19:32:56.373Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.jclouds.jclouds-scriptbuilder --- [2023-09-08T19:32:56.373Z] [INFO] [2023-09-08T19:32:56.373Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.jclouds.jclouds-scriptbuilder --- [2023-09-08T19:32:56.373Z] [INFO] Gathering sources archives [2023-09-08T19:32:56.373Z] [INFO] Configured Artifact: org.apache.jclouds:jclouds-scriptbuilder:sources:1.8.0:jar [2023-09-08T19:32:56.373Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/jclouds/jclouds-scriptbuilder/1.8.0/jclouds-scriptbuilder-1.8.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-scriptbuilder_1.8.0/target/sources-for-eclipse-ipzilla/jclouds-scriptbuilder-1.8.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:32:56.373Z] [INFO] Configured Artifact: org.apache.jclouds:jclouds-scriptbuilder:sources:1.8.0:jar [2023-09-08T19:32:56.373Z] [INFO] Copying jclouds-scriptbuilder-1.8.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-scriptbuilder_1.8.0/target/sources-for-eclipse-ipzilla/jclouds-scriptbuilder-1.8.0-sources.jar [2023-09-08T19:32:56.373Z] [INFO] Refreshing about files and about.html [2023-09-08T19:32:56.373Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-scriptbuilder_1.8.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:32:56.373Z] [INFO] [2023-09-08T19:32:56.373Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.apache.jclouds.jclouds-scriptbuilder --- [2023-09-08T19:32:56.373Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-scriptbuilder_1.8.0/target/org.apache.jclouds.jclouds-scriptbuilder-1.8.0-SNAPSHOT.jar [2023-09-08T19:32:58.890Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-scriptbuilder_1.8.0/target/org.apache.jclouds.jclouds-scriptbuilder-1.8.0-SNAPSHOT-sources.jar [2023-09-08T19:32:59.452Z] [INFO] [2023-09-08T19:32:59.453Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.jclouds.jclouds-scriptbuilder --- [2023-09-08T19:32:59.709Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.apache.jclouds.jclouds-scriptbuilder:1.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-scriptbuilder_1.8.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:32:59.709Z] no-classifier: different [2023-09-08T19:32:59.709Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:32:59.709Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:32:59.709Z] META-INF/MANIFEST.MF: different [2023-09-08T19:32:59.709Z] Automatic-Module-Name: not present in baseline version [2023-09-08T19:32:59.709Z] classifier-sources: different [2023-09-08T19:32:59.709Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:32:59.709Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:32:59.709Z] [2023-09-08T19:32:59.709Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.apache.jclouds.jclouds-scriptbuilder:1.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-scriptbuilder_1.8.0/pom.xml [2023-09-08T19:32:59.709Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:32:59.709Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:32:59.709Z] [2023-09-08T19:32:59.709Z] [INFO] [2023-09-08T19:32:59.709Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.apache.jclouds.jclouds-scriptbuilder --- [2023-09-08T19:32:59.709Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-scriptbuilder_1.8.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.jclouds-scriptbuilder/1.8.0-SNAPSHOT/org.apache.jclouds.jclouds-scriptbuilder-1.8.0-SNAPSHOT.pom [2023-09-08T19:32:59.709Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-scriptbuilder_1.8.0/target/org.apache.jclouds.jclouds-scriptbuilder-1.8.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.jclouds-scriptbuilder/1.8.0-SNAPSHOT/org.apache.jclouds.jclouds-scriptbuilder-1.8.0-SNAPSHOT.jar [2023-09-08T19:32:59.709Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-scriptbuilder_1.8.0/target/org.apache.jclouds.jclouds-scriptbuilder-1.8.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.jclouds-scriptbuilder/1.8.0-SNAPSHOT/org.apache.jclouds.jclouds-scriptbuilder-1.8.0-SNAPSHOT-sources.jar [2023-09-08T19:32:59.709Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-scriptbuilder_1.8.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.jclouds-scriptbuilder/1.8.0-SNAPSHOT/org.apache.jclouds.jclouds-scriptbuilder-1.8.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:32:59.709Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-scriptbuilder_1.8.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.jclouds-scriptbuilder/1.8.0-SNAPSHOT/org.apache.jclouds.jclouds-scriptbuilder-1.8.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:32:59.709Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-scriptbuilder_1.8.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.jclouds-scriptbuilder/1.8.0-SNAPSHOT/org.apache.jclouds.jclouds-scriptbuilder-1.8.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:32:59.709Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/jclouds/org.apache.jclouds.jclouds-scriptbuilder_1.8.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.jclouds.jclouds-scriptbuilder/1.8.0-SNAPSHOT/org.apache.jclouds.jclouds-scriptbuilder-1.8.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:32:59.709Z] [INFO] [2023-09-08T19:32:59.709Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.jclouds.jclouds-scriptbuilder --- [2023-09-08T19:32:59.709Z] [INFO] [2023-09-08T19:32:59.709Z] [INFO] ------------------< org.eclipse.orbit.bundles:lucene >------------------ [2023-09-08T19:32:59.709Z] [INFO] Building Eclipse Orbit :: Apache Lucene Recipes 1.0.0-SNAPSHOT [102/375] [2023-09-08T19:32:59.709Z] [INFO] --------------------------------[ pom ]--------------------------------- [2023-09-08T19:32:59.709Z] [INFO] [2023-09-08T19:32:59.709Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ lucene --- [2023-09-08T19:32:59.709Z] [INFO] [2023-09-08T19:32:59.709Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ lucene --- [2023-09-08T19:32:59.709Z] [INFO] [2023-09-08T19:32:59.709Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ lucene --- [2023-09-08T19:32:59.709Z] [INFO] [2023-09-08T19:32:59.709Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ lucene --- [2023-09-08T19:32:59.709Z] [INFO] [2023-09-08T19:32:59.709Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ lucene --- [2023-09-08T19:32:59.710Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/lucene/1.0.0-SNAPSHOT/lucene-1.0.0-SNAPSHOT.pom [2023-09-08T19:32:59.710Z] [INFO] [2023-09-08T19:32:59.710Z] [INFO] ----------< org.eclipse.orbit.bundles:org.apache.lucene.core >---------- [2023-09-08T19:32:59.710Z] [INFO] Building Lucene Core 7.5.0 7.5.0-SNAPSHOT [103/375] [2023-09-08T19:32:59.710Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:32:59.710Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/lucene/lucene-core/7.5.0/lucene-core-7.5.0.pom [2023-09-08T19:32:59.710Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-core/7.5.0/lucene-core-7.5.0.pom [2023-09-08T19:32:59.710Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-core/7.5.0/lucene-core-7.5.0.pom (3.0 kB at 217 kB/s) [2023-09-08T19:32:59.710Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/lucene/lucene-parent/7.5.0/lucene-parent-7.5.0.pom [2023-09-08T19:32:59.710Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-parent/7.5.0/lucene-parent-7.5.0.pom [2023-09-08T19:32:59.710Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-parent/7.5.0/lucene-parent-7.5.0.pom (5.0 kB at 414 kB/s) [2023-09-08T19:32:59.710Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/lucene/lucene-solr-grandparent/7.5.0/lucene-solr-grandparent-7.5.0.pom [2023-09-08T19:32:59.710Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-solr-grandparent/7.5.0/lucene-solr-grandparent-7.5.0.pom [2023-09-08T19:32:59.710Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-solr-grandparent/7.5.0/lucene-solr-grandparent-7.5.0.pom (372 kB at 9.1 MB/s) [2023-09-08T19:32:59.710Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/lucene/lucene-core/7.5.0/lucene-core-7.5.0.jar [2023-09-08T19:32:59.710Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-core/7.5.0/lucene-core-7.5.0.jar [2023-09-08T19:32:59.710Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-core/7.5.0/lucene-core-7.5.0.jar (3.1 MB at 43 MB/s) [2023-09-08T19:32:59.710Z] [INFO] [2023-09-08T19:32:59.710Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.lucene.core --- [2023-09-08T19:32:59.710Z] [INFO] [2023-09-08T19:32:59.710Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.lucene.core --- [2023-09-08T19:32:59.710Z] [INFO] The project's OSGi version is 7.5.0.v20181003-1532 [2023-09-08T19:32:59.710Z] [INFO] [2023-09-08T19:32:59.710Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.lucene.core --- [2023-09-08T19:32:59.710Z] [INFO] [2023-09-08T19:32:59.710Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.lucene.core --- [2023-09-08T19:32:59.710Z] [INFO] Copying 3 resources [2023-09-08T19:32:59.710Z] [INFO] [2023-09-08T19:32:59.710Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.lucene.core --- [2023-09-08T19:32:59.710Z] [INFO] No sources to compile [2023-09-08T19:32:59.710Z] [INFO] [2023-09-08T19:32:59.710Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.lucene.core --- [2023-09-08T19:32:59.710Z] [INFO] Gathering dependencies [2023-09-08T19:32:59.710Z] [INFO] Configured Artifact: org.apache.lucene:lucene-core:7.5.0:jar [2023-09-08T19:32:59.710Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/lucene/lucene-core/7.5.0/lucene-core-7.5.0.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.core_7.5.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:33:00.272Z] [INFO] Merging collected dependencies [2023-09-08T19:33:00.272Z] [INFO] Copying 1929 resources [2023-09-08T19:33:00.272Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:33:00.834Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.lucene.core:eclipse-bundle-recipe:7.5.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:33:00.834Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.lucene.core:eclipse-bundle-recipe:7.5.0-SNAPSHOT : Classes found in the wrong directory: {META-INF/versions/9/org/apache/lucene/util/LongsRef.class=org.apache.lucene.util.LongsRef, META-INF/versions/9/org/apache/lucene/search/PointRangeQuery$1.class=org.apache.lucene.search.PointRangeQuery$1, META-INF/versions/9/org/apache/lucene/util/StringHelper.class=org.apache.lucene.util.StringHelper, META-INF/versions/9/org/apache/lucene/util/automaton/Automaton$Builder.class=org.apache.lucene.util.automaton.Automaton$Builder, META-INF/versions/9/org/apache/lucene/analysis/tokenattributes/CharTermAttributeImpl.class=org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl, META-INF/versions/9/org/apache/lucene/util/BytesRef.class=org.apache.lucene.util.BytesRef, META-INF/versions/9/org/apache/lucene/search/PointRangeQuery$1$1.class=org.apache.lucene.search.PointRangeQuery$1$1, META-INF/versions/9/org/apache/lucene/document/BinaryPoint$2.class=org.apache.lucene.document.BinaryPoint$2, META-INF/versions/9/org/apache/lucene/document/RangeFieldQuery$QueryType$1.class=org.apache.lucene.document.RangeFieldQuery$QueryType$1, META-INF/versions/9/org/apache/lucene/index/CodecReader.class=org.apache.lucene.index.CodecReader, META-INF/versions/9/org/apache/lucene/util/automaton/Automaton.class=org.apache.lucene.util.automaton.Automaton, META-INF/versions/9/org/apache/lucene/util/bkd/MutablePointsReaderUtils$2.class=org.apache.lucene.util.bkd.MutablePointsReaderUtils$2, META-INF/versions/9/org/apache/lucene/document/LongRange.class=org.apache.lucene.document.LongRange, META-INF/versions/9/org/apache/lucene/index/MergeReaderWrapper.class=org.apache.lucene.index.MergeReaderWrapper, META-INF/versions/9/org/apache/lucene/util/CharsRef.class=org.apache.lucene.util.CharsRef, META-INF/versions/9/org/apache/lucene/codecs/compressing/LZ4.class=org.apache.lucene.codecs.compressing.LZ4, META-INF/versions/9/org/apache/lucene/document/DoubleRange.class=org.apache.lucene.document.DoubleRange, META-INF/versions/9/org/apache/lucene/document/FloatRange.class=org.apache.lucene.document.FloatRange, META-INF/versions/9/org/apache/lucene/document/RangeFieldQuery$QueryType$2.class=org.apache.lucene.document.RangeFieldQuery$QueryType$2, META-INF/versions/9/org/apache/lucene/util/bkd/BKDReader.class=org.apache.lucene.util.bkd.BKDReader, META-INF/versions/9/org/apache/lucene/util/CharsRef$UTF16SortedAsUTF8Comparator.class=org.apache.lucene.util.CharsRef$UTF16SortedAsUTF8Comparator, META-INF/versions/9/org/apache/lucene/document/LatLonPointDistanceQuery$1$2.class=org.apache.lucene.document.LatLonPointDistanceQuery$1$2, META-INF/versions/9/org/apache/lucene/util/bkd/MutablePointsReaderUtils$3$1.class=org.apache.lucene.util.bkd.MutablePointsReaderUtils$3$1, META-INF/versions/9/org/apache/lucene/document/LatLonPointInPolygonQuery$1$1.class=org.apache.lucene.document.LatLonPointInPolygonQuery$1$1, META-INF/versions/9/org/apache/lucene/search/BooleanScorer$TailPriorityQueue.class=org.apache.lucene.search.BooleanScorer$TailPriorityQueue, META-INF/versions/9/org/apache/lucene/util/bkd/MutablePointsReaderUtils$1$1.class=org.apache.lucene.util.bkd.MutablePointsReaderUtils$1$1, META-INF/versions/9/org/apache/lucene/document/IntRange.class=org.apache.lucene.document.IntRange, META-INF/versions/9/org/apache/lucene/search/PointRangeQuery$1$2.class=org.apache.lucene.search.PointRangeQuery$1$2, META-INF/versions/9/org/apache/lucene/index/CheckIndex$VerifyPointsVisitor.class=org.apache.lucene.index.CheckIndex$VerifyPointsVisitor, META-INF/versions/9/org/apache/lucene/search/PointInSetQuery$SinglePointVisitor.class=org.apache.lucene.search.PointInSetQuery$SinglePointVisitor, META-INF/versions/9/org/apache/lucene/util/bkd/BKDWriter$BKDMergeQueue.class=org.apache.lucene.util.bkd.BKDWriter$BKDMergeQueue, META-INF/versions/9/org/apache/lucene/util/bkd/BKDWriter.class=org.apache.lucene.util.bkd.BKDWriter, META-INF/versions/9/org/apache/lucene/util/BytesRefArray.class=org.apache.lucene.util.BytesRefArray, META-INF/versions/9/org/apache/lucene/document/LatLonPointDistanceQuery$1$3.class=org.apache.lucene.document.LatLonPointDistanceQuery$1$3, META-INF/versions/9/org/apache/lucene/util/IntsRef.class=org.apache.lucene.util.IntsRef, META-INF/versions/9/org/apache/lucene/index/BitsSlice.class=org.apache.lucene.index.BitsSlice, META-INF/versions/9/org/apache/lucene/document/RangeFieldQuery$QueryType$3.class=org.apache.lucene.document.RangeFieldQuery$QueryType$3, META-INF/versions/9/org/apache/lucene/index/PointValues.class=org.apache.lucene.index.PointValues} [2023-09-08T19:33:00.835Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.core_7.5.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:33:00.835Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.core_7.5.0/target/org.apache.lucene.core-7.5.0-SNAPSHOT.jar [2023-09-08T19:33:01.397Z] [INFO] Gathering sources [2023-09-08T19:33:01.397Z] [INFO] Configured Artifact: org.apache.lucene:lucene-core:sources:7.5.0:jar [2023-09-08T19:33:01.397Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/lucene/lucene-core/7.5.0/lucene-core-7.5.0-sources.jar [2023-09-08T19:33:01.397Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-core/7.5.0/lucene-core-7.5.0-sources.jar [2023-09-08T19:33:01.397Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-core/7.5.0/lucene-core-7.5.0-sources.jar (2.1 MB at 29 MB/s) [2023-09-08T19:33:01.397Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/lucene/lucene-core/7.5.0/lucene-core-7.5.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.core_7.5.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:33:01.397Z] [INFO] Copying 3 resources [2023-09-08T19:33:01.397Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.core_7.5.0/src/main/java [2023-09-08T19:33:01.660Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.core_7.5.0/target/org.apache.lucene.core-7.5.0-SNAPSHOT-sources.jar [2023-09-08T19:33:01.660Z] [INFO] Assembling p2 repository [2023-09-08T19:33:02.223Z] [INFO] [2023-09-08T19:33:02.223Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.lucene.core --- [2023-09-08T19:33:02.223Z] [INFO] [2023-09-08T19:33:02.223Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.lucene.core --- [2023-09-08T19:33:02.223Z] [INFO] Gathering sources archives [2023-09-08T19:33:02.223Z] [INFO] Configured Artifact: org.apache.lucene:lucene-core:sources:7.5.0:jar [2023-09-08T19:33:02.223Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/lucene/lucene-core/7.5.0/lucene-core-7.5.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.core_7.5.0/target/sources-for-eclipse-ipzilla/lucene-core-7.5.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:33:02.479Z] [INFO] Configured Artifact: org.apache.lucene:lucene-core:sources:7.5.0:jar [2023-09-08T19:33:02.479Z] [INFO] Copying lucene-core-7.5.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.core_7.5.0/target/sources-for-eclipse-ipzilla/lucene-core-7.5.0-sources.jar [2023-09-08T19:33:02.479Z] [INFO] Refreshing about files and about.html [2023-09-08T19:33:02.479Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.core_7.5.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:33:02.479Z] [INFO] [2023-09-08T19:33:02.479Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.apache.lucene.core --- [2023-09-08T19:33:03.041Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.core_7.5.0/target/org.apache.lucene.core-7.5.0-SNAPSHOT.jar [2023-09-08T19:33:05.562Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.core_7.5.0/target/org.apache.lucene.core-7.5.0-SNAPSHOT-sources.jar [2023-09-08T19:33:06.493Z] [INFO] [2023-09-08T19:33:06.493Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.lucene.core --- [2023-09-08T19:33:07.057Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.apache.lucene.core:7.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.core_7.5.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:33:07.057Z] no-classifier: different [2023-09-08T19:33:07.057Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:33:07.057Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:33:07.057Z] META-INF/MANIFEST.MF: different [2023-09-08T19:33:07.057Z] Import-Package: not present in baseline version [2023-09-08T19:33:07.057Z] classifier-sources: different [2023-09-08T19:33:07.057Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:33:07.057Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:33:07.057Z] [2023-09-08T19:33:07.057Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.apache.lucene.core:7.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.core_7.5.0/pom.xml [2023-09-08T19:33:07.057Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:33:07.057Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:33:07.057Z] [2023-09-08T19:33:07.057Z] [INFO] [2023-09-08T19:33:07.057Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.apache.lucene.core --- [2023-09-08T19:33:07.057Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.core_7.5.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.lucene.core/7.5.0-SNAPSHOT/org.apache.lucene.core-7.5.0-SNAPSHOT.pom [2023-09-08T19:33:07.057Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.core_7.5.0/target/org.apache.lucene.core-7.5.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.lucene.core/7.5.0-SNAPSHOT/org.apache.lucene.core-7.5.0-SNAPSHOT.jar [2023-09-08T19:33:07.057Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.core_7.5.0/target/org.apache.lucene.core-7.5.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.lucene.core/7.5.0-SNAPSHOT/org.apache.lucene.core-7.5.0-SNAPSHOT-sources.jar [2023-09-08T19:33:07.057Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.core_7.5.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.lucene.core/7.5.0-SNAPSHOT/org.apache.lucene.core-7.5.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:33:07.057Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.core_7.5.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.lucene.core/7.5.0-SNAPSHOT/org.apache.lucene.core-7.5.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:33:07.057Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.core_7.5.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.lucene.core/7.5.0-SNAPSHOT/org.apache.lucene.core-7.5.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:33:07.057Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.core_7.5.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.lucene.core/7.5.0-SNAPSHOT/org.apache.lucene.core-7.5.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:33:07.057Z] [INFO] [2023-09-08T19:33:07.057Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.lucene.core --- [2023-09-08T19:33:07.057Z] [INFO] [2023-09-08T19:33:07.057Z] [INFO] ----< org.eclipse.orbit.bundles:org.apache.lucene.analyzers-common >---- [2023-09-08T19:33:07.057Z] [INFO] Building Lucene Common Analyzers 7.5.0 7.5.0-SNAPSHOT [104/375] [2023-09-08T19:33:07.057Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:33:07.057Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/lucene/lucene-analyzers-common/7.5.0/lucene-analyzers-common-7.5.0.pom [2023-09-08T19:33:07.057Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-analyzers-common/7.5.0/lucene-analyzers-common-7.5.0.pom [2023-09-08T19:33:07.314Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-analyzers-common/7.5.0/lucene-analyzers-common-7.5.0.pom (3.3 kB at 103 kB/s) [2023-09-08T19:33:07.314Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/lucene/lucene-analyzers-common/7.5.0/lucene-analyzers-common-7.5.0.jar [2023-09-08T19:33:07.314Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-analyzers-common/7.5.0/lucene-analyzers-common-7.5.0.jar [2023-09-08T19:33:07.314Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-analyzers-common/7.5.0/lucene-analyzers-common-7.5.0.jar (1.7 MB at 49 MB/s) [2023-09-08T19:33:07.314Z] [INFO] [2023-09-08T19:33:07.314Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.lucene.analyzers-common --- [2023-09-08T19:33:07.314Z] [INFO] [2023-09-08T19:33:07.314Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.lucene.analyzers-common --- [2023-09-08T19:33:07.314Z] [INFO] The project's OSGi version is 7.5.0.v20181003-1532 [2023-09-08T19:33:07.314Z] [INFO] [2023-09-08T19:33:07.314Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.lucene.analyzers-common --- [2023-09-08T19:33:07.314Z] [INFO] [2023-09-08T19:33:07.314Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.lucene.analyzers-common --- [2023-09-08T19:33:07.314Z] [INFO] Copying 3 resources [2023-09-08T19:33:07.314Z] [INFO] [2023-09-08T19:33:07.314Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.lucene.analyzers-common --- [2023-09-08T19:33:07.314Z] [INFO] No sources to compile [2023-09-08T19:33:07.314Z] [INFO] [2023-09-08T19:33:07.314Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.lucene.analyzers-common --- [2023-09-08T19:33:07.314Z] [INFO] Gathering dependencies [2023-09-08T19:33:07.314Z] [INFO] Configured Artifact: org.apache.lucene:lucene-analyzers-common:7.5.0:jar [2023-09-08T19:33:07.314Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/lucene/lucene-analyzers-common/7.5.0/lucene-analyzers-common-7.5.0.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analyzers-common_7.5.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:33:07.314Z] [INFO] Merging collected dependencies [2023-09-08T19:33:07.314Z] [INFO] Copying 621 resources [2023-09-08T19:33:07.571Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:33:07.571Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.lucene.analyzers-common:eclipse-bundle-recipe:7.5.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:33:07.571Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.lucene.analyzers-common:eclipse-bundle-recipe:7.5.0-SNAPSHOT : Host org.apache.lucene.core=bundle-version="[7.5.0,7.6)" for this fragment/require bundle cannot be found on the classpath [2023-09-08T19:33:07.571Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analyzers-common_7.5.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:33:07.571Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analyzers-common_7.5.0/target/org.apache.lucene.analyzers-common-7.5.0-SNAPSHOT.jar [2023-09-08T19:33:07.827Z] [INFO] Gathering sources [2023-09-08T19:33:07.827Z] [INFO] Configured Artifact: org.apache.lucene:lucene-analyzers-common:sources:7.5.0:jar [2023-09-08T19:33:07.827Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/lucene/lucene-analyzers-common/7.5.0/lucene-analyzers-common-7.5.0-sources.jar [2023-09-08T19:33:07.827Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-analyzers-common/7.5.0/lucene-analyzers-common-7.5.0-sources.jar [2023-09-08T19:33:08.084Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-analyzers-common/7.5.0/lucene-analyzers-common-7.5.0-sources.jar (1.6 MB at 25 MB/s) [2023-09-08T19:33:08.084Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/lucene/lucene-analyzers-common/7.5.0/lucene-analyzers-common-7.5.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analyzers-common_7.5.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:33:08.084Z] [INFO] Copying 3 resources [2023-09-08T19:33:08.084Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analyzers-common_7.5.0/src/main/java [2023-09-08T19:33:08.084Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analyzers-common_7.5.0/target/org.apache.lucene.analyzers-common-7.5.0-SNAPSHOT-sources.jar [2023-09-08T19:33:08.646Z] [INFO] Assembling p2 repository [2023-09-08T19:33:09.210Z] [INFO] [2023-09-08T19:33:09.210Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.lucene.analyzers-common --- [2023-09-08T19:33:09.210Z] [INFO] [2023-09-08T19:33:09.210Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.lucene.analyzers-common --- [2023-09-08T19:33:09.210Z] [INFO] Gathering sources archives [2023-09-08T19:33:09.210Z] [INFO] Configured Artifact: org.apache.lucene:lucene-analyzers-common:sources:7.5.0:jar [2023-09-08T19:33:09.210Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/lucene/lucene-analyzers-common/7.5.0/lucene-analyzers-common-7.5.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analyzers-common_7.5.0/target/sources-for-eclipse-ipzilla/lucene-analyzers-common-7.5.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:33:09.210Z] [INFO] Configured Artifact: org.apache.lucene:lucene-analyzers-common:sources:7.5.0:jar [2023-09-08T19:33:09.210Z] [INFO] Copying lucene-analyzers-common-7.5.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analyzers-common_7.5.0/target/sources-for-eclipse-ipzilla/lucene-analyzers-common-7.5.0-sources.jar [2023-09-08T19:33:09.210Z] [INFO] Refreshing about files and about.html [2023-09-08T19:33:09.210Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analyzers-common_7.5.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:33:09.210Z] [INFO] [2023-09-08T19:33:09.210Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.apache.lucene.analyzers-common --- [2023-09-08T19:33:09.466Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analyzers-common_7.5.0/target/org.apache.lucene.analyzers-common-7.5.0-SNAPSHOT.jar [2023-09-08T19:33:12.732Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analyzers-common_7.5.0/target/org.apache.lucene.analyzers-common-7.5.0-SNAPSHOT-sources.jar [2023-09-08T19:33:14.099Z] [INFO] [2023-09-08T19:33:14.099Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.lucene.analyzers-common --- [2023-09-08T19:33:14.669Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.apache.lucene.analyzers-common:7.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analyzers-common_7.5.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:33:14.669Z] no-classifier: different [2023-09-08T19:33:14.669Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:33:14.669Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:33:14.669Z] classifier-sources: different [2023-09-08T19:33:14.669Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:33:14.669Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:33:14.669Z] [2023-09-08T19:33:14.669Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.apache.lucene.analyzers-common:7.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analyzers-common_7.5.0/pom.xml [2023-09-08T19:33:14.669Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:33:14.669Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:33:14.669Z] [2023-09-08T19:33:14.669Z] [INFO] [2023-09-08T19:33:14.669Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.apache.lucene.analyzers-common --- [2023-09-08T19:33:14.669Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analyzers-common_7.5.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.lucene.analyzers-common/7.5.0-SNAPSHOT/org.apache.lucene.analyzers-common-7.5.0-SNAPSHOT.pom [2023-09-08T19:33:14.669Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analyzers-common_7.5.0/target/org.apache.lucene.analyzers-common-7.5.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.lucene.analyzers-common/7.5.0-SNAPSHOT/org.apache.lucene.analyzers-common-7.5.0-SNAPSHOT.jar [2023-09-08T19:33:14.669Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analyzers-common_7.5.0/target/org.apache.lucene.analyzers-common-7.5.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.lucene.analyzers-common/7.5.0-SNAPSHOT/org.apache.lucene.analyzers-common-7.5.0-SNAPSHOT-sources.jar [2023-09-08T19:33:14.669Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analyzers-common_7.5.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.lucene.analyzers-common/7.5.0-SNAPSHOT/org.apache.lucene.analyzers-common-7.5.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:33:14.669Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analyzers-common_7.5.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.lucene.analyzers-common/7.5.0-SNAPSHOT/org.apache.lucene.analyzers-common-7.5.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:33:14.669Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analyzers-common_7.5.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.lucene.analyzers-common/7.5.0-SNAPSHOT/org.apache.lucene.analyzers-common-7.5.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:33:14.669Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analyzers-common_7.5.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.lucene.analyzers-common/7.5.0-SNAPSHOT/org.apache.lucene.analyzers-common-7.5.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:33:14.669Z] [INFO] [2023-09-08T19:33:14.669Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.lucene.analyzers-common --- [2023-09-08T19:33:14.669Z] [INFO] [2023-09-08T19:33:14.669Z] [INFO] ---< org.eclipse.orbit.bundles:org.apache.lucene.analyzers-smartcn >---- [2023-09-08T19:33:14.669Z] [INFO] Building Lucene Smart Chinese Analyzer 7.5.0 7.5.0-SNAPSHOT [105/375] [2023-09-08T19:33:14.669Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:33:14.669Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/lucene/lucene-analyzers-smartcn/7.5.0/lucene-analyzers-smartcn-7.5.0.pom [2023-09-08T19:33:14.669Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-analyzers-smartcn/7.5.0/lucene-analyzers-smartcn-7.5.0.pom [2023-09-08T19:33:14.669Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-analyzers-smartcn/7.5.0/lucene-analyzers-smartcn-7.5.0.pom (3.1 kB at 74 kB/s) [2023-09-08T19:33:14.669Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/lucene/lucene-analyzers-smartcn/7.5.0/lucene-analyzers-smartcn-7.5.0.jar [2023-09-08T19:33:14.669Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-analyzers-smartcn/7.5.0/lucene-analyzers-smartcn-7.5.0.jar [2023-09-08T19:33:14.926Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-analyzers-smartcn/7.5.0/lucene-analyzers-smartcn-7.5.0.jar (3.6 MB at 43 MB/s) [2023-09-08T19:33:14.926Z] [INFO] [2023-09-08T19:33:14.926Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.lucene.analyzers-smartcn --- [2023-09-08T19:33:14.926Z] [INFO] [2023-09-08T19:33:14.926Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.lucene.analyzers-smartcn --- [2023-09-08T19:33:14.926Z] [INFO] The project's OSGi version is 7.5.0.v20181003-1532 [2023-09-08T19:33:14.926Z] [INFO] [2023-09-08T19:33:14.926Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.lucene.analyzers-smartcn --- [2023-09-08T19:33:14.926Z] [INFO] [2023-09-08T19:33:14.926Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.lucene.analyzers-smartcn --- [2023-09-08T19:33:14.926Z] [INFO] Copying 3 resources [2023-09-08T19:33:14.926Z] [INFO] [2023-09-08T19:33:14.926Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.lucene.analyzers-smartcn --- [2023-09-08T19:33:14.926Z] [INFO] No sources to compile [2023-09-08T19:33:14.926Z] [INFO] [2023-09-08T19:33:14.926Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.lucene.analyzers-smartcn --- [2023-09-08T19:33:14.926Z] [INFO] Gathering dependencies [2023-09-08T19:33:14.926Z] [INFO] Configured Artifact: org.apache.lucene:lucene-analyzers-smartcn:7.5.0:jar [2023-09-08T19:33:14.927Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/lucene/lucene-analyzers-smartcn/7.5.0/lucene-analyzers-smartcn-7.5.0.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analyzers-smartcn_7.5.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:33:14.927Z] [INFO] Merging collected dependencies [2023-09-08T19:33:14.927Z] [INFO] Copying 28 resources [2023-09-08T19:33:14.927Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:33:14.927Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.lucene.analyzers-smartcn:eclipse-bundle-recipe:7.5.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:33:14.927Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.lucene.analyzers-smartcn:eclipse-bundle-recipe:7.5.0-SNAPSHOT : Host org.apache.lucene.core=bundle-version="[7.5.0,7.6)" for this fragment/require bundle cannot be found on the classpath [2023-09-08T19:33:14.927Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.lucene.analyzers-smartcn:eclipse-bundle-recipe:7.5.0-SNAPSHOT : Host org.apache.lucene.analyzers-common=bundle-version="[7.5.0,7.6)" for this fragment/require bundle cannot be found on the classpath [2023-09-08T19:33:14.927Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analyzers-smartcn_7.5.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:33:14.927Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analyzers-smartcn_7.5.0/target/org.apache.lucene.analyzers-smartcn-7.5.0-SNAPSHOT.jar [2023-09-08T19:33:15.191Z] [INFO] Gathering sources [2023-09-08T19:33:15.191Z] [INFO] Configured Artifact: org.apache.lucene:lucene-analyzers-smartcn:sources:7.5.0:jar [2023-09-08T19:33:15.191Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/lucene/lucene-analyzers-smartcn/7.5.0/lucene-analyzers-smartcn-7.5.0-sources.jar [2023-09-08T19:33:15.191Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-analyzers-smartcn/7.5.0/lucene-analyzers-smartcn-7.5.0-sources.jar [2023-09-08T19:33:15.447Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-analyzers-smartcn/7.5.0/lucene-analyzers-smartcn-7.5.0-sources.jar (3.6 MB at 33 MB/s) [2023-09-08T19:33:15.447Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/lucene/lucene-analyzers-smartcn/7.5.0/lucene-analyzers-smartcn-7.5.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analyzers-smartcn_7.5.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:33:15.447Z] [INFO] Copying 3 resources [2023-09-08T19:33:15.447Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analyzers-smartcn_7.5.0/src/main/java [2023-09-08T19:33:15.447Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analyzers-smartcn_7.5.0/target/org.apache.lucene.analyzers-smartcn-7.5.0-SNAPSHOT-sources.jar [2023-09-08T19:33:15.705Z] [INFO] Assembling p2 repository [2023-09-08T19:33:16.267Z] [INFO] [2023-09-08T19:33:16.267Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.lucene.analyzers-smartcn --- [2023-09-08T19:33:16.267Z] [INFO] [2023-09-08T19:33:16.267Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.lucene.analyzers-smartcn --- [2023-09-08T19:33:16.267Z] [INFO] Gathering sources archives [2023-09-08T19:33:16.267Z] [INFO] Configured Artifact: org.apache.lucene:lucene-analyzers-smartcn:sources:7.5.0:jar [2023-09-08T19:33:16.267Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/lucene/lucene-analyzers-smartcn/7.5.0/lucene-analyzers-smartcn-7.5.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analyzers-smartcn_7.5.0/target/sources-for-eclipse-ipzilla/lucene-analyzers-smartcn-7.5.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:33:16.267Z] [INFO] Configured Artifact: org.apache.lucene:lucene-analyzers-smartcn:sources:7.5.0:jar [2023-09-08T19:33:16.267Z] [INFO] Copying lucene-analyzers-smartcn-7.5.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analyzers-smartcn_7.5.0/target/sources-for-eclipse-ipzilla/lucene-analyzers-smartcn-7.5.0-sources.jar [2023-09-08T19:33:16.267Z] [INFO] Refreshing about files and about.html [2023-09-08T19:33:16.267Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analyzers-smartcn_7.5.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:33:16.267Z] [INFO] [2023-09-08T19:33:16.267Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.apache.lucene.analyzers-smartcn --- [2023-09-08T19:33:16.829Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analyzers-smartcn_7.5.0/target/org.apache.lucene.analyzers-smartcn-7.5.0-SNAPSHOT.jar [2023-09-08T19:33:18.720Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analyzers-smartcn_7.5.0/target/org.apache.lucene.analyzers-smartcn-7.5.0-SNAPSHOT-sources.jar [2023-09-08T19:33:19.653Z] [INFO] [2023-09-08T19:33:19.653Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.lucene.analyzers-smartcn --- [2023-09-08T19:33:19.909Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.apache.lucene.analyzers-smartcn:7.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analyzers-smartcn_7.5.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:33:19.909Z] no-classifier: different [2023-09-08T19:33:19.909Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:33:19.909Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:33:19.909Z] classifier-sources: different [2023-09-08T19:33:19.909Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:33:19.909Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:33:19.909Z] [2023-09-08T19:33:19.909Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.apache.lucene.analyzers-smartcn:7.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analyzers-smartcn_7.5.0/pom.xml [2023-09-08T19:33:19.909Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:33:19.909Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:33:19.909Z] [2023-09-08T19:33:19.909Z] [INFO] [2023-09-08T19:33:19.909Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.apache.lucene.analyzers-smartcn --- [2023-09-08T19:33:19.909Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analyzers-smartcn_7.5.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.lucene.analyzers-smartcn/7.5.0-SNAPSHOT/org.apache.lucene.analyzers-smartcn-7.5.0-SNAPSHOT.pom [2023-09-08T19:33:19.909Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analyzers-smartcn_7.5.0/target/org.apache.lucene.analyzers-smartcn-7.5.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.lucene.analyzers-smartcn/7.5.0-SNAPSHOT/org.apache.lucene.analyzers-smartcn-7.5.0-SNAPSHOT.jar [2023-09-08T19:33:19.909Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analyzers-smartcn_7.5.0/target/org.apache.lucene.analyzers-smartcn-7.5.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.lucene.analyzers-smartcn/7.5.0-SNAPSHOT/org.apache.lucene.analyzers-smartcn-7.5.0-SNAPSHOT-sources.jar [2023-09-08T19:33:19.909Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analyzers-smartcn_7.5.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.lucene.analyzers-smartcn/7.5.0-SNAPSHOT/org.apache.lucene.analyzers-smartcn-7.5.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:33:19.909Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analyzers-smartcn_7.5.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.lucene.analyzers-smartcn/7.5.0-SNAPSHOT/org.apache.lucene.analyzers-smartcn-7.5.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:33:19.909Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analyzers-smartcn_7.5.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.lucene.analyzers-smartcn/7.5.0-SNAPSHOT/org.apache.lucene.analyzers-smartcn-7.5.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:33:19.909Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analyzers-smartcn_7.5.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.lucene.analyzers-smartcn/7.5.0-SNAPSHOT/org.apache.lucene.analyzers-smartcn-7.5.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:33:19.909Z] [INFO] [2023-09-08T19:33:19.909Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.lucene.analyzers-smartcn --- [2023-09-08T19:33:19.909Z] [INFO] [2023-09-08T19:33:19.909Z] [INFO] ----------< org.eclipse.orbit.bundles:org.apache.lucene.misc >---------- [2023-09-08T19:33:19.909Z] [INFO] Building Lucene Miscellaneous 7.5.0 7.5.0-SNAPSHOT [106/375] [2023-09-08T19:33:19.909Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:33:19.909Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/lucene/lucene-misc/7.5.0/lucene-misc-7.5.0.pom [2023-09-08T19:33:19.909Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-misc/7.5.0/lucene-misc-7.5.0.pom [2023-09-08T19:33:19.909Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-misc/7.5.0/lucene-misc-7.5.0.pom (2.8 kB at 61 kB/s) [2023-09-08T19:33:19.909Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/lucene/lucene-misc/7.5.0/lucene-misc-7.5.0.jar [2023-09-08T19:33:19.909Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-misc/7.5.0/lucene-misc-7.5.0.jar [2023-09-08T19:33:19.909Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-misc/7.5.0/lucene-misc-7.5.0.jar (95 kB at 3.2 MB/s) [2023-09-08T19:33:19.909Z] [INFO] [2023-09-08T19:33:19.909Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.lucene.misc --- [2023-09-08T19:33:19.909Z] [INFO] [2023-09-08T19:33:19.909Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.lucene.misc --- [2023-09-08T19:33:19.909Z] [INFO] The project's OSGi version is 7.5.0.v20181003-1532 [2023-09-08T19:33:19.909Z] [INFO] [2023-09-08T19:33:19.909Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.lucene.misc --- [2023-09-08T19:33:19.909Z] [INFO] [2023-09-08T19:33:19.910Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.lucene.misc --- [2023-09-08T19:33:19.910Z] [INFO] Copying 3 resources [2023-09-08T19:33:19.910Z] [INFO] [2023-09-08T19:33:19.910Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.lucene.misc --- [2023-09-08T19:33:19.910Z] [INFO] No sources to compile [2023-09-08T19:33:19.910Z] [INFO] [2023-09-08T19:33:19.910Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.lucene.misc --- [2023-09-08T19:33:19.910Z] [INFO] Gathering dependencies [2023-09-08T19:33:19.910Z] [INFO] Configured Artifact: org.apache.lucene:lucene-misc:7.5.0:jar [2023-09-08T19:33:19.910Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/lucene/lucene-misc/7.5.0/lucene-misc-7.5.0.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.misc_7.5.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:33:19.910Z] [INFO] Merging collected dependencies [2023-09-08T19:33:19.910Z] [INFO] Copying 58 resources [2023-09-08T19:33:19.910Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:33:20.167Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.lucene.misc:eclipse-bundle-recipe:7.5.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:33:20.167Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.lucene.misc:eclipse-bundle-recipe:7.5.0-SNAPSHOT : Host org.apache.lucene.core=bundle-version="[7.5.0,7.6)" for this fragment/require bundle cannot be found on the classpath [2023-09-08T19:33:20.167Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.lucene.misc:eclipse-bundle-recipe:7.5.0-SNAPSHOT : Classes found in the wrong directory: {META-INF/versions/9/org/apache/lucene/document/InetAddressPoint$2.class=org.apache.lucene.document.InetAddressPoint$2, META-INF/versions/9/org/apache/lucene/document/InetAddressRange.class=org.apache.lucene.document.InetAddressRange} [2023-09-08T19:33:20.167Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.misc_7.5.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:33:20.167Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.misc_7.5.0/target/org.apache.lucene.misc-7.5.0-SNAPSHOT.jar [2023-09-08T19:33:20.167Z] [INFO] Gathering sources [2023-09-08T19:33:20.167Z] [INFO] Configured Artifact: org.apache.lucene:lucene-misc:sources:7.5.0:jar [2023-09-08T19:33:20.167Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/lucene/lucene-misc/7.5.0/lucene-misc-7.5.0-sources.jar [2023-09-08T19:33:20.167Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-misc/7.5.0/lucene-misc-7.5.0-sources.jar [2023-09-08T19:33:20.167Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-misc/7.5.0/lucene-misc-7.5.0-sources.jar (82 kB at 2.4 MB/s) [2023-09-08T19:33:20.167Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/lucene/lucene-misc/7.5.0/lucene-misc-7.5.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.misc_7.5.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:33:20.167Z] [INFO] Copying 3 resources [2023-09-08T19:33:20.167Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.misc_7.5.0/src/main/java [2023-09-08T19:33:20.167Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.misc_7.5.0/target/org.apache.lucene.misc-7.5.0-SNAPSHOT-sources.jar [2023-09-08T19:33:20.167Z] [INFO] Assembling p2 repository [2023-09-08T19:33:20.730Z] [INFO] [2023-09-08T19:33:20.730Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.lucene.misc --- [2023-09-08T19:33:20.730Z] [INFO] [2023-09-08T19:33:20.730Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.lucene.misc --- [2023-09-08T19:33:20.730Z] [INFO] Gathering sources archives [2023-09-08T19:33:20.730Z] [INFO] Configured Artifact: org.apache.lucene:lucene-misc:sources:7.5.0:jar [2023-09-08T19:33:20.730Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/lucene/lucene-misc/7.5.0/lucene-misc-7.5.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.misc_7.5.0/target/sources-for-eclipse-ipzilla/lucene-misc-7.5.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:33:20.986Z] [INFO] Configured Artifact: org.apache.lucene:lucene-misc:sources:7.5.0:jar [2023-09-08T19:33:20.986Z] [INFO] Copying lucene-misc-7.5.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.misc_7.5.0/target/sources-for-eclipse-ipzilla/lucene-misc-7.5.0-sources.jar [2023-09-08T19:33:20.986Z] [INFO] Refreshing about files and about.html [2023-09-08T19:33:20.986Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.misc_7.5.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:33:20.986Z] [INFO] [2023-09-08T19:33:20.986Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.apache.lucene.misc --- [2023-09-08T19:33:20.986Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.misc_7.5.0/target/org.apache.lucene.misc-7.5.0-SNAPSHOT.jar [2023-09-08T19:33:21.914Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.misc_7.5.0/target/org.apache.lucene.misc-7.5.0-SNAPSHOT-sources.jar [2023-09-08T19:33:22.477Z] [INFO] [2023-09-08T19:33:22.477Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.lucene.misc --- [2023-09-08T19:33:23.039Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.apache.lucene.misc:7.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.misc_7.5.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:33:23.039Z] no-classifier: different [2023-09-08T19:33:23.039Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:33:23.039Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:33:23.039Z] classifier-sources: different [2023-09-08T19:33:23.039Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:33:23.039Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:33:23.039Z] [2023-09-08T19:33:23.039Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.apache.lucene.misc:7.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.misc_7.5.0/pom.xml [2023-09-08T19:33:23.039Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:33:23.039Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:33:23.039Z] [2023-09-08T19:33:23.039Z] [INFO] [2023-09-08T19:33:23.039Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.apache.lucene.misc --- [2023-09-08T19:33:23.039Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.misc_7.5.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.lucene.misc/7.5.0-SNAPSHOT/org.apache.lucene.misc-7.5.0-SNAPSHOT.pom [2023-09-08T19:33:23.039Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.misc_7.5.0/target/org.apache.lucene.misc-7.5.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.lucene.misc/7.5.0-SNAPSHOT/org.apache.lucene.misc-7.5.0-SNAPSHOT.jar [2023-09-08T19:33:23.039Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.misc_7.5.0/target/org.apache.lucene.misc-7.5.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.lucene.misc/7.5.0-SNAPSHOT/org.apache.lucene.misc-7.5.0-SNAPSHOT-sources.jar [2023-09-08T19:33:23.039Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.misc_7.5.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.lucene.misc/7.5.0-SNAPSHOT/org.apache.lucene.misc-7.5.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:33:23.039Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.misc_7.5.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.lucene.misc/7.5.0-SNAPSHOT/org.apache.lucene.misc-7.5.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:33:23.039Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.misc_7.5.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.lucene.misc/7.5.0-SNAPSHOT/org.apache.lucene.misc-7.5.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:33:23.039Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.misc_7.5.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.lucene.misc/7.5.0-SNAPSHOT/org.apache.lucene.misc-7.5.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:33:23.039Z] [INFO] [2023-09-08T19:33:23.039Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.lucene.misc --- [2023-09-08T19:33:23.039Z] [INFO] [2023-09-08T19:33:23.039Z] [INFO] ------< org.eclipse.orbit.bundles:org.apache.lucene.queryparser >------- [2023-09-08T19:33:23.039Z] [INFO] Building Lucene QueryParsers 7.5.0 7.5.0-SNAPSHOT [107/375] [2023-09-08T19:33:23.039Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:33:23.039Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/lucene/lucene-queryparser/7.5.0/lucene-queryparser-7.5.0.pom [2023-09-08T19:33:23.039Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-queryparser/7.5.0/lucene-queryparser-7.5.0.pom [2023-09-08T19:33:23.039Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-queryparser/7.5.0/lucene-queryparser-7.5.0.pom (3.5 kB at 293 kB/s) [2023-09-08T19:33:23.039Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/lucene/lucene-queries/7.5.0/lucene-queries-7.5.0.pom [2023-09-08T19:33:23.039Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-queries/7.5.0/lucene-queries-7.5.0.pom [2023-09-08T19:33:23.039Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-queries/7.5.0/lucene-queries-7.5.0.pom (3.4 kB at 306 kB/s) [2023-09-08T19:33:23.039Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/lucene/lucene-sandbox/7.5.0/lucene-sandbox-7.5.0.pom [2023-09-08T19:33:23.039Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-sandbox/7.5.0/lucene-sandbox-7.5.0.pom [2023-09-08T19:33:23.039Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-sandbox/7.5.0/lucene-sandbox-7.5.0.pom (2.9 kB at 265 kB/s) [2023-09-08T19:33:23.039Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/lucene/lucene-queryparser/7.5.0/lucene-queryparser-7.5.0.jar [2023-09-08T19:33:23.039Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/lucene/lucene-queries/7.5.0/lucene-queries-7.5.0.jar [2023-09-08T19:33:23.039Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/lucene/lucene-sandbox/7.5.0/lucene-sandbox-7.5.0.jar [2023-09-08T19:33:23.039Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-queryparser/7.5.0/lucene-queryparser-7.5.0.jar [2023-09-08T19:33:23.039Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-sandbox/7.5.0/lucene-sandbox-7.5.0.jar [2023-09-08T19:33:23.039Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-queries/7.5.0/lucene-queries-7.5.0.jar [2023-09-08T19:33:23.039Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-queryparser/7.5.0/lucene-queryparser-7.5.0.jar (382 kB at 19 MB/s) [2023-09-08T19:33:23.039Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-sandbox/7.5.0/lucene-sandbox-7.5.0.jar (265 kB at 13 MB/s) [2023-09-08T19:33:23.039Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-queries/7.5.0/lucene-queries-7.5.0.jar (265 kB at 13 MB/s) [2023-09-08T19:33:23.039Z] [INFO] [2023-09-08T19:33:23.039Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.lucene.queryparser --- [2023-09-08T19:33:23.039Z] [INFO] [2023-09-08T19:33:23.039Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.lucene.queryparser --- [2023-09-08T19:33:23.039Z] [INFO] The project's OSGi version is 7.5.0.v20181003-1532 [2023-09-08T19:33:23.039Z] [INFO] [2023-09-08T19:33:23.039Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.lucene.queryparser --- [2023-09-08T19:33:23.039Z] [INFO] [2023-09-08T19:33:23.039Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.lucene.queryparser --- [2023-09-08T19:33:23.039Z] [INFO] Copying 3 resources [2023-09-08T19:33:23.039Z] [INFO] [2023-09-08T19:33:23.039Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.lucene.queryparser --- [2023-09-08T19:33:23.039Z] [INFO] No sources to compile [2023-09-08T19:33:23.039Z] [INFO] [2023-09-08T19:33:23.039Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.lucene.queryparser --- [2023-09-08T19:33:23.039Z] [INFO] Gathering dependencies [2023-09-08T19:33:23.039Z] [INFO] Configured Artifact: org.apache.lucene:lucene-queryparser:7.5.0:jar [2023-09-08T19:33:23.039Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/lucene/lucene-queryparser/7.5.0/lucene-queryparser-7.5.0.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.queryparser_7.5.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:33:23.039Z] [INFO] Merging collected dependencies [2023-09-08T19:33:23.039Z] [INFO] Copying 260 resources [2023-09-08T19:33:23.039Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:33:23.039Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.lucene.queryparser:eclipse-bundle-recipe:7.5.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:33:23.040Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.lucene.queryparser:eclipse-bundle-recipe:7.5.0-SNAPSHOT : Host org.apache.lucene.core=bundle-version="[7.5.0,7.6)" for this fragment/require bundle cannot be found on the classpath [2023-09-08T19:33:23.040Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.lucene.queryparser:eclipse-bundle-recipe:7.5.0-SNAPSHOT : Host org.apache.lucene.queries=bundle-version="[7.5.0,7.6)";resolution:=optional for this fragment/require bundle cannot be found on the classpath [2023-09-08T19:33:23.040Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.lucene.queryparser:eclipse-bundle-recipe:7.5.0-SNAPSHOT : Host org.apache.lucene.sandbox=bundle-version="[7.5.0,7.6)";resolution:=optional for this fragment/require bundle cannot be found on the classpath [2023-09-08T19:33:23.040Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.queryparser_7.5.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:33:23.296Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.queryparser_7.5.0/target/org.apache.lucene.queryparser-7.5.0-SNAPSHOT.jar [2023-09-08T19:33:23.296Z] [INFO] Gathering sources [2023-09-08T19:33:23.296Z] [INFO] Configured Artifact: org.apache.lucene:lucene-queryparser:sources:7.5.0:jar [2023-09-08T19:33:23.296Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/lucene/lucene-queryparser/7.5.0/lucene-queryparser-7.5.0-sources.jar [2023-09-08T19:33:23.296Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-queryparser/7.5.0/lucene-queryparser-7.5.0-sources.jar [2023-09-08T19:33:23.296Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-queryparser/7.5.0/lucene-queryparser-7.5.0-sources.jar (388 kB at 13 MB/s) [2023-09-08T19:33:23.296Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/lucene/lucene-queryparser/7.5.0/lucene-queryparser-7.5.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.queryparser_7.5.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:33:23.296Z] [INFO] Copying 3 resources [2023-09-08T19:33:23.296Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.queryparser_7.5.0/src/main/java [2023-09-08T19:33:23.296Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.queryparser_7.5.0/target/org.apache.lucene.queryparser-7.5.0-SNAPSHOT-sources.jar [2023-09-08T19:33:23.553Z] [INFO] Assembling p2 repository [2023-09-08T19:33:24.117Z] [INFO] [2023-09-08T19:33:24.118Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.lucene.queryparser --- [2023-09-08T19:33:24.118Z] [INFO] [2023-09-08T19:33:24.118Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.lucene.queryparser --- [2023-09-08T19:33:24.118Z] [INFO] Gathering sources archives [2023-09-08T19:33:24.118Z] [INFO] Configured Artifact: org.apache.lucene:lucene-queryparser:sources:7.5.0:jar [2023-09-08T19:33:24.118Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/lucene/lucene-queryparser/7.5.0/lucene-queryparser-7.5.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.queryparser_7.5.0/target/sources-for-eclipse-ipzilla/lucene-queryparser-7.5.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:33:24.375Z] [INFO] Configured Artifact: org.apache.lucene:lucene-queryparser:sources:7.5.0:jar [2023-09-08T19:33:24.375Z] [INFO] Copying lucene-queryparser-7.5.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.queryparser_7.5.0/target/sources-for-eclipse-ipzilla/lucene-queryparser-7.5.0-sources.jar [2023-09-08T19:33:24.375Z] [INFO] Refreshing about files and about.html [2023-09-08T19:33:24.375Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.queryparser_7.5.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:33:24.375Z] [INFO] [2023-09-08T19:33:24.375Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.apache.lucene.queryparser --- [2023-09-08T19:33:24.375Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.queryparser_7.5.0/target/org.apache.lucene.queryparser-7.5.0-SNAPSHOT.jar [2023-09-08T19:33:26.896Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.queryparser_7.5.0/target/org.apache.lucene.queryparser-7.5.0-SNAPSHOT-sources.jar [2023-09-08T19:33:28.266Z] [INFO] [2023-09-08T19:33:28.266Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.lucene.queryparser --- [2023-09-08T19:33:28.523Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.apache.lucene.queryparser:7.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.queryparser_7.5.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:33:28.523Z] no-classifier: different [2023-09-08T19:33:28.523Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:33:28.523Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:33:28.523Z] classifier-sources: different [2023-09-08T19:33:28.523Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:33:28.523Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:33:28.523Z] [2023-09-08T19:33:28.523Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.apache.lucene.queryparser:7.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.queryparser_7.5.0/pom.xml [2023-09-08T19:33:28.523Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:33:28.523Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:33:28.523Z] [2023-09-08T19:33:28.523Z] [INFO] [2023-09-08T19:33:28.523Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.apache.lucene.queryparser --- [2023-09-08T19:33:28.523Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.queryparser_7.5.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.lucene.queryparser/7.5.0-SNAPSHOT/org.apache.lucene.queryparser-7.5.0-SNAPSHOT.pom [2023-09-08T19:33:28.523Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.queryparser_7.5.0/target/org.apache.lucene.queryparser-7.5.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.lucene.queryparser/7.5.0-SNAPSHOT/org.apache.lucene.queryparser-7.5.0-SNAPSHOT.jar [2023-09-08T19:33:28.523Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.queryparser_7.5.0/target/org.apache.lucene.queryparser-7.5.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.lucene.queryparser/7.5.0-SNAPSHOT/org.apache.lucene.queryparser-7.5.0-SNAPSHOT-sources.jar [2023-09-08T19:33:28.523Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.queryparser_7.5.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.lucene.queryparser/7.5.0-SNAPSHOT/org.apache.lucene.queryparser-7.5.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:33:28.523Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.queryparser_7.5.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.lucene.queryparser/7.5.0-SNAPSHOT/org.apache.lucene.queryparser-7.5.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:33:28.523Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.queryparser_7.5.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.lucene.queryparser/7.5.0-SNAPSHOT/org.apache.lucene.queryparser-7.5.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:33:28.523Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.queryparser_7.5.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.lucene.queryparser/7.5.0-SNAPSHOT/org.apache.lucene.queryparser-7.5.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:33:28.523Z] [INFO] [2023-09-08T19:33:28.523Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.lucene.queryparser --- [2023-09-08T19:33:28.779Z] [INFO] [2023-09-08T19:33:28.779Z] [INFO] ----------< org.eclipse.orbit.bundles:org.apache.lucene.core >---------- [2023-09-08T19:33:28.779Z] [INFO] Building Lucene Core 8.4.1 8.4.1-SNAPSHOT [108/375] [2023-09-08T19:33:28.779Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:33:28.779Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/lucene/lucene-core/8.4.1/lucene-core-8.4.1.pom [2023-09-08T19:33:28.779Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-core/8.4.1/lucene-core-8.4.1.pom [2023-09-08T19:33:28.779Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-core/8.4.1/lucene-core-8.4.1.pom (3.0 kB at 84 kB/s) [2023-09-08T19:33:28.779Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/lucene/lucene-parent/8.4.1/lucene-parent-8.4.1.pom [2023-09-08T19:33:28.779Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-parent/8.4.1/lucene-parent-8.4.1.pom [2023-09-08T19:33:28.779Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-parent/8.4.1/lucene-parent-8.4.1.pom (5.0 kB at 192 kB/s) [2023-09-08T19:33:28.779Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/lucene/lucene-solr-grandparent/8.4.1/lucene-solr-grandparent-8.4.1.pom [2023-09-08T19:33:28.779Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-solr-grandparent/8.4.1/lucene-solr-grandparent-8.4.1.pom [2023-09-08T19:33:28.779Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-solr-grandparent/8.4.1/lucene-solr-grandparent-8.4.1.pom (419 kB at 21 MB/s) [2023-09-08T19:33:28.779Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/lucene/lucene-core/8.4.1/lucene-core-8.4.1.jar [2023-09-08T19:33:28.779Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-core/8.4.1/lucene-core-8.4.1.jar [2023-09-08T19:33:28.779Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-core/8.4.1/lucene-core-8.4.1.jar (3.3 MB at 40 MB/s) [2023-09-08T19:33:28.779Z] [INFO] [2023-09-08T19:33:28.779Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.lucene.core --- [2023-09-08T19:33:28.779Z] [INFO] [2023-09-08T19:33:28.779Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.lucene.core --- [2023-09-08T19:33:28.780Z] [INFO] The project's OSGi version is 8.4.1.v20221112-0806 [2023-09-08T19:33:28.780Z] [INFO] [2023-09-08T19:33:28.780Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.lucene.core --- [2023-09-08T19:33:28.780Z] [INFO] [2023-09-08T19:33:28.780Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.lucene.core --- [2023-09-08T19:33:28.780Z] [INFO] Copying 3 resources [2023-09-08T19:33:28.780Z] [INFO] [2023-09-08T19:33:28.780Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.lucene.core --- [2023-09-08T19:33:28.780Z] [INFO] No sources to compile [2023-09-08T19:33:28.780Z] [INFO] [2023-09-08T19:33:28.780Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.lucene.core --- [2023-09-08T19:33:28.780Z] [INFO] Gathering dependencies [2023-09-08T19:33:28.780Z] [INFO] Configured Artifact: org.apache.lucene:lucene-core:8.4.1:jar [2023-09-08T19:33:28.780Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/lucene/lucene-core/8.4.1/lucene-core-8.4.1.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.core_8.4.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:33:29.342Z] [INFO] Merging collected dependencies [2023-09-08T19:33:29.342Z] [INFO] Copying 2028 resources [2023-09-08T19:33:29.598Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:33:29.855Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.lucene.core:eclipse-bundle-recipe:8.4.1-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:33:29.855Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.lucene.core:eclipse-bundle-recipe:8.4.1-SNAPSHOT : Classes found in the wrong directory: {META-INF/versions/9/org/apache/lucene/util/LongsRef.class=org.apache.lucene.util.LongsRef, META-INF/versions/9/org/apache/lucene/search/PointRangeQuery$1.class=org.apache.lucene.search.PointRangeQuery$1, META-INF/versions/9/org/apache/lucene/util/StringHelper.class=org.apache.lucene.util.StringHelper, META-INF/versions/9/org/apache/lucene/util/automaton/Automaton$Builder.class=org.apache.lucene.util.automaton.Automaton$Builder, META-INF/versions/9/org/apache/lucene/util/bkd/BKDRadixSelector$1$1.class=org.apache.lucene.util.bkd.BKDRadixSelector$1$1, META-INF/versions/9/org/apache/lucene/analysis/tokenattributes/CharTermAttributeImpl.class=org.apache.lucene.analysis.tokenattributes.CharTermAttributeImpl, META-INF/versions/9/org/apache/lucene/store/DataInput.class=org.apache.lucene.store.DataInput, META-INF/versions/9/org/apache/lucene/util/bkd/BKDRadixSelector$2$1.class=org.apache.lucene.util.bkd.BKDRadixSelector$2$1, META-INF/versions/9/org/apache/lucene/util/BytesRef.class=org.apache.lucene.util.BytesRef, META-INF/versions/9/org/apache/lucene/document/BinaryPoint$2.class=org.apache.lucene.document.BinaryPoint$2, META-INF/versions/9/org/apache/lucene/document/RangeFieldQuery$QueryType$1.class=org.apache.lucene.document.RangeFieldQuery$QueryType$1, META-INF/versions/9/org/apache/lucene/index/CodecReader.class=org.apache.lucene.index.CodecReader, META-INF/versions/9/org/apache/lucene/util/automaton/Automaton.class=org.apache.lucene.util.automaton.Automaton, META-INF/versions/9/org/apache/lucene/util/bkd/BKDRadixSelector.class=org.apache.lucene.util.bkd.BKDRadixSelector, META-INF/versions/9/org/apache/lucene/util/bkd/MutablePointsReaderUtils$2.class=org.apache.lucene.util.bkd.MutablePointsReaderUtils$2, META-INF/versions/9/org/apache/lucene/document/LongRange.class=org.apache.lucene.document.LongRange, META-INF/versions/9/org/apache/lucene/index/MergeReaderWrapper.class=org.apache.lucene.index.MergeReaderWrapper, META-INF/versions/9/org/apache/lucene/util/CharsRef.class=org.apache.lucene.util.CharsRef, META-INF/versions/9/org/apache/lucene/codecs/compressing/LZ4.class=org.apache.lucene.codecs.compressing.LZ4, META-INF/versions/9/org/apache/lucene/document/LatLonPointDistanceQuery$1.class=org.apache.lucene.document.LatLonPointDistanceQuery$1, META-INF/versions/9/org/apache/lucene/document/DoubleRange.class=org.apache.lucene.document.DoubleRange, META-INF/versions/9/org/apache/lucene/document/FloatRange.class=org.apache.lucene.document.FloatRange, META-INF/versions/9/org/apache/lucene/document/RangeFieldQuery$QueryType$2.class=org.apache.lucene.document.RangeFieldQuery$QueryType$2, META-INF/versions/9/org/apache/lucene/util/bkd/BKDReader.class=org.apache.lucene.util.bkd.BKDReader, META-INF/versions/9/org/apache/lucene/document/LatLonPointInPolygonQuery$1.class=org.apache.lucene.document.LatLonPointInPolygonQuery$1, META-INF/versions/9/org/apache/lucene/util/CharsRef$UTF16SortedAsUTF8Comparator.class=org.apache.lucene.util.CharsRef$UTF16SortedAsUTF8Comparator, META-INF/versions/9/org/apache/lucene/util/bkd/MutablePointsReaderUtils$3$1.class=org.apache.lucene.util.bkd.MutablePointsReaderUtils$3$1, META-INF/versions/9/org/apache/lucene/util/bkd/HeapPointWriter.class=org.apache.lucene.util.bkd.HeapPointWriter, META-INF/versions/9/org/apache/lucene/search/BooleanScorer$TailPriorityQueue.class=org.apache.lucene.search.BooleanScorer$TailPriorityQueue, META-INF/versions/9/org/apache/lucene/util/bkd/MutablePointsReaderUtils$1$1.class=org.apache.lucene.util.bkd.MutablePointsReaderUtils$1$1, META-INF/versions/9/org/apache/lucene/document/IntRange.class=org.apache.lucene.document.IntRange, META-INF/versions/9/org/apache/lucene/document/LongDistanceFeatureQuery$DistanceScorer$2.class=org.apache.lucene.document.LongDistanceFeatureQuery$DistanceScorer$2, META-INF/versions/9/org/apache/lucene/index/CheckIndex$VerifyPointsVisitor.class=org.apache.lucene.index.CheckIndex$VerifyPointsVisitor, META-INF/versions/9/org/apache/lucene/search/PointInSetQuery$SinglePointVisitor.class=org.apache.lucene.search.PointInSetQuery$SinglePointVisitor, META-INF/versions/9/org/apache/lucene/search/TopFieldCollector.class=org.apache.lucene.search.TopFieldCollector, META-INF/versions/9/org/apache/lucene/document/LatLonPointDistanceFeatureQuery$DistanceScorer$2.class=org.apache.lucene.document.LatLonPointDistanceFeatureQuery$DistanceScorer$2, META-INF/versions/9/org/apache/lucene/util/bkd/BKDWriter$BKDMergeQueue.class=org.apache.lucene.util.bkd.BKDWriter$BKDMergeQueue, META-INF/versions/9/org/apache/lucene/util/bkd/BKDWriter.class=org.apache.lucene.util.bkd.BKDWriter, META-INF/versions/9/org/apache/lucene/util/BytesRefArray.class=org.apache.lucene.util.BytesRefArray, META-INF/versions/9/org/apache/lucene/util/IntsRef.class=org.apache.lucene.util.IntsRef, META-INF/versions/9/org/apache/lucene/index/BitsSlice.class=org.apache.lucene.index.BitsSlice, META-INF/versions/9/org/apache/lucene/document/RangeFieldQuery$QueryType$3.class=org.apache.lucene.document.RangeFieldQuery$QueryType$3, META-INF/versions/9/org/apache/lucene/index/PointValues.class=org.apache.lucene.index.PointValues, META-INF/versions/9/org/apache/lucene/util/bkd/BKDWriter$OneDimensionBKDWriter.class=org.apache.lucene.util.bkd.BKDWriter$OneDimensionBKDWriter} [2023-09-08T19:33:29.855Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.core_8.4.1/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:33:29.855Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.core_8.4.1/target/org.apache.lucene.core-8.4.1-SNAPSHOT.jar [2023-09-08T19:33:30.416Z] [INFO] Gathering sources [2023-09-08T19:33:30.416Z] [INFO] Configured Artifact: org.apache.lucene:lucene-core:sources:8.4.1:jar [2023-09-08T19:33:30.416Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/lucene/lucene-core/8.4.1/lucene-core-8.4.1-sources.jar [2023-09-08T19:33:30.416Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-core/8.4.1/lucene-core-8.4.1-sources.jar [2023-09-08T19:33:30.416Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-core/8.4.1/lucene-core-8.4.1-sources.jar (2.2 MB at 27 MB/s) [2023-09-08T19:33:30.416Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/lucene/lucene-core/8.4.1/lucene-core-8.4.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.core_8.4.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:33:30.416Z] [INFO] Copying 3 resources [2023-09-08T19:33:30.416Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.core_8.4.1/src/main/java [2023-09-08T19:33:30.672Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.core_8.4.1/target/org.apache.lucene.core-8.4.1-SNAPSHOT-sources.jar [2023-09-08T19:33:30.672Z] [INFO] Assembling p2 repository [2023-09-08T19:33:31.600Z] [INFO] [2023-09-08T19:33:31.600Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.lucene.core --- [2023-09-08T19:33:31.600Z] [INFO] [2023-09-08T19:33:31.600Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.lucene.core --- [2023-09-08T19:33:31.600Z] [INFO] Gathering sources archives [2023-09-08T19:33:31.600Z] [INFO] Configured Artifact: org.apache.lucene:lucene-core:sources:8.4.1:jar [2023-09-08T19:33:31.600Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/lucene/lucene-core/8.4.1/lucene-core-8.4.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.core_8.4.1/target/sources-for-eclipse-ipzilla/lucene-core-8.4.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:33:31.600Z] [INFO] Configured Artifact: org.apache.lucene:lucene-core:sources:8.4.1:jar [2023-09-08T19:33:31.600Z] [INFO] Copying lucene-core-8.4.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.core_8.4.1/target/sources-for-eclipse-ipzilla/lucene-core-8.4.1-sources.jar [2023-09-08T19:33:31.600Z] [INFO] Refreshing about files and about.html [2023-09-08T19:33:31.600Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.core_8.4.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:33:31.600Z] [INFO] [2023-09-08T19:33:31.600Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.apache.lucene.core --- [2023-09-08T19:33:32.968Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.core_8.4.1/target/org.apache.lucene.core-8.4.1-SNAPSHOT.jar [2023-09-08T19:33:34.861Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.core_8.4.1/target/org.apache.lucene.core-8.4.1-SNAPSHOT-sources.jar [2023-09-08T19:33:36.227Z] [INFO] [2023-09-08T19:33:36.227Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.lucene.core --- [2023-09-08T19:33:37.155Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.apache.lucene.core:8.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.core_8.4.1/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:33:37.155Z] no-classifier: different [2023-09-08T19:33:37.155Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:33:37.155Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:33:37.155Z] classifier-sources: different [2023-09-08T19:33:37.155Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:33:37.155Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:33:37.155Z] [2023-09-08T19:33:37.155Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.apache.lucene.core:8.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.core_8.4.1/pom.xml [2023-09-08T19:33:37.155Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:33:37.155Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:33:37.155Z] [2023-09-08T19:33:37.155Z] [INFO] [2023-09-08T19:33:37.155Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.apache.lucene.core --- [2023-09-08T19:33:37.155Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.core_8.4.1/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.lucene.core/8.4.1-SNAPSHOT/org.apache.lucene.core-8.4.1-SNAPSHOT.pom [2023-09-08T19:33:37.155Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.core_8.4.1/target/org.apache.lucene.core-8.4.1-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.lucene.core/8.4.1-SNAPSHOT/org.apache.lucene.core-8.4.1-SNAPSHOT.jar [2023-09-08T19:33:37.155Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.core_8.4.1/target/org.apache.lucene.core-8.4.1-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.lucene.core/8.4.1-SNAPSHOT/org.apache.lucene.core-8.4.1-SNAPSHOT-sources.jar [2023-09-08T19:33:37.155Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.core_8.4.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.lucene.core/8.4.1-SNAPSHOT/org.apache.lucene.core-8.4.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:33:37.155Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.core_8.4.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.lucene.core/8.4.1-SNAPSHOT/org.apache.lucene.core-8.4.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:33:37.155Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.core_8.4.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.lucene.core/8.4.1-SNAPSHOT/org.apache.lucene.core-8.4.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:33:37.155Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.core_8.4.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.lucene.core/8.4.1-SNAPSHOT/org.apache.lucene.core-8.4.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:33:37.155Z] [INFO] [2023-09-08T19:33:37.155Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.lucene.core --- [2023-09-08T19:33:37.155Z] [INFO] [2023-09-08T19:33:37.155Z] [INFO] ----< org.eclipse.orbit.bundles:org.apache.lucene.analyzers-common >---- [2023-09-08T19:33:37.155Z] [INFO] Building Lucene Common Analyzers 8.4.1 8.4.1-SNAPSHOT [109/375] [2023-09-08T19:33:37.155Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:33:37.155Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/lucene/lucene-analyzers-common/8.4.1/lucene-analyzers-common-8.4.1.pom [2023-09-08T19:33:37.155Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-analyzers-common/8.4.1/lucene-analyzers-common-8.4.1.pom [2023-09-08T19:33:37.155Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-analyzers-common/8.4.1/lucene-analyzers-common-8.4.1.pom (3.3 kB at 78 kB/s) [2023-09-08T19:33:37.155Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/lucene/lucene-analyzers-common/8.4.1/lucene-analyzers-common-8.4.1.jar [2023-09-08T19:33:37.155Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-analyzers-common/8.4.1/lucene-analyzers-common-8.4.1.jar [2023-09-08T19:33:37.155Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-analyzers-common/8.4.1/lucene-analyzers-common-8.4.1.jar (1.7 MB at 34 MB/s) [2023-09-08T19:33:37.155Z] [INFO] [2023-09-08T19:33:37.155Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.lucene.analyzers-common --- [2023-09-08T19:33:37.155Z] [INFO] [2023-09-08T19:33:37.155Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.lucene.analyzers-common --- [2023-09-08T19:33:37.155Z] [INFO] The project's OSGi version is 8.4.1.v20221112-0806 [2023-09-08T19:33:37.155Z] [INFO] [2023-09-08T19:33:37.155Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.lucene.analyzers-common --- [2023-09-08T19:33:37.155Z] [INFO] [2023-09-08T19:33:37.155Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.lucene.analyzers-common --- [2023-09-08T19:33:37.155Z] [INFO] Copying 3 resources [2023-09-08T19:33:37.155Z] [INFO] [2023-09-08T19:33:37.155Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.lucene.analyzers-common --- [2023-09-08T19:33:37.155Z] [INFO] No sources to compile [2023-09-08T19:33:37.155Z] [INFO] [2023-09-08T19:33:37.155Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.lucene.analyzers-common --- [2023-09-08T19:33:37.155Z] [INFO] Gathering dependencies [2023-09-08T19:33:37.155Z] [INFO] Configured Artifact: org.apache.lucene:lucene-analyzers-common:8.4.1:jar [2023-09-08T19:33:37.155Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/lucene/lucene-analyzers-common/8.4.1/lucene-analyzers-common-8.4.1.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analyzers-common_8.4.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:33:37.411Z] [INFO] Merging collected dependencies [2023-09-08T19:33:37.412Z] [INFO] Copying 623 resources [2023-09-08T19:33:37.412Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:33:37.412Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.lucene.analyzers-common:eclipse-bundle-recipe:8.4.1-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:33:37.412Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.lucene.analyzers-common:eclipse-bundle-recipe:8.4.1-SNAPSHOT : Host org.apache.lucene.core=bundle-version="[8.4.1,8.5)" for this fragment/require bundle cannot be found on the classpath [2023-09-08T19:33:37.412Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analyzers-common_8.4.1/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:33:37.668Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analyzers-common_8.4.1/target/org.apache.lucene.analyzers-common-8.4.1-SNAPSHOT.jar [2023-09-08T19:33:37.925Z] [INFO] Gathering sources [2023-09-08T19:33:37.925Z] [INFO] Configured Artifact: org.apache.lucene:lucene-analyzers-common:sources:8.4.1:jar [2023-09-08T19:33:37.925Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/lucene/lucene-analyzers-common/8.4.1/lucene-analyzers-common-8.4.1-sources.jar [2023-09-08T19:33:37.925Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-analyzers-common/8.4.1/lucene-analyzers-common-8.4.1-sources.jar [2023-09-08T19:33:38.182Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-analyzers-common/8.4.1/lucene-analyzers-common-8.4.1-sources.jar (1.7 MB at 22 MB/s) [2023-09-08T19:33:38.182Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/lucene/lucene-analyzers-common/8.4.1/lucene-analyzers-common-8.4.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analyzers-common_8.4.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:33:38.182Z] [INFO] Copying 3 resources [2023-09-08T19:33:38.182Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analyzers-common_8.4.1/src/main/java [2023-09-08T19:33:38.182Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analyzers-common_8.4.1/target/org.apache.lucene.analyzers-common-8.4.1-SNAPSHOT-sources.jar [2023-09-08T19:33:38.439Z] [INFO] Assembling p2 repository [2023-09-08T19:33:39.001Z] [INFO] [2023-09-08T19:33:39.001Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.lucene.analyzers-common --- [2023-09-08T19:33:39.001Z] [INFO] [2023-09-08T19:33:39.001Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.lucene.analyzers-common --- [2023-09-08T19:33:39.001Z] [INFO] Gathering sources archives [2023-09-08T19:33:39.001Z] [INFO] Configured Artifact: org.apache.lucene:lucene-analyzers-common:sources:8.4.1:jar [2023-09-08T19:33:39.001Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/lucene/lucene-analyzers-common/8.4.1/lucene-analyzers-common-8.4.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analyzers-common_8.4.1/target/sources-for-eclipse-ipzilla/lucene-analyzers-common-8.4.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:33:39.257Z] [INFO] Configured Artifact: org.apache.lucene:lucene-analyzers-common:sources:8.4.1:jar [2023-09-08T19:33:39.258Z] [INFO] Copying lucene-analyzers-common-8.4.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analyzers-common_8.4.1/target/sources-for-eclipse-ipzilla/lucene-analyzers-common-8.4.1-sources.jar [2023-09-08T19:33:39.258Z] [INFO] Refreshing about files and about.html [2023-09-08T19:33:39.258Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analyzers-common_8.4.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:33:39.258Z] [INFO] [2023-09-08T19:33:39.258Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.apache.lucene.analyzers-common --- [2023-09-08T19:33:39.514Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analyzers-common_8.4.1/target/org.apache.lucene.analyzers-common-8.4.1-SNAPSHOT.jar [2023-09-08T19:33:40.881Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analyzers-common_8.4.1/target/org.apache.lucene.analyzers-common-8.4.1-SNAPSHOT-sources.jar [2023-09-08T19:33:42.247Z] [INFO] [2023-09-08T19:33:42.247Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.lucene.analyzers-common --- [2023-09-08T19:33:43.174Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.apache.lucene.analyzers-common:8.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analyzers-common_8.4.1/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:33:43.174Z] no-classifier: different [2023-09-08T19:33:43.174Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:33:43.174Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:33:43.174Z] classifier-sources: different [2023-09-08T19:33:43.174Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:33:43.174Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:33:43.174Z] [2023-09-08T19:33:43.174Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.apache.lucene.analyzers-common:8.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analyzers-common_8.4.1/pom.xml [2023-09-08T19:33:43.174Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:33:43.174Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:33:43.174Z] [2023-09-08T19:33:43.174Z] [INFO] [2023-09-08T19:33:43.174Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.apache.lucene.analyzers-common --- [2023-09-08T19:33:43.174Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analyzers-common_8.4.1/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.lucene.analyzers-common/8.4.1-SNAPSHOT/org.apache.lucene.analyzers-common-8.4.1-SNAPSHOT.pom [2023-09-08T19:33:43.174Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analyzers-common_8.4.1/target/org.apache.lucene.analyzers-common-8.4.1-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.lucene.analyzers-common/8.4.1-SNAPSHOT/org.apache.lucene.analyzers-common-8.4.1-SNAPSHOT.jar [2023-09-08T19:33:43.174Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analyzers-common_8.4.1/target/org.apache.lucene.analyzers-common-8.4.1-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.lucene.analyzers-common/8.4.1-SNAPSHOT/org.apache.lucene.analyzers-common-8.4.1-SNAPSHOT-sources.jar [2023-09-08T19:33:43.174Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analyzers-common_8.4.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.lucene.analyzers-common/8.4.1-SNAPSHOT/org.apache.lucene.analyzers-common-8.4.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:33:43.174Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analyzers-common_8.4.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.lucene.analyzers-common/8.4.1-SNAPSHOT/org.apache.lucene.analyzers-common-8.4.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:33:43.175Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analyzers-common_8.4.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.lucene.analyzers-common/8.4.1-SNAPSHOT/org.apache.lucene.analyzers-common-8.4.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:33:43.175Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analyzers-common_8.4.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.lucene.analyzers-common/8.4.1-SNAPSHOT/org.apache.lucene.analyzers-common-8.4.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:33:43.175Z] [INFO] [2023-09-08T19:33:43.175Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.lucene.analyzers-common --- [2023-09-08T19:33:43.175Z] [INFO] [2023-09-08T19:33:43.175Z] [INFO] ---< org.eclipse.orbit.bundles:org.apache.lucene.analyzers-smartcn >---- [2023-09-08T19:33:43.175Z] [INFO] Building Lucene Smart Chinese Analyzer 8.4.1 8.4.1-SNAPSHOT [110/375] [2023-09-08T19:33:43.175Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:33:43.175Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/lucene/lucene-analyzers-smartcn/8.4.1/lucene-analyzers-smartcn-8.4.1.pom [2023-09-08T19:33:43.175Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-analyzers-smartcn/8.4.1/lucene-analyzers-smartcn-8.4.1.pom [2023-09-08T19:33:43.175Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-analyzers-smartcn/8.4.1/lucene-analyzers-smartcn-8.4.1.pom (3.1 kB at 72 kB/s) [2023-09-08T19:33:43.175Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/lucene/lucene-analyzers-smartcn/8.4.1/lucene-analyzers-smartcn-8.4.1.jar [2023-09-08T19:33:43.175Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-analyzers-smartcn/8.4.1/lucene-analyzers-smartcn-8.4.1.jar [2023-09-08T19:33:43.175Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-analyzers-smartcn/8.4.1/lucene-analyzers-smartcn-8.4.1.jar (3.6 MB at 41 MB/s) [2023-09-08T19:33:43.175Z] [INFO] [2023-09-08T19:33:43.175Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.lucene.analyzers-smartcn --- [2023-09-08T19:33:43.175Z] [INFO] [2023-09-08T19:33:43.175Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.lucene.analyzers-smartcn --- [2023-09-08T19:33:43.175Z] [INFO] The project's OSGi version is 8.4.1.v20221112-0806 [2023-09-08T19:33:43.175Z] [INFO] [2023-09-08T19:33:43.175Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.lucene.analyzers-smartcn --- [2023-09-08T19:33:43.175Z] [INFO] [2023-09-08T19:33:43.175Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.lucene.analyzers-smartcn --- [2023-09-08T19:33:43.175Z] [INFO] Copying 3 resources [2023-09-08T19:33:43.175Z] [INFO] [2023-09-08T19:33:43.175Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.lucene.analyzers-smartcn --- [2023-09-08T19:33:43.175Z] [INFO] No sources to compile [2023-09-08T19:33:43.175Z] [INFO] [2023-09-08T19:33:43.175Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.lucene.analyzers-smartcn --- [2023-09-08T19:33:43.175Z] [INFO] Gathering dependencies [2023-09-08T19:33:43.175Z] [INFO] Configured Artifact: org.apache.lucene:lucene-analyzers-smartcn:8.4.1:jar [2023-09-08T19:33:43.175Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/lucene/lucene-analyzers-smartcn/8.4.1/lucene-analyzers-smartcn-8.4.1.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analyzers-smartcn_8.4.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:33:43.175Z] [INFO] Merging collected dependencies [2023-09-08T19:33:43.175Z] [INFO] Copying 28 resources [2023-09-08T19:33:43.175Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:33:43.175Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.lucene.analyzers-smartcn:eclipse-bundle-recipe:8.4.1-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:33:43.175Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.lucene.analyzers-smartcn:eclipse-bundle-recipe:8.4.1-SNAPSHOT : Host org.apache.lucene.core=bundle-version="[8.4.1,8.5)" for this fragment/require bundle cannot be found on the classpath [2023-09-08T19:33:43.175Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.lucene.analyzers-smartcn:eclipse-bundle-recipe:8.4.1-SNAPSHOT : Host org.apache.lucene.analyzers-common=bundle-version="[8.4.1,8.5)" for this fragment/require bundle cannot be found on the classpath [2023-09-08T19:33:43.175Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analyzers-smartcn_8.4.1/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:33:43.175Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analyzers-smartcn_8.4.1/target/org.apache.lucene.analyzers-smartcn-8.4.1-SNAPSHOT.jar [2023-09-08T19:33:43.737Z] [INFO] Gathering sources [2023-09-08T19:33:43.737Z] [INFO] Configured Artifact: org.apache.lucene:lucene-analyzers-smartcn:sources:8.4.1:jar [2023-09-08T19:33:43.737Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/lucene/lucene-analyzers-smartcn/8.4.1/lucene-analyzers-smartcn-8.4.1-sources.jar [2023-09-08T19:33:43.737Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-analyzers-smartcn/8.4.1/lucene-analyzers-smartcn-8.4.1-sources.jar [2023-09-08T19:33:43.737Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-analyzers-smartcn/8.4.1/lucene-analyzers-smartcn-8.4.1-sources.jar (3.6 MB at 42 MB/s) [2023-09-08T19:33:43.737Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/lucene/lucene-analyzers-smartcn/8.4.1/lucene-analyzers-smartcn-8.4.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analyzers-smartcn_8.4.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:33:43.737Z] [INFO] Copying 3 resources [2023-09-08T19:33:43.737Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analyzers-smartcn_8.4.1/src/main/java [2023-09-08T19:33:43.737Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analyzers-smartcn_8.4.1/target/org.apache.lucene.analyzers-smartcn-8.4.1-SNAPSHOT-sources.jar [2023-09-08T19:33:43.993Z] [INFO] Assembling p2 repository [2023-09-08T19:33:44.555Z] [INFO] [2023-09-08T19:33:44.555Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.lucene.analyzers-smartcn --- [2023-09-08T19:33:44.555Z] [INFO] [2023-09-08T19:33:44.555Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.lucene.analyzers-smartcn --- [2023-09-08T19:33:44.555Z] [INFO] Gathering sources archives [2023-09-08T19:33:44.555Z] [INFO] Configured Artifact: org.apache.lucene:lucene-analyzers-smartcn:sources:8.4.1:jar [2023-09-08T19:33:44.555Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/lucene/lucene-analyzers-smartcn/8.4.1/lucene-analyzers-smartcn-8.4.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analyzers-smartcn_8.4.1/target/sources-for-eclipse-ipzilla/lucene-analyzers-smartcn-8.4.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:33:44.555Z] [INFO] Configured Artifact: org.apache.lucene:lucene-analyzers-smartcn:sources:8.4.1:jar [2023-09-08T19:33:44.555Z] [INFO] Copying lucene-analyzers-smartcn-8.4.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analyzers-smartcn_8.4.1/target/sources-for-eclipse-ipzilla/lucene-analyzers-smartcn-8.4.1-sources.jar [2023-09-08T19:33:44.555Z] [INFO] Refreshing about files and about.html [2023-09-08T19:33:44.555Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analyzers-smartcn_8.4.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:33:44.555Z] [INFO] [2023-09-08T19:33:44.555Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.apache.lucene.analyzers-smartcn --- [2023-09-08T19:33:45.117Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analyzers-smartcn_8.4.1/target/org.apache.lucene.analyzers-smartcn-8.4.1-SNAPSHOT.jar [2023-09-08T19:33:47.009Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analyzers-smartcn_8.4.1/target/org.apache.lucene.analyzers-smartcn-8.4.1-SNAPSHOT-sources.jar [2023-09-08T19:33:49.528Z] [INFO] [2023-09-08T19:33:49.528Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.lucene.analyzers-smartcn --- [2023-09-08T19:33:49.791Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.apache.lucene.analyzers-smartcn:8.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analyzers-smartcn_8.4.1/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:33:49.791Z] no-classifier: different [2023-09-08T19:33:49.791Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:33:49.791Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:33:49.791Z] classifier-sources: different [2023-09-08T19:33:49.791Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:33:49.791Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:33:49.791Z] [2023-09-08T19:33:49.791Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.apache.lucene.analyzers-smartcn:8.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analyzers-smartcn_8.4.1/pom.xml [2023-09-08T19:33:49.791Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:33:49.791Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:33:49.791Z] [2023-09-08T19:33:49.791Z] [INFO] [2023-09-08T19:33:49.791Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.apache.lucene.analyzers-smartcn --- [2023-09-08T19:33:49.791Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analyzers-smartcn_8.4.1/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.lucene.analyzers-smartcn/8.4.1-SNAPSHOT/org.apache.lucene.analyzers-smartcn-8.4.1-SNAPSHOT.pom [2023-09-08T19:33:49.791Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analyzers-smartcn_8.4.1/target/org.apache.lucene.analyzers-smartcn-8.4.1-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.lucene.analyzers-smartcn/8.4.1-SNAPSHOT/org.apache.lucene.analyzers-smartcn-8.4.1-SNAPSHOT.jar [2023-09-08T19:33:49.791Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analyzers-smartcn_8.4.1/target/org.apache.lucene.analyzers-smartcn-8.4.1-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.lucene.analyzers-smartcn/8.4.1-SNAPSHOT/org.apache.lucene.analyzers-smartcn-8.4.1-SNAPSHOT-sources.jar [2023-09-08T19:33:49.791Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analyzers-smartcn_8.4.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.lucene.analyzers-smartcn/8.4.1-SNAPSHOT/org.apache.lucene.analyzers-smartcn-8.4.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:33:49.791Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analyzers-smartcn_8.4.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.lucene.analyzers-smartcn/8.4.1-SNAPSHOT/org.apache.lucene.analyzers-smartcn-8.4.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:33:49.791Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analyzers-smartcn_8.4.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.lucene.analyzers-smartcn/8.4.1-SNAPSHOT/org.apache.lucene.analyzers-smartcn-8.4.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:33:49.791Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analyzers-smartcn_8.4.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.lucene.analyzers-smartcn/8.4.1-SNAPSHOT/org.apache.lucene.analyzers-smartcn-8.4.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:33:49.792Z] [INFO] [2023-09-08T19:33:49.792Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.lucene.analyzers-smartcn --- [2023-09-08T19:33:49.792Z] [INFO] [2023-09-08T19:33:49.792Z] [INFO] ----------< org.eclipse.orbit.bundles:org.apache.lucene.core >---------- [2023-09-08T19:33:49.792Z] [INFO] Building Lucene Core 9.4.2 9.4.2-SNAPSHOT [111/375] [2023-09-08T19:33:49.792Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:33:49.792Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/lucene/lucene-core/9.4.2/lucene-core-9.4.2.pom [2023-09-08T19:33:49.792Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-core/9.4.2/lucene-core-9.4.2.pom [2023-09-08T19:33:49.792Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-core/9.4.2/lucene-core-9.4.2.pom (2.1 kB at 83 kB/s) [2023-09-08T19:33:49.792Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/lucene/lucene-core/9.4.2/lucene-core-9.4.2.jar [2023-09-08T19:33:49.792Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-core/9.4.2/lucene-core-9.4.2.jar [2023-09-08T19:33:50.051Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-core/9.4.2/lucene-core-9.4.2.jar (3.6 MB at 42 MB/s) [2023-09-08T19:33:50.051Z] [INFO] [2023-09-08T19:33:50.051Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.lucene.core --- [2023-09-08T19:33:50.051Z] [INFO] [2023-09-08T19:33:50.051Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.lucene.core --- [2023-09-08T19:33:50.051Z] [INFO] The project's OSGi version is 9.4.2.v20221211-0752 [2023-09-08T19:33:50.051Z] [INFO] [2023-09-08T19:33:50.051Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.lucene.core --- [2023-09-08T19:33:50.051Z] [INFO] [2023-09-08T19:33:50.051Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.lucene.core --- [2023-09-08T19:33:50.051Z] [INFO] Copying 3 resources [2023-09-08T19:33:50.051Z] [INFO] [2023-09-08T19:33:50.051Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.lucene.core --- [2023-09-08T19:33:50.051Z] [INFO] No sources to compile [2023-09-08T19:33:50.051Z] [INFO] [2023-09-08T19:33:50.051Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.lucene.core --- [2023-09-08T19:33:50.051Z] [INFO] Gathering dependencies [2023-09-08T19:33:50.051Z] [INFO] Configured Artifact: org.apache.lucene:lucene-core:9.4.2:jar [2023-09-08T19:33:50.051Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/lucene/lucene-core/9.4.2/lucene-core-9.4.2.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.core_9.4.2/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:33:50.307Z] [INFO] Merging collected dependencies [2023-09-08T19:33:50.307Z] [INFO] Copying 2182 resources [2023-09-08T19:33:50.564Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:33:51.496Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.lucene.core:eclipse-bundle-recipe:9.4.2-SNAPSHOT : Unused Export-Package instructions: [*.implementation.*, *.impl.*] [2023-09-08T19:33:51.496Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.lucene.core:eclipse-bundle-recipe:9.4.2-SNAPSHOT : Classes found in the wrong directory: {META-INF/versions/19/org/apache/lucene/store/MemorySegmentIndexInput$MultiSegmentImpl.class=org.apache.lucene.store.MemorySegmentIndexInput$MultiSegmentImpl, META-INF/versions/19/org/apache/lucene/store/MemorySegmentIndexInput$SingleSegmentImpl.class=org.apache.lucene.store.MemorySegmentIndexInput$SingleSegmentImpl, META-INF/versions/19/org/apache/lucene/store/MemorySegmentIndexInput.class=org.apache.lucene.store.MemorySegmentIndexInput, META-INF/versions/19/org/apache/lucene/store/MemorySegmentIndexInputProvider.class=org.apache.lucene.store.MemorySegmentIndexInputProvider} [2023-09-08T19:33:51.496Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.core_9.4.2/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:33:51.496Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.core_9.4.2/target/org.apache.lucene.core-9.4.2-SNAPSHOT.jar [2023-09-08T19:33:51.753Z] [INFO] Gathering sources [2023-09-08T19:33:51.753Z] [INFO] Configured Artifact: org.apache.lucene:lucene-core:sources:9.4.2:jar [2023-09-08T19:33:51.753Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/lucene/lucene-core/9.4.2/lucene-core-9.4.2-sources.jar [2023-09-08T19:33:51.753Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-core/9.4.2/lucene-core-9.4.2-sources.jar [2023-09-08T19:33:51.753Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-core/9.4.2/lucene-core-9.4.2-sources.jar (2.5 MB at 31 MB/s) [2023-09-08T19:33:51.753Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/lucene/lucene-core/9.4.2/lucene-core-9.4.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.core_9.4.2/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:33:52.009Z] [INFO] Copying 3 resources [2023-09-08T19:33:52.010Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.core_9.4.2/src/main/java [2023-09-08T19:33:52.010Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.core_9.4.2/target/org.apache.lucene.core-9.4.2-SNAPSHOT-sources.jar [2023-09-08T19:33:52.266Z] [INFO] Assembling p2 repository [2023-09-08T19:33:52.828Z] [INFO] [2023-09-08T19:33:52.828Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.lucene.core --- [2023-09-08T19:33:52.828Z] [INFO] [2023-09-08T19:33:52.828Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.lucene.core --- [2023-09-08T19:33:52.828Z] [INFO] Gathering sources archives [2023-09-08T19:33:52.828Z] [INFO] Configured Artifact: org.apache.lucene:lucene-core:sources:9.4.2:jar [2023-09-08T19:33:52.828Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/lucene/lucene-core/9.4.2/lucene-core-9.4.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.core_9.4.2/target/sources-for-eclipse-ipzilla/lucene-core-9.4.2-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:33:53.085Z] [INFO] Configured Artifact: org.apache.lucene:lucene-core:sources:9.4.2:jar [2023-09-08T19:33:53.085Z] [INFO] Copying lucene-core-9.4.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.core_9.4.2/target/sources-for-eclipse-ipzilla/lucene-core-9.4.2-sources.jar [2023-09-08T19:33:53.085Z] [INFO] Refreshing about files and about.html [2023-09-08T19:33:53.085Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.core_9.4.2/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:33:53.085Z] [INFO] [2023-09-08T19:33:53.085Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.apache.lucene.core --- [2023-09-08T19:33:54.012Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.core_9.4.2/target/org.apache.lucene.core-9.4.2-SNAPSHOT.jar [2023-09-08T19:33:56.531Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.core_9.4.2/target/org.apache.lucene.core-9.4.2-SNAPSHOT-sources.jar [2023-09-08T19:33:57.897Z] [INFO] [2023-09-08T19:33:57.897Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.lucene.core --- [2023-09-08T19:33:59.266Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.apache.lucene.core:9.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.core_9.4.2/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:33:59.266Z] no-classifier: different [2023-09-08T19:33:59.266Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:33:59.266Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:33:59.266Z] classifier-sources: different [2023-09-08T19:33:59.266Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:33:59.266Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:33:59.266Z] [2023-09-08T19:33:59.266Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.apache.lucene.core:9.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.core_9.4.2/pom.xml [2023-09-08T19:33:59.266Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:33:59.266Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:33:59.266Z] [2023-09-08T19:33:59.266Z] [INFO] [2023-09-08T19:33:59.266Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.apache.lucene.core --- [2023-09-08T19:33:59.266Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.core_9.4.2/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.lucene.core/9.4.2-SNAPSHOT/org.apache.lucene.core-9.4.2-SNAPSHOT.pom [2023-09-08T19:33:59.266Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.core_9.4.2/target/org.apache.lucene.core-9.4.2-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.lucene.core/9.4.2-SNAPSHOT/org.apache.lucene.core-9.4.2-SNAPSHOT.jar [2023-09-08T19:33:59.266Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.core_9.4.2/target/org.apache.lucene.core-9.4.2-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.lucene.core/9.4.2-SNAPSHOT/org.apache.lucene.core-9.4.2-SNAPSHOT-sources.jar [2023-09-08T19:33:59.266Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.core_9.4.2/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.lucene.core/9.4.2-SNAPSHOT/org.apache.lucene.core-9.4.2-SNAPSHOT-p2metadata.xml [2023-09-08T19:33:59.266Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.core_9.4.2/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.lucene.core/9.4.2-SNAPSHOT/org.apache.lucene.core-9.4.2-SNAPSHOT-p2artifacts.xml [2023-09-08T19:33:59.266Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.core_9.4.2/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.lucene.core/9.4.2-SNAPSHOT/org.apache.lucene.core-9.4.2-SNAPSHOT-p2metadata.xml [2023-09-08T19:33:59.266Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.core_9.4.2/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.lucene.core/9.4.2-SNAPSHOT/org.apache.lucene.core-9.4.2-SNAPSHOT-p2artifacts.xml [2023-09-08T19:33:59.266Z] [INFO] [2023-09-08T19:33:59.266Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.lucene.core --- [2023-09-08T19:33:59.266Z] [INFO] [2023-09-08T19:33:59.266Z] [INFO] ----< org.eclipse.orbit.bundles:org.apache.lucene.analysis-common >----- [2023-09-08T19:33:59.266Z] [INFO] Building Lucene Analysis Common 9.4.2 9.4.2-SNAPSHOT [112/375] [2023-09-08T19:33:59.266Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:33:59.266Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/lucene/lucene-analysis-common/9.4.2/lucene-analysis-common-9.4.2.pom [2023-09-08T19:33:59.266Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-analysis-common/9.4.2/lucene-analysis-common-9.4.2.pom [2023-09-08T19:33:59.266Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-analysis-common/9.4.2/lucene-analysis-common-9.4.2.pom (2.4 kB at 31 kB/s) [2023-09-08T19:33:59.266Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/lucene/lucene-analysis-common/9.4.2/lucene-analysis-common-9.4.2.jar [2023-09-08T19:33:59.266Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-analysis-common/9.4.2/lucene-analysis-common-9.4.2.jar [2023-09-08T19:33:59.266Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-analysis-common/9.4.2/lucene-analysis-common-9.4.2.jar (1.9 MB at 22 MB/s) [2023-09-08T19:33:59.266Z] [INFO] [2023-09-08T19:33:59.266Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.lucene.analysis-common --- [2023-09-08T19:33:59.266Z] [INFO] [2023-09-08T19:33:59.266Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.lucene.analysis-common --- [2023-09-08T19:33:59.266Z] [INFO] The project's OSGi version is 9.4.2.v20221211-0752 [2023-09-08T19:33:59.266Z] [INFO] [2023-09-08T19:33:59.266Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.lucene.analysis-common --- [2023-09-08T19:33:59.266Z] [INFO] [2023-09-08T19:33:59.266Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.lucene.analysis-common --- [2023-09-08T19:33:59.266Z] [INFO] Copying 3 resources [2023-09-08T19:33:59.266Z] [INFO] [2023-09-08T19:33:59.266Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.lucene.analysis-common --- [2023-09-08T19:33:59.266Z] [INFO] No sources to compile [2023-09-08T19:33:59.266Z] [INFO] [2023-09-08T19:33:59.266Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.lucene.analysis-common --- [2023-09-08T19:33:59.266Z] [INFO] Gathering dependencies [2023-09-08T19:33:59.266Z] [INFO] Configured Artifact: org.apache.lucene:lucene-analysis-common:9.4.2:jar [2023-09-08T19:33:59.266Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/lucene/lucene-analysis-common/9.4.2/lucene-analysis-common-9.4.2.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analysis-common_9.4.2/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:33:59.266Z] [INFO] Merging collected dependencies [2023-09-08T19:33:59.266Z] [INFO] Copying 635 resources [2023-09-08T19:33:59.266Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:33:59.523Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.lucene.analysis-common:eclipse-bundle-recipe:9.4.2-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:33:59.523Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.lucene.analysis-common:eclipse-bundle-recipe:9.4.2-SNAPSHOT : Host org.apache.lucene.core=bundle-version="[9.4.2,9.5)" for this fragment/require bundle cannot be found on the classpath [2023-09-08T19:33:59.523Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analysis-common_9.4.2/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:33:59.779Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analysis-common_9.4.2/target/org.apache.lucene.analysis-common-9.4.2-SNAPSHOT.jar [2023-09-08T19:34:00.035Z] [INFO] Gathering sources [2023-09-08T19:34:00.035Z] [INFO] Configured Artifact: org.apache.lucene:lucene-analysis-common:sources:9.4.2:jar [2023-09-08T19:34:00.035Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/lucene/lucene-analysis-common/9.4.2/lucene-analysis-common-9.4.2-sources.jar [2023-09-08T19:34:00.035Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-analysis-common/9.4.2/lucene-analysis-common-9.4.2-sources.jar [2023-09-08T19:34:00.035Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-analysis-common/9.4.2/lucene-analysis-common-9.4.2-sources.jar (1.6 MB at 26 MB/s) [2023-09-08T19:34:00.035Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/lucene/lucene-analysis-common/9.4.2/lucene-analysis-common-9.4.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analysis-common_9.4.2/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:34:00.035Z] [INFO] Copying 3 resources [2023-09-08T19:34:00.035Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analysis-common_9.4.2/src/main/java [2023-09-08T19:34:00.035Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analysis-common_9.4.2/target/org.apache.lucene.analysis-common-9.4.2-SNAPSHOT-sources.jar [2023-09-08T19:34:00.292Z] [INFO] Assembling p2 repository [2023-09-08T19:34:00.855Z] [INFO] [2023-09-08T19:34:00.855Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.lucene.analysis-common --- [2023-09-08T19:34:00.855Z] [INFO] [2023-09-08T19:34:00.855Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.lucene.analysis-common --- [2023-09-08T19:34:00.855Z] [INFO] Gathering sources archives [2023-09-08T19:34:00.855Z] [INFO] Configured Artifact: org.apache.lucene:lucene-analysis-common:sources:9.4.2:jar [2023-09-08T19:34:00.855Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/lucene/lucene-analysis-common/9.4.2/lucene-analysis-common-9.4.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analysis-common_9.4.2/target/sources-for-eclipse-ipzilla/lucene-analysis-common-9.4.2-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:34:01.112Z] [INFO] Configured Artifact: org.apache.lucene:lucene-analysis-common:sources:9.4.2:jar [2023-09-08T19:34:01.112Z] [INFO] Copying lucene-analysis-common-9.4.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analysis-common_9.4.2/target/sources-for-eclipse-ipzilla/lucene-analysis-common-9.4.2-sources.jar [2023-09-08T19:34:01.112Z] [INFO] Refreshing about files and about.html [2023-09-08T19:34:01.112Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analysis-common_9.4.2/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:34:01.112Z] [INFO] [2023-09-08T19:34:01.112Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.apache.lucene.analysis-common --- [2023-09-08T19:34:01.369Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analysis-common_9.4.2/target/org.apache.lucene.analysis-common-9.4.2-SNAPSHOT.jar [2023-09-08T19:34:03.259Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analysis-common_9.4.2/target/org.apache.lucene.analysis-common-9.4.2-SNAPSHOT-sources.jar [2023-09-08T19:34:06.528Z] [INFO] [2023-09-08T19:34:06.528Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.lucene.analysis-common --- [2023-09-08T19:34:06.784Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.apache.lucene.analysis-common:9.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analysis-common_9.4.2/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:34:06.784Z] no-classifier: different [2023-09-08T19:34:06.784Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:34:06.784Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:34:06.784Z] classifier-sources: different [2023-09-08T19:34:06.784Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:34:06.784Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:34:06.784Z] [2023-09-08T19:34:06.784Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.apache.lucene.analysis-common:9.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analysis-common_9.4.2/pom.xml [2023-09-08T19:34:06.784Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:34:06.784Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:34:06.784Z] [2023-09-08T19:34:06.784Z] [INFO] [2023-09-08T19:34:06.784Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.apache.lucene.analysis-common --- [2023-09-08T19:34:06.784Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analysis-common_9.4.2/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.lucene.analysis-common/9.4.2-SNAPSHOT/org.apache.lucene.analysis-common-9.4.2-SNAPSHOT.pom [2023-09-08T19:34:06.784Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analysis-common_9.4.2/target/org.apache.lucene.analysis-common-9.4.2-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.lucene.analysis-common/9.4.2-SNAPSHOT/org.apache.lucene.analysis-common-9.4.2-SNAPSHOT.jar [2023-09-08T19:34:06.784Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analysis-common_9.4.2/target/org.apache.lucene.analysis-common-9.4.2-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.lucene.analysis-common/9.4.2-SNAPSHOT/org.apache.lucene.analysis-common-9.4.2-SNAPSHOT-sources.jar [2023-09-08T19:34:06.784Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analysis-common_9.4.2/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.lucene.analysis-common/9.4.2-SNAPSHOT/org.apache.lucene.analysis-common-9.4.2-SNAPSHOT-p2metadata.xml [2023-09-08T19:34:06.784Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analysis-common_9.4.2/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.lucene.analysis-common/9.4.2-SNAPSHOT/org.apache.lucene.analysis-common-9.4.2-SNAPSHOT-p2artifacts.xml [2023-09-08T19:34:06.784Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analysis-common_9.4.2/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.lucene.analysis-common/9.4.2-SNAPSHOT/org.apache.lucene.analysis-common-9.4.2-SNAPSHOT-p2metadata.xml [2023-09-08T19:34:06.784Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analysis-common_9.4.2/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.lucene.analysis-common/9.4.2-SNAPSHOT/org.apache.lucene.analysis-common-9.4.2-SNAPSHOT-p2artifacts.xml [2023-09-08T19:34:06.784Z] [INFO] [2023-09-08T19:34:07.047Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.lucene.analysis-common --- [2023-09-08T19:34:07.047Z] [INFO] [2023-09-08T19:34:07.047Z] [INFO] ----< org.eclipse.orbit.bundles:org.apache.lucene.analysis-smartcn >---- [2023-09-08T19:34:07.047Z] [INFO] Building Lucene Smart Chinese Analyzer 9.4.2 9.4.2-SNAPSHOT [113/375] [2023-09-08T19:34:07.047Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:34:07.047Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/lucene/lucene-analysis-smartcn/9.4.2/lucene-analysis-smartcn-9.4.2.pom [2023-09-08T19:34:07.047Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-analysis-smartcn/9.4.2/lucene-analysis-smartcn-9.4.2.pom [2023-09-08T19:34:07.047Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-analysis-smartcn/9.4.2/lucene-analysis-smartcn-9.4.2.pom (2.6 kB at 92 kB/s) [2023-09-08T19:34:07.047Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/lucene/lucene-analysis-smartcn/9.4.2/lucene-analysis-smartcn-9.4.2.jar [2023-09-08T19:34:07.047Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-analysis-smartcn/9.4.2/lucene-analysis-smartcn-9.4.2.jar [2023-09-08T19:34:07.047Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-analysis-smartcn/9.4.2/lucene-analysis-smartcn-9.4.2.jar (3.6 MB at 43 MB/s) [2023-09-08T19:34:07.047Z] [INFO] [2023-09-08T19:34:07.047Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.lucene.analysis-smartcn --- [2023-09-08T19:34:07.047Z] [INFO] [2023-09-08T19:34:07.047Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.lucene.analysis-smartcn --- [2023-09-08T19:34:07.047Z] [INFO] The project's OSGi version is 9.4.2.v20221211-0752 [2023-09-08T19:34:07.047Z] [INFO] [2023-09-08T19:34:07.047Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.lucene.analysis-smartcn --- [2023-09-08T19:34:07.047Z] [INFO] [2023-09-08T19:34:07.047Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.lucene.analysis-smartcn --- [2023-09-08T19:34:07.047Z] [INFO] Copying 3 resources [2023-09-08T19:34:07.047Z] [INFO] [2023-09-08T19:34:07.047Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.lucene.analysis-smartcn --- [2023-09-08T19:34:07.047Z] [INFO] No sources to compile [2023-09-08T19:34:07.047Z] [INFO] [2023-09-08T19:34:07.047Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.lucene.analysis-smartcn --- [2023-09-08T19:34:07.047Z] [INFO] Gathering dependencies [2023-09-08T19:34:07.047Z] [INFO] Configured Artifact: org.apache.lucene:lucene-analysis-smartcn:9.4.2:jar [2023-09-08T19:34:07.047Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/lucene/lucene-analysis-smartcn/9.4.2/lucene-analysis-smartcn-9.4.2.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analysis-smartcn_9.4.2/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:34:07.304Z] [INFO] Merging collected dependencies [2023-09-08T19:34:07.304Z] [INFO] Copying 27 resources [2023-09-08T19:34:07.304Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:34:07.304Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.lucene.analysis-smartcn:eclipse-bundle-recipe:9.4.2-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:34:07.304Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.lucene.analysis-smartcn:eclipse-bundle-recipe:9.4.2-SNAPSHOT : Host org.apache.lucene.core=bundle-version="[9.4.2,9.5)" for this fragment/require bundle cannot be found on the classpath [2023-09-08T19:34:07.304Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.lucene.analysis-smartcn:eclipse-bundle-recipe:9.4.2-SNAPSHOT : Host org.apache.lucene.analysis-common=bundle-version="[9.4.2,9.5)" for this fragment/require bundle cannot be found on the classpath [2023-09-08T19:34:07.304Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analysis-smartcn_9.4.2/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:34:07.304Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analysis-smartcn_9.4.2/target/org.apache.lucene.analysis-smartcn-9.4.2-SNAPSHOT.jar [2023-09-08T19:34:07.561Z] [INFO] Gathering sources [2023-09-08T19:34:07.561Z] [INFO] Configured Artifact: org.apache.lucene:lucene-analysis-smartcn:sources:9.4.2:jar [2023-09-08T19:34:07.561Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/lucene/lucene-analysis-smartcn/9.4.2/lucene-analysis-smartcn-9.4.2-sources.jar [2023-09-08T19:34:07.561Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-analysis-smartcn/9.4.2/lucene-analysis-smartcn-9.4.2-sources.jar [2023-09-08T19:34:07.561Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/lucene/lucene-analysis-smartcn/9.4.2/lucene-analysis-smartcn-9.4.2-sources.jar (49 kB at 1.2 MB/s) [2023-09-08T19:34:07.561Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/lucene/lucene-analysis-smartcn/9.4.2/lucene-analysis-smartcn-9.4.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analysis-smartcn_9.4.2/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:34:07.561Z] [INFO] Copying 3 resources [2023-09-08T19:34:07.561Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analysis-smartcn_9.4.2/src/main/java [2023-09-08T19:34:07.561Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analysis-smartcn_9.4.2/target/org.apache.lucene.analysis-smartcn-9.4.2-SNAPSHOT-sources.jar [2023-09-08T19:34:07.561Z] [INFO] Assembling p2 repository [2023-09-08T19:34:08.489Z] [INFO] [2023-09-08T19:34:08.489Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.lucene.analysis-smartcn --- [2023-09-08T19:34:08.489Z] [INFO] [2023-09-08T19:34:08.489Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.lucene.analysis-smartcn --- [2023-09-08T19:34:08.489Z] [INFO] Gathering sources archives [2023-09-08T19:34:08.489Z] [INFO] Configured Artifact: org.apache.lucene:lucene-analysis-smartcn:sources:9.4.2:jar [2023-09-08T19:34:08.489Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/lucene/lucene-analysis-smartcn/9.4.2/lucene-analysis-smartcn-9.4.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analysis-smartcn_9.4.2/target/sources-for-eclipse-ipzilla/lucene-analysis-smartcn-9.4.2-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:34:08.489Z] [INFO] Configured Artifact: org.apache.lucene:lucene-analysis-smartcn:sources:9.4.2:jar [2023-09-08T19:34:08.489Z] [INFO] Copying lucene-analysis-smartcn-9.4.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analysis-smartcn_9.4.2/target/sources-for-eclipse-ipzilla/lucene-analysis-smartcn-9.4.2-sources.jar [2023-09-08T19:34:08.489Z] [INFO] Refreshing about files and about.html [2023-09-08T19:34:08.489Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analysis-smartcn_9.4.2/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:34:08.489Z] [INFO] [2023-09-08T19:34:08.489Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.apache.lucene.analysis-smartcn --- [2023-09-08T19:34:08.747Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analysis-smartcn_9.4.2/target/org.apache.lucene.analysis-smartcn-9.4.2-SNAPSHOT.jar [2023-09-08T19:34:10.114Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analysis-smartcn_9.4.2/target/org.apache.lucene.analysis-smartcn-9.4.2-SNAPSHOT-sources.jar [2023-09-08T19:34:11.479Z] [INFO] [2023-09-08T19:34:11.479Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.lucene.analysis-smartcn --- [2023-09-08T19:34:11.736Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.apache.lucene.analysis-smartcn:9.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analysis-smartcn_9.4.2/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:34:11.736Z] no-classifier: different [2023-09-08T19:34:11.736Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:34:11.736Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:34:11.736Z] classifier-sources: different [2023-09-08T19:34:11.736Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:34:11.736Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:34:11.736Z] [2023-09-08T19:34:11.736Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.apache.lucene.analysis-smartcn:9.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analysis-smartcn_9.4.2/pom.xml [2023-09-08T19:34:11.736Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:34:11.736Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:34:11.736Z] [2023-09-08T19:34:11.736Z] [INFO] [2023-09-08T19:34:11.736Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.apache.lucene.analysis-smartcn --- [2023-09-08T19:34:11.736Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analysis-smartcn_9.4.2/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.lucene.analysis-smartcn/9.4.2-SNAPSHOT/org.apache.lucene.analysis-smartcn-9.4.2-SNAPSHOT.pom [2023-09-08T19:34:11.736Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analysis-smartcn_9.4.2/target/org.apache.lucene.analysis-smartcn-9.4.2-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.lucene.analysis-smartcn/9.4.2-SNAPSHOT/org.apache.lucene.analysis-smartcn-9.4.2-SNAPSHOT.jar [2023-09-08T19:34:11.736Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analysis-smartcn_9.4.2/target/org.apache.lucene.analysis-smartcn-9.4.2-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.lucene.analysis-smartcn/9.4.2-SNAPSHOT/org.apache.lucene.analysis-smartcn-9.4.2-SNAPSHOT-sources.jar [2023-09-08T19:34:11.736Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analysis-smartcn_9.4.2/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.lucene.analysis-smartcn/9.4.2-SNAPSHOT/org.apache.lucene.analysis-smartcn-9.4.2-SNAPSHOT-p2metadata.xml [2023-09-08T19:34:11.736Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analysis-smartcn_9.4.2/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.lucene.analysis-smartcn/9.4.2-SNAPSHOT/org.apache.lucene.analysis-smartcn-9.4.2-SNAPSHOT-p2artifacts.xml [2023-09-08T19:34:11.736Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analysis-smartcn_9.4.2/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.lucene.analysis-smartcn/9.4.2-SNAPSHOT/org.apache.lucene.analysis-smartcn-9.4.2-SNAPSHOT-p2metadata.xml [2023-09-08T19:34:11.736Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/lucene/org.apache.lucene.analysis-smartcn_9.4.2/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.lucene.analysis-smartcn/9.4.2-SNAPSHOT/org.apache.lucene.analysis-smartcn-9.4.2-SNAPSHOT-p2artifacts.xml [2023-09-08T19:34:11.736Z] [INFO] [2023-09-08T19:34:11.736Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.lucene.analysis-smartcn --- [2023-09-08T19:34:11.736Z] [INFO] [2023-09-08T19:34:11.736Z] [INFO] ------------------< org.eclipse.orbit.bundles:maven >------------------- [2023-09-08T19:34:11.736Z] [INFO] Building Eclipse Orbit :: Apache Maven Recipes 1.0.0-SNAPSHOT [114/375] [2023-09-08T19:34:11.736Z] [INFO] --------------------------------[ pom ]--------------------------------- [2023-09-08T19:34:11.736Z] [INFO] [2023-09-08T19:34:11.736Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ maven --- [2023-09-08T19:34:11.736Z] [INFO] [2023-09-08T19:34:11.736Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ maven --- [2023-09-08T19:34:11.736Z] [INFO] [2023-09-08T19:34:11.737Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ maven --- [2023-09-08T19:34:11.737Z] [INFO] [2023-09-08T19:34:11.737Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ maven --- [2023-09-08T19:34:11.737Z] [INFO] [2023-09-08T19:34:11.737Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ maven --- [2023-09-08T19:34:11.737Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/maven/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/maven/1.0.0-SNAPSHOT/maven-1.0.0-SNAPSHOT.pom [2023-09-08T19:34:11.737Z] [INFO] [2023-09-08T19:34:11.737Z] [INFO] --------------< org.eclipse.orbit.bundles:maven-resolver >-------------- [2023-09-08T19:34:11.737Z] [INFO] Building Eclipse Orbit :: Apache Maven Resolver (ex-Eclipse Aether) Recipes 1.0.0-SNAPSHOT [115/375] [2023-09-08T19:34:11.737Z] [INFO] --------------------------------[ pom ]--------------------------------- [2023-09-08T19:34:11.737Z] [INFO] [2023-09-08T19:34:11.737Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ maven-resolver --- [2023-09-08T19:34:11.737Z] [INFO] [2023-09-08T19:34:11.737Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ maven-resolver --- [2023-09-08T19:34:11.737Z] [INFO] [2023-09-08T19:34:11.737Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ maven-resolver --- [2023-09-08T19:34:11.737Z] [INFO] [2023-09-08T19:34:11.737Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ maven-resolver --- [2023-09-08T19:34:11.737Z] [INFO] [2023-09-08T19:34:11.737Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ maven-resolver --- [2023-09-08T19:34:11.737Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/maven-resolver/1.0.0-SNAPSHOT/maven-resolver-1.0.0-SNAPSHOT.pom [2023-09-08T19:34:11.737Z] [INFO] [2023-09-08T19:34:11.737Z] [INFO] ------< org.eclipse.orbit.bundles:org.apache.maven.resolver.api >------- [2023-09-08T19:34:11.737Z] [INFO] Building Maven Artifact Resolver API 1.0.3-SNAPSHOT [116/375] [2023-09-08T19:34:11.737Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:34:11.737Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/maven/resolver/maven-resolver-api/1.0.3/maven-resolver-api-1.0.3.pom [2023-09-08T19:34:11.737Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.0.3/maven-resolver-api-1.0.3.pom [2023-09-08T19:34:11.737Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.0.3/maven-resolver-api-1.0.3.pom (1.7 kB at 145 kB/s) [2023-09-08T19:34:11.737Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/maven/resolver/maven-resolver/1.0.3/maven-resolver-1.0.3.pom [2023-09-08T19:34:11.737Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver/1.0.3/maven-resolver-1.0.3.pom [2023-09-08T19:34:11.737Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver/1.0.3/maven-resolver-1.0.3.pom (15 kB at 1.3 MB/s) [2023-09-08T19:34:11.737Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/maven/resolver/maven-resolver-api/1.0.3/maven-resolver-api-1.0.3.jar [2023-09-08T19:34:11.737Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.0.3/maven-resolver-api-1.0.3.jar [2023-09-08T19:34:11.737Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.0.3/maven-resolver-api-1.0.3.jar (146 kB at 4.2 MB/s) [2023-09-08T19:34:11.737Z] [INFO] [2023-09-08T19:34:11.737Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.maven.resolver.api --- [2023-09-08T19:34:11.737Z] [INFO] [2023-09-08T19:34:11.737Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.maven.resolver.api --- [2023-09-08T19:34:11.737Z] [INFO] The project's OSGi version is 1.0.3.v20170405-0725 [2023-09-08T19:34:11.737Z] [INFO] [2023-09-08T19:34:11.737Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.maven.resolver.api --- [2023-09-08T19:34:11.737Z] [INFO] [2023-09-08T19:34:11.737Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.maven.resolver.api --- [2023-09-08T19:34:11.737Z] [INFO] Copying 3 resources [2023-09-08T19:34:11.737Z] [INFO] [2023-09-08T19:34:11.737Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.maven.resolver.api --- [2023-09-08T19:34:11.737Z] [INFO] No sources to compile [2023-09-08T19:34:11.737Z] [INFO] [2023-09-08T19:34:11.737Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.maven.resolver.api --- [2023-09-08T19:34:11.737Z] [INFO] Gathering dependencies [2023-09-08T19:34:11.737Z] [INFO] Configured Artifact: org.apache.maven.resolver:maven-resolver-api:1.0.3:jar [2023-09-08T19:34:11.737Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/maven/resolver/maven-resolver-api/1.0.3/maven-resolver-api-1.0.3.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.api_1.0.3/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:34:11.737Z] [INFO] Merging collected dependencies [2023-09-08T19:34:11.737Z] [INFO] Copying 132 resources [2023-09-08T19:34:11.737Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:34:11.993Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.api_1.0.3/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:34:11.993Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.api_1.0.3/target/org.apache.maven.resolver.api-1.0.3-SNAPSHOT.jar [2023-09-08T19:34:11.993Z] [INFO] Gathering sources [2023-09-08T19:34:11.993Z] [INFO] Configured Artifact: org.apache.maven.resolver:maven-resolver-api:sources:1.0.3:jar [2023-09-08T19:34:11.993Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/maven/resolver/maven-resolver-api/1.0.3/maven-resolver-api-1.0.3-sources.jar [2023-09-08T19:34:11.993Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.0.3/maven-resolver-api-1.0.3-sources.jar [2023-09-08T19:34:11.993Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-api/1.0.3/maven-resolver-api-1.0.3-sources.jar (194 kB at 5.5 MB/s) [2023-09-08T19:34:11.993Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/maven/resolver/maven-resolver-api/1.0.3/maven-resolver-api-1.0.3-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.api_1.0.3/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:34:11.993Z] [INFO] Copying 3 resources [2023-09-08T19:34:11.993Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.api_1.0.3/src/main/java [2023-09-08T19:34:11.993Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.api_1.0.3/target/org.apache.maven.resolver.api-1.0.3-SNAPSHOT-sources.jar [2023-09-08T19:34:12.255Z] [INFO] Assembling p2 repository [2023-09-08T19:34:12.830Z] [INFO] [2023-09-08T19:34:12.830Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.maven.resolver.api --- [2023-09-08T19:34:12.830Z] [INFO] [2023-09-08T19:34:12.830Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.maven.resolver.api --- [2023-09-08T19:34:12.830Z] [INFO] Gathering sources archives [2023-09-08T19:34:13.086Z] [INFO] Configured Artifact: org.apache.maven.resolver:maven-resolver-api:sources:1.0.3:jar [2023-09-08T19:34:13.086Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/maven/resolver/maven-resolver-api/1.0.3/maven-resolver-api-1.0.3-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.api_1.0.3/target/sources-for-eclipse-ipzilla/maven-resolver-api-1.0.3-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:34:13.086Z] [INFO] Configured Artifact: org.apache.maven.resolver:maven-resolver-api:sources:1.0.3:jar [2023-09-08T19:34:13.086Z] [INFO] Copying maven-resolver-api-1.0.3-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.api_1.0.3/target/sources-for-eclipse-ipzilla/maven-resolver-api-1.0.3-sources.jar [2023-09-08T19:34:13.086Z] [INFO] Refreshing about files and about.html [2023-09-08T19:34:13.086Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.api_1.0.3/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:34:13.086Z] [INFO] [2023-09-08T19:34:13.086Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.apache.maven.resolver.api --- [2023-09-08T19:34:13.086Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.api_1.0.3/target/org.apache.maven.resolver.api-1.0.3-SNAPSHOT.jar [2023-09-08T19:34:14.451Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.api_1.0.3/target/org.apache.maven.resolver.api-1.0.3-SNAPSHOT-sources.jar [2023-09-08T19:34:15.377Z] [INFO] [2023-09-08T19:34:15.377Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.maven.resolver.api --- [2023-09-08T19:34:15.634Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.apache.maven.resolver.api:1.0.3-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.api_1.0.3/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:34:15.634Z] no-classifier: different [2023-09-08T19:34:15.634Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:34:15.634Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:34:15.634Z] META-INF/MANIFEST.MF: different [2023-09-08T19:34:15.634Z] Automatic-Module-Name: not present in baseline version [2023-09-08T19:34:15.634Z] classifier-sources: different [2023-09-08T19:34:15.634Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:34:15.634Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:34:15.634Z] [2023-09-08T19:34:15.634Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.apache.maven.resolver.api:1.0.3-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.api_1.0.3/pom.xml [2023-09-08T19:34:15.635Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:34:15.635Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:34:15.635Z] [2023-09-08T19:34:15.635Z] [INFO] [2023-09-08T19:34:15.635Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.apache.maven.resolver.api --- [2023-09-08T19:34:15.635Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.api_1.0.3/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.maven.resolver.api/1.0.3-SNAPSHOT/org.apache.maven.resolver.api-1.0.3-SNAPSHOT.pom [2023-09-08T19:34:15.635Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.api_1.0.3/target/org.apache.maven.resolver.api-1.0.3-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.maven.resolver.api/1.0.3-SNAPSHOT/org.apache.maven.resolver.api-1.0.3-SNAPSHOT.jar [2023-09-08T19:34:15.635Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.api_1.0.3/target/org.apache.maven.resolver.api-1.0.3-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.maven.resolver.api/1.0.3-SNAPSHOT/org.apache.maven.resolver.api-1.0.3-SNAPSHOT-sources.jar [2023-09-08T19:34:15.635Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.api_1.0.3/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.maven.resolver.api/1.0.3-SNAPSHOT/org.apache.maven.resolver.api-1.0.3-SNAPSHOT-p2metadata.xml [2023-09-08T19:34:15.635Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.api_1.0.3/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.maven.resolver.api/1.0.3-SNAPSHOT/org.apache.maven.resolver.api-1.0.3-SNAPSHOT-p2artifacts.xml [2023-09-08T19:34:15.635Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.api_1.0.3/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.maven.resolver.api/1.0.3-SNAPSHOT/org.apache.maven.resolver.api-1.0.3-SNAPSHOT-p2metadata.xml [2023-09-08T19:34:15.635Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.api_1.0.3/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.maven.resolver.api/1.0.3-SNAPSHOT/org.apache.maven.resolver.api-1.0.3-SNAPSHOT-p2artifacts.xml [2023-09-08T19:34:15.635Z] [INFO] [2023-09-08T19:34:15.635Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.maven.resolver.api --- [2023-09-08T19:34:15.635Z] [INFO] [2023-09-08T19:34:15.635Z] [INFO] --< org.eclipse.orbit.bundles:org.apache.maven.resolver.connector.basic >-- [2023-09-08T19:34:15.635Z] [INFO] Building Maven Artifact Resolver Connector Basic 1.0.3-SNAPSHOT [117/375] [2023-09-08T19:34:15.635Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:34:15.635Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/maven/resolver/maven-resolver-connector-basic/1.0.3/maven-resolver-connector-basic-1.0.3.pom [2023-09-08T19:34:15.635Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-connector-basic/1.0.3/maven-resolver-connector-basic-1.0.3.pom [2023-09-08T19:34:15.635Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-connector-basic/1.0.3/maven-resolver-connector-basic-1.0.3.pom (2.9 kB at 100 kB/s) [2023-09-08T19:34:15.635Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/maven/resolver/maven-resolver-spi/1.0.3/maven-resolver-spi-1.0.3.pom [2023-09-08T19:34:15.635Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-spi/1.0.3/maven-resolver-spi-1.0.3.pom [2023-09-08T19:34:15.635Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-spi/1.0.3/maven-resolver-spi-1.0.3.pom (1.9 kB at 146 kB/s) [2023-09-08T19:34:15.635Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/maven/resolver/maven-resolver-util/1.0.3/maven-resolver-util-1.0.3.pom [2023-09-08T19:34:15.635Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.0.3/maven-resolver-util-1.0.3.pom [2023-09-08T19:34:15.635Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.0.3/maven-resolver-util-1.0.3.pom (2.1 kB at 187 kB/s) [2023-09-08T19:34:15.635Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/maven/resolver/maven-resolver-connector-basic/1.0.3/maven-resolver-connector-basic-1.0.3.jar [2023-09-08T19:34:15.635Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/maven/resolver/maven-resolver-util/1.0.3/maven-resolver-util-1.0.3.jar [2023-09-08T19:34:15.635Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/maven/resolver/maven-resolver-spi/1.0.3/maven-resolver-spi-1.0.3.jar [2023-09-08T19:34:15.635Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-connector-basic/1.0.3/maven-resolver-connector-basic-1.0.3.jar [2023-09-08T19:34:15.635Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.0.3/maven-resolver-util-1.0.3.jar [2023-09-08T19:34:15.635Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-spi/1.0.3/maven-resolver-spi-1.0.3.jar [2023-09-08T19:34:15.635Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-spi/1.0.3/maven-resolver-spi-1.0.3.jar (36 kB at 2.5 MB/s) [2023-09-08T19:34:15.635Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.0.3/maven-resolver-util-1.0.3.jar (159 kB at 9.4 MB/s) [2023-09-08T19:34:15.635Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-connector-basic/1.0.3/maven-resolver-connector-basic-1.0.3.jar (42 kB at 1.4 MB/s) [2023-09-08T19:34:15.635Z] [INFO] [2023-09-08T19:34:15.635Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.maven.resolver.connector.basic --- [2023-09-08T19:34:15.635Z] [INFO] [2023-09-08T19:34:15.635Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.maven.resolver.connector.basic --- [2023-09-08T19:34:15.635Z] [INFO] The project's OSGi version is 1.0.3.v20170405-0725 [2023-09-08T19:34:15.635Z] [INFO] [2023-09-08T19:34:15.635Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.maven.resolver.connector.basic --- [2023-09-08T19:34:15.635Z] [INFO] [2023-09-08T19:34:15.635Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.maven.resolver.connector.basic --- [2023-09-08T19:34:15.635Z] [INFO] Copying 3 resources [2023-09-08T19:34:15.635Z] [INFO] [2023-09-08T19:34:15.635Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.maven.resolver.connector.basic --- [2023-09-08T19:34:15.635Z] [INFO] No sources to compile [2023-09-08T19:34:15.635Z] [INFO] [2023-09-08T19:34:15.635Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.maven.resolver.connector.basic --- [2023-09-08T19:34:15.635Z] [INFO] Gathering dependencies [2023-09-08T19:34:15.635Z] [INFO] Configured Artifact: org.apache.maven.resolver:maven-resolver-connector-basic:1.0.3:jar [2023-09-08T19:34:15.635Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/maven/resolver/maven-resolver-connector-basic/1.0.3/maven-resolver-connector-basic-1.0.3.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.connector.basic_1.0.3/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:34:15.635Z] [INFO] Merging collected dependencies [2023-09-08T19:34:15.635Z] [INFO] Copying 24 resources [2023-09-08T19:34:15.635Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:34:15.635Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.connector.basic_1.0.3/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:34:15.635Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.connector.basic_1.0.3/target/org.apache.maven.resolver.connector.basic-1.0.3-SNAPSHOT.jar [2023-09-08T19:34:15.892Z] [INFO] Gathering sources [2023-09-08T19:34:15.892Z] [INFO] Configured Artifact: org.apache.maven.resolver:maven-resolver-connector-basic:sources:1.0.3:jar [2023-09-08T19:34:15.892Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/maven/resolver/maven-resolver-connector-basic/1.0.3/maven-resolver-connector-basic-1.0.3-sources.jar [2023-09-08T19:34:15.892Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-connector-basic/1.0.3/maven-resolver-connector-basic-1.0.3-sources.jar [2023-09-08T19:34:15.892Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-connector-basic/1.0.3/maven-resolver-connector-basic-1.0.3-sources.jar (23 kB at 502 kB/s) [2023-09-08T19:34:15.892Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/maven/resolver/maven-resolver-connector-basic/1.0.3/maven-resolver-connector-basic-1.0.3-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.connector.basic_1.0.3/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:34:15.892Z] [INFO] Copying 3 resources [2023-09-08T19:34:15.892Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.connector.basic_1.0.3/src/main/java [2023-09-08T19:34:15.892Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.connector.basic_1.0.3/target/org.apache.maven.resolver.connector.basic-1.0.3-SNAPSHOT-sources.jar [2023-09-08T19:34:15.892Z] [INFO] Assembling p2 repository [2023-09-08T19:34:16.457Z] [INFO] [2023-09-08T19:34:16.457Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.maven.resolver.connector.basic --- [2023-09-08T19:34:16.457Z] [INFO] [2023-09-08T19:34:16.457Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.maven.resolver.connector.basic --- [2023-09-08T19:34:16.457Z] [INFO] Gathering sources archives [2023-09-08T19:34:16.457Z] [INFO] Configured Artifact: org.apache.maven.resolver:maven-resolver-connector-basic:sources:1.0.3:jar [2023-09-08T19:34:16.457Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/maven/resolver/maven-resolver-connector-basic/1.0.3/maven-resolver-connector-basic-1.0.3-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.connector.basic_1.0.3/target/sources-for-eclipse-ipzilla/maven-resolver-connector-basic-1.0.3-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:34:16.457Z] [INFO] Configured Artifact: org.apache.maven.resolver:maven-resolver-connector-basic:sources:1.0.3:jar [2023-09-08T19:34:16.457Z] [INFO] Copying maven-resolver-connector-basic-1.0.3-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.connector.basic_1.0.3/target/sources-for-eclipse-ipzilla/maven-resolver-connector-basic-1.0.3-sources.jar [2023-09-08T19:34:16.457Z] [INFO] Refreshing about files and about.html [2023-09-08T19:34:16.457Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.connector.basic_1.0.3/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:34:16.457Z] [INFO] [2023-09-08T19:34:16.457Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.apache.maven.resolver.connector.basic --- [2023-09-08T19:34:16.457Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.connector.basic_1.0.3/target/org.apache.maven.resolver.connector.basic-1.0.3-SNAPSHOT.jar [2023-09-08T19:34:17.387Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.connector.basic_1.0.3/target/org.apache.maven.resolver.connector.basic-1.0.3-SNAPSHOT-sources.jar [2023-09-08T19:34:19.297Z] [INFO] [2023-09-08T19:34:19.297Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.maven.resolver.connector.basic --- [2023-09-08T19:34:19.554Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.apache.maven.resolver.connector.basic:1.0.3-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.connector.basic_1.0.3/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:34:19.554Z] no-classifier: different [2023-09-08T19:34:19.554Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:34:19.554Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:34:19.554Z] META-INF/MANIFEST.MF: different [2023-09-08T19:34:19.554Z] Automatic-Module-Name: not present in baseline version [2023-09-08T19:34:19.554Z] classifier-sources: different [2023-09-08T19:34:19.554Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:34:19.554Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:34:19.554Z] [2023-09-08T19:34:19.554Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.apache.maven.resolver.connector.basic:1.0.3-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.connector.basic_1.0.3/pom.xml [2023-09-08T19:34:19.554Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:34:19.554Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:34:19.554Z] [2023-09-08T19:34:19.554Z] [INFO] [2023-09-08T19:34:19.554Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.apache.maven.resolver.connector.basic --- [2023-09-08T19:34:19.554Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.connector.basic_1.0.3/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.maven.resolver.connector.basic/1.0.3-SNAPSHOT/org.apache.maven.resolver.connector.basic-1.0.3-SNAPSHOT.pom [2023-09-08T19:34:19.554Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.connector.basic_1.0.3/target/org.apache.maven.resolver.connector.basic-1.0.3-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.maven.resolver.connector.basic/1.0.3-SNAPSHOT/org.apache.maven.resolver.connector.basic-1.0.3-SNAPSHOT.jar [2023-09-08T19:34:19.554Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.connector.basic_1.0.3/target/org.apache.maven.resolver.connector.basic-1.0.3-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.maven.resolver.connector.basic/1.0.3-SNAPSHOT/org.apache.maven.resolver.connector.basic-1.0.3-SNAPSHOT-sources.jar [2023-09-08T19:34:19.554Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.connector.basic_1.0.3/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.maven.resolver.connector.basic/1.0.3-SNAPSHOT/org.apache.maven.resolver.connector.basic-1.0.3-SNAPSHOT-p2metadata.xml [2023-09-08T19:34:19.554Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.connector.basic_1.0.3/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.maven.resolver.connector.basic/1.0.3-SNAPSHOT/org.apache.maven.resolver.connector.basic-1.0.3-SNAPSHOT-p2artifacts.xml [2023-09-08T19:34:19.554Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.connector.basic_1.0.3/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.maven.resolver.connector.basic/1.0.3-SNAPSHOT/org.apache.maven.resolver.connector.basic-1.0.3-SNAPSHOT-p2metadata.xml [2023-09-08T19:34:19.554Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.connector.basic_1.0.3/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.maven.resolver.connector.basic/1.0.3-SNAPSHOT/org.apache.maven.resolver.connector.basic-1.0.3-SNAPSHOT-p2artifacts.xml [2023-09-08T19:34:19.554Z] [INFO] [2023-09-08T19:34:19.554Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.maven.resolver.connector.basic --- [2023-09-08T19:34:19.554Z] [INFO] [2023-09-08T19:34:19.554Z] [INFO] ------< org.eclipse.orbit.bundles:org.apache.maven.resolver.impl >------ [2023-09-08T19:34:19.554Z] [INFO] Building Maven Artifact Resolver Implementation 1.0.3-SNAPSHOT [118/375] [2023-09-08T19:34:19.554Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:34:19.554Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/maven/resolver/maven-resolver-impl/1.0.3/maven-resolver-impl-1.0.3.pom [2023-09-08T19:34:19.554Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-impl/1.0.3/maven-resolver-impl-1.0.3.pom [2023-09-08T19:34:19.554Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-impl/1.0.3/maven-resolver-impl-1.0.3.pom (3.2 kB at 270 kB/s) [2023-09-08T19:34:19.554Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/maven/resolver/maven-resolver-impl/1.0.3/maven-resolver-impl-1.0.3.jar [2023-09-08T19:34:19.554Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-impl/1.0.3/maven-resolver-impl-1.0.3.jar [2023-09-08T19:34:19.554Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-impl/1.0.3/maven-resolver-impl-1.0.3.jar (184 kB at 9.2 MB/s) [2023-09-08T19:34:19.554Z] [INFO] [2023-09-08T19:34:19.554Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.maven.resolver.impl --- [2023-09-08T19:34:19.554Z] [INFO] [2023-09-08T19:34:19.554Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.maven.resolver.impl --- [2023-09-08T19:34:19.554Z] [INFO] The project's OSGi version is 1.0.3.v20170405-0725 [2023-09-08T19:34:19.554Z] [INFO] [2023-09-08T19:34:19.554Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.maven.resolver.impl --- [2023-09-08T19:34:19.554Z] [INFO] [2023-09-08T19:34:19.554Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.maven.resolver.impl --- [2023-09-08T19:34:19.554Z] [INFO] Copying 3 resources [2023-09-08T19:34:19.554Z] [INFO] [2023-09-08T19:34:19.554Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.maven.resolver.impl --- [2023-09-08T19:34:19.554Z] [INFO] No sources to compile [2023-09-08T19:34:19.554Z] [INFO] [2023-09-08T19:34:19.554Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.maven.resolver.impl --- [2023-09-08T19:34:19.554Z] [INFO] Gathering dependencies [2023-09-08T19:34:19.554Z] [INFO] Configured Artifact: org.apache.maven.resolver:maven-resolver-impl:1.0.3:jar [2023-09-08T19:34:19.554Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/maven/resolver/maven-resolver-impl/1.0.3/maven-resolver-impl-1.0.3.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.impl_1.0.3/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:34:19.554Z] [INFO] Merging collected dependencies [2023-09-08T19:34:19.554Z] [INFO] Copying 101 resources [2023-09-08T19:34:19.554Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:34:19.555Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.impl_1.0.3/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:34:19.555Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.impl_1.0.3/target/org.apache.maven.resolver.impl-1.0.3-SNAPSHOT.jar [2023-09-08T19:34:19.810Z] [INFO] Gathering sources [2023-09-08T19:34:19.810Z] [INFO] Configured Artifact: org.apache.maven.resolver:maven-resolver-impl:sources:1.0.3:jar [2023-09-08T19:34:19.810Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/maven/resolver/maven-resolver-impl/1.0.3/maven-resolver-impl-1.0.3-sources.jar [2023-09-08T19:34:19.810Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-impl/1.0.3/maven-resolver-impl-1.0.3-sources.jar [2023-09-08T19:34:20.069Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-impl/1.0.3/maven-resolver-impl-1.0.3-sources.jar (128 kB at 3.1 MB/s) [2023-09-08T19:34:20.069Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/maven/resolver/maven-resolver-impl/1.0.3/maven-resolver-impl-1.0.3-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.impl_1.0.3/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:34:20.069Z] [INFO] Copying 3 resources [2023-09-08T19:34:20.069Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.impl_1.0.3/src/main/java [2023-09-08T19:34:20.069Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.impl_1.0.3/target/org.apache.maven.resolver.impl-1.0.3-SNAPSHOT-sources.jar [2023-09-08T19:34:20.069Z] [INFO] Assembling p2 repository [2023-09-08T19:34:20.632Z] [INFO] [2023-09-08T19:34:20.632Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.maven.resolver.impl --- [2023-09-08T19:34:20.632Z] [INFO] [2023-09-08T19:34:20.632Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.maven.resolver.impl --- [2023-09-08T19:34:20.632Z] [INFO] Gathering sources archives [2023-09-08T19:34:20.632Z] [INFO] Configured Artifact: org.apache.maven.resolver:maven-resolver-impl:sources:1.0.3:jar [2023-09-08T19:34:20.632Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/maven/resolver/maven-resolver-impl/1.0.3/maven-resolver-impl-1.0.3-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.impl_1.0.3/target/sources-for-eclipse-ipzilla/maven-resolver-impl-1.0.3-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:34:20.632Z] [INFO] Configured Artifact: org.apache.maven.resolver:maven-resolver-impl:sources:1.0.3:jar [2023-09-08T19:34:20.632Z] [INFO] Copying maven-resolver-impl-1.0.3-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.impl_1.0.3/target/sources-for-eclipse-ipzilla/maven-resolver-impl-1.0.3-sources.jar [2023-09-08T19:34:20.632Z] [INFO] Refreshing about files and about.html [2023-09-08T19:34:20.632Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.impl_1.0.3/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:34:20.632Z] [INFO] [2023-09-08T19:34:20.632Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.apache.maven.resolver.impl --- [2023-09-08T19:34:20.632Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.impl_1.0.3/target/org.apache.maven.resolver.impl-1.0.3-SNAPSHOT.jar [2023-09-08T19:34:22.011Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.impl_1.0.3/target/org.apache.maven.resolver.impl-1.0.3-SNAPSHOT-sources.jar [2023-09-08T19:34:23.903Z] [INFO] [2023-09-08T19:34:23.903Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.maven.resolver.impl --- [2023-09-08T19:34:24.160Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.apache.maven.resolver.impl:1.0.3-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.impl_1.0.3/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:34:24.160Z] no-classifier: different [2023-09-08T19:34:24.160Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:34:24.160Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:34:24.160Z] META-INF/MANIFEST.MF: different [2023-09-08T19:34:24.160Z] Automatic-Module-Name: not present in baseline version [2023-09-08T19:34:24.160Z] classifier-sources: different [2023-09-08T19:34:24.160Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:34:24.160Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:34:24.160Z] [2023-09-08T19:34:24.160Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.apache.maven.resolver.impl:1.0.3-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.impl_1.0.3/pom.xml [2023-09-08T19:34:24.160Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:34:24.160Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:34:24.160Z] [2023-09-08T19:34:24.160Z] [INFO] [2023-09-08T19:34:24.160Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.apache.maven.resolver.impl --- [2023-09-08T19:34:24.160Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.impl_1.0.3/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.maven.resolver.impl/1.0.3-SNAPSHOT/org.apache.maven.resolver.impl-1.0.3-SNAPSHOT.pom [2023-09-08T19:34:24.160Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.impl_1.0.3/target/org.apache.maven.resolver.impl-1.0.3-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.maven.resolver.impl/1.0.3-SNAPSHOT/org.apache.maven.resolver.impl-1.0.3-SNAPSHOT.jar [2023-09-08T19:34:24.160Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.impl_1.0.3/target/org.apache.maven.resolver.impl-1.0.3-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.maven.resolver.impl/1.0.3-SNAPSHOT/org.apache.maven.resolver.impl-1.0.3-SNAPSHOT-sources.jar [2023-09-08T19:34:24.160Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.impl_1.0.3/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.maven.resolver.impl/1.0.3-SNAPSHOT/org.apache.maven.resolver.impl-1.0.3-SNAPSHOT-p2metadata.xml [2023-09-08T19:34:24.160Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.impl_1.0.3/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.maven.resolver.impl/1.0.3-SNAPSHOT/org.apache.maven.resolver.impl-1.0.3-SNAPSHOT-p2artifacts.xml [2023-09-08T19:34:24.160Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.impl_1.0.3/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.maven.resolver.impl/1.0.3-SNAPSHOT/org.apache.maven.resolver.impl-1.0.3-SNAPSHOT-p2metadata.xml [2023-09-08T19:34:24.160Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.impl_1.0.3/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.maven.resolver.impl/1.0.3-SNAPSHOT/org.apache.maven.resolver.impl-1.0.3-SNAPSHOT-p2artifacts.xml [2023-09-08T19:34:24.160Z] [INFO] [2023-09-08T19:34:24.160Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.maven.resolver.impl --- [2023-09-08T19:34:24.160Z] [INFO] [2023-09-08T19:34:24.160Z] [INFO] ------< org.eclipse.orbit.bundles:org.apache.maven.resolver.spi >------- [2023-09-08T19:34:24.160Z] [INFO] Building Maven Artifact Resolver SPI 1.0.3-SNAPSHOT [119/375] [2023-09-08T19:34:24.160Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:34:24.160Z] [INFO] [2023-09-08T19:34:24.160Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.maven.resolver.spi --- [2023-09-08T19:34:24.160Z] [INFO] [2023-09-08T19:34:24.160Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.maven.resolver.spi --- [2023-09-08T19:34:24.161Z] [INFO] The project's OSGi version is 1.0.3.v20170405-0725 [2023-09-08T19:34:24.161Z] [INFO] [2023-09-08T19:34:24.161Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.maven.resolver.spi --- [2023-09-08T19:34:24.161Z] [INFO] [2023-09-08T19:34:24.161Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.maven.resolver.spi --- [2023-09-08T19:34:24.161Z] [INFO] Copying 3 resources [2023-09-08T19:34:24.161Z] [INFO] [2023-09-08T19:34:24.161Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.maven.resolver.spi --- [2023-09-08T19:34:24.161Z] [INFO] No sources to compile [2023-09-08T19:34:24.161Z] [INFO] [2023-09-08T19:34:24.161Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.maven.resolver.spi --- [2023-09-08T19:34:24.161Z] [INFO] Gathering dependencies [2023-09-08T19:34:24.161Z] [INFO] Configured Artifact: org.apache.maven.resolver:maven-resolver-spi:1.0.3:jar [2023-09-08T19:34:24.161Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/maven/resolver/maven-resolver-spi/1.0.3/maven-resolver-spi-1.0.3.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.spi_1.0.3/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:34:24.161Z] [INFO] Merging collected dependencies [2023-09-08T19:34:24.161Z] [INFO] Copying 38 resources [2023-09-08T19:34:24.161Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:34:24.161Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.spi_1.0.3/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:34:24.161Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.spi_1.0.3/target/org.apache.maven.resolver.spi-1.0.3-SNAPSHOT.jar [2023-09-08T19:34:24.161Z] [INFO] Gathering sources [2023-09-08T19:34:24.161Z] [INFO] Configured Artifact: org.apache.maven.resolver:maven-resolver-spi:sources:1.0.3:jar [2023-09-08T19:34:24.161Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/maven/resolver/maven-resolver-spi/1.0.3/maven-resolver-spi-1.0.3-sources.jar [2023-09-08T19:34:24.161Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-spi/1.0.3/maven-resolver-spi-1.0.3-sources.jar [2023-09-08T19:34:24.418Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-spi/1.0.3/maven-resolver-spi-1.0.3-sources.jar (58 kB at 1.2 MB/s) [2023-09-08T19:34:24.418Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/maven/resolver/maven-resolver-spi/1.0.3/maven-resolver-spi-1.0.3-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.spi_1.0.3/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:34:24.418Z] [INFO] Copying 3 resources [2023-09-08T19:34:24.418Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.spi_1.0.3/src/main/java [2023-09-08T19:34:24.418Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.spi_1.0.3/target/org.apache.maven.resolver.spi-1.0.3-SNAPSHOT-sources.jar [2023-09-08T19:34:24.418Z] [INFO] Assembling p2 repository [2023-09-08T19:34:24.982Z] [INFO] [2023-09-08T19:34:24.982Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.maven.resolver.spi --- [2023-09-08T19:34:24.982Z] [INFO] [2023-09-08T19:34:24.982Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.maven.resolver.spi --- [2023-09-08T19:34:24.982Z] [INFO] Gathering sources archives [2023-09-08T19:34:24.982Z] [INFO] Configured Artifact: org.apache.maven.resolver:maven-resolver-spi:sources:1.0.3:jar [2023-09-08T19:34:24.982Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/maven/resolver/maven-resolver-spi/1.0.3/maven-resolver-spi-1.0.3-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.spi_1.0.3/target/sources-for-eclipse-ipzilla/maven-resolver-spi-1.0.3-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:34:24.982Z] [INFO] Configured Artifact: org.apache.maven.resolver:maven-resolver-spi:sources:1.0.3:jar [2023-09-08T19:34:24.982Z] [INFO] Copying maven-resolver-spi-1.0.3-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.spi_1.0.3/target/sources-for-eclipse-ipzilla/maven-resolver-spi-1.0.3-sources.jar [2023-09-08T19:34:24.982Z] [INFO] Refreshing about files and about.html [2023-09-08T19:34:24.982Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.spi_1.0.3/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:34:24.982Z] [INFO] [2023-09-08T19:34:24.982Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.apache.maven.resolver.spi --- [2023-09-08T19:34:24.982Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.spi_1.0.3/target/org.apache.maven.resolver.spi-1.0.3-SNAPSHOT.jar [2023-09-08T19:34:26.367Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.spi_1.0.3/target/org.apache.maven.resolver.spi-1.0.3-SNAPSHOT-sources.jar [2023-09-08T19:34:26.929Z] [INFO] [2023-09-08T19:34:26.929Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.maven.resolver.spi --- [2023-09-08T19:34:27.187Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.apache.maven.resolver.spi:1.0.3-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.spi_1.0.3/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:34:27.187Z] no-classifier: different [2023-09-08T19:34:27.187Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:34:27.187Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:34:27.187Z] META-INF/MANIFEST.MF: different [2023-09-08T19:34:27.187Z] Automatic-Module-Name: not present in baseline version [2023-09-08T19:34:27.187Z] classifier-sources: different [2023-09-08T19:34:27.187Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:34:27.187Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:34:27.187Z] [2023-09-08T19:34:27.187Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.apache.maven.resolver.spi:1.0.3-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.spi_1.0.3/pom.xml [2023-09-08T19:34:27.187Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:34:27.187Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:34:27.187Z] [2023-09-08T19:34:27.187Z] [INFO] [2023-09-08T19:34:27.187Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.apache.maven.resolver.spi --- [2023-09-08T19:34:27.187Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.spi_1.0.3/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.maven.resolver.spi/1.0.3-SNAPSHOT/org.apache.maven.resolver.spi-1.0.3-SNAPSHOT.pom [2023-09-08T19:34:27.187Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.spi_1.0.3/target/org.apache.maven.resolver.spi-1.0.3-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.maven.resolver.spi/1.0.3-SNAPSHOT/org.apache.maven.resolver.spi-1.0.3-SNAPSHOT.jar [2023-09-08T19:34:27.187Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.spi_1.0.3/target/org.apache.maven.resolver.spi-1.0.3-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.maven.resolver.spi/1.0.3-SNAPSHOT/org.apache.maven.resolver.spi-1.0.3-SNAPSHOT-sources.jar [2023-09-08T19:34:27.187Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.spi_1.0.3/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.maven.resolver.spi/1.0.3-SNAPSHOT/org.apache.maven.resolver.spi-1.0.3-SNAPSHOT-p2metadata.xml [2023-09-08T19:34:27.187Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.spi_1.0.3/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.maven.resolver.spi/1.0.3-SNAPSHOT/org.apache.maven.resolver.spi-1.0.3-SNAPSHOT-p2artifacts.xml [2023-09-08T19:34:27.187Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.spi_1.0.3/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.maven.resolver.spi/1.0.3-SNAPSHOT/org.apache.maven.resolver.spi-1.0.3-SNAPSHOT-p2metadata.xml [2023-09-08T19:34:27.187Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.spi_1.0.3/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.maven.resolver.spi/1.0.3-SNAPSHOT/org.apache.maven.resolver.spi-1.0.3-SNAPSHOT-p2artifacts.xml [2023-09-08T19:34:27.187Z] [INFO] [2023-09-08T19:34:27.187Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.maven.resolver.spi --- [2023-09-08T19:34:27.187Z] [INFO] [2023-09-08T19:34:27.187Z] [INFO] --< org.eclipse.orbit.bundles:org.apache.maven.resolver.transport.file >-- [2023-09-08T19:34:27.187Z] [INFO] Building Maven Artifact Resolver Transport File 1.0.3-SNAPSHOT [120/375] [2023-09-08T19:34:27.187Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:34:27.187Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/maven/resolver/maven-resolver-transport-file/1.0.3/maven-resolver-transport-file-1.0.3.pom [2023-09-08T19:34:27.187Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-transport-file/1.0.3/maven-resolver-transport-file-1.0.3.pom [2023-09-08T19:34:27.187Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-transport-file/1.0.3/maven-resolver-transport-file-1.0.3.pom (2.9 kB at 103 kB/s) [2023-09-08T19:34:27.187Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/maven/resolver/maven-resolver-transport-file/1.0.3/maven-resolver-transport-file-1.0.3.jar [2023-09-08T19:34:27.444Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-transport-file/1.0.3/maven-resolver-transport-file-1.0.3.jar [2023-09-08T19:34:27.444Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-transport-file/1.0.3/maven-resolver-transport-file-1.0.3.jar (13 kB at 438 kB/s) [2023-09-08T19:34:27.444Z] [INFO] [2023-09-08T19:34:27.444Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.maven.resolver.transport.file --- [2023-09-08T19:34:27.444Z] [INFO] [2023-09-08T19:34:27.444Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.maven.resolver.transport.file --- [2023-09-08T19:34:27.444Z] [INFO] The project's OSGi version is 1.0.3.v20170405-0725 [2023-09-08T19:34:27.444Z] [INFO] [2023-09-08T19:34:27.444Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.maven.resolver.transport.file --- [2023-09-08T19:34:27.444Z] [INFO] [2023-09-08T19:34:27.444Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.maven.resolver.transport.file --- [2023-09-08T19:34:27.444Z] [INFO] Copying 3 resources [2023-09-08T19:34:27.444Z] [INFO] [2023-09-08T19:34:27.444Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.maven.resolver.transport.file --- [2023-09-08T19:34:27.444Z] [INFO] No sources to compile [2023-09-08T19:34:27.444Z] [INFO] [2023-09-08T19:34:27.444Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.maven.resolver.transport.file --- [2023-09-08T19:34:27.444Z] [INFO] Gathering dependencies [2023-09-08T19:34:27.444Z] [INFO] Configured Artifact: org.apache.maven.resolver:maven-resolver-transport-file:1.0.3:jar [2023-09-08T19:34:27.444Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/maven/resolver/maven-resolver-transport-file/1.0.3/maven-resolver-transport-file-1.0.3.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.transport.file_1.0.3/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:34:27.444Z] [INFO] Merging collected dependencies [2023-09-08T19:34:27.444Z] [INFO] Copying 9 resources [2023-09-08T19:34:27.444Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:34:27.444Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.transport.file_1.0.3/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:34:27.444Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.transport.file_1.0.3/target/org.apache.maven.resolver.transport.file-1.0.3-SNAPSHOT.jar [2023-09-08T19:34:27.444Z] [INFO] Gathering sources [2023-09-08T19:34:27.444Z] [INFO] Configured Artifact: org.apache.maven.resolver:maven-resolver-transport-file:sources:1.0.3:jar [2023-09-08T19:34:27.444Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/maven/resolver/maven-resolver-transport-file/1.0.3/maven-resolver-transport-file-1.0.3-sources.jar [2023-09-08T19:34:27.444Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-transport-file/1.0.3/maven-resolver-transport-file-1.0.3-sources.jar [2023-09-08T19:34:27.444Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-transport-file/1.0.3/maven-resolver-transport-file-1.0.3-sources.jar (12 kB at 283 kB/s) [2023-09-08T19:34:27.444Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/maven/resolver/maven-resolver-transport-file/1.0.3/maven-resolver-transport-file-1.0.3-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.transport.file_1.0.3/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:34:27.444Z] [INFO] Copying 3 resources [2023-09-08T19:34:27.444Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.transport.file_1.0.3/src/main/java [2023-09-08T19:34:27.444Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.transport.file_1.0.3/target/org.apache.maven.resolver.transport.file-1.0.3-SNAPSHOT-sources.jar [2023-09-08T19:34:27.444Z] [INFO] Assembling p2 repository [2023-09-08T19:34:28.009Z] [INFO] [2023-09-08T19:34:28.009Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.maven.resolver.transport.file --- [2023-09-08T19:34:28.009Z] [INFO] [2023-09-08T19:34:28.009Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.maven.resolver.transport.file --- [2023-09-08T19:34:28.009Z] [INFO] Gathering sources archives [2023-09-08T19:34:28.009Z] [INFO] Configured Artifact: org.apache.maven.resolver:maven-resolver-transport-file:sources:1.0.3:jar [2023-09-08T19:34:28.009Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/maven/resolver/maven-resolver-transport-file/1.0.3/maven-resolver-transport-file-1.0.3-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.transport.file_1.0.3/target/sources-for-eclipse-ipzilla/maven-resolver-transport-file-1.0.3-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:34:28.009Z] [INFO] Configured Artifact: org.apache.maven.resolver:maven-resolver-transport-file:sources:1.0.3:jar [2023-09-08T19:34:28.009Z] [INFO] Copying maven-resolver-transport-file-1.0.3-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.transport.file_1.0.3/target/sources-for-eclipse-ipzilla/maven-resolver-transport-file-1.0.3-sources.jar [2023-09-08T19:34:28.009Z] [INFO] Refreshing about files and about.html [2023-09-08T19:34:28.009Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.transport.file_1.0.3/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:34:28.009Z] [INFO] [2023-09-08T19:34:28.009Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.apache.maven.resolver.transport.file --- [2023-09-08T19:34:28.009Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.transport.file_1.0.3/target/org.apache.maven.resolver.transport.file-1.0.3-SNAPSHOT.jar [2023-09-08T19:34:29.900Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.transport.file_1.0.3/target/org.apache.maven.resolver.transport.file-1.0.3-SNAPSHOT-sources.jar [2023-09-08T19:34:31.267Z] [INFO] [2023-09-08T19:34:31.267Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.maven.resolver.transport.file --- [2023-09-08T19:34:31.267Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.apache.maven.resolver.transport.file:1.0.3-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.transport.file_1.0.3/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:34:31.267Z] no-classifier: different [2023-09-08T19:34:31.267Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:34:31.267Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:34:31.267Z] META-INF/MANIFEST.MF: different [2023-09-08T19:34:31.267Z] Automatic-Module-Name: not present in baseline version [2023-09-08T19:34:31.267Z] classifier-sources: different [2023-09-08T19:34:31.267Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:34:31.267Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:34:31.267Z] [2023-09-08T19:34:31.267Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.apache.maven.resolver.transport.file:1.0.3-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.transport.file_1.0.3/pom.xml [2023-09-08T19:34:31.267Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:34:31.267Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:34:31.267Z] [2023-09-08T19:34:31.267Z] [INFO] [2023-09-08T19:34:31.267Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.apache.maven.resolver.transport.file --- [2023-09-08T19:34:31.267Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.transport.file_1.0.3/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.maven.resolver.transport.file/1.0.3-SNAPSHOT/org.apache.maven.resolver.transport.file-1.0.3-SNAPSHOT.pom [2023-09-08T19:34:31.267Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.transport.file_1.0.3/target/org.apache.maven.resolver.transport.file-1.0.3-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.maven.resolver.transport.file/1.0.3-SNAPSHOT/org.apache.maven.resolver.transport.file-1.0.3-SNAPSHOT.jar [2023-09-08T19:34:31.267Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.transport.file_1.0.3/target/org.apache.maven.resolver.transport.file-1.0.3-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.maven.resolver.transport.file/1.0.3-SNAPSHOT/org.apache.maven.resolver.transport.file-1.0.3-SNAPSHOT-sources.jar [2023-09-08T19:34:31.267Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.transport.file_1.0.3/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.maven.resolver.transport.file/1.0.3-SNAPSHOT/org.apache.maven.resolver.transport.file-1.0.3-SNAPSHOT-p2metadata.xml [2023-09-08T19:34:31.267Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.transport.file_1.0.3/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.maven.resolver.transport.file/1.0.3-SNAPSHOT/org.apache.maven.resolver.transport.file-1.0.3-SNAPSHOT-p2artifacts.xml [2023-09-08T19:34:31.267Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.transport.file_1.0.3/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.maven.resolver.transport.file/1.0.3-SNAPSHOT/org.apache.maven.resolver.transport.file-1.0.3-SNAPSHOT-p2metadata.xml [2023-09-08T19:34:31.267Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.transport.file_1.0.3/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.maven.resolver.transport.file/1.0.3-SNAPSHOT/org.apache.maven.resolver.transport.file-1.0.3-SNAPSHOT-p2artifacts.xml [2023-09-08T19:34:31.267Z] [INFO] [2023-09-08T19:34:31.267Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.maven.resolver.transport.file --- [2023-09-08T19:34:31.267Z] [INFO] [2023-09-08T19:34:31.267Z] [INFO] --< org.eclipse.orbit.bundles:org.apache.maven.resolver.transport.http >-- [2023-09-08T19:34:31.267Z] [INFO] Building Maven Artifact Resolver Transport HTTP 1.0.3-SNAPSHOT [121/375] [2023-09-08T19:34:31.267Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:34:31.267Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/maven/resolver/maven-resolver-transport-http/1.0.3/maven-resolver-transport-http-1.0.3.pom [2023-09-08T19:34:31.267Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-transport-http/1.0.3/maven-resolver-transport-http-1.0.3.pom [2023-09-08T19:34:31.267Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-transport-http/1.0.3/maven-resolver-transport-http-1.0.3.pom (3.8 kB at 86 kB/s) [2023-09-08T19:34:31.267Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/httpcomponents/httpclient/4.2.6/httpclient-4.2.6.pom [2023-09-08T19:34:31.267Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.2.6/httpclient-4.2.6.pom [2023-09-08T19:34:31.524Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.2.6/httpclient-4.2.6.pom (5.5 kB at 461 kB/s) [2023-09-08T19:34:31.524Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/httpcomponents/httpcomponents-client/4.2.6/httpcomponents-client-4.2.6.pom [2023-09-08T19:34:31.524Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.2.6/httpcomponents-client-4.2.6.pom [2023-09-08T19:34:31.524Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.2.6/httpcomponents-client-4.2.6.pom (13 kB at 1.0 MB/s) [2023-09-08T19:34:31.524Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/httpcomponents/httpcore/4.2.5/httpcore-4.2.5.pom [2023-09-08T19:34:31.524Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.2.5/httpcore-4.2.5.pom [2023-09-08T19:34:31.524Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.2.5/httpcore-4.2.5.pom (4.9 kB at 406 kB/s) [2023-09-08T19:34:31.524Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/httpcomponents/httpcomponents-core/4.2.5/httpcomponents-core-4.2.5.pom [2023-09-08T19:34:31.524Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.2.5/httpcomponents-core-4.2.5.pom [2023-09-08T19:34:31.524Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.2.5/httpcomponents-core-4.2.5.pom (9.3 kB at 849 kB/s) [2023-09-08T19:34:31.524Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/commons-codec/commons-codec/1.6/commons-codec-1.6.pom [2023-09-08T19:34:31.524Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.pom [2023-09-08T19:34:31.524Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.pom (11 kB at 930 kB/s) [2023-09-08T19:34:31.524Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/commons/commons-parent/22/commons-parent-22.pom [2023-09-08T19:34:31.524Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/22/commons-parent-22.pom [2023-09-08T19:34:31.524Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/22/commons-parent-22.pom (42 kB at 3.2 MB/s) [2023-09-08T19:34:31.524Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/slf4j/jcl-over-slf4j/1.6.2/jcl-over-slf4j-1.6.2.pom [2023-09-08T19:34:31.524Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.6.2/jcl-over-slf4j-1.6.2.pom [2023-09-08T19:34:31.524Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.6.2/jcl-over-slf4j-1.6.2.pom (2.5 kB at 154 kB/s) [2023-09-08T19:34:31.524Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/slf4j/slf4j-parent/1.6.2/slf4j-parent-1.6.2.pom [2023-09-08T19:34:31.524Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.6.2/slf4j-parent-1.6.2.pom [2023-09-08T19:34:31.524Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.6.2/slf4j-parent-1.6.2.pom (9.7 kB at 884 kB/s) [2023-09-08T19:34:31.524Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/slf4j/slf4j-api/1.6.2/slf4j-api-1.6.2.pom [2023-09-08T19:34:31.524Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.6.2/slf4j-api-1.6.2.pom [2023-09-08T19:34:31.524Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.6.2/slf4j-api-1.6.2.pom (3.0 kB at 272 kB/s) [2023-09-08T19:34:31.524Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/maven/resolver/maven-resolver-transport-http/1.0.3/maven-resolver-transport-http-1.0.3.jar [2023-09-08T19:34:31.524Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/commons-codec/commons-codec/1.6/commons-codec-1.6.jar [2023-09-08T19:34:31.524Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/httpcomponents/httpcore/4.2.5/httpcore-4.2.5.jar [2023-09-08T19:34:31.524Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/httpcomponents/httpclient/4.2.6/httpclient-4.2.6.jar [2023-09-08T19:34:31.524Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/slf4j/jcl-over-slf4j/1.6.2/jcl-over-slf4j-1.6.2.jar [2023-09-08T19:34:31.524Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/slf4j/slf4j-api/1.6.2/slf4j-api-1.6.2.jar [2023-09-08T19:34:31.524Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-transport-http/1.0.3/maven-resolver-transport-http-1.0.3.jar [2023-09-08T19:34:31.524Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.6.2/jcl-over-slf4j-1.6.2.jar [2023-09-08T19:34:31.524Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.jar [2023-09-08T19:34:31.524Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.2.5/httpcore-4.2.5.jar [2023-09-08T19:34:31.524Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.2.6/httpclient-4.2.6.jar [2023-09-08T19:34:31.524Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.6.2/jcl-over-slf4j-1.6.2.jar (17 kB at 641 kB/s) [2023-09-08T19:34:31.524Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.6.2/slf4j-api-1.6.2.jar [2023-09-08T19:34:31.781Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.jar (233 kB at 7.1 MB/s) [2023-09-08T19:34:31.781Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.2.5/httpcore-4.2.5.jar (228 kB at 6.9 MB/s) [2023-09-08T19:34:31.781Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.6.2/slf4j-api-1.6.2.jar (26 kB at 659 kB/s) [2023-09-08T19:34:31.781Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.2.6/httpclient-4.2.6.jar (436 kB at 10 MB/s) [2023-09-08T19:34:31.781Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-transport-http/1.0.3/maven-resolver-transport-http-1.0.3.jar (41 kB at 918 kB/s) [2023-09-08T19:34:31.781Z] [INFO] [2023-09-08T19:34:31.781Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.maven.resolver.transport.http --- [2023-09-08T19:34:31.781Z] [INFO] [2023-09-08T19:34:31.781Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.maven.resolver.transport.http --- [2023-09-08T19:34:31.781Z] [INFO] The project's OSGi version is 1.0.3.v20170405-0725 [2023-09-08T19:34:31.781Z] [INFO] [2023-09-08T19:34:31.781Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.maven.resolver.transport.http --- [2023-09-08T19:34:31.781Z] [INFO] [2023-09-08T19:34:31.781Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.maven.resolver.transport.http --- [2023-09-08T19:34:31.781Z] [INFO] Copying 3 resources [2023-09-08T19:34:31.781Z] [INFO] [2023-09-08T19:34:31.781Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.maven.resolver.transport.http --- [2023-09-08T19:34:31.781Z] [INFO] No sources to compile [2023-09-08T19:34:31.781Z] [INFO] [2023-09-08T19:34:31.781Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.maven.resolver.transport.http --- [2023-09-08T19:34:31.781Z] [INFO] Gathering dependencies [2023-09-08T19:34:31.781Z] [INFO] Configured Artifact: org.apache.maven.resolver:maven-resolver-transport-http:1.0.3:jar [2023-09-08T19:34:31.781Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/maven/resolver/maven-resolver-transport-http/1.0.3/maven-resolver-transport-http-1.0.3.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.transport.http_1.0.3/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:34:31.781Z] [INFO] Merging collected dependencies [2023-09-08T19:34:31.781Z] [INFO] Copying 25 resources [2023-09-08T19:34:31.781Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:34:31.781Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.transport.http_1.0.3/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:34:31.781Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.transport.http_1.0.3/target/org.apache.maven.resolver.transport.http-1.0.3-SNAPSHOT.jar [2023-09-08T19:34:31.781Z] [INFO] Gathering sources [2023-09-08T19:34:31.781Z] [INFO] Configured Artifact: org.apache.maven.resolver:maven-resolver-transport-http:sources:1.0.3:jar [2023-09-08T19:34:31.781Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/maven/resolver/maven-resolver-transport-http/1.0.3/maven-resolver-transport-http-1.0.3-sources.jar [2023-09-08T19:34:31.781Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-transport-http/1.0.3/maven-resolver-transport-http-1.0.3-sources.jar [2023-09-08T19:34:31.781Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-transport-http/1.0.3/maven-resolver-transport-http-1.0.3-sources.jar (29 kB at 717 kB/s) [2023-09-08T19:34:31.781Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/maven/resolver/maven-resolver-transport-http/1.0.3/maven-resolver-transport-http-1.0.3-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.transport.http_1.0.3/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:34:31.781Z] [INFO] Copying 3 resources [2023-09-08T19:34:31.781Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.transport.http_1.0.3/src/main/java [2023-09-08T19:34:31.781Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.transport.http_1.0.3/target/org.apache.maven.resolver.transport.http-1.0.3-SNAPSHOT-sources.jar [2023-09-08T19:34:31.781Z] [INFO] Assembling p2 repository [2023-09-08T19:34:32.344Z] [INFO] [2023-09-08T19:34:32.344Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.maven.resolver.transport.http --- [2023-09-08T19:34:32.344Z] [INFO] [2023-09-08T19:34:32.344Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.maven.resolver.transport.http --- [2023-09-08T19:34:32.344Z] [INFO] Gathering sources archives [2023-09-08T19:34:32.344Z] [INFO] Configured Artifact: org.apache.maven.resolver:maven-resolver-transport-http:sources:1.0.3:jar [2023-09-08T19:34:32.344Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/maven/resolver/maven-resolver-transport-http/1.0.3/maven-resolver-transport-http-1.0.3-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.transport.http_1.0.3/target/sources-for-eclipse-ipzilla/maven-resolver-transport-http-1.0.3-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:34:32.344Z] [INFO] Configured Artifact: org.apache.maven.resolver:maven-resolver-transport-http:sources:1.0.3:jar [2023-09-08T19:34:32.344Z] [INFO] Copying maven-resolver-transport-http-1.0.3-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.transport.http_1.0.3/target/sources-for-eclipse-ipzilla/maven-resolver-transport-http-1.0.3-sources.jar [2023-09-08T19:34:32.344Z] [INFO] Refreshing about files and about.html [2023-09-08T19:34:32.344Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.transport.http_1.0.3/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:34:32.344Z] [INFO] [2023-09-08T19:34:32.344Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.apache.maven.resolver.transport.http --- [2023-09-08T19:34:32.344Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.transport.http_1.0.3/target/org.apache.maven.resolver.transport.http-1.0.3-SNAPSHOT.jar [2023-09-08T19:34:33.711Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.transport.http_1.0.3/target/org.apache.maven.resolver.transport.http-1.0.3-SNAPSHOT-sources.jar [2023-09-08T19:34:34.642Z] [INFO] [2023-09-08T19:34:34.642Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.maven.resolver.transport.http --- [2023-09-08T19:34:34.642Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.apache.maven.resolver.transport.http:1.0.3-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.transport.http_1.0.3/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:34:34.642Z] no-classifier: different [2023-09-08T19:34:34.642Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:34:34.642Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:34:34.642Z] META-INF/MANIFEST.MF: different [2023-09-08T19:34:34.642Z] Automatic-Module-Name: not present in baseline version [2023-09-08T19:34:34.642Z] classifier-sources: different [2023-09-08T19:34:34.642Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:34:34.642Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:34:34.642Z] [2023-09-08T19:34:34.642Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.apache.maven.resolver.transport.http:1.0.3-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.transport.http_1.0.3/pom.xml [2023-09-08T19:34:34.642Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:34:34.642Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:34:34.642Z] [2023-09-08T19:34:34.642Z] [INFO] [2023-09-08T19:34:34.642Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.apache.maven.resolver.transport.http --- [2023-09-08T19:34:34.642Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.transport.http_1.0.3/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.maven.resolver.transport.http/1.0.3-SNAPSHOT/org.apache.maven.resolver.transport.http-1.0.3-SNAPSHOT.pom [2023-09-08T19:34:34.642Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.transport.http_1.0.3/target/org.apache.maven.resolver.transport.http-1.0.3-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.maven.resolver.transport.http/1.0.3-SNAPSHOT/org.apache.maven.resolver.transport.http-1.0.3-SNAPSHOT.jar [2023-09-08T19:34:34.642Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.transport.http_1.0.3/target/org.apache.maven.resolver.transport.http-1.0.3-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.maven.resolver.transport.http/1.0.3-SNAPSHOT/org.apache.maven.resolver.transport.http-1.0.3-SNAPSHOT-sources.jar [2023-09-08T19:34:34.642Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.transport.http_1.0.3/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.maven.resolver.transport.http/1.0.3-SNAPSHOT/org.apache.maven.resolver.transport.http-1.0.3-SNAPSHOT-p2metadata.xml [2023-09-08T19:34:34.642Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.transport.http_1.0.3/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.maven.resolver.transport.http/1.0.3-SNAPSHOT/org.apache.maven.resolver.transport.http-1.0.3-SNAPSHOT-p2artifacts.xml [2023-09-08T19:34:34.642Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.transport.http_1.0.3/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.maven.resolver.transport.http/1.0.3-SNAPSHOT/org.apache.maven.resolver.transport.http-1.0.3-SNAPSHOT-p2metadata.xml [2023-09-08T19:34:34.642Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.transport.http_1.0.3/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.maven.resolver.transport.http/1.0.3-SNAPSHOT/org.apache.maven.resolver.transport.http-1.0.3-SNAPSHOT-p2artifacts.xml [2023-09-08T19:34:34.642Z] [INFO] [2023-09-08T19:34:34.642Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.maven.resolver.transport.http --- [2023-09-08T19:34:34.642Z] [INFO] [2023-09-08T19:34:34.642Z] [INFO] ------< org.eclipse.orbit.bundles:org.apache.maven.resolver.util >------ [2023-09-08T19:34:34.642Z] [INFO] Building Maven Artifact Resolver Utilities 1.0.3-SNAPSHOT [122/375] [2023-09-08T19:34:34.642Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:34:34.642Z] [INFO] [2023-09-08T19:34:34.642Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.maven.resolver.util --- [2023-09-08T19:34:34.642Z] [INFO] [2023-09-08T19:34:34.642Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.maven.resolver.util --- [2023-09-08T19:34:34.899Z] [INFO] The project's OSGi version is 1.0.3.v20170405-0725 [2023-09-08T19:34:34.899Z] [INFO] [2023-09-08T19:34:34.899Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.maven.resolver.util --- [2023-09-08T19:34:34.899Z] [INFO] [2023-09-08T19:34:34.899Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.maven.resolver.util --- [2023-09-08T19:34:34.899Z] [INFO] Copying 3 resources [2023-09-08T19:34:34.899Z] [INFO] [2023-09-08T19:34:34.899Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.maven.resolver.util --- [2023-09-08T19:34:34.899Z] [INFO] No sources to compile [2023-09-08T19:34:34.899Z] [INFO] [2023-09-08T19:34:34.899Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.maven.resolver.util --- [2023-09-08T19:34:34.899Z] [INFO] Gathering dependencies [2023-09-08T19:34:34.899Z] [INFO] Configured Artifact: org.apache.maven.resolver:maven-resolver-util:1.0.3:jar [2023-09-08T19:34:34.899Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/maven/resolver/maven-resolver-util/1.0.3/maven-resolver-util-1.0.3.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.util_1.0.3/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:34:34.899Z] [INFO] Merging collected dependencies [2023-09-08T19:34:34.899Z] [INFO] Copying 105 resources [2023-09-08T19:34:34.899Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:34:34.899Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.maven.resolver.util:eclipse-bundle-recipe:1.0.3-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] [2023-09-08T19:34:34.899Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.util_1.0.3/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:34:34.899Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.util_1.0.3/target/org.apache.maven.resolver.util-1.0.3-SNAPSHOT.jar [2023-09-08T19:34:34.899Z] [INFO] Gathering sources [2023-09-08T19:34:34.899Z] [INFO] Configured Artifact: org.apache.maven.resolver:maven-resolver-util:sources:1.0.3:jar [2023-09-08T19:34:34.899Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/maven/resolver/maven-resolver-util/1.0.3/maven-resolver-util-1.0.3-sources.jar [2023-09-08T19:34:34.899Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.0.3/maven-resolver-util-1.0.3-sources.jar [2023-09-08T19:34:34.899Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/resolver/maven-resolver-util/1.0.3/maven-resolver-util-1.0.3-sources.jar (144 kB at 4.0 MB/s) [2023-09-08T19:34:34.899Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/maven/resolver/maven-resolver-util/1.0.3/maven-resolver-util-1.0.3-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.util_1.0.3/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:34:34.899Z] [INFO] Copying 3 resources [2023-09-08T19:34:34.899Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.util_1.0.3/src/main/java [2023-09-08T19:34:34.899Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.util_1.0.3/target/org.apache.maven.resolver.util-1.0.3-SNAPSHOT-sources.jar [2023-09-08T19:34:34.899Z] [INFO] Assembling p2 repository [2023-09-08T19:34:35.463Z] [INFO] [2023-09-08T19:34:35.463Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.maven.resolver.util --- [2023-09-08T19:34:35.463Z] [INFO] [2023-09-08T19:34:35.463Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.maven.resolver.util --- [2023-09-08T19:34:35.463Z] [INFO] Gathering sources archives [2023-09-08T19:34:35.463Z] [INFO] Configured Artifact: org.apache.maven.resolver:maven-resolver-util:sources:1.0.3:jar [2023-09-08T19:34:35.463Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/maven/resolver/maven-resolver-util/1.0.3/maven-resolver-util-1.0.3-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.util_1.0.3/target/sources-for-eclipse-ipzilla/maven-resolver-util-1.0.3-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:34:35.720Z] [INFO] Configured Artifact: org.apache.maven.resolver:maven-resolver-util:sources:1.0.3:jar [2023-09-08T19:34:35.720Z] [INFO] Copying maven-resolver-util-1.0.3-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.util_1.0.3/target/sources-for-eclipse-ipzilla/maven-resolver-util-1.0.3-sources.jar [2023-09-08T19:34:35.720Z] [INFO] Refreshing about files and about.html [2023-09-08T19:34:35.720Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.util_1.0.3/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:34:35.720Z] [INFO] [2023-09-08T19:34:35.720Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.apache.maven.resolver.util --- [2023-09-08T19:34:35.720Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.util_1.0.3/target/org.apache.maven.resolver.util-1.0.3-SNAPSHOT.jar [2023-09-08T19:34:37.611Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.util_1.0.3/target/org.apache.maven.resolver.util-1.0.3-SNAPSHOT-sources.jar [2023-09-08T19:34:38.538Z] [INFO] [2023-09-08T19:34:38.538Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.maven.resolver.util --- [2023-09-08T19:34:38.794Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.apache.maven.resolver.util:1.0.3-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.util_1.0.3/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:34:38.794Z] no-classifier: different [2023-09-08T19:34:38.794Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:34:38.794Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:34:38.794Z] META-INF/MANIFEST.MF: different [2023-09-08T19:34:38.794Z] Automatic-Module-Name: not present in baseline version [2023-09-08T19:34:38.794Z] classifier-sources: different [2023-09-08T19:34:38.794Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:34:38.794Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:34:38.794Z] [2023-09-08T19:34:38.794Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.apache.maven.resolver.util:1.0.3-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.util_1.0.3/pom.xml [2023-09-08T19:34:38.794Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:34:38.794Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:34:38.794Z] [2023-09-08T19:34:38.794Z] [INFO] [2023-09-08T19:34:38.794Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.apache.maven.resolver.util --- [2023-09-08T19:34:38.794Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.util_1.0.3/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.maven.resolver.util/1.0.3-SNAPSHOT/org.apache.maven.resolver.util-1.0.3-SNAPSHOT.pom [2023-09-08T19:34:38.794Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.util_1.0.3/target/org.apache.maven.resolver.util-1.0.3-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.maven.resolver.util/1.0.3-SNAPSHOT/org.apache.maven.resolver.util-1.0.3-SNAPSHOT.jar [2023-09-08T19:34:38.794Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.util_1.0.3/target/org.apache.maven.resolver.util-1.0.3-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.maven.resolver.util/1.0.3-SNAPSHOT/org.apache.maven.resolver.util-1.0.3-SNAPSHOT-sources.jar [2023-09-08T19:34:38.794Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.util_1.0.3/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.maven.resolver.util/1.0.3-SNAPSHOT/org.apache.maven.resolver.util-1.0.3-SNAPSHOT-p2metadata.xml [2023-09-08T19:34:38.794Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.util_1.0.3/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.maven.resolver.util/1.0.3-SNAPSHOT/org.apache.maven.resolver.util-1.0.3-SNAPSHOT-p2artifacts.xml [2023-09-08T19:34:38.794Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.util_1.0.3/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.maven.resolver.util/1.0.3-SNAPSHOT/org.apache.maven.resolver.util-1.0.3-SNAPSHOT-p2metadata.xml [2023-09-08T19:34:38.794Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/maven/resolver/org.apache.maven.resolver.util_1.0.3/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.maven.resolver.util/1.0.3-SNAPSHOT/org.apache.maven.resolver.util-1.0.3-SNAPSHOT-p2artifacts.xml [2023-09-08T19:34:38.794Z] [INFO] [2023-09-08T19:34:38.794Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.maven.resolver.util --- [2023-09-08T19:34:38.794Z] [INFO] [2023-09-08T19:34:38.794Z] [INFO] -------------------< org.eclipse.orbit.bundles:tika >------------------- [2023-09-08T19:34:38.794Z] [INFO] Building Eclipse Orbit :: Apache Tika Recipes 1.24.1-SNAPSHOT [123/375] [2023-09-08T19:34:38.794Z] [INFO] --------------------------------[ pom ]--------------------------------- [2023-09-08T19:34:38.794Z] [INFO] [2023-09-08T19:34:38.794Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tika --- [2023-09-08T19:34:38.794Z] [INFO] [2023-09-08T19:34:38.794Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ tika --- [2023-09-08T19:34:38.794Z] [INFO] [2023-09-08T19:34:38.794Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ tika --- [2023-09-08T19:34:38.794Z] [INFO] [2023-09-08T19:34:38.794Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ tika --- [2023-09-08T19:34:38.794Z] [INFO] [2023-09-08T19:34:38.794Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tika --- [2023-09-08T19:34:38.794Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/tika/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/tika/1.24.1-SNAPSHOT/tika-1.24.1-SNAPSHOT.pom [2023-09-08T19:34:38.794Z] [INFO] [2023-09-08T19:34:38.794Z] [INFO] -----------< org.eclipse.orbit.bundles:org.apache.tika.core >----------- [2023-09-08T19:34:38.795Z] [INFO] Building Apache Tika Core 1.24.1-SNAPSHOT [124/375] [2023-09-08T19:34:38.795Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:34:38.795Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/tika/tika-core/1.24.1/tika-core-1.24.1.pom [2023-09-08T19:34:38.795Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/tika/tika-core/1.24.1/tika-core-1.24.1.pom [2023-09-08T19:34:38.795Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/tika/tika-core/1.24.1/tika-core-1.24.1.pom (6.8 kB at 525 kB/s) [2023-09-08T19:34:38.795Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/tika/tika-parent/1.24.1/tika-parent-1.24.1.pom [2023-09-08T19:34:38.795Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/tika/tika-parent/1.24.1/tika-parent-1.24.1.pom [2023-09-08T19:34:38.795Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/tika/tika-parent/1.24.1/tika-parent-1.24.1.pom (19 kB at 1.8 MB/s) [2023-09-08T19:34:38.795Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/tika/tika-core/1.24.1/tika-core-1.24.1.jar [2023-09-08T19:34:38.795Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/tika/tika-core/1.24.1/tika-core-1.24.1.jar [2023-09-08T19:34:38.795Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/tika/tika-core/1.24.1/tika-core-1.24.1.jar (708 kB at 30 MB/s) [2023-09-08T19:34:38.795Z] [INFO] [2023-09-08T19:34:38.795Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.tika.core --- [2023-09-08T19:34:38.795Z] [INFO] [2023-09-08T19:34:38.795Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.tika.core --- [2023-09-08T19:34:38.795Z] [INFO] The project's OSGi version is 1.24.1.v20211101-1915 [2023-09-08T19:34:38.795Z] [INFO] [2023-09-08T19:34:38.795Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.tika.core --- [2023-09-08T19:34:38.795Z] [INFO] [2023-09-08T19:34:38.795Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.tika.core --- [2023-09-08T19:34:38.795Z] [INFO] Copying 3 resources [2023-09-08T19:34:38.795Z] [INFO] [2023-09-08T19:34:38.795Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.tika.core --- [2023-09-08T19:34:38.795Z] [INFO] No sources to compile [2023-09-08T19:34:38.795Z] [INFO] [2023-09-08T19:34:38.795Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.tika.core --- [2023-09-08T19:34:38.795Z] [INFO] Gathering dependencies [2023-09-08T19:34:38.795Z] [INFO] Configured Artifact: org.apache.tika:tika-core:1.24.1:jar [2023-09-08T19:34:38.795Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/tika/tika-core/1.24.1/tika-core-1.24.1.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/tika/org.apache.tika.core_1.24.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:34:39.052Z] [INFO] Merging collected dependencies [2023-09-08T19:34:39.052Z] [INFO] Copying 378 resources [2023-09-08T19:34:39.052Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:34:39.052Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.tika.core:eclipse-bundle-recipe:1.24.1-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:34:39.052Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/apache/tika/org.apache.tika.core_1.24.1/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:34:39.052Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/tika/org.apache.tika.core_1.24.1/target/org.apache.tika.core-1.24.1-SNAPSHOT.jar [2023-09-08T19:34:39.308Z] [INFO] Gathering sources [2023-09-08T19:34:39.308Z] [INFO] Configured Artifact: org.apache.tika:tika-core:sources:1.24.1:jar [2023-09-08T19:34:39.308Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/tika/tika-core/1.24.1/tika-core-1.24.1-sources.jar [2023-09-08T19:34:39.309Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/tika/tika-core/1.24.1/tika-core-1.24.1-sources.jar [2023-09-08T19:34:39.309Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/tika/tika-core/1.24.1/tika-core-1.24.1-sources.jar (661 kB at 18 MB/s) [2023-09-08T19:34:39.309Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/tika/tika-core/1.24.1/tika-core-1.24.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/tika/org.apache.tika.core_1.24.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:34:39.309Z] [INFO] Copying 3 resources [2023-09-08T19:34:39.309Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/apache/tika/org.apache.tika.core_1.24.1/src/main/java [2023-09-08T19:34:39.309Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/tika/org.apache.tika.core_1.24.1/target/org.apache.tika.core-1.24.1-SNAPSHOT-sources.jar [2023-09-08T19:34:39.564Z] [INFO] Assembling p2 repository [2023-09-08T19:34:40.500Z] [INFO] [2023-09-08T19:34:40.500Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.tika.core --- [2023-09-08T19:34:40.500Z] [INFO] [2023-09-08T19:34:40.500Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.tika.core --- [2023-09-08T19:34:40.500Z] [INFO] Gathering sources archives [2023-09-08T19:34:40.500Z] [INFO] Configured Artifact: org.apache.tika:tika-core:sources:1.24.1:jar [2023-09-08T19:34:40.500Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/tika/tika-core/1.24.1/tika-core-1.24.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/tika/org.apache.tika.core_1.24.1/target/sources-for-eclipse-ipzilla/tika-core-1.24.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:34:40.500Z] [INFO] Configured Artifact: org.apache.tika:tika-core:sources:1.24.1:jar [2023-09-08T19:34:40.500Z] [INFO] Copying tika-core-1.24.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/tika/org.apache.tika.core_1.24.1/target/sources-for-eclipse-ipzilla/tika-core-1.24.1-sources.jar [2023-09-08T19:34:40.500Z] [INFO] Refreshing about files and about.html [2023-09-08T19:34:40.500Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/apache/tika/org.apache.tika.core_1.24.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:34:40.500Z] [INFO] [2023-09-08T19:34:40.500Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.apache.tika.core --- [2023-09-08T19:34:40.500Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/tika/org.apache.tika.core_1.24.1/target/org.apache.tika.core-1.24.1-SNAPSHOT.jar [2023-09-08T19:34:42.393Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/tika/org.apache.tika.core_1.24.1/target/org.apache.tika.core-1.24.1-SNAPSHOT-sources.jar [2023-09-08T19:34:43.321Z] [INFO] [2023-09-08T19:34:43.322Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.tika.core --- [2023-09-08T19:34:43.322Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.apache.tika.core:1.24.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/tika/org.apache.tika.core_1.24.1/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:34:43.322Z] no-classifier: different [2023-09-08T19:34:43.322Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:34:43.322Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:34:43.322Z] META-INF/MANIFEST.MF: different [2023-09-08T19:34:43.322Z] Import-Package: baseline='org.apache.xerces.util;resolution:=optional,sun.misc;resolution:=optional,javax.crypto,javax.xml.namespace,javax.xml.parsers,javax.xml.stream,javax.xml.transform,javax.xml.transform.dom,javax.xml.transform.sax,javax.xml.transform.stream,org.apache.tika;version="[1.24,2)",org.apache.tika.concurrent;version="[1.24,2)",org.apache.tika.config;version="[1.24,2)",org.apache.tika.detect;version="[1.24,2)",org.apache.tika.exception;version="[1.24,2)",org.apache.tika.extractor;version="[1.24,2)",org.apache.tika.io;version="[1.24,2)",org.apache.tika.language.translate;version="[1.24,2)",org.apache.tika.metadata;version="[1.24,2)",org.apache.tika.mime;version="[1.24,2)",org.apache.tika.parser;version="[1.24,2)",org.apache.tika.sax;version="[1.24,2)",org.apache.tika.sax.xpath;version="[1.24,2)",org.apache.tika.utils;version="[1.24,2)",org.osgi.framework,org.osgi.util.tracker,org.w3c.dom,org.xml.sax,org.xml.sax.helpers' != reactor='org.apache.xerces.util;resolution:=optional,sun.misc;resolution:=optional,javax.crypto,javax.xml.namespace,javax.xml.parsers,javax.xml.stream,javax.xml.transform,javax.xml.transform.dom,javax.xml.transform.sax,javax.xml.transform.stream,org.apache.tika;version="[1.24,2)",org.apache.tika.concurrent;version="[1.24,2)",org.apache.tika.config;version="[1.24,2)",org.apache.tika.detect;version="[1.24,2)",org.apache.tika.exception;version="[1.24,2)",org.apache.tika.extractor;version="[1.24,2)",org.apache.tika.io;version="[1.24,2)",org.apache.tika.language.translate;version="[1.24,2)",org.apache.tika.metadata;version="[1.24,2)",org.apache.tika.mime;version="[1.24,2)",org.apache.tika.parser;version="[1.24,2)",org.apache.tika.sax;version="[1.24,2)",org.apache.tika.sax.xpath;version="[1.24,2)",org.apache.tika.utils;version="[1.24,2)",org.osgi.framework;resolution:=optional,org.osgi.util.tracker;resolution:=optional,org.w3c.dom,org.xml.sax,org.xml.sax.helpers' [2023-09-08T19:34:43.322Z] classifier-sources: different [2023-09-08T19:34:43.322Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:34:43.322Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:34:43.322Z] [2023-09-08T19:34:43.322Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.apache.tika.core:1.24.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/tika/org.apache.tika.core_1.24.1/pom.xml [2023-09-08T19:34:43.322Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:34:43.322Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:34:43.322Z] [2023-09-08T19:34:43.322Z] [INFO] [2023-09-08T19:34:43.322Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.apache.tika.core --- [2023-09-08T19:34:43.322Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/tika/org.apache.tika.core_1.24.1/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.tika.core/1.24.1-SNAPSHOT/org.apache.tika.core-1.24.1-SNAPSHOT.pom [2023-09-08T19:34:43.322Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/tika/org.apache.tika.core_1.24.1/target/org.apache.tika.core-1.24.1-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.tika.core/1.24.1-SNAPSHOT/org.apache.tika.core-1.24.1-SNAPSHOT.jar [2023-09-08T19:34:43.322Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/tika/org.apache.tika.core_1.24.1/target/org.apache.tika.core-1.24.1-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.tika.core/1.24.1-SNAPSHOT/org.apache.tika.core-1.24.1-SNAPSHOT-sources.jar [2023-09-08T19:34:43.322Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/tika/org.apache.tika.core_1.24.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.tika.core/1.24.1-SNAPSHOT/org.apache.tika.core-1.24.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:34:43.322Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/tika/org.apache.tika.core_1.24.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.tika.core/1.24.1-SNAPSHOT/org.apache.tika.core-1.24.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:34:43.322Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/tika/org.apache.tika.core_1.24.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.tika.core/1.24.1-SNAPSHOT/org.apache.tika.core-1.24.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:34:43.322Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/tika/org.apache.tika.core_1.24.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.tika.core/1.24.1-SNAPSHOT/org.apache.tika.core-1.24.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:34:43.322Z] [INFO] [2023-09-08T19:34:43.322Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.tika.core --- [2023-09-08T19:34:43.322Z] [INFO] [2023-09-08T19:34:43.322Z] [INFO] ---------< org.eclipse.orbit.bundles:org.apache.tika.parsers >---------- [2023-09-08T19:34:43.322Z] [INFO] Building Apache Tika Parsers 1.24.1-SNAPSHOT [125/375] [2023-09-08T19:34:43.322Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:34:43.322Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/tika/tika-parsers/1.24.1/tika-parsers-1.24.1.pom [2023-09-08T19:34:43.577Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/tika/tika-parsers/1.24.1/tika-parsers-1.24.1.pom [2023-09-08T19:34:43.577Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/tika/tika-parsers/1.24.1/tika-parsers-1.24.1.pom (37 kB at 2.8 MB/s) [2023-09-08T19:34:43.577Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/glassfish/jaxb/jaxb-runtime/2.3.2/jaxb-runtime-2.3.2.pom [2023-09-08T19:34:43.577Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-runtime/2.3.2/jaxb-runtime-2.3.2.pom [2023-09-08T19:34:43.577Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-runtime/2.3.2/jaxb-runtime-2.3.2.pom (5.6 kB at 507 kB/s) [2023-09-08T19:34:43.578Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/sun/xml/bind/mvn/jaxb-runtime-parent/2.3.2/jaxb-runtime-parent-2.3.2.pom [2023-09-08T19:34:43.578Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/mvn/jaxb-runtime-parent/2.3.2/jaxb-runtime-parent-2.3.2.pom [2023-09-08T19:34:43.578Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/mvn/jaxb-runtime-parent/2.3.2/jaxb-runtime-parent-2.3.2.pom (1.1 kB at 113 kB/s) [2023-09-08T19:34:43.578Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/sun/xml/bind/mvn/jaxb-parent/2.3.2/jaxb-parent-2.3.2.pom [2023-09-08T19:34:43.578Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/mvn/jaxb-parent/2.3.2/jaxb-parent-2.3.2.pom [2023-09-08T19:34:43.578Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/mvn/jaxb-parent/2.3.2/jaxb-parent-2.3.2.pom (30 kB at 2.7 MB/s) [2023-09-08T19:34:43.578Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/sun/xml/bind/jaxb-bom-ext/2.3.2/jaxb-bom-ext-2.3.2.pom [2023-09-08T19:34:43.578Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/jaxb-bom-ext/2.3.2/jaxb-bom-ext-2.3.2.pom [2023-09-08T19:34:43.578Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/jaxb-bom-ext/2.3.2/jaxb-bom-ext-2.3.2.pom (3.1 kB at 314 kB/s) [2023-09-08T19:34:43.578Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/glassfish/jaxb/jaxb-bom/2.3.2/jaxb-bom-2.3.2.pom [2023-09-08T19:34:43.578Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-bom/2.3.2/jaxb-bom-2.3.2.pom [2023-09-08T19:34:43.578Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-bom/2.3.2/jaxb-bom-2.3.2.pom (8.0 kB at 729 kB/s) [2023-09-08T19:34:43.578Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/glassfish/jaxb/txw2/2.3.2/txw2-2.3.2.pom [2023-09-08T19:34:43.578Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/txw2/2.3.2/txw2-2.3.2.pom [2023-09-08T19:34:43.578Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/txw2/2.3.2/txw2-2.3.2.pom (2.8 kB at 251 kB/s) [2023-09-08T19:34:43.578Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/sun/xml/bind/mvn/jaxb-txw-parent/2.3.2/jaxb-txw-parent-2.3.2.pom [2023-09-08T19:34:43.578Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/mvn/jaxb-txw-parent/2.3.2/jaxb-txw-parent-2.3.2.pom [2023-09-08T19:34:43.834Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/mvn/jaxb-txw-parent/2.3.2/jaxb-txw-parent-2.3.2.pom (1.1 kB at 95 kB/s) [2023-09-08T19:34:43.834Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/sun/istack/istack-commons-runtime/3.0.8/istack-commons-runtime-3.0.8.pom [2023-09-08T19:34:43.834Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sun/istack/istack-commons-runtime/3.0.8/istack-commons-runtime-3.0.8.pom [2023-09-08T19:34:43.834Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/istack/istack-commons-runtime/3.0.8/istack-commons-runtime-3.0.8.pom (3.6 kB at 323 kB/s) [2023-09-08T19:34:43.834Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/sun/istack/istack-commons/3.0.8/istack-commons-3.0.8.pom [2023-09-08T19:34:43.834Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sun/istack/istack-commons/3.0.8/istack-commons-3.0.8.pom [2023-09-08T19:34:43.834Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/istack/istack-commons/3.0.8/istack-commons-3.0.8.pom (19 kB at 981 kB/s) [2023-09-08T19:34:43.834Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/jvnet/staxex/stax-ex/1.8.1/stax-ex-1.8.1.pom [2023-09-08T19:34:43.834Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jvnet/staxex/stax-ex/1.8.1/stax-ex-1.8.1.pom [2023-09-08T19:34:43.834Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jvnet/staxex/stax-ex/1.8.1/stax-ex-1.8.1.pom (15 kB at 1.4 MB/s) [2023-09-08T19:34:43.835Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/sun/xml/fastinfoset/FastInfoset/1.2.16/FastInfoset-1.2.16.pom [2023-09-08T19:34:43.835Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sun/xml/fastinfoset/FastInfoset/1.2.16/FastInfoset-1.2.16.pom [2023-09-08T19:34:43.835Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/xml/fastinfoset/FastInfoset/1.2.16/FastInfoset-1.2.16.pom (5.3 kB at 526 kB/s) [2023-09-08T19:34:43.835Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/sun/xml/fastinfoset/fastinfoset-project/1.2.16/fastinfoset-project-1.2.16.pom [2023-09-08T19:34:43.835Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sun/xml/fastinfoset/fastinfoset-project/1.2.16/fastinfoset-project-1.2.16.pom [2023-09-08T19:34:43.835Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/xml/fastinfoset/fastinfoset-project/1.2.16/fastinfoset-project-1.2.16.pom (15 kB at 1.5 MB/s) [2023-09-08T19:34:43.835Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/xerces/xercesImpl/2.12.0/xercesImpl-2.12.0.pom [2023-09-08T19:34:43.835Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/xerces/xercesImpl/2.12.0/xercesImpl-2.12.0.pom [2023-09-08T19:34:43.835Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/xerces/xercesImpl/2.12.0/xercesImpl-2.12.0.pom (3.4 kB at 308 kB/s) [2023-09-08T19:34:43.835Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.pom [2023-09-08T19:34:43.835Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.pom [2023-09-08T19:34:43.835Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.pom (14 kB at 1.3 MB/s) [2023-09-08T19:34:43.835Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/gagravarr/vorbis-java-tika/0.8/vorbis-java-tika-0.8.pom [2023-09-08T19:34:43.835Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/gagravarr/vorbis-java-tika/0.8/vorbis-java-tika-0.8.pom [2023-09-08T19:34:43.835Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/gagravarr/vorbis-java-tika/0.8/vorbis-java-tika-0.8.pom (1.9 kB at 175 kB/s) [2023-09-08T19:34:43.835Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/gagravarr/vorbis-java-parent/0.8/vorbis-java-parent-0.8.pom [2023-09-08T19:34:43.835Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/gagravarr/vorbis-java-parent/0.8/vorbis-java-parent-0.8.pom [2023-09-08T19:34:43.835Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/gagravarr/vorbis-java-parent/0.8/vorbis-java-parent-0.8.pom (6.2 kB at 565 kB/s) [2023-09-08T19:34:43.835Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/tallison/jmatio/1.5/jmatio-1.5.pom [2023-09-08T19:34:44.097Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/tallison/jmatio/1.5/jmatio-1.5.pom [2023-09-08T19:34:44.097Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/tallison/jmatio/1.5/jmatio-1.5.pom (5.0 kB at 384 kB/s) [2023-09-08T19:34:44.097Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/james/apache-mime4j-core/0.8.3/apache-mime4j-core-0.8.3.pom [2023-09-08T19:34:44.097Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/james/apache-mime4j-core/0.8.3/apache-mime4j-core-0.8.3.pom [2023-09-08T19:34:44.097Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/james/apache-mime4j-core/0.8.3/apache-mime4j-core-0.8.3.pom (2.2 kB at 203 kB/s) [2023-09-08T19:34:44.097Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/james/apache-mime4j-project/0.8.3/apache-mime4j-project-0.8.3.pom [2023-09-08T19:34:44.097Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/james/apache-mime4j-project/0.8.3/apache-mime4j-project-0.8.3.pom [2023-09-08T19:34:44.097Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/james/apache-mime4j-project/0.8.3/apache-mime4j-project-0.8.3.pom (8.9 kB at 742 kB/s) [2023-09-08T19:34:44.097Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/james/apache-mime4j-dom/0.8.3/apache-mime4j-dom-0.8.3.pom [2023-09-08T19:34:44.097Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/james/apache-mime4j-dom/0.8.3/apache-mime4j-dom-0.8.3.pom [2023-09-08T19:34:44.097Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/james/apache-mime4j-dom/0.8.3/apache-mime4j-dom-0.8.3.pom (3.5 kB at 266 kB/s) [2023-09-08T19:34:44.097Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/epam/parso/2.0.11/parso-2.0.11.pom [2023-09-08T19:34:44.097Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/epam/parso/2.0.11/parso-2.0.11.pom [2023-09-08T19:34:44.097Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/epam/parso/2.0.11/parso-2.0.11.pom (9.3 kB at 582 kB/s) [2023-09-08T19:34:44.097Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/brotli/dec/0.1.2/dec-0.1.2.pom [2023-09-08T19:34:44.097Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/brotli/dec/0.1.2/dec-0.1.2.pom [2023-09-08T19:34:44.097Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/brotli/dec/0.1.2/dec-0.1.2.pom (4.3 kB at 239 kB/s) [2023-09-08T19:34:44.097Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/brotli/parent/0.1.2/parent-0.1.2.pom [2023-09-08T19:34:44.097Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/brotli/parent/0.1.2/parent-0.1.2.pom [2023-09-08T19:34:44.097Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/brotli/parent/0.1.2/parent-0.1.2.pom (3.0 kB at 212 kB/s) [2023-09-08T19:34:44.097Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/pdfbox/pdfbox/2.0.19/pdfbox-2.0.19.pom [2023-09-08T19:34:44.097Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/pdfbox/pdfbox/2.0.19/pdfbox-2.0.19.pom [2023-09-08T19:34:44.097Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/pdfbox/pdfbox/2.0.19/pdfbox-2.0.19.pom (41 kB at 2.6 MB/s) [2023-09-08T19:34:44.097Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/pdfbox/pdfbox-parent/2.0.19/pdfbox-parent-2.0.19.pom [2023-09-08T19:34:44.362Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/pdfbox/pdfbox-parent/2.0.19/pdfbox-parent-2.0.19.pom [2023-09-08T19:34:44.362Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/pdfbox/pdfbox-parent/2.0.19/pdfbox-parent-2.0.19.pom (20 kB at 1.2 MB/s) [2023-09-08T19:34:44.362Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/pdfbox/fontbox/2.0.19/fontbox-2.0.19.pom [2023-09-08T19:34:44.362Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/pdfbox/fontbox/2.0.19/fontbox-2.0.19.pom [2023-09-08T19:34:44.362Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/pdfbox/fontbox/2.0.19/fontbox-2.0.19.pom (5.2 kB at 348 kB/s) [2023-09-08T19:34:44.362Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/pdfbox/pdfbox-tools/2.0.19/pdfbox-tools-2.0.19.pom [2023-09-08T19:34:44.362Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/pdfbox/pdfbox-tools/2.0.19/pdfbox-tools-2.0.19.pom [2023-09-08T19:34:44.362Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/pdfbox/pdfbox-tools/2.0.19/pdfbox-tools-2.0.19.pom (3.8 kB at 291 kB/s) [2023-09-08T19:34:44.362Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/pdfbox/preflight/2.0.19/preflight-2.0.19.pom [2023-09-08T19:34:44.362Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/pdfbox/preflight/2.0.19/preflight-2.0.19.pom [2023-09-08T19:34:44.362Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/pdfbox/preflight/2.0.19/preflight-2.0.19.pom (7.8 kB at 253 kB/s) [2023-09-08T19:34:44.362Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/pdfbox/xmpbox/2.0.19/xmpbox-2.0.19.pom [2023-09-08T19:34:44.362Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/pdfbox/xmpbox/2.0.19/xmpbox-2.0.19.pom [2023-09-08T19:34:44.362Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/pdfbox/xmpbox/2.0.19/xmpbox-2.0.19.pom (3.8 kB at 296 kB/s) [2023-09-08T19:34:44.362Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/pdfbox/jempbox/1.8.16/jempbox-1.8.16.pom [2023-09-08T19:34:44.362Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/pdfbox/jempbox/1.8.16/jempbox-1.8.16.pom [2023-09-08T19:34:44.362Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/pdfbox/jempbox/1.8.16/jempbox-1.8.16.pom (2.0 kB at 125 kB/s) [2023-09-08T19:34:44.362Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/pdfbox/pdfbox-parent/1.8.16/pdfbox-parent-1.8.16.pom [2023-09-08T19:34:44.362Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/pdfbox/pdfbox-parent/1.8.16/pdfbox-parent-1.8.16.pom [2023-09-08T19:34:44.362Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/pdfbox/pdfbox-parent/1.8.16/pdfbox-parent-1.8.16.pom (10 kB at 368 kB/s) [2023-09-08T19:34:44.362Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/bouncycastle/bcmail-jdk15on/1.65/bcmail-jdk15on-1.65.pom [2023-09-08T19:34:44.625Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcmail-jdk15on/1.65/bcmail-jdk15on-1.65.pom [2023-09-08T19:34:44.625Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcmail-jdk15on/1.65/bcmail-jdk15on-1.65.pom (1.6 kB at 57 kB/s) [2023-09-08T19:34:44.625Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/bouncycastle/bcprov-jdk15on/1.65/bcprov-jdk15on-1.65.pom [2023-09-08T19:34:44.625Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcprov-jdk15on/1.65/bcprov-jdk15on-1.65.pom [2023-09-08T19:34:44.625Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcprov-jdk15on/1.65/bcprov-jdk15on-1.65.pom (1.1 kB at 67 kB/s) [2023-09-08T19:34:44.625Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/bouncycastle/bcpkix-jdk15on/1.65/bcpkix-jdk15on-1.65.pom [2023-09-08T19:34:44.625Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcpkix-jdk15on/1.65/bcpkix-jdk15on-1.65.pom [2023-09-08T19:34:44.625Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcpkix-jdk15on/1.65/bcpkix-jdk15on-1.65.pom (1.5 kB at 98 kB/s) [2023-09-08T19:34:44.625Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/poi/poi/4.1.2/poi-4.1.2.pom [2023-09-08T19:34:44.625Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/poi/poi/4.1.2/poi-4.1.2.pom [2023-09-08T19:34:44.625Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/poi/poi/4.1.2/poi-4.1.2.pom (3.6 kB at 301 kB/s) [2023-09-08T19:34:44.625Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/zaxxer/SparseBitSet/1.2/SparseBitSet-1.2.pom [2023-09-08T19:34:44.625Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/zaxxer/SparseBitSet/1.2/SparseBitSet-1.2.pom [2023-09-08T19:34:44.625Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/zaxxer/SparseBitSet/1.2/SparseBitSet-1.2.pom (4.2 kB at 236 kB/s) [2023-09-08T19:34:44.625Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/poi/poi-scratchpad/4.1.2/poi-scratchpad-4.1.2.pom [2023-09-08T19:34:44.625Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/poi/poi-scratchpad/4.1.2/poi-scratchpad-4.1.2.pom [2023-09-08T19:34:44.625Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/poi/poi-scratchpad/4.1.2/poi-scratchpad-4.1.2.pom (2.4 kB at 151 kB/s) [2023-09-08T19:34:44.625Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/poi/poi-ooxml/4.1.2/poi-ooxml-4.1.2.pom [2023-09-08T19:34:44.625Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/poi/poi-ooxml/4.1.2/poi-ooxml-4.1.2.pom [2023-09-08T19:34:44.625Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/poi/poi-ooxml/4.1.2/poi-ooxml-4.1.2.pom (2.9 kB at 205 kB/s) [2023-09-08T19:34:44.625Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/poi/poi-ooxml-schemas/4.1.2/poi-ooxml-schemas-4.1.2.pom [2023-09-08T19:34:44.891Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/poi/poi-ooxml-schemas/4.1.2/poi-ooxml-schemas-4.1.2.pom [2023-09-08T19:34:44.891Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/poi/poi-ooxml-schemas/4.1.2/poi-ooxml-schemas-4.1.2.pom (2.7 kB at 157 kB/s) [2023-09-08T19:34:44.891Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/healthmarketscience/jackcess/jackcess/3.0.1/jackcess-3.0.1.pom [2023-09-08T19:34:44.891Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/healthmarketscience/jackcess/jackcess/3.0.1/jackcess-3.0.1.pom [2023-09-08T19:34:44.891Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/healthmarketscience/jackcess/jackcess/3.0.1/jackcess-3.0.1.pom (11 kB at 859 kB/s) [2023-09-08T19:34:44.891Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/healthmarketscience/openhms-parent/2.0.2/openhms-parent-2.0.2.pom [2023-09-08T19:34:44.891Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/healthmarketscience/openhms-parent/2.0.2/openhms-parent-2.0.2.pom [2023-09-08T19:34:44.891Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/healthmarketscience/openhms-parent/2.0.2/openhms-parent-2.0.2.pom (13 kB at 895 kB/s) [2023-09-08T19:34:44.891Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/healthmarketscience/jackcess/jackcess-encrypt/3.0.0/jackcess-encrypt-3.0.0.pom [2023-09-08T19:34:44.891Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/healthmarketscience/jackcess/jackcess-encrypt/3.0.0/jackcess-encrypt-3.0.0.pom [2023-09-08T19:34:44.891Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/healthmarketscience/jackcess/jackcess-encrypt/3.0.0/jackcess-encrypt-3.0.0.pom (11 kB at 573 kB/s) [2023-09-08T19:34:44.891Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/healthmarketscience/openhms-parent/2.0.1/openhms-parent-2.0.1.pom [2023-09-08T19:34:44.891Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/healthmarketscience/openhms-parent/2.0.1/openhms-parent-2.0.1.pom [2023-09-08T19:34:44.891Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/healthmarketscience/openhms-parent/2.0.1/openhms-parent-2.0.1.pom (13 kB at 747 kB/s) [2023-09-08T19:34:44.891Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/ccil/cowan/tagsoup/tagsoup/1.2.1/tagsoup-1.2.1.pom [2023-09-08T19:34:44.891Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ccil/cowan/tagsoup/tagsoup/1.2.1/tagsoup-1.2.1.pom [2023-09-08T19:34:44.891Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ccil/cowan/tagsoup/tagsoup/1.2.1/tagsoup-1.2.1.pom (1.2 kB at 68 kB/s) [2023-09-08T19:34:44.891Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/tallison/isoparser/1.9.41.2/isoparser-1.9.41.2.pom [2023-09-08T19:34:44.891Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/tallison/isoparser/1.9.41.2/isoparser-1.9.41.2.pom [2023-09-08T19:34:44.891Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/tallison/isoparser/1.9.41.2/isoparser-1.9.41.2.pom (8.0 kB at 170 kB/s) [2023-09-08T19:34:44.891Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.pom [2023-09-08T19:34:44.891Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.pom [2023-09-08T19:34:45.155Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.pom (3.8 kB at 274 kB/s) [2023-09-08T19:34:45.155Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/slf4j/slf4j-parent/1.7.30/slf4j-parent-1.7.30.pom [2023-09-08T19:34:45.155Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.30/slf4j-parent-1.7.30.pom [2023-09-08T19:34:45.155Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.30/slf4j-parent-1.7.30.pom (14 kB at 1.2 MB/s) [2023-09-08T19:34:45.155Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/tallison/metadata-extractor/2.13.0/metadata-extractor-2.13.0.pom [2023-09-08T19:34:45.155Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/tallison/metadata-extractor/2.13.0/metadata-extractor-2.13.0.pom [2023-09-08T19:34:45.155Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/tallison/metadata-extractor/2.13.0/metadata-extractor-2.13.0.pom (8.3 kB at 298 kB/s) [2023-09-08T19:34:45.155Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/tallison/xmp/xmpcore-shaded/6.1.10/xmpcore-shaded-6.1.10.pom [2023-09-08T19:34:45.155Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/tallison/xmp/xmpcore-shaded/6.1.10/xmpcore-shaded-6.1.10.pom [2023-09-08T19:34:45.155Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/tallison/xmp/xmpcore-shaded/6.1.10/xmpcore-shaded-6.1.10.pom (6.2 kB at 514 kB/s) [2023-09-08T19:34:45.155Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/adobe/xmp/xmpcore/6.1.10/xmpcore-6.1.10.pom [2023-09-08T19:34:45.155Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/adobe/xmp/xmpcore/6.1.10/xmpcore-6.1.10.pom [2023-09-08T19:34:45.155Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/adobe/xmp/xmpcore/6.1.10/xmpcore-6.1.10.pom (1.2 kB at 26 kB/s) [2023-09-08T19:34:45.155Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/de/l3s/boilerpipe/boilerpipe/1.1.0/boilerpipe-1.1.0.pom [2023-09-08T19:34:45.155Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/de/l3s/boilerpipe/boilerpipe/1.1.0/boilerpipe-1.1.0.pom [2023-09-08T19:34:45.155Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/de/l3s/boilerpipe/boilerpipe/1.1.0/boilerpipe-1.1.0.pom (1.8 kB at 165 kB/s) [2023-09-08T19:34:45.155Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/rometools/rome/1.12.2/rome-1.12.2.pom [2023-09-08T19:34:45.155Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/rometools/rome/1.12.2/rome-1.12.2.pom [2023-09-08T19:34:45.155Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/rometools/rome/1.12.2/rome-1.12.2.pom (5.6 kB at 151 kB/s) [2023-09-08T19:34:45.155Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/rometools/rome-parent/1.12.2/rome-parent-1.12.2.pom [2023-09-08T19:34:45.155Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/rometools/rome-parent/1.12.2/rome-parent-1.12.2.pom [2023-09-08T19:34:45.419Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/rometools/rome-parent/1.12.2/rome-parent-1.12.2.pom (14 kB at 758 kB/s) [2023-09-08T19:34:45.419Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/rometools/rome-utils/1.12.2/rome-utils-1.12.2.pom [2023-09-08T19:34:45.419Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/rometools/rome-utils/1.12.2/rome-utils-1.12.2.pom [2023-09-08T19:34:45.419Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/rometools/rome-utils/1.12.2/rome-utils-1.12.2.pom (1.6 kB at 115 kB/s) [2023-09-08T19:34:45.419Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/slf4j/slf4j-api/1.7.16/slf4j-api-1.7.16.pom [2023-09-08T19:34:45.419Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.16/slf4j-api-1.7.16.pom [2023-09-08T19:34:45.419Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.16/slf4j-api-1.7.16.pom (2.8 kB at 154 kB/s) [2023-09-08T19:34:45.419Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/slf4j/slf4j-parent/1.7.16/slf4j-parent-1.7.16.pom [2023-09-08T19:34:45.419Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.16/slf4j-parent-1.7.16.pom [2023-09-08T19:34:45.419Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.16/slf4j-parent-1.7.16.pom (14 kB at 1.1 MB/s) [2023-09-08T19:34:45.420Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/jdom/jdom2/2.0.6/jdom2-2.0.6.pom [2023-09-08T19:34:45.420Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jdom/jdom2/2.0.6/jdom2-2.0.6.pom [2023-09-08T19:34:45.420Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jdom/jdom2/2.0.6/jdom2-2.0.6.pom (4.6 kB at 460 kB/s) [2023-09-08T19:34:45.420Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/gagravarr/vorbis-java-core/0.8/vorbis-java-core-0.8.pom [2023-09-08T19:34:45.420Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/gagravarr/vorbis-java-core/0.8/vorbis-java-core-0.8.pom [2023-09-08T19:34:45.420Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/gagravarr/vorbis-java-core/0.8/vorbis-java-core-0.8.pom (1.7 kB at 141 kB/s) [2023-09-08T19:34:45.420Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/googlecode/juniversalchardet/juniversalchardet/1.0.3/juniversalchardet-1.0.3.pom [2023-09-08T19:34:45.420Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/googlecode/juniversalchardet/juniversalchardet/1.0.3/juniversalchardet-1.0.3.pom [2023-09-08T19:34:45.420Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/googlecode/juniversalchardet/juniversalchardet/1.0.3/juniversalchardet-1.0.3.pom (1.5 kB at 104 kB/s) [2023-09-08T19:34:45.420Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/codelibs/jhighlight/1.0.3/jhighlight-1.0.3.pom [2023-09-08T19:34:45.420Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codelibs/jhighlight/1.0.3/jhighlight-1.0.3.pom [2023-09-08T19:34:45.420Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codelibs/jhighlight/1.0.3/jhighlight-1.0.3.pom (3.2 kB at 226 kB/s) [2023-09-08T19:34:45.420Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/pff/java-libpst/0.9.3/java-libpst-0.9.3.pom [2023-09-08T19:34:45.420Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/pff/java-libpst/0.9.3/java-libpst-0.9.3.pom [2023-09-08T19:34:45.675Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/pff/java-libpst/0.9.3/java-libpst-0.9.3.pom (4.8 kB at 51 kB/s) [2023-09-08T19:34:45.675Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/github/junrar/junrar/4.0.0/junrar-4.0.0.pom [2023-09-08T19:34:45.675Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/junrar/junrar/4.0.0/junrar-4.0.0.pom [2023-09-08T19:34:45.675Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/junrar/junrar/4.0.0/junrar-4.0.0.pom (8.7 kB at 625 kB/s) [2023-09-08T19:34:45.675Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/cxf/cxf-rt-rs-client/3.3.6/cxf-rt-rs-client-3.3.6.pom [2023-09-08T19:34:45.675Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/cxf/cxf-rt-rs-client/3.3.6/cxf-rt-rs-client-3.3.6.pom [2023-09-08T19:34:45.675Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/cxf/cxf-rt-rs-client/3.3.6/cxf-rt-rs-client-3.3.6.pom (6.3 kB at 140 kB/s) [2023-09-08T19:34:45.675Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/cxf/cxf-parent/3.3.6/cxf-parent-3.3.6.pom [2023-09-08T19:34:45.675Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/cxf/cxf-parent/3.3.6/cxf-parent-3.3.6.pom [2023-09-08T19:34:45.675Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/cxf/cxf-parent/3.3.6/cxf-parent-3.3.6.pom (136 kB at 8.5 MB/s) [2023-09-08T19:34:45.675Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/cxf/cxf/3.3.6/cxf-3.3.6.pom [2023-09-08T19:34:45.675Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/cxf/cxf/3.3.6/cxf-3.3.6.pom [2023-09-08T19:34:45.675Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/cxf/cxf/3.3.6/cxf-3.3.6.pom (39 kB at 3.3 MB/s) [2023-09-08T19:34:45.675Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/cxf/cxf-rt-transports-http/3.3.6/cxf-rt-transports-http-3.3.6.pom [2023-09-08T19:34:45.675Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/cxf/cxf-rt-transports-http/3.3.6/cxf-rt-transports-http-3.3.6.pom [2023-09-08T19:34:45.675Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/cxf/cxf-rt-transports-http/3.3.6/cxf-rt-transports-http-3.3.6.pom (13 kB at 460 kB/s) [2023-09-08T19:34:45.675Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/cxf/cxf-core/3.3.6/cxf-core-3.3.6.pom [2023-09-08T19:34:45.931Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/cxf/cxf-core/3.3.6/cxf-core-3.3.6.pom [2023-09-08T19:34:45.931Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/cxf/cxf-core/3.3.6/cxf-core-3.3.6.pom (19 kB at 1.6 MB/s) [2023-09-08T19:34:45.931Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/fasterxml/woodstox/woodstox-core/5.0.3/woodstox-core-5.0.3.pom [2023-09-08T19:34:45.931Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/woodstox/woodstox-core/5.0.3/woodstox-core-5.0.3.pom [2023-09-08T19:34:45.931Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/woodstox/woodstox-core/5.0.3/woodstox-core-5.0.3.pom (7.1 kB at 588 kB/s) [2023-09-08T19:34:45.931Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/fasterxml/oss-parent/24/oss-parent-24.pom [2023-09-08T19:34:45.931Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/24/oss-parent-24.pom [2023-09-08T19:34:45.931Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/24/oss-parent-24.pom (19 kB at 1.2 MB/s) [2023-09-08T19:34:45.931Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/codehaus/woodstox/stax2-api/3.1.4/stax2-api-3.1.4.pom [2023-09-08T19:34:45.931Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/3.1.4/stax2-api-3.1.4.pom [2023-09-08T19:34:45.931Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/3.1.4/stax2-api-3.1.4.pom (5.5 kB at 550 kB/s) [2023-09-08T19:34:45.931Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/ws/xmlschema/xmlschema-core/2.2.5/xmlschema-core-2.2.5.pom [2023-09-08T19:34:45.931Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ws/xmlschema/xmlschema-core/2.2.5/xmlschema-core-2.2.5.pom [2023-09-08T19:34:45.931Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ws/xmlschema/xmlschema-core/2.2.5/xmlschema-core-2.2.5.pom (7.1 kB at 509 kB/s) [2023-09-08T19:34:45.931Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/ws/xmlschema/xmlschema/2.2.5/xmlschema-2.2.5.pom [2023-09-08T19:34:45.931Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ws/xmlschema/xmlschema/2.2.5/xmlschema-2.2.5.pom [2023-09-08T19:34:45.931Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ws/xmlschema/xmlschema/2.2.5/xmlschema-2.2.5.pom (32 kB at 2.9 MB/s) [2023-09-08T19:34:45.931Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/javax/xml/ws/jaxws-api/2.3.1/jaxws-api-2.3.1.pom [2023-09-08T19:34:45.931Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/xml/ws/jaxws-api/2.3.1/jaxws-api-2.3.1.pom [2023-09-08T19:34:45.931Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/xml/ws/jaxws-api/2.3.1/jaxws-api-2.3.1.pom (25 kB at 2.1 MB/s) [2023-09-08T19:34:45.931Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/net/java/jvnet-parent/5/jvnet-parent-5.pom [2023-09-08T19:34:45.931Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/5/jvnet-parent-5.pom [2023-09-08T19:34:45.931Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/5/jvnet-parent-5.pom (8.9 kB at 591 kB/s) [2023-09-08T19:34:45.931Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/javax/xml/soap/javax.xml.soap-api/1.4.0/javax.xml.soap-api-1.4.0.pom [2023-09-08T19:34:45.931Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/xml/soap/javax.xml.soap-api/1.4.0/javax.xml.soap-api-1.4.0.pom [2023-09-08T19:34:45.931Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/xml/soap/javax.xml.soap-api/1.4.0/javax.xml.soap-api-1.4.0.pom (20 kB at 1.8 MB/s) [2023-09-08T19:34:46.194Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/sun/activation/javax.activation/1.2.0/javax.activation-1.2.0.pom [2023-09-08T19:34:46.194Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sun/activation/javax.activation/1.2.0/javax.activation-1.2.0.pom [2023-09-08T19:34:46.194Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/activation/javax.activation/1.2.0/javax.activation-1.2.0.pom (6.5 kB at 652 kB/s) [2023-09-08T19:34:46.194Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/sun/activation/all/1.2.0/all-1.2.0.pom [2023-09-08T19:34:46.194Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sun/activation/all/1.2.0/all-1.2.0.pom [2023-09-08T19:34:46.194Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/activation/all/1.2.0/all-1.2.0.pom (18 kB at 1.6 MB/s) [2023-09-08T19:34:46.194Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/net/java/jvnet-parent/1/jvnet-parent-1.pom [2023-09-08T19:34:46.194Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/1/jvnet-parent-1.pom [2023-09-08T19:34:46.194Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/1/jvnet-parent-1.pom (4.7 kB at 336 kB/s) [2023-09-08T19:34:46.194Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/geronimo/specs/geronimo-ws-metadata_2.0_spec/1.1.3/geronimo-ws-metadata_2.0_spec-1.1.3.pom [2023-09-08T19:34:46.194Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/geronimo/specs/geronimo-ws-metadata_2.0_spec/1.1.3/geronimo-ws-metadata_2.0_spec-1.1.3.pom [2023-09-08T19:34:46.194Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/geronimo/specs/geronimo-ws-metadata_2.0_spec/1.1.3/geronimo-ws-metadata_2.0_spec-1.1.3.pom (3.1 kB at 235 kB/s) [2023-09-08T19:34:46.194Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/sun/xml/messaging/saaj/saaj-impl/1.4.0-b03/saaj-impl-1.4.0-b03.pom [2023-09-08T19:34:46.194Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sun/xml/messaging/saaj/saaj-impl/1.4.0-b03/saaj-impl-1.4.0-b03.pom [2023-09-08T19:34:46.194Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/xml/messaging/saaj/saaj-impl/1.4.0-b03/saaj-impl-1.4.0-b03.pom (17 kB at 1.3 MB/s) [2023-09-08T19:34:46.194Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/javax/xml/soap/javax.xml.soap-api/1.4.0-b01/javax.xml.soap-api-1.4.0-b01.pom [2023-09-08T19:34:46.194Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/xml/soap/javax.xml.soap-api/1.4.0-b01/javax.xml.soap-api-1.4.0-b01.pom [2023-09-08T19:34:46.195Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/xml/soap/javax.xml.soap-api/1.4.0-b01/javax.xml.soap-api-1.4.0-b01.pom (14 kB at 792 kB/s) [2023-09-08T19:34:46.195Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/jvnet/mimepull/mimepull/1.9.7/mimepull-1.9.7.pom [2023-09-08T19:34:46.195Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jvnet/mimepull/mimepull/1.9.7/mimepull-1.9.7.pom [2023-09-08T19:34:46.195Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jvnet/mimepull/mimepull/1.9.7/mimepull-1.9.7.pom (14 kB at 1.1 MB/s) [2023-09-08T19:34:46.195Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/net/java/jvnet-parent/4/jvnet-parent-4.pom [2023-09-08T19:34:46.195Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/4/jvnet-parent-4.pom [2023-09-08T19:34:46.195Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/java/jvnet-parent/4/jvnet-parent-4.pom (7.8 kB at 517 kB/s) [2023-09-08T19:34:46.195Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/jvnet/staxex/stax-ex/1.7.8/stax-ex-1.7.8.pom [2023-09-08T19:34:46.195Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jvnet/staxex/stax-ex/1.7.8/stax-ex-1.7.8.pom [2023-09-08T19:34:46.195Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jvnet/staxex/stax-ex/1.7.8/stax-ex-1.7.8.pom (11 kB at 715 kB/s) [2023-09-08T19:34:46.195Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/javax/activation/activation/1.1/activation-1.1.pom [2023-09-08T19:34:46.457Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/activation/activation/1.1/activation-1.1.pom [2023-09-08T19:34:46.458Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/activation/activation/1.1/activation-1.1.pom (1.1 kB at 81 kB/s) [2023-09-08T19:34:46.458Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/jacorb/jacorb-omgapi/3.9/jacorb-omgapi-3.9.pom [2023-09-08T19:34:46.458Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jacorb/jacorb-omgapi/3.9/jacorb-omgapi-3.9.pom [2023-09-08T19:34:46.458Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jacorb/jacorb-omgapi/3.9/jacorb-omgapi-3.9.pom (16 kB at 1.2 MB/s) [2023-09-08T19:34:46.458Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/jacorb/jacorb-parent/3.9/jacorb-parent-3.9.pom [2023-09-08T19:34:46.458Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jacorb/jacorb-parent/3.9/jacorb-parent-3.9.pom [2023-09-08T19:34:46.458Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jacorb/jacorb-parent/3.9/jacorb-parent-3.9.pom (36 kB at 2.4 MB/s) [2023-09-08T19:34:46.458Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/geronimo/specs/geronimo-jta_1.1_spec/1.1.1/geronimo-jta_1.1_spec-1.1.1.pom [2023-09-08T19:34:46.458Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/geronimo/specs/geronimo-jta_1.1_spec/1.1.1/geronimo-jta_1.1_spec-1.1.1.pom [2023-09-08T19:34:46.458Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/geronimo/specs/geronimo-jta_1.1_spec/1.1.1/geronimo-jta_1.1_spec-1.1.1.pom (2.1 kB at 132 kB/s) [2023-09-08T19:34:46.458Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/geronimo/specs/specs/1.4/specs-1.4.pom [2023-09-08T19:34:46.458Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/geronimo/specs/specs/1.4/specs-1.4.pom [2023-09-08T19:34:46.458Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/geronimo/specs/specs/1.4/specs-1.4.pom (12 kB at 923 kB/s) [2023-09-08T19:34:46.458Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/geronimo/genesis/config/project-config/1.2/project-config-1.2.pom [2023-09-08T19:34:46.458Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/geronimo/genesis/config/project-config/1.2/project-config-1.2.pom [2023-09-08T19:34:46.458Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/geronimo/genesis/config/project-config/1.2/project-config-1.2.pom (22 kB at 1.8 MB/s) [2023-09-08T19:34:46.458Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/geronimo/genesis/config/config/1.2/config-1.2.pom [2023-09-08T19:34:46.458Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/geronimo/genesis/config/config/1.2/config-1.2.pom [2023-09-08T19:34:46.458Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/geronimo/genesis/config/config/1.2/config-1.2.pom (1.8 kB at 104 kB/s) [2023-09-08T19:34:46.458Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/geronimo/genesis/genesis/1.2/genesis-1.2.pom [2023-09-08T19:34:46.458Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/geronimo/genesis/genesis/1.2/genesis-1.2.pom [2023-09-08T19:34:46.458Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/geronimo/genesis/genesis/1.2/genesis-1.2.pom (11 kB at 653 kB/s) [2023-09-08T19:34:46.458Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/jboss/spec/javax/rmi/jboss-rmi-api_1.0_spec/1.0.6.Final/jboss-rmi-api_1.0_spec-1.0.6.Final.pom [2023-09-08T19:34:46.458Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/spec/javax/rmi/jboss-rmi-api_1.0_spec/1.0.6.Final/jboss-rmi-api_1.0_spec-1.0.6.Final.pom [2023-09-08T19:34:46.719Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/spec/javax/rmi/jboss-rmi-api_1.0_spec/1.0.6.Final/jboss-rmi-api_1.0_spec-1.0.6.Final.pom (4.4 kB at 274 kB/s) [2023-09-08T19:34:46.719Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/jboss/jboss-parent/25/jboss-parent-25.pom [2023-09-08T19:34:46.719Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/jboss-parent/25/jboss-parent-25.pom [2023-09-08T19:34:46.719Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/jboss-parent/25/jboss-parent-25.pom (35 kB at 2.2 MB/s) [2023-09-08T19:34:46.719Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/cxf/cxf-rt-frontend-jaxrs/3.3.6/cxf-rt-frontend-jaxrs-3.3.6.pom [2023-09-08T19:34:46.719Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/cxf/cxf-rt-frontend-jaxrs/3.3.6/cxf-rt-frontend-jaxrs-3.3.6.pom [2023-09-08T19:34:46.719Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/cxf/cxf-rt-frontend-jaxrs/3.3.6/cxf-rt-frontend-jaxrs-3.3.6.pom (10 kB at 215 kB/s) [2023-09-08T19:34:46.719Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/jakarta/ws/rs/jakarta.ws.rs-api/2.1.5/jakarta.ws.rs-api-2.1.5.pom [2023-09-08T19:34:46.719Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/jakarta/ws/rs/jakarta.ws.rs-api/2.1.5/jakarta.ws.rs-api-2.1.5.pom [2023-09-08T19:34:46.719Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/ws/rs/jakarta.ws.rs-api/2.1.5/jakarta.ws.rs-api-2.1.5.pom (35 kB at 1.4 MB/s) [2023-09-08T19:34:46.719Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/cxf/cxf-rt-security/3.3.6/cxf-rt-security-3.3.6.pom [2023-09-08T19:34:46.719Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/cxf/cxf-rt-security/3.3.6/cxf-rt-security-3.3.6.pom [2023-09-08T19:34:46.719Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/cxf/cxf-rt-security/3.3.6/cxf-rt-security-3.3.6.pom (2.2 kB at 155 kB/s) [2023-09-08T19:34:46.719Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/opennlp/opennlp-tools/1.9.2/opennlp-tools-1.9.2.pom [2023-09-08T19:34:46.719Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/opennlp/opennlp-tools/1.9.2/opennlp-tools-1.9.2.pom [2023-09-08T19:34:46.719Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/opennlp/opennlp-tools/1.9.2/opennlp-tools-1.9.2.pom (4.0 kB at 94 kB/s) [2023-09-08T19:34:46.719Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/opennlp/opennlp/1.9.2/opennlp-1.9.2.pom [2023-09-08T19:34:46.719Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/opennlp/opennlp/1.9.2/opennlp-1.9.2.pom [2023-09-08T19:34:47.006Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/opennlp/opennlp/1.9.2/opennlp-1.9.2.pom (14 kB at 425 kB/s) [2023-09-08T19:34:47.006Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/googlecode/json-simple/json-simple/1.1.1/json-simple-1.1.1.pom [2023-09-08T19:34:47.006Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/googlecode/json-simple/json-simple/1.1.1/json-simple-1.1.1.pom [2023-09-08T19:34:47.006Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/googlecode/json-simple/json-simple/1.1.1/json-simple-1.1.1.pom (3.5 kB at 289 kB/s) [2023-09-08T19:34:47.006Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/github/openjson/openjson/1.0.12/openjson-1.0.12.pom [2023-09-08T19:34:47.006Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/openjson/openjson/1.0.12/openjson-1.0.12.pom [2023-09-08T19:34:47.006Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/openjson/openjson/1.0.12/openjson-1.0.12.pom (9.4 kB at 785 kB/s) [2023-09-08T19:34:47.006Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/code/gson/gson/2.8.6/gson-2.8.6.pom [2023-09-08T19:34:47.006Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.8.6/gson-2.8.6.pom [2023-09-08T19:34:47.006Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.8.6/gson-2.8.6.pom (2.5 kB at 253 kB/s) [2023-09-08T19:34:47.006Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/code/gson/gson-parent/2.8.6/gson-parent-2.8.6.pom [2023-09-08T19:34:47.006Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/gson/gson-parent/2.8.6/gson-parent-2.8.6.pom [2023-09-08T19:34:47.006Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/gson/gson-parent/2.8.6/gson-parent-2.8.6.pom (4.4 kB at 276 kB/s) [2023-09-08T19:34:47.006Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/slf4j/slf4j-api/1.7.28/slf4j-api-1.7.28.pom [2023-09-08T19:34:47.007Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.28/slf4j-api-1.7.28.pom [2023-09-08T19:34:47.007Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.28/slf4j-api-1.7.28.pom (3.8 kB at 349 kB/s) [2023-09-08T19:34:47.007Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/slf4j/slf4j-parent/1.7.28/slf4j-parent-1.7.28.pom [2023-09-08T19:34:47.007Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.28/slf4j-parent-1.7.28.pom [2023-09-08T19:34:47.007Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.28/slf4j-parent-1.7.28.pom (14 kB at 1.3 MB/s) [2023-09-08T19:34:47.007Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/slf4j/jul-to-slf4j/1.7.28/jul-to-slf4j-1.7.28.pom [2023-09-08T19:34:47.007Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/jul-to-slf4j/1.7.28/jul-to-slf4j-1.7.28.pom [2023-09-08T19:34:47.007Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/jul-to-slf4j/1.7.28/jul-to-slf4j-1.7.28.pom (990 B at 45 kB/s) [2023-09-08T19:34:47.007Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/slf4j/jcl-over-slf4j/1.7.28/jcl-over-slf4j-1.7.28.pom [2023-09-08T19:34:47.007Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.28/jcl-over-slf4j-1.7.28.pom [2023-09-08T19:34:47.007Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.28/jcl-over-slf4j-1.7.28.pom (964 B at 69 kB/s) [2023-09-08T19:34:47.007Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/edu/ucar/netcdf4/4.5.5/netcdf4-4.5.5.pom [2023-09-08T19:34:47.007Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/edu/ucar/netcdf4/4.5.5/netcdf4-4.5.5.pom [2023-09-08T19:34:47.007Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/edu/ucar/netcdf4/4.5.5/netcdf4-4.5.5.pom (1.0 kB at 63 kB/s) [2023-09-08T19:34:47.269Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/edu/ucar/thredds-parent/4.5.5/thredds-parent-4.5.5.pom [2023-09-08T19:34:47.269Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/edu/ucar/thredds-parent/4.5.5/thredds-parent-4.5.5.pom [2023-09-08T19:34:47.269Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/edu/ucar/thredds-parent/4.5.5/thredds-parent-4.5.5.pom (36 kB at 2.4 MB/s) [2023-09-08T19:34:47.269Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/edu/ucar/cdm/4.5.5/cdm-4.5.5.pom [2023-09-08T19:34:47.269Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/edu/ucar/cdm/4.5.5/cdm-4.5.5.pom [2023-09-08T19:34:47.269Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/edu/ucar/cdm/4.5.5/cdm-4.5.5.pom (6.4 kB at 534 kB/s) [2023-09-08T19:34:47.269Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/edu/ucar/udunits/4.5.5/udunits-4.5.5.pom [2023-09-08T19:34:47.269Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/edu/ucar/udunits/4.5.5/udunits-4.5.5.pom [2023-09-08T19:34:47.269Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/edu/ucar/udunits/4.5.5/udunits-4.5.5.pom (2.9 kB at 79 kB/s) [2023-09-08T19:34:47.269Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/joda-time/joda-time/2.2/joda-time-2.2.pom [2023-09-08T19:34:47.269Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/joda-time/joda-time/2.2/joda-time-2.2.pom [2023-09-08T19:34:47.269Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/joda-time/joda-time/2.2/joda-time-2.2.pom (16 kB at 522 kB/s) [2023-09-08T19:34:47.269Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.pom [2023-09-08T19:34:47.269Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.pom [2023-09-08T19:34:47.269Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.pom (491 B at 49 kB/s) [2023-09-08T19:34:47.269Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/edu/ucar/httpservices/4.5.5/httpservices-4.5.5.pom [2023-09-08T19:34:47.269Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/edu/ucar/httpservices/4.5.5/httpservices-4.5.5.pom [2023-09-08T19:34:47.269Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/edu/ucar/httpservices/4.5.5/httpservices-4.5.5.pom (3.6 kB at 137 kB/s) [2023-09-08T19:34:47.269Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/httpcomponents/httpmime/4.2.6/httpmime-4.2.6.pom [2023-09-08T19:34:47.269Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpmime/4.2.6/httpmime-4.2.6.pom [2023-09-08T19:34:47.530Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpmime/4.2.6/httpmime-4.2.6.pom (5.1 kB at 422 kB/s) [2023-09-08T19:34:47.530Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.pom [2023-09-08T19:34:47.530Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.pom [2023-09-08T19:34:47.530Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.pom (2.7 kB at 207 kB/s) [2023-09-08T19:34:47.530Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/slf4j/slf4j-parent/1.7.7/slf4j-parent-1.7.7.pom [2023-09-08T19:34:47.530Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.7/slf4j-parent-1.7.7.pom [2023-09-08T19:34:47.530Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.7/slf4j-parent-1.7.7.pom (12 kB at 992 kB/s) [2023-09-08T19:34:47.530Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.pom [2023-09-08T19:34:47.530Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.pom [2023-09-08T19:34:47.530Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.pom (1.9 kB at 154 kB/s) [2023-09-08T19:34:47.530Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/quartz-scheduler/quartz/2.2.0/quartz-2.2.0.pom [2023-09-08T19:34:47.530Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/quartz-scheduler/quartz/2.2.0/quartz-2.2.0.pom [2023-09-08T19:34:47.530Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/quartz-scheduler/quartz/2.2.0/quartz-2.2.0.pom (9.6 kB at 872 kB/s) [2023-09-08T19:34:47.530Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/quartz-scheduler/quartz-parent/2.2.0/quartz-parent-2.2.0.pom [2023-09-08T19:34:47.530Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/quartz-scheduler/quartz-parent/2.2.0/quartz-parent-2.2.0.pom [2023-09-08T19:34:47.530Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/quartz-scheduler/quartz-parent/2.2.0/quartz-parent-2.2.0.pom (14 kB at 1.1 MB/s) [2023-09-08T19:34:47.530Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/c3p0/c3p0/0.9.1.1/c3p0-0.9.1.1.pom [2023-09-08T19:34:47.530Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/c3p0/c3p0/0.9.1.1/c3p0-0.9.1.1.pom [2023-09-08T19:34:47.530Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/c3p0/c3p0/0.9.1.1/c3p0-0.9.1.1.pom (856 B at 78 kB/s) [2023-09-08T19:34:47.530Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/slf4j/slf4j-api/1.6.6/slf4j-api-1.6.6.pom [2023-09-08T19:34:47.530Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.6.6/slf4j-api-1.6.6.pom [2023-09-08T19:34:47.530Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.6.6/slf4j-api-1.6.6.pom (2.7 kB at 244 kB/s) [2023-09-08T19:34:47.530Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/slf4j/slf4j-parent/1.6.6/slf4j-parent-1.6.6.pom [2023-09-08T19:34:47.530Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.6.6/slf4j-parent-1.6.6.pom [2023-09-08T19:34:47.530Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.6.6/slf4j-parent-1.6.6.pom (13 kB at 1.2 MB/s) [2023-09-08T19:34:47.530Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/protobuf/protobuf-java/2.5.0/protobuf-java-2.5.0.pom [2023-09-08T19:34:47.530Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-java/2.5.0/protobuf-java-2.5.0.pom [2023-09-08T19:34:47.530Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-java/2.5.0/protobuf-java-2.5.0.pom (8.4 kB at 698 kB/s) [2023-09-08T19:34:47.530Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/net/sf/ehcache/ehcache-core/2.6.2/ehcache-core-2.6.2.pom [2023-09-08T19:34:47.530Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/sf/ehcache/ehcache-core/2.6.2/ehcache-core-2.6.2.pom [2023-09-08T19:34:47.530Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/sf/ehcache/ehcache-core/2.6.2/ehcache-core-2.6.2.pom (30 kB at 2.5 MB/s) [2023-09-08T19:34:47.791Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/net/sf/ehcache/ehcache-parent/2.3/ehcache-parent-2.3.pom [2023-09-08T19:34:47.791Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/sf/ehcache/ehcache-parent/2.3/ehcache-parent-2.3.pom [2023-09-08T19:34:47.791Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/sf/ehcache/ehcache-parent/2.3/ehcache-parent-2.3.pom (16 kB at 1.3 MB/s) [2023-09-08T19:34:47.791Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/slf4j/slf4j-api/1.6.1/slf4j-api-1.6.1.pom [2023-09-08T19:34:47.791Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.6.1/slf4j-api-1.6.1.pom [2023-09-08T19:34:47.791Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.6.1/slf4j-api-1.6.1.pom (3.0 kB at 125 kB/s) [2023-09-08T19:34:47.791Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/slf4j/slf4j-parent/1.6.1/slf4j-parent-1.6.1.pom [2023-09-08T19:34:47.791Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.6.1/slf4j-parent-1.6.1.pom [2023-09-08T19:34:47.791Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.6.1/slf4j-parent-1.6.1.pom (9.3 kB at 848 kB/s) [2023-09-08T19:34:47.791Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/itadaki/bzip2/0.9.1/bzip2-0.9.1.pom [2023-09-08T19:34:47.791Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/itadaki/bzip2/0.9.1/bzip2-0.9.1.pom [2023-09-08T19:34:47.791Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/itadaki/bzip2/0.9.1/bzip2-0.9.1.pom (3.7 kB at 234 kB/s) [2023-09-08T19:34:47.791Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/beust/jcommander/1.35/jcommander-1.35.pom [2023-09-08T19:34:47.791Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/beust/jcommander/1.35/jcommander-1.35.pom [2023-09-08T19:34:47.791Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/beust/jcommander/1.35/jcommander-1.35.pom (7.2 kB at 602 kB/s) [2023-09-08T19:34:47.791Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/sonatype/oss/oss-parent/3/oss-parent-3.pom [2023-09-08T19:34:47.791Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/3/oss-parent-3.pom [2023-09-08T19:34:47.791Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/3/oss-parent-3.pom (3.4 kB at 305 kB/s) [2023-09-08T19:34:47.791Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/guava/guava/28.2-jre/guava-28.2-jre.pom [2023-09-08T19:34:47.791Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/28.2-jre/guava-28.2-jre.pom [2023-09-08T19:34:47.791Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/28.2-jre/guava-28.2-jre.pom (11 kB at 993 kB/s) [2023-09-08T19:34:47.791Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/guava/guava-parent/28.2-jre/guava-parent-28.2-jre.pom [2023-09-08T19:34:47.791Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/28.2-jre/guava-parent-28.2-jre.pom [2023-09-08T19:34:47.791Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/28.2-jre/guava-parent-28.2-jre.pom (13 kB at 1.2 MB/s) [2023-09-08T19:34:47.791Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/checkerframework/checker-qual/2.10.0/checker-qual-2.10.0.pom [2023-09-08T19:34:47.791Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/2.10.0/checker-qual-2.10.0.pom [2023-09-08T19:34:48.048Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/2.10.0/checker-qual-2.10.0.pom (2.4 kB at 267 kB/s) [2023-09-08T19:34:48.048Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.4.pom [2023-09-08T19:34:48.048Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.4.pom [2023-09-08T19:34:48.048Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.4.pom (2.1 kB at 176 kB/s) [2023-09-08T19:34:48.048Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/errorprone/error_prone_parent/2.3.4/error_prone_parent-2.3.4.pom [2023-09-08T19:34:48.048Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_parent/2.3.4/error_prone_parent-2.3.4.pom [2023-09-08T19:34:48.048Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_parent/2.3.4/error_prone_parent-2.3.4.pom (5.4 kB at 542 kB/s) [2023-09-08T19:34:48.048Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/edu/ucar/grib/4.5.5/grib-4.5.5.pom [2023-09-08T19:34:48.048Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/edu/ucar/grib/4.5.5/grib-4.5.5.pom [2023-09-08T19:34:48.048Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/edu/ucar/grib/4.5.5/grib-4.5.5.pom (3.4 kB at 130 kB/s) [2023-09-08T19:34:48.048Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom [2023-09-08T19:34:48.048Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom [2023-09-08T19:34:48.048Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom (18 kB at 1.3 MB/s) [2023-09-08T19:34:48.048Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/commons/commons-parent/5/commons-parent-5.pom [2023-09-08T19:34:48.304Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/5/commons-parent-5.pom [2023-09-08T19:34:48.304Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/5/commons-parent-5.pom (16 kB at 1.6 MB/s) [2023-09-08T19:34:48.304Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/beust/jcommander/1.78/jcommander-1.78.pom [2023-09-08T19:34:48.304Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/beust/jcommander/1.78/jcommander-1.78.pom [2023-09-08T19:34:48.304Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/beust/jcommander/1.78/jcommander-1.78.pom (1.2 kB at 108 kB/s) [2023-09-08T19:34:48.304Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/net/java/dev/jna/jna/5.5.0/jna-5.5.0.pom [2023-09-08T19:34:48.304Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/5.5.0/jna-5.5.0.pom [2023-09-08T19:34:48.304Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/5.5.0/jna-5.5.0.pom (1.6 kB at 144 kB/s) [2023-09-08T19:34:48.304Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/jsoup/jsoup/1.13.1/jsoup-1.13.1.pom [2023-09-08T19:34:48.559Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jsoup/jsoup/1.13.1/jsoup-1.13.1.pom [2023-09-08T19:34:48.559Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jsoup/jsoup/1.13.1/jsoup-1.13.1.pom (9.2 kB at 833 kB/s) [2023-09-08T19:34:48.559Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/protobuf/protobuf-java/3.11.4/protobuf-java-3.11.4.pom [2023-09-08T19:34:48.560Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-java/3.11.4/protobuf-java-3.11.4.pom [2023-09-08T19:34:48.560Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-java/3.11.4/protobuf-java-3.11.4.pom (5.6 kB at 464 kB/s) [2023-09-08T19:34:48.560Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/protobuf/protobuf-parent/3.11.4/protobuf-parent-3.11.4.pom [2023-09-08T19:34:48.818Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-parent/3.11.4/protobuf-parent-3.11.4.pom [2023-09-08T19:34:48.818Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-parent/3.11.4/protobuf-parent-3.11.4.pom (7.7 kB at 640 kB/s) [2023-09-08T19:34:48.818Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/protobuf/protobuf-bom/3.11.4/protobuf-bom-3.11.4.pom [2023-09-08T19:34:48.818Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-bom/3.11.4/protobuf-bom-3.11.4.pom [2023-09-08T19:34:48.818Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-bom/3.11.4/protobuf-bom-3.11.4.pom (3.5 kB at 295 kB/s) [2023-09-08T19:34:48.818Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/quartz-scheduler/quartz/2.3.2/quartz-2.3.2.pom [2023-09-08T19:34:48.818Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/quartz-scheduler/quartz/2.3.2/quartz-2.3.2.pom [2023-09-08T19:34:48.818Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/quartz-scheduler/quartz/2.3.2/quartz-2.3.2.pom (9.0 kB at 819 kB/s) [2023-09-08T19:34:48.818Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/quartz-scheduler/quartz-parent/2.3.2/quartz-parent-2.3.2.pom [2023-09-08T19:34:48.818Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/quartz-scheduler/quartz-parent/2.3.2/quartz-parent-2.3.2.pom [2023-09-08T19:34:48.818Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/quartz-scheduler/quartz-parent/2.3.2/quartz-parent-2.3.2.pom (15 kB at 1.3 MB/s) [2023-09-08T19:34:48.818Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/zaxxer/HikariCP-java7/2.4.13/HikariCP-java7-2.4.13.pom [2023-09-08T19:34:48.818Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/zaxxer/HikariCP-java7/2.4.13/HikariCP-java7-2.4.13.pom [2023-09-08T19:34:48.818Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/zaxxer/HikariCP-java7/2.4.13/HikariCP-java7-2.4.13.pom (18 kB at 1.4 MB/s) [2023-09-08T19:34:48.818Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/slf4j/slf4j-api/1.7.21/slf4j-api-1.7.21.pom [2023-09-08T19:34:48.818Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.21/slf4j-api-1.7.21.pom [2023-09-08T19:34:48.818Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.21/slf4j-api-1.7.21.pom (2.8 kB at 278 kB/s) [2023-09-08T19:34:48.818Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/slf4j/slf4j-parent/1.7.21/slf4j-parent-1.7.21.pom [2023-09-08T19:34:48.818Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.21/slf4j-parent-1.7.21.pom [2023-09-08T19:34:48.818Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.21/slf4j-parent-1.7.21.pom (14 kB at 1.2 MB/s) [2023-09-08T19:34:48.818Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/mchange/c3p0/0.9.5.5/c3p0-0.9.5.5.pom [2023-09-08T19:34:48.818Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/mchange/c3p0/0.9.5.5/c3p0-0.9.5.5.pom [2023-09-08T19:34:48.818Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/mchange/c3p0/0.9.5.5/c3p0-0.9.5.5.pom (1.5 kB at 153 kB/s) [2023-09-08T19:34:48.818Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/mchange/mchange-commons-java/0.2.19/mchange-commons-java-0.2.19.pom [2023-09-08T19:34:48.818Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/mchange/mchange-commons-java/0.2.19/mchange-commons-java-0.2.19.pom [2023-09-08T19:34:48.818Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/mchange/mchange-commons-java/0.2.19/mchange-commons-java-0.2.19.pom (3.7 kB at 309 kB/s) [2023-09-08T19:34:48.818Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/httpcomponents/httpmime/4.5.12/httpmime-4.5.12.pom [2023-09-08T19:34:48.818Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpmime/4.5.12/httpmime-4.5.12.pom [2023-09-08T19:34:49.075Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpmime/4.5.12/httpmime-4.5.12.pom (5.2 kB at 434 kB/s) [2023-09-08T19:34:49.075Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/sis/core/sis-utility/1.0/sis-utility-1.0.pom [2023-09-08T19:34:49.075Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/sis/core/sis-utility/1.0/sis-utility-1.0.pom [2023-09-08T19:34:49.075Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/sis/core/sis-utility/1.0/sis-utility-1.0.pom (4.9 kB at 405 kB/s) [2023-09-08T19:34:49.075Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/sis/core/1.0/core-1.0.pom [2023-09-08T19:34:49.075Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/sis/core/1.0/core-1.0.pom [2023-09-08T19:34:49.075Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/sis/core/1.0/core-1.0.pom (6.2 kB at 516 kB/s) [2023-09-08T19:34:49.075Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/sis/parent/1.0/parent-1.0.pom [2023-09-08T19:34:49.075Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/sis/parent/1.0/parent-1.0.pom [2023-09-08T19:34:49.075Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/sis/parent/1.0/parent-1.0.pom (40 kB at 3.1 MB/s) [2023-09-08T19:34:49.075Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/opengis/geoapi-parent/3.0.1/geoapi-parent-3.0.1.pom [2023-09-08T19:34:49.075Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/opengis/geoapi-parent/3.0.1/geoapi-parent-3.0.1.pom [2023-09-08T19:34:49.075Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/opengis/geoapi-parent/3.0.1/geoapi-parent-3.0.1.pom (16 kB at 1.3 MB/s) [2023-09-08T19:34:49.075Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/javax/measure/unit-api/1.0/unit-api-1.0.pom [2023-09-08T19:34:49.075Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/measure/unit-api/1.0/unit-api-1.0.pom [2023-09-08T19:34:49.075Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/measure/unit-api/1.0/unit-api-1.0.pom (27 kB at 2.1 MB/s) [2023-09-08T19:34:49.075Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/opengis/geoapi/3.0.1/geoapi-3.0.1.pom [2023-09-08T19:34:49.075Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/opengis/geoapi/3.0.1/geoapi-3.0.1.pom [2023-09-08T19:34:49.075Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/opengis/geoapi/3.0.1/geoapi-3.0.1.pom (5.1 kB at 423 kB/s) [2023-09-08T19:34:49.075Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/sis/storage/sis-netcdf/1.0/sis-netcdf-1.0.pom [2023-09-08T19:34:49.075Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/sis/storage/sis-netcdf/1.0/sis-netcdf-1.0.pom [2023-09-08T19:34:49.075Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/sis/storage/sis-netcdf/1.0/sis-netcdf-1.0.pom (4.5 kB at 134 kB/s) [2023-09-08T19:34:49.075Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/sis/storage/1.0/storage-1.0.pom [2023-09-08T19:34:49.075Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/sis/storage/1.0/storage-1.0.pom [2023-09-08T19:34:49.333Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/sis/storage/1.0/storage-1.0.pom (5.4 kB at 78 kB/s) [2023-09-08T19:34:49.333Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/sis/storage/sis-storage/1.0/sis-storage-1.0.pom [2023-09-08T19:34:49.333Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/sis/storage/sis-storage/1.0/sis-storage-1.0.pom [2023-09-08T19:34:49.333Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/sis/storage/sis-storage/1.0/sis-storage-1.0.pom (4.7 kB at 424 kB/s) [2023-09-08T19:34:49.333Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/sis/core/sis-feature/1.0/sis-feature-1.0.pom [2023-09-08T19:34:49.333Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/sis/core/sis-feature/1.0/sis-feature-1.0.pom [2023-09-08T19:34:49.333Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/sis/core/sis-feature/1.0/sis-feature-1.0.pom (5.3 kB at 440 kB/s) [2023-09-08T19:34:49.333Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/sis/core/sis-metadata/1.0/sis-metadata-1.0.pom [2023-09-08T19:34:49.333Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/sis/core/sis-metadata/1.0/sis-metadata-1.0.pom [2023-09-08T19:34:49.333Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/sis/core/sis-metadata/1.0/sis-metadata-1.0.pom (5.5 kB at 461 kB/s) [2023-09-08T19:34:49.333Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/sis/core/sis-referencing/1.0/sis-referencing-1.0.pom [2023-09-08T19:34:49.333Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/sis/core/sis-referencing/1.0/sis-referencing-1.0.pom [2023-09-08T19:34:49.333Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/sis/core/sis-referencing/1.0/sis-referencing-1.0.pom (5.1 kB at 318 kB/s) [2023-09-08T19:34:49.333Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/edu/usc/ir/sentiment-analysis-parser/0.1/sentiment-analysis-parser-0.1.pom [2023-09-08T19:34:49.333Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/edu/usc/ir/sentiment-analysis-parser/0.1/sentiment-analysis-parser-0.1.pom [2023-09-08T19:34:49.333Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/edu/usc/ir/sentiment-analysis-parser/0.1/sentiment-analysis-parser-0.1.pom (8.1 kB at 577 kB/s) [2023-09-08T19:34:49.333Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/fasterxml/jackson/core/jackson-core/2.10.3/jackson-core-2.10.3.pom [2023-09-08T19:34:49.333Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.10.3/jackson-core-2.10.3.pom [2023-09-08T19:34:49.333Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.10.3/jackson-core-2.10.3.pom (4.6 kB at 464 kB/s) [2023-09-08T19:34:49.333Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/fasterxml/jackson/jackson-base/2.10.3/jackson-base-2.10.3.pom [2023-09-08T19:34:49.333Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-base/2.10.3/jackson-base-2.10.3.pom [2023-09-08T19:34:49.333Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-base/2.10.3/jackson-base-2.10.3.pom (7.2 kB at 602 kB/s) [2023-09-08T19:34:49.333Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/fasterxml/jackson/jackson-bom/2.10.3/jackson-bom-2.10.3.pom [2023-09-08T19:34:49.589Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-bom/2.10.3/jackson-bom-2.10.3.pom [2023-09-08T19:34:49.589Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-bom/2.10.3/jackson-bom-2.10.3.pom (13 kB at 962 kB/s) [2023-09-08T19:34:49.589Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/fasterxml/jackson/jackson-parent/2.10/jackson-parent-2.10.pom [2023-09-08T19:34:49.590Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-parent/2.10/jackson-parent-2.10.pom [2023-09-08T19:34:49.590Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-parent/2.10/jackson-parent-2.10.pom (8.3 kB at 825 kB/s) [2023-09-08T19:34:49.590Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/fasterxml/oss-parent/38/oss-parent-38.pom [2023-09-08T19:34:49.590Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/38/oss-parent-38.pom [2023-09-08T19:34:49.590Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/38/oss-parent-38.pom (23 kB at 2.1 MB/s) [2023-09-08T19:34:49.590Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/fasterxml/jackson/core/jackson-databind/2.10.3/jackson-databind-2.10.3.pom [2023-09-08T19:34:49.590Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.10.3/jackson-databind-2.10.3.pom [2023-09-08T19:34:49.590Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.10.3/jackson-databind-2.10.3.pom (7.2 kB at 596 kB/s) [2023-09-08T19:34:49.590Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/fasterxml/jackson/core/jackson-annotations/2.10.3/jackson-annotations-2.10.3.pom [2023-09-08T19:34:49.590Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.10.3/jackson-annotations-2.10.3.pom [2023-09-08T19:34:49.590Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.10.3/jackson-annotations-2.10.3.pom (3.4 kB at 286 kB/s) [2023-09-08T19:34:49.590Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/pdfbox/jbig2-imageio/3.0.3/jbig2-imageio-3.0.3.pom [2023-09-08T19:34:49.590Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/pdfbox/jbig2-imageio/3.0.3/jbig2-imageio-3.0.3.pom [2023-09-08T19:34:49.590Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/pdfbox/jbig2-imageio/3.0.3/jbig2-imageio-3.0.3.pom (16 kB at 1.4 MB/s) [2023-09-08T19:34:49.590Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/github/jai-imageio/jai-imageio-core/1.4.0/jai-imageio-core-1.4.0.pom [2023-09-08T19:34:49.590Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/jai-imageio/jai-imageio-core/1.4.0/jai-imageio-core-1.4.0.pom [2023-09-08T19:34:49.590Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/jai-imageio/jai-imageio-core/1.4.0/jai-imageio-core-1.4.0.pom (12 kB at 979 kB/s) [2023-09-08T19:34:49.590Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/tika/tika-parsers/1.24.1/tika-parsers-1.24.1.jar [2023-09-08T19:34:49.590Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/sun/istack/istack-commons-runtime/3.0.8/istack-commons-runtime-3.0.8.jar [2023-09-08T19:34:49.590Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/glassfish/jaxb/txw2/2.3.2/txw2-2.3.2.jar [2023-09-08T19:34:49.590Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/glassfish/jaxb/jaxb-runtime/2.3.2/jaxb-runtime-2.3.2.jar [2023-09-08T19:34:49.590Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/jvnet/staxex/stax-ex/1.8.1/stax-ex-1.8.1.jar [2023-09-08T19:34:49.590Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/sun/xml/fastinfoset/FastInfoset/1.2.16/FastInfoset-1.2.16.jar [2023-09-08T19:34:49.590Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/xerces/xercesImpl/2.12.0/xercesImpl-2.12.0.jar [2023-09-08T19:34:49.590Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.jar [2023-09-08T19:34:49.590Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/gagravarr/vorbis-java-tika/0.8/vorbis-java-tika-0.8.jar [2023-09-08T19:34:49.590Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/tallison/jmatio/1.5/jmatio-1.5.jar [2023-09-08T19:34:49.590Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/james/apache-mime4j-core/0.8.3/apache-mime4j-core-0.8.3.jar [2023-09-08T19:34:49.590Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/james/apache-mime4j-dom/0.8.3/apache-mime4j-dom-0.8.3.jar [2023-09-08T19:34:49.590Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/epam/parso/2.0.11/parso-2.0.11.jar [2023-09-08T19:34:49.590Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/brotli/dec/0.1.2/dec-0.1.2.jar [2023-09-08T19:34:49.590Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/pdfbox/pdfbox/2.0.19/pdfbox-2.0.19.jar [2023-09-08T19:34:49.590Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/pdfbox/fontbox/2.0.19/fontbox-2.0.19.jar [2023-09-08T19:34:49.590Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/pdfbox/pdfbox-tools/2.0.19/pdfbox-tools-2.0.19.jar [2023-09-08T19:34:49.590Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/pdfbox/preflight/2.0.19/preflight-2.0.19.jar [2023-09-08T19:34:49.590Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/pdfbox/xmpbox/2.0.19/xmpbox-2.0.19.jar [2023-09-08T19:34:49.590Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/pdfbox/jempbox/1.8.16/jempbox-1.8.16.jar [2023-09-08T19:34:49.590Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/bouncycastle/bcmail-jdk15on/1.65/bcmail-jdk15on-1.65.jar [2023-09-08T19:34:49.590Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/bouncycastle/bcpkix-jdk15on/1.65/bcpkix-jdk15on-1.65.jar [2023-09-08T19:34:49.590Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/bouncycastle/bcprov-jdk15on/1.65/bcprov-jdk15on-1.65.jar [2023-09-08T19:34:49.590Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/poi/poi/4.1.2/poi-4.1.2.jar [2023-09-08T19:34:49.590Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/zaxxer/SparseBitSet/1.2/SparseBitSet-1.2.jar [2023-09-08T19:34:49.590Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/poi/poi-scratchpad/4.1.2/poi-scratchpad-4.1.2.jar [2023-09-08T19:34:49.590Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/poi/poi-ooxml/4.1.2/poi-ooxml-4.1.2.jar [2023-09-08T19:34:49.590Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/poi/poi-ooxml-schemas/4.1.2/poi-ooxml-schemas-4.1.2.jar [2023-09-08T19:34:49.590Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/healthmarketscience/jackcess/jackcess/3.0.1/jackcess-3.0.1.jar [2023-09-08T19:34:49.590Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/healthmarketscience/jackcess/jackcess-encrypt/3.0.0/jackcess-encrypt-3.0.0.jar [2023-09-08T19:34:49.590Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/ccil/cowan/tagsoup/tagsoup/1.2.1/tagsoup-1.2.1.jar [2023-09-08T19:34:49.590Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/tallison/isoparser/1.9.41.2/isoparser-1.9.41.2.jar [2023-09-08T19:34:49.590Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/tallison/xmp/xmpcore-shaded/6.1.10/xmpcore-shaded-6.1.10.jar [2023-09-08T19:34:49.590Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/tallison/metadata-extractor/2.13.0/metadata-extractor-2.13.0.jar [2023-09-08T19:34:49.590Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/adobe/xmp/xmpcore/6.1.10/xmpcore-6.1.10.jar [2023-09-08T19:34:49.590Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/de/l3s/boilerpipe/boilerpipe/1.1.0/boilerpipe-1.1.0.jar [2023-09-08T19:34:49.590Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/rometools/rome/1.12.2/rome-1.12.2.jar [2023-09-08T19:34:49.590Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/rometools/rome-utils/1.12.2/rome-utils-1.12.2.jar [2023-09-08T19:34:49.590Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/gagravarr/vorbis-java-core/0.8/vorbis-java-core-0.8.jar [2023-09-08T19:34:49.590Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/googlecode/juniversalchardet/juniversalchardet/1.0.3/juniversalchardet-1.0.3.jar [2023-09-08T19:34:49.590Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/codelibs/jhighlight/1.0.3/jhighlight-1.0.3.jar [2023-09-08T19:34:49.591Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/pff/java-libpst/0.9.3/java-libpst-0.9.3.jar [2023-09-08T19:34:49.591Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/github/junrar/junrar/4.0.0/junrar-4.0.0.jar [2023-09-08T19:34:49.591Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/cxf/cxf-rt-rs-client/3.3.6/cxf-rt-rs-client-3.3.6.jar [2023-09-08T19:34:49.591Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/cxf/cxf-rt-transports-http/3.3.6/cxf-rt-transports-http-3.3.6.jar [2023-09-08T19:34:49.591Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/cxf/cxf-core/3.3.6/cxf-core-3.3.6.jar [2023-09-08T19:34:49.847Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/fasterxml/woodstox/woodstox-core/5.0.3/woodstox-core-5.0.3.jar [2023-09-08T19:34:49.847Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/codehaus/woodstox/stax2-api/3.1.4/stax2-api-3.1.4.jar [2023-09-08T19:34:49.847Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/ws/xmlschema/xmlschema-core/2.2.5/xmlschema-core-2.2.5.jar [2023-09-08T19:34:49.847Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/cxf/cxf-rt-frontend-jaxrs/3.3.6/cxf-rt-frontend-jaxrs-3.3.6.jar [2023-09-08T19:34:49.847Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/jakarta/ws/rs/jakarta.ws.rs-api/2.1.5/jakarta.ws.rs-api-2.1.5.jar [2023-09-08T19:34:49.847Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/cxf/cxf-rt-security/3.3.6/cxf-rt-security-3.3.6.jar [2023-09-08T19:34:49.847Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/javax/xml/ws/jaxws-api/2.3.1/jaxws-api-2.3.1.jar [2023-09-08T19:34:49.847Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/javax/xml/soap/javax.xml.soap-api/1.4.0/javax.xml.soap-api-1.4.0.jar [2023-09-08T19:34:49.847Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/sun/activation/javax.activation/1.2.0/javax.activation-1.2.0.jar [2023-09-08T19:34:49.847Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/geronimo/specs/geronimo-ws-metadata_2.0_spec/1.1.3/geronimo-ws-metadata_2.0_spec-1.1.3.jar [2023-09-08T19:34:49.847Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/sun/xml/messaging/saaj/saaj-impl/1.4.0-b03/saaj-impl-1.4.0-b03.jar [2023-09-08T19:34:49.847Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/jvnet/mimepull/mimepull/1.9.7/mimepull-1.9.7.jar [2023-09-08T19:34:49.847Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/jacorb/jacorb-omgapi/3.9/jacorb-omgapi-3.9.jar [2023-09-08T19:34:49.847Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/geronimo/specs/geronimo-jta_1.1_spec/1.1.1/geronimo-jta_1.1_spec-1.1.1.jar [2023-09-08T19:34:49.847Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/jboss/spec/javax/rmi/jboss-rmi-api_1.0_spec/1.0.6.Final/jboss-rmi-api_1.0_spec-1.0.6.Final.jar [2023-09-08T19:34:49.847Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/opennlp/opennlp-tools/1.9.2/opennlp-tools-1.9.2.jar [2023-09-08T19:34:49.847Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/googlecode/json-simple/json-simple/1.1.1/json-simple-1.1.1.jar [2023-09-08T19:34:49.847Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/github/openjson/openjson/1.0.12/openjson-1.0.12.jar [2023-09-08T19:34:49.847Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/code/gson/gson/2.8.6/gson-2.8.6.jar [2023-09-08T19:34:49.847Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/slf4j/slf4j-api/1.7.28/slf4j-api-1.7.28.jar [2023-09-08T19:34:49.847Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/slf4j/jul-to-slf4j/1.7.28/jul-to-slf4j-1.7.28.jar [2023-09-08T19:34:49.847Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/slf4j/jcl-over-slf4j/1.7.28/jcl-over-slf4j-1.7.28.jar [2023-09-08T19:34:49.847Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/edu/ucar/netcdf4/4.5.5/netcdf4-4.5.5.jar [2023-09-08T19:34:49.847Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.jar [2023-09-08T19:34:49.847Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/jdom/jdom2/2.0.6/jdom2-2.0.6.jar [2023-09-08T19:34:49.847Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/guava/guava/28.2-jre/guava-28.2-jre.jar [2023-09-08T19:34:49.847Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/checkerframework/checker-qual/2.10.0/checker-qual-2.10.0.jar [2023-09-08T19:34:49.847Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.4.jar [2023-09-08T19:34:49.847Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/edu/ucar/grib/4.5.5/grib-4.5.5.jar [2023-09-08T19:34:49.847Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/itadaki/bzip2/0.9.1/bzip2-0.9.1.jar [2023-09-08T19:34:49.847Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/beust/jcommander/1.78/jcommander-1.78.jar [2023-09-08T19:34:49.847Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/net/java/dev/jna/jna/5.5.0/jna-5.5.0.jar [2023-09-08T19:34:49.847Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/jsoup/jsoup/1.13.1/jsoup-1.13.1.jar [2023-09-08T19:34:49.847Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/protobuf/protobuf-java/3.11.4/protobuf-java-3.11.4.jar [2023-09-08T19:34:49.847Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/edu/ucar/cdm/4.5.5/cdm-4.5.5.jar [2023-09-08T19:34:49.847Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/edu/ucar/udunits/4.5.5/udunits-4.5.5.jar [2023-09-08T19:34:49.847Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/joda-time/joda-time/2.2/joda-time-2.2.jar [2023-09-08T19:34:49.847Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/net/sf/ehcache/ehcache-core/2.6.2/ehcache-core-2.6.2.jar [2023-09-08T19:34:49.847Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/quartz-scheduler/quartz/2.3.2/quartz-2.3.2.jar [2023-09-08T19:34:49.847Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/zaxxer/HikariCP-java7/2.4.13/HikariCP-java7-2.4.13.jar [2023-09-08T19:34:49.847Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/mchange/c3p0/0.9.5.5/c3p0-0.9.5.5.jar [2023-09-08T19:34:49.847Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/mchange/mchange-commons-java/0.2.19/mchange-commons-java-0.2.19.jar [2023-09-08T19:34:49.847Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/edu/ucar/httpservices/4.5.5/httpservices-4.5.5.jar [2023-09-08T19:34:49.847Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/httpcomponents/httpmime/4.5.12/httpmime-4.5.12.jar [2023-09-08T19:34:49.847Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/sis/core/sis-utility/1.0/sis-utility-1.0.jar [2023-09-08T19:34:49.847Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/javax/measure/unit-api/1.0/unit-api-1.0.jar [2023-09-08T19:34:49.847Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/sis/storage/sis-netcdf/1.0/sis-netcdf-1.0.jar [2023-09-08T19:34:49.848Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/sis/storage/sis-storage/1.0/sis-storage-1.0.jar [2023-09-08T19:34:49.848Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/sis/core/sis-feature/1.0/sis-feature-1.0.jar [2023-09-08T19:34:49.848Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/sis/core/sis-referencing/1.0/sis-referencing-1.0.jar [2023-09-08T19:34:49.848Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/sis/core/sis-metadata/1.0/sis-metadata-1.0.jar [2023-09-08T19:34:49.848Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/opengis/geoapi/3.0.1/geoapi-3.0.1.jar [2023-09-08T19:34:49.848Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/edu/usc/ir/sentiment-analysis-parser/0.1/sentiment-analysis-parser-0.1.jar [2023-09-08T19:34:49.848Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/fasterxml/jackson/core/jackson-core/2.10.3/jackson-core-2.10.3.jar [2023-09-08T19:34:49.848Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/fasterxml/jackson/core/jackson-databind/2.10.3/jackson-databind-2.10.3.jar [2023-09-08T19:34:49.848Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/fasterxml/jackson/core/jackson-annotations/2.10.3/jackson-annotations-2.10.3.jar [2023-09-08T19:34:49.848Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/pdfbox/jbig2-imageio/3.0.3/jbig2-imageio-3.0.3.jar [2023-09-08T19:34:49.848Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/github/jai-imageio/jai-imageio-core/1.4.0/jai-imageio-core-1.4.0.jar [2023-09-08T19:34:50.796Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/tika/tika-parsers/1.24.1/tika-parsers-1.24.1.jar [2023-09-08T19:34:50.796Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/txw2/2.3.2/txw2-2.3.2.jar [2023-09-08T19:34:50.796Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-runtime/2.3.2/jaxb-runtime-2.3.2.jar [2023-09-08T19:34:50.796Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jvnet/staxex/stax-ex/1.8.1/stax-ex-1.8.1.jar [2023-09-08T19:34:50.796Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sun/istack/istack-commons-runtime/3.0.8/istack-commons-runtime-3.0.8.jar [2023-09-08T19:34:50.796Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/txw2/2.3.2/txw2-2.3.2.jar (72 kB at 5.1 MB/s) [2023-09-08T19:34:50.796Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sun/xml/fastinfoset/FastInfoset/1.2.16/FastInfoset-1.2.16.jar [2023-09-08T19:34:50.796Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/istack/istack-commons-runtime/3.0.8/istack-commons-runtime-3.0.8.jar (27 kB at 1.9 MB/s) [2023-09-08T19:34:50.796Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/xerces/xercesImpl/2.12.0/xercesImpl-2.12.0.jar [2023-09-08T19:34:50.796Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jvnet/staxex/stax-ex/1.8.1/stax-ex-1.8.1.jar (38 kB at 2.2 MB/s) [2023-09-08T19:34:50.796Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.jar [2023-09-08T19:34:50.796Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-runtime/2.3.2/jaxb-runtime-2.3.2.jar (1.0 MB at 38 MB/s) [2023-09-08T19:34:50.796Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/gagravarr/vorbis-java-tika/0.8/vorbis-java-tika-0.8.jar [2023-09-08T19:34:50.796Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.jar (27 kB at 665 kB/s) [2023-09-08T19:34:50.796Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/tallison/jmatio/1.5/jmatio-1.5.jar [2023-09-08T19:34:50.796Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/xml/fastinfoset/FastInfoset/1.2.16/FastInfoset-1.2.16.jar (317 kB at 7.4 MB/s) [2023-09-08T19:34:50.796Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/james/apache-mime4j-core/0.8.3/apache-mime4j-core-0.8.3.jar [2023-09-08T19:34:50.796Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/gagravarr/vorbis-java-tika/0.8/vorbis-java-tika-0.8.jar (25 kB at 509 kB/s) [2023-09-08T19:34:50.796Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/james/apache-mime4j-dom/0.8.3/apache-mime4j-dom-0.8.3.jar [2023-09-08T19:34:50.796Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/tallison/jmatio/1.5/jmatio-1.5.jar (76 kB at 1.4 MB/s) [2023-09-08T19:34:50.796Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/epam/parso/2.0.11/parso-2.0.11.jar [2023-09-08T19:34:50.796Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/james/apache-mime4j-core/0.8.3/apache-mime4j-core-0.8.3.jar (104 kB at 1.8 MB/s) [2023-09-08T19:34:50.796Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/brotli/dec/0.1.2/dec-0.1.2.jar [2023-09-08T19:34:50.796Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/xerces/xercesImpl/2.12.0/xercesImpl-2.12.0.jar (1.4 MB at 23 MB/s) [2023-09-08T19:34:50.796Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/tika/tika-parsers/1.24.1/tika-parsers-1.24.1.jar (1.3 MB at 22 MB/s) [2023-09-08T19:34:50.796Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/pdfbox/fontbox/2.0.19/fontbox-2.0.19.jar [2023-09-08T19:34:50.796Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/pdfbox/pdfbox/2.0.19/pdfbox-2.0.19.jar [2023-09-08T19:34:50.796Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/james/apache-mime4j-dom/0.8.3/apache-mime4j-dom-0.8.3.jar (331 kB at 4.9 MB/s) [2023-09-08T19:34:50.796Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/pdfbox/pdfbox-tools/2.0.19/pdfbox-tools-2.0.19.jar [2023-09-08T19:34:50.796Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/epam/parso/2.0.11/parso-2.0.11.jar (57 kB at 810 kB/s) [2023-09-08T19:34:50.796Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/pdfbox/preflight/2.0.19/preflight-2.0.19.jar [2023-09-08T19:34:50.796Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/brotli/dec/0.1.2/dec-0.1.2.jar (98 kB at 1.4 MB/s) [2023-09-08T19:34:50.796Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/pdfbox/xmpbox/2.0.19/xmpbox-2.0.19.jar [2023-09-08T19:34:50.796Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/pdfbox/pdfbox-tools/2.0.19/pdfbox-tools-2.0.19.jar (81 kB at 1.0 MB/s) [2023-09-08T19:34:50.796Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/pdfbox/jempbox/1.8.16/jempbox-1.8.16.jar [2023-09-08T19:34:50.796Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/pdfbox/jempbox/1.8.16/jempbox-1.8.16.jar (52 kB at 475 kB/s) [2023-09-08T19:34:50.796Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcmail-jdk15on/1.65/bcmail-jdk15on-1.65.jar [2023-09-08T19:34:50.796Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/pdfbox/xmpbox/2.0.19/xmpbox-2.0.19.jar (132 kB at 1.1 MB/s) [2023-09-08T19:34:50.796Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcpkix-jdk15on/1.65/bcpkix-jdk15on-1.65.jar [2023-09-08T19:34:50.796Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/pdfbox/preflight/2.0.19/preflight-2.0.19.jar (248 kB at 1.9 MB/s) [2023-09-08T19:34:50.796Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcprov-jdk15on/1.65/bcprov-jdk15on-1.65.jar [2023-09-08T19:34:50.796Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/pdfbox/fontbox/2.0.19/fontbox-2.0.19.jar (1.6 MB at 11 MB/s) [2023-09-08T19:34:50.796Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/poi/poi/4.1.2/poi-4.1.2.jar [2023-09-08T19:34:50.796Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/pdfbox/pdfbox/2.0.19/pdfbox-2.0.19.jar (2.7 MB at 19 MB/s) [2023-09-08T19:34:50.796Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/zaxxer/SparseBitSet/1.2/SparseBitSet-1.2.jar [2023-09-08T19:34:50.796Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcpkix-jdk15on/1.65/bcpkix-jdk15on-1.65.jar (879 kB at 6.1 MB/s) [2023-09-08T19:34:50.796Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/poi/poi-scratchpad/4.1.2/poi-scratchpad-4.1.2.jar [2023-09-08T19:34:50.796Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/zaxxer/SparseBitSet/1.2/SparseBitSet-1.2.jar (25 kB at 160 kB/s) [2023-09-08T19:34:50.796Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/poi/poi-ooxml/4.1.2/poi-ooxml-4.1.2.jar [2023-09-08T19:34:50.796Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcmail-jdk15on/1.65/bcmail-jdk15on-1.65.jar (110 kB at 695 kB/s) [2023-09-08T19:34:50.796Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/poi/poi-ooxml-schemas/4.1.2/poi-ooxml-schemas-4.1.2.jar [2023-09-08T19:34:50.796Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/poi/poi-scratchpad/4.1.2/poi-scratchpad-4.1.2.jar (1.8 MB at 7.7 MB/s) [2023-09-08T19:34:50.796Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/healthmarketscience/jackcess/jackcess/3.0.1/jackcess-3.0.1.jar [2023-09-08T19:34:50.796Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/poi/poi/4.1.2/poi-4.1.2.jar (2.9 MB at 11 MB/s) [2023-09-08T19:34:50.796Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/healthmarketscience/jackcess/jackcess-encrypt/3.0.0/jackcess-encrypt-3.0.0.jar [2023-09-08T19:34:51.056Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/poi/poi-ooxml/4.1.2/poi-ooxml-4.1.2.jar (1.9 MB at 6.8 MB/s) [2023-09-08T19:34:51.056Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ccil/cowan/tagsoup/tagsoup/1.2.1/tagsoup-1.2.1.jar [2023-09-08T19:34:51.056Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/healthmarketscience/jackcess/jackcess-encrypt/3.0.0/jackcess-encrypt-3.0.0.jar (89 kB at 312 kB/s) [2023-09-08T19:34:51.057Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/tallison/isoparser/1.9.41.2/isoparser-1.9.41.2.jar [2023-09-08T19:34:51.057Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ccil/cowan/tagsoup/tagsoup/1.2.1/tagsoup-1.2.1.jar (91 kB at 311 kB/s) [2023-09-08T19:34:51.057Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/tallison/metadata-extractor/2.13.0/metadata-extractor-2.13.0.jar [2023-09-08T19:34:51.057Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/healthmarketscience/jackcess/jackcess/3.0.1/jackcess-3.0.1.jar (1.3 MB at 4.2 MB/s) [2023-09-08T19:34:51.057Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/tallison/xmp/xmpcore-shaded/6.1.10/xmpcore-shaded-6.1.10.jar [2023-09-08T19:34:51.057Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcprov-jdk15on/1.65/bcprov-jdk15on-1.65.jar (4.5 MB at 14 MB/s) [2023-09-08T19:34:51.057Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/adobe/xmp/xmpcore/6.1.10/xmpcore-6.1.10.jar [2023-09-08T19:34:51.057Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/tallison/xmp/xmpcore-shaded/6.1.10/xmpcore-shaded-6.1.10.jar (141 kB at 442 kB/s) [2023-09-08T19:34:51.057Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/de/l3s/boilerpipe/boilerpipe/1.1.0/boilerpipe-1.1.0.jar [2023-09-08T19:34:51.057Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/adobe/xmp/xmpcore/6.1.10/xmpcore-6.1.10.jar (140 kB at 425 kB/s) [2023-09-08T19:34:51.057Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/rometools/rome/1.12.2/rome-1.12.2.jar [2023-09-08T19:34:51.057Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/tallison/metadata-extractor/2.13.0/metadata-extractor-2.13.0.jar (718 kB at 2.1 MB/s) [2023-09-08T19:34:51.057Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/rometools/rome-utils/1.12.2/rome-utils-1.12.2.jar [2023-09-08T19:34:51.057Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/de/l3s/boilerpipe/boilerpipe/1.1.0/boilerpipe-1.1.0.jar (92 kB at 274 kB/s) [2023-09-08T19:34:51.057Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/gagravarr/vorbis-java-core/0.8/vorbis-java-core-0.8.jar [2023-09-08T19:34:51.057Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/tallison/isoparser/1.9.41.2/isoparser-1.9.41.2.jar (719 kB at 1.9 MB/s) [2023-09-08T19:34:51.057Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/googlecode/juniversalchardet/juniversalchardet/1.0.3/juniversalchardet-1.0.3.jar [2023-09-08T19:34:51.057Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/rometools/rome-utils/1.12.2/rome-utils-1.12.2.jar (7.4 kB at 19 kB/s) [2023-09-08T19:34:51.057Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codelibs/jhighlight/1.0.3/jhighlight-1.0.3.jar [2023-09-08T19:34:51.057Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/rometools/rome/1.12.2/rome-1.12.2.jar (254 kB at 661 kB/s) [2023-09-08T19:34:51.057Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/gagravarr/vorbis-java-core/0.8/vorbis-java-core-0.8.jar (121 kB at 315 kB/s) [2023-09-08T19:34:51.057Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/pff/java-libpst/0.9.3/java-libpst-0.9.3.jar [2023-09-08T19:34:51.057Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/junrar/junrar/4.0.0/junrar-4.0.0.jar [2023-09-08T19:34:51.057Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/poi/poi-ooxml-schemas/4.1.2/poi-ooxml-schemas-4.1.2.jar (7.9 MB at 20 MB/s) [2023-09-08T19:34:51.057Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/cxf/cxf-rt-rs-client/3.3.6/cxf-rt-rs-client-3.3.6.jar [2023-09-08T19:34:51.057Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/googlecode/juniversalchardet/juniversalchardet/1.0.3/juniversalchardet-1.0.3.jar (221 kB at 556 kB/s) [2023-09-08T19:34:51.057Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/cxf/cxf-rt-transports-http/3.3.6/cxf-rt-transports-http-3.3.6.jar [2023-09-08T19:34:51.057Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codelibs/jhighlight/1.0.3/jhighlight-1.0.3.jar (234 kB at 585 kB/s) [2023-09-08T19:34:51.057Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/cxf/cxf-core/3.3.6/cxf-core-3.3.6.jar [2023-09-08T19:34:51.057Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/pff/java-libpst/0.9.3/java-libpst-0.9.3.jar (108 kB at 271 kB/s) [2023-09-08T19:34:51.057Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/woodstox/woodstox-core/5.0.3/woodstox-core-5.0.3.jar [2023-09-08T19:34:51.057Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/junrar/junrar/4.0.0/junrar-4.0.0.jar (166 kB at 414 kB/s) [2023-09-08T19:34:51.057Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/3.1.4/stax2-api-3.1.4.jar [2023-09-08T19:34:51.057Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/3.1.4/stax2-api-3.1.4.jar (162 kB at 385 kB/s) [2023-09-08T19:34:51.057Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/ws/xmlschema/xmlschema-core/2.2.5/xmlschema-core-2.2.5.jar [2023-09-08T19:34:51.057Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/woodstox/woodstox-core/5.0.3/woodstox-core-5.0.3.jar (513 kB at 1.2 MB/s) [2023-09-08T19:34:51.057Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/cxf/cxf-rt-frontend-jaxrs/3.3.6/cxf-rt-frontend-jaxrs-3.3.6.jar [2023-09-08T19:34:51.057Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/ws/xmlschema/xmlschema-core/2.2.5/xmlschema-core-2.2.5.jar (173 kB at 400 kB/s) [2023-09-08T19:34:51.057Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/jakarta/ws/rs/jakarta.ws.rs-api/2.1.5/jakarta.ws.rs-api-2.1.5.jar [2023-09-08T19:34:51.057Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/cxf/cxf-rt-transports-http/3.3.6/cxf-rt-transports-http-3.3.6.jar (381 kB at 875 kB/s) [2023-09-08T19:34:51.057Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/cxf/cxf-rt-security/3.3.6/cxf-rt-security-3.3.6.jar [2023-09-08T19:34:51.057Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/cxf/cxf-core/3.3.6/cxf-core-3.3.6.jar (1.4 MB at 3.3 MB/s) [2023-09-08T19:34:51.057Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/xml/ws/jaxws-api/2.3.1/jaxws-api-2.3.1.jar [2023-09-08T19:34:51.057Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/cxf/cxf-rt-rs-client/3.3.6/cxf-rt-rs-client-3.3.6.jar (188 kB at 425 kB/s) [2023-09-08T19:34:51.057Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/xml/soap/javax.xml.soap-api/1.4.0/javax.xml.soap-api-1.4.0.jar [2023-09-08T19:34:51.057Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/cxf/cxf-rt-security/3.3.6/cxf-rt-security-3.3.6.jar (42 kB at 93 kB/s) [2023-09-08T19:34:51.057Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/ws/rs/jakarta.ws.rs-api/2.1.5/jakarta.ws.rs-api-2.1.5.jar (140 kB at 313 kB/s) [2023-09-08T19:34:51.057Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sun/activation/javax.activation/1.2.0/javax.activation-1.2.0.jar [2023-09-08T19:34:51.057Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/geronimo/specs/geronimo-ws-metadata_2.0_spec/1.1.3/geronimo-ws-metadata_2.0_spec-1.1.3.jar [2023-09-08T19:34:51.057Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/xml/ws/jaxws-api/2.3.1/jaxws-api-2.3.1.jar (57 kB at 126 kB/s) [2023-09-08T19:34:51.057Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sun/xml/messaging/saaj/saaj-impl/1.4.0-b03/saaj-impl-1.4.0-b03.jar [2023-09-08T19:34:51.057Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/xml/soap/javax.xml.soap-api/1.4.0/javax.xml.soap-api-1.4.0.jar (46 kB at 101 kB/s) [2023-09-08T19:34:51.057Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jvnet/mimepull/mimepull/1.9.7/mimepull-1.9.7.jar [2023-09-08T19:34:51.057Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/geronimo/specs/geronimo-ws-metadata_2.0_spec/1.1.3/geronimo-ws-metadata_2.0_spec-1.1.3.jar (16 kB at 34 kB/s) [2023-09-08T19:34:51.057Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jacorb/jacorb-omgapi/3.9/jacorb-omgapi-3.9.jar [2023-09-08T19:34:51.057Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/activation/javax.activation/1.2.0/javax.activation-1.2.0.jar (78 kB at 169 kB/s) [2023-09-08T19:34:51.057Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/geronimo/specs/geronimo-jta_1.1_spec/1.1.1/geronimo-jta_1.1_spec-1.1.1.jar [2023-09-08T19:34:51.057Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/geronimo/specs/geronimo-jta_1.1_spec/1.1.1/geronimo-jta_1.1_spec-1.1.1.jar (16 kB at 34 kB/s) [2023-09-08T19:34:51.057Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/spec/javax/rmi/jboss-rmi-api_1.0_spec/1.0.6.Final/jboss-rmi-api_1.0_spec-1.0.6.Final.jar [2023-09-08T19:34:51.057Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jvnet/mimepull/mimepull/1.9.7/mimepull-1.9.7.jar (64 kB at 135 kB/s) [2023-09-08T19:34:51.057Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/opennlp/opennlp-tools/1.9.2/opennlp-tools-1.9.2.jar [2023-09-08T19:34:51.057Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/cxf/cxf-rt-frontend-jaxrs/3.3.6/cxf-rt-frontend-jaxrs-3.3.6.jar (695 kB at 1.4 MB/s) [2023-09-08T19:34:51.057Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/googlecode/json-simple/json-simple/1.1.1/json-simple-1.1.1.jar [2023-09-08T19:34:51.057Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/xml/messaging/saaj/saaj-impl/1.4.0-b03/saaj-impl-1.4.0-b03.jar (495 kB at 985 kB/s) [2023-09-08T19:34:51.057Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/openjson/openjson/1.0.12/openjson-1.0.12.jar [2023-09-08T19:34:51.057Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jacorb/jacorb-omgapi/3.9/jacorb-omgapi-3.9.jar (2.6 MB at 5.1 MB/s) [2023-09-08T19:34:51.057Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.8.6/gson-2.8.6.jar [2023-09-08T19:34:51.057Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/spec/javax/rmi/jboss-rmi-api_1.0_spec/1.0.6.Final/jboss-rmi-api_1.0_spec-1.0.6.Final.jar (1.1 MB at 2.1 MB/s) [2023-09-08T19:34:51.057Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.28/slf4j-api-1.7.28.jar [2023-09-08T19:34:51.057Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/googlecode/json-simple/json-simple/1.1.1/json-simple-1.1.1.jar (24 kB at 46 kB/s) [2023-09-08T19:34:51.058Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/jul-to-slf4j/1.7.28/jul-to-slf4j-1.7.28.jar [2023-09-08T19:34:51.313Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/opennlp/opennlp-tools/1.9.2/opennlp-tools-1.9.2.jar (1.3 MB at 2.4 MB/s) [2023-09-08T19:34:51.313Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.28/jcl-over-slf4j-1.7.28.jar [2023-09-08T19:34:51.313Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.8.6/gson-2.8.6.jar (240 kB at 456 kB/s) [2023-09-08T19:34:51.313Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/edu/ucar/netcdf4/4.5.5/netcdf4-4.5.5.jar [2023-09-08T19:34:51.313Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.28/slf4j-api-1.7.28.jar (41 kB at 78 kB/s) [2023-09-08T19:34:51.313Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.jar [2023-09-08T19:34:51.313Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/jul-to-slf4j/1.7.28/jul-to-slf4j-1.7.28.jar (4.6 kB at 8.7 kB/s) [2023-09-08T19:34:51.313Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jdom/jdom2/2.0.6/jdom2-2.0.6.jar [2023-09-08T19:34:51.313Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.28/jcl-over-slf4j-1.7.28.jar (16 kB at 31 kB/s) [2023-09-08T19:34:51.313Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/28.2-jre/guava-28.2-jre.jar [2023-09-08T19:34:51.313Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/jcip/jcip-annotations/1.0/jcip-annotations-1.0.jar (2.3 kB at 4.2 kB/s) [2023-09-08T19:34:51.313Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/2.10.0/checker-qual-2.10.0.jar [2023-09-08T19:34:51.313Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/edu/ucar/netcdf4/4.5.5/netcdf4-4.5.5.jar (62 kB at 115 kB/s) [2023-09-08T19:34:51.313Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.4.jar [2023-09-08T19:34:51.313Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jdom/jdom2/2.0.6/jdom2-2.0.6.jar (305 kB at 558 kB/s) [2023-09-08T19:34:51.313Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/edu/ucar/grib/4.5.5/grib-4.5.5.jar [2023-09-08T19:34:51.313Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.3.4/error_prone_annotations-2.3.4.jar (14 kB at 25 kB/s) [2023-09-08T19:34:51.313Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/itadaki/bzip2/0.9.1/bzip2-0.9.1.jar [2023-09-08T19:34:51.313Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/openjson/openjson/1.0.12/openjson-1.0.12.jar (27 kB at 49 kB/s) [2023-09-08T19:34:51.313Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/beust/jcommander/1.78/jcommander-1.78.jar [2023-09-08T19:34:51.313Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/2.10.0/checker-qual-2.10.0.jar (201 kB at 358 kB/s) [2023-09-08T19:34:51.313Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/5.5.0/jna-5.5.0.jar [2023-09-08T19:34:51.313Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/beust/jcommander/1.78/jcommander-1.78.jar (84 kB at 148 kB/s) [2023-09-08T19:34:51.313Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jsoup/jsoup/1.13.1/jsoup-1.13.1.jar [2023-09-08T19:34:51.313Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/itadaki/bzip2/0.9.1/bzip2-0.9.1.jar (50 kB at 88 kB/s) [2023-09-08T19:34:51.313Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-java/3.11.4/protobuf-java-3.11.4.jar [2023-09-08T19:34:51.313Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jsoup/jsoup/1.13.1/jsoup-1.13.1.jar (394 kB at 664 kB/s) [2023-09-08T19:34:51.313Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/edu/ucar/cdm/4.5.5/cdm-4.5.5.jar [2023-09-08T19:34:51.313Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/28.2-jre/guava-28.2-jre.jar (2.8 MB at 4.5 MB/s) [2023-09-08T19:34:51.314Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/edu/ucar/udunits/4.5.5/udunits-4.5.5.jar [2023-09-08T19:34:51.314Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/5.5.0/jna-5.5.0.jar (1.5 MB at 2.4 MB/s) [2023-09-08T19:34:51.314Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/joda-time/joda-time/2.2/joda-time-2.2.jar [2023-09-08T19:34:51.314Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-java/3.11.4/protobuf-java-3.11.4.jar (1.7 MB at 2.6 MB/s) [2023-09-08T19:34:51.314Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/sf/ehcache/ehcache-core/2.6.2/ehcache-core-2.6.2.jar [2023-09-08T19:34:51.314Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/joda-time/joda-time/2.2/joda-time-2.2.jar (574 kB at 879 kB/s) [2023-09-08T19:34:51.314Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/quartz-scheduler/quartz/2.3.2/quartz-2.3.2.jar [2023-09-08T19:34:51.314Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/edu/ucar/udunits/4.5.5/udunits-4.5.5.jar (125 kB at 190 kB/s) [2023-09-08T19:34:51.314Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/zaxxer/HikariCP-java7/2.4.13/HikariCP-java7-2.4.13.jar [2023-09-08T19:34:51.314Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/zaxxer/HikariCP-java7/2.4.13/HikariCP-java7-2.4.13.jar (134 kB at 196 kB/s) [2023-09-08T19:34:51.314Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/mchange/c3p0/0.9.5.5/c3p0-0.9.5.5.jar [2023-09-08T19:34:51.314Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/quartz-scheduler/quartz/2.3.2/quartz-2.3.2.jar (693 kB at 971 kB/s) [2023-09-08T19:34:51.314Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/mchange/mchange-commons-java/0.2.19/mchange-commons-java-0.2.19.jar [2023-09-08T19:34:51.314Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/sf/ehcache/ehcache-core/2.6.2/ehcache-core-2.6.2.jar (1.3 MB at 1.9 MB/s) [2023-09-08T19:34:51.314Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/edu/ucar/httpservices/4.5.5/httpservices-4.5.5.jar [2023-09-08T19:34:51.314Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/mchange/c3p0/0.9.5.5/c3p0-0.9.5.5.jar (501 kB at 695 kB/s) [2023-09-08T19:34:51.314Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpmime/4.5.12/httpmime-4.5.12.jar [2023-09-08T19:34:51.314Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpmime/4.5.12/httpmime-4.5.12.jar (42 kB at 56 kB/s) [2023-09-08T19:34:51.314Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/sis/core/sis-utility/1.0/sis-utility-1.0.jar [2023-09-08T19:34:51.314Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/edu/ucar/httpservices/4.5.5/httpservices-4.5.5.jar (61 kB at 83 kB/s) [2023-09-08T19:34:51.314Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/measure/unit-api/1.0/unit-api-1.0.jar [2023-09-08T19:34:51.314Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/mchange/mchange-commons-java/0.2.19/mchange-commons-java-0.2.19.jar (631 kB at 847 kB/s) [2023-09-08T19:34:51.314Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/sis/storage/sis-netcdf/1.0/sis-netcdf-1.0.jar [2023-09-08T19:34:51.578Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/edu/ucar/cdm/4.5.5/cdm-4.5.5.jar (4.2 MB at 5.6 MB/s) [2023-09-08T19:34:51.578Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/measure/unit-api/1.0/unit-api-1.0.jar (28 kB at 36 kB/s) [2023-09-08T19:34:51.578Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/sis/storage/sis-storage/1.0/sis-storage-1.0.jar [2023-09-08T19:34:51.578Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/sis/core/sis-feature/1.0/sis-feature-1.0.jar [2023-09-08T19:34:51.578Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/edu/ucar/grib/4.5.5/grib-4.5.5.jar (5.1 MB at 6.6 MB/s) [2023-09-08T19:34:51.578Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/sis/core/sis-referencing/1.0/sis-referencing-1.0.jar [2023-09-08T19:34:51.578Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/sis/storage/sis-netcdf/1.0/sis-netcdf-1.0.jar (163 kB at 208 kB/s) [2023-09-08T19:34:51.578Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/sis/core/sis-metadata/1.0/sis-metadata-1.0.jar [2023-09-08T19:34:51.578Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/sis/core/sis-utility/1.0/sis-utility-1.0.jar (638 kB at 810 kB/s) [2023-09-08T19:34:51.578Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/opengis/geoapi/3.0.1/geoapi-3.0.1.jar [2023-09-08T19:34:51.578Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/sis/core/sis-feature/1.0/sis-feature-1.0.jar (267 kB at 335 kB/s) [2023-09-08T19:34:51.578Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/sis/storage/sis-storage/1.0/sis-storage-1.0.jar (227 kB at 286 kB/s) [2023-09-08T19:34:51.578Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.10.3/jackson-core-2.10.3.jar [2023-09-08T19:34:51.578Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/edu/usc/ir/sentiment-analysis-parser/0.1/sentiment-analysis-parser-0.1.jar [2023-09-08T19:34:51.578Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/opengis/geoapi/3.0.1/geoapi-3.0.1.jar (217 kB at 267 kB/s) [2023-09-08T19:34:51.578Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.10.3/jackson-databind-2.10.3.jar [2023-09-08T19:34:51.578Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/sis/core/sis-metadata/1.0/sis-metadata-1.0.jar (860 kB at 1.1 MB/s) [2023-09-08T19:34:51.578Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/edu/usc/ir/sentiment-analysis-parser/0.1/sentiment-analysis-parser-0.1.jar (29 kB at 35 kB/s) [2023-09-08T19:34:51.578Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.10.3/jackson-annotations-2.10.3.jar [2023-09-08T19:34:51.578Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/pdfbox/jbig2-imageio/3.0.3/jbig2-imageio-3.0.3.jar [2023-09-08T19:34:51.578Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.10.3/jackson-core-2.10.3.jar (349 kB at 426 kB/s) [2023-09-08T19:34:51.578Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/jai-imageio/jai-imageio-core/1.4.0/jai-imageio-core-1.4.0.jar [2023-09-08T19:34:51.578Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/sis/core/sis-referencing/1.0/sis-referencing-1.0.jar (1.3 MB at 1.6 MB/s) [2023-09-08T19:34:51.578Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.10.3/jackson-annotations-2.10.3.jar (68 kB at 82 kB/s) [2023-09-08T19:34:51.578Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/pdfbox/jbig2-imageio/3.0.3/jbig2-imageio-3.0.3.jar (153 kB at 182 kB/s) [2023-09-08T19:34:51.578Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/jai-imageio/jai-imageio-core/1.4.0/jai-imageio-core-1.4.0.jar (628 kB at 742 kB/s) [2023-09-08T19:34:51.578Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.10.3/jackson-databind-2.10.3.jar (1.4 MB at 1.7 MB/s) [2023-09-08T19:34:51.578Z] [INFO] [2023-09-08T19:34:51.578Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.tika.parsers --- [2023-09-08T19:34:51.578Z] [INFO] [2023-09-08T19:34:51.578Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.tika.parsers --- [2023-09-08T19:34:51.578Z] [INFO] The project's OSGi version is 1.24.1.v20211101-1915 [2023-09-08T19:34:51.578Z] [INFO] [2023-09-08T19:34:51.578Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.tika.parsers --- [2023-09-08T19:34:51.578Z] [INFO] [2023-09-08T19:34:51.579Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.tika.parsers --- [2023-09-08T19:34:51.579Z] [INFO] Copying 3 resources [2023-09-08T19:34:51.579Z] [INFO] [2023-09-08T19:34:51.579Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.tika.parsers --- [2023-09-08T19:34:51.579Z] [INFO] No sources to compile [2023-09-08T19:34:51.579Z] [INFO] [2023-09-08T19:34:51.579Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.tika.parsers --- [2023-09-08T19:34:51.579Z] [INFO] Gathering dependencies [2023-09-08T19:34:51.579Z] [INFO] Configured Artifact: org.apache.tika:tika-parsers:1.24.1:jar [2023-09-08T19:34:51.579Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/tika/tika-parsers/1.24.1/tika-parsers-1.24.1.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/tika/org.apache.tika.parsers_1.24.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:34:51.579Z] [INFO] Merging collected dependencies [2023-09-08T19:34:51.579Z] [INFO] Copying 632 resources [2023-09-08T19:34:51.834Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:34:52.397Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.tika.parsers:eclipse-bundle-recipe:1.24.1-SNAPSHOT : Unused Export-Package instructions: [*.implementation.*, *.impl.*] [2023-09-08T19:34:52.397Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/apache/tika/org.apache.tika.parsers_1.24.1/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:34:52.397Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/tika/org.apache.tika.parsers_1.24.1/target/org.apache.tika.parsers-1.24.1-SNAPSHOT.jar [2023-09-08T19:34:52.653Z] [INFO] Gathering sources [2023-09-08T19:34:52.653Z] [INFO] Configured Artifact: org.apache.tika:tika-parsers:sources:1.24.1:jar [2023-09-08T19:34:52.653Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/tika/tika-parsers/1.24.1/tika-parsers-1.24.1-sources.jar [2023-09-08T19:34:52.653Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/tika/tika-parsers/1.24.1/tika-parsers-1.24.1-sources.jar [2023-09-08T19:34:52.653Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/tika/tika-parsers/1.24.1/tika-parsers-1.24.1-sources.jar (896 kB at 17 MB/s) [2023-09-08T19:34:52.653Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/tika/tika-parsers/1.24.1/tika-parsers-1.24.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/tika/org.apache.tika.parsers_1.24.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:34:52.909Z] [INFO] Copying 3 resources [2023-09-08T19:34:52.909Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/apache/tika/org.apache.tika.parsers_1.24.1/src/main/java [2023-09-08T19:34:52.909Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/tika/org.apache.tika.parsers_1.24.1/target/org.apache.tika.parsers-1.24.1-SNAPSHOT-sources.jar [2023-09-08T19:34:52.909Z] [INFO] Assembling p2 repository [2023-09-08T19:34:53.470Z] [INFO] [2023-09-08T19:34:53.470Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.tika.parsers --- [2023-09-08T19:34:53.470Z] [INFO] [2023-09-08T19:34:53.470Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.tika.parsers --- [2023-09-08T19:34:53.470Z] [INFO] Gathering sources archives [2023-09-08T19:34:53.470Z] [INFO] Configured Artifact: org.apache.tika:tika-parsers:sources:1.24.1:jar [2023-09-08T19:34:53.470Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/tika/tika-parsers/1.24.1/tika-parsers-1.24.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/tika/org.apache.tika.parsers_1.24.1/target/sources-for-eclipse-ipzilla/tika-parsers-1.24.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:34:53.726Z] [INFO] Configured Artifact: org.apache.tika:tika-parsers:sources:1.24.1:jar [2023-09-08T19:34:53.726Z] [INFO] Copying tika-parsers-1.24.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/tika/org.apache.tika.parsers_1.24.1/target/sources-for-eclipse-ipzilla/tika-parsers-1.24.1-sources.jar [2023-09-08T19:34:53.726Z] [INFO] Refreshing about files and about.html [2023-09-08T19:34:53.726Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/apache/tika/org.apache.tika.parsers_1.24.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:34:53.726Z] [INFO] [2023-09-08T19:34:53.726Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.apache.tika.parsers --- [2023-09-08T19:34:54.288Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/tika/org.apache.tika.parsers_1.24.1/target/org.apache.tika.parsers-1.24.1-SNAPSHOT.jar [2023-09-08T19:34:56.177Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/tika/org.apache.tika.parsers_1.24.1/target/org.apache.tika.parsers-1.24.1-SNAPSHOT-sources.jar [2023-09-08T19:34:57.106Z] [INFO] [2023-09-08T19:34:57.106Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.tika.parsers --- [2023-09-08T19:34:57.668Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.apache.tika.parsers:1.24.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/tika/org.apache.tika.parsers_1.24.1/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:34:57.668Z] no-classifier: different [2023-09-08T19:34:57.668Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:34:57.668Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:34:57.668Z] classifier-sources: different [2023-09-08T19:34:57.668Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:34:57.668Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:34:57.668Z] [2023-09-08T19:34:57.668Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.apache.tika.parsers:1.24.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/tika/org.apache.tika.parsers_1.24.1/pom.xml [2023-09-08T19:34:57.668Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:34:57.668Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:34:57.668Z] [2023-09-08T19:34:57.668Z] [INFO] [2023-09-08T19:34:57.668Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.apache.tika.parsers --- [2023-09-08T19:34:57.668Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/tika/org.apache.tika.parsers_1.24.1/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.tika.parsers/1.24.1-SNAPSHOT/org.apache.tika.parsers-1.24.1-SNAPSHOT.pom [2023-09-08T19:34:57.668Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/tika/org.apache.tika.parsers_1.24.1/target/org.apache.tika.parsers-1.24.1-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.tika.parsers/1.24.1-SNAPSHOT/org.apache.tika.parsers-1.24.1-SNAPSHOT.jar [2023-09-08T19:34:57.668Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/tika/org.apache.tika.parsers_1.24.1/target/org.apache.tika.parsers-1.24.1-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.tika.parsers/1.24.1-SNAPSHOT/org.apache.tika.parsers-1.24.1-SNAPSHOT-sources.jar [2023-09-08T19:34:57.668Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/tika/org.apache.tika.parsers_1.24.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.tika.parsers/1.24.1-SNAPSHOT/org.apache.tika.parsers-1.24.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:34:57.668Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/tika/org.apache.tika.parsers_1.24.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.tika.parsers/1.24.1-SNAPSHOT/org.apache.tika.parsers-1.24.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:34:57.668Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/tika/org.apache.tika.parsers_1.24.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.tika.parsers/1.24.1-SNAPSHOT/org.apache.tika.parsers-1.24.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:34:57.668Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/tika/org.apache.tika.parsers_1.24.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.tika.parsers/1.24.1-SNAPSHOT/org.apache.tika.parsers-1.24.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:34:57.668Z] [INFO] [2023-09-08T19:34:57.668Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.tika.parsers --- [2023-09-08T19:34:57.668Z] [INFO] [2023-09-08T19:34:57.668Z] [INFO] ------------------< org.eclipse.orbit.bundles:xmlrpc >------------------ [2023-09-08T19:34:57.668Z] [INFO] Building Eclipse Orbit :: XML-RPC Recipes 3.1.3-SNAPSHOT [126/375] [2023-09-08T19:34:57.668Z] [INFO] --------------------------------[ pom ]--------------------------------- [2023-09-08T19:34:57.668Z] [INFO] [2023-09-08T19:34:57.668Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ xmlrpc --- [2023-09-08T19:34:57.668Z] [INFO] [2023-09-08T19:34:57.668Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ xmlrpc --- [2023-09-08T19:34:57.668Z] [INFO] [2023-09-08T19:34:57.668Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ xmlrpc --- [2023-09-08T19:34:57.668Z] [INFO] [2023-09-08T19:34:57.668Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ xmlrpc --- [2023-09-08T19:34:57.668Z] [INFO] [2023-09-08T19:34:57.668Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ xmlrpc --- [2023-09-08T19:34:57.668Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/xmlrpc/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/xmlrpc/3.1.3-SNAPSHOT/xmlrpc-3.1.3-SNAPSHOT.pom [2023-09-08T19:34:57.668Z] [INFO] [2023-09-08T19:34:57.668Z] [INFO] ---------< org.eclipse.orbit.bundles:org.apache.xmlrpc.client >--------- [2023-09-08T19:34:57.668Z] [INFO] Building Apache XML-RPC Client Library 3.1.3-SNAPSHOT [127/375] [2023-09-08T19:34:57.668Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:34:57.668Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/xmlrpc/xmlrpc-client/3.1.3/xmlrpc-client-3.1.3.pom [2023-09-08T19:34:57.668Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xmlrpc/xmlrpc-client/3.1.3/xmlrpc-client-3.1.3.pom [2023-09-08T19:34:57.668Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xmlrpc/xmlrpc-client/3.1.3/xmlrpc-client-3.1.3.pom (2.7 kB at 88 kB/s) [2023-09-08T19:34:57.668Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/xmlrpc/xmlrpc/3.1.3/xmlrpc-3.1.3.pom [2023-09-08T19:34:57.668Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xmlrpc/xmlrpc/3.1.3/xmlrpc-3.1.3.pom [2023-09-08T19:34:57.668Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xmlrpc/xmlrpc/3.1.3/xmlrpc-3.1.3.pom (18 kB at 1.5 MB/s) [2023-09-08T19:34:57.668Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/xmlrpc/xmlrpc-common/3.1.3/xmlrpc-common-3.1.3.pom [2023-09-08T19:34:57.668Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xmlrpc/xmlrpc-common/3.1.3/xmlrpc-common-3.1.3.pom [2023-09-08T19:34:57.668Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xmlrpc/xmlrpc-common/3.1.3/xmlrpc-common-3.1.3.pom (2.7 kB at 226 kB/s) [2023-09-08T19:34:57.668Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/xmlrpc/xmlrpc-client/3.1.3/xmlrpc-client-3.1.3.jar [2023-09-08T19:34:57.668Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/xmlrpc/xmlrpc-common/3.1.3/xmlrpc-common-3.1.3.jar [2023-09-08T19:34:57.668Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xmlrpc/xmlrpc-client/3.1.3/xmlrpc-client-3.1.3.jar [2023-09-08T19:34:57.668Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xmlrpc/xmlrpc-common/3.1.3/xmlrpc-common-3.1.3.jar [2023-09-08T19:34:57.924Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xmlrpc/xmlrpc-client/3.1.3/xmlrpc-client-3.1.3.jar (59 kB at 4.2 MB/s) [2023-09-08T19:34:57.924Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xmlrpc/xmlrpc-common/3.1.3/xmlrpc-common-3.1.3.jar (109 kB at 3.5 MB/s) [2023-09-08T19:34:57.924Z] [INFO] [2023-09-08T19:34:57.924Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.xmlrpc.client --- [2023-09-08T19:34:57.924Z] [INFO] [2023-09-08T19:34:57.924Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.xmlrpc.client --- [2023-09-08T19:34:57.924Z] [INFO] The project's OSGi version is 3.1.3.v20160817-1930 [2023-09-08T19:34:57.924Z] [INFO] [2023-09-08T19:34:57.924Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.xmlrpc.client --- [2023-09-08T19:34:57.924Z] [INFO] [2023-09-08T19:34:57.924Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.xmlrpc.client --- [2023-09-08T19:34:57.924Z] [INFO] Copying 3 resources [2023-09-08T19:34:57.924Z] [INFO] [2023-09-08T19:34:57.924Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.xmlrpc.client --- [2023-09-08T19:34:57.924Z] [INFO] No sources to compile [2023-09-08T19:34:57.924Z] [INFO] [2023-09-08T19:34:57.924Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.xmlrpc.client --- [2023-09-08T19:34:57.924Z] [INFO] Gathering dependencies [2023-09-08T19:34:57.924Z] [INFO] Configured Artifact: org.apache.xmlrpc:xmlrpc-client:3.1.3:jar [2023-09-08T19:34:57.924Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/xmlrpc/xmlrpc-client/3.1.3/xmlrpc-client-3.1.3.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/xmlrpc/org.apache.xmlrpc.client_3.1.3/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:34:57.924Z] [INFO] Merging collected dependencies [2023-09-08T19:34:57.924Z] [INFO] Copying 53 resources [2023-09-08T19:34:57.924Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:34:57.924Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.xmlrpc.client:eclipse-bundle-recipe:3.1.3-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] [2023-09-08T19:34:57.924Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/apache/xmlrpc/org.apache.xmlrpc.client_3.1.3/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:34:57.924Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/xmlrpc/org.apache.xmlrpc.client_3.1.3/target/org.apache.xmlrpc.client-3.1.3-SNAPSHOT.jar [2023-09-08T19:34:57.924Z] [INFO] Gathering sources [2023-09-08T19:34:57.924Z] [INFO] Configured Artifact: org.apache.xmlrpc:xmlrpc-client:sources:3.1.3:jar [2023-09-08T19:34:57.924Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/xmlrpc/xmlrpc-client/3.1.3/xmlrpc-client-3.1.3-sources.jar [2023-09-08T19:34:57.924Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xmlrpc/xmlrpc-client/3.1.3/xmlrpc-client-3.1.3-sources.jar [2023-09-08T19:34:57.924Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xmlrpc/xmlrpc-client/3.1.3/xmlrpc-client-3.1.3-sources.jar (54 kB at 3.6 MB/s) [2023-09-08T19:34:57.924Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/xmlrpc/xmlrpc-client/3.1.3/xmlrpc-client-3.1.3-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/xmlrpc/org.apache.xmlrpc.client_3.1.3/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:34:57.924Z] [INFO] Copying 3 resources [2023-09-08T19:34:57.924Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/apache/xmlrpc/org.apache.xmlrpc.client_3.1.3/src/main/java [2023-09-08T19:34:57.924Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/xmlrpc/org.apache.xmlrpc.client_3.1.3/target/org.apache.xmlrpc.client-3.1.3-SNAPSHOT-sources.jar [2023-09-08T19:34:57.924Z] [INFO] Assembling p2 repository [2023-09-08T19:34:58.484Z] [INFO] [2023-09-08T19:34:58.484Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.xmlrpc.client --- [2023-09-08T19:34:58.484Z] [INFO] [2023-09-08T19:34:58.484Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.xmlrpc.client --- [2023-09-08T19:34:58.484Z] [INFO] Gathering sources archives [2023-09-08T19:34:58.484Z] [INFO] Configured Artifact: org.apache.xmlrpc:xmlrpc-client:sources:3.1.3:jar [2023-09-08T19:34:58.484Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/xmlrpc/xmlrpc-client/3.1.3/xmlrpc-client-3.1.3-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/xmlrpc/org.apache.xmlrpc.client_3.1.3/target/sources-for-eclipse-ipzilla/xmlrpc-client-3.1.3-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:34:58.484Z] [INFO] Configured Artifact: org.apache.xmlrpc:xmlrpc-client:sources:3.1.3:jar [2023-09-08T19:34:58.484Z] [INFO] Copying xmlrpc-client-3.1.3-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/xmlrpc/org.apache.xmlrpc.client_3.1.3/target/sources-for-eclipse-ipzilla/xmlrpc-client-3.1.3-sources.jar [2023-09-08T19:34:58.484Z] [INFO] Refreshing about files and about.html [2023-09-08T19:34:58.484Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/apache/xmlrpc/org.apache.xmlrpc.client_3.1.3/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:34:58.484Z] [INFO] [2023-09-08T19:34:58.484Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.apache.xmlrpc.client --- [2023-09-08T19:34:58.740Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/xmlrpc/org.apache.xmlrpc.client_3.1.3/target/org.apache.xmlrpc.client-3.1.3-SNAPSHOT.jar [2023-09-08T19:35:00.635Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/xmlrpc/org.apache.xmlrpc.client_3.1.3/target/org.apache.xmlrpc.client-3.1.3-SNAPSHOT-sources.jar [2023-09-08T19:35:02.526Z] [INFO] [2023-09-08T19:35:02.526Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.xmlrpc.client --- [2023-09-08T19:35:02.526Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.apache.xmlrpc.client:3.1.3-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/xmlrpc/org.apache.xmlrpc.client_3.1.3/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:35:02.526Z] no-classifier: different [2023-09-08T19:35:02.526Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:35:02.526Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:35:02.526Z] META-INF/MANIFEST.MF: different [2023-09-08T19:35:02.526Z] Automatic-Module-Name: not present in baseline version [2023-09-08T19:35:02.526Z] classifier-sources: different [2023-09-08T19:35:02.526Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:35:02.526Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:35:02.526Z] [2023-09-08T19:35:02.526Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.apache.xmlrpc.client:3.1.3-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/xmlrpc/org.apache.xmlrpc.client_3.1.3/pom.xml [2023-09-08T19:35:02.526Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:35:02.526Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:35:02.526Z] [2023-09-08T19:35:02.526Z] [INFO] [2023-09-08T19:35:02.526Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.apache.xmlrpc.client --- [2023-09-08T19:35:02.526Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/xmlrpc/org.apache.xmlrpc.client_3.1.3/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.xmlrpc.client/3.1.3-SNAPSHOT/org.apache.xmlrpc.client-3.1.3-SNAPSHOT.pom [2023-09-08T19:35:02.526Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/xmlrpc/org.apache.xmlrpc.client_3.1.3/target/org.apache.xmlrpc.client-3.1.3-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.xmlrpc.client/3.1.3-SNAPSHOT/org.apache.xmlrpc.client-3.1.3-SNAPSHOT.jar [2023-09-08T19:35:02.526Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/xmlrpc/org.apache.xmlrpc.client_3.1.3/target/org.apache.xmlrpc.client-3.1.3-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.xmlrpc.client/3.1.3-SNAPSHOT/org.apache.xmlrpc.client-3.1.3-SNAPSHOT-sources.jar [2023-09-08T19:35:02.526Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/xmlrpc/org.apache.xmlrpc.client_3.1.3/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.xmlrpc.client/3.1.3-SNAPSHOT/org.apache.xmlrpc.client-3.1.3-SNAPSHOT-p2metadata.xml [2023-09-08T19:35:02.527Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/xmlrpc/org.apache.xmlrpc.client_3.1.3/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.xmlrpc.client/3.1.3-SNAPSHOT/org.apache.xmlrpc.client-3.1.3-SNAPSHOT-p2artifacts.xml [2023-09-08T19:35:02.527Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/xmlrpc/org.apache.xmlrpc.client_3.1.3/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.xmlrpc.client/3.1.3-SNAPSHOT/org.apache.xmlrpc.client-3.1.3-SNAPSHOT-p2metadata.xml [2023-09-08T19:35:02.527Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/xmlrpc/org.apache.xmlrpc.client_3.1.3/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.xmlrpc.client/3.1.3-SNAPSHOT/org.apache.xmlrpc.client-3.1.3-SNAPSHOT-p2artifacts.xml [2023-09-08T19:35:02.527Z] [INFO] [2023-09-08T19:35:02.527Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.xmlrpc.client --- [2023-09-08T19:35:02.527Z] [INFO] [2023-09-08T19:35:02.527Z] [INFO] ---------< org.eclipse.orbit.bundles:org.apache.xmlrpc.common >--------- [2023-09-08T19:35:02.527Z] [INFO] Building Apache XML-RPC Common Library 3.1.3-SNAPSHOT [128/375] [2023-09-08T19:35:02.527Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:35:02.527Z] [INFO] [2023-09-08T19:35:02.527Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.xmlrpc.common --- [2023-09-08T19:35:02.527Z] [INFO] [2023-09-08T19:35:02.527Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.xmlrpc.common --- [2023-09-08T19:35:02.527Z] [INFO] The project's OSGi version is 3.1.3.v20181004-1955 [2023-09-08T19:35:02.527Z] [INFO] [2023-09-08T19:35:02.527Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.xmlrpc.common --- [2023-09-08T19:35:02.527Z] [INFO] [2023-09-08T19:35:02.527Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.xmlrpc.common --- [2023-09-08T19:35:02.527Z] [INFO] Copying 3 resources [2023-09-08T19:35:02.527Z] [INFO] [2023-09-08T19:35:02.527Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.xmlrpc.common --- [2023-09-08T19:35:02.527Z] [INFO] No sources to compile [2023-09-08T19:35:02.527Z] [INFO] [2023-09-08T19:35:02.527Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.xmlrpc.common --- [2023-09-08T19:35:02.527Z] [INFO] Gathering dependencies [2023-09-08T19:35:02.527Z] [INFO] Configured Artifact: org.apache.xmlrpc:xmlrpc-common:3.1.3:jar [2023-09-08T19:35:02.527Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/xmlrpc/xmlrpc-common/3.1.3/xmlrpc-common-3.1.3.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/xmlrpc/org.apache.xmlrpc.common_3.1.3/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:35:02.527Z] [INFO] Merging collected dependencies [2023-09-08T19:35:02.527Z] [INFO] Copying 114 resources [2023-09-08T19:35:02.527Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:35:02.784Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.xmlrpc.common:eclipse-bundle-recipe:3.1.3-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] [2023-09-08T19:35:02.784Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/apache/xmlrpc/org.apache.xmlrpc.common_3.1.3/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:35:02.784Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/xmlrpc/org.apache.xmlrpc.common_3.1.3/target/org.apache.xmlrpc.common-3.1.3-SNAPSHOT.jar [2023-09-08T19:35:03.041Z] [INFO] Gathering sources [2023-09-08T19:35:03.041Z] [INFO] Configured Artifact: org.apache.xmlrpc:xmlrpc-common:sources:3.1.3:jar [2023-09-08T19:35:03.041Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/xmlrpc/xmlrpc-common/3.1.3/xmlrpc-common-3.1.3-sources.jar [2023-09-08T19:35:03.041Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xmlrpc/xmlrpc-common/3.1.3/xmlrpc-common-3.1.3-sources.jar [2023-09-08T19:35:03.041Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xmlrpc/xmlrpc-common/3.1.3/xmlrpc-common-3.1.3-sources.jar (111 kB at 7.4 MB/s) [2023-09-08T19:35:03.041Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/xmlrpc/xmlrpc-common/3.1.3/xmlrpc-common-3.1.3-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/xmlrpc/org.apache.xmlrpc.common_3.1.3/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:35:03.041Z] [INFO] Copying 3 resources [2023-09-08T19:35:03.041Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/apache/xmlrpc/org.apache.xmlrpc.common_3.1.3/src/main/java [2023-09-08T19:35:03.041Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/xmlrpc/org.apache.xmlrpc.common_3.1.3/target/org.apache.xmlrpc.common-3.1.3-SNAPSHOT-sources.jar [2023-09-08T19:35:03.041Z] [INFO] Assembling p2 repository [2023-09-08T19:35:03.604Z] [INFO] [2023-09-08T19:35:03.604Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.xmlrpc.common --- [2023-09-08T19:35:03.604Z] [INFO] [2023-09-08T19:35:03.604Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.xmlrpc.common --- [2023-09-08T19:35:03.604Z] [INFO] Gathering sources archives [2023-09-08T19:35:03.604Z] [INFO] Configured Artifact: org.apache.xmlrpc:xmlrpc-common:sources:3.1.3:jar [2023-09-08T19:35:03.604Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/xmlrpc/xmlrpc-common/3.1.3/xmlrpc-common-3.1.3-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/xmlrpc/org.apache.xmlrpc.common_3.1.3/target/sources-for-eclipse-ipzilla/xmlrpc-common-3.1.3-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:35:03.604Z] [INFO] Configured Artifact: org.apache.xmlrpc:xmlrpc-common:sources:3.1.3:jar [2023-09-08T19:35:03.604Z] [INFO] Copying xmlrpc-common-3.1.3-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/xmlrpc/org.apache.xmlrpc.common_3.1.3/target/sources-for-eclipse-ipzilla/xmlrpc-common-3.1.3-sources.jar [2023-09-08T19:35:03.604Z] [INFO] Refreshing about files and about.html [2023-09-08T19:35:03.604Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/apache/xmlrpc/org.apache.xmlrpc.common_3.1.3/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:35:03.604Z] [INFO] [2023-09-08T19:35:03.604Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.apache.xmlrpc.common --- [2023-09-08T19:35:03.604Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/xmlrpc/org.apache.xmlrpc.common_3.1.3/target/org.apache.xmlrpc.common-3.1.3-SNAPSHOT.jar [2023-09-08T19:35:04.533Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/xmlrpc/org.apache.xmlrpc.common_3.1.3/target/org.apache.xmlrpc.common-3.1.3-SNAPSHOT-sources.jar [2023-09-08T19:35:05.902Z] [INFO] [2023-09-08T19:35:05.902Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.xmlrpc.common --- [2023-09-08T19:35:05.902Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.apache.xmlrpc.common:3.1.3-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/xmlrpc/org.apache.xmlrpc.common_3.1.3/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:35:05.902Z] no-classifier: different [2023-09-08T19:35:05.902Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:35:05.902Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:35:05.902Z] classifier-sources: different [2023-09-08T19:35:05.902Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:35:05.902Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:35:05.902Z] [2023-09-08T19:35:05.902Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.apache.xmlrpc.common:3.1.3-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/xmlrpc/org.apache.xmlrpc.common_3.1.3/pom.xml [2023-09-08T19:35:05.902Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:35:05.902Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:35:05.902Z] [2023-09-08T19:35:05.902Z] [INFO] [2023-09-08T19:35:05.902Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.apache.xmlrpc.common --- [2023-09-08T19:35:05.902Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/xmlrpc/org.apache.xmlrpc.common_3.1.3/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.xmlrpc.common/3.1.3-SNAPSHOT/org.apache.xmlrpc.common-3.1.3-SNAPSHOT.pom [2023-09-08T19:35:05.902Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/xmlrpc/org.apache.xmlrpc.common_3.1.3/target/org.apache.xmlrpc.common-3.1.3-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.xmlrpc.common/3.1.3-SNAPSHOT/org.apache.xmlrpc.common-3.1.3-SNAPSHOT.jar [2023-09-08T19:35:05.902Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/xmlrpc/org.apache.xmlrpc.common_3.1.3/target/org.apache.xmlrpc.common-3.1.3-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.xmlrpc.common/3.1.3-SNAPSHOT/org.apache.xmlrpc.common-3.1.3-SNAPSHOT-sources.jar [2023-09-08T19:35:05.902Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/xmlrpc/org.apache.xmlrpc.common_3.1.3/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.xmlrpc.common/3.1.3-SNAPSHOT/org.apache.xmlrpc.common-3.1.3-SNAPSHOT-p2metadata.xml [2023-09-08T19:35:05.902Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/xmlrpc/org.apache.xmlrpc.common_3.1.3/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.xmlrpc.common/3.1.3-SNAPSHOT/org.apache.xmlrpc.common-3.1.3-SNAPSHOT-p2artifacts.xml [2023-09-08T19:35:05.902Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/xmlrpc/org.apache.xmlrpc.common_3.1.3/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.xmlrpc.common/3.1.3-SNAPSHOT/org.apache.xmlrpc.common-3.1.3-SNAPSHOT-p2metadata.xml [2023-09-08T19:35:05.902Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/xmlrpc/org.apache.xmlrpc.common_3.1.3/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.xmlrpc.common/3.1.3-SNAPSHOT/org.apache.xmlrpc.common-3.1.3-SNAPSHOT-p2artifacts.xml [2023-09-08T19:35:05.902Z] [INFO] [2023-09-08T19:35:05.902Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.xmlrpc.common --- [2023-09-08T19:35:05.902Z] [INFO] [2023-09-08T19:35:05.902Z] [INFO] ---------< org.eclipse.orbit.bundles:org.apache.xmlrpc.server >--------- [2023-09-08T19:35:05.902Z] [INFO] Building Apache XML-RPC Server Library 3.1.3-SNAPSHOT [129/375] [2023-09-08T19:35:05.902Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:35:05.902Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/xmlrpc/xmlrpc-server/3.1.3/xmlrpc-server-3.1.3.pom [2023-09-08T19:35:05.902Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xmlrpc/xmlrpc-server/3.1.3/xmlrpc-server-3.1.3.pom [2023-09-08T19:35:05.902Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xmlrpc/xmlrpc-server/3.1.3/xmlrpc-server-3.1.3.pom (3.5 kB at 130 kB/s) [2023-09-08T19:35:05.902Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom [2023-09-08T19:35:05.902Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom [2023-09-08T19:35:05.902Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom (156 B at 16 kB/s) [2023-09-08T19:35:05.902Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/xmlrpc/xmlrpc-server/3.1.3/xmlrpc-server-3.1.3.jar [2023-09-08T19:35:05.902Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/javax/servlet/servlet-api/2.3/servlet-api-2.3.jar [2023-09-08T19:35:05.902Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/log4j/log4j/1.2.12/log4j-1.2.12.jar [2023-09-08T19:35:05.902Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/commons-logging/commons-logging/1.1/commons-logging-1.1.jar [2023-09-08T19:35:05.903Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xmlrpc/xmlrpc-server/3.1.3/xmlrpc-server-3.1.3.jar [2023-09-08T19:35:05.903Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.12/log4j-1.2.12.jar [2023-09-08T19:35:05.903Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1/commons-logging-1.1.jar [2023-09-08T19:35:05.903Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/servlet/servlet-api/2.3/servlet-api-2.3.jar [2023-09-08T19:35:05.903Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1/commons-logging-1.1.jar (53 kB at 3.1 MB/s) [2023-09-08T19:35:05.903Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/log4j/log4j/1.2.12/log4j-1.2.12.jar (358 kB at 22 MB/s) [2023-09-08T19:35:05.903Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/servlet/servlet-api/2.3/servlet-api-2.3.jar (78 kB at 4.6 MB/s) [2023-09-08T19:35:05.903Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xmlrpc/xmlrpc-server/3.1.3/xmlrpc-server-3.1.3.jar (82 kB at 2.0 MB/s) [2023-09-08T19:35:05.903Z] [INFO] [2023-09-08T19:35:05.903Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.xmlrpc.server --- [2023-09-08T19:35:05.903Z] [INFO] [2023-09-08T19:35:05.903Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.xmlrpc.server --- [2023-09-08T19:35:05.903Z] [INFO] The project's OSGi version is 3.1.3.v20181004-1955 [2023-09-08T19:35:05.903Z] [INFO] [2023-09-08T19:35:05.903Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.xmlrpc.server --- [2023-09-08T19:35:05.903Z] [INFO] [2023-09-08T19:35:05.903Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.xmlrpc.server --- [2023-09-08T19:35:05.903Z] [INFO] Copying 3 resources [2023-09-08T19:35:05.903Z] [INFO] [2023-09-08T19:35:05.903Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.xmlrpc.server --- [2023-09-08T19:35:05.903Z] [INFO] No sources to compile [2023-09-08T19:35:05.903Z] [INFO] [2023-09-08T19:35:05.903Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.xmlrpc.server --- [2023-09-08T19:35:05.903Z] [INFO] Gathering dependencies [2023-09-08T19:35:05.903Z] [INFO] Configured Artifact: org.apache.xmlrpc:xmlrpc-server:3.1.3:jar [2023-09-08T19:35:05.903Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/xmlrpc/xmlrpc-server/3.1.3/xmlrpc-server-3.1.3.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/xmlrpc/org.apache.xmlrpc.server_3.1.3/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:35:06.160Z] [INFO] Merging collected dependencies [2023-09-08T19:35:06.160Z] [INFO] Copying 58 resources [2023-09-08T19:35:06.160Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:35:06.160Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.xmlrpc.server:eclipse-bundle-recipe:3.1.3-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] [2023-09-08T19:35:06.160Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/apache/xmlrpc/org.apache.xmlrpc.server_3.1.3/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:35:06.160Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/xmlrpc/org.apache.xmlrpc.server_3.1.3/target/org.apache.xmlrpc.server-3.1.3-SNAPSHOT.jar [2023-09-08T19:35:06.160Z] [INFO] Gathering sources [2023-09-08T19:35:06.160Z] [INFO] Configured Artifact: org.apache.xmlrpc:xmlrpc-server:sources:3.1.3:jar [2023-09-08T19:35:06.160Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/xmlrpc/xmlrpc-server/3.1.3/xmlrpc-server-3.1.3-sources.jar [2023-09-08T19:35:06.160Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/xmlrpc/xmlrpc-server/3.1.3/xmlrpc-server-3.1.3-sources.jar [2023-09-08T19:35:06.160Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/xmlrpc/xmlrpc-server/3.1.3/xmlrpc-server-3.1.3-sources.jar (66 kB at 2.4 MB/s) [2023-09-08T19:35:06.160Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/xmlrpc/xmlrpc-server/3.1.3/xmlrpc-server-3.1.3-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/xmlrpc/org.apache.xmlrpc.server_3.1.3/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:35:06.160Z] [INFO] Copying 3 resources [2023-09-08T19:35:06.160Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/apache/xmlrpc/org.apache.xmlrpc.server_3.1.3/src/main/java [2023-09-08T19:35:06.160Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/apache/xmlrpc/org.apache.xmlrpc.server_3.1.3/target/org.apache.xmlrpc.server-3.1.3-SNAPSHOT-sources.jar [2023-09-08T19:35:06.160Z] [INFO] Assembling p2 repository [2023-09-08T19:35:06.723Z] [INFO] [2023-09-08T19:35:06.723Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.xmlrpc.server --- [2023-09-08T19:35:06.723Z] [INFO] [2023-09-08T19:35:06.723Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.xmlrpc.server --- [2023-09-08T19:35:06.723Z] [INFO] Gathering sources archives [2023-09-08T19:35:06.723Z] [INFO] Configured Artifact: org.apache.xmlrpc:xmlrpc-server:sources:3.1.3:jar [2023-09-08T19:35:06.723Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/xmlrpc/xmlrpc-server/3.1.3/xmlrpc-server-3.1.3-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/xmlrpc/org.apache.xmlrpc.server_3.1.3/target/sources-for-eclipse-ipzilla/xmlrpc-server-3.1.3-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:35:06.723Z] [INFO] Configured Artifact: org.apache.xmlrpc:xmlrpc-server:sources:3.1.3:jar [2023-09-08T19:35:06.723Z] [INFO] Copying xmlrpc-server-3.1.3-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/apache/xmlrpc/org.apache.xmlrpc.server_3.1.3/target/sources-for-eclipse-ipzilla/xmlrpc-server-3.1.3-sources.jar [2023-09-08T19:35:06.723Z] [INFO] Refreshing about files and about.html [2023-09-08T19:35:06.723Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/apache/xmlrpc/org.apache.xmlrpc.server_3.1.3/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:35:06.723Z] [INFO] [2023-09-08T19:35:06.723Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.apache.xmlrpc.server --- [2023-09-08T19:35:06.723Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/xmlrpc/org.apache.xmlrpc.server_3.1.3/target/org.apache.xmlrpc.server-3.1.3-SNAPSHOT.jar [2023-09-08T19:35:08.092Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/apache/xmlrpc/org.apache.xmlrpc.server_3.1.3/target/org.apache.xmlrpc.server-3.1.3-SNAPSHOT-sources.jar [2023-09-08T19:35:08.652Z] [INFO] [2023-09-08T19:35:08.652Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.xmlrpc.server --- [2023-09-08T19:35:08.919Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.apache.xmlrpc.server:3.1.3-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/xmlrpc/org.apache.xmlrpc.server_3.1.3/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:35:08.919Z] no-classifier: different [2023-09-08T19:35:08.919Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:35:08.919Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:35:08.919Z] classifier-sources: different [2023-09-08T19:35:08.919Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:35:08.919Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:35:08.919Z] [2023-09-08T19:35:08.919Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.apache.xmlrpc.server:3.1.3-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/apache/xmlrpc/org.apache.xmlrpc.server_3.1.3/pom.xml [2023-09-08T19:35:08.919Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:35:08.919Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:35:08.919Z] [2023-09-08T19:35:08.919Z] [INFO] [2023-09-08T19:35:08.919Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.apache.xmlrpc.server --- [2023-09-08T19:35:08.919Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/xmlrpc/org.apache.xmlrpc.server_3.1.3/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.xmlrpc.server/3.1.3-SNAPSHOT/org.apache.xmlrpc.server-3.1.3-SNAPSHOT.pom [2023-09-08T19:35:08.919Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/xmlrpc/org.apache.xmlrpc.server_3.1.3/target/org.apache.xmlrpc.server-3.1.3-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.xmlrpc.server/3.1.3-SNAPSHOT/org.apache.xmlrpc.server-3.1.3-SNAPSHOT.jar [2023-09-08T19:35:08.919Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/xmlrpc/org.apache.xmlrpc.server_3.1.3/target/org.apache.xmlrpc.server-3.1.3-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.xmlrpc.server/3.1.3-SNAPSHOT/org.apache.xmlrpc.server-3.1.3-SNAPSHOT-sources.jar [2023-09-08T19:35:08.919Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/xmlrpc/org.apache.xmlrpc.server_3.1.3/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.xmlrpc.server/3.1.3-SNAPSHOT/org.apache.xmlrpc.server-3.1.3-SNAPSHOT-p2metadata.xml [2023-09-08T19:35:08.919Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/xmlrpc/org.apache.xmlrpc.server_3.1.3/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.xmlrpc.server/3.1.3-SNAPSHOT/org.apache.xmlrpc.server-3.1.3-SNAPSHOT-p2artifacts.xml [2023-09-08T19:35:08.919Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/xmlrpc/org.apache.xmlrpc.server_3.1.3/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.xmlrpc.server/3.1.3-SNAPSHOT/org.apache.xmlrpc.server-3.1.3-SNAPSHOT-p2metadata.xml [2023-09-08T19:35:08.919Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/apache/xmlrpc/org.apache.xmlrpc.server_3.1.3/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.xmlrpc.server/3.1.3-SNAPSHOT/org.apache.xmlrpc.server-3.1.3-SNAPSHOT-p2artifacts.xml [2023-09-08T19:35:08.919Z] [INFO] [2023-09-08T19:35:08.919Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.xmlrpc.server --- [2023-09-08T19:35:08.919Z] [INFO] [2023-09-08T19:35:08.919Z] [INFO] ---------------< org.eclipse.orbit.bundles:bouncycastle >--------------- [2023-09-08T19:35:08.919Z] [INFO] Building Eclipse Orbit :: Bouncycastle Recipes 1.0.0-SNAPSHOT [130/375] [2023-09-08T19:35:08.919Z] [INFO] --------------------------------[ pom ]--------------------------------- [2023-09-08T19:35:08.919Z] [INFO] [2023-09-08T19:35:08.919Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ bouncycastle --- [2023-09-08T19:35:08.919Z] [INFO] [2023-09-08T19:35:08.919Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ bouncycastle --- [2023-09-08T19:35:08.919Z] [INFO] [2023-09-08T19:35:08.919Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ bouncycastle --- [2023-09-08T19:35:08.919Z] [INFO] [2023-09-08T19:35:08.919Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ bouncycastle --- [2023-09-08T19:35:08.919Z] [INFO] [2023-09-08T19:35:08.919Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ bouncycastle --- [2023-09-08T19:35:08.919Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/bouncycastle/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/bouncycastle/1.0.0-SNAPSHOT/bouncycastle-1.0.0-SNAPSHOT.pom [2023-09-08T19:35:08.919Z] [INFO] [2023-09-08T19:35:08.919Z] [INFO] ----------< org.eclipse.orbit.bundles:org.bouncycastle.bcpg >----------- [2023-09-08T19:35:08.919Z] [INFO] Building Bouncy Castle OpenPGP API 1.72.0-SNAPSHOT [131/375] [2023-09-08T19:35:08.919Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:35:08.919Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/bouncycastle/bcpg-jdk18on/1.72/bcpg-jdk18on-1.72.pom [2023-09-08T19:35:08.919Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcpg-jdk18on/1.72/bcpg-jdk18on-1.72.pom [2023-09-08T19:35:08.919Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcpg-jdk18on/1.72/bcpg-jdk18on-1.72.pom (1.6 kB at 132 kB/s) [2023-09-08T19:35:08.919Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/bouncycastle/bcprov-jdk18on/1.72/bcprov-jdk18on-1.72.pom [2023-09-08T19:35:08.919Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcprov-jdk18on/1.72/bcprov-jdk18on-1.72.pom [2023-09-08T19:35:08.919Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcprov-jdk18on/1.72/bcprov-jdk18on-1.72.pom (1.1 kB at 114 kB/s) [2023-09-08T19:35:08.919Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/bouncycastle/bcpg-jdk18on/1.72/bcpg-jdk18on-1.72.jar [2023-09-08T19:35:08.919Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/bouncycastle/bcprov-jdk18on/1.72/bcprov-jdk18on-1.72.jar [2023-09-08T19:35:08.919Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcpg-jdk18on/1.72/bcpg-jdk18on-1.72.jar [2023-09-08T19:35:08.919Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcprov-jdk18on/1.72/bcprov-jdk18on-1.72.jar [2023-09-08T19:35:09.178Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcpg-jdk18on/1.72/bcpg-jdk18on-1.72.jar (403 kB at 10 MB/s) [2023-09-08T19:35:09.178Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcprov-jdk18on/1.72/bcprov-jdk18on-1.72.jar (11 MB at 94 MB/s) [2023-09-08T19:35:09.178Z] [INFO] [2023-09-08T19:35:09.178Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.bouncycastle.bcpg --- [2023-09-08T19:35:09.178Z] [INFO] [2023-09-08T19:35:09.178Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.bouncycastle.bcpg --- [2023-09-08T19:35:09.178Z] [INFO] The project's OSGi version is 1.72.0.v20221013-1810 [2023-09-08T19:35:09.178Z] [INFO] [2023-09-08T19:35:09.178Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.bouncycastle.bcpg --- [2023-09-08T19:35:09.178Z] [INFO] [2023-09-08T19:35:09.178Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.bouncycastle.bcpg --- [2023-09-08T19:35:09.178Z] [INFO] Copying 4 resources [2023-09-08T19:35:09.178Z] [INFO] [2023-09-08T19:35:09.178Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.bouncycastle.bcpg --- [2023-09-08T19:35:09.178Z] [INFO] No sources to compile [2023-09-08T19:35:09.178Z] [INFO] [2023-09-08T19:35:09.178Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.bouncycastle.bcpg --- [2023-09-08T19:35:09.178Z] [INFO] Gathering dependencies [2023-09-08T19:35:09.178Z] [INFO] Configured Artifact: org.bouncycastle:bcpg-jdk18on:1.72:jar [2023-09-08T19:35:09.178Z] [INFO] Unpacking /home/vnc/.m2/repository/org/bouncycastle/bcpg-jdk18on/1.72/bcpg-jdk18on-1.72.jar to /home/jenkins/agent/workspace/orbit-recipes/bouncycastle/org.bouncycastle.bcpg_1.72.0/target/dependency-bin with includes "**/*" and excludes "META-INF/*.SF,META-INF/*.DSA,META-INF/*.RSA" [2023-09-08T19:35:09.178Z] [INFO] Merging collected dependencies [2023-09-08T19:35:09.178Z] [INFO] Copying 312 resources [2023-09-08T19:35:09.178Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:35:09.434Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.bouncycastle.bcpg:eclipse-bundle-recipe:1.72.0-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] [2023-09-08T19:35:09.434Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.bouncycastle.bcpg:eclipse-bundle-recipe:1.72.0-SNAPSHOT : Classes found in the wrong directory: {META-INF/versions/9/module-info.class=module-info} [2023-09-08T19:35:09.434Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/bouncycastle/org.bouncycastle.bcpg_1.72.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:35:09.434Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/bouncycastle/org.bouncycastle.bcpg_1.72.0/target/org.bouncycastle.bcpg-1.72.0-SNAPSHOT.jar [2023-09-08T19:35:09.434Z] [INFO] Gathering sources [2023-09-08T19:35:09.434Z] [INFO] Configured Artifact: org.bouncycastle:bcpg-jdk18on:sources:1.72:jar [2023-09-08T19:35:09.434Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/bouncycastle/bcpg-jdk18on/1.72/bcpg-jdk18on-1.72-sources.jar [2023-09-08T19:35:09.434Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcpg-jdk18on/1.72/bcpg-jdk18on-1.72-sources.jar [2023-09-08T19:35:09.434Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcpg-jdk18on/1.72/bcpg-jdk18on-1.72-sources.jar (316 kB at 9.9 MB/s) [2023-09-08T19:35:09.434Z] [INFO] Unpacking /home/vnc/.m2/repository/org/bouncycastle/bcpg-jdk18on/1.72/bcpg-jdk18on-1.72-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/bouncycastle/org.bouncycastle.bcpg_1.72.0/target/dependency-src with includes "**/*" and excludes "META-INF/*.SF,META-INF/*.DSA,META-INF/*.RSA" [2023-09-08T19:35:09.434Z] [INFO] Copying 4 resources [2023-09-08T19:35:09.434Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/bouncycastle/org.bouncycastle.bcpg_1.72.0/src/main/java [2023-09-08T19:35:09.434Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/bouncycastle/org.bouncycastle.bcpg_1.72.0/target/org.bouncycastle.bcpg-1.72.0-SNAPSHOT-sources.jar [2023-09-08T19:35:09.690Z] [INFO] Assembling p2 repository [2023-09-08T19:35:10.253Z] [INFO] [2023-09-08T19:35:10.253Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.bouncycastle.bcpg --- [2023-09-08T19:35:10.253Z] [INFO] [2023-09-08T19:35:10.253Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.bouncycastle.bcpg --- [2023-09-08T19:35:10.253Z] [INFO] Gathering sources archives [2023-09-08T19:35:10.253Z] [INFO] Configured Artifact: org.bouncycastle:bcpg-jdk18on:sources:1.72:jar [2023-09-08T19:35:10.253Z] [INFO] Unpacking /home/vnc/.m2/repository/org/bouncycastle/bcpg-jdk18on/1.72/bcpg-jdk18on-1.72-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/bouncycastle/org.bouncycastle.bcpg_1.72.0/target/sources-for-eclipse-ipzilla/bcpg-jdk18on-1.72-sources-filtered with includes "**/*" and excludes "META-INF/*.SF,META-INF/*.DSA,META-INF/*.RSA" [2023-09-08T19:35:10.253Z] [INFO] Configured Artifact: org.bouncycastle:bcpg-jdk18on:sources:1.72:jar [2023-09-08T19:35:10.253Z] [INFO] Copying bcpg-jdk18on-1.72-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/bouncycastle/org.bouncycastle.bcpg_1.72.0/target/sources-for-eclipse-ipzilla/bcpg-jdk18on-1.72-sources.jar [2023-09-08T19:35:10.253Z] [INFO] Refreshing about files and about.html [2023-09-08T19:35:10.253Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/bouncycastle/org.bouncycastle.bcpg_1.72.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:35:10.253Z] [INFO] [2023-09-08T19:35:10.253Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.bouncycastle.bcpg --- [2023-09-08T19:35:10.253Z] [INFO] Jar '/home/jenkins/agent/workspace/orbit-recipes/bouncycastle/org.bouncycastle.bcpg_1.72.0/target/org.bouncycastle.bcpg-1.72.0-SNAPSHOT.jar' is already signed. The signature will be overwritten. [2023-09-08T19:35:10.509Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/bouncycastle/org.bouncycastle.bcpg_1.72.0/target/org.bouncycastle.bcpg-1.72.0-SNAPSHOT.jar [2023-09-08T19:35:12.400Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/bouncycastle/org.bouncycastle.bcpg_1.72.0/target/org.bouncycastle.bcpg-1.72.0-SNAPSHOT-sources.jar [2023-09-08T19:35:13.772Z] [INFO] [2023-09-08T19:35:13.772Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.bouncycastle.bcpg --- [2023-09-08T19:35:13.772Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.bouncycastle.bcpg:1.72.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/bouncycastle/org.bouncycastle.bcpg_1.72.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:35:13.773Z] no-classifier: different [2023-09-08T19:35:13.773Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:35:13.773Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:35:13.773Z] classifier-sources: different [2023-09-08T19:35:13.773Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:35:13.773Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:35:13.773Z] [2023-09-08T19:35:13.773Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.bouncycastle.bcpg:1.72.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/bouncycastle/org.bouncycastle.bcpg_1.72.0/pom.xml [2023-09-08T19:35:13.773Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:35:13.773Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:35:13.773Z] [2023-09-08T19:35:13.773Z] [INFO] [2023-09-08T19:35:13.773Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.bouncycastle.bcpg --- [2023-09-08T19:35:13.773Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/bouncycastle/org.bouncycastle.bcpg_1.72.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.bouncycastle.bcpg/1.72.0-SNAPSHOT/org.bouncycastle.bcpg-1.72.0-SNAPSHOT.pom [2023-09-08T19:35:13.773Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/bouncycastle/org.bouncycastle.bcpg_1.72.0/target/org.bouncycastle.bcpg-1.72.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.bouncycastle.bcpg/1.72.0-SNAPSHOT/org.bouncycastle.bcpg-1.72.0-SNAPSHOT.jar [2023-09-08T19:35:13.773Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/bouncycastle/org.bouncycastle.bcpg_1.72.0/target/org.bouncycastle.bcpg-1.72.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.bouncycastle.bcpg/1.72.0-SNAPSHOT/org.bouncycastle.bcpg-1.72.0-SNAPSHOT-sources.jar [2023-09-08T19:35:13.773Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/bouncycastle/org.bouncycastle.bcpg_1.72.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.bouncycastle.bcpg/1.72.0-SNAPSHOT/org.bouncycastle.bcpg-1.72.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:35:13.773Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/bouncycastle/org.bouncycastle.bcpg_1.72.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.bouncycastle.bcpg/1.72.0-SNAPSHOT/org.bouncycastle.bcpg-1.72.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:35:13.773Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/bouncycastle/org.bouncycastle.bcpg_1.72.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.bouncycastle.bcpg/1.72.0-SNAPSHOT/org.bouncycastle.bcpg-1.72.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:35:13.773Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/bouncycastle/org.bouncycastle.bcpg_1.72.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.bouncycastle.bcpg/1.72.0-SNAPSHOT/org.bouncycastle.bcpg-1.72.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:35:13.773Z] [INFO] [2023-09-08T19:35:13.773Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.bouncycastle.bcpg --- [2023-09-08T19:35:13.773Z] [INFO] [2023-09-08T19:35:13.773Z] [INFO] ---------< org.eclipse.orbit.bundles:org.bouncycastle.bcpkix >---------- [2023-09-08T19:35:13.773Z] [INFO] Building Bouncy Castle PKIX, CMS, EAC, TSP, PKCS, OCSP, CMP, and CRMF APIs 1.72.0-SNAPSHOT [132/375] [2023-09-08T19:35:13.773Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:35:13.773Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/bouncycastle/bcpkix-jdk18on/1.72/bcpkix-jdk18on-1.72.pom [2023-09-08T19:35:13.773Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcpkix-jdk18on/1.72/bcpkix-jdk18on-1.72.pom [2023-09-08T19:35:13.773Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcpkix-jdk18on/1.72/bcpkix-jdk18on-1.72.pom (1.6 kB at 126 kB/s) [2023-09-08T19:35:13.773Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/bouncycastle/bcutil-jdk18on/1.72/bcutil-jdk18on-1.72.pom [2023-09-08T19:35:13.773Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcutil-jdk18on/1.72/bcutil-jdk18on-1.72.pom [2023-09-08T19:35:13.773Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcutil-jdk18on/1.72/bcutil-jdk18on-1.72.pom (1.3 kB at 102 kB/s) [2023-09-08T19:35:13.773Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/bouncycastle/bcpkix-jdk18on/1.72/bcpkix-jdk18on-1.72.jar [2023-09-08T19:35:13.773Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/bouncycastle/bcutil-jdk18on/1.72/bcutil-jdk18on-1.72.jar [2023-09-08T19:35:14.031Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcpkix-jdk18on/1.72/bcpkix-jdk18on-1.72.jar [2023-09-08T19:35:14.031Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcutil-jdk18on/1.72/bcutil-jdk18on-1.72.jar [2023-09-08T19:35:14.031Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcpkix-jdk18on/1.72/bcpkix-jdk18on-1.72.jar (1.0 MB at 36 MB/s) [2023-09-08T19:35:14.031Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcutil-jdk18on/1.72/bcutil-jdk18on-1.72.jar (672 kB at 23 MB/s) [2023-09-08T19:35:14.031Z] [INFO] [2023-09-08T19:35:14.031Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.bouncycastle.bcpkix --- [2023-09-08T19:35:14.032Z] [INFO] [2023-09-08T19:35:14.032Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.bouncycastle.bcpkix --- [2023-09-08T19:35:14.032Z] [INFO] The project's OSGi version is 1.72.0.v20221013-1810 [2023-09-08T19:35:14.032Z] [INFO] [2023-09-08T19:35:14.032Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.bouncycastle.bcpkix --- [2023-09-08T19:35:14.032Z] [INFO] [2023-09-08T19:35:14.032Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.bouncycastle.bcpkix --- [2023-09-08T19:35:14.032Z] [INFO] Copying 3 resources [2023-09-08T19:35:14.032Z] [INFO] [2023-09-08T19:35:14.032Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.bouncycastle.bcpkix --- [2023-09-08T19:35:14.032Z] [INFO] No sources to compile [2023-09-08T19:35:14.032Z] [INFO] [2023-09-08T19:35:14.032Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.bouncycastle.bcpkix --- [2023-09-08T19:35:14.032Z] [INFO] Gathering dependencies [2023-09-08T19:35:14.032Z] [INFO] Configured Artifact: org.bouncycastle:bcpkix-jdk18on:1.72:jar [2023-09-08T19:35:14.032Z] [INFO] Unpacking /home/vnc/.m2/repository/org/bouncycastle/bcpkix-jdk18on/1.72/bcpkix-jdk18on-1.72.jar to /home/jenkins/agent/workspace/orbit-recipes/bouncycastle/org.bouncycastle.bcpkix_1.72.0/target/dependency-bin with includes "**/*" and excludes "META-INF/*.SF,META-INF/*.DSA,META-INF/*.RSA" [2023-09-08T19:35:14.032Z] [INFO] Merging collected dependencies [2023-09-08T19:35:14.032Z] [INFO] Copying 854 resources [2023-09-08T19:35:14.288Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:35:14.545Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.bouncycastle.bcpkix:eclipse-bundle-recipe:1.72.0-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] [2023-09-08T19:35:14.545Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.bouncycastle.bcpkix:eclipse-bundle-recipe:1.72.0-SNAPSHOT : Classes found in the wrong directory: {META-INF/versions/9/module-info.class=module-info} [2023-09-08T19:35:14.545Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/bouncycastle/org.bouncycastle.bcpkix_1.72.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:35:14.545Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/bouncycastle/org.bouncycastle.bcpkix_1.72.0/target/org.bouncycastle.bcpkix-1.72.0-SNAPSHOT.jar [2023-09-08T19:35:14.801Z] [INFO] Gathering sources [2023-09-08T19:35:14.801Z] [INFO] Configured Artifact: org.bouncycastle:bcpkix-jdk18on:sources:1.72:jar [2023-09-08T19:35:14.801Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/bouncycastle/bcpkix-jdk18on/1.72/bcpkix-jdk18on-1.72-sources.jar [2023-09-08T19:35:14.801Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcpkix-jdk18on/1.72/bcpkix-jdk18on-1.72-sources.jar [2023-09-08T19:35:14.801Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcpkix-jdk18on/1.72/bcpkix-jdk18on-1.72-sources.jar (636 kB at 19 MB/s) [2023-09-08T19:35:14.801Z] [INFO] Unpacking /home/vnc/.m2/repository/org/bouncycastle/bcpkix-jdk18on/1.72/bcpkix-jdk18on-1.72-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/bouncycastle/org.bouncycastle.bcpkix_1.72.0/target/dependency-src with includes "**/*" and excludes "META-INF/*.SF,META-INF/*.DSA,META-INF/*.RSA" [2023-09-08T19:35:14.801Z] [INFO] Copying 3 resources [2023-09-08T19:35:14.801Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/bouncycastle/org.bouncycastle.bcpkix_1.72.0/src/main/java [2023-09-08T19:35:15.057Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/bouncycastle/org.bouncycastle.bcpkix_1.72.0/target/org.bouncycastle.bcpkix-1.72.0-SNAPSHOT-sources.jar [2023-09-08T19:35:15.057Z] [INFO] Assembling p2 repository [2023-09-08T19:35:15.620Z] [INFO] [2023-09-08T19:35:15.620Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.bouncycastle.bcpkix --- [2023-09-08T19:35:15.620Z] [INFO] [2023-09-08T19:35:15.620Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.bouncycastle.bcpkix --- [2023-09-08T19:35:15.620Z] [INFO] Gathering sources archives [2023-09-08T19:35:15.620Z] [INFO] Configured Artifact: org.bouncycastle:bcpkix-jdk18on:sources:1.72:jar [2023-09-08T19:35:15.620Z] [INFO] Unpacking /home/vnc/.m2/repository/org/bouncycastle/bcpkix-jdk18on/1.72/bcpkix-jdk18on-1.72-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/bouncycastle/org.bouncycastle.bcpkix_1.72.0/target/sources-for-eclipse-ipzilla/bcpkix-jdk18on-1.72-sources-filtered with includes "**/*" and excludes "META-INF/*.SF,META-INF/*.DSA,META-INF/*.RSA" [2023-09-08T19:35:15.620Z] [INFO] Configured Artifact: org.bouncycastle:bcpkix-jdk18on:sources:1.72:jar [2023-09-08T19:35:15.620Z] [INFO] Copying bcpkix-jdk18on-1.72-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/bouncycastle/org.bouncycastle.bcpkix_1.72.0/target/sources-for-eclipse-ipzilla/bcpkix-jdk18on-1.72-sources.jar [2023-09-08T19:35:15.620Z] [INFO] Refreshing about files and about.html [2023-09-08T19:35:15.620Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/bouncycastle/org.bouncycastle.bcpkix_1.72.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:35:15.620Z] [INFO] [2023-09-08T19:35:15.620Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.bouncycastle.bcpkix --- [2023-09-08T19:35:15.876Z] [INFO] Jar '/home/jenkins/agent/workspace/orbit-recipes/bouncycastle/org.bouncycastle.bcpkix_1.72.0/target/org.bouncycastle.bcpkix-1.72.0-SNAPSHOT.jar' is already signed. The signature will be overwritten. [2023-09-08T19:35:16.132Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/bouncycastle/org.bouncycastle.bcpkix_1.72.0/target/org.bouncycastle.bcpkix-1.72.0-SNAPSHOT.jar [2023-09-08T19:35:18.023Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/bouncycastle/org.bouncycastle.bcpkix_1.72.0/target/org.bouncycastle.bcpkix-1.72.0-SNAPSHOT-sources.jar [2023-09-08T19:35:18.952Z] [INFO] [2023-09-08T19:35:18.952Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.bouncycastle.bcpkix --- [2023-09-08T19:35:19.209Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.bouncycastle.bcpkix:1.72.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/bouncycastle/org.bouncycastle.bcpkix_1.72.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:35:19.209Z] no-classifier: different [2023-09-08T19:35:19.209Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:35:19.209Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:35:19.209Z] classifier-sources: different [2023-09-08T19:35:19.209Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:35:19.209Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:35:19.209Z] [2023-09-08T19:35:19.209Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.bouncycastle.bcpkix:1.72.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/bouncycastle/org.bouncycastle.bcpkix_1.72.0/pom.xml [2023-09-08T19:35:19.209Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:35:19.209Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:35:19.209Z] [2023-09-08T19:35:19.209Z] [INFO] [2023-09-08T19:35:19.209Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.bouncycastle.bcpkix --- [2023-09-08T19:35:19.209Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/bouncycastle/org.bouncycastle.bcpkix_1.72.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.bouncycastle.bcpkix/1.72.0-SNAPSHOT/org.bouncycastle.bcpkix-1.72.0-SNAPSHOT.pom [2023-09-08T19:35:19.209Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/bouncycastle/org.bouncycastle.bcpkix_1.72.0/target/org.bouncycastle.bcpkix-1.72.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.bouncycastle.bcpkix/1.72.0-SNAPSHOT/org.bouncycastle.bcpkix-1.72.0-SNAPSHOT.jar [2023-09-08T19:35:19.209Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/bouncycastle/org.bouncycastle.bcpkix_1.72.0/target/org.bouncycastle.bcpkix-1.72.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.bouncycastle.bcpkix/1.72.0-SNAPSHOT/org.bouncycastle.bcpkix-1.72.0-SNAPSHOT-sources.jar [2023-09-08T19:35:19.209Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/bouncycastle/org.bouncycastle.bcpkix_1.72.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.bouncycastle.bcpkix/1.72.0-SNAPSHOT/org.bouncycastle.bcpkix-1.72.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:35:19.209Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/bouncycastle/org.bouncycastle.bcpkix_1.72.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.bouncycastle.bcpkix/1.72.0-SNAPSHOT/org.bouncycastle.bcpkix-1.72.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:35:19.209Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/bouncycastle/org.bouncycastle.bcpkix_1.72.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.bouncycastle.bcpkix/1.72.0-SNAPSHOT/org.bouncycastle.bcpkix-1.72.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:35:19.209Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/bouncycastle/org.bouncycastle.bcpkix_1.72.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.bouncycastle.bcpkix/1.72.0-SNAPSHOT/org.bouncycastle.bcpkix-1.72.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:35:19.209Z] [INFO] [2023-09-08T19:35:19.209Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.bouncycastle.bcpkix --- [2023-09-08T19:35:19.209Z] [INFO] [2023-09-08T19:35:19.209Z] [INFO] ---------< org.eclipse.orbit.bundles:org.bouncycastle.bcprov >---------- [2023-09-08T19:35:19.209Z] [INFO] Building Bouncy Castle Provider 1.72.0-SNAPSHOT [133/375] [2023-09-08T19:35:19.209Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:35:19.209Z] [INFO] [2023-09-08T19:35:19.209Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.bouncycastle.bcprov --- [2023-09-08T19:35:19.209Z] [INFO] [2023-09-08T19:35:19.210Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.bouncycastle.bcprov --- [2023-09-08T19:35:19.210Z] [INFO] The project's OSGi version is 1.72.0.v20221013-1810 [2023-09-08T19:35:19.210Z] [INFO] [2023-09-08T19:35:19.210Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.bouncycastle.bcprov --- [2023-09-08T19:35:19.210Z] [INFO] [2023-09-08T19:35:19.210Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.bouncycastle.bcprov --- [2023-09-08T19:35:19.210Z] [INFO] Copying 3 resources [2023-09-08T19:35:19.210Z] [INFO] [2023-09-08T19:35:19.210Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.bouncycastle.bcprov --- [2023-09-08T19:35:19.210Z] [INFO] No sources to compile [2023-09-08T19:35:19.210Z] [INFO] [2023-09-08T19:35:19.210Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.bouncycastle.bcprov --- [2023-09-08T19:35:19.210Z] [INFO] Gathering dependencies [2023-09-08T19:35:19.210Z] [INFO] Configured Artifact: org.bouncycastle:bcprov-jdk18on:1.72:jar [2023-09-08T19:35:19.210Z] [INFO] Unpacking /home/vnc/.m2/repository/org/bouncycastle/bcprov-jdk18on/1.72/bcprov-jdk18on-1.72.jar to /home/jenkins/agent/workspace/orbit-recipes/bouncycastle/org.bouncycastle.bcprov_1.72.0/target/dependency-bin with includes "**/*" and excludes "META-INF/*.SF,META-INF/*.DSA,META-INF/*.RSA,**/test/**/*.*" [2023-09-08T19:35:20.138Z] [INFO] Merging collected dependencies [2023-09-08T19:35:20.138Z] [INFO] Copying 5105 resources [2023-09-08T19:35:20.394Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:35:21.763Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.bouncycastle.bcprov:eclipse-bundle-recipe:1.72.0-SNAPSHOT : Unused Export-Package instructions: [*.impl*] [2023-09-08T19:35:21.763Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.bouncycastle.bcprov:eclipse-bundle-recipe:1.72.0-SNAPSHOT : Unused Import-Package instructions: [org.bouncycastle.*] [2023-09-08T19:35:22.029Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.bouncycastle.bcprov:eclipse-bundle-recipe:1.72.0-SNAPSHOT : Classes found in the wrong directory: {META-INF/versions/9/org/bouncycastle/jcajce/util/MessageDigestUtils.class=org.bouncycastle.jcajce.util.MessageDigestUtils, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT193R1Point.class=org.bouncycastle.math.ec.custom.sec.SecT193R1Point, META-INF/versions/9/org/bouncycastle/asn1/iso/ISOIECObjectIdentifiers.class=org.bouncycastle.asn1.iso.ISOIECObjectIdentifiers, META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$32.class=org.bouncycastle.crypto.ec.CustomNamedCurves$32, META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/SignatureSpi$Ed25519.class=org.bouncycastle.jcajce.provider.asymmetric.edec.SignatureSpi$Ed25519, META-INF/versions/9/org/bouncycastle/asn1/DERFactory.class=org.bouncycastle.asn1.DERFactory, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP160R1Field.class=org.bouncycastle.math.ec.custom.sec.SecP160R1Field, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP192R1Curve$1.class=org.bouncycastle.math.ec.custom.sec.SecP192R1Curve$1, META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi$Ed448.class=org.bouncycastle.jcajce.provider.asymmetric.edec.KeyFactorySpi$Ed448, META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$14.class=org.bouncycastle.asn1.x9.X962NamedCurves$14, META-INF/versions/9/org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves$5.class=org.bouncycastle.asn1.cryptopro.ECGOST3410NamedCurves$5, META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$7.class=org.bouncycastle.crypto.ec.CustomNamedCurves$7, META-INF/versions/9/org/bouncycastle/pqc/crypto/cmce/CMCEPrivateKeyParameters.class=org.bouncycastle.pqc.crypto.cmce.CMCEPrivateKeyParameters, META-INF/versions/9/org/bouncycastle/pqc/math/linearalgebra/IntUtils.class=org.bouncycastle.pqc.math.linearalgebra.IntUtils, META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$SubjectPublicKeyInfoConverter.class=org.bouncycastle.pqc.crypto.util.PublicKeyFactory$SubjectPublicKeyInfoConverter, META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/mceliece/McElieceCCA2KeyParameters.class=org.bouncycastle.pqc.legacy.crypto.mceliece.McElieceCCA2KeyParameters, META-INF/versions/9/org/bouncycastle/asn1/ASN1Set$1.class=org.bouncycastle.asn1.ASN1Set$1, META-INF/versions/9/org/bouncycastle/math/raw/Nat448.class=org.bouncycastle.math.raw.Nat448, META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/sphincs/BCSphincs256PrivateKey.class=org.bouncycastle.pqc.jcajce.provider.sphincs.BCSphincs256PrivateKey, META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSPrivateKeyParameters.class=org.bouncycastle.pqc.crypto.xmss.XMSSPrivateKeyParameters, META-INF/versions/9/org/bouncycastle/crypto/DerivationParameters.class=org.bouncycastle.crypto.DerivationParameters, META-INF/versions/9/org/bouncycastle/asn1/DERUTF8String.class=org.bouncycastle.asn1.DERUTF8String, META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$5.class=org.bouncycastle.asn1.x9.X962NamedCurves$5, META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$22.class=org.bouncycastle.asn1.x9.X962NamedCurves$22, META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X448UwithSHA512CKDF.class=org.bouncycastle.jcajce.provider.asymmetric.edec.KeyAgreementSpi$X448UwithSHA512CKDF, META-INF/versions/9/org/bouncycastle/pqc/crypto/cmce/BENES.class=org.bouncycastle.pqc.crypto.cmce.BENES, META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/HarakaSBase.class=org.bouncycastle.pqc.crypto.sphincsplus.HarakaSBase, META-INF/versions/9/org/bouncycastle/crypto/digests/MD5Digest.class=org.bouncycastle.crypto.digests.MD5Digest, META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/dilithium/Symmetric$AesSymmetric.class=org.bouncycastle.pqc.crypto.crystals.dilithium.Symmetric$AesSymmetric, META-INF/versions/9/org/bouncycastle/asn1/nist/NISTNamedCurves.class=org.bouncycastle.asn1.nist.NISTNamedCurves, META-INF/versions/9/org/bouncycastle/asn1/misc/MiscObjectIdentifiers.class=org.bouncycastle.asn1.misc.MiscObjectIdentifiers, META-INF/versions/9/org/bouncycastle/crypto/util/DigestFactory$4.class=org.bouncycastle.crypto.util.DigestFactory$4, META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/PK.class=org.bouncycastle.pqc.crypto.sphincsplus.PK, META-INF/versions/9/org/bouncycastle/asn1/ASN1OctetString.class=org.bouncycastle.asn1.ASN1OctetString, META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/HSS.class=org.bouncycastle.pqc.crypto.lms.HSS, META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/SeedDerive.class=org.bouncycastle.pqc.crypto.lms.SeedDerive, META-INF/versions/9/org/bouncycastle/asn1/DERVisibleString.class=org.bouncycastle.asn1.DERVisibleString, META-INF/versions/9/org/bouncycastle/pqc/crypto/falcon/FalconPrivateKeyParameters.class=org.bouncycastle.pqc.crypto.falcon.FalconPrivateKeyParameters, META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSMTPublicKeyParameters$1.class=org.bouncycastle.pqc.crypto.xmss.XMSSMTPublicKeyParameters$1, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP192K1FieldElement.class=org.bouncycastle.math.ec.custom.sec.SecP192K1FieldElement, META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/kyber/Symmetric$ShakeSymmetric.class=org.bouncycastle.pqc.crypto.crystals.kyber.Symmetric$ShakeSymmetric, META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/HSSPrivateKeyParameters.class=org.bouncycastle.pqc.crypto.lms.HSSPrivateKeyParameters, META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi.class=org.bouncycastle.jcajce.provider.asymmetric.edec.KeyFactorySpi, META-INF/versions/9/org/bouncycastle/asn1/DERExternal.class=org.bouncycastle.asn1.DERExternal, META-INF/versions/9/org/bouncycastle/math/field/Polynomial.class=org.bouncycastle.math.field.Polynomial, META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSPublicKeyParameters.class=org.bouncycastle.pqc.crypto.xmss.XMSSPublicKeyParameters, META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$33.class=org.bouncycastle.asn1.sec.SECNamedCurves$33, META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$2.class=org.bouncycastle.crypto.ec.CustomNamedCurves$2, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT193R2Curve.class=org.bouncycastle.math.ec.custom.sec.SecT193R2Curve, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT409R1Point.class=org.bouncycastle.math.ec.custom.sec.SecT409R1Point, META-INF/versions/9/org/bouncycastle/asn1/ASN1GraphicString$1.class=org.bouncycastle.asn1.ASN1GraphicString$1, META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$20.class=org.bouncycastle.asn1.sec.SECNamedCurves$20, META-INF/versions/9/org/bouncycastle/asn1/x9/X9FieldElement.class=org.bouncycastle.asn1.x9.X9FieldElement, META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSUtil.class=org.bouncycastle.pqc.crypto.xmss.XMSSUtil, META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi.class=org.bouncycastle.jcajce.provider.asymmetric.edec.KeyPairGeneratorSpi, META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/BouncyCastlePQCProvider.class=org.bouncycastle.pqc.jcajce.provider.BouncyCastlePQCProvider, META-INF/versions/9/org/bouncycastle/pqc/math/ntru/parameters/NTRUHPSParameterSet.class=org.bouncycastle.pqc.math.ntru.parameters.NTRUHPSParameterSet, META-INF/versions/9/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$5.class=org.bouncycastle.asn1.teletrust.TeleTrusTNamedCurves$5, META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/qtesla/QTesla3p.class=org.bouncycastle.pqc.legacy.crypto.qtesla.QTesla3p, META-INF/versions/9/org/bouncycastle/asn1/ASN1BMPString.class=org.bouncycastle.asn1.ASN1BMPString, META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMSException.class=org.bouncycastle.pqc.crypto.lms.LMSException, META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X25519withSHA256CKDF.class=org.bouncycastle.jcajce.provider.asymmetric.edec.KeyAgreementSpi$X25519withSHA256CKDF, META-INF/versions/9/org/bouncycastle/asn1/ASN1IA5String$1.class=org.bouncycastle.asn1.ASN1IA5String$1, META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/dilithium/DilithiumEngine.class=org.bouncycastle.pqc.crypto.crystals.dilithium.DilithiumEngine, META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/dilithium/PolyVecMatrix.class=org.bouncycastle.pqc.crypto.crystals.dilithium.PolyVecMatrix, META-INF/versions/9/org/bouncycastle/asn1/ASN1StreamParser.class=org.bouncycastle.asn1.ASN1StreamParser, META-INF/versions/9/org/bouncycastle/pqc/crypto/sike/P434.class=org.bouncycastle.pqc.crypto.sike.P434, META-INF/versions/9/org/bouncycastle/math/ec/WTauNafMultiplier$1.class=org.bouncycastle.math.ec.WTauNafMultiplier$1, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT239FieldElement.class=org.bouncycastle.math.ec.custom.sec.SecT239FieldElement, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT409K1Point.class=org.bouncycastle.math.ec.custom.sec.SecT409K1Point, META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$NtruConverter.class=org.bouncycastle.pqc.crypto.util.PublicKeyFactory$NtruConverter, META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/qtesla/QTesla1p$Gaussian.class=org.bouncycastle.pqc.legacy.crypto.qtesla.QTesla1p$Gaussian, META-INF/versions/9/org/bouncycastle/asn1/BERTaggedObjectParser.class=org.bouncycastle.asn1.BERTaggedObjectParser, META-INF/versions/9/org/bouncycastle/crypto/KeyGenerationParameters.class=org.bouncycastle.crypto.KeyGenerationParameters, META-INF/versions/9/org/bouncycastle/pqc/crypto/sike/P751.class=org.bouncycastle.pqc.crypto.sike.P751, META-INF/versions/9/org/bouncycastle/asn1/ASN1Exception.class=org.bouncycastle.asn1.ASN1Exception, META-INF/versions/9/org/bouncycastle/pqc/crypto/cmce/CMCEKeyParameters.class=org.bouncycastle.pqc.crypto.cmce.CMCEKeyParameters, META-INF/versions/9/org/bouncycastle/asn1/x9/ECNamedCurveTable.class=org.bouncycastle.asn1.x9.ECNamedCurveTable, META-INF/versions/9/org/bouncycastle/asn1/ASN1Enumerated$1.class=org.bouncycastle.asn1.ASN1Enumerated$1, META-INF/versions/9/org/bouncycastle/asn1/ASN1UniversalString.class=org.bouncycastle.asn1.ASN1UniversalString, META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/qtesla/QTesla1p$QTesla1PPolynomial.class=org.bouncycastle.pqc.legacy.crypto.qtesla.QTesla1p$QTesla1PPolynomial, META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/Msg.class=org.bouncycastle.pqc.crypto.picnic.Msg, META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$29.class=org.bouncycastle.crypto.ec.CustomNamedCurves$29, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT233K1Curve$1.class=org.bouncycastle.math.ec.custom.sec.SecT233K1Curve$1, META-INF/versions/9/org/bouncycastle/asn1/DERNumericString.class=org.bouncycastle.asn1.DERNumericString, META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMSSignedPubKey.class=org.bouncycastle.pqc.crypto.lms.LMSSignedPubKey, META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/HashTreeAddress$Builder.class=org.bouncycastle.pqc.crypto.xmss.HashTreeAddress$Builder, META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$11.class=org.bouncycastle.crypto.ec.CustomNamedCurves$11, META-INF/versions/9/org/bouncycastle/asn1/anssi/ANSSIObjectIdentifiers.class=org.bouncycastle.asn1.anssi.ANSSIObjectIdentifiers, META-INF/versions/9/org/bouncycastle/pqc/jcajce/spec/XMSSParameterSpec.class=org.bouncycastle.pqc.jcajce.spec.XMSSParameterSpec, META-INF/versions/9/org/bouncycastle/math/ec/AbstractECMultiplier.class=org.bouncycastle.math.ec.AbstractECMultiplier, META-INF/versions/9/org/bouncycastle/asn1/ASN1UTCTime$1.class=org.bouncycastle.asn1.ASN1UTCTime$1, META-INF/versions/9/org/bouncycastle/crypto/digests/Utils.class=org.bouncycastle.crypto.digests.Utils, META-INF/versions/9/org/bouncycastle/pqc/asn1/McElieceCCA2PublicKey.class=org.bouncycastle.pqc.asn1.McElieceCCA2PublicKey, META-INF/versions/9/org/bouncycastle/asn1/ASN1VisibleString.class=org.bouncycastle.asn1.ASN1VisibleString, META-INF/versions/9/org/bouncycastle/asn1/LimitedInputStream.class=org.bouncycastle.asn1.LimitedInputStream, META-INF/versions/9/org/bouncycastle/pqc/crypto/newhope/NHPublicKeyParameters.class=org.bouncycastle.pqc.crypto.newhope.NHPublicKeyParameters, META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi$XDH.class=org.bouncycastle.jcajce.provider.asymmetric.edec.KeyFactorySpi$XDH, META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves.class=org.bouncycastle.crypto.ec.CustomNamedCurves, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP521R1Field.class=org.bouncycastle.math.ec.custom.sec.SecP521R1Field, META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusEngine$Shake256Engine.class=org.bouncycastle.pqc.crypto.sphincsplus.SPHINCSPlusEngine$Shake256Engine, META-INF/versions/9/org/bouncycastle/math/raw/Nat320.class=org.bouncycastle.math.raw.Nat320, META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$7.class=org.bouncycastle.asn1.sec.SECNamedCurves$7, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP192R1Field.class=org.bouncycastle.math.ec.custom.sec.SecP192R1Field, META-INF/versions/9/org/bouncycastle/asn1/ASN1NumericString.class=org.bouncycastle.asn1.ASN1NumericString, META-INF/versions/9/org/bouncycastle/pqc/jcajce/spec/FalconParameterSpec.class=org.bouncycastle.pqc.jcajce.spec.FalconParameterSpec, META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi$EdDSA.class=org.bouncycastle.jcajce.provider.asymmetric.edec.KeyFactorySpi$EdDSA, META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/qtesla/BCqTESLAPrivateKey.class=org.bouncycastle.pqc.jcajce.provider.qtesla.BCqTESLAPrivateKey, META-INF/versions/9/org/bouncycastle/asn1/DERSequence.class=org.bouncycastle.asn1.DERSequence, META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincs/SPHINCSPrivateKeyParameters.class=org.bouncycastle.pqc.crypto.sphincs.SPHINCSPrivateKeyParameters, META-INF/versions/9/org/bouncycastle/pqc/asn1/XMSSKeyParams.class=org.bouncycastle.pqc.asn1.XMSSKeyParams, META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/XMSSMTPrivateKey.class=org.bouncycastle.pqc.jcajce.interfaces.XMSSMTPrivateKey, META-INF/versions/9/org/bouncycastle/pqc/crypto/hqc/HQCKeyParameters.class=org.bouncycastle.pqc.crypto.hqc.HQCKeyParameters, META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/mceliece/McElieceKeyPairGenerator.class=org.bouncycastle.pqc.legacy.crypto.mceliece.McElieceKeyPairGenerator, META-INF/versions/9/org/bouncycastle/pqc/crypto/cmce/GF12.class=org.bouncycastle.pqc.crypto.cmce.GF12, META-INF/versions/9/org/bouncycastle/math/ec/ECPoint.class=org.bouncycastle.math.ec.ECPoint, META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/SignatureSpi.class=org.bouncycastle.jcajce.provider.asymmetric.edec.SignatureSpi, META-INF/versions/9/org/bouncycastle/asn1/ASN1OctetStringParser.class=org.bouncycastle.asn1.ASN1OctetStringParser, META-INF/versions/9/org/bouncycastle/pqc/asn1/XMSSMTPrivateKey.class=org.bouncycastle.pqc.asn1.XMSSMTPrivateKey, META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/IndexedDigest.class=org.bouncycastle.pqc.crypto.sphincsplus.IndexedDigest, META-INF/versions/9/org/bouncycastle/asn1/rosstandart/RosstandartObjectIdentifiers.class=org.bouncycastle.asn1.rosstandart.RosstandartObjectIdentifiers, META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$19.class=org.bouncycastle.asn1.x9.X962NamedCurves$19, META-INF/versions/9/org/bouncycastle/jce/provider/BouncyCastleProvider.class=org.bouncycastle.jce.provider.BouncyCastleProvider, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP384R1Field.class=org.bouncycastle.math.ec.custom.sec.SecP384R1Field, META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/NHKey.class=org.bouncycastle.pqc.jcajce.interfaces.NHKey, META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/rainbow/RainbowParameters.class=org.bouncycastle.pqc.legacy.crypto.rainbow.RainbowParameters, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP160R2Point.class=org.bouncycastle.math.ec.custom.sec.SecP160R2Point, META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/lms/LMSKeyFactorySpi.class=org.bouncycastle.pqc.jcajce.provider.lms.LMSKeyFactorySpi, META-INF/versions/9/org/bouncycastle/asn1/nist/NISTObjectIdentifiers.class=org.bouncycastle.asn1.nist.NISTObjectIdentifiers, META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$12.class=org.bouncycastle.asn1.sec.SECNamedCurves$12, META-INF/versions/9/org/bouncycastle/pqc/jcajce/spec/RainbowPrivateKeySpec.class=org.bouncycastle.pqc.jcajce.spec.RainbowPrivateKeySpec, META-INF/versions/9/org/bouncycastle/asn1/ASN1Boolean$1.class=org.bouncycastle.asn1.ASN1Boolean$1, META-INF/versions/9/org/bouncycastle/asn1/DERPrintableString.class=org.bouncycastle.asn1.DERPrintableString, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP160R2Curve$1.class=org.bouncycastle.math.ec.custom.sec.SecP160R2Curve$1, META-INF/versions/9/org/bouncycastle/jce/provider/BouncyCastleProvider$JcaCryptoService.class=org.bouncycastle.jce.provider.BouncyCastleProvider$JcaCryptoService, META-INF/versions/9/org/bouncycastle/crypto/StreamBlockCipher.class=org.bouncycastle.crypto.StreamBlockCipher, META-INF/versions/9/org/bouncycastle/asn1/isara/IsaraObjectIdentifiers.class=org.bouncycastle.asn1.isara.IsaraObjectIdentifiers, META-INF/versions/9/org/bouncycastle/math/ec/ECCurve$AbstractFp.class=org.bouncycastle.math.ec.ECCurve$AbstractFp, META-INF/versions/9/org/bouncycastle/math/ec/WNafUtil$1.class=org.bouncycastle.math.ec.WNafUtil$1, META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi.class=org.bouncycastle.jcajce.provider.asymmetric.edec.KeyAgreementSpi, META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/Tree.class=org.bouncycastle.pqc.crypto.picnic.Tree, META-INF/versions/9/org/bouncycastle/math/raw/Nat224.class=org.bouncycastle.math.raw.Nat224, META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$11.class=org.bouncycastle.asn1.sec.SECNamedCurves$11, META-INF/versions/9/org/bouncycastle/crypto/SkippingStreamCipher.class=org.bouncycastle.crypto.SkippingStreamCipher, META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi$Ed25519.class=org.bouncycastle.jcajce.provider.asymmetric.edec.KeyPairGeneratorSpi$Ed25519, META-INF/versions/9/org/bouncycastle/asn1/ASN1BitString.class=org.bouncycastle.asn1.ASN1BitString, META-INF/versions/9/org/bouncycastle/pqc/crypto/saber/Poly.class=org.bouncycastle.pqc.crypto.saber.Poly, META-INF/versions/9/org/bouncycastle/pqc/math/ntru/HPSPolynomial.class=org.bouncycastle.pqc.math.ntru.HPSPolynomial, META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/DigestUtil.class=org.bouncycastle.pqc.crypto.lms.DigestUtil, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT113FieldElement.class=org.bouncycastle.math.ec.custom.sec.SecT113FieldElement, META-INF/versions/9/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$11.class=org.bouncycastle.asn1.teletrust.TeleTrusTNamedCurves$11, META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/kyber/KyberParameters.class=org.bouncycastle.pqc.crypto.crystals.kyber.KyberParameters, META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/BDS.class=org.bouncycastle.pqc.crypto.xmss.BDS, META-INF/versions/9/org/bouncycastle/math/ec/ECFieldElement$AbstractFp.class=org.bouncycastle.math.ec.ECFieldElement$AbstractFp, META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/mceliece/BCMcElieceCCA2PrivateKey.class=org.bouncycastle.pqc.jcajce.provider.mceliece.BCMcElieceCCA2PrivateKey, META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi$Ed448.class=org.bouncycastle.jcajce.provider.asymmetric.edec.KeyPairGeneratorSpi$Ed448, META-INF/versions/9/org/bouncycastle/asn1/OIDTokenizer.class=org.bouncycastle.asn1.OIDTokenizer, META-INF/versions/9/org/bouncycastle/math/ec/endo/ScalarSplitParameters.class=org.bouncycastle.math.ec.endo.ScalarSplitParameters, META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusPrivateKeyParameters.class=org.bouncycastle.pqc.crypto.sphincsplus.SPHINCSPlusPrivateKeyParameters, META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$3.class=org.bouncycastle.asn1.sec.SECNamedCurves$3, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT409R1Curve$1.class=org.bouncycastle.math.ec.custom.sec.SecT409R1Curve$1, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT163R1Curve.class=org.bouncycastle.math.ec.custom.sec.SecT163R1Curve, META-INF/versions/9/org/bouncycastle/pqc/crypto/newhope/NHPrivateKeyParameters.class=org.bouncycastle.pqc.crypto.newhope.NHPrivateKeyParameters, META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$PicnicConverter.class=org.bouncycastle.pqc.crypto.util.PublicKeyFactory$PicnicConverter, META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusEngineProvider.class=org.bouncycastle.pqc.crypto.sphincsplus.SPHINCSPlusEngineProvider, META-INF/versions/9/org/bouncycastle/math/Primes$STOutput.class=org.bouncycastle.math.Primes$STOutput, META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/HashTreeAddress$1.class=org.bouncycastle.pqc.crypto.xmss.HashTreeAddress$1, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT571K1Point.class=org.bouncycastle.math.ec.custom.sec.SecT571K1Point, META-INF/versions/9/org/bouncycastle/crypto/util/DigestFactory$10.class=org.bouncycastle.crypto.util.DigestFactory$10, META-INF/versions/9/org/bouncycastle/asn1/IndefiniteLengthInputStream.class=org.bouncycastle.asn1.IndefiniteLengthInputStream, META-INF/versions/9/org/bouncycastle/math/raw/Nat160.class=org.bouncycastle.math.raw.Nat160, META-INF/versions/9/org/bouncycastle/asn1/ASN1ObjectIdentifier$1.class=org.bouncycastle.asn1.ASN1ObjectIdentifier$1, META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/SPHINCSPlusPrivateKey.class=org.bouncycastle.pqc.jcajce.interfaces.SPHINCSPlusPrivateKey, META-INF/versions/9/org/bouncycastle/asn1/BERBitStringParser.class=org.bouncycastle.asn1.BERBitStringParser, META-INF/versions/9/org/bouncycastle/asn1/ASN1External.class=org.bouncycastle.asn1.ASN1External, META-INF/versions/9/org/bouncycastle/math/ec/ECFieldElement$Fp.class=org.bouncycastle.math.ec.ECFieldElement$Fp, META-INF/versions/9/org/bouncycastle/asn1/DLOutputStream.class=org.bouncycastle.asn1.DLOutputStream, META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$15.class=org.bouncycastle.crypto.ec.CustomNamedCurves$15, META-INF/versions/9/org/bouncycastle/math/ec/endo/EndoUtil.class=org.bouncycastle.math.ec.endo.EndoUtil, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT283Field.class=org.bouncycastle.math.ec.custom.sec.SecT283Field, META-INF/versions/9/org/bouncycastle/math/ec/FixedPointUtil.class=org.bouncycastle.math.ec.FixedPointUtil, META-INF/versions/9/org/bouncycastle/jcajce/provider/symmetric/util/ClassUtil.class=org.bouncycastle.jcajce.provider.symmetric.util.ClassUtil, META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/SK.class=org.bouncycastle.pqc.crypto.sphincsplus.SK, META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/WOTSPlusSignature.class=org.bouncycastle.pqc.crypto.xmss.WOTSPlusSignature, META-INF/versions/9/org/bouncycastle/pqc/crypto/hqc/FastFourierTransform.class=org.bouncycastle.pqc.crypto.hqc.FastFourierTransform, META-INF/versions/9/org/bouncycastle/asn1/ASN1OctetString$1.class=org.bouncycastle.asn1.ASN1OctetString$1, META-INF/versions/9/org/bouncycastle/pqc/crypto/hqc/HQCPublicKeyParameters.class=org.bouncycastle.pqc.crypto.hqc.HQCPublicKeyParameters, META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMSContextBasedVerifier.class=org.bouncycastle.pqc.crypto.lms.LMSContextBasedVerifier, META-INF/versions/9/org/bouncycastle/pqc/math/ntru/HPS4096Polynomial.class=org.bouncycastle.pqc.math.ntru.HPS4096Polynomial, META-INF/versions/9/org/bouncycastle/math/ec/endo/GLVTypeBEndomorphism.class=org.bouncycastle.math.ec.endo.GLVTypeBEndomorphism, META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/KMatricesWithPointer.class=org.bouncycastle.pqc.crypto.picnic.KMatricesWithPointer, META-INF/versions/9/org/bouncycastle/math/ec/ECCurve$F2m.class=org.bouncycastle.math.ec.ECCurve$F2m, META-INF/versions/9/org/bouncycastle/pqc/math/ntru/parameters/NTRUHRSSParameterSet.class=org.bouncycastle.pqc.math.ntru.parameters.NTRUHRSSParameterSet, META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSMTPublicKeyParameters$Builder.class=org.bouncycastle.pqc.crypto.xmss.XMSSMTPublicKeyParameters$Builder, META-INF/versions/9/org/bouncycastle/asn1/ASN1Object.class=org.bouncycastle.asn1.ASN1Object, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP256K1Curve$1.class=org.bouncycastle.math.ec.custom.sec.SecP256K1Curve$1, META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/OTSHashAddress.class=org.bouncycastle.pqc.crypto.xmss.OTSHashAddress, META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/PolynomialGF2mSmallM.class=org.bouncycastle.pqc.legacy.math.linearalgebra.PolynomialGF2mSmallM, META-INF/versions/9/org/bouncycastle/asn1/DLBitString.class=org.bouncycastle.asn1.DLBitString, META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi$X25519.class=org.bouncycastle.jcajce.provider.asymmetric.edec.KeyFactorySpi$X25519, META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$16.class=org.bouncycastle.crypto.ec.CustomNamedCurves$16, META-INF/versions/9/org/bouncycastle/pqc/crypto/bike/BIKEEngine.class=org.bouncycastle.pqc.crypto.bike.BIKEEngine, META-INF/versions/9/org/bouncycastle/crypto/util/DigestFactory$Cloner.class=org.bouncycastle.crypto.util.DigestFactory$Cloner, META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMSPublicKeyParameters.class=org.bouncycastle.pqc.crypto.lms.LMSPublicKeyParameters, META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi$X25519.class=org.bouncycastle.jcajce.provider.asymmetric.edec.KeyPairGeneratorSpi$X25519, META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$28.class=org.bouncycastle.crypto.ec.CustomNamedCurves$28, META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi.class=org.bouncycastle.jcajce.provider.asymmetric.edec.KeyFactorySpi, META-INF/versions/9/org/bouncycastle/pqc/crypto/saber/SABERPublicKeyParameters.class=org.bouncycastle.pqc.crypto.saber.SABERPublicKeyParameters, META-INF/versions/9/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$6.class=org.bouncycastle.asn1.teletrust.TeleTrusTNamedCurves$6, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP160R1Curve$1.class=org.bouncycastle.math.ec.custom.sec.SecP160R1Curve$1, META-INF/versions/9/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$12.class=org.bouncycastle.asn1.teletrust.TeleTrusTNamedCurves$12, META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/WOTSPlusPrivateKeyParameters.class=org.bouncycastle.pqc.crypto.xmss.WOTSPlusPrivateKeyParameters, META-INF/versions/9/org/bouncycastle/pqc/math/ntru/Polynomial.class=org.bouncycastle.pqc.math.ntru.Polynomial, META-INF/versions/9/org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves$1.class=org.bouncycastle.asn1.cryptopro.ECGOST3410NamedCurves$1, META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/falcon/FalconKeyFactorySpi.class=org.bouncycastle.pqc.jcajce.provider.falcon.FalconKeyFactorySpi, META-INF/versions/9/org/bouncycastle/pqc/math/ntru/parameters/NTRUParameterSet.class=org.bouncycastle.pqc.math.ntru.parameters.NTRUParameterSet, META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$NHConverter.class=org.bouncycastle.pqc.crypto.util.PublicKeyFactory$NHConverter, META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$2.class=org.bouncycastle.asn1.sec.SECNamedCurves$2, META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/WOTSPlus.class=org.bouncycastle.pqc.crypto.xmss.WOTSPlus, META-INF/versions/9/org/bouncycastle/pqc/math/linearalgebra/IntegerFunctions.class=org.bouncycastle.pqc.math.linearalgebra.IntegerFunctions, META-INF/versions/9/org/bouncycastle/pqc/crypto/frodo/FrodoPrivateKeyParameters.class=org.bouncycastle.pqc.crypto.frodo.FrodoPrivateKeyParameters, META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/HarakaS256Digest.class=org.bouncycastle.pqc.crypto.sphincsplus.HarakaS256Digest, META-INF/versions/9/org/bouncycastle/util/encoders/Encoder.class=org.bouncycastle.util.encoders.Encoder, META-INF/versions/9/org/bouncycastle/asn1/DLBitStringParser.class=org.bouncycastle.asn1.DLBitStringParser, META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$SIKEConverter.class=org.bouncycastle.pqc.crypto.util.PublicKeyFactory$SIKEConverter, META-INF/versions/9/org/bouncycastle/util/Iterable.class=org.bouncycastle.util.Iterable, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP256R1Curve$1.class=org.bouncycastle.math.ec.custom.sec.SecP256R1Curve$1, META-INF/versions/9/org/bouncycastle/asn1/ASN1T61String$1.class=org.bouncycastle.asn1.ASN1T61String$1, META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$SABERConverter.class=org.bouncycastle.pqc.crypto.util.PublicKeyFactory$SABERConverter, META-INF/versions/9/org/bouncycastle/pqc/jcajce/spec/QTESLAParameterSpec.class=org.bouncycastle.pqc.jcajce.spec.QTESLAParameterSpec, META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi$X448.class=org.bouncycastle.jcajce.provider.asymmetric.edec.KeyPairGeneratorSpi$X448, META-INF/versions/9/org/bouncycastle/math/ec/ECCurve$AbstractF2m.class=org.bouncycastle.math.ec.ECCurve$AbstractF2m, META-INF/versions/9/org/bouncycastle/math/field/GF2Polynomial.class=org.bouncycastle.math.field.GF2Polynomial, META-INF/versions/9/org/bouncycastle/pqc/crypto/frodo/FrodoParameters.class=org.bouncycastle.pqc.crypto.frodo.FrodoParameters, META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$31.class=org.bouncycastle.crypto.ec.CustomNamedCurves$31, META-INF/versions/9/org/bouncycastle/crypto/util/DigestFactory$11.class=org.bouncycastle.crypto.util.DigestFactory$11, META-INF/versions/9/org/bouncycastle/pqc/crypto/frodo/FrodoEngine.class=org.bouncycastle.pqc.crypto.frodo.FrodoEngine, META-INF/versions/9/org/bouncycastle/math/ec/ECCurve$Fp.class=org.bouncycastle.math.ec.ECCurve$Fp, META-INF/versions/9/org/bouncycastle/jcajce/provider/asymmetric/util/EC5Util$CustomCurves.class=org.bouncycastle.jcajce.provider.asymmetric.util.EC5Util$CustomCurves, META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/Signature.class=org.bouncycastle.pqc.crypto.picnic.Signature, META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi$EdDSA.class=org.bouncycastle.jcajce.provider.asymmetric.edec.KeyPairGeneratorSpi$EdDSA, META-INF/versions/9/org/bouncycastle/pqc/crypto/ntruprime/SNTRUPrimeKeyParameters.class=org.bouncycastle.pqc.crypto.ntruprime.SNTRUPrimeKeyParameters, META-INF/versions/9/org/bouncycastle/util/Properties$2.class=org.bouncycastle.util.Properties$2, META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSMTKeyParameters.class=org.bouncycastle.pqc.crypto.xmss.XMSSMTKeyParameters, META-INF/versions/9/org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves$6.class=org.bouncycastle.asn1.cryptopro.ECGOST3410NamedCurves$6, META-INF/versions/9/org/bouncycastle/math/Primes$1.class=org.bouncycastle.math.Primes$1, META-INF/versions/9/org/bouncycastle/asn1/ASN1Null$1.class=org.bouncycastle.asn1.ASN1Null$1, META-INF/versions/9/org/bouncycastle/pqc/crypto/ntru/NTRUParameters.class=org.bouncycastle.pqc.crypto.ntru.NTRUParameters, META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/LTreeAddress.class=org.bouncycastle.pqc.crypto.xmss.LTreeAddress, META-INF/versions/9/org/bouncycastle/math/ec/ECLookupTable.class=org.bouncycastle.math.ec.ECLookupTable, META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/picnic/BCPicnicPublicKey.class=org.bouncycastle.pqc.jcajce.provider.picnic.BCPicnicPublicKey, META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$23.class=org.bouncycastle.crypto.ec.CustomNamedCurves$23, META-INF/versions/9/org/bouncycastle/crypto/SecureRandomProvider.class=org.bouncycastle.crypto.SecureRandomProvider, META-INF/versions/9/org/bouncycastle/pqc/crypto/saber/SABERPrivateKeyParameters.class=org.bouncycastle.pqc.crypto.saber.SABERPrivateKeyParameters, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT163R2Curve.class=org.bouncycastle.math.ec.custom.sec.SecT163R2Curve, META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/mceliece/McElieceKeyFactorySpi.class=org.bouncycastle.pqc.jcajce.provider.mceliece.McElieceKeyFactorySpi, META-INF/versions/9/org/bouncycastle/crypto/params/DHValidationParameters.class=org.bouncycastle.crypto.params.DHValidationParameters, META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/mceliece/McElieceCCA2KeyFactorySpi.class=org.bouncycastle.pqc.jcajce.provider.mceliece.McElieceCCA2KeyFactorySpi, META-INF/versions/9/org/bouncycastle/util/encoders/HexEncoder.class=org.bouncycastle.util.encoders.HexEncoder, META-INF/versions/9/org/bouncycastle/crypto/params/AsymmetricKeyParameter.class=org.bouncycastle.crypto.params.AsymmetricKeyParameter, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP224K1Field.class=org.bouncycastle.math.ec.custom.sec.SecP224K1Field, META-INF/versions/9/org/bouncycastle/pqc/crypto/saber/SABERKeyParameters.class=org.bouncycastle.pqc.crypto.saber.SABERKeyParameters, META-INF/versions/9/org/bouncycastle/pqc/crypto/ntru/NTRUKeyParameters.class=org.bouncycastle.pqc.crypto.ntru.NTRUKeyParameters, META-INF/versions/9/org/bouncycastle/asn1/ASN1Encodable.class=org.bouncycastle.asn1.ASN1Encodable, META-INF/versions/9/org/bouncycastle/math/ec/ValidityPrecompInfo.class=org.bouncycastle.math.ec.ValidityPrecompInfo, META-INF/versions/9/org/bouncycastle/math/ec/ZTauElement.class=org.bouncycastle.math.ec.ZTauElement, META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/kyber/CBD.class=org.bouncycastle.pqc.crypto.crystals.kyber.CBD, META-INF/versions/9/org/bouncycastle/math/ec/WNafUtil.class=org.bouncycastle.math.ec.WNafUtil, META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSMTPrivateKeyParameters$Builder.class=org.bouncycastle.pqc.crypto.xmss.XMSSMTPrivateKeyParameters$Builder, META-INF/versions/9/org/bouncycastle/math/ec/custom/gm/SM2P256V1FieldElement.class=org.bouncycastle.math.ec.custom.gm.SM2P256V1FieldElement, META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/kyber/Symmetric.class=org.bouncycastle.pqc.crypto.crystals.kyber.Symmetric, META-INF/versions/9/org/bouncycastle/math/raw/Nat384.class=org.bouncycastle.math.raw.Nat384, META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/IntegerFunctions.class=org.bouncycastle.pqc.legacy.math.linearalgebra.IntegerFunctions, META-INF/versions/9/org/bouncycastle/math/ec/FixedPointPreCompInfo.class=org.bouncycastle.math.ec.FixedPointPreCompInfo, META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$24.class=org.bouncycastle.crypto.ec.CustomNamedCurves$24, META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/dilithium/PolyVecK.class=org.bouncycastle.pqc.crypto.crystals.dilithium.PolyVecK, META-INF/versions/9/org/bouncycastle/crypto/util/DigestFactory.class=org.bouncycastle.crypto.util.DigestFactory, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT193FieldElement.class=org.bouncycastle.math.ec.custom.sec.SecT193FieldElement, META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/DefaultXMSSOid.class=org.bouncycastle.pqc.crypto.xmss.DefaultXMSSOid, META-INF/versions/9/org/bouncycastle/math/ec/ECPointMap.class=org.bouncycastle.math.ec.ECPointMap, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT131R1Curve.class=org.bouncycastle.math.ec.custom.sec.SecT131R1Curve, META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/qtesla/HashUtils.class=org.bouncycastle.pqc.legacy.crypto.qtesla.HashUtils, META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi$Ed448.class=org.bouncycastle.jcajce.provider.asymmetric.edec.KeyPairGeneratorSpi$Ed448, META-INF/versions/9/org/bouncycastle/crypto/params/MGFParameters.class=org.bouncycastle.crypto.params.MGFParameters, META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/LTreeAddress$Builder.class=org.bouncycastle.pqc.crypto.xmss.LTreeAddress$Builder, META-INF/versions/9/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$9.class=org.bouncycastle.asn1.teletrust.TeleTrusTNamedCurves$9, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT571R1Point.class=org.bouncycastle.math.ec.custom.sec.SecT571R1Point, META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/rainbow/RainbowKeyFactorySpi.class=org.bouncycastle.pqc.jcajce.provider.rainbow.RainbowKeyFactorySpi, META-INF/versions/9/org/bouncycastle/asn1/ASN1Tag.class=org.bouncycastle.asn1.ASN1Tag, META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/dilithium/Reduce.class=org.bouncycastle.pqc.crypto.crystals.dilithium.Reduce, META-INF/versions/9/org/bouncycastle/asn1/LazyConstructionEnumeration.class=org.bouncycastle.asn1.LazyConstructionEnumeration, META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/mceliece/McElieceKeyGenerationParameters.class=org.bouncycastle.pqc.legacy.crypto.mceliece.McElieceKeyGenerationParameters, META-INF/versions/9/org/bouncycastle/asn1/ASN1ExternalParser.class=org.bouncycastle.asn1.ASN1ExternalParser, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP384R1Curve$1.class=org.bouncycastle.math.ec.custom.sec.SecP384R1Curve$1, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT163K1Curve.class=org.bouncycastle.math.ec.custom.sec.SecT163K1Curve, META-INF/versions/9/org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves$4.class=org.bouncycastle.asn1.cryptopro.ECGOST3410NamedCurves$4, META-INF/versions/9/org/bouncycastle/math/ec/ECFieldElement$AbstractF2m.class=org.bouncycastle.math.ec.ECFieldElement$AbstractF2m, META-INF/versions/9/org/bouncycastle/asn1/oiw/OIWObjectIdentifiers.class=org.bouncycastle.asn1.oiw.OIWObjectIdentifiers, META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMOtsParameters$1.class=org.bouncycastle.pqc.crypto.lms.LMOtsParameters$1, META-INF/versions/9/org/bouncycastle/crypto/digests/SHA1Digest.class=org.bouncycastle.crypto.digests.SHA1Digest, META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$25.class=org.bouncycastle.crypto.ec.CustomNamedCurves$25, META-INF/versions/9/org/bouncycastle/pqc/crypto/falcon/FalconKeyParameters.class=org.bouncycastle.pqc.crypto.falcon.FalconKeyParameters, META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/Vector.class=org.bouncycastle.pqc.legacy.math.linearalgebra.Vector, META-INF/versions/9/org/bouncycastle/pqc/crypto/sike/SIKEPublicKeyParameters.class=org.bouncycastle.pqc.crypto.sike.SIKEPublicKeyParameters, META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/IntUtils.class=org.bouncycastle.pqc.legacy.math.linearalgebra.IntUtils, META-INF/versions/9/org/bouncycastle/crypto/modes/SICBlockCipher.class=org.bouncycastle.crypto.modes.SICBlockCipher, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT283FieldElement.class=org.bouncycastle.math.ec.custom.sec.SecT283FieldElement, META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$21.class=org.bouncycastle.asn1.sec.SECNamedCurves$21, META-INF/versions/9/org/bouncycastle/crypto/params/KeyParameter.class=org.bouncycastle.crypto.params.KeyParameter, META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusParameters$Sha2EngineProvider.class=org.bouncycastle.pqc.crypto.sphincsplus.SPHINCSPlusParameters$Sha2EngineProvider, META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$12.class=org.bouncycastle.crypto.ec.CustomNamedCurves$12, META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$BIKEConverter.class=org.bouncycastle.pqc.crypto.util.PublicKeyFactory$BIKEConverter, META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/kyber/KyberPrivateKeyParameters.class=org.bouncycastle.pqc.crypto.crystals.kyber.KyberPrivateKeyParameters, META-INF/versions/9/org/bouncycastle/crypto/CryptoServicesRegistrar$Property.class=org.bouncycastle.crypto.CryptoServicesRegistrar$Property, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT283R1Curve.class=org.bouncycastle.math.ec.custom.sec.SecT283R1Curve, META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSStoreableObjectInterface.class=org.bouncycastle.pqc.crypto.xmss.XMSSStoreableObjectInterface, META-INF/versions/9/org/bouncycastle/util/encoders/EncoderException.class=org.bouncycastle.util.encoders.EncoderException, META-INF/versions/9/org/bouncycastle/asn1/ASN1Enumerated.class=org.bouncycastle.asn1.ASN1Enumerated, META-INF/versions/9/org/bouncycastle/asn1/ASN1UniversalType.class=org.bouncycastle.asn1.ASN1UniversalType, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT409K1Curve.class=org.bouncycastle.math.ec.custom.sec.SecT409K1Curve, META-INF/versions/9/org/bouncycastle/asn1/DERBitString.class=org.bouncycastle.asn1.DERBitString, META-INF/versions/9/org/bouncycastle/asn1/DERVideotexString.class=org.bouncycastle.asn1.DERVideotexString, META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusEngine$HarakaSEngine.class=org.bouncycastle.pqc.crypto.sphincsplus.SPHINCSPlusEngine$HarakaSEngine, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP256K1FieldElement.class=org.bouncycastle.math.ec.custom.sec.SecP256K1FieldElement, META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/DefaultXMSSMTOid.class=org.bouncycastle.pqc.crypto.xmss.DefaultXMSSMTOid, META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$6.class=org.bouncycastle.asn1.sec.SECNamedCurves$6, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT233R1Point.class=org.bouncycastle.math.ec.custom.sec.SecT233R1Point, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP160R2Curve.class=org.bouncycastle.math.ec.custom.sec.SecP160R2Curve, META-INF/versions/9/org/bouncycastle/asn1/ASN1UTF8String.class=org.bouncycastle.asn1.ASN1UTF8String, META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$1.class=org.bouncycastle.asn1.sec.SECNamedCurves$1, META-INF/versions/9/org/bouncycastle/crypto/util/DigestFactory$5.class=org.bouncycastle.crypto.util.DigestFactory$5, META-INF/versions/9/org/bouncycastle/asn1/ConstructedBitStream.class=org.bouncycastle.asn1.ConstructedBitStream, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT131R1Point.class=org.bouncycastle.math.ec.custom.sec.SecT131R1Point, META-INF/versions/9/org/bouncycastle/asn1/ASN1Choice.class=org.bouncycastle.asn1.ASN1Choice, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT163K1Curve$1.class=org.bouncycastle.math.ec.custom.sec.SecT163K1Curve$1, META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/dilithium/PolyVecL.class=org.bouncycastle.pqc.crypto.crystals.dilithium.PolyVecL, META-INF/versions/9/org/bouncycastle/util/io/Streams.class=org.bouncycastle.util.io.Streams, META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X25519withSHA512CKDF.class=org.bouncycastle.jcajce.provider.asymmetric.edec.KeyAgreementSpi$X25519withSHA512CKDF, META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMSigParameters$1.class=org.bouncycastle.pqc.crypto.lms.LMSigParameters$1, META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/SPHINCSPlusPublicKey.class=org.bouncycastle.pqc.jcajce.interfaces.SPHINCSPlusPublicKey, META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi$X448.class=org.bouncycastle.jcajce.provider.asymmetric.edec.KeyFactorySpi$X448, META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSParameters.class=org.bouncycastle.pqc.crypto.xmss.XMSSParameters, META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/mceliece/Utils.class=org.bouncycastle.pqc.jcajce.provider.mceliece.Utils, META-INF/versions/9/org/bouncycastle/asn1/DERT61String.class=org.bouncycastle.asn1.DERT61String, META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X448UwithSHA512KDF.class=org.bouncycastle.jcajce.provider.asymmetric.edec.KeyAgreementSpi$X448UwithSHA512KDF, META-INF/versions/9/org/bouncycastle/asn1/cryptlib/CryptlibObjectIdentifiers.class=org.bouncycastle.asn1.cryptlib.CryptlibObjectIdentifiers, META-INF/versions/9/org/bouncycastle/crypto/params/ECPublicKeyParameters.class=org.bouncycastle.crypto.params.ECPublicKeyParameters, META-INF/versions/9/org/bouncycastle/asn1/ASN1RelativeOID.class=org.bouncycastle.asn1.ASN1RelativeOID, META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$26.class=org.bouncycastle.asn1.sec.SECNamedCurves$26, META-INF/versions/9/org/bouncycastle/math/ec/custom/gm/SM2P256V1Point.class=org.bouncycastle.math.ec.custom.gm.SM2P256V1Point, META-INF/versions/9/org/bouncycastle/asn1/ASN1ParsingException.class=org.bouncycastle.asn1.ASN1ParsingException, META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$17.class=org.bouncycastle.crypto.ec.CustomNamedCurves$17, META-INF/versions/9/org/bouncycastle/pqc/crypto/bike/BIKEKeyParameters.class=org.bouncycastle.pqc.crypto.bike.BIKEKeyParameters, META-INF/versions/9/org/bouncycastle/asn1/DERSet.class=org.bouncycastle.asn1.DERSet, META-INF/versions/9/org/bouncycastle/pqc/crypto/hqc/Utils.class=org.bouncycastle.pqc.crypto.hqc.Utils, META-INF/versions/9/org/bouncycastle/crypto/CryptoException.class=org.bouncycastle.crypto.CryptoException, META-INF/versions/9/org/bouncycastle/crypto/Mac.class=org.bouncycastle.crypto.Mac, META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusEngine.class=org.bouncycastle.pqc.crypto.sphincsplus.SPHINCSPlusEngine, META-INF/versions/9/org/bouncycastle/util/BigIntegers.class=org.bouncycastle.util.BigIntegers, META-INF/versions/9/org/bouncycastle/crypto/ExtendedDigest.class=org.bouncycastle.crypto.ExtendedDigest, META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LmsUtils.class=org.bouncycastle.pqc.crypto.lms.LmsUtils, META-INF/versions/9/org/bouncycastle/pqc/math/linearalgebra/GF2mField.class=org.bouncycastle.pqc.math.linearalgebra.GF2mField, META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$21.class=org.bouncycastle.asn1.x9.X962NamedCurves$21, META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/GoppaCode$MatrixSet.class=org.bouncycastle.pqc.legacy.math.linearalgebra.GoppaCode$MatrixSet, META-INF/versions/9/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$13.class=org.bouncycastle.asn1.teletrust.TeleTrusTNamedCurves$13, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT113R2Curve$1.class=org.bouncycastle.math.ec.custom.sec.SecT113R2Curve$1, META-INF/versions/9/org/bouncycastle/asn1/ASN1VisibleString$1.class=org.bouncycastle.asn1.ASN1VisibleString$1, META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/LMSPrivateKey.class=org.bouncycastle.pqc.jcajce.interfaces.LMSPrivateKey, META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/Signature2$Proof2.class=org.bouncycastle.pqc.crypto.picnic.Signature2$Proof2, META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/BouncyCastlePQCProvider$2.class=org.bouncycastle.pqc.jcajce.provider.BouncyCastlePQCProvider$2, META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/NHPublicKey.class=org.bouncycastle.pqc.jcajce.interfaces.NHPublicKey, META-INF/versions/9/org/bouncycastle/util/Strings$StringListImpl.class=org.bouncycastle.util.Strings$StringListImpl, META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X25519withSHA384CKDF.class=org.bouncycastle.jcajce.provider.asymmetric.edec.KeyAgreementSpi$X25519withSHA384CKDF, META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi$XDH.class=org.bouncycastle.jcajce.provider.asymmetric.edec.KeyFactorySpi$XDH, META-INF/versions/9/org/bouncycastle/pqc/crypto/cmce/CMCEParameters.class=org.bouncycastle.pqc.crypto.cmce.CMCEParameters, META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X25519.class=org.bouncycastle.jcajce.provider.asymmetric.edec.KeyAgreementSpi$X25519, META-INF/versions/9/org/bouncycastle/pqc/crypto/saber/Utils.class=org.bouncycastle.pqc.crypto.saber.Utils, META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/falcon/BCFalconPublicKey.class=org.bouncycastle.pqc.jcajce.provider.falcon.BCFalconPublicKey, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP224K1Curve$1.class=org.bouncycastle.math.ec.custom.sec.SecP224K1Curve$1, META-INF/versions/9/org/bouncycastle/math/ec/GLVMultiplier.class=org.bouncycastle.math.ec.GLVMultiplier, META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMSParameters.class=org.bouncycastle.pqc.crypto.lms.LMSParameters, META-INF/versions/9/org/bouncycastle/pqc/crypto/cmce/BENES13.class=org.bouncycastle.pqc.crypto.cmce.BENES13, META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$28.class=org.bouncycastle.asn1.sec.SECNamedCurves$28, META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi$Ed25519.class=org.bouncycastle.jcajce.provider.asymmetric.edec.KeyPairGeneratorSpi$Ed25519, META-INF/versions/9/org/bouncycastle/math/ec/AbstractECLookupTable.class=org.bouncycastle.math.ec.AbstractECLookupTable, META-INF/versions/9/org/bouncycastle/math/ec/ECPoint$1.class=org.bouncycastle.math.ec.ECPoint$1, META-INF/versions/9/org/bouncycastle/math/ec/ECCurve$F2m$1.class=org.bouncycastle.math.ec.ECCurve$F2m$1, META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$23.class=org.bouncycastle.asn1.x9.X962NamedCurves$23, META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X448withSHA384CKDF.class=org.bouncycastle.jcajce.provider.asymmetric.edec.KeyAgreementSpi$X448withSHA384CKDF, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP521R1Point.class=org.bouncycastle.math.ec.custom.sec.SecP521R1Point, META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusParameters$HarakaSEngineProvider.class=org.bouncycastle.pqc.crypto.sphincsplus.SPHINCSPlusParameters$HarakaSEngineProvider, META-INF/versions/9/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$10.class=org.bouncycastle.asn1.teletrust.TeleTrusTNamedCurves$10, META-INF/versions/9/org/bouncycastle/asn1/ASN1RelativeOID$1.class=org.bouncycastle.asn1.ASN1RelativeOID$1, META-INF/versions/9/org/bouncycastle/asn1/ASN1ObjectIdentifier.class=org.bouncycastle.asn1.ASN1ObjectIdentifier, META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSAddress.class=org.bouncycastle.pqc.crypto.xmss.XMSSAddress, META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/mceliece/McElieceCCA2KeyGenerationParameters.class=org.bouncycastle.pqc.legacy.crypto.mceliece.McElieceCCA2KeyGenerationParameters, META-INF/versions/9/org/bouncycastle/crypto/StreamCipher.class=org.bouncycastle.crypto.StreamCipher, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP128R1Point.class=org.bouncycastle.math.ec.custom.sec.SecP128R1Point, META-INF/versions/9/org/bouncycastle/pqc/crypto/hqc/HQCKeccakRandomGenerator.class=org.bouncycastle.pqc.crypto.hqc.HQCKeccakRandomGenerator, META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$1.class=org.bouncycastle.asn1.x9.X962NamedCurves$1, META-INF/versions/9/org/bouncycastle/asn1/DLSequence.class=org.bouncycastle.asn1.DLSequence, META-INF/versions/9/org/bouncycastle/pqc/jcajce/spec/RainbowPublicKeySpec.class=org.bouncycastle.pqc.jcajce.spec.RainbowPublicKeySpec, META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X25519UwithSHA256KDF.class=org.bouncycastle.jcajce.provider.asymmetric.edec.KeyAgreementSpi$X25519UwithSHA256KDF, META-INF/versions/9/org/bouncycastle/pqc/asn1/RainbowPrivateKey.class=org.bouncycastle.pqc.asn1.RainbowPrivateKey, META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/GF2mField.class=org.bouncycastle.pqc.legacy.math.linearalgebra.GF2mField, META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSMTPrivateKeyParameters.class=org.bouncycastle.pqc.crypto.xmss.XMSSMTPrivateKeyParameters, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP521R1FieldElement.class=org.bouncycastle.math.ec.custom.sec.SecP521R1FieldElement, META-INF/versions/9/org/bouncycastle/asn1/x9/X9Curve.class=org.bouncycastle.asn1.x9.X9Curve, META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory.class=org.bouncycastle.pqc.crypto.util.PublicKeyFactory, META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/mceliece/McElieceCCA2PublicKeyParameters.class=org.bouncycastle.pqc.legacy.crypto.mceliece.McElieceCCA2PublicKeyParameters, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP256K1Curve.class=org.bouncycastle.math.ec.custom.sec.SecP256K1Curve, META-INF/versions/9/org/bouncycastle/asn1/DLTaggedObject.class=org.bouncycastle.asn1.DLTaggedObject, META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$4.class=org.bouncycastle.asn1.sec.SECNamedCurves$4, META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/GF2mVector.class=org.bouncycastle.pqc.legacy.math.linearalgebra.GF2mVector, META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$NTRULPrimeConverter.class=org.bouncycastle.pqc.crypto.util.PublicKeyFactory$NTRULPrimeConverter, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT233Field.class=org.bouncycastle.math.ec.custom.sec.SecT233Field, META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$14.class=org.bouncycastle.crypto.ec.CustomNamedCurves$14, META-INF/versions/9/org/bouncycastle/math/Primes.class=org.bouncycastle.math.Primes, META-INF/versions/9/org/bouncycastle/pqc/asn1/SPHINCS256KeyParams.class=org.bouncycastle.pqc.asn1.SPHINCS256KeyParams, META-INF/versions/9/org/bouncycastle/pqc/crypto/falcon/FalconParameters.class=org.bouncycastle.pqc.crypto.falcon.FalconParameters, META-INF/versions/9/org/bouncycastle/asn1/BERApplicationSpecificParser.class=org.bouncycastle.asn1.BERApplicationSpecificParser, META-INF/versions/9/org/bouncycastle/math/ec/ECCurve$Config.class=org.bouncycastle.math.ec.ECCurve$Config, META-INF/versions/9/org/bouncycastle/util/Arrays.class=org.bouncycastle.util.Arrays, META-INF/versions/9/org/bouncycastle/asn1/ASN1ApplicationSpecificParser.class=org.bouncycastle.asn1.ASN1ApplicationSpecificParser, META-INF/versions/9/org/bouncycastle/pqc/math/linearalgebra/Vector.class=org.bouncycastle.pqc.math.linearalgebra.Vector, META-INF/versions/9/org/bouncycastle/crypto/digests/SHA384Digest.class=org.bouncycastle.crypto.digests.SHA384Digest, META-INF/versions/9/org/bouncycastle/util/encoders/Hex.class=org.bouncycastle.util.encoders.Hex, META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/rainbow/util/GF2Field.class=org.bouncycastle.pqc.legacy.crypto.rainbow.util.GF2Field, META-INF/versions/9/org/bouncycastle/crypto/engines/Utils.class=org.bouncycastle.crypto.engines.Utils, META-INF/versions/9/org/bouncycastle/math/ec/LongArray.class=org.bouncycastle.math.ec.LongArray, META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSNodeUtil.class=org.bouncycastle.pqc.crypto.xmss.XMSSNodeUtil, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP224R1Curve.class=org.bouncycastle.math.ec.custom.sec.SecP224R1Curve, META-INF/versions/9/org/bouncycastle/pqc/math/ntru/parameters/NTRUHPS2048677.class=org.bouncycastle.pqc.math.ntru.parameters.NTRUHPS2048677, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT571K1Curve.class=org.bouncycastle.math.ec.custom.sec.SecT571K1Curve, META-INF/versions/9/org/bouncycastle/asn1/DLApplicationSpecific.class=org.bouncycastle.asn1.DLApplicationSpecific, META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$9.class=org.bouncycastle.asn1.sec.SECNamedCurves$9, META-INF/versions/9/org/bouncycastle/crypto/CryptoServiceConstraintsException.class=org.bouncycastle.crypto.CryptoServiceConstraintsException, META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMSKeyParameters.class=org.bouncycastle.pqc.crypto.lms.LMSKeyParameters, META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/xmss/XMSSKeyFactorySpi.class=org.bouncycastle.pqc.jcajce.provider.xmss.XMSSKeyFactorySpi, META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X448withSHA512CKDF.class=org.bouncycastle.jcajce.provider.asymmetric.edec.KeyAgreementSpi$X448withSHA512CKDF, META-INF/versions/9/org/bouncycastle/crypto/params/ECDomainParameters.class=org.bouncycastle.crypto.params.ECDomainParameters, META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/ADRS.class=org.bouncycastle.pqc.crypto.sphincsplus.ADRS, META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/mceliece/McEliecePublicKeyParameters.class=org.bouncycastle.pqc.legacy.crypto.mceliece.McEliecePublicKeyParameters, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP192R1Curve.class=org.bouncycastle.math.ec.custom.sec.SecP192R1Curve, META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi$EdDSA.class=org.bouncycastle.jcajce.provider.asymmetric.edec.KeyPairGeneratorSpi$EdDSA, META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/sphincsplus/SPHINCSPlusKeyFactorySpi.class=org.bouncycastle.pqc.jcajce.provider.sphincsplus.SPHINCSPlusKeyFactorySpi, META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$8.class=org.bouncycastle.asn1.x9.X962NamedCurves$8, META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/GoppaCode.class=org.bouncycastle.pqc.legacy.math.linearalgebra.GoppaCode, META-INF/versions/9/org/bouncycastle/crypto/util/DigestFactory$8.class=org.bouncycastle.crypto.util.DigestFactory$8, META-INF/versions/9/org/bouncycastle/math/ec/WTauNafMultiplier.class=org.bouncycastle.math.ec.WTauNafMultiplier, META-INF/versions/9/org/bouncycastle/util/Pack.class=org.bouncycastle.util.Pack, META-INF/versions/9/org/bouncycastle/asn1/gnu/GNUObjectIdentifiers.class=org.bouncycastle.asn1.gnu.GNUObjectIdentifiers, META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSKeyParameters.class=org.bouncycastle.pqc.crypto.xmss.XMSSKeyParameters, META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/mceliece/BCMcEliecePrivateKey.class=org.bouncycastle.pqc.jcajce.provider.mceliece.BCMcEliecePrivateKey, META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$29.class=org.bouncycastle.asn1.sec.SECNamedCurves$29, META-INF/versions/9/org/bouncycastle/crypto/digests/EncodableDigest.class=org.bouncycastle.crypto.digests.EncodableDigest, META-INF/versions/9/org/bouncycastle/crypto/util/DigestFactory$2.class=org.bouncycastle.crypto.util.DigestFactory$2, META-INF/versions/9/org/bouncycastle/math/raw/Interleave.class=org.bouncycastle.math.raw.Interleave, META-INF/versions/9/org/bouncycastle/pqc/crypto/bike/BIKEPrivateKeyParameters.class=org.bouncycastle.pqc.crypto.bike.BIKEPrivateKeyParameters, META-INF/versions/9/org/bouncycastle/pqc/crypto/ntruprime/SNTRUPrimePublicKeyParameters.class=org.bouncycastle.pqc.crypto.ntruprime.SNTRUPrimePublicKeyParameters, META-INF/versions/9/org/bouncycastle/pqc/crypto/sike/SIKEEngine.class=org.bouncycastle.pqc.crypto.sike.SIKEEngine, META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/rainbow/Layer.class=org.bouncycastle.pqc.legacy.crypto.rainbow.Layer, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT239Field.class=org.bouncycastle.math.ec.custom.sec.SecT239Field, META-INF/versions/9/org/bouncycastle/asn1/ASN1BitString$1.class=org.bouncycastle.asn1.ASN1BitString$1, META-INF/versions/9/org/bouncycastle/pqc/crypto/sike/SIKEPrivateKeyParameters.class=org.bouncycastle.pqc.crypto.sike.SIKEPrivateKeyParameters, META-INF/versions/9/org/bouncycastle/math/raw/Bits.class=org.bouncycastle.math.raw.Bits, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP192K1Curve$1.class=org.bouncycastle.math.ec.custom.sec.SecP192K1Curve$1, META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/mceliece/McElieceKeyParameters.class=org.bouncycastle.pqc.legacy.crypto.mceliece.McElieceKeyParameters, META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$2.class=org.bouncycastle.asn1.x9.X962NamedCurves$2, META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/qtesla/BCqTESLAPublicKey.class=org.bouncycastle.pqc.jcajce.provider.qtesla.BCqTESLAPublicKey, META-INF/versions/9/org/bouncycastle/pqc/crypto/cmce/BENES12.class=org.bouncycastle.pqc.crypto.cmce.BENES12, META-INF/versions/9/org/bouncycastle/asn1/x9/X9ObjectIdentifiers.class=org.bouncycastle.asn1.x9.X9ObjectIdentifiers, META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/BC15EdDSAPublicKey.class=org.bouncycastle.jcajce.provider.asymmetric.edec.BC15EdDSAPublicKey, META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/picnic/PicnicKeyFactorySpi.class=org.bouncycastle.pqc.jcajce.provider.picnic.PicnicKeyFactorySpi, META-INF/versions/9/org/bouncycastle/jce/spec/ECParameterSpec.class=org.bouncycastle.jce.spec.ECParameterSpec, META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$9.class=org.bouncycastle.asn1.x9.X962NamedCurves$9, META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/Matrix.class=org.bouncycastle.pqc.legacy.math.linearalgebra.Matrix, META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$8.class=org.bouncycastle.asn1.sec.SECNamedCurves$8, META-INF/versions/9/org/bouncycastle/asn1/gm/GMNamedCurves.class=org.bouncycastle.asn1.gm.GMNamedCurves, META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$3.class=org.bouncycastle.asn1.x9.X962NamedCurves$3, META-INF/versions/9/org/bouncycastle/math/raw/Mod.class=org.bouncycastle.math.raw.Mod, META-INF/versions/9/org/bouncycastle/crypto/util/DigestFactory$3.class=org.bouncycastle.crypto.util.DigestFactory$3, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP128R1Curve.class=org.bouncycastle.math.ec.custom.sec.SecP128R1Curve, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT409Field.class=org.bouncycastle.math.ec.custom.sec.SecT409Field, META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/mceliece/McElieceCCA2KeyPairGenerator.class=org.bouncycastle.pqc.legacy.crypto.mceliece.McElieceCCA2KeyPairGenerator, META-INF/versions/9/org/bouncycastle/asn1/ConstructedOctetStream.class=org.bouncycastle.asn1.ConstructedOctetStream, META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$10.class=org.bouncycastle.crypto.ec.CustomNamedCurves$10, META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$20.class=org.bouncycastle.asn1.x9.X962NamedCurves$20, META-INF/versions/9/org/bouncycastle/asn1/BEROctetString$2.class=org.bouncycastle.asn1.BEROctetString$2, META-INF/versions/9/org/bouncycastle/asn1/DLTaggedObjectParser.class=org.bouncycastle.asn1.DLTaggedObjectParser, META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/kyber/PolyVec.class=org.bouncycastle.pqc.crypto.crystals.kyber.PolyVec, META-INF/versions/9/org/bouncycastle/pqc/crypto/saber/SABEREngine.class=org.bouncycastle.pqc.crypto.saber.SABEREngine, META-INF/versions/9/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves.class=org.bouncycastle.asn1.teletrust.TeleTrusTNamedCurves, META-INF/versions/9/org/bouncycastle/asn1/ASN1PrintableString$1.class=org.bouncycastle.asn1.ASN1PrintableString$1, META-INF/versions/9/org/bouncycastle/jcajce/provider/asymmetric/util/ECUtil.class=org.bouncycastle.jcajce.provider.asymmetric.util.ECUtil, META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/dilithium/DilithiumParameters.class=org.bouncycastle.pqc.crypto.crystals.dilithium.DilithiumParameters, META-INF/versions/9/org/bouncycastle/pqc/crypto/cmce/Utils.class=org.bouncycastle.pqc.crypto.cmce.Utils, META-INF/versions/9/org/bouncycastle/crypto/SkippingCipher.class=org.bouncycastle.crypto.SkippingCipher, META-INF/versions/9/org/bouncycastle/math/field/FiniteFields.class=org.bouncycastle.math.field.FiniteFields, META-INF/versions/9/org/bouncycastle/pqc/asn1/RainbowPublicKey.class=org.bouncycastle.pqc.asn1.RainbowPublicKey, META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves.class=org.bouncycastle.asn1.sec.SECNamedCurves, META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$7.class=org.bouncycastle.asn1.x9.X962NamedCurves$7, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT163R2Point.class=org.bouncycastle.math.ec.custom.sec.SecT163R2Point, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT239K1Point.class=org.bouncycastle.math.ec.custom.sec.SecT239K1Point, META-INF/versions/9/org/bouncycastle/crypto/util/DigestFactory$9.class=org.bouncycastle.crypto.util.DigestFactory$9, META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/rainbow/RainbowPublicKeyParameters.class=org.bouncycastle.pqc.legacy.crypto.rainbow.RainbowPublicKeyParameters, META-INF/versions/9/org/bouncycastle/crypto/AsymmetricCipherKeyPair.class=org.bouncycastle.crypto.AsymmetricCipherKeyPair, META-INF/versions/9/org/bouncycastle/math/Primes$MROutput.class=org.bouncycastle.math.Primes$MROutput, META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/GF2Vector.class=org.bouncycastle.pqc.legacy.math.linearalgebra.GF2Vector, META-INF/versions/9/org/bouncycastle/pqc/crypto/util/SubjectPublicKeyInfoFactory.class=org.bouncycastle.pqc.crypto.util.SubjectPublicKeyInfoFactory, META-INF/versions/9/org/bouncycastle/crypto/util/DigestFactory$6.class=org.bouncycastle.crypto.util.DigestFactory$6, META-INF/versions/9/org/bouncycastle/crypto/engines/AESEngine.class=org.bouncycastle.crypto.engines.AESEngine, META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$25.class=org.bouncycastle.asn1.sec.SECNamedCurves$25, META-INF/versions/9/org/bouncycastle/asn1/DERGraphicString.class=org.bouncycastle.asn1.DERGraphicString, META-INF/versions/9/org/bouncycastle/math/ec/WNafL2RMultiplier.class=org.bouncycastle.math.ec.WNafL2RMultiplier, META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$4.class=org.bouncycastle.asn1.x9.X962NamedCurves$4, META-INF/versions/9/org/bouncycastle/pqc/math/ntru/parameters/NTRUHRSS701.class=org.bouncycastle.pqc.math.ntru.parameters.NTRUHRSS701, META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/Composer.class=org.bouncycastle.pqc.crypto.lms.Composer, META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/dilithium/Symmetric.class=org.bouncycastle.pqc.crypto.crystals.dilithium.Symmetric, META-INF/versions/9/org/bouncycastle/asn1/BERSequence.class=org.bouncycastle.asn1.BERSequence, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP256R1Field.class=org.bouncycastle.math.ec.custom.sec.SecP256R1Field, META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PrivateKeyFactory.class=org.bouncycastle.pqc.crypto.util.PrivateKeyFactory, META-INF/versions/9/org/bouncycastle/jcajce/provider/config/ProviderConfigurationPermission.class=org.bouncycastle.jcajce.provider.config.ProviderConfigurationPermission, META-INF/versions/9/org/bouncycastle/pqc/crypto/cmce/CMCEEngine.class=org.bouncycastle.pqc.crypto.cmce.CMCEEngine, META-INF/versions/9/org/bouncycastle/pqc/crypto/hqc/ReedSolomon.class=org.bouncycastle.pqc.crypto.hqc.ReedSolomon, META-INF/versions/9/org/bouncycastle/asn1/BERFactory.class=org.bouncycastle.asn1.BERFactory, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP128R1FieldElement.class=org.bouncycastle.math.ec.custom.sec.SecP128R1FieldElement, META-INF/versions/9/org/bouncycastle/asn1/DERGeneralString.class=org.bouncycastle.asn1.DERGeneralString, META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$22.class=org.bouncycastle.asn1.sec.SECNamedCurves$22, META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/qtesla/QTESLAPublicKeyParameters.class=org.bouncycastle.pqc.legacy.crypto.qtesla.QTESLAPublicKeyParameters, META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$XDH.class=org.bouncycastle.jcajce.provider.asymmetric.edec.KeyAgreementSpi$XDH, META-INF/versions/9/org/bouncycastle/crypto/params/DHParameters.class=org.bouncycastle.crypto.params.DHParameters, META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/BC11XDHPrivateKey.class=org.bouncycastle.jcajce.provider.asymmetric.edec.BC11XDHPrivateKey, META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi$X448.class=org.bouncycastle.jcajce.provider.asymmetric.edec.KeyPairGeneratorSpi$X448, META-INF/versions/9/org/bouncycastle/asn1/DLExternal.class=org.bouncycastle.asn1.DLExternal, META-INF/versions/9/org/bouncycastle/math/ec/custom/djb/Curve25519$1.class=org.bouncycastle.math.ec.custom.djb.Curve25519$1, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT239K1Curve$1.class=org.bouncycastle.math.ec.custom.sec.SecT239K1Curve$1, META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/rainbow/BCRainbowPrivateKey.class=org.bouncycastle.pqc.jcajce.provider.rainbow.BCRainbowPrivateKey, META-INF/versions/9/org/bouncycastle/asn1/ASN1GeneralString.class=org.bouncycastle.asn1.ASN1GeneralString, META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$FalconConverter.class=org.bouncycastle.pqc.crypto.util.PublicKeyFactory$FalconConverter, META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/qtesla/QTesla1p.class=org.bouncycastle.pqc.legacy.crypto.qtesla.QTesla1p, META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/WOTSPlusPublicKeyParameters.class=org.bouncycastle.pqc.crypto.xmss.WOTSPlusPublicKeyParameters, META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/newhope/BCNHPublicKey.class=org.bouncycastle.pqc.jcajce.provider.newhope.BCNHPublicKey, META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/PicnicParameters.class=org.bouncycastle.pqc.crypto.picnic.PicnicParameters, META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$23.class=org.bouncycastle.asn1.sec.SECNamedCurves$23, META-INF/versions/9/org/bouncycastle/crypto/digests/SHA512tDigest.class=org.bouncycastle.crypto.digests.SHA512tDigest, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT233R1Curve$1.class=org.bouncycastle.math.ec.custom.sec.SecT233R1Curve$1, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT163K1Point.class=org.bouncycastle.math.ec.custom.sec.SecT163K1Point, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP192K1Field.class=org.bouncycastle.math.ec.custom.sec.SecP192K1Field, META-INF/versions/9/org/bouncycastle/math/ec/custom/gm/SM2P256V1Curve.class=org.bouncycastle.math.ec.custom.gm.SM2P256V1Curve, META-INF/versions/9/org/bouncycastle/pqc/math/linearalgebra/GF2mVector.class=org.bouncycastle.pqc.math.linearalgebra.GF2mVector, META-INF/versions/9/org/bouncycastle/math/ec/FixedPointCombMultiplier.class=org.bouncycastle.math.ec.FixedPointCombMultiplier, META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/FalconPublicKey.class=org.bouncycastle.pqc.jcajce.interfaces.FalconPublicKey, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT571R1Curve$1.class=org.bouncycastle.math.ec.custom.sec.SecT571R1Curve$1, META-INF/versions/9/org/bouncycastle/math/raw/Nat576.class=org.bouncycastle.math.raw.Nat576, META-INF/versions/9/org/bouncycastle/pqc/asn1/XMSSMTKeyParams.class=org.bouncycastle.pqc.asn1.XMSSMTKeyParams, META-INF/versions/9/org/bouncycastle/asn1/BEROctetString$1.class=org.bouncycastle.asn1.BEROctetString$1, META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$McElieceCCA2Converter.class=org.bouncycastle.pqc.crypto.util.PublicKeyFactory$McElieceCCA2Converter, META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMOtsParameters.class=org.bouncycastle.pqc.crypto.lms.LMOtsParameters, META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/Utils.class=org.bouncycastle.pqc.crypto.picnic.Utils, META-INF/versions/9/org/bouncycastle/math/ec/ECConstants.class=org.bouncycastle.math.ec.ECConstants, META-INF/versions/9/org/bouncycastle/asn1/ASN1PrintableString.class=org.bouncycastle.asn1.ASN1PrintableString, META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$6.class=org.bouncycastle.asn1.x9.X962NamedCurves$6, META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/dilithium/Rounding.class=org.bouncycastle.pqc.crypto.crystals.dilithium.Rounding, META-INF/versions/9/org/bouncycastle/asn1/DEROctetString.class=org.bouncycastle.asn1.DEROctetString, META-INF/versions/9/org/bouncycastle/crypto/InvalidCipherTextException.class=org.bouncycastle.crypto.InvalidCipherTextException, META-INF/versions/9/org/bouncycastle/crypto/util/DigestFactory$7.class=org.bouncycastle.crypto.util.DigestFactory$7, META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/dilithium/DilithiumPublicKeyParameters.class=org.bouncycastle.pqc.crypto.crystals.dilithium.DilithiumPublicKeyParameters, META-INF/versions/9/org/bouncycastle/math/field/FiniteField.class=org.bouncycastle.math.field.FiniteField, META-INF/versions/9/org/bouncycastle/crypto/digests/KeccakDigest.class=org.bouncycastle.crypto.digests.KeccakDigest, META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/qtesla/QTESLAKeyFactorySpi.class=org.bouncycastle.pqc.jcajce.provider.qtesla.QTESLAKeyFactorySpi, META-INF/versions/9/org/bouncycastle/asn1/ASN1GraphicString.class=org.bouncycastle.asn1.ASN1GraphicString, META-INF/versions/9/org/bouncycastle/pqc/crypto/ntru/NTRUPrivateKeyParameters.class=org.bouncycastle.pqc.crypto.ntru.NTRUPrivateKeyParameters, META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$24.class=org.bouncycastle.asn1.sec.SECNamedCurves$24, META-INF/versions/9/org/bouncycastle/pqc/asn1/McEliecePrivateKey.class=org.bouncycastle.pqc.asn1.McEliecePrivateKey, META-INF/versions/9/org/bouncycastle/crypto/params/ECKeyParameters.class=org.bouncycastle.crypto.params.ECKeyParameters, META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSPrivateKeyParameters$1.class=org.bouncycastle.pqc.crypto.xmss.XMSSPrivateKeyParameters$1, META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/WOTSPlusParameters.class=org.bouncycastle.pqc.crypto.xmss.WOTSPlusParameters, META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/BouncyCastlePQCProvider$1.class=org.bouncycastle.pqc.jcajce.provider.BouncyCastlePQCProvider$1, META-INF/versions/9/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$14.class=org.bouncycastle.asn1.teletrust.TeleTrusTNamedCurves$14, META-INF/versions/9/org/bouncycastle/math/ec/ECPoint$AbstractF2m.class=org.bouncycastle.math.ec.ECPoint$AbstractF2m, META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/LittleEndianConversions.class=org.bouncycastle.pqc.legacy.math.linearalgebra.LittleEndianConversions, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT233R1Curve.class=org.bouncycastle.math.ec.custom.sec.SecT233R1Curve, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT233K1Curve.class=org.bouncycastle.math.ec.custom.sec.SecT233K1Curve, META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/newhope/NHKeyFactorySpi.class=org.bouncycastle.pqc.jcajce.provider.newhope.NHKeyFactorySpi, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT283K1Point.class=org.bouncycastle.math.ec.custom.sec.SecT283K1Point, META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/sphincs/BCSphincs256PublicKey.class=org.bouncycastle.pqc.jcajce.provider.sphincs.BCSphincs256PublicKey, META-INF/versions/9/org/bouncycastle/pqc/crypto/sike/SIDH_Compressed.class=org.bouncycastle.pqc.crypto.sike.SIDH_Compressed, META-INF/versions/9/org/bouncycastle/util/Strings$1.class=org.bouncycastle.util.Strings$1, META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMSPrivateKeyParameters$CacheKey.class=org.bouncycastle.pqc.crypto.lms.LMSPrivateKeyParameters$CacheKey, META-INF/versions/9/org/bouncycastle/jcajce/provider/config/ConfigurableProvider.class=org.bouncycastle.jcajce.provider.config.ConfigurableProvider, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT131R1Curve$1.class=org.bouncycastle.math.ec.custom.sec.SecT131R1Curve$1, META-INF/versions/9/org/bouncycastle/math/ec/PreCompInfo.class=org.bouncycastle.math.ec.PreCompInfo, META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/sphincsplus/BCSPHINCSPlusPublicKey.class=org.bouncycastle.pqc.jcajce.provider.sphincsplus.BCSPHINCSPlusPublicKey, META-INF/versions/9/org/bouncycastle/pqc/crypto/frodo/FrodoMatrixGenerator$Shake128MatrixGenerator.class=org.bouncycastle.pqc.crypto.frodo.FrodoMatrixGenerator$Shake128MatrixGenerator, META-INF/versions/9/org/bouncycastle/jce/interfaces/ECPrivateKey.class=org.bouncycastle.jce.interfaces.ECPrivateKey, META-INF/versions/9/org/bouncycastle/pqc/asn1/XMSSPrivateKey.class=org.bouncycastle.pqc.asn1.XMSSPrivateKey, META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/xmss/DigestUtil.class=org.bouncycastle.pqc.jcajce.provider.xmss.DigestUtil, META-INF/versions/9/org/bouncycastle/asn1/ASN1ObjectIdentifier$OidHandle.class=org.bouncycastle.asn1.ASN1ObjectIdentifier$OidHandle, META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/RandUtils.class=org.bouncycastle.pqc.legacy.math.linearalgebra.RandUtils, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT283R1Point.class=org.bouncycastle.math.ec.custom.sec.SecT283R1Point, META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$18.class=org.bouncycastle.crypto.ec.CustomNamedCurves$18, META-INF/versions/9/org/bouncycastle/asn1/sec/SECObjectIdentifiers.class=org.bouncycastle.asn1.sec.SECObjectIdentifiers, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP224R1Point.class=org.bouncycastle.math.ec.custom.sec.SecP224R1Point, META-INF/versions/9/org/bouncycastle/util/Strings.class=org.bouncycastle.util.Strings, META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X25519withSHA256KDF.class=org.bouncycastle.jcajce.provider.asymmetric.edec.KeyAgreementSpi$X25519withSHA256KDF, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP224K1FieldElement.class=org.bouncycastle.math.ec.custom.sec.SecP224K1FieldElement, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP224K1Point.class=org.bouncycastle.math.ec.custom.sec.SecP224K1Point, META-INF/versions/9/org/bouncycastle/crypto/CryptoServicesConstraints.class=org.bouncycastle.crypto.CryptoServicesConstraints, META-INF/versions/9/org/bouncycastle/asn1/BERSequenceParser.class=org.bouncycastle.asn1.BERSequenceParser, META-INF/versions/9/org/bouncycastle/asn1/ASN1Type.class=org.bouncycastle.asn1.ASN1Type, META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$14.class=org.bouncycastle.asn1.sec.SECNamedCurves$14, META-INF/versions/9/org/bouncycastle/asn1/cryptopro/CryptoProObjectIdentifiers.class=org.bouncycastle.asn1.cryptopro.CryptoProObjectIdentifiers, META-INF/versions/9/org/bouncycastle/asn1/DateUtil.class=org.bouncycastle.asn1.DateUtil, META-INF/versions/9/org/bouncycastle/pqc/math/linearalgebra/LittleEndianConversions.class=org.bouncycastle.pqc.math.linearalgebra.LittleEndianConversions, META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/SignatureSpi$EdDSA.class=org.bouncycastle.jcajce.provider.asymmetric.edec.SignatureSpi$EdDSA, META-INF/versions/9/org/bouncycastle/math/field/PrimeField.class=org.bouncycastle.math.field.PrimeField, META-INF/versions/9/org/bouncycastle/pqc/crypto/saber/SABERParameters.class=org.bouncycastle.pqc.crypto.saber.SABERParameters, META-INF/versions/9/org/bouncycastle/crypto/CryptoServicesRegistrar$4.class=org.bouncycastle.crypto.CryptoServicesRegistrar$4, META-INF/versions/9/org/bouncycastle/jce/ECGOST3410NamedCurveTable.class=org.bouncycastle.jce.ECGOST3410NamedCurveTable, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT409K1Curve$1.class=org.bouncycastle.math.ec.custom.sec.SecT409K1Curve$1, META-INF/versions/9/org/bouncycastle/asn1/DEROutputStream.class=org.bouncycastle.asn1.DEROutputStream, META-INF/versions/9/org/bouncycastle/asn1/LazyEncodedSequence.class=org.bouncycastle.asn1.LazyEncodedSequence, META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/QTESLAKey.class=org.bouncycastle.pqc.jcajce.interfaces.QTESLAKey, META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/LTreeAddress$1.class=org.bouncycastle.pqc.crypto.xmss.LTreeAddress$1, META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$27.class=org.bouncycastle.asn1.sec.SECNamedCurves$27, META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/mceliece/BCMcElieceCCA2PublicKey.class=org.bouncycastle.pqc.jcajce.provider.mceliece.BCMcElieceCCA2PublicKey, META-INF/versions/9/org/bouncycastle/asn1/ASN1NumericString$1.class=org.bouncycastle.asn1.ASN1NumericString$1, META-INF/versions/9/org/bouncycastle/asn1/ASN1Primitive.class=org.bouncycastle.asn1.ASN1Primitive, META-INF/versions/9/org/bouncycastle/asn1/ASN1Sequence$1.class=org.bouncycastle.asn1.ASN1Sequence$1, META-INF/versions/9/org/bouncycastle/pqc/crypto/ntruprime/NTRULPRimePrivateKeyParameters.class=org.bouncycastle.pqc.crypto.ntruprime.NTRULPRimePrivateKeyParameters, META-INF/versions/9/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$3.class=org.bouncycastle.asn1.teletrust.TeleTrusTNamedCurves$3, META-INF/versions/9/org/bouncycastle/asn1/DERNull.class=org.bouncycastle.asn1.DERNull, META-INF/versions/9/org/bouncycastle/crypto/Digest.class=org.bouncycastle.crypto.Digest, META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/HashTreeAddress.class=org.bouncycastle.pqc.crypto.xmss.HashTreeAddress, META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMOtsSignature.class=org.bouncycastle.pqc.crypto.lms.LMOtsSignature, META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/PicnicPrivateKeyParameters.class=org.bouncycastle.pqc.crypto.picnic.PicnicPrivateKeyParameters, META-INF/versions/9/org/bouncycastle/math/ec/ECFieldElement.class=org.bouncycastle.math.ec.ECFieldElement, META-INF/versions/9/org/bouncycastle/jce/provider/BouncyCastleProvider$1.class=org.bouncycastle.jce.provider.BouncyCastleProvider$1, META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincs/SPHINCSPublicKeyParameters.class=org.bouncycastle.pqc.crypto.sphincs.SPHINCSPublicKeyParameters, META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusKeyParameters.class=org.bouncycastle.pqc.crypto.sphincsplus.SPHINCSPlusKeyParameters, META-INF/versions/9/org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves.class=org.bouncycastle.asn1.cryptopro.ECGOST3410NamedCurves, META-INF/versions/9/org/bouncycastle/pqc/crypto/sike/PointProjFull.class=org.bouncycastle.pqc.crypto.sike.PointProjFull, META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/xmss/BCXMSSMTPrivateKey.class=org.bouncycastle.pqc.jcajce.provider.xmss.BCXMSSMTPrivateKey, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP521R1Curve.class=org.bouncycastle.math.ec.custom.sec.SecP521R1Curve, META-INF/versions/9/org/bouncycastle/math/ec/endo/ECEndomorphism.class=org.bouncycastle.math.ec.endo.ECEndomorphism, META-INF/versions/9/org/bouncycastle/asn1/ASN1Util.class=org.bouncycastle.asn1.ASN1Util, META-INF/versions/9/org/bouncycastle/math/ec/ECMultiplier.class=org.bouncycastle.math.ec.ECMultiplier, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP128R1Field.class=org.bouncycastle.math.ec.custom.sec.SecP128R1Field, META-INF/versions/9/org/bouncycastle/pqc/crypto/sike/SIKEParameters.class=org.bouncycastle.pqc.crypto.sike.SIKEParameters, META-INF/versions/9/org/bouncycastle/crypto/DefaultMultiBlockCipher.class=org.bouncycastle.crypto.DefaultMultiBlockCipher, META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$HQCConverter.class=org.bouncycastle.pqc.crypto.util.PublicKeyFactory$HQCConverter, META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$16.class=org.bouncycastle.asn1.x9.X962NamedCurves$16, META-INF/versions/9/org/bouncycastle/util/StringList.class=org.bouncycastle.util.StringList, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP160K1Curve$1.class=org.bouncycastle.math.ec.custom.sec.SecP160K1Curve$1, META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/lms/BCLMSPrivateKey.class=org.bouncycastle.pqc.jcajce.provider.lms.BCLMSPrivateKey, META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/picnic/BCPicnicPrivateKey.class=org.bouncycastle.pqc.jcajce.provider.picnic.BCPicnicPrivateKey, META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$SPHINCSConverter.class=org.bouncycastle.pqc.crypto.util.PublicKeyFactory$SPHINCSConverter, META-INF/versions/9/org/bouncycastle/math/ec/WNafUtil$3.class=org.bouncycastle.math.ec.WNafUtil$3, META-INF/versions/9/org/bouncycastle/crypto/CryptoServiceProperties.class=org.bouncycastle.crypto.CryptoServiceProperties, META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/SignatureSpi$Ed448.class=org.bouncycastle.jcajce.provider.asymmetric.edec.SignatureSpi$Ed448, META-INF/versions/9/org/bouncycastle/crypto/digests/SHA512Digest.class=org.bouncycastle.crypto.digests.SHA512Digest, META-INF/versions/9/org/bouncycastle/crypto/CipherParameters.class=org.bouncycastle.crypto.CipherParameters, META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$XMSSMTConverter.class=org.bouncycastle.pqc.crypto.util.PublicKeyFactory$XMSSMTConverter, META-INF/versions/9/org/bouncycastle/asn1/ASN1ObjectDescriptor$1.class=org.bouncycastle.asn1.ASN1ObjectDescriptor$1, META-INF/versions/9/org/bouncycastle/asn1/teletrust/TeleTrusTObjectIdentifiers.class=org.bouncycastle.asn1.teletrust.TeleTrusTObjectIdentifiers, META-INF/versions/9/org/bouncycastle/pqc/crypto/hqc/ReedMuller$Codeword.class=org.bouncycastle.pqc.crypto.hqc.ReedMuller$Codeword, META-INF/versions/9/org/bouncycastle/crypto/OutputLengthException.class=org.bouncycastle.crypto.OutputLengthException, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT131R2Point.class=org.bouncycastle.math.ec.custom.sec.SecT131R2Point, META-INF/versions/9/org/bouncycastle/math/field/GenericPolynomialExtensionField.class=org.bouncycastle.math.field.GenericPolynomialExtensionField, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP160K1Curve.class=org.bouncycastle.math.ec.custom.sec.SecP160K1Curve, META-INF/versions/9/org/bouncycastle/pqc/crypto/sike/SIDH.class=org.bouncycastle.pqc.crypto.sike.SIDH, META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/mceliece/McElieceCCA2PrivateKeyParameters.class=org.bouncycastle.pqc.legacy.crypto.mceliece.McElieceCCA2PrivateKeyParameters, META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSPrivateKeyParameters$Builder.class=org.bouncycastle.pqc.crypto.xmss.XMSSPrivateKeyParameters$Builder, META-INF/versions/9/org/bouncycastle/pqc/jcajce/spec/PicnicParameterSpec.class=org.bouncycastle.pqc.jcajce.spec.PicnicParameterSpec, META-INF/versions/9/org/bouncycastle/pqc/crypto/hqc/HQCParameters.class=org.bouncycastle.pqc.crypto.hqc.HQCParameters, META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/PicnicKeyParameters.class=org.bouncycastle.pqc.crypto.picnic.PicnicKeyParameters, META-INF/versions/9/org/bouncycastle/pqc/crypto/frodo/FrodoMatrixGenerator$Aes128MatrixGenerator.class=org.bouncycastle.pqc.crypto.frodo.FrodoMatrixGenerator$Aes128MatrixGenerator, META-INF/versions/9/org/bouncycastle/crypto/util/DigestFactory$1.class=org.bouncycastle.crypto.util.DigestFactory$1, META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMSContextBasedSigner.class=org.bouncycastle.pqc.crypto.lms.LMSContextBasedSigner, META-INF/versions/9/org/bouncycastle/asn1/ASN1BitStringParser.class=org.bouncycastle.asn1.ASN1BitStringParser, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP384R1Curve.class=org.bouncycastle.math.ec.custom.sec.SecP384R1Curve, META-INF/versions/9/org/bouncycastle/crypto/digests/SHAKEDigest.class=org.bouncycastle.crypto.digests.SHAKEDigest, META-INF/versions/9/org/bouncycastle/asn1/gm/GMNamedCurves$2.class=org.bouncycastle.asn1.gm.GMNamedCurves$2, META-INF/versions/9/module-info.class=module-info, META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/xmss/BCXMSSMTPublicKey.class=org.bouncycastle.pqc.jcajce.provider.xmss.BCXMSSMTPublicKey, META-INF/versions/9/org/bouncycastle/asn1/pkcs/PKCSObjectIdentifiers.class=org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers, META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$13.class=org.bouncycastle.crypto.ec.CustomNamedCurves$13, META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSPublicKeyParameters$1.class=org.bouncycastle.pqc.crypto.xmss.XMSSPublicKeyParameters$1, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP521R1Curve$1.class=org.bouncycastle.math.ec.custom.sec.SecP521R1Curve$1, META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$5.class=org.bouncycastle.asn1.sec.SECNamedCurves$5, META-INF/versions/9/org/bouncycastle/util/Integers.class=org.bouncycastle.util.Integers, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT163R2Curve$1.class=org.bouncycastle.math.ec.custom.sec.SecT163R2Curve$1, META-INF/versions/9/org/bouncycastle/crypto/MultiBlockCipher.class=org.bouncycastle.crypto.MultiBlockCipher, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT193R2Curve$1.class=org.bouncycastle.math.ec.custom.sec.SecT193R2Curve$1, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP256K1Point.class=org.bouncycastle.math.ec.custom.sec.SecP256K1Point, META-INF/versions/9/org/bouncycastle/pqc/crypto/bike/BIKERandomGenerator.class=org.bouncycastle.pqc.crypto.bike.BIKERandomGenerator, META-INF/versions/9/org/bouncycastle/asn1/ASN1ObjectDescriptor.class=org.bouncycastle.asn1.ASN1ObjectDescriptor, META-INF/versions/9/org/bouncycastle/math/ec/endo/GLVTypeBParameters.class=org.bouncycastle.math.ec.endo.GLVTypeBParameters, META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/HSSPublicKeyParameters.class=org.bouncycastle.pqc.crypto.lms.HSSPublicKeyParameters, META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/sphincsplus/BCSPHINCSPlusPrivateKey.class=org.bouncycastle.pqc.jcajce.provider.sphincsplus.BCSPHINCSPlusPrivateKey, META-INF/versions/9/org/bouncycastle/asn1/ASN1Encoding.class=org.bouncycastle.asn1.ASN1Encoding, META-INF/versions/9/org/bouncycastle/math/ec/endo/EndoPreCompInfo.class=org.bouncycastle.math.ec.endo.EndoPreCompInfo, META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusPublicKeyParameters.class=org.bouncycastle.pqc.crypto.sphincsplus.SPHINCSPlusPublicKeyParameters, META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/qtesla/QTesla3p$Gaussian.class=org.bouncycastle.pqc.legacy.crypto.qtesla.QTesla3p$Gaussian, META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$22.class=org.bouncycastle.crypto.ec.CustomNamedCurves$22, META-INF/versions/9/org/bouncycastle/jcajce/provider/asymmetric/util/ECUtil$1.class=org.bouncycastle.jcajce.provider.asymmetric.util.ECUtil$1, META-INF/versions/9/org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves$2.class=org.bouncycastle.asn1.cryptopro.ECGOST3410NamedCurves$2, META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/kyber/Symmetric$AesSymmetric.class=org.bouncycastle.pqc.crypto.crystals.kyber.Symmetric$AesSymmetric, META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/util/KeyUtil.class=org.bouncycastle.pqc.jcajce.provider.util.KeyUtil, META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMOtsPublicKey.class=org.bouncycastle.pqc.crypto.lms.LMOtsPublicKey, META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/rainbow/RainbowKeyParameters.class=org.bouncycastle.pqc.legacy.crypto.rainbow.RainbowKeyParameters, META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/PicnicPublicKeyParameters.class=org.bouncycastle.pqc.crypto.picnic.PicnicPublicKeyParameters, META-INF/versions/9/org/bouncycastle/asn1/ASN1OutputStream.class=org.bouncycastle.asn1.ASN1OutputStream, META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/BC11XDHPublicKey.class=org.bouncycastle.jcajce.provider.asymmetric.edec.BC11XDHPublicKey, META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X25519UwithSHA256CKDF.class=org.bouncycastle.jcajce.provider.asymmetric.edec.KeyAgreementSpi$X25519UwithSHA256CKDF, META-INF/versions/9/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$7.class=org.bouncycastle.asn1.teletrust.TeleTrusTNamedCurves$7, META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/falcon/BCFalconPrivateKey.class=org.bouncycastle.pqc.jcajce.provider.falcon.BCFalconPrivateKey, META-INF/versions/9/org/bouncycastle/util/io/StreamOverflowException.class=org.bouncycastle.util.io.StreamOverflowException, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP192R1Point.class=org.bouncycastle.math.ec.custom.sec.SecP192R1Point, META-INF/versions/9/org/bouncycastle/asn1/BERSet.class=org.bouncycastle.asn1.BERSet, META-INF/versions/9/org/bouncycastle/math/ec/custom/djb/Curve25519.class=org.bouncycastle.math.ec.custom.djb.Curve25519, META-INF/versions/9/org/bouncycastle/pqc/crypto/bike/BIKEParameters.class=org.bouncycastle.pqc.crypto.bike.BIKEParameters, META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi$Ed448.class=org.bouncycastle.jcajce.provider.asymmetric.edec.KeyFactorySpi$Ed448, META-INF/versions/9/org/bouncycastle/pqc/crypto/sike/Internal.class=org.bouncycastle.pqc.crypto.sike.Internal, META-INF/versions/9/org/bouncycastle/asn1/ASN1T61String.class=org.bouncycastle.asn1.ASN1T61String, META-INF/versions/9/org/bouncycastle/math/ec/FixedPointUtil$1.class=org.bouncycastle.math.ec.FixedPointUtil$1, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP384R1FieldElement.class=org.bouncycastle.math.ec.custom.sec.SecP384R1FieldElement, META-INF/versions/9/org/bouncycastle/crypto/digests/GeneralDigest.class=org.bouncycastle.crypto.digests.GeneralDigest, META-INF/versions/9/org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves$7.class=org.bouncycastle.asn1.cryptopro.ECGOST3410NamedCurves$7, META-INF/versions/9/org/bouncycastle/pqc/asn1/PQCObjectIdentifiers.class=org.bouncycastle.pqc.asn1.PQCObjectIdentifiers, META-INF/versions/9/org/bouncycastle/crypto/BufferedBlockCipher.class=org.bouncycastle.crypto.BufferedBlockCipher, META-INF/versions/9/org/bouncycastle/pqc/crypto/ExhaustedPrivateKeyException.class=org.bouncycastle.pqc.crypto.ExhaustedPrivateKeyException, META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X448.class=org.bouncycastle.jcajce.provider.asymmetric.edec.KeyAgreementSpi$X448, META-INF/versions/9/org/bouncycastle/math/ec/WTauNafPreCompInfo.class=org.bouncycastle.math.ec.WTauNafPreCompInfo, META-INF/versions/9/org/bouncycastle/asn1/DERExternalParser.class=org.bouncycastle.asn1.DERExternalParser, META-INF/versions/9/org/bouncycastle/asn1/x9/X9ECPoint.class=org.bouncycastle.asn1.x9.X9ECPoint, META-INF/versions/9/org/bouncycastle/crypto/Xof.class=org.bouncycastle.crypto.Xof, META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$27.class=org.bouncycastle.crypto.ec.CustomNamedCurves$27, META-INF/versions/9/org/bouncycastle/asn1/DefiniteLengthInputStream.class=org.bouncycastle.asn1.DefiniteLengthInputStream, META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSNode.class=org.bouncycastle.pqc.crypto.xmss.XMSSNode, META-INF/versions/9/org/bouncycastle/jce/spec/ECNamedCurveParameterSpec.class=org.bouncycastle.jce.spec.ECNamedCurveParameterSpec, META-INF/versions/9/org/bouncycastle/pqc/math/linearalgebra/RandUtils.class=org.bouncycastle.pqc.math.linearalgebra.RandUtils, META-INF/versions/9/org/bouncycastle/pqc/crypto/sike/PointProj.class=org.bouncycastle.pqc.crypto.sike.PointProj, META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$10.class=org.bouncycastle.asn1.sec.SECNamedCurves$10, META-INF/versions/9/org/bouncycastle/pqc/asn1/XMSSPublicKey.class=org.bouncycastle.pqc.asn1.XMSSPublicKey, META-INF/versions/9/org/bouncycastle/asn1/DERIA5String.class=org.bouncycastle.asn1.DERIA5String, META-INF/versions/9/org/bouncycastle/math/ec/WNafUtil$2.class=org.bouncycastle.math.ec.WNafUtil$2, META-INF/versions/9/org/bouncycastle/crypto/digests/CSHAKEDigest.class=org.bouncycastle.crypto.digests.CSHAKEDigest, META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$21.class=org.bouncycastle.crypto.ec.CustomNamedCurves$21, META-INF/versions/9/org/bouncycastle/math/ec/ECAlgorithms.class=org.bouncycastle.math.ec.ECAlgorithms, META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi.class=org.bouncycastle.jcajce.provider.asymmetric.edec.KeyPairGeneratorSpi, META-INF/versions/9/org/bouncycastle/crypto/params/ParametersWithIV.class=org.bouncycastle.crypto.params.ParametersWithIV, META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/FalconKey.class=org.bouncycastle.pqc.jcajce.interfaces.FalconKey, META-INF/versions/9/org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves$8.class=org.bouncycastle.asn1.cryptopro.ECGOST3410NamedCurves$8, META-INF/versions/9/org/bouncycastle/asn1/DLSetParser.class=org.bouncycastle.asn1.DLSetParser, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT113R1Point.class=org.bouncycastle.math.ec.custom.sec.SecT113R1Point, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT571Field.class=org.bouncycastle.math.ec.custom.sec.SecT571Field, META-INF/versions/9/org/bouncycastle/asn1/cryptopro/GOST3410PublicKeyAlgParameters.class=org.bouncycastle.asn1.cryptopro.GOST3410PublicKeyAlgParameters, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT193R1Curve$1.class=org.bouncycastle.math.ec.custom.sec.SecT193R1Curve$1, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT163R1Curve$1.class=org.bouncycastle.math.ec.custom.sec.SecT163R1Curve$1, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT283R1Curve$1.class=org.bouncycastle.math.ec.custom.sec.SecT283R1Curve$1, META-INF/versions/9/org/bouncycastle/asn1/ASN1Set$3.class=org.bouncycastle.asn1.ASN1Set$3, META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/Signature$Proof.class=org.bouncycastle.pqc.crypto.picnic.Signature$Proof, META-INF/versions/9/org/bouncycastle/util/Memoable.class=org.bouncycastle.util.Memoable, META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSPublicKeyParameters$Builder.class=org.bouncycastle.pqc.crypto.xmss.XMSSPublicKeyParameters$Builder, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP128R1Curve$1.class=org.bouncycastle.math.ec.custom.sec.SecP128R1Curve$1, META-INF/versions/9/org/bouncycastle/crypto/macs/HMac.class=org.bouncycastle.crypto.macs.HMac, META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/XMSSPrivateKey.class=org.bouncycastle.pqc.jcajce.interfaces.XMSSPrivateKey, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT113R2Curve.class=org.bouncycastle.math.ec.custom.sec.SecT113R2Curve, META-INF/versions/9/org/bouncycastle/asn1/ASN1Null.class=org.bouncycastle.asn1.ASN1Null, META-INF/versions/9/org/bouncycastle/asn1/ASN1EncodableVector.class=org.bouncycastle.asn1.ASN1EncodableVector, META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$DilithiumConverter.class=org.bouncycastle.pqc.crypto.util.PublicKeyFactory$DilithiumConverter, META-INF/versions/9/org/bouncycastle/asn1/ASN1String.class=org.bouncycastle.asn1.ASN1String, META-INF/versions/9/org/bouncycastle/asn1/DERTaggedObject.class=org.bouncycastle.asn1.DERTaggedObject, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP256R1Point.class=org.bouncycastle.math.ec.custom.sec.SecP256R1Point, META-INF/versions/9/org/bouncycastle/crypto/digests/XofUtils.class=org.bouncycastle.crypto.digests.XofUtils, META-INF/versions/9/org/bouncycastle/pqc/crypto/ntru/NTRUPublicKeyParameters.class=org.bouncycastle.pqc.crypto.ntru.NTRUPublicKeyParameters, META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$19.class=org.bouncycastle.crypto.ec.CustomNamedCurves$19, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT239K1Curve.class=org.bouncycastle.math.ec.custom.sec.SecT239K1Curve, META-INF/versions/9/org/bouncycastle/pqc/math/ntru/HRSSPolynomial.class=org.bouncycastle.pqc.math.ntru.HRSSPolynomial, META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$26.class=org.bouncycastle.crypto.ec.CustomNamedCurves$26, META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSAddress$Builder.class=org.bouncycastle.pqc.crypto.xmss.XMSSAddress$Builder, META-INF/versions/9/org/bouncycastle/asn1/x9/X9IntegerConverter.class=org.bouncycastle.asn1.x9.X9IntegerConverter, META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi$Ed25519.class=org.bouncycastle.jcajce.provider.asymmetric.edec.KeyFactorySpi$Ed25519, META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/View.class=org.bouncycastle.pqc.crypto.picnic.View, META-INF/versions/9/org/bouncycastle/jcajce/provider/config/ProviderConfiguration.class=org.bouncycastle.jcajce.provider.config.ProviderConfiguration, META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/NHPrivateKey.class=org.bouncycastle.pqc.jcajce.interfaces.NHPrivateKey, META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/SPHINCSKey.class=org.bouncycastle.pqc.jcajce.interfaces.SPHINCSKey, META-INF/versions/9/org/bouncycastle/pqc/asn1/McElieceCCA2PrivateKey.class=org.bouncycastle.pqc.asn1.McElieceCCA2PrivateKey, META-INF/versions/9/org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves$3.class=org.bouncycastle.asn1.cryptopro.ECGOST3410NamedCurves$3, META-INF/versions/9/org/bouncycastle/asn1/ASN1SetParser.class=org.bouncycastle.asn1.ASN1SetParser, META-INF/versions/9/org/bouncycastle/pqc/asn1/XMSSMTPublicKey.class=org.bouncycastle.pqc.asn1.XMSSMTPublicKey, META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMSSignature.class=org.bouncycastle.pqc.crypto.lms.LMSSignature, META-INF/versions/9/org/bouncycastle/crypto/BlockCipher.class=org.bouncycastle.crypto.BlockCipher, META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/mceliece/McElieceParameters.class=org.bouncycastle.pqc.legacy.crypto.mceliece.McElieceParameters, META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/BDSTreeHash.class=org.bouncycastle.pqc.crypto.xmss.BDSTreeHash, META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$30.class=org.bouncycastle.crypto.ec.CustomNamedCurves$30, META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi$XDH.class=org.bouncycastle.jcajce.provider.asymmetric.edec.KeyPairGeneratorSpi$XDH, META-INF/versions/9/org/bouncycastle/asn1/ASN1VideotexString$1.class=org.bouncycastle.asn1.ASN1VideotexString$1, META-INF/versions/9/org/bouncycastle/pqc/jcajce/spec/SPHINCSPlusParameterSpec.class=org.bouncycastle.pqc.jcajce.spec.SPHINCSPlusParameterSpec, META-INF/versions/9/org/bouncycastle/util/Properties$1.class=org.bouncycastle.util.Properties$1, META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/GF2Matrix.class=org.bouncycastle.pqc.legacy.math.linearalgebra.GF2Matrix, META-INF/versions/9/org/bouncycastle/util/Encodable.class=org.bouncycastle.util.Encodable, META-INF/versions/9/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$8.class=org.bouncycastle.asn1.teletrust.TeleTrusTNamedCurves$8, META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/dilithium/Symmetric$ShakeSymmetric.class=org.bouncycastle.pqc.crypto.crystals.dilithium.Symmetric$ShakeSymmetric, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT131R2Curve$1.class=org.bouncycastle.math.ec.custom.sec.SecT131R2Curve$1, META-INF/versions/9/org/bouncycastle/crypto/CryptoServicesRegistrar.class=org.bouncycastle.crypto.CryptoServicesRegistrar, META-INF/versions/9/org/bouncycastle/asn1/BERTaggedObject.class=org.bouncycastle.asn1.BERTaggedObject, META-INF/versions/9/org/bouncycastle/pqc/crypto/cmce/GF.class=org.bouncycastle.pqc.crypto.cmce.GF, META-INF/versions/9/org/bouncycastle/pqc/crypto/hqc/HQCPrivateKeyParameters.class=org.bouncycastle.pqc.crypto.hqc.HQCPrivateKeyParameters, META-INF/versions/9/org/bouncycastle/asn1/x9/X9ECParameters.class=org.bouncycastle.asn1.x9.X9ECParameters, META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/BDSStateMap.class=org.bouncycastle.pqc.crypto.xmss.BDSStateMap, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP160R1Point.class=org.bouncycastle.math.ec.custom.sec.SecP160R1Point, META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/dilithium/DilithiumKeyParameters.class=org.bouncycastle.pqc.crypto.crystals.dilithium.DilithiumKeyParameters, META-INF/versions/9/org/bouncycastle/pqc/crypto/ntruprime/SNTRUPrimeParameters.class=org.bouncycastle.pqc.crypto.ntruprime.SNTRUPrimeParameters, META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusEngine$Sha2Engine.class=org.bouncycastle.pqc.crypto.sphincsplus.SPHINCSPlusEngine$Sha2Engine, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP192K1Point.class=org.bouncycastle.math.ec.custom.sec.SecP192K1Point, META-INF/versions/9/org/bouncycastle/crypto/digests/SHA224Digest.class=org.bouncycastle.crypto.digests.SHA224Digest, META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/mceliece/McElieceCCA2Parameters.class=org.bouncycastle.pqc.legacy.crypto.mceliece.McElieceCCA2Parameters, META-INF/versions/9/org/bouncycastle/math/ec/endo/EndoUtil$1.class=org.bouncycastle.math.ec.endo.EndoUtil$1, META-INF/versions/9/org/bouncycastle/math/ec/custom/djb/Curve25519Point.class=org.bouncycastle.math.ec.custom.djb.Curve25519Point, META-INF/versions/9/org/bouncycastle/pqc/crypto/bike/BIKEPublicKeyParameters.class=org.bouncycastle.pqc.crypto.bike.BIKEPublicKeyParameters, META-INF/versions/9/org/bouncycastle/pqc/crypto/ntruprime/SNTRUPrimePrivateKeyParameters.class=org.bouncycastle.pqc.crypto.ntruprime.SNTRUPrimePrivateKeyParameters, META-INF/versions/9/org/bouncycastle/crypto/params/DSAParameters.class=org.bouncycastle.crypto.params.DSAParameters, META-INF/versions/9/org/bouncycastle/asn1/ASN1ApplicationSpecific.class=org.bouncycastle.asn1.ASN1ApplicationSpecific, META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PrivateKeyInfoFactory.class=org.bouncycastle.pqc.crypto.util.PrivateKeyInfoFactory, META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/rainbow/util/RainbowUtil.class=org.bouncycastle.pqc.legacy.crypto.rainbow.util.RainbowUtil, META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$LMSConverter.class=org.bouncycastle.pqc.crypto.util.PublicKeyFactory$LMSConverter, META-INF/versions/9/org/bouncycastle/crypto/util/DigestFactory$12.class=org.bouncycastle.crypto.util.DigestFactory$12, META-INF/versions/9/org/bouncycastle/crypto/digests/LongDigest.class=org.bouncycastle.crypto.digests.LongDigest, META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/BC15EdDSAPrivateKey.class=org.bouncycastle.jcajce.provider.asymmetric.edec.BC15EdDSAPrivateKey, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT283K1Curve.class=org.bouncycastle.math.ec.custom.sec.SecT283K1Curve, META-INF/versions/9/org/bouncycastle/asn1/ASN1Integer.class=org.bouncycastle.asn1.ASN1Integer, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP224K1Curve.class=org.bouncycastle.math.ec.custom.sec.SecP224K1Curve, META-INF/versions/9/org/bouncycastle/asn1/ASN1TaggedObjectParser.class=org.bouncycastle.asn1.ASN1TaggedObjectParser, META-INF/versions/9/org/bouncycastle/asn1/StreamUtil.class=org.bouncycastle.asn1.StreamUtil, META-INF/versions/9/org/bouncycastle/asn1/gm/GMObjectIdentifiers.class=org.bouncycastle.asn1.gm.GMObjectIdentifiers, META-INF/versions/9/org/bouncycastle/asn1/DERGeneralizedTime.class=org.bouncycastle.asn1.DERGeneralizedTime, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT113R1Curve$1.class=org.bouncycastle.math.ec.custom.sec.SecT113R1Curve$1, META-INF/versions/9/org/bouncycastle/jcajce/spec/DHDomainParameterSpec.class=org.bouncycastle.jcajce.spec.DHDomainParameterSpec, META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/xmss/BCXMSSPrivateKey.class=org.bouncycastle.pqc.jcajce.provider.xmss.BCXMSSPrivateKey, META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/dilithium/DilithiumPrivateKeyParameters.class=org.bouncycastle.pqc.crypto.crystals.dilithium.DilithiumPrivateKeyParameters, META-INF/versions/9/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$4.class=org.bouncycastle.asn1.teletrust.TeleTrusTNamedCurves$4, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT409R1Curve.class=org.bouncycastle.math.ec.custom.sec.SecT409R1Curve, META-INF/versions/9/org/bouncycastle/math/ec/ECPoint$Fp.class=org.bouncycastle.math.ec.ECPoint$Fp, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT283K1Curve$1.class=org.bouncycastle.math.ec.custom.sec.SecT283K1Curve$1, META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/kyber/Reduce.class=org.bouncycastle.pqc.crypto.crystals.kyber.Reduce, META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSMTPrivateKeyParameters$1.class=org.bouncycastle.pqc.crypto.xmss.XMSSMTPrivateKeyParameters$1, META-INF/versions/9/org/bouncycastle/util/Fingerprint.class=org.bouncycastle.util.Fingerprint, META-INF/versions/9/org/bouncycastle/crypto/CryptoServicesRegistrar$3.class=org.bouncycastle.crypto.CryptoServicesRegistrar$3, META-INF/versions/9/org/bouncycastle/crypto/digests/Utils$DefaultPropertiesWithPRF.class=org.bouncycastle.crypto.digests.Utils$DefaultPropertiesWithPRF, META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/SPHINCSPlusKey.class=org.bouncycastle.pqc.jcajce.interfaces.SPHINCSPlusKey, META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/kyber/Ntt.class=org.bouncycastle.pqc.crypto.crystals.kyber.Ntt, META-INF/versions/9/org/bouncycastle/asn1/DLSet.class=org.bouncycastle.asn1.DLSet, META-INF/versions/9/org/bouncycastle/crypto/AsymmetricCipherKeyPairGenerator.class=org.bouncycastle.crypto.AsymmetricCipherKeyPairGenerator, META-INF/versions/9/org/bouncycastle/jcajce/provider/util/AsymmetricKeyInfoConverter.class=org.bouncycastle.jcajce.provider.util.AsymmetricKeyInfoConverter, META-INF/versions/9/org/bouncycastle/jce/spec/ECNamedCurveSpec.class=org.bouncycastle.jce.spec.ECNamedCurveSpec, META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/sphincs/Sphincs256KeyFactorySpi.class=org.bouncycastle.pqc.jcajce.provider.sphincs.Sphincs256KeyFactorySpi, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP160K1Point.class=org.bouncycastle.math.ec.custom.sec.SecP160K1Point, META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/LowmcConstants.class=org.bouncycastle.pqc.crypto.picnic.LowmcConstants, META-INF/versions/9/org/bouncycastle/math/ec/ECPoint$AbstractFp.class=org.bouncycastle.math.ec.ECPoint$AbstractFp, META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMSPrivateKeyParameters.class=org.bouncycastle.pqc.crypto.lms.LMSPrivateKeyParameters, META-INF/versions/9/org/bouncycastle/pqc/math/linearalgebra/Permutation.class=org.bouncycastle.pqc.math.linearalgebra.Permutation, META-INF/versions/9/org/bouncycastle/pqc/crypto/frodo/FrodoMatrixGenerator.class=org.bouncycastle.pqc.crypto.frodo.FrodoMatrixGenerator, META-INF/versions/9/org/bouncycastle/asn1/ASN1Set$2.class=org.bouncycastle.asn1.ASN1Set$2, META-INF/versions/9/org/bouncycastle/pqc/crypto/sike/P503.class=org.bouncycastle.pqc.crypto.sike.P503, META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi$X25519.class=org.bouncycastle.jcajce.provider.asymmetric.edec.KeyPairGeneratorSpi$X25519, META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMSContext.class=org.bouncycastle.pqc.crypto.lms.LMSContext, META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi$Ed25519.class=org.bouncycastle.jcajce.provider.asymmetric.edec.KeyFactorySpi$Ed25519, META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$QTeslaConverter.class=org.bouncycastle.pqc.crypto.util.PublicKeyFactory$QTeslaConverter, META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/XMSSMTKey.class=org.bouncycastle.pqc.jcajce.interfaces.XMSSMTKey, META-INF/versions/9/org/bouncycastle/asn1/ASN1External$1.class=org.bouncycastle.asn1.ASN1External$1, META-INF/versions/9/org/bouncycastle/pqc/crypto/frodo/FrodoKeyParameters.class=org.bouncycastle.pqc.crypto.frodo.FrodoKeyParameters, META-INF/versions/9/org/bouncycastle/crypto/digests/SHA256Digest.class=org.bouncycastle.crypto.digests.SHA256Digest, META-INF/versions/9/org/bouncycastle/asn1/InMemoryRepresentable.class=org.bouncycastle.asn1.InMemoryRepresentable, META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$1.class=org.bouncycastle.crypto.ec.CustomNamedCurves$1, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT193R2Point.class=org.bouncycastle.math.ec.custom.sec.SecT193R2Point, META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/PicnicEngine.class=org.bouncycastle.pqc.crypto.picnic.PicnicEngine, META-INF/versions/9/org/bouncycastle/pqc/crypto/sike/SIKEKeyParameters.class=org.bouncycastle.pqc.crypto.sike.SIKEKeyParameters, META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/dilithium/Poly.class=org.bouncycastle.pqc.crypto.crystals.dilithium.Poly, META-INF/versions/9/org/bouncycastle/math/field/ExtensionField.class=org.bouncycastle.math.field.ExtensionField, META-INF/versions/9/org/bouncycastle/util/Objects.class=org.bouncycastle.util.Objects, META-INF/versions/9/org/bouncycastle/math/raw/Nat128.class=org.bouncycastle.math.raw.Nat128, META-INF/versions/9/org/bouncycastle/pqc/crypto/ntruprime/NTRULPRimeParameters.class=org.bouncycastle.pqc.crypto.ntruprime.NTRULPRimeParameters, META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/OTSHashAddress$Builder.class=org.bouncycastle.pqc.crypto.xmss.OTSHashAddress$Builder, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT193R1Curve.class=org.bouncycastle.math.ec.custom.sec.SecT193R1Curve, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT131Field.class=org.bouncycastle.math.ec.custom.sec.SecT131Field, META-INF/versions/9/org/bouncycastle/crypto/params/ECPrivateKeyParameters.class=org.bouncycastle.crypto.params.ECPrivateKeyParameters, META-INF/versions/9/org/bouncycastle/pqc/math/ntru/parameters/NTRUHPS2048509.class=org.bouncycastle.pqc.math.ntru.parameters.NTRUHPS2048509, META-INF/versions/9/org/bouncycastle/asn1/ASN1UniversalTypes.class=org.bouncycastle.asn1.ASN1UniversalTypes, META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$8.class=org.bouncycastle.crypto.ec.CustomNamedCurves$8, META-INF/versions/9/org/bouncycastle/util/encoders/UTF8.class=org.bouncycastle.util.encoders.UTF8, META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$15.class=org.bouncycastle.asn1.x9.X962NamedCurves$15, META-INF/versions/9/org/bouncycastle/asn1/DEROctetStringParser.class=org.bouncycastle.asn1.DEROctetStringParser, META-INF/versions/9/org/bouncycastle/pqc/crypto/cmce/GF13.class=org.bouncycastle.pqc.crypto.cmce.GF13, META-INF/versions/9/org/bouncycastle/pqc/crypto/frodo/FrodoPublicKeyParameters.class=org.bouncycastle.pqc.crypto.frodo.FrodoPublicKeyParameters, META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/KeyedHashFunctions.class=org.bouncycastle.pqc.crypto.xmss.KeyedHashFunctions, META-INF/versions/9/org/bouncycastle/util/Exceptions.class=org.bouncycastle.util.Exceptions, META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/dilithium/Ntt.class=org.bouncycastle.pqc.crypto.crystals.dilithium.Ntt, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT409FieldElement.class=org.bouncycastle.math.ec.custom.sec.SecT409FieldElement, META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/WOTSPlusOid.class=org.bouncycastle.pqc.crypto.xmss.WOTSPlusOid, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP256K1Field.class=org.bouncycastle.math.ec.custom.sec.SecP256K1Field, META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$15.class=org.bouncycastle.asn1.sec.SECNamedCurves$15, META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/qtesla/QTesla3p$QTesla3PPolynomial.class=org.bouncycastle.pqc.legacy.crypto.qtesla.QTesla3p$QTesla3PPolynomial, META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSUtil$CheckingStream.class=org.bouncycastle.pqc.crypto.xmss.XMSSUtil$CheckingStream, META-INF/versions/9/org/bouncycastle/crypto/CryptoServicePurpose.class=org.bouncycastle.crypto.CryptoServicePurpose, META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi$XDH.class=org.bouncycastle.jcajce.provider.asymmetric.edec.KeyPairGeneratorSpi$XDH, META-INF/versions/9/org/bouncycastle/math/raw/Nat512.class=org.bouncycastle.math.raw.Nat512, META-INF/versions/9/org/bouncycastle/pqc/crypto/sike/P610.class=org.bouncycastle.pqc.crypto.sike.P610, META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/PicnicKey.class=org.bouncycastle.pqc.jcajce.interfaces.PicnicKey, META-INF/versions/9/org/bouncycastle/asn1/ASN1UTF8String$1.class=org.bouncycastle.asn1.ASN1UTF8String$1, META-INF/versions/9/org/bouncycastle/math/field/PolynomialExtensionField.class=org.bouncycastle.math.field.PolynomialExtensionField, META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSMTParameters.class=org.bouncycastle.pqc.crypto.xmss.XMSSMTParameters, META-INF/versions/9/org/bouncycastle/asn1/ASN1UniversalString$1.class=org.bouncycastle.asn1.ASN1UniversalString$1, META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$FrodoConverter.class=org.bouncycastle.pqc.crypto.util.PublicKeyFactory$FrodoConverter, META-INF/versions/9/org/bouncycastle/asn1/x9/X9ECParametersHolder.class=org.bouncycastle.asn1.x9.X9ECParametersHolder, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT163Field.class=org.bouncycastle.math.ec.custom.sec.SecT163Field, META-INF/versions/9/org/bouncycastle/asn1/ASN1Sequence$2.class=org.bouncycastle.asn1.ASN1Sequence$2, META-INF/versions/9/org/bouncycastle/crypto/params/ECNamedDomainParameters.class=org.bouncycastle.crypto.params.ECNamedDomainParameters, META-INF/versions/9/org/bouncycastle/jce/interfaces/ECKey.class=org.bouncycastle.jce.interfaces.ECKey, META-INF/versions/9/org/bouncycastle/util/encoders/DecoderException.class=org.bouncycastle.util.encoders.DecoderException, META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/Tape.class=org.bouncycastle.pqc.crypto.picnic.Tape, META-INF/versions/9/org/bouncycastle/math/raw/Nat.class=org.bouncycastle.math.raw.Nat, META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X448withSHA512KDF.class=org.bouncycastle.jcajce.provider.asymmetric.edec.KeyAgreementSpi$X448withSHA512KDF, META-INF/versions/9/org/bouncycastle/asn1/ASN1GeneralizedTime$1.class=org.bouncycastle.asn1.ASN1GeneralizedTime$1, META-INF/versions/9/org/bouncycastle/asn1/ASN1SequenceParser.class=org.bouncycastle.asn1.ASN1SequenceParser, META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/dilithium/Packing.class=org.bouncycastle.pqc.crypto.crystals.dilithium.Packing, META-INF/versions/9/org/bouncycastle/asn1/gm/GMNamedCurves$1.class=org.bouncycastle.asn1.gm.GMNamedCurves$1, META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi$EdDSA.class=org.bouncycastle.jcajce.provider.asymmetric.edec.KeyFactorySpi$EdDSA, META-INF/versions/9/org/bouncycastle/pqc/math/linearalgebra/PolynomialRingGF2.class=org.bouncycastle.pqc.math.linearalgebra.PolynomialRingGF2, META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$20.class=org.bouncycastle.crypto.ec.CustomNamedCurves$20, META-INF/versions/9/org/bouncycastle/asn1/ASN1TaggedObject.class=org.bouncycastle.asn1.ASN1TaggedObject, META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/mceliece/McEliecePrivateKeyParameters.class=org.bouncycastle.pqc.legacy.crypto.mceliece.McEliecePrivateKeyParameters, META-INF/versions/9/org/bouncycastle/math/ec/ECFieldElement$F2m.class=org.bouncycastle.math.ec.ECFieldElement$F2m, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT131FieldElement.class=org.bouncycastle.math.ec.custom.sec.SecT131FieldElement, META-INF/versions/9/org/bouncycastle/pqc/crypto/falcon/FalconPublicKeyParameters.class=org.bouncycastle.pqc.crypto.falcon.FalconPublicKeyParameters, META-INF/versions/9/org/bouncycastle/math/ec/ScaleXPointMap.class=org.bouncycastle.math.ec.ScaleXPointMap, META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/OTSHashAddress$1.class=org.bouncycastle.pqc.crypto.xmss.OTSHashAddress$1, META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$13.class=org.bouncycastle.asn1.sec.SECNamedCurves$13, META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/HSSSignature.class=org.bouncycastle.pqc.crypto.lms.HSSSignature, META-INF/versions/9/org/bouncycastle/pqc/crypto/util/Utils.class=org.bouncycastle.pqc.crypto.util.Utils, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP224R1Field.class=org.bouncycastle.math.ec.custom.sec.SecP224R1Field, META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/rainbow/RainbowPrivateKeyParameters.class=org.bouncycastle.pqc.legacy.crypto.rainbow.RainbowPrivateKeyParameters, META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMOtsPrivateKey.class=org.bouncycastle.pqc.crypto.lms.LMOtsPrivateKey, META-INF/versions/9/org/bouncycastle/asn1/BERTags.class=org.bouncycastle.asn1.BERTags, META-INF/versions/9/org/bouncycastle/asn1/anssi/ANSSINamedCurves.class=org.bouncycastle.asn1.anssi.ANSSINamedCurves, META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSOid.class=org.bouncycastle.pqc.crypto.xmss.XMSSOid, META-INF/versions/9/org/bouncycastle/util/BigIntegers$Cache.class=org.bouncycastle.util.BigIntegers$Cache, META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$KyberConverter.class=org.bouncycastle.pqc.crypto.util.PublicKeyFactory$KyberConverter, META-INF/versions/9/org/bouncycastle/asn1/DERBMPString.class=org.bouncycastle.asn1.DERBMPString, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP256R1FieldElement.class=org.bouncycastle.math.ec.custom.sec.SecP256R1FieldElement, META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/newhope/BCNHPrivateKey.class=org.bouncycastle.pqc.jcajce.provider.newhope.BCNHPrivateKey, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP160R2Field.class=org.bouncycastle.math.ec.custom.sec.SecP160R2Field, META-INF/versions/9/org/bouncycastle/math/ec/ECCurve.class=org.bouncycastle.math.ec.ECCurve, META-INF/versions/9/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$2.class=org.bouncycastle.asn1.teletrust.TeleTrusTNamedCurves$2, META-INF/versions/9/org/bouncycastle/asn1/ASN1Boolean.class=org.bouncycastle.asn1.ASN1Boolean, META-INF/versions/9/org/bouncycastle/jcajce/provider/util/AlgorithmProvider.class=org.bouncycastle.jcajce.provider.util.AlgorithmProvider, META-INF/versions/9/org/bouncycastle/asn1/BERSetParser.class=org.bouncycastle.asn1.BERSetParser, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP384R1Point.class=org.bouncycastle.math.ec.custom.sec.SecP384R1Point, META-INF/versions/9/org/bouncycastle/pqc/asn1/McEliecePublicKey.class=org.bouncycastle.pqc.asn1.McEliecePublicKey, META-INF/versions/9/org/bouncycastle/crypto/digests/Utils$DefaultProperties.class=org.bouncycastle.crypto.digests.Utils$DefaultProperties, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT131R2Curve.class=org.bouncycastle.math.ec.custom.sec.SecT131R2Curve, META-INF/versions/9/org/bouncycastle/asn1/bc/BCObjectIdentifiers.class=org.bouncycastle.asn1.bc.BCObjectIdentifiers, META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$18.class=org.bouncycastle.asn1.x9.X962NamedCurves$18, META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi$X448.class=org.bouncycastle.jcajce.provider.asymmetric.edec.KeyFactorySpi$X448, META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusParameters$Shake256EngineProvider.class=org.bouncycastle.pqc.crypto.sphincsplus.SPHINCSPlusParameters$Shake256EngineProvider, META-INF/versions/9/org/bouncycastle/math/ec/ECCurve$1.class=org.bouncycastle.math.ec.ECCurve$1, META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$SPHINCSPlusConverter.class=org.bouncycastle.pqc.crypto.util.PublicKeyFactory$SPHINCSPlusConverter, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT163R1Point.class=org.bouncycastle.math.ec.custom.sec.SecT163R1Point, META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMS.class=org.bouncycastle.pqc.crypto.lms.LMS, META-INF/versions/9/org/bouncycastle/pqc/crypto/hqc/ReedMuller.class=org.bouncycastle.pqc.crypto.hqc.ReedMuller, META-INF/versions/9/org/bouncycastle/asn1/ASN1VideotexString.class=org.bouncycastle.asn1.ASN1VideotexString, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT233K1Point.class=org.bouncycastle.math.ec.custom.sec.SecT233K1Point, META-INF/versions/9/org/bouncycastle/crypto/CryptoServicesPermission.class=org.bouncycastle.crypto.CryptoServicesPermission, META-INF/versions/9/org/bouncycastle/math/ec/endo/GLVEndomorphism.class=org.bouncycastle.math.ec.endo.GLVEndomorphism, META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/kyber/KyberKeyParameters.class=org.bouncycastle.pqc.crypto.crystals.kyber.KyberKeyParameters, META-INF/versions/9/org/bouncycastle/asn1/ASN1Sequence$3.class=org.bouncycastle.asn1.ASN1Sequence$3, META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$31.class=org.bouncycastle.asn1.sec.SECNamedCurves$31, META-INF/versions/9/org/bouncycastle/pqc/crypto/hqc/HQCEngine.class=org.bouncycastle.pqc.crypto.hqc.HQCEngine, META-INF/versions/9/org/bouncycastle/pqc/math/ntru/parameters/NTRUHPS4096821.class=org.bouncycastle.pqc.math.ntru.parameters.NTRUHPS4096821, META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/kyber/KyberIndCpa.class=org.bouncycastle.pqc.crypto.crystals.kyber.KyberIndCpa, META-INF/versions/9/org/bouncycastle/asn1/BEROctetStringParser.class=org.bouncycastle.asn1.BEROctetStringParser, META-INF/versions/9/org/bouncycastle/pqc/math/linearalgebra/PolynomialGF2mSmallM.class=org.bouncycastle.pqc.math.linearalgebra.PolynomialGF2mSmallM, META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/GoppaCode$MaMaPe.class=org.bouncycastle.pqc.legacy.math.linearalgebra.GoppaCode$MaMaPe, META-INF/versions/9/org/bouncycastle/asn1/BERBitString.class=org.bouncycastle.asn1.BERBitString, META-INF/versions/9/org/bouncycastle/pqc/crypto/hqc/GFCalculator.class=org.bouncycastle.pqc.crypto.hqc.GFCalculator, META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$17.class=org.bouncycastle.asn1.x9.X962NamedCurves$17, META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$XMSSConverter.class=org.bouncycastle.pqc.crypto.util.PublicKeyFactory$XMSSConverter, META-INF/versions/9/org/bouncycastle/crypto/DerivationFunction.class=org.bouncycastle.crypto.DerivationFunction, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT571R1Curve.class=org.bouncycastle.math.ec.custom.sec.SecT571R1Curve, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP192R1FieldElement.class=org.bouncycastle.math.ec.custom.sec.SecP192R1FieldElement, META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/Signature2.class=org.bouncycastle.pqc.crypto.picnic.Signature2, META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$4.class=org.bouncycastle.crypto.ec.CustomNamedCurves$4, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP160R2FieldElement.class=org.bouncycastle.math.ec.custom.sec.SecP160R2FieldElement, META-INF/versions/9/org/bouncycastle/pqc/crypto/ntruprime/NTRULPRimePublicKeyParameters.class=org.bouncycastle.pqc.crypto.ntruprime.NTRULPRimePublicKeyParameters, META-INF/versions/9/org/bouncycastle/asn1/DLSequenceParser.class=org.bouncycastle.asn1.DLSequenceParser, META-INF/versions/9/org/bouncycastle/jcajce/provider/symmetric/util/ClassUtil$1.class=org.bouncycastle.jcajce.provider.symmetric.util.ClassUtil$1, META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincs/SPHINCSKeyParameters.class=org.bouncycastle.pqc.crypto.sphincs.SPHINCSKeyParameters, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT113R1Curve.class=org.bouncycastle.math.ec.custom.sec.SecT113R1Curve, META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$17.class=org.bouncycastle.asn1.sec.SECNamedCurves$17, META-INF/versions/9/org/bouncycastle/asn1/x509/AlgorithmIdentifier.class=org.bouncycastle.asn1.x509.AlgorithmIdentifier, META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/BigEndianConversions.class=org.bouncycastle.pqc.legacy.math.linearalgebra.BigEndianConversions, META-INF/versions/9/org/bouncycastle/asn1/anssi/ANSSINamedCurves$1.class=org.bouncycastle.asn1.anssi.ANSSINamedCurves$1, META-INF/versions/9/org/bouncycastle/math/ec/WNafPreCompInfo.class=org.bouncycastle.math.ec.WNafPreCompInfo, META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/kyber/KyberPublicKeyParameters.class=org.bouncycastle.pqc.crypto.crystals.kyber.KyberPublicKeyParameters, META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/PolynomialRingGF2m.class=org.bouncycastle.pqc.legacy.math.linearalgebra.PolynomialRingGF2m, META-INF/versions/9/org/bouncycastle/crypto/params/DSAValidationParameters.class=org.bouncycastle.crypto.params.DSAValidationParameters, META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/xmss/BCXMSSPublicKey.class=org.bouncycastle.pqc.jcajce.provider.xmss.BCXMSSPublicKey, META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/Permutation.class=org.bouncycastle.pqc.legacy.math.linearalgebra.Permutation, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP224R1Curve$1.class=org.bouncycastle.math.ec.custom.sec.SecP224R1Curve$1, META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/DigestUtil.class=org.bouncycastle.pqc.crypto.xmss.DigestUtil, META-INF/versions/9/org/bouncycastle/asn1/DLFactory.class=org.bouncycastle.asn1.DLFactory, META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/FalconPrivateKey.class=org.bouncycastle.pqc.jcajce.interfaces.FalconPrivateKey, META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/qtesla/QTESLAPrivateKeyParameters.class=org.bouncycastle.pqc.legacy.crypto.qtesla.QTESLAPrivateKeyParameters, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP224R1FieldElement.class=org.bouncycastle.math.ec.custom.sec.SecP224R1FieldElement, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT571K1Curve$1.class=org.bouncycastle.math.ec.custom.sec.SecT571K1Curve$1, META-INF/versions/9/org/bouncycastle/asn1/ASN1Set.class=org.bouncycastle.asn1.ASN1Set, META-INF/versions/9/org/bouncycastle/jcajce/provider/asymmetric/util/EC5Util.class=org.bouncycastle.jcajce.provider.asymmetric.util.EC5Util, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP192K1Curve.class=org.bouncycastle.math.ec.custom.sec.SecP192K1Curve, META-INF/versions/9/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$1.class=org.bouncycastle.asn1.teletrust.TeleTrusTNamedCurves$1, META-INF/versions/9/org/bouncycastle/asn1/x509/SubjectPublicKeyInfo.class=org.bouncycastle.asn1.x509.SubjectPublicKeyInfo, META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/XMSSKey.class=org.bouncycastle.pqc.jcajce.interfaces.XMSSKey, META-INF/versions/9/org/bouncycastle/math/ec/custom/djb/Curve25519FieldElement.class=org.bouncycastle.math.ec.custom.djb.Curve25519FieldElement, META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$16.class=org.bouncycastle.asn1.sec.SECNamedCurves$16, META-INF/versions/9/org/bouncycastle/jce/interfaces/ECPublicKey.class=org.bouncycastle.jce.interfaces.ECPublicKey, META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves.class=org.bouncycastle.asn1.x9.X962NamedCurves, META-INF/versions/9/org/bouncycastle/util/Arrays$Iterator.class=org.bouncycastle.util.Arrays$Iterator, META-INF/versions/9/org/bouncycastle/math/ec/SimpleBigDecimal.class=org.bouncycastle.math.ec.SimpleBigDecimal, META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$9.class=org.bouncycastle.crypto.ec.CustomNamedCurves$9, META-INF/versions/9/org/bouncycastle/math/raw/Nat256.class=org.bouncycastle.math.raw.Nat256, META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/xmss/XMSSMTKeyFactorySpi.class=org.bouncycastle.pqc.jcajce.provider.xmss.XMSSMTKeyFactorySpi, META-INF/versions/9/org/bouncycastle/asn1/ASN1GeneralString$1.class=org.bouncycastle.asn1.ASN1GeneralString$1, META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/lms/BCLMSPublicKey.class=org.bouncycastle.pqc.jcajce.provider.lms.BCLMSPublicKey, META-INF/versions/9/org/bouncycastle/asn1/pkcs/PrivateKeyInfo.class=org.bouncycastle.asn1.pkcs.PrivateKeyInfo, META-INF/versions/9/org/bouncycastle/asn1/DERApplicationSpecific.class=org.bouncycastle.asn1.DERApplicationSpecific, META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$32.class=org.bouncycastle.asn1.sec.SECNamedCurves$32, META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/HSS$PlaceholderLMSPrivateKey.class=org.bouncycastle.pqc.crypto.lms.HSS$PlaceholderLMSPrivateKey, META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/qtesla/QTESLASecurityCategory.class=org.bouncycastle.pqc.legacy.crypto.qtesla.QTESLASecurityCategory, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT571FieldElement.class=org.bouncycastle.math.ec.custom.sec.SecT571FieldElement, META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusParameters.class=org.bouncycastle.pqc.crypto.sphincsplus.SPHINCSPlusParameters, META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/HarakaSXof.class=org.bouncycastle.pqc.crypto.sphincsplus.HarakaSXof, META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/HSSKeyGenerationParameters.class=org.bouncycastle.pqc.crypto.lms.HSSKeyGenerationParameters, META-INF/versions/9/org/bouncycastle/util/Properties.class=org.bouncycastle.util.Properties, META-INF/versions/9/org/bouncycastle/math/raw/Nat192.class=org.bouncycastle.math.raw.Nat192, META-INF/versions/9/org/bouncycastle/math/ec/custom/gm/SM2P256V1Field.class=org.bouncycastle.math.ec.custom.gm.SM2P256V1Field, META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$18.class=org.bouncycastle.asn1.sec.SECNamedCurves$18, META-INF/versions/9/org/bouncycastle/math/ec/ECPoint$F2m.class=org.bouncycastle.math.ec.ECPoint$F2m, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT113R2Point.class=org.bouncycastle.math.ec.custom.sec.SecT113R2Point, META-INF/versions/9/org/bouncycastle/crypto/CryptoServicesRegistrar$2.class=org.bouncycastle.crypto.CryptoServicesRegistrar$2, META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$CMCEConverter.class=org.bouncycastle.pqc.crypto.util.PublicKeyFactory$CMCEConverter, META-INF/versions/9/org/bouncycastle/asn1/ASN1BMPString$1.class=org.bouncycastle.asn1.ASN1BMPString$1, META-INF/versions/9/org/bouncycastle/asn1/BERApplicationSpecific.class=org.bouncycastle.asn1.BERApplicationSpecific, META-INF/versions/9/org/bouncycastle/jce/provider/BouncyCastleProviderConfiguration.class=org.bouncycastle.jce.provider.BouncyCastleProviderConfiguration, META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/rainbow/BCRainbowPublicKey.class=org.bouncycastle.pqc.jcajce.provider.rainbow.BCRainbowPublicKey, META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$1.class=org.bouncycastle.pqc.crypto.util.PublicKeyFactory$1, META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$SNTRUPrimeConverter.class=org.bouncycastle.pqc.crypto.util.PublicKeyFactory$SNTRUPrimeConverter, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT113Field.class=org.bouncycastle.math.ec.custom.sec.SecT113Field, META-INF/versions/9/org/bouncycastle/pqc/crypto/ntruprime/NTRULPRimeKeyParameters.class=org.bouncycastle.pqc.crypto.ntruprime.NTRULPRimeKeyParameters, META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/LMSKey.class=org.bouncycastle.pqc.jcajce.interfaces.LMSKey, META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$6.class=org.bouncycastle.crypto.ec.CustomNamedCurves$6, META-INF/versions/9/org/bouncycastle/math/ec/custom/gm/SM2P256V1Curve$1.class=org.bouncycastle.math.ec.custom.gm.SM2P256V1Curve$1, META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi$X25519.class=org.bouncycastle.jcajce.provider.asymmetric.edec.KeyFactorySpi$X25519, META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMSigParameters.class=org.bouncycastle.pqc.crypto.lms.LMSigParameters, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP256R1Curve.class=org.bouncycastle.math.ec.custom.sec.SecP256R1Curve, META-INF/versions/9/org/bouncycastle/crypto/RuntimeCryptoException.class=org.bouncycastle.crypto.RuntimeCryptoException, META-INF/versions/9/org/bouncycastle/asn1/x9/X962Parameters.class=org.bouncycastle.asn1.x9.X962Parameters, META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LM_OTS.class=org.bouncycastle.pqc.crypto.lms.LM_OTS, META-INF/versions/9/org/bouncycastle/asn1/ASN1InputStream.class=org.bouncycastle.asn1.ASN1InputStream, META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$13.class=org.bouncycastle.asn1.x9.X962NamedCurves$13, META-INF/versions/9/org/bouncycastle/pqc/crypto/bike/Utils.class=org.bouncycastle.pqc.crypto.bike.Utils, META-INF/versions/9/org/bouncycastle/math/ec/Tnaf.class=org.bouncycastle.math.ec.Tnaf, META-INF/versions/9/org/bouncycastle/math/ec/PreCompCallback.class=org.bouncycastle.math.ec.PreCompCallback, META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$10.class=org.bouncycastle.asn1.x9.X962NamedCurves$10, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT193Field.class=org.bouncycastle.math.ec.custom.sec.SecT193Field, META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$3.class=org.bouncycastle.crypto.ec.CustomNamedCurves$3, META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/PolynomialRingGF2.class=org.bouncycastle.pqc.legacy.math.linearalgebra.PolynomialRingGF2, META-INF/versions/9/org/bouncycastle/crypto/constraints/DefaultServiceProperties.class=org.bouncycastle.crypto.constraints.DefaultServiceProperties, META-INF/versions/9/org/bouncycastle/asn1/ASN1UTCTime.class=org.bouncycastle.asn1.ASN1UTCTime, META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/mceliece/BCMcEliecePublicKey.class=org.bouncycastle.pqc.jcajce.provider.mceliece.BCMcEliecePublicKey, META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/kyber/KyberEngine.class=org.bouncycastle.pqc.crypto.crystals.kyber.KyberEngine, META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/ByteUtils.class=org.bouncycastle.pqc.legacy.math.linearalgebra.ByteUtils, META-INF/versions/9/org/bouncycastle/crypto/DataLengthException.class=org.bouncycastle.crypto.DataLengthException, META-INF/versions/9/org/bouncycastle/asn1/DERUniversalString.class=org.bouncycastle.asn1.DERUniversalString, META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$5.class=org.bouncycastle.crypto.ec.CustomNamedCurves$5, META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSMTPublicKeyParameters.class=org.bouncycastle.pqc.crypto.xmss.XMSSMTPublicKeyParameters, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP160R1Curve.class=org.bouncycastle.math.ec.custom.sec.SecP160R1Curve, META-INF/versions/9/org/bouncycastle/asn1/x9/X9FieldID.class=org.bouncycastle.asn1.x9.X9FieldID, META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/HarakaS512Digest.class=org.bouncycastle.pqc.crypto.sphincsplus.HarakaS512Digest, META-INF/versions/9/org/bouncycastle/pqc/crypto/sike/Isogeny.class=org.bouncycastle.pqc.crypto.sike.Isogeny, META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$11.class=org.bouncycastle.asn1.x9.X962NamedCurves$11, META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X448withSHA256CKDF.class=org.bouncycastle.jcajce.provider.asymmetric.edec.KeyAgreementSpi$X448withSHA256CKDF, META-INF/versions/9/org/bouncycastle/pqc/crypto/cmce/CMCEPublicKeyParameters.class=org.bouncycastle.pqc.crypto.cmce.CMCEPublicKeyParameters, META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$30.class=org.bouncycastle.asn1.sec.SECNamedCurves$30, META-INF/versions/9/org/bouncycastle/crypto/generators/MGF1BytesGenerator.class=org.bouncycastle.crypto.generators.MGF1BytesGenerator, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT163FieldElement.class=org.bouncycastle.math.ec.custom.sec.SecT163FieldElement, META-INF/versions/9/org/bouncycastle/pqc/asn1/CMCEPrivateKey.class=org.bouncycastle.pqc.asn1.CMCEPrivateKey, META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/KMatrices.class=org.bouncycastle.pqc.crypto.picnic.KMatrices, META-INF/versions/9/org/bouncycastle/util/MemoableResetException.class=org.bouncycastle.util.MemoableResetException, META-INF/versions/9/org/bouncycastle/asn1/ASN1Sequence.class=org.bouncycastle.asn1.ASN1Sequence, META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/kyber/Poly.class=org.bouncycastle.pqc.crypto.crystals.kyber.Poly, META-INF/versions/9/org/bouncycastle/asn1/BEROctetString.class=org.bouncycastle.asn1.BEROctetString, META-INF/versions/9/org/bouncycastle/pqc/crypto/sike/Fpx.class=org.bouncycastle.pqc.crypto.sike.Fpx, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT233FieldElement.class=org.bouncycastle.math.ec.custom.sec.SecT233FieldElement, META-INF/versions/9/org/bouncycastle/pqc/asn1/CMCEPublicKey.class=org.bouncycastle.pqc.asn1.CMCEPublicKey, META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$12.class=org.bouncycastle.asn1.x9.X962NamedCurves$12, META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP160R1FieldElement.class=org.bouncycastle.math.ec.custom.sec.SecP160R1FieldElement, META-INF/versions/9/org/bouncycastle/asn1/ASN1IA5String.class=org.bouncycastle.asn1.ASN1IA5String, META-INF/versions/9/org/bouncycastle/asn1/ASN1Integer$1.class=org.bouncycastle.asn1.ASN1Integer$1, META-INF/versions/9/org/bouncycastle/asn1/ASN1GeneralizedTime.class=org.bouncycastle.asn1.ASN1GeneralizedTime, META-INF/versions/9/org/bouncycastle/crypto/CryptoServicesRegistrar$1.class=org.bouncycastle.crypto.CryptoServicesRegistrar$1, META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$19.class=org.bouncycastle.asn1.sec.SECNamedCurves$19, META-INF/versions/9/org/bouncycastle/math/ec/custom/djb/Curve25519Field.class=org.bouncycastle.math.ec.custom.djb.Curve25519Field, META-INF/versions/9/org/bouncycastle/crypto/digests/SHA3Digest.class=org.bouncycastle.crypto.digests.SHA3Digest} [2023-09-08T19:35:22.034Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/bouncycastle/org.bouncycastle.bcprov_1.72.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:35:22.291Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/bouncycastle/org.bouncycastle.bcprov_1.72.0/target/org.bouncycastle.bcprov-1.72.0-SNAPSHOT.jar [2023-09-08T19:35:23.659Z] [INFO] Gathering sources [2023-09-08T19:35:23.659Z] [INFO] Configured Artifact: org.bouncycastle:bcprov-jdk18on:sources:1.72:jar [2023-09-08T19:35:23.659Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/bouncycastle/bcprov-jdk18on/1.72/bcprov-jdk18on-1.72-sources.jar [2023-09-08T19:35:23.659Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcprov-jdk18on/1.72/bcprov-jdk18on-1.72-sources.jar [2023-09-08T19:35:23.659Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcprov-jdk18on/1.72/bcprov-jdk18on-1.72-sources.jar (7.9 MB at 94 MB/s) [2023-09-08T19:35:23.659Z] [INFO] Unpacking /home/vnc/.m2/repository/org/bouncycastle/bcprov-jdk18on/1.72/bcprov-jdk18on-1.72-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/bouncycastle/org.bouncycastle.bcprov_1.72.0/target/dependency-src with includes "**/*" and excludes "META-INF/*.SF,META-INF/*.DSA,META-INF/*.RSA,**/test/**/*.*" [2023-09-08T19:35:23.916Z] [INFO] Copying 3 resources [2023-09-08T19:35:23.916Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/bouncycastle/org.bouncycastle.bcprov_1.72.0/src/main/java [2023-09-08T19:35:24.173Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/bouncycastle/org.bouncycastle.bcprov_1.72.0/target/org.bouncycastle.bcprov-1.72.0-SNAPSHOT-sources.jar [2023-09-08T19:35:25.102Z] [INFO] Assembling p2 repository [2023-09-08T19:35:25.664Z] [INFO] [2023-09-08T19:35:25.664Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.bouncycastle.bcprov --- [2023-09-08T19:35:25.664Z] [INFO] [2023-09-08T19:35:25.664Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.bouncycastle.bcprov --- [2023-09-08T19:35:25.664Z] [INFO] Gathering sources archives [2023-09-08T19:35:25.664Z] [INFO] Configured Artifact: org.bouncycastle:bcprov-jdk18on:sources:1.72:jar [2023-09-08T19:35:25.664Z] [INFO] Unpacking /home/vnc/.m2/repository/org/bouncycastle/bcprov-jdk18on/1.72/bcprov-jdk18on-1.72-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/bouncycastle/org.bouncycastle.bcprov_1.72.0/target/sources-for-eclipse-ipzilla/bcprov-jdk18on-1.72-sources-filtered with includes "**/*" and excludes "META-INF/*.SF,META-INF/*.DSA,META-INF/*.RSA,**/test/**/*.*" [2023-09-08T19:35:26.226Z] [INFO] Configured Artifact: org.bouncycastle:bcprov-jdk18on:sources:1.72:jar [2023-09-08T19:35:26.226Z] [INFO] Copying bcprov-jdk18on-1.72-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/bouncycastle/org.bouncycastle.bcprov_1.72.0/target/sources-for-eclipse-ipzilla/bcprov-jdk18on-1.72-sources.jar [2023-09-08T19:35:26.226Z] [INFO] Refreshing about files and about.html [2023-09-08T19:35:26.226Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/bouncycastle/org.bouncycastle.bcprov_1.72.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:35:26.226Z] [INFO] [2023-09-08T19:35:26.226Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.bouncycastle.bcprov --- [2023-09-08T19:35:29.498Z] [INFO] Jar '/home/jenkins/agent/workspace/orbit-recipes/bouncycastle/org.bouncycastle.bcprov_1.72.0/target/org.bouncycastle.bcprov-1.72.0-SNAPSHOT.jar' is already signed. The signature will be overwritten. [2023-09-08T19:35:30.426Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/bouncycastle/org.bouncycastle.bcprov_1.72.0/target/org.bouncycastle.bcprov-1.72.0-SNAPSHOT.jar [2023-09-08T19:35:40.372Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/bouncycastle/org.bouncycastle.bcprov_1.72.0/target/org.bouncycastle.bcprov-1.72.0-SNAPSHOT-sources.jar [2023-09-08T19:35:42.892Z] [INFO] [2023-09-08T19:35:42.892Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign-jce) @ org.bouncycastle.bcprov --- [2023-09-08T19:35:45.412Z] [INFO] Jar '/home/jenkins/agent/workspace/orbit-recipes/bouncycastle/org.bouncycastle.bcprov_1.72.0/target/org.bouncycastle.bcprov-1.72.0-SNAPSHOT.jar' is already signed and will be resigned. [2023-09-08T19:35:45.412Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/bouncycastle/org.bouncycastle.bcprov_1.72.0/target/org.bouncycastle.bcprov-1.72.0-SNAPSHOT.jar [2023-09-08T19:35:52.646Z] [INFO] Jar '/home/jenkins/agent/workspace/orbit-recipes/bouncycastle/org.bouncycastle.bcprov_1.72.0/target/org.bouncycastle.bcprov-1.72.0-SNAPSHOT-sources.jar' is already signed and will be resigned. [2023-09-08T19:35:52.646Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/bouncycastle/org.bouncycastle.bcprov_1.72.0/target/org.bouncycastle.bcprov-1.72.0-SNAPSHOT-sources.jar [2023-09-08T19:35:57.896Z] [INFO] [2023-09-08T19:35:57.896Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.bouncycastle.bcprov --- [2023-09-08T19:35:59.265Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.bouncycastle.bcprov:1.72.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/bouncycastle/org.bouncycastle.bcprov_1.72.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:35:59.265Z] no-classifier: different [2023-09-08T19:35:59.265Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:35:59.265Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:35:59.265Z] META-INF/JCE-ECLI.RSA: different [2023-09-08T19:35:59.265Z] META-INF/JCE-ECLI.SF: different [2023-09-08T19:35:59.265Z] classifier-sources: different [2023-09-08T19:35:59.265Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:35:59.265Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:35:59.265Z] META-INF/JCE-ECLI.RSA: different [2023-09-08T19:35:59.265Z] META-INF/JCE-ECLI.SF: different [2023-09-08T19:35:59.265Z] [2023-09-08T19:35:59.265Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.bouncycastle.bcprov:1.72.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/bouncycastle/org.bouncycastle.bcprov_1.72.0/pom.xml [2023-09-08T19:35:59.265Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:35:59.265Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:35:59.265Z] [2023-09-08T19:35:59.265Z] [INFO] [2023-09-08T19:35:59.265Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.bouncycastle.bcprov --- [2023-09-08T19:35:59.265Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/bouncycastle/org.bouncycastle.bcprov_1.72.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.bouncycastle.bcprov/1.72.0-SNAPSHOT/org.bouncycastle.bcprov-1.72.0-SNAPSHOT.pom [2023-09-08T19:35:59.265Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/bouncycastle/org.bouncycastle.bcprov_1.72.0/target/org.bouncycastle.bcprov-1.72.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.bouncycastle.bcprov/1.72.0-SNAPSHOT/org.bouncycastle.bcprov-1.72.0-SNAPSHOT.jar [2023-09-08T19:35:59.265Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/bouncycastle/org.bouncycastle.bcprov_1.72.0/target/org.bouncycastle.bcprov-1.72.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.bouncycastle.bcprov/1.72.0-SNAPSHOT/org.bouncycastle.bcprov-1.72.0-SNAPSHOT-sources.jar [2023-09-08T19:35:59.265Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/bouncycastle/org.bouncycastle.bcprov_1.72.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.bouncycastle.bcprov/1.72.0-SNAPSHOT/org.bouncycastle.bcprov-1.72.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:35:59.265Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/bouncycastle/org.bouncycastle.bcprov_1.72.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.bouncycastle.bcprov/1.72.0-SNAPSHOT/org.bouncycastle.bcprov-1.72.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:35:59.265Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/bouncycastle/org.bouncycastle.bcprov_1.72.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.bouncycastle.bcprov/1.72.0-SNAPSHOT/org.bouncycastle.bcprov-1.72.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:35:59.265Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/bouncycastle/org.bouncycastle.bcprov_1.72.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.bouncycastle.bcprov/1.72.0-SNAPSHOT/org.bouncycastle.bcprov-1.72.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:35:59.265Z] [INFO] [2023-09-08T19:35:59.265Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.bouncycastle.bcprov --- [2023-09-08T19:35:59.265Z] [INFO] [2023-09-08T19:35:59.265Z] [INFO] ---------< org.eclipse.orbit.bundles:org.bouncycastle.bcutil >---------- [2023-09-08T19:35:59.265Z] [INFO] Building Bouncy Castle ASN.1 Extension and Utility APIs 1.72.0-SNAPSHOT [134/375] [2023-09-08T19:35:59.265Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:35:59.265Z] [INFO] [2023-09-08T19:35:59.265Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.bouncycastle.bcutil --- [2023-09-08T19:35:59.265Z] [INFO] [2023-09-08T19:35:59.265Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.bouncycastle.bcutil --- [2023-09-08T19:35:59.265Z] [INFO] The project's OSGi version is 1.72.0.v20221013-1810 [2023-09-08T19:35:59.265Z] [INFO] [2023-09-08T19:35:59.266Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.bouncycastle.bcutil --- [2023-09-08T19:35:59.266Z] [INFO] [2023-09-08T19:35:59.266Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.bouncycastle.bcutil --- [2023-09-08T19:35:59.266Z] [INFO] Copying 3 resources [2023-09-08T19:35:59.266Z] [INFO] [2023-09-08T19:35:59.266Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.bouncycastle.bcutil --- [2023-09-08T19:35:59.266Z] [INFO] No sources to compile [2023-09-08T19:35:59.266Z] [INFO] [2023-09-08T19:35:59.266Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.bouncycastle.bcutil --- [2023-09-08T19:35:59.266Z] [INFO] Gathering dependencies [2023-09-08T19:35:59.266Z] [INFO] Configured Artifact: org.bouncycastle:bcutil-jdk18on:1.72:jar [2023-09-08T19:35:59.266Z] [INFO] Unpacking /home/vnc/.m2/repository/org/bouncycastle/bcutil-jdk18on/1.72/bcutil-jdk18on-1.72.jar to /home/jenkins/agent/workspace/orbit-recipes/bouncycastle/org.bouncycastle.bcutil_1.72.0/target/dependency-bin with includes "**/*" and excludes "META-INF/*.SF,META-INF/*.DSA,META-INF/*.RSA" [2023-09-08T19:35:59.266Z] [INFO] Merging collected dependencies [2023-09-08T19:35:59.266Z] [INFO] Copying 584 resources [2023-09-08T19:35:59.266Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:35:59.266Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.bouncycastle.bcutil:eclipse-bundle-recipe:1.72.0-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] [2023-09-08T19:35:59.266Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.bouncycastle.bcutil:eclipse-bundle-recipe:1.72.0-SNAPSHOT : Classes found in the wrong directory: {META-INF/versions/9/module-info.class=module-info} [2023-09-08T19:35:59.266Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/bouncycastle/org.bouncycastle.bcutil_1.72.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:35:59.266Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/bouncycastle/org.bouncycastle.bcutil_1.72.0/target/org.bouncycastle.bcutil-1.72.0-SNAPSHOT.jar [2023-09-08T19:35:59.521Z] [INFO] Gathering sources [2023-09-08T19:35:59.521Z] [INFO] Configured Artifact: org.bouncycastle:bcutil-jdk18on:sources:1.72:jar [2023-09-08T19:35:59.521Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/bouncycastle/bcutil-jdk18on/1.72/bcutil-jdk18on-1.72-sources.jar [2023-09-08T19:35:59.521Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcutil-jdk18on/1.72/bcutil-jdk18on-1.72-sources.jar [2023-09-08T19:35:59.521Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/bouncycastle/bcutil-jdk18on/1.72/bcutil-jdk18on-1.72-sources.jar (489 kB at 18 MB/s) [2023-09-08T19:35:59.521Z] [INFO] Unpacking /home/vnc/.m2/repository/org/bouncycastle/bcutil-jdk18on/1.72/bcutil-jdk18on-1.72-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/bouncycastle/org.bouncycastle.bcutil_1.72.0/target/dependency-src with includes "**/*" and excludes "META-INF/*.SF,META-INF/*.DSA,META-INF/*.RSA" [2023-09-08T19:35:59.521Z] [INFO] Copying 3 resources [2023-09-08T19:35:59.521Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/bouncycastle/org.bouncycastle.bcutil_1.72.0/src/main/java [2023-09-08T19:35:59.521Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/bouncycastle/org.bouncycastle.bcutil_1.72.0/target/org.bouncycastle.bcutil-1.72.0-SNAPSHOT-sources.jar [2023-09-08T19:35:59.521Z] [INFO] Assembling p2 repository [2023-09-08T19:36:00.083Z] [INFO] [2023-09-08T19:36:00.083Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.bouncycastle.bcutil --- [2023-09-08T19:36:00.083Z] [INFO] [2023-09-08T19:36:00.083Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.bouncycastle.bcutil --- [2023-09-08T19:36:00.083Z] [INFO] Gathering sources archives [2023-09-08T19:36:00.340Z] [INFO] Configured Artifact: org.bouncycastle:bcutil-jdk18on:sources:1.72:jar [2023-09-08T19:36:00.340Z] [INFO] Unpacking /home/vnc/.m2/repository/org/bouncycastle/bcutil-jdk18on/1.72/bcutil-jdk18on-1.72-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/bouncycastle/org.bouncycastle.bcutil_1.72.0/target/sources-for-eclipse-ipzilla/bcutil-jdk18on-1.72-sources-filtered with includes "**/*" and excludes "META-INF/*.SF,META-INF/*.DSA,META-INF/*.RSA" [2023-09-08T19:36:00.340Z] [INFO] Configured Artifact: org.bouncycastle:bcutil-jdk18on:sources:1.72:jar [2023-09-08T19:36:00.340Z] [INFO] Copying bcutil-jdk18on-1.72-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/bouncycastle/org.bouncycastle.bcutil_1.72.0/target/sources-for-eclipse-ipzilla/bcutil-jdk18on-1.72-sources.jar [2023-09-08T19:36:00.340Z] [INFO] Refreshing about files and about.html [2023-09-08T19:36:00.340Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/bouncycastle/org.bouncycastle.bcutil_1.72.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:36:00.340Z] [INFO] [2023-09-08T19:36:00.340Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.bouncycastle.bcutil --- [2023-09-08T19:36:00.596Z] [INFO] Jar '/home/jenkins/agent/workspace/orbit-recipes/bouncycastle/org.bouncycastle.bcutil_1.72.0/target/org.bouncycastle.bcutil-1.72.0-SNAPSHOT.jar' is already signed. The signature will be overwritten. [2023-09-08T19:36:00.596Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/bouncycastle/org.bouncycastle.bcutil_1.72.0/target/org.bouncycastle.bcutil-1.72.0-SNAPSHOT.jar [2023-09-08T19:36:03.115Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/bouncycastle/org.bouncycastle.bcutil_1.72.0/target/org.bouncycastle.bcutil-1.72.0-SNAPSHOT-sources.jar [2023-09-08T19:36:05.633Z] [INFO] [2023-09-08T19:36:05.633Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.bouncycastle.bcutil --- [2023-09-08T19:36:05.633Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.bouncycastle.bcutil:1.72.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/bouncycastle/org.bouncycastle.bcutil_1.72.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:36:05.633Z] no-classifier: different [2023-09-08T19:36:05.633Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:36:05.633Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:36:05.633Z] classifier-sources: different [2023-09-08T19:36:05.633Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:36:05.633Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:36:05.633Z] [2023-09-08T19:36:05.633Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.bouncycastle.bcutil:1.72.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/bouncycastle/org.bouncycastle.bcutil_1.72.0/pom.xml [2023-09-08T19:36:05.633Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:36:05.633Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:36:05.633Z] [2023-09-08T19:36:05.633Z] [INFO] [2023-09-08T19:36:05.633Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.bouncycastle.bcutil --- [2023-09-08T19:36:05.633Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/bouncycastle/org.bouncycastle.bcutil_1.72.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.bouncycastle.bcutil/1.72.0-SNAPSHOT/org.bouncycastle.bcutil-1.72.0-SNAPSHOT.pom [2023-09-08T19:36:05.633Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/bouncycastle/org.bouncycastle.bcutil_1.72.0/target/org.bouncycastle.bcutil-1.72.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.bouncycastle.bcutil/1.72.0-SNAPSHOT/org.bouncycastle.bcutil-1.72.0-SNAPSHOT.jar [2023-09-08T19:36:05.633Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/bouncycastle/org.bouncycastle.bcutil_1.72.0/target/org.bouncycastle.bcutil-1.72.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.bouncycastle.bcutil/1.72.0-SNAPSHOT/org.bouncycastle.bcutil-1.72.0-SNAPSHOT-sources.jar [2023-09-08T19:36:05.633Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/bouncycastle/org.bouncycastle.bcutil_1.72.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.bouncycastle.bcutil/1.72.0-SNAPSHOT/org.bouncycastle.bcutil-1.72.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:36:05.633Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/bouncycastle/org.bouncycastle.bcutil_1.72.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.bouncycastle.bcutil/1.72.0-SNAPSHOT/org.bouncycastle.bcutil-1.72.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:36:05.633Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/bouncycastle/org.bouncycastle.bcutil_1.72.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.bouncycastle.bcutil/1.72.0-SNAPSHOT/org.bouncycastle.bcutil-1.72.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:36:05.633Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/bouncycastle/org.bouncycastle.bcutil_1.72.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.bouncycastle.bcutil/1.72.0-SNAPSHOT/org.bouncycastle.bcutil-1.72.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:36:05.633Z] [INFO] [2023-09-08T19:36:05.633Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.bouncycastle.bcutil --- [2023-09-08T19:36:05.633Z] [INFO] [2023-09-08T19:36:05.633Z] [INFO] ----------------< org.eclipse.orbit.bundles:bytebuddy >----------------- [2023-09-08T19:36:05.633Z] [INFO] Building Eclipse Orbit :: Byte Buddy Recipes 1.0.0-SNAPSHOT [135/375] [2023-09-08T19:36:05.633Z] [INFO] --------------------------------[ pom ]--------------------------------- [2023-09-08T19:36:05.633Z] [INFO] [2023-09-08T19:36:05.633Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ bytebuddy --- [2023-09-08T19:36:05.633Z] [INFO] [2023-09-08T19:36:05.633Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ bytebuddy --- [2023-09-08T19:36:05.633Z] [INFO] [2023-09-08T19:36:05.633Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ bytebuddy --- [2023-09-08T19:36:05.633Z] [INFO] [2023-09-08T19:36:05.633Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ bytebuddy --- [2023-09-08T19:36:05.633Z] [INFO] [2023-09-08T19:36:05.633Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ bytebuddy --- [2023-09-08T19:36:05.633Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/bytebuddy/1.0.0-SNAPSHOT/bytebuddy-1.0.0-SNAPSHOT.pom [2023-09-08T19:36:05.633Z] [INFO] [2023-09-08T19:36:05.633Z] [INFO] ---------< org.eclipse.orbit.bundles:net.bytebuddy.byte-buddy >--------- [2023-09-08T19:36:05.633Z] [INFO] Building Byte Buddy (without dependencies) 1.7.9-SNAPSHOT [136/375] [2023-09-08T19:36:05.634Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:36:05.634Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/net/bytebuddy/byte-buddy/1.7.9/byte-buddy-1.7.9.pom [2023-09-08T19:36:05.634Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.7.9/byte-buddy-1.7.9.pom [2023-09-08T19:36:05.634Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.7.9/byte-buddy-1.7.9.pom (12 kB at 1.0 MB/s) [2023-09-08T19:36:05.634Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/net/bytebuddy/byte-buddy-parent/1.7.9/byte-buddy-parent-1.7.9.pom [2023-09-08T19:36:05.634Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-parent/1.7.9/byte-buddy-parent-1.7.9.pom [2023-09-08T19:36:05.634Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-parent/1.7.9/byte-buddy-parent-1.7.9.pom (25 kB at 2.1 MB/s) [2023-09-08T19:36:05.634Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/net/bytebuddy/byte-buddy/1.7.9/byte-buddy-1.7.9.jar [2023-09-08T19:36:05.634Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.7.9/byte-buddy-1.7.9.jar [2023-09-08T19:36:05.634Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.7.9/byte-buddy-1.7.9.jar (2.9 MB at 68 MB/s) [2023-09-08T19:36:05.634Z] [INFO] [2023-09-08T19:36:05.634Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ net.bytebuddy.byte-buddy --- [2023-09-08T19:36:05.634Z] [INFO] [2023-09-08T19:36:05.634Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ net.bytebuddy.byte-buddy --- [2023-09-08T19:36:05.890Z] [INFO] The project's OSGi version is 1.7.9.v20180420-1519 [2023-09-08T19:36:05.890Z] [INFO] [2023-09-08T19:36:05.890Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ net.bytebuddy.byte-buddy --- [2023-09-08T19:36:05.890Z] [INFO] [2023-09-08T19:36:05.890Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ net.bytebuddy.byte-buddy --- [2023-09-08T19:36:05.890Z] [INFO] Copying 3 resources [2023-09-08T19:36:05.890Z] [INFO] [2023-09-08T19:36:05.890Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ net.bytebuddy.byte-buddy --- [2023-09-08T19:36:05.890Z] [INFO] No sources to compile [2023-09-08T19:36:05.890Z] [INFO] [2023-09-08T19:36:05.890Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ net.bytebuddy.byte-buddy --- [2023-09-08T19:36:05.890Z] [INFO] Gathering dependencies [2023-09-08T19:36:05.890Z] [INFO] Configured Artifact: net.bytebuddy:byte-buddy:1.7.9:jar [2023-09-08T19:36:05.890Z] [INFO] Unpacking /home/vnc/.m2/repository/net/bytebuddy/byte-buddy/1.7.9/byte-buddy-1.7.9.jar to /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy_1.7.9/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:36:06.147Z] [INFO] Merging collected dependencies [2023-09-08T19:36:06.147Z] [INFO] Copying 1951 resources [2023-09-08T19:36:06.403Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:36:07.331Z] [WARNING] Manifest org.eclipse.orbit.bundles:net.bytebuddy.byte-buddy:eclipse-bundle-recipe:1.7.9-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.impl.*] [2023-09-08T19:36:07.331Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy_1.7.9/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:36:07.587Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy_1.7.9/target/net.bytebuddy.byte-buddy-1.7.9-SNAPSHOT.jar [2023-09-08T19:36:07.846Z] [INFO] Gathering sources [2023-09-08T19:36:07.846Z] [INFO] Configured Artifact: net.bytebuddy:byte-buddy:sources:1.7.9:jar [2023-09-08T19:36:07.846Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/net/bytebuddy/byte-buddy/1.7.9/byte-buddy-1.7.9-sources.jar [2023-09-08T19:36:07.846Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.7.9/byte-buddy-1.7.9-sources.jar [2023-09-08T19:36:07.846Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.7.9/byte-buddy-1.7.9-sources.jar (1.4 MB at 24 MB/s) [2023-09-08T19:36:08.102Z] [INFO] Unpacking /home/vnc/.m2/repository/net/bytebuddy/byte-buddy/1.7.9/byte-buddy-1.7.9-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy_1.7.9/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:36:08.102Z] [INFO] Copying 3 resources [2023-09-08T19:36:08.102Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy_1.7.9/src/main/java [2023-09-08T19:36:08.102Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy_1.7.9/target/net.bytebuddy.byte-buddy-1.7.9-SNAPSHOT-sources.jar [2023-09-08T19:36:08.102Z] [INFO] Assembling p2 repository [2023-09-08T19:36:08.663Z] [INFO] [2023-09-08T19:36:08.663Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ net.bytebuddy.byte-buddy --- [2023-09-08T19:36:08.663Z] [INFO] [2023-09-08T19:36:08.663Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ net.bytebuddy.byte-buddy --- [2023-09-08T19:36:08.663Z] [INFO] Gathering sources archives [2023-09-08T19:36:08.663Z] [INFO] Configured Artifact: net.bytebuddy:byte-buddy:sources:1.7.9:jar [2023-09-08T19:36:08.663Z] [INFO] Unpacking /home/vnc/.m2/repository/net/bytebuddy/byte-buddy/1.7.9/byte-buddy-1.7.9-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy_1.7.9/target/sources-for-eclipse-ipzilla/byte-buddy-1.7.9-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:36:08.920Z] [INFO] Configured Artifact: net.bytebuddy:byte-buddy:sources:1.7.9:jar [2023-09-08T19:36:08.920Z] [INFO] Copying byte-buddy-1.7.9-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy_1.7.9/target/sources-for-eclipse-ipzilla/byte-buddy-1.7.9-sources.jar [2023-09-08T19:36:08.920Z] [INFO] Refreshing about files and about.html [2023-09-08T19:36:08.920Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy_1.7.9/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:36:08.920Z] [INFO] [2023-09-08T19:36:08.920Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ net.bytebuddy.byte-buddy --- [2023-09-08T19:36:09.481Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy_1.7.9/target/net.bytebuddy.byte-buddy-1.7.9-SNAPSHOT.jar [2023-09-08T19:36:11.999Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy_1.7.9/target/net.bytebuddy.byte-buddy-1.7.9-SNAPSHOT-sources.jar [2023-09-08T19:36:12.926Z] [INFO] [2023-09-08T19:36:12.926Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ net.bytebuddy.byte-buddy --- [2023-09-08T19:36:13.490Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:net.bytebuddy.byte-buddy:1.7.9-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy_1.7.9/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:36:13.490Z] no-classifier: different [2023-09-08T19:36:13.490Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:36:13.490Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:36:13.490Z] META-INF/MANIFEST.MF: different [2023-09-08T19:36:13.746Z] Import-Package: baseline='net.bytebuddy;resolution:=optional;version="[1.7,2)",net.bytebuddy.asm;resolution:=optional;version="[1.7,2)",net.bytebuddy.build;resolution:=optional;version="[1.7,2)",net.bytebuddy.description;resolution:=optional;version="[1.7,2)",net.bytebuddy.description.annotation;resolution:=optional;version="[1.7,2)",net.bytebuddy.description.enumeration;resolution:=optional;version="[1.7,2)",net.bytebuddy.description.field;resolution:=optional;version="[1.7,2)",net.bytebuddy.description.method;resolution:=optional;version="[1.7,2)",net.bytebuddy.description.modifier;resolution:=optional;version="[1.7,2)",net.bytebuddy.description.type;resolution:=optional;version="[1.7,2)",net.bytebuddy.dynamic;resolution:=optional;version="[1.7,2)",net.bytebuddy.dynamic.loading;resolution:=optional;version="[1.7,2)",net.bytebuddy.dynamic.scaffold;resolution:=optional;version="[1.7,2)",net.bytebuddy.dynamic.scaffold.inline;resolution:=optional;version="[1.7,2)",net.bytebuddy.dynamic.scaffold.subclass;resolution:=optional;version="[1.7,2)",net.bytebuddy.implementation;resolution:=optional;version="[1.7,2)",net.bytebuddy.implementation.attribute;resolution:=optional;version="[1.7,2)",net.bytebuddy.implementation.auxiliary;resolution:=optional;version="[1.7,2)",net.bytebuddy.implementation.bind;resolution:=optional;version="[1.7,2)",net.bytebuddy.implementation.bind.annotation;resolution:=optional;version="[1.7,2)",net.bytebuddy.implementation.bytecode;resolution:=optional;version="[1.7,2)",net.bytebuddy.implementation.bytecode.assign;resolution:=optional;version="[1.7,2)",net.bytebuddy.implementation.bytecode.assign.primitive;resolution:=optional;version="[1.7,2)",net.bytebuddy.implementation.bytecode.assign.reference;resolution:=optional;version="[1.7,2)",net.bytebuddy.implementation.bytecode.collection;resolution:=optional;version="[1.7,2)",net.bytebuddy.implementation.bytecode.constant;resolution:=optional;version="[1.7,2)",net.bytebuddy.implementation.bytecode.member;resolution:=optional;version="[1.7,2)",net.bytebuddy.jar.asm;resolution:=optional;version="[1.7,2)",net.bytebuddy.jar.asm.commons;resolution:=optional;version="[1.7,2)",net.bytebuddy.jar.asm.signature;resolution:=optional;version="[1.7,2)",net.bytebuddy.jar.asm.tree;resolution:=optional,net.bytebuddy.matcher;resolution:=optional;version="[1.7,2)",net.bytebuddy.pool;resolution:=optional;version="[1.7,2)",net.bytebuddy.utility;resolution:=optional;version="[1.7,2)",net.bytebuddy.utility.privilege;resolution:=optional;version="[1.7,2)",net.bytebuddy.utility.visitor;resolution:=optional;version="[1.7,2)"' != reactor='net.bytebuddy;resolution:=optional;version="[1.7,2)",net.bytebuddy.asm;resolution:=optional;version="[1.7,2)",net.bytebuddy.build;resolution:=optional;version="[1.7,2)",net.bytebuddy.description;resolution:=optional;version="[1.7,2)",net.bytebuddy.description.annotation;resolution:=optional;version="[1.7,2)",net.bytebuddy.description.enumeration;resolution:=optional;version="[1.7,2)",net.bytebuddy.description.field;resolution:=optional;version="[1.7,2)",net.bytebuddy.description.method;resolution:=optional;version="[1.7,2)",net.bytebuddy.description.modifier;resolution:=optional;version="[1.7,2)",net.bytebuddy.description.type;resolution:=optional;version="[1.7,2)",net.bytebuddy.dynamic;resolution:=optional;version="[1.7,2)",net.bytebuddy.dynamic.loading;resolution:=optional;version="[1.7,2)",net.bytebuddy.dynamic.scaffold;resolution:=optional;version="[1.7,2)",net.bytebuddy.dynamic.scaffold.inline;resolution:=optional;version="[1.7,2)",net.bytebuddy.dynamic.scaffold.subclass;resolution:=optional;version="[1.7,2)",net.bytebuddy.implementation;resolution:=optional;version="[1.7,2)",net.bytebuddy.implementation.attribute;resolution:=optional;version="[1.7,2)",net.bytebuddy.implementation.auxiliary;resolution:=optional;version="[1.7,2)",net.bytebuddy.implementation.bind;resolution:=optional;version="[1.7,2)",net.bytebuddy.implementation.bind.annotation;resolution:=optional;version="[1.7,2)",net.bytebuddy.implementation.bytecode;resolution:=optional;version="[1.7,2)",net.bytebuddy.implementation.bytecode.assign;resolution:=optional;version="[1.7,2)",net.bytebuddy.implementation.bytecode.assign.primitive;resolution:=optional;version="[1.7,2)",net.bytebuddy.implementation.bytecode.assign.reference;resolution:=optional;version="[1.7,2)",net.bytebuddy.implementation.bytecode.collection;resolution:=optional;version="[1.7,2)",net.bytebuddy.implementation.bytecode.constant;resolution:=optional;version="[1.7,2)",net.bytebuddy.implementation.bytecode.member;resolution:=optional;version="[1.7,2)",net.bytebuddy.jar.asm;resolution:=optional;version="[1.7,2)",net.bytebuddy.jar.asm.commons;resolution:=optional;version="[1.7,2)",net.bytebuddy.jar.asm.signature;resolution:=optional;version="[1.7,2)",net.bytebuddy.jar.asm.tree;resolution:=optional,net.bytebuddy.matcher;resolution:=optional;version="[1.7,2)",net.bytebuddy.pool;resolution:=optional;version="[1.7,2)",net.bytebuddy.utility;resolution:=optional;version="[1.7,2)",net.bytebuddy.utility.privilege;resolution:=optional;version="[1.7,2)",net.bytebuddy.utility.visitor;resolution:=optional;version="[1.7,2)",sun.misc;resolution:=optional' [2023-09-08T19:36:13.746Z] classifier-sources: different [2023-09-08T19:36:13.746Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:36:13.746Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:36:13.746Z] [2023-09-08T19:36:13.746Z] [INFO] MavenProject: org.eclipse.orbit.bundles:net.bytebuddy.byte-buddy:1.7.9-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy_1.7.9/pom.xml [2023-09-08T19:36:13.746Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:36:13.746Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:36:13.746Z] [2023-09-08T19:36:13.746Z] [INFO] [2023-09-08T19:36:13.746Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ net.bytebuddy.byte-buddy --- [2023-09-08T19:36:13.746Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy_1.7.9/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/net.bytebuddy.byte-buddy/1.7.9-SNAPSHOT/net.bytebuddy.byte-buddy-1.7.9-SNAPSHOT.pom [2023-09-08T19:36:13.746Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy_1.7.9/target/net.bytebuddy.byte-buddy-1.7.9-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/net.bytebuddy.byte-buddy/1.7.9-SNAPSHOT/net.bytebuddy.byte-buddy-1.7.9-SNAPSHOT.jar [2023-09-08T19:36:13.746Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy_1.7.9/target/net.bytebuddy.byte-buddy-1.7.9-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/net.bytebuddy.byte-buddy/1.7.9-SNAPSHOT/net.bytebuddy.byte-buddy-1.7.9-SNAPSHOT-sources.jar [2023-09-08T19:36:13.746Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy_1.7.9/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/net.bytebuddy.byte-buddy/1.7.9-SNAPSHOT/net.bytebuddy.byte-buddy-1.7.9-SNAPSHOT-p2metadata.xml [2023-09-08T19:36:13.746Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy_1.7.9/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/net.bytebuddy.byte-buddy/1.7.9-SNAPSHOT/net.bytebuddy.byte-buddy-1.7.9-SNAPSHOT-p2artifacts.xml [2023-09-08T19:36:13.746Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy_1.7.9/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/net.bytebuddy.byte-buddy/1.7.9-SNAPSHOT/net.bytebuddy.byte-buddy-1.7.9-SNAPSHOT-p2metadata.xml [2023-09-08T19:36:13.746Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy_1.7.9/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/net.bytebuddy.byte-buddy/1.7.9-SNAPSHOT/net.bytebuddy.byte-buddy-1.7.9-SNAPSHOT-p2artifacts.xml [2023-09-08T19:36:13.746Z] [INFO] [2023-09-08T19:36:13.746Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ net.bytebuddy.byte-buddy --- [2023-09-08T19:36:13.746Z] [INFO] [2023-09-08T19:36:13.746Z] [INFO] ------< org.eclipse.orbit.bundles:net.bytebuddy.byte-buddy-agent >------ [2023-09-08T19:36:13.746Z] [INFO] Building Byte Buddy Java agent 1.7.9-SNAPSHOT [137/375] [2023-09-08T19:36:13.746Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:36:13.746Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/net/bytebuddy/byte-buddy-agent/1.7.9/byte-buddy-agent-1.7.9.pom [2023-09-08T19:36:13.746Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.7.9/byte-buddy-agent-1.7.9.pom [2023-09-08T19:36:13.746Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.7.9/byte-buddy-agent-1.7.9.pom (4.9 kB at 224 kB/s) [2023-09-08T19:36:13.746Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/net/bytebuddy/byte-buddy-agent/1.7.9/byte-buddy-agent-1.7.9.jar [2023-09-08T19:36:13.746Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.7.9/byte-buddy-agent-1.7.9.jar [2023-09-08T19:36:13.746Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.7.9/byte-buddy-agent-1.7.9.jar (43 kB at 3.6 MB/s) [2023-09-08T19:36:13.746Z] [INFO] [2023-09-08T19:36:13.746Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ net.bytebuddy.byte-buddy-agent --- [2023-09-08T19:36:13.746Z] [INFO] [2023-09-08T19:36:13.746Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ net.bytebuddy.byte-buddy-agent --- [2023-09-08T19:36:13.746Z] [INFO] The project's OSGi version is 1.7.9.v20180420-1519 [2023-09-08T19:36:13.746Z] [INFO] [2023-09-08T19:36:13.746Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ net.bytebuddy.byte-buddy-agent --- [2023-09-08T19:36:13.746Z] [INFO] [2023-09-08T19:36:13.746Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ net.bytebuddy.byte-buddy-agent --- [2023-09-08T19:36:13.746Z] [INFO] Copying 3 resources [2023-09-08T19:36:13.746Z] [INFO] [2023-09-08T19:36:13.746Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ net.bytebuddy.byte-buddy-agent --- [2023-09-08T19:36:13.746Z] [INFO] No sources to compile [2023-09-08T19:36:13.746Z] [INFO] [2023-09-08T19:36:13.746Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ net.bytebuddy.byte-buddy-agent --- [2023-09-08T19:36:13.746Z] [INFO] Gathering dependencies [2023-09-08T19:36:13.747Z] [INFO] Configured Artifact: net.bytebuddy:byte-buddy-agent:1.7.9:jar [2023-09-08T19:36:13.747Z] [INFO] Unpacking /home/vnc/.m2/repository/net/bytebuddy/byte-buddy-agent/1.7.9/byte-buddy-agent-1.7.9.jar to /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy-agent_1.7.9/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:36:13.747Z] [INFO] Merging collected dependencies [2023-09-08T19:36:13.747Z] [INFO] Copying 30 resources [2023-09-08T19:36:13.747Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:36:13.747Z] [WARNING] Manifest org.eclipse.orbit.bundles:net.bytebuddy.byte-buddy-agent:eclipse-bundle-recipe:1.7.9-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:36:13.747Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy-agent_1.7.9/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:36:13.747Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy-agent_1.7.9/target/net.bytebuddy.byte-buddy-agent-1.7.9-SNAPSHOT.jar [2023-09-08T19:36:13.747Z] [INFO] Gathering sources [2023-09-08T19:36:13.747Z] [INFO] Configured Artifact: net.bytebuddy:byte-buddy-agent:sources:1.7.9:jar [2023-09-08T19:36:13.747Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/net/bytebuddy/byte-buddy-agent/1.7.9/byte-buddy-agent-1.7.9-sources.jar [2023-09-08T19:36:13.747Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.7.9/byte-buddy-agent-1.7.9-sources.jar [2023-09-08T19:36:13.747Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.7.9/byte-buddy-agent-1.7.9-sources.jar (18 kB at 316 kB/s) [2023-09-08T19:36:13.747Z] [INFO] Unpacking /home/vnc/.m2/repository/net/bytebuddy/byte-buddy-agent/1.7.9/byte-buddy-agent-1.7.9-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy-agent_1.7.9/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:36:13.747Z] [INFO] Copying 3 resources [2023-09-08T19:36:13.747Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy-agent_1.7.9/src/main/java [2023-09-08T19:36:14.003Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy-agent_1.7.9/target/net.bytebuddy.byte-buddy-agent-1.7.9-SNAPSHOT-sources.jar [2023-09-08T19:36:14.003Z] [INFO] Assembling p2 repository [2023-09-08T19:36:14.565Z] [INFO] [2023-09-08T19:36:14.565Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ net.bytebuddy.byte-buddy-agent --- [2023-09-08T19:36:14.565Z] [INFO] [2023-09-08T19:36:14.565Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ net.bytebuddy.byte-buddy-agent --- [2023-09-08T19:36:14.565Z] [INFO] Gathering sources archives [2023-09-08T19:36:14.565Z] [INFO] Configured Artifact: net.bytebuddy:byte-buddy-agent:sources:1.7.9:jar [2023-09-08T19:36:14.565Z] [INFO] Unpacking /home/vnc/.m2/repository/net/bytebuddy/byte-buddy-agent/1.7.9/byte-buddy-agent-1.7.9-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy-agent_1.7.9/target/sources-for-eclipse-ipzilla/byte-buddy-agent-1.7.9-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:36:14.565Z] [INFO] Configured Artifact: net.bytebuddy:byte-buddy-agent:sources:1.7.9:jar [2023-09-08T19:36:14.565Z] [INFO] Copying byte-buddy-agent-1.7.9-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy-agent_1.7.9/target/sources-for-eclipse-ipzilla/byte-buddy-agent-1.7.9-sources.jar [2023-09-08T19:36:14.565Z] [INFO] Refreshing about files and about.html [2023-09-08T19:36:14.565Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy-agent_1.7.9/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:36:14.565Z] [INFO] [2023-09-08T19:36:14.565Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ net.bytebuddy.byte-buddy-agent --- [2023-09-08T19:36:14.565Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy-agent_1.7.9/target/net.bytebuddy.byte-buddy-agent-1.7.9-SNAPSHOT.jar [2023-09-08T19:36:15.930Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy-agent_1.7.9/target/net.bytebuddy.byte-buddy-agent-1.7.9-SNAPSHOT-sources.jar [2023-09-08T19:36:16.491Z] [INFO] [2023-09-08T19:36:16.491Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ net.bytebuddy.byte-buddy-agent --- [2023-09-08T19:36:16.748Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:net.bytebuddy.byte-buddy-agent:1.7.9-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy-agent_1.7.9/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:36:16.748Z] no-classifier: different [2023-09-08T19:36:16.748Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:36:16.748Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:36:16.748Z] classifier-sources: different [2023-09-08T19:36:16.748Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:36:16.748Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:36:16.748Z] [2023-09-08T19:36:16.748Z] [INFO] MavenProject: org.eclipse.orbit.bundles:net.bytebuddy.byte-buddy-agent:1.7.9-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy-agent_1.7.9/pom.xml [2023-09-08T19:36:16.748Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:36:16.748Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:36:16.748Z] [2023-09-08T19:36:16.748Z] [INFO] [2023-09-08T19:36:16.748Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ net.bytebuddy.byte-buddy-agent --- [2023-09-08T19:36:16.748Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy-agent_1.7.9/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/net.bytebuddy.byte-buddy-agent/1.7.9-SNAPSHOT/net.bytebuddy.byte-buddy-agent-1.7.9-SNAPSHOT.pom [2023-09-08T19:36:16.748Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy-agent_1.7.9/target/net.bytebuddy.byte-buddy-agent-1.7.9-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/net.bytebuddy.byte-buddy-agent/1.7.9-SNAPSHOT/net.bytebuddy.byte-buddy-agent-1.7.9-SNAPSHOT.jar [2023-09-08T19:36:16.748Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy-agent_1.7.9/target/net.bytebuddy.byte-buddy-agent-1.7.9-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/net.bytebuddy.byte-buddy-agent/1.7.9-SNAPSHOT/net.bytebuddy.byte-buddy-agent-1.7.9-SNAPSHOT-sources.jar [2023-09-08T19:36:16.748Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy-agent_1.7.9/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/net.bytebuddy.byte-buddy-agent/1.7.9-SNAPSHOT/net.bytebuddy.byte-buddy-agent-1.7.9-SNAPSHOT-p2metadata.xml [2023-09-08T19:36:16.748Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy-agent_1.7.9/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/net.bytebuddy.byte-buddy-agent/1.7.9-SNAPSHOT/net.bytebuddy.byte-buddy-agent-1.7.9-SNAPSHOT-p2artifacts.xml [2023-09-08T19:36:16.748Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy-agent_1.7.9/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/net.bytebuddy.byte-buddy-agent/1.7.9-SNAPSHOT/net.bytebuddy.byte-buddy-agent-1.7.9-SNAPSHOT-p2metadata.xml [2023-09-08T19:36:16.748Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy-agent_1.7.9/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/net.bytebuddy.byte-buddy-agent/1.7.9-SNAPSHOT/net.bytebuddy.byte-buddy-agent-1.7.9-SNAPSHOT-p2artifacts.xml [2023-09-08T19:36:16.748Z] [INFO] [2023-09-08T19:36:16.748Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ net.bytebuddy.byte-buddy-agent --- [2023-09-08T19:36:16.748Z] [INFO] [2023-09-08T19:36:16.748Z] [INFO] ---------< org.eclipse.orbit.bundles:net.bytebuddy.byte-buddy >--------- [2023-09-08T19:36:16.748Z] [INFO] Building Byte Buddy (without dependencies) 1.9.0-SNAPSHOT [138/375] [2023-09-08T19:36:16.748Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:36:16.748Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/net/bytebuddy/byte-buddy/1.9.0/byte-buddy-1.9.0.pom [2023-09-08T19:36:16.748Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.9.0/byte-buddy-1.9.0.pom [2023-09-08T19:36:16.748Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.9.0/byte-buddy-1.9.0.pom (9.9 kB at 822 kB/s) [2023-09-08T19:36:16.748Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/net/bytebuddy/byte-buddy-parent/1.9.0/byte-buddy-parent-1.9.0.pom [2023-09-08T19:36:16.748Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-parent/1.9.0/byte-buddy-parent-1.9.0.pom [2023-09-08T19:36:16.748Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-parent/1.9.0/byte-buddy-parent-1.9.0.pom (32 kB at 2.6 MB/s) [2023-09-08T19:36:16.748Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/net/bytebuddy/byte-buddy/1.9.0/byte-buddy-1.9.0.jar [2023-09-08T19:36:16.748Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.9.0/byte-buddy-1.9.0.jar [2023-09-08T19:36:17.005Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.9.0/byte-buddy-1.9.0.jar (3.2 MB at 40 MB/s) [2023-09-08T19:36:17.005Z] [INFO] [2023-09-08T19:36:17.005Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ net.bytebuddy.byte-buddy --- [2023-09-08T19:36:17.005Z] [INFO] [2023-09-08T19:36:17.005Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ net.bytebuddy.byte-buddy --- [2023-09-08T19:36:17.005Z] [INFO] The project's OSGi version is 1.9.0.v20181107-1410 [2023-09-08T19:36:17.005Z] [INFO] [2023-09-08T19:36:17.005Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ net.bytebuddy.byte-buddy --- [2023-09-08T19:36:17.005Z] [INFO] [2023-09-08T19:36:17.005Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ net.bytebuddy.byte-buddy --- [2023-09-08T19:36:17.005Z] [INFO] Copying 3 resources [2023-09-08T19:36:17.005Z] [INFO] [2023-09-08T19:36:17.005Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ net.bytebuddy.byte-buddy --- [2023-09-08T19:36:17.005Z] [INFO] No sources to compile [2023-09-08T19:36:17.005Z] [INFO] [2023-09-08T19:36:17.005Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ net.bytebuddy.byte-buddy --- [2023-09-08T19:36:17.005Z] [INFO] Gathering dependencies [2023-09-08T19:36:17.005Z] [INFO] Configured Artifact: net.bytebuddy:byte-buddy:1.9.0:jar [2023-09-08T19:36:17.005Z] [INFO] Unpacking /home/vnc/.m2/repository/net/bytebuddy/byte-buddy/1.9.0/byte-buddy-1.9.0.jar to /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy_1.9.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:36:17.262Z] [INFO] Merging collected dependencies [2023-09-08T19:36:17.262Z] [INFO] Copying 2240 resources [2023-09-08T19:36:17.519Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:36:18.449Z] [WARNING] Manifest org.eclipse.orbit.bundles:net.bytebuddy.byte-buddy:eclipse-bundle-recipe:1.9.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.impl.*] [2023-09-08T19:36:18.449Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy_1.9.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:36:18.449Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy_1.9.0/target/net.bytebuddy.byte-buddy-1.9.0-SNAPSHOT.jar [2023-09-08T19:36:19.013Z] [INFO] Gathering sources [2023-09-08T19:36:19.013Z] [INFO] Configured Artifact: net.bytebuddy:byte-buddy:sources:1.9.0:jar [2023-09-08T19:36:19.013Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/net/bytebuddy/byte-buddy/1.9.0/byte-buddy-1.9.0-sources.jar [2023-09-08T19:36:19.013Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.9.0/byte-buddy-1.9.0-sources.jar [2023-09-08T19:36:19.013Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.9.0/byte-buddy-1.9.0-sources.jar (1.0 MB at 18 MB/s) [2023-09-08T19:36:19.013Z] [INFO] Unpacking /home/vnc/.m2/repository/net/bytebuddy/byte-buddy/1.9.0/byte-buddy-1.9.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy_1.9.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:36:19.013Z] [INFO] Copying 3 resources [2023-09-08T19:36:19.013Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy_1.9.0/src/main/java [2023-09-08T19:36:19.013Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy_1.9.0/target/net.bytebuddy.byte-buddy-1.9.0-SNAPSHOT-sources.jar [2023-09-08T19:36:19.270Z] [INFO] Assembling p2 repository [2023-09-08T19:36:19.833Z] [INFO] [2023-09-08T19:36:19.833Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ net.bytebuddy.byte-buddy --- [2023-09-08T19:36:19.833Z] [INFO] [2023-09-08T19:36:19.833Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ net.bytebuddy.byte-buddy --- [2023-09-08T19:36:19.833Z] [INFO] Gathering sources archives [2023-09-08T19:36:19.833Z] [INFO] Configured Artifact: net.bytebuddy:byte-buddy:sources:1.9.0:jar [2023-09-08T19:36:19.833Z] [INFO] Unpacking /home/vnc/.m2/repository/net/bytebuddy/byte-buddy/1.9.0/byte-buddy-1.9.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy_1.9.0/target/sources-for-eclipse-ipzilla/byte-buddy-1.9.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:36:19.833Z] [INFO] Configured Artifact: net.bytebuddy:byte-buddy:sources:1.9.0:jar [2023-09-08T19:36:19.833Z] [INFO] Copying byte-buddy-1.9.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy_1.9.0/target/sources-for-eclipse-ipzilla/byte-buddy-1.9.0-sources.jar [2023-09-08T19:36:19.833Z] [INFO] Refreshing about files and about.html [2023-09-08T19:36:19.833Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy_1.9.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:36:19.833Z] [INFO] [2023-09-08T19:36:19.833Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ net.bytebuddy.byte-buddy --- [2023-09-08T19:36:20.763Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy_1.9.0/target/net.bytebuddy.byte-buddy-1.9.0-SNAPSHOT.jar [2023-09-08T19:36:24.932Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy_1.9.0/target/net.bytebuddy.byte-buddy-1.9.0-SNAPSHOT-sources.jar [2023-09-08T19:36:26.297Z] [INFO] [2023-09-08T19:36:26.297Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ net.bytebuddy.byte-buddy --- [2023-09-08T19:36:26.553Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:net.bytebuddy.byte-buddy:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy_1.9.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:36:26.553Z] no-classifier: different [2023-09-08T19:36:26.553Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:36:26.553Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:36:26.553Z] META-INF/MANIFEST.MF: different [2023-09-08T19:36:26.554Z] Import-Package: baseline='net.bytebuddy;resolution:=optional;version="[1.9,2)",net.bytebuddy.asm;resolution:=optional;version="[1.9,2)",net.bytebuddy.build;resolution:=optional;version="[1.9,2)",net.bytebuddy.description;resolution:=optional;version="[1.9,2)",net.bytebuddy.description.annotation;resolution:=optional;version="[1.9,2)",net.bytebuddy.description.enumeration;resolution:=optional;version="[1.9,2)",net.bytebuddy.description.field;resolution:=optional;version="[1.9,2)",net.bytebuddy.description.method;resolution:=optional;version="[1.9,2)",net.bytebuddy.description.modifier;resolution:=optional;version="[1.9,2)",net.bytebuddy.description.type;resolution:=optional;version="[1.9,2)",net.bytebuddy.dynamic;resolution:=optional;version="[1.9,2)",net.bytebuddy.dynamic.loading;resolution:=optional;version="[1.9,2)",net.bytebuddy.dynamic.scaffold;resolution:=optional;version="[1.9,2)",net.bytebuddy.dynamic.scaffold.inline;resolution:=optional;version="[1.9,2)",net.bytebuddy.dynamic.scaffold.subclass;resolution:=optional;version="[1.9,2)",net.bytebuddy.implementation;resolution:=optional;version="[1.9,2)",net.bytebuddy.implementation.attribute;resolution:=optional;version="[1.9,2)",net.bytebuddy.implementation.auxiliary;resolution:=optional;version="[1.9,2)",net.bytebuddy.implementation.bind;resolution:=optional;version="[1.9,2)",net.bytebuddy.implementation.bind.annotation;resolution:=optional;version="[1.9,2)",net.bytebuddy.implementation.bytecode;resolution:=optional;version="[1.9,2)",net.bytebuddy.implementation.bytecode.assign;resolution:=optional;version="[1.9,2)",net.bytebuddy.implementation.bytecode.assign.primitive;resolution:=optional;version="[1.9,2)",net.bytebuddy.implementation.bytecode.assign.reference;resolution:=optional;version="[1.9,2)",net.bytebuddy.implementation.bytecode.collection;resolution:=optional;version="[1.9,2)",net.bytebuddy.implementation.bytecode.constant;resolution:=optional;version="[1.9,2)",net.bytebuddy.implementation.bytecode.member;resolution:=optional;version="[1.9,2)",net.bytebuddy.jar.asm;resolution:=optional;version="[1.9,2)",net.bytebuddy.jar.asm.commons;resolution:=optional;version="[1.9,2)",net.bytebuddy.jar.asm.signature;resolution:=optional;version="[1.9,2)",net.bytebuddy.matcher;resolution:=optional;version="[1.9,2)",net.bytebuddy.pool;resolution:=optional;version="[1.9,2)",net.bytebuddy.utility;resolution:=optional;version="[1.9,2)",net.bytebuddy.utility.privilege;resolution:=optional;version="[1.9,2)",net.bytebuddy.utility.visitor;resolution:=optional;version="[1.9,2)"' != reactor='jdk.internal.misc;resolution:=optional,net.bytebuddy;resolution:=optional;version="[1.9,2)",net.bytebuddy.asm;resolution:=optional;version="[1.9,2)",net.bytebuddy.build;resolution:=optional;version="[1.9,2)",net.bytebuddy.description;resolution:=optional;version="[1.9,2)",net.bytebuddy.description.annotation;resolution:=optional;version="[1.9,2)",net.bytebuddy.description.enumeration;resolution:=optional;version="[1.9,2)",net.bytebuddy.description.field;resolution:=optional;version="[1.9,2)",net.bytebuddy.description.method;resolution:=optional;version="[1.9,2)",net.bytebuddy.description.modifier;resolution:=optional;version="[1.9,2)",net.bytebuddy.description.type;resolution:=optional;version="[1.9,2)",net.bytebuddy.dynamic;resolution:=optional;version="[1.9,2)",net.bytebuddy.dynamic.loading;resolution:=optional;version="[1.9,2)",net.bytebuddy.dynamic.scaffold;resolution:=optional;version="[1.9,2)",net.bytebuddy.dynamic.scaffold.inline;resolution:=optional;version="[1.9,2)",net.bytebuddy.dynamic.scaffold.subclass;resolution:=optional;version="[1.9,2)",net.bytebuddy.implementation;resolution:=optional;version="[1.9,2)",net.bytebuddy.implementation.attribute;resolution:=optional;version="[1.9,2)",net.bytebuddy.implementation.auxiliary;resolution:=optional;version="[1.9,2)",net.bytebuddy.implementation.bind;resolution:=optional;version="[1.9,2)",net.bytebuddy.implementation.bind.annotation;resolution:=optional;version="[1.9,2)",net.bytebuddy.implementation.bytecode;resolution:=optional;version="[1.9,2)",net.bytebuddy.implementation.bytecode.assign;resolution:=optional;version="[1.9,2)",net.bytebuddy.implementation.bytecode.assign.primitive;resolution:=optional;version="[1.9,2)",net.bytebuddy.implementation.bytecode.assign.reference;resolution:=optional;version="[1.9,2)",net.bytebuddy.implementation.bytecode.collection;resolution:=optional;version="[1.9,2)",net.bytebuddy.implementation.bytecode.constant;resolution:=optional;version="[1.9,2)",net.bytebuddy.implementation.bytecode.member;resolution:=optional;version="[1.9,2)",net.bytebuddy.jar.asm;resolution:=optional;version="[1.9,2)",net.bytebuddy.jar.asm.commons;resolution:=optional;version="[1.9,2)",net.bytebuddy.jar.asm.signature;resolution:=optional;version="[1.9,2)",net.bytebuddy.matcher;resolution:=optional;version="[1.9,2)",net.bytebuddy.pool;resolution:=optional;version="[1.9,2)",net.bytebuddy.utility;resolution:=optional;version="[1.9,2)",net.bytebuddy.utility.privilege;resolution:=optional;version="[1.9,2)",net.bytebuddy.utility.visitor;resolution:=optional;version="[1.9,2)",sun.misc;resolution:=optional' [2023-09-08T19:36:26.554Z] classifier-sources: different [2023-09-08T19:36:26.554Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:36:26.554Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:36:26.554Z] [2023-09-08T19:36:26.554Z] [INFO] MavenProject: org.eclipse.orbit.bundles:net.bytebuddy.byte-buddy:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy_1.9.0/pom.xml [2023-09-08T19:36:26.554Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:36:26.554Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:36:26.554Z] [2023-09-08T19:36:26.811Z] [INFO] [2023-09-08T19:36:26.811Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ net.bytebuddy.byte-buddy --- [2023-09-08T19:36:26.811Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy_1.9.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/net.bytebuddy.byte-buddy/1.9.0-SNAPSHOT/net.bytebuddy.byte-buddy-1.9.0-SNAPSHOT.pom [2023-09-08T19:36:26.811Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy_1.9.0/target/net.bytebuddy.byte-buddy-1.9.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/net.bytebuddy.byte-buddy/1.9.0-SNAPSHOT/net.bytebuddy.byte-buddy-1.9.0-SNAPSHOT.jar [2023-09-08T19:36:26.811Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy_1.9.0/target/net.bytebuddy.byte-buddy-1.9.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/net.bytebuddy.byte-buddy/1.9.0-SNAPSHOT/net.bytebuddy.byte-buddy-1.9.0-SNAPSHOT-sources.jar [2023-09-08T19:36:26.811Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy_1.9.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/net.bytebuddy.byte-buddy/1.9.0-SNAPSHOT/net.bytebuddy.byte-buddy-1.9.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:36:26.811Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy_1.9.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/net.bytebuddy.byte-buddy/1.9.0-SNAPSHOT/net.bytebuddy.byte-buddy-1.9.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:36:26.811Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy_1.9.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/net.bytebuddy.byte-buddy/1.9.0-SNAPSHOT/net.bytebuddy.byte-buddy-1.9.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:36:26.811Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy_1.9.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/net.bytebuddy.byte-buddy/1.9.0-SNAPSHOT/net.bytebuddy.byte-buddy-1.9.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:36:26.811Z] [INFO] [2023-09-08T19:36:26.811Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ net.bytebuddy.byte-buddy --- [2023-09-08T19:36:26.811Z] [INFO] [2023-09-08T19:36:26.811Z] [INFO] ------< org.eclipse.orbit.bundles:net.bytebuddy.byte-buddy-agent >------ [2023-09-08T19:36:26.811Z] [INFO] Building Byte Buddy Java agent 1.9.0-SNAPSHOT [139/375] [2023-09-08T19:36:26.811Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:36:26.811Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/net/bytebuddy/byte-buddy-agent/1.9.0/byte-buddy-agent-1.9.0.pom [2023-09-08T19:36:26.811Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.9.0/byte-buddy-agent-1.9.0.pom [2023-09-08T19:36:26.811Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.9.0/byte-buddy-agent-1.9.0.pom (5.6 kB at 427 kB/s) [2023-09-08T19:36:26.811Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/net/bytebuddy/byte-buddy-agent/1.9.0/byte-buddy-agent-1.9.0.jar [2023-09-08T19:36:26.811Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.9.0/byte-buddy-agent-1.9.0.jar [2023-09-08T19:36:26.811Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.9.0/byte-buddy-agent-1.9.0.jar (43 kB at 1.3 MB/s) [2023-09-08T19:36:26.811Z] [INFO] [2023-09-08T19:36:26.811Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ net.bytebuddy.byte-buddy-agent --- [2023-09-08T19:36:26.811Z] [INFO] [2023-09-08T19:36:26.811Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ net.bytebuddy.byte-buddy-agent --- [2023-09-08T19:36:26.811Z] [INFO] The project's OSGi version is 1.9.0.v20181106-1534 [2023-09-08T19:36:26.811Z] [INFO] [2023-09-08T19:36:26.811Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ net.bytebuddy.byte-buddy-agent --- [2023-09-08T19:36:26.811Z] [INFO] [2023-09-08T19:36:26.811Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ net.bytebuddy.byte-buddy-agent --- [2023-09-08T19:36:26.811Z] [INFO] Copying 3 resources [2023-09-08T19:36:26.811Z] [INFO] [2023-09-08T19:36:26.811Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ net.bytebuddy.byte-buddy-agent --- [2023-09-08T19:36:26.811Z] [INFO] No sources to compile [2023-09-08T19:36:26.811Z] [INFO] [2023-09-08T19:36:26.811Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ net.bytebuddy.byte-buddy-agent --- [2023-09-08T19:36:26.811Z] [INFO] Gathering dependencies [2023-09-08T19:36:26.811Z] [INFO] Configured Artifact: net.bytebuddy:byte-buddy-agent:1.9.0:jar [2023-09-08T19:36:26.811Z] [INFO] Unpacking /home/vnc/.m2/repository/net/bytebuddy/byte-buddy-agent/1.9.0/byte-buddy-agent-1.9.0.jar to /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy-agent_1.9.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:36:26.811Z] [INFO] Merging collected dependencies [2023-09-08T19:36:26.811Z] [INFO] Copying 32 resources [2023-09-08T19:36:26.811Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:36:26.811Z] [WARNING] Manifest org.eclipse.orbit.bundles:net.bytebuddy.byte-buddy-agent:eclipse-bundle-recipe:1.9.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:36:26.812Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy-agent_1.9.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:36:26.812Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy-agent_1.9.0/target/net.bytebuddy.byte-buddy-agent-1.9.0-SNAPSHOT.jar [2023-09-08T19:36:26.812Z] [INFO] Gathering sources [2023-09-08T19:36:26.812Z] [INFO] Configured Artifact: net.bytebuddy:byte-buddy-agent:sources:1.9.0:jar [2023-09-08T19:36:26.812Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/net/bytebuddy/byte-buddy-agent/1.9.0/byte-buddy-agent-1.9.0-sources.jar [2023-09-08T19:36:26.812Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.9.0/byte-buddy-agent-1.9.0-sources.jar [2023-09-08T19:36:26.812Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.9.0/byte-buddy-agent-1.9.0-sources.jar (19 kB at 605 kB/s) [2023-09-08T19:36:26.812Z] [INFO] Unpacking /home/vnc/.m2/repository/net/bytebuddy/byte-buddy-agent/1.9.0/byte-buddy-agent-1.9.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy-agent_1.9.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:36:26.812Z] [INFO] Copying 3 resources [2023-09-08T19:36:26.812Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy-agent_1.9.0/src/main/java [2023-09-08T19:36:26.812Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy-agent_1.9.0/target/net.bytebuddy.byte-buddy-agent-1.9.0-SNAPSHOT-sources.jar [2023-09-08T19:36:26.812Z] [INFO] Assembling p2 repository [2023-09-08T19:36:27.741Z] [INFO] [2023-09-08T19:36:27.741Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ net.bytebuddy.byte-buddy-agent --- [2023-09-08T19:36:27.741Z] [INFO] [2023-09-08T19:36:27.741Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ net.bytebuddy.byte-buddy-agent --- [2023-09-08T19:36:27.741Z] [INFO] Gathering sources archives [2023-09-08T19:36:27.741Z] [INFO] Configured Artifact: net.bytebuddy:byte-buddy-agent:sources:1.9.0:jar [2023-09-08T19:36:27.741Z] [INFO] Unpacking /home/vnc/.m2/repository/net/bytebuddy/byte-buddy-agent/1.9.0/byte-buddy-agent-1.9.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy-agent_1.9.0/target/sources-for-eclipse-ipzilla/byte-buddy-agent-1.9.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:36:27.741Z] [INFO] Configured Artifact: net.bytebuddy:byte-buddy-agent:sources:1.9.0:jar [2023-09-08T19:36:27.741Z] [INFO] Copying byte-buddy-agent-1.9.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy-agent_1.9.0/target/sources-for-eclipse-ipzilla/byte-buddy-agent-1.9.0-sources.jar [2023-09-08T19:36:27.741Z] [INFO] Refreshing about files and about.html [2023-09-08T19:36:27.741Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy-agent_1.9.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:36:27.741Z] [INFO] [2023-09-08T19:36:27.741Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ net.bytebuddy.byte-buddy-agent --- [2023-09-08T19:36:27.741Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy-agent_1.9.0/target/net.bytebuddy.byte-buddy-agent-1.9.0-SNAPSHOT.jar [2023-09-08T19:36:28.303Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy-agent_1.9.0/target/net.bytebuddy.byte-buddy-agent-1.9.0-SNAPSHOT-sources.jar [2023-09-08T19:36:29.669Z] [INFO] [2023-09-08T19:36:29.669Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ net.bytebuddy.byte-buddy-agent --- [2023-09-08T19:36:29.669Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:net.bytebuddy.byte-buddy-agent:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy-agent_1.9.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:36:29.669Z] no-classifier: different [2023-09-08T19:36:29.669Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:36:29.669Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:36:29.669Z] classifier-sources: different [2023-09-08T19:36:29.669Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:36:29.669Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:36:29.669Z] [2023-09-08T19:36:29.669Z] [INFO] MavenProject: org.eclipse.orbit.bundles:net.bytebuddy.byte-buddy-agent:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy-agent_1.9.0/pom.xml [2023-09-08T19:36:29.669Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:36:29.669Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:36:29.669Z] [2023-09-08T19:36:31.038Z] [INFO] [2023-09-08T19:36:31.038Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ net.bytebuddy.byte-buddy-agent --- [2023-09-08T19:36:31.038Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy-agent_1.9.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/net.bytebuddy.byte-buddy-agent/1.9.0-SNAPSHOT/net.bytebuddy.byte-buddy-agent-1.9.0-SNAPSHOT.pom [2023-09-08T19:36:31.038Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy-agent_1.9.0/target/net.bytebuddy.byte-buddy-agent-1.9.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/net.bytebuddy.byte-buddy-agent/1.9.0-SNAPSHOT/net.bytebuddy.byte-buddy-agent-1.9.0-SNAPSHOT.jar [2023-09-08T19:36:31.038Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy-agent_1.9.0/target/net.bytebuddy.byte-buddy-agent-1.9.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/net.bytebuddy.byte-buddy-agent/1.9.0-SNAPSHOT/net.bytebuddy.byte-buddy-agent-1.9.0-SNAPSHOT-sources.jar [2023-09-08T19:36:31.038Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy-agent_1.9.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/net.bytebuddy.byte-buddy-agent/1.9.0-SNAPSHOT/net.bytebuddy.byte-buddy-agent-1.9.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:36:31.038Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy-agent_1.9.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/net.bytebuddy.byte-buddy-agent/1.9.0-SNAPSHOT/net.bytebuddy.byte-buddy-agent-1.9.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:36:31.038Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy-agent_1.9.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/net.bytebuddy.byte-buddy-agent/1.9.0-SNAPSHOT/net.bytebuddy.byte-buddy-agent-1.9.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:36:31.038Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy-agent_1.9.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/net.bytebuddy.byte-buddy-agent/1.9.0-SNAPSHOT/net.bytebuddy.byte-buddy-agent-1.9.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:36:31.038Z] [INFO] [2023-09-08T19:36:31.038Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ net.bytebuddy.byte-buddy-agent --- [2023-09-08T19:36:31.038Z] [INFO] [2023-09-08T19:36:31.038Z] [INFO] ---------< org.eclipse.orbit.bundles:net.bytebuddy.byte-buddy >--------- [2023-09-08T19:36:31.038Z] [INFO] Building Byte Buddy (without dependencies) 1.12.18-SNAPSHOT [140/375] [2023-09-08T19:36:31.038Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:36:31.038Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/net/bytebuddy/byte-buddy/1.12.18/byte-buddy-1.12.18.pom [2023-09-08T19:36:31.038Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.12.18/byte-buddy-1.12.18.pom [2023-09-08T19:36:31.038Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.12.18/byte-buddy-1.12.18.pom (16 kB at 1.2 MB/s) [2023-09-08T19:36:31.038Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/net/bytebuddy/byte-buddy-parent/1.12.18/byte-buddy-parent-1.12.18.pom [2023-09-08T19:36:31.038Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-parent/1.12.18/byte-buddy-parent-1.12.18.pom [2023-09-08T19:36:31.038Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-parent/1.12.18/byte-buddy-parent-1.12.18.pom (58 kB at 4.5 MB/s) [2023-09-08T19:36:31.038Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/net/bytebuddy/byte-buddy/1.12.18/byte-buddy-1.12.18.jar [2023-09-08T19:36:31.038Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.12.18/byte-buddy-1.12.18.jar [2023-09-08T19:36:31.295Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.12.18/byte-buddy-1.12.18.jar (4.0 MB at 76 MB/s) [2023-09-08T19:36:31.295Z] [INFO] [2023-09-08T19:36:31.295Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ net.bytebuddy.byte-buddy --- [2023-09-08T19:36:31.295Z] [INFO] [2023-09-08T19:36:31.295Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ net.bytebuddy.byte-buddy --- [2023-09-08T19:36:31.295Z] [INFO] The project's OSGi version is 1.12.18.v20221114-2102 [2023-09-08T19:36:31.295Z] [INFO] [2023-09-08T19:36:31.295Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ net.bytebuddy.byte-buddy --- [2023-09-08T19:36:31.295Z] [INFO] [2023-09-08T19:36:31.295Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ net.bytebuddy.byte-buddy --- [2023-09-08T19:36:31.295Z] [INFO] Copying 3 resources [2023-09-08T19:36:31.295Z] [INFO] [2023-09-08T19:36:31.295Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ net.bytebuddy.byte-buddy --- [2023-09-08T19:36:31.295Z] [INFO] No sources to compile [2023-09-08T19:36:31.295Z] [INFO] [2023-09-08T19:36:31.295Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ net.bytebuddy.byte-buddy --- [2023-09-08T19:36:31.295Z] [INFO] Gathering dependencies [2023-09-08T19:36:31.295Z] [INFO] Configured Artifact: net.bytebuddy:byte-buddy:1.12.18:jar [2023-09-08T19:36:31.295Z] [INFO] Unpacking /home/vnc/.m2/repository/net/bytebuddy/byte-buddy/1.12.18/byte-buddy-1.12.18.jar to /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy_1.12.18/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:36:31.560Z] [INFO] Merging collected dependencies [2023-09-08T19:36:31.560Z] [INFO] Copying 2690 resources [2023-09-08T19:36:31.816Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:36:33.181Z] [WARNING] Manifest org.eclipse.orbit.bundles:net.bytebuddy.byte-buddy:eclipse-bundle-recipe:1.12.18-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.impl.*] [2023-09-08T19:36:33.181Z] [WARNING] Manifest org.eclipse.orbit.bundles:net.bytebuddy.byte-buddy:eclipse-bundle-recipe:1.12.18-SNAPSHOT : Classes found in the wrong directory: {META-INF/versions/9/module-info.class=module-info} [2023-09-08T19:36:33.181Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy_1.12.18/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:36:33.181Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy_1.12.18/target/net.bytebuddy.byte-buddy-1.12.18-SNAPSHOT.jar [2023-09-08T19:36:33.437Z] [INFO] Gathering sources [2023-09-08T19:36:33.437Z] [INFO] Configured Artifact: net.bytebuddy:byte-buddy:sources:1.12.18:jar [2023-09-08T19:36:33.437Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/net/bytebuddy/byte-buddy/1.12.18/byte-buddy-1.12.18-sources.jar [2023-09-08T19:36:33.437Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.12.18/byte-buddy-1.12.18-sources.jar [2023-09-08T19:36:33.437Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.12.18/byte-buddy-1.12.18-sources.jar (1.4 MB at 50 MB/s) [2023-09-08T19:36:33.437Z] [INFO] Unpacking /home/vnc/.m2/repository/net/bytebuddy/byte-buddy/1.12.18/byte-buddy-1.12.18-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy_1.12.18/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:36:33.437Z] [INFO] Copying 3 resources [2023-09-08T19:36:33.437Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy_1.12.18/src/main/java [2023-09-08T19:36:33.437Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy_1.12.18/target/net.bytebuddy.byte-buddy-1.12.18-SNAPSHOT-sources.jar [2023-09-08T19:36:33.693Z] [INFO] Assembling p2 repository [2023-09-08T19:36:34.257Z] [INFO] [2023-09-08T19:36:34.257Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ net.bytebuddy.byte-buddy --- [2023-09-08T19:36:34.257Z] [INFO] [2023-09-08T19:36:34.257Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ net.bytebuddy.byte-buddy --- [2023-09-08T19:36:34.257Z] [INFO] Gathering sources archives [2023-09-08T19:36:34.257Z] [INFO] Configured Artifact: net.bytebuddy:byte-buddy:sources:1.12.18:jar [2023-09-08T19:36:34.257Z] [INFO] Unpacking /home/vnc/.m2/repository/net/bytebuddy/byte-buddy/1.12.18/byte-buddy-1.12.18-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy_1.12.18/target/sources-for-eclipse-ipzilla/byte-buddy-1.12.18-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:36:34.257Z] [INFO] Configured Artifact: net.bytebuddy:byte-buddy:sources:1.12.18:jar [2023-09-08T19:36:34.257Z] [INFO] Copying byte-buddy-1.12.18-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy_1.12.18/target/sources-for-eclipse-ipzilla/byte-buddy-1.12.18-sources.jar [2023-09-08T19:36:34.257Z] [INFO] Refreshing about files and about.html [2023-09-08T19:36:34.257Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy_1.12.18/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:36:34.257Z] [INFO] [2023-09-08T19:36:34.257Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ net.bytebuddy.byte-buddy --- [2023-09-08T19:36:35.198Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy_1.12.18/target/net.bytebuddy.byte-buddy-1.12.18-SNAPSHOT.jar [2023-09-08T19:36:40.447Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy_1.12.18/target/net.bytebuddy.byte-buddy-1.12.18-SNAPSHOT-sources.jar [2023-09-08T19:36:42.340Z] [INFO] [2023-09-08T19:36:42.340Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ net.bytebuddy.byte-buddy --- [2023-09-08T19:36:43.271Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:net.bytebuddy.byte-buddy:1.12.18-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy_1.12.18/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:36:43.271Z] no-classifier: different [2023-09-08T19:36:43.271Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:36:43.271Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:36:43.271Z] classifier-sources: different [2023-09-08T19:36:43.271Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:36:43.271Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:36:43.271Z] [2023-09-08T19:36:43.271Z] [INFO] MavenProject: org.eclipse.orbit.bundles:net.bytebuddy.byte-buddy:1.12.18-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy_1.12.18/pom.xml [2023-09-08T19:36:43.271Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:36:43.271Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:36:43.271Z] [2023-09-08T19:36:43.271Z] [INFO] [2023-09-08T19:36:43.271Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ net.bytebuddy.byte-buddy --- [2023-09-08T19:36:43.271Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy_1.12.18/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/net.bytebuddy.byte-buddy/1.12.18-SNAPSHOT/net.bytebuddy.byte-buddy-1.12.18-SNAPSHOT.pom [2023-09-08T19:36:43.271Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy_1.12.18/target/net.bytebuddy.byte-buddy-1.12.18-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/net.bytebuddy.byte-buddy/1.12.18-SNAPSHOT/net.bytebuddy.byte-buddy-1.12.18-SNAPSHOT.jar [2023-09-08T19:36:43.271Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy_1.12.18/target/net.bytebuddy.byte-buddy-1.12.18-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/net.bytebuddy.byte-buddy/1.12.18-SNAPSHOT/net.bytebuddy.byte-buddy-1.12.18-SNAPSHOT-sources.jar [2023-09-08T19:36:43.271Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy_1.12.18/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/net.bytebuddy.byte-buddy/1.12.18-SNAPSHOT/net.bytebuddy.byte-buddy-1.12.18-SNAPSHOT-p2metadata.xml [2023-09-08T19:36:43.271Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy_1.12.18/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/net.bytebuddy.byte-buddy/1.12.18-SNAPSHOT/net.bytebuddy.byte-buddy-1.12.18-SNAPSHOT-p2artifacts.xml [2023-09-08T19:36:43.271Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy_1.12.18/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/net.bytebuddy.byte-buddy/1.12.18-SNAPSHOT/net.bytebuddy.byte-buddy-1.12.18-SNAPSHOT-p2metadata.xml [2023-09-08T19:36:43.271Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy_1.12.18/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/net.bytebuddy.byte-buddy/1.12.18-SNAPSHOT/net.bytebuddy.byte-buddy-1.12.18-SNAPSHOT-p2artifacts.xml [2023-09-08T19:36:43.271Z] [INFO] [2023-09-08T19:36:43.271Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ net.bytebuddy.byte-buddy --- [2023-09-08T19:36:43.271Z] [INFO] [2023-09-08T19:36:43.271Z] [INFO] ------< org.eclipse.orbit.bundles:net.bytebuddy.byte-buddy-agent >------ [2023-09-08T19:36:43.271Z] [INFO] Building Byte Buddy agent 1.12.18-SNAPSHOT [141/375] [2023-09-08T19:36:43.271Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:36:43.271Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/net/bytebuddy/byte-buddy-agent/1.12.18/byte-buddy-agent-1.12.18.pom [2023-09-08T19:36:43.271Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.12.18/byte-buddy-agent-1.12.18.pom [2023-09-08T19:36:43.271Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.12.18/byte-buddy-agent-1.12.18.pom (10 kB at 614 kB/s) [2023-09-08T19:36:43.271Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/net/bytebuddy/byte-buddy-agent/1.12.18/byte-buddy-agent-1.12.18.jar [2023-09-08T19:36:43.271Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.12.18/byte-buddy-agent-1.12.18.jar [2023-09-08T19:36:43.272Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.12.18/byte-buddy-agent-1.12.18.jar (256 kB at 12 MB/s) [2023-09-08T19:36:43.272Z] [INFO] [2023-09-08T19:36:43.272Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ net.bytebuddy.byte-buddy-agent --- [2023-09-08T19:36:43.272Z] [INFO] [2023-09-08T19:36:43.272Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ net.bytebuddy.byte-buddy-agent --- [2023-09-08T19:36:43.272Z] [INFO] The project's OSGi version is 1.12.18.v20221114-2102 [2023-09-08T19:36:43.272Z] [INFO] [2023-09-08T19:36:43.272Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ net.bytebuddy.byte-buddy-agent --- [2023-09-08T19:36:43.272Z] [INFO] [2023-09-08T19:36:43.272Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ net.bytebuddy.byte-buddy-agent --- [2023-09-08T19:36:43.272Z] [INFO] Copying 3 resources [2023-09-08T19:36:43.272Z] [INFO] [2023-09-08T19:36:43.272Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ net.bytebuddy.byte-buddy-agent --- [2023-09-08T19:36:43.272Z] [INFO] No sources to compile [2023-09-08T19:36:43.272Z] [INFO] [2023-09-08T19:36:43.272Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ net.bytebuddy.byte-buddy-agent --- [2023-09-08T19:36:43.272Z] [INFO] Gathering dependencies [2023-09-08T19:36:43.272Z] [INFO] Configured Artifact: net.bytebuddy:byte-buddy-agent:1.12.18:jar [2023-09-08T19:36:43.272Z] [INFO] Unpacking /home/vnc/.m2/repository/net/bytebuddy/byte-buddy-agent/1.12.18/byte-buddy-agent-1.12.18.jar to /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy-agent_1.12.18/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:36:43.272Z] [INFO] Merging collected dependencies [2023-09-08T19:36:43.272Z] [INFO] Copying 75 resources [2023-09-08T19:36:43.272Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:36:43.528Z] [WARNING] Manifest org.eclipse.orbit.bundles:net.bytebuddy.byte-buddy-agent:eclipse-bundle-recipe:1.12.18-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:36:43.528Z] [WARNING] Manifest org.eclipse.orbit.bundles:net.bytebuddy.byte-buddy-agent:eclipse-bundle-recipe:1.12.18-SNAPSHOT : Classes found in the wrong directory: {META-INF/versions/9/module-info.class=module-info} [2023-09-08T19:36:43.528Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy-agent_1.12.18/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:36:43.528Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy-agent_1.12.18/target/net.bytebuddy.byte-buddy-agent-1.12.18-SNAPSHOT.jar [2023-09-08T19:36:43.528Z] [INFO] Gathering sources [2023-09-08T19:36:43.528Z] [INFO] Configured Artifact: net.bytebuddy:byte-buddy-agent:sources:1.12.18:jar [2023-09-08T19:36:43.529Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/net/bytebuddy/byte-buddy-agent/1.12.18/byte-buddy-agent-1.12.18-sources.jar [2023-09-08T19:36:43.529Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.12.18/byte-buddy-agent-1.12.18-sources.jar [2023-09-08T19:36:43.529Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.12.18/byte-buddy-agent-1.12.18-sources.jar (204 kB at 6.2 MB/s) [2023-09-08T19:36:43.529Z] [INFO] Unpacking /home/vnc/.m2/repository/net/bytebuddy/byte-buddy-agent/1.12.18/byte-buddy-agent-1.12.18-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy-agent_1.12.18/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:36:43.529Z] [INFO] Copying 3 resources [2023-09-08T19:36:43.529Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy-agent_1.12.18/src/main/java [2023-09-08T19:36:43.529Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy-agent_1.12.18/target/net.bytebuddy.byte-buddy-agent-1.12.18-SNAPSHOT-sources.jar [2023-09-08T19:36:43.529Z] [INFO] Assembling p2 repository [2023-09-08T19:36:44.459Z] [INFO] [2023-09-08T19:36:44.459Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ net.bytebuddy.byte-buddy-agent --- [2023-09-08T19:36:44.459Z] [INFO] [2023-09-08T19:36:44.459Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ net.bytebuddy.byte-buddy-agent --- [2023-09-08T19:36:44.459Z] [INFO] Gathering sources archives [2023-09-08T19:36:44.459Z] [INFO] Configured Artifact: net.bytebuddy:byte-buddy-agent:sources:1.12.18:jar [2023-09-08T19:36:44.459Z] [INFO] Unpacking /home/vnc/.m2/repository/net/bytebuddy/byte-buddy-agent/1.12.18/byte-buddy-agent-1.12.18-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy-agent_1.12.18/target/sources-for-eclipse-ipzilla/byte-buddy-agent-1.12.18-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:36:44.459Z] [INFO] Configured Artifact: net.bytebuddy:byte-buddy-agent:sources:1.12.18:jar [2023-09-08T19:36:44.459Z] [INFO] Copying byte-buddy-agent-1.12.18-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy-agent_1.12.18/target/sources-for-eclipse-ipzilla/byte-buddy-agent-1.12.18-sources.jar [2023-09-08T19:36:44.459Z] [INFO] Refreshing about files and about.html [2023-09-08T19:36:44.459Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy-agent_1.12.18/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:36:44.459Z] [INFO] [2023-09-08T19:36:44.459Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ net.bytebuddy.byte-buddy-agent --- [2023-09-08T19:36:44.459Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy-agent_1.12.18/target/net.bytebuddy.byte-buddy-agent-1.12.18-SNAPSHOT.jar [2023-09-08T19:36:46.355Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy-agent_1.12.18/target/net.bytebuddy.byte-buddy-agent-1.12.18-SNAPSHOT-sources.jar [2023-09-08T19:36:47.283Z] [INFO] [2023-09-08T19:36:47.283Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ net.bytebuddy.byte-buddy-agent --- [2023-09-08T19:36:47.540Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:net.bytebuddy.byte-buddy-agent:1.12.18-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy-agent_1.12.18/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:36:47.540Z] no-classifier: different [2023-09-08T19:36:47.540Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:36:47.540Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:36:47.540Z] classifier-sources: different [2023-09-08T19:36:47.540Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:36:47.540Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:36:47.540Z] [2023-09-08T19:36:47.540Z] [INFO] MavenProject: org.eclipse.orbit.bundles:net.bytebuddy.byte-buddy-agent:1.12.18-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy-agent_1.12.18/pom.xml [2023-09-08T19:36:47.540Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:36:47.540Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:36:47.540Z] [2023-09-08T19:36:47.540Z] [INFO] [2023-09-08T19:36:47.540Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ net.bytebuddy.byte-buddy-agent --- [2023-09-08T19:36:47.541Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy-agent_1.12.18/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/net.bytebuddy.byte-buddy-agent/1.12.18-SNAPSHOT/net.bytebuddy.byte-buddy-agent-1.12.18-SNAPSHOT.pom [2023-09-08T19:36:47.541Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy-agent_1.12.18/target/net.bytebuddy.byte-buddy-agent-1.12.18-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/net.bytebuddy.byte-buddy-agent/1.12.18-SNAPSHOT/net.bytebuddy.byte-buddy-agent-1.12.18-SNAPSHOT.jar [2023-09-08T19:36:47.541Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy-agent_1.12.18/target/net.bytebuddy.byte-buddy-agent-1.12.18-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/net.bytebuddy.byte-buddy-agent/1.12.18-SNAPSHOT/net.bytebuddy.byte-buddy-agent-1.12.18-SNAPSHOT-sources.jar [2023-09-08T19:36:47.541Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy-agent_1.12.18/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/net.bytebuddy.byte-buddy-agent/1.12.18-SNAPSHOT/net.bytebuddy.byte-buddy-agent-1.12.18-SNAPSHOT-p2metadata.xml [2023-09-08T19:36:47.541Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy-agent_1.12.18/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/net.bytebuddy.byte-buddy-agent/1.12.18-SNAPSHOT/net.bytebuddy.byte-buddy-agent-1.12.18-SNAPSHOT-p2artifacts.xml [2023-09-08T19:36:47.541Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy-agent_1.12.18/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/net.bytebuddy.byte-buddy-agent/1.12.18-SNAPSHOT/net.bytebuddy.byte-buddy-agent-1.12.18-SNAPSHOT-p2metadata.xml [2023-09-08T19:36:47.541Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/bytebuddy/net.bytebuddy.byte-buddy-agent_1.12.18/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/net.bytebuddy.byte-buddy-agent/1.12.18-SNAPSHOT/net.bytebuddy.byte-buddy-agent-1.12.18-SNAPSHOT-p2artifacts.xml [2023-09-08T19:36:47.541Z] [INFO] [2023-09-08T19:36:47.541Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ net.bytebuddy.byte-buddy-agent --- [2023-09-08T19:36:47.541Z] [INFO] [2023-09-08T19:36:47.541Z] [INFO] ----------------< org.eclipse.orbit.bundles:commonmark >---------------- [2023-09-08T19:36:47.541Z] [INFO] Building Eclipse Orbit :: CommonMark Recipes 1.0.0-SNAPSHOT [142/375] [2023-09-08T19:36:47.541Z] [INFO] --------------------------------[ pom ]--------------------------------- [2023-09-08T19:36:47.541Z] [INFO] [2023-09-08T19:36:47.541Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ commonmark --- [2023-09-08T19:36:47.541Z] [INFO] [2023-09-08T19:36:47.541Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ commonmark --- [2023-09-08T19:36:47.541Z] [INFO] [2023-09-08T19:36:47.541Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ commonmark --- [2023-09-08T19:36:47.541Z] [INFO] [2023-09-08T19:36:47.541Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ commonmark --- [2023-09-08T19:36:47.541Z] [INFO] [2023-09-08T19:36:47.541Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ commonmark --- [2023-09-08T19:36:47.541Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/commonmark/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/commonmark/1.0.0-SNAPSHOT/commonmark-1.0.0-SNAPSHOT.pom [2023-09-08T19:36:47.541Z] [INFO] [2023-09-08T19:36:47.798Z] [INFO] ---------< org.eclipse.orbit.bundles:com.atlassian.commonmark >--------- [2023-09-08T19:36:47.798Z] [INFO] Building commonmark-java core 0.15.1-SNAPSHOT [143/375] [2023-09-08T19:36:47.798Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:36:47.798Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/atlassian/commonmark/commonmark/0.15.1/commonmark-0.15.1.pom [2023-09-08T19:36:47.798Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/atlassian/commonmark/commonmark/0.15.1/commonmark-0.15.1.pom [2023-09-08T19:36:47.798Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/atlassian/commonmark/commonmark/0.15.1/commonmark-0.15.1.pom (2.7 kB at 65 kB/s) [2023-09-08T19:36:47.798Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/atlassian/commonmark/commonmark-parent/0.15.1/commonmark-parent-0.15.1.pom [2023-09-08T19:36:47.799Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/atlassian/commonmark/commonmark-parent/0.15.1/commonmark-parent-0.15.1.pom [2023-09-08T19:36:47.799Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/atlassian/commonmark/commonmark-parent/0.15.1/commonmark-parent-0.15.1.pom (8.9 kB at 202 kB/s) [2023-09-08T19:36:47.799Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/atlassian/pom/central-pom/5.0.13/central-pom-5.0.13.pom [2023-09-08T19:36:47.799Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/atlassian/pom/central-pom/5.0.13/central-pom-5.0.13.pom [2023-09-08T19:36:47.799Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/atlassian/pom/central-pom/5.0.13/central-pom-5.0.13.pom (3.3 kB at 304 kB/s) [2023-09-08T19:36:47.799Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/atlassian/pom/base-pom/5.0.13/base-pom-5.0.13.pom [2023-09-08T19:36:47.799Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/atlassian/pom/base-pom/5.0.13/base-pom-5.0.13.pom [2023-09-08T19:36:47.799Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/atlassian/pom/base-pom/5.0.13/base-pom-5.0.13.pom (32 kB at 2.7 MB/s) [2023-09-08T19:36:47.799Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/atlassian/commonmark/commonmark/0.15.1/commonmark-0.15.1.jar [2023-09-08T19:36:47.799Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/atlassian/commonmark/commonmark/0.15.1/commonmark-0.15.1.jar [2023-09-08T19:36:47.799Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/atlassian/commonmark/commonmark/0.15.1/commonmark-0.15.1.jar (144 kB at 3.0 MB/s) [2023-09-08T19:36:47.799Z] [INFO] [2023-09-08T19:36:47.799Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.atlassian.commonmark --- [2023-09-08T19:36:47.799Z] [INFO] [2023-09-08T19:36:47.799Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.atlassian.commonmark --- [2023-09-08T19:36:47.799Z] [INFO] The project's OSGi version is 0.15.1.v20221112-0806 [2023-09-08T19:36:47.799Z] [INFO] [2023-09-08T19:36:47.799Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.atlassian.commonmark --- [2023-09-08T19:36:47.799Z] [INFO] [2023-09-08T19:36:47.799Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.atlassian.commonmark --- [2023-09-08T19:36:47.799Z] [INFO] Copying 3 resources [2023-09-08T19:36:47.799Z] [INFO] [2023-09-08T19:36:47.799Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.atlassian.commonmark --- [2023-09-08T19:36:47.799Z] [INFO] No sources to compile [2023-09-08T19:36:47.799Z] [INFO] [2023-09-08T19:36:47.799Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.atlassian.commonmark --- [2023-09-08T19:36:47.799Z] [INFO] Gathering dependencies [2023-09-08T19:36:47.799Z] [INFO] Configured Artifact: com.atlassian.commonmark:commonmark:0.15.1:jar [2023-09-08T19:36:47.799Z] [INFO] Unpacking /home/vnc/.m2/repository/com/atlassian/commonmark/commonmark/0.15.1/commonmark-0.15.1.jar to /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark_0.15.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:36:47.799Z] [INFO] Merging collected dependencies [2023-09-08T19:36:47.799Z] [INFO] Copying 127 resources [2023-09-08T19:36:48.057Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:36:48.057Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.atlassian.commonmark:eclipse-bundle-recipe:0.15.1-SNAPSHOT : Unused Export-Package instructions: [*.implementation.*, *.impl.*] [2023-09-08T19:36:48.057Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark_0.15.1/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:36:48.057Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark_0.15.1/target/com.atlassian.commonmark-0.15.1-SNAPSHOT.jar [2023-09-08T19:36:48.057Z] [INFO] Gathering sources [2023-09-08T19:36:48.057Z] [INFO] Configured Artifact: com.atlassian.commonmark:commonmark:sources:0.15.1:jar [2023-09-08T19:36:48.057Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/atlassian/commonmark/commonmark/0.15.1/commonmark-0.15.1-sources.jar [2023-09-08T19:36:48.057Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/atlassian/commonmark/commonmark/0.15.1/commonmark-0.15.1-sources.jar [2023-09-08T19:36:48.057Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/atlassian/commonmark/commonmark/0.15.1/commonmark-0.15.1-sources.jar (94 kB at 2.1 MB/s) [2023-09-08T19:36:48.057Z] [INFO] Unpacking /home/vnc/.m2/repository/com/atlassian/commonmark/commonmark/0.15.1/commonmark-0.15.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark_0.15.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:36:48.057Z] [INFO] Copying 3 resources [2023-09-08T19:36:48.057Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark_0.15.1/src/main/java [2023-09-08T19:36:48.057Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark_0.15.1/target/com.atlassian.commonmark-0.15.1-SNAPSHOT-sources.jar [2023-09-08T19:36:48.057Z] [INFO] Assembling p2 repository [2023-09-08T19:36:48.987Z] [INFO] [2023-09-08T19:36:48.987Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.atlassian.commonmark --- [2023-09-08T19:36:48.987Z] [INFO] [2023-09-08T19:36:48.987Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.atlassian.commonmark --- [2023-09-08T19:36:48.987Z] [INFO] Gathering sources archives [2023-09-08T19:36:48.987Z] [INFO] Configured Artifact: com.atlassian.commonmark:commonmark:sources:0.15.1:jar [2023-09-08T19:36:48.987Z] [INFO] Unpacking /home/vnc/.m2/repository/com/atlassian/commonmark/commonmark/0.15.1/commonmark-0.15.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark_0.15.1/target/sources-for-eclipse-ipzilla/commonmark-0.15.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:36:48.987Z] [INFO] Configured Artifact: com.atlassian.commonmark:commonmark:sources:0.15.1:jar [2023-09-08T19:36:48.987Z] [INFO] Copying commonmark-0.15.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark_0.15.1/target/sources-for-eclipse-ipzilla/commonmark-0.15.1-sources.jar [2023-09-08T19:36:48.987Z] [INFO] Refreshing about files and about.html [2023-09-08T19:36:48.987Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark_0.15.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:36:48.987Z] [INFO] [2023-09-08T19:36:48.987Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ com.atlassian.commonmark --- [2023-09-08T19:36:48.987Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark_0.15.1/target/com.atlassian.commonmark-0.15.1-SNAPSHOT.jar [2023-09-08T19:36:49.914Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark_0.15.1/target/com.atlassian.commonmark-0.15.1-SNAPSHOT-sources.jar [2023-09-08T19:36:51.806Z] [INFO] [2023-09-08T19:36:51.806Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.atlassian.commonmark --- [2023-09-08T19:36:52.062Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:com.atlassian.commonmark:0.15.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark_0.15.1/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:36:52.062Z] no-classifier: different [2023-09-08T19:36:52.062Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:36:52.062Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:36:52.062Z] classifier-sources: different [2023-09-08T19:36:52.062Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:36:52.062Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:36:52.062Z] [2023-09-08T19:36:52.062Z] [INFO] MavenProject: org.eclipse.orbit.bundles:com.atlassian.commonmark:0.15.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark_0.15.1/pom.xml [2023-09-08T19:36:52.062Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:36:52.062Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:36:52.062Z] [2023-09-08T19:36:52.062Z] [INFO] [2023-09-08T19:36:52.062Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ com.atlassian.commonmark --- [2023-09-08T19:36:52.062Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark_0.15.1/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.atlassian.commonmark/0.15.1-SNAPSHOT/com.atlassian.commonmark-0.15.1-SNAPSHOT.pom [2023-09-08T19:36:52.062Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark_0.15.1/target/com.atlassian.commonmark-0.15.1-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.atlassian.commonmark/0.15.1-SNAPSHOT/com.atlassian.commonmark-0.15.1-SNAPSHOT.jar [2023-09-08T19:36:52.063Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark_0.15.1/target/com.atlassian.commonmark-0.15.1-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.atlassian.commonmark/0.15.1-SNAPSHOT/com.atlassian.commonmark-0.15.1-SNAPSHOT-sources.jar [2023-09-08T19:36:52.063Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark_0.15.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.atlassian.commonmark/0.15.1-SNAPSHOT/com.atlassian.commonmark-0.15.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:36:52.063Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark_0.15.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.atlassian.commonmark/0.15.1-SNAPSHOT/com.atlassian.commonmark-0.15.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:36:52.063Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark_0.15.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.atlassian.commonmark/0.15.1-SNAPSHOT/com.atlassian.commonmark-0.15.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:36:52.063Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark_0.15.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.atlassian.commonmark/0.15.1-SNAPSHOT/com.atlassian.commonmark-0.15.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:36:52.063Z] [INFO] [2023-09-08T19:36:52.063Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.atlassian.commonmark --- [2023-09-08T19:36:52.063Z] [INFO] [2023-09-08T19:36:52.063Z] [INFO] ------< org.eclipse.orbit.bundles:com.atlassian.commonmark-yaml >------- [2023-09-08T19:36:52.063Z] [INFO] Building commonmark-java extension for YAML front matter 0.15.1-SNAPSHOT [144/375] [2023-09-08T19:36:52.063Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:36:52.063Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/atlassian/commonmark/commonmark-ext-yaml-front-matter/0.15.1/commonmark-ext-yaml-front-matter-0.15.1.pom [2023-09-08T19:36:52.063Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/atlassian/commonmark/commonmark-ext-yaml-front-matter/0.15.1/commonmark-ext-yaml-front-matter-0.15.1.pom [2023-09-08T19:36:52.320Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/atlassian/commonmark/commonmark-ext-yaml-front-matter/0.15.1/commonmark-ext-yaml-front-matter-0.15.1.pom (1.6 kB at 34 kB/s) [2023-09-08T19:36:52.320Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/atlassian/commonmark/commonmark-ext-yaml-front-matter/0.15.1/commonmark-ext-yaml-front-matter-0.15.1.jar [2023-09-08T19:36:52.320Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/atlassian/commonmark/commonmark-ext-yaml-front-matter/0.15.1/commonmark-ext-yaml-front-matter-0.15.1.jar [2023-09-08T19:36:52.320Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/atlassian/commonmark/commonmark-ext-yaml-front-matter/0.15.1/commonmark-ext-yaml-front-matter-0.15.1.jar (9.4 kB at 171 kB/s) [2023-09-08T19:36:52.320Z] [INFO] [2023-09-08T19:36:52.320Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.atlassian.commonmark-yaml --- [2023-09-08T19:36:52.320Z] [INFO] [2023-09-08T19:36:52.320Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.atlassian.commonmark-yaml --- [2023-09-08T19:36:52.320Z] [INFO] The project's OSGi version is 0.15.1.v20221112-0806 [2023-09-08T19:36:52.320Z] [INFO] [2023-09-08T19:36:52.320Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.atlassian.commonmark-yaml --- [2023-09-08T19:36:52.321Z] [INFO] [2023-09-08T19:36:52.321Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.atlassian.commonmark-yaml --- [2023-09-08T19:36:52.321Z] [INFO] Copying 3 resources [2023-09-08T19:36:52.321Z] [INFO] [2023-09-08T19:36:52.321Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.atlassian.commonmark-yaml --- [2023-09-08T19:36:52.321Z] [INFO] No sources to compile [2023-09-08T19:36:52.321Z] [INFO] [2023-09-08T19:36:52.321Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.atlassian.commonmark-yaml --- [2023-09-08T19:36:52.321Z] [INFO] Gathering dependencies [2023-09-08T19:36:52.321Z] [INFO] Configured Artifact: com.atlassian.commonmark:commonmark-ext-yaml-front-matter:0.15.1:jar [2023-09-08T19:36:52.321Z] [INFO] Unpacking /home/vnc/.m2/repository/com/atlassian/commonmark/commonmark-ext-yaml-front-matter/0.15.1/commonmark-ext-yaml-front-matter-0.15.1.jar to /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-yaml_0.15.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:36:52.321Z] [INFO] Merging collected dependencies [2023-09-08T19:36:52.321Z] [INFO] Copying 8 resources [2023-09-08T19:36:52.321Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:36:52.321Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.atlassian.commonmark-yaml:eclipse-bundle-recipe:0.15.1-SNAPSHOT : Unused Export-Package instructions: [*.implementation.*, *.impl.*] [2023-09-08T19:36:52.321Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-yaml_0.15.1/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:36:52.321Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-yaml_0.15.1/target/com.atlassian.commonmark-yaml-0.15.1-SNAPSHOT.jar [2023-09-08T19:36:52.321Z] [INFO] Gathering sources [2023-09-08T19:36:52.321Z] [INFO] Configured Artifact: com.atlassian.commonmark:commonmark-ext-yaml-front-matter:sources:0.15.1:jar [2023-09-08T19:36:52.321Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/atlassian/commonmark/commonmark-ext-yaml-front-matter/0.15.1/commonmark-ext-yaml-front-matter-0.15.1-sources.jar [2023-09-08T19:36:52.321Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/atlassian/commonmark/commonmark-ext-yaml-front-matter/0.15.1/commonmark-ext-yaml-front-matter-0.15.1-sources.jar [2023-09-08T19:36:52.321Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/atlassian/commonmark/commonmark-ext-yaml-front-matter/0.15.1/commonmark-ext-yaml-front-matter-0.15.1-sources.jar (5.9 kB at 143 kB/s) [2023-09-08T19:36:52.321Z] [INFO] Unpacking /home/vnc/.m2/repository/com/atlassian/commonmark/commonmark-ext-yaml-front-matter/0.15.1/commonmark-ext-yaml-front-matter-0.15.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-yaml_0.15.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:36:52.321Z] [INFO] Copying 3 resources [2023-09-08T19:36:52.321Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-yaml_0.15.1/src/main/java [2023-09-08T19:36:52.321Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-yaml_0.15.1/target/com.atlassian.commonmark-yaml-0.15.1-SNAPSHOT-sources.jar [2023-09-08T19:36:52.321Z] [INFO] Assembling p2 repository [2023-09-08T19:36:52.883Z] [INFO] [2023-09-08T19:36:52.883Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.atlassian.commonmark-yaml --- [2023-09-08T19:36:52.883Z] [INFO] [2023-09-08T19:36:52.883Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.atlassian.commonmark-yaml --- [2023-09-08T19:36:52.883Z] [INFO] Gathering sources archives [2023-09-08T19:36:52.883Z] [INFO] Configured Artifact: com.atlassian.commonmark:commonmark-ext-yaml-front-matter:sources:0.15.1:jar [2023-09-08T19:36:52.883Z] [INFO] Unpacking /home/vnc/.m2/repository/com/atlassian/commonmark/commonmark-ext-yaml-front-matter/0.15.1/commonmark-ext-yaml-front-matter-0.15.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-yaml_0.15.1/target/sources-for-eclipse-ipzilla/commonmark-ext-yaml-front-matter-0.15.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:36:52.883Z] [INFO] Configured Artifact: com.atlassian.commonmark:commonmark-ext-yaml-front-matter:sources:0.15.1:jar [2023-09-08T19:36:52.883Z] [INFO] Copying commonmark-ext-yaml-front-matter-0.15.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-yaml_0.15.1/target/sources-for-eclipse-ipzilla/commonmark-ext-yaml-front-matter-0.15.1-sources.jar [2023-09-08T19:36:52.884Z] [INFO] Refreshing about files and about.html [2023-09-08T19:36:52.884Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-yaml_0.15.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:36:52.884Z] [INFO] [2023-09-08T19:36:52.884Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ com.atlassian.commonmark-yaml --- [2023-09-08T19:36:53.140Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-yaml_0.15.1/target/com.atlassian.commonmark-yaml-0.15.1-SNAPSHOT.jar [2023-09-08T19:36:54.070Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-yaml_0.15.1/target/com.atlassian.commonmark-yaml-0.15.1-SNAPSHOT-sources.jar [2023-09-08T19:36:54.998Z] [INFO] [2023-09-08T19:36:54.998Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.atlassian.commonmark-yaml --- [2023-09-08T19:36:54.998Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:com.atlassian.commonmark-yaml:0.15.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-yaml_0.15.1/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:36:54.998Z] no-classifier: different [2023-09-08T19:36:54.998Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:36:54.998Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:36:54.998Z] classifier-sources: different [2023-09-08T19:36:54.998Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:36:54.998Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:36:54.998Z] [2023-09-08T19:36:54.998Z] [INFO] MavenProject: org.eclipse.orbit.bundles:com.atlassian.commonmark-yaml:0.15.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-yaml_0.15.1/pom.xml [2023-09-08T19:36:54.998Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:36:54.998Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:36:54.998Z] [2023-09-08T19:36:54.998Z] [INFO] [2023-09-08T19:36:54.998Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ com.atlassian.commonmark-yaml --- [2023-09-08T19:36:54.998Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-yaml_0.15.1/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-yaml/0.15.1-SNAPSHOT/com.atlassian.commonmark-yaml-0.15.1-SNAPSHOT.pom [2023-09-08T19:36:54.998Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-yaml_0.15.1/target/com.atlassian.commonmark-yaml-0.15.1-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-yaml/0.15.1-SNAPSHOT/com.atlassian.commonmark-yaml-0.15.1-SNAPSHOT.jar [2023-09-08T19:36:54.998Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-yaml_0.15.1/target/com.atlassian.commonmark-yaml-0.15.1-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-yaml/0.15.1-SNAPSHOT/com.atlassian.commonmark-yaml-0.15.1-SNAPSHOT-sources.jar [2023-09-08T19:36:54.998Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-yaml_0.15.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-yaml/0.15.1-SNAPSHOT/com.atlassian.commonmark-yaml-0.15.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:36:54.998Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-yaml_0.15.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-yaml/0.15.1-SNAPSHOT/com.atlassian.commonmark-yaml-0.15.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:36:54.998Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-yaml_0.15.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-yaml/0.15.1-SNAPSHOT/com.atlassian.commonmark-yaml-0.15.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:36:54.998Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-yaml_0.15.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-yaml/0.15.1-SNAPSHOT/com.atlassian.commonmark-yaml-0.15.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:36:54.998Z] [INFO] [2023-09-08T19:36:54.998Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.atlassian.commonmark-yaml --- [2023-09-08T19:36:54.998Z] [INFO] [2023-09-08T19:36:54.998Z] [INFO] ---< org.eclipse.orbit.bundles:com.atlassian.commonmark-gfm-tables >---- [2023-09-08T19:36:54.998Z] [INFO] Building commonmark-java extension for tables 0.15.1-SNAPSHOT [145/375] [2023-09-08T19:36:54.998Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:36:54.998Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/atlassian/commonmark/commonmark-ext-gfm-tables/0.15.1/commonmark-ext-gfm-tables-0.15.1.pom [2023-09-08T19:36:54.998Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/atlassian/commonmark/commonmark-ext-gfm-tables/0.15.1/commonmark-ext-gfm-tables-0.15.1.pom [2023-09-08T19:36:55.255Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/atlassian/commonmark/commonmark-ext-gfm-tables/0.15.1/commonmark-ext-gfm-tables-0.15.1.pom (1.6 kB at 37 kB/s) [2023-09-08T19:36:55.255Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/atlassian/commonmark/commonmark-ext-gfm-tables/0.15.1/commonmark-ext-gfm-tables-0.15.1.jar [2023-09-08T19:36:55.255Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/atlassian/commonmark/commonmark-ext-gfm-tables/0.15.1/commonmark-ext-gfm-tables-0.15.1.jar [2023-09-08T19:36:55.255Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/atlassian/commonmark/commonmark-ext-gfm-tables/0.15.1/commonmark-ext-gfm-tables-0.15.1.jar (19 kB at 411 kB/s) [2023-09-08T19:36:55.255Z] [INFO] [2023-09-08T19:36:55.255Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.atlassian.commonmark-gfm-tables --- [2023-09-08T19:36:55.255Z] [INFO] [2023-09-08T19:36:55.255Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.atlassian.commonmark-gfm-tables --- [2023-09-08T19:36:55.255Z] [INFO] The project's OSGi version is 0.15.1.v20221112-0806 [2023-09-08T19:36:55.255Z] [INFO] [2023-09-08T19:36:55.255Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.atlassian.commonmark-gfm-tables --- [2023-09-08T19:36:55.255Z] [INFO] [2023-09-08T19:36:55.255Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.atlassian.commonmark-gfm-tables --- [2023-09-08T19:36:55.255Z] [INFO] Copying 3 resources [2023-09-08T19:36:55.255Z] [INFO] [2023-09-08T19:36:55.255Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.atlassian.commonmark-gfm-tables --- [2023-09-08T19:36:55.255Z] [INFO] No sources to compile [2023-09-08T19:36:55.255Z] [INFO] [2023-09-08T19:36:55.255Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.atlassian.commonmark-gfm-tables --- [2023-09-08T19:36:55.255Z] [INFO] Gathering dependencies [2023-09-08T19:36:55.255Z] [INFO] Configured Artifact: com.atlassian.commonmark:commonmark-ext-gfm-tables:0.15.1:jar [2023-09-08T19:36:55.255Z] [INFO] Unpacking /home/vnc/.m2/repository/com/atlassian/commonmark/commonmark-ext-gfm-tables/0.15.1/commonmark-ext-gfm-tables-0.15.1.jar to /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-gfm-tables_0.15.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:36:55.255Z] [INFO] Merging collected dependencies [2023-09-08T19:36:55.255Z] [INFO] Copying 18 resources [2023-09-08T19:36:55.255Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:36:55.255Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.atlassian.commonmark-gfm-tables:eclipse-bundle-recipe:0.15.1-SNAPSHOT : Unused Export-Package instructions: [*.implementation.*, *.impl.*] [2023-09-08T19:36:55.255Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-gfm-tables_0.15.1/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:36:55.255Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-gfm-tables_0.15.1/target/com.atlassian.commonmark-gfm-tables-0.15.1-SNAPSHOT.jar [2023-09-08T19:36:55.255Z] [INFO] Gathering sources [2023-09-08T19:36:55.255Z] [INFO] Configured Artifact: com.atlassian.commonmark:commonmark-ext-gfm-tables:sources:0.15.1:jar [2023-09-08T19:36:55.255Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/atlassian/commonmark/commonmark-ext-gfm-tables/0.15.1/commonmark-ext-gfm-tables-0.15.1-sources.jar [2023-09-08T19:36:55.255Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/atlassian/commonmark/commonmark-ext-gfm-tables/0.15.1/commonmark-ext-gfm-tables-0.15.1-sources.jar [2023-09-08T19:36:55.255Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/atlassian/commonmark/commonmark-ext-gfm-tables/0.15.1/commonmark-ext-gfm-tables-0.15.1-sources.jar (10 kB at 229 kB/s) [2023-09-08T19:36:55.255Z] [INFO] Unpacking /home/vnc/.m2/repository/com/atlassian/commonmark/commonmark-ext-gfm-tables/0.15.1/commonmark-ext-gfm-tables-0.15.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-gfm-tables_0.15.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:36:55.255Z] [INFO] Copying 3 resources [2023-09-08T19:36:55.255Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-gfm-tables_0.15.1/src/main/java [2023-09-08T19:36:55.255Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-gfm-tables_0.15.1/target/com.atlassian.commonmark-gfm-tables-0.15.1-SNAPSHOT-sources.jar [2023-09-08T19:36:55.255Z] [INFO] Assembling p2 repository [2023-09-08T19:36:55.817Z] [INFO] [2023-09-08T19:36:55.817Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.atlassian.commonmark-gfm-tables --- [2023-09-08T19:36:55.817Z] [INFO] [2023-09-08T19:36:55.817Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.atlassian.commonmark-gfm-tables --- [2023-09-08T19:36:55.817Z] [INFO] Gathering sources archives [2023-09-08T19:36:55.817Z] [INFO] Configured Artifact: com.atlassian.commonmark:commonmark-ext-gfm-tables:sources:0.15.1:jar [2023-09-08T19:36:55.817Z] [INFO] Unpacking /home/vnc/.m2/repository/com/atlassian/commonmark/commonmark-ext-gfm-tables/0.15.1/commonmark-ext-gfm-tables-0.15.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-gfm-tables_0.15.1/target/sources-for-eclipse-ipzilla/commonmark-ext-gfm-tables-0.15.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:36:55.817Z] [INFO] Configured Artifact: com.atlassian.commonmark:commonmark-ext-gfm-tables:sources:0.15.1:jar [2023-09-08T19:36:55.817Z] [INFO] Copying commonmark-ext-gfm-tables-0.15.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-gfm-tables_0.15.1/target/sources-for-eclipse-ipzilla/commonmark-ext-gfm-tables-0.15.1-sources.jar [2023-09-08T19:36:55.817Z] [INFO] Refreshing about files and about.html [2023-09-08T19:36:55.817Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-gfm-tables_0.15.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:36:55.817Z] [INFO] [2023-09-08T19:36:55.817Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ com.atlassian.commonmark-gfm-tables --- [2023-09-08T19:36:56.074Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-gfm-tables_0.15.1/target/com.atlassian.commonmark-gfm-tables-0.15.1-SNAPSHOT.jar [2023-09-08T19:36:57.003Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-gfm-tables_0.15.1/target/com.atlassian.commonmark-gfm-tables-0.15.1-SNAPSHOT-sources.jar [2023-09-08T19:36:57.931Z] [INFO] [2023-09-08T19:36:57.931Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.atlassian.commonmark-gfm-tables --- [2023-09-08T19:36:57.931Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:com.atlassian.commonmark-gfm-tables:0.15.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-gfm-tables_0.15.1/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:36:57.931Z] no-classifier: different [2023-09-08T19:36:57.931Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:36:57.931Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:36:57.931Z] classifier-sources: different [2023-09-08T19:36:57.931Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:36:57.931Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:36:57.931Z] [2023-09-08T19:36:57.931Z] [INFO] MavenProject: org.eclipse.orbit.bundles:com.atlassian.commonmark-gfm-tables:0.15.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-gfm-tables_0.15.1/pom.xml [2023-09-08T19:36:57.931Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:36:57.931Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:36:57.931Z] [2023-09-08T19:36:57.931Z] [INFO] [2023-09-08T19:36:57.931Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ com.atlassian.commonmark-gfm-tables --- [2023-09-08T19:36:57.931Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-gfm-tables_0.15.1/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-gfm-tables/0.15.1-SNAPSHOT/com.atlassian.commonmark-gfm-tables-0.15.1-SNAPSHOT.pom [2023-09-08T19:36:57.931Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-gfm-tables_0.15.1/target/com.atlassian.commonmark-gfm-tables-0.15.1-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-gfm-tables/0.15.1-SNAPSHOT/com.atlassian.commonmark-gfm-tables-0.15.1-SNAPSHOT.jar [2023-09-08T19:36:57.931Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-gfm-tables_0.15.1/target/com.atlassian.commonmark-gfm-tables-0.15.1-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-gfm-tables/0.15.1-SNAPSHOT/com.atlassian.commonmark-gfm-tables-0.15.1-SNAPSHOT-sources.jar [2023-09-08T19:36:57.931Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-gfm-tables_0.15.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-gfm-tables/0.15.1-SNAPSHOT/com.atlassian.commonmark-gfm-tables-0.15.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:36:57.931Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-gfm-tables_0.15.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-gfm-tables/0.15.1-SNAPSHOT/com.atlassian.commonmark-gfm-tables-0.15.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:36:57.931Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-gfm-tables_0.15.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-gfm-tables/0.15.1-SNAPSHOT/com.atlassian.commonmark-gfm-tables-0.15.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:36:57.931Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-gfm-tables_0.15.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-gfm-tables/0.15.1-SNAPSHOT/com.atlassian.commonmark-gfm-tables-0.15.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:36:57.931Z] [INFO] [2023-09-08T19:36:57.931Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.atlassian.commonmark-gfm-tables --- [2023-09-08T19:36:57.931Z] [INFO] [2023-09-08T19:36:57.931Z] [INFO] --< org.eclipse.orbit.bundles:com.atlassian.commonmark-gfm-strikethrough >-- [2023-09-08T19:36:57.931Z] [INFO] Building commonmark-java extension for strikethrough 0.15.1-SNAPSHOT [146/375] [2023-09-08T19:36:57.931Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:36:57.931Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/atlassian/commonmark/commonmark-ext-gfm-strikethrough/0.15.1/commonmark-ext-gfm-strikethrough-0.15.1.pom [2023-09-08T19:36:57.931Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/atlassian/commonmark/commonmark-ext-gfm-strikethrough/0.15.1/commonmark-ext-gfm-strikethrough-0.15.1.pom [2023-09-08T19:36:58.188Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/atlassian/commonmark/commonmark-ext-gfm-strikethrough/0.15.1/commonmark-ext-gfm-strikethrough-0.15.1.pom (1.6 kB at 36 kB/s) [2023-09-08T19:36:58.188Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/atlassian/commonmark/commonmark-ext-gfm-strikethrough/0.15.1/commonmark-ext-gfm-strikethrough-0.15.1.jar [2023-09-08T19:36:58.188Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/atlassian/commonmark/commonmark-ext-gfm-strikethrough/0.15.1/commonmark-ext-gfm-strikethrough-0.15.1.jar [2023-09-08T19:36:58.189Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/atlassian/commonmark/commonmark-ext-gfm-strikethrough/0.15.1/commonmark-ext-gfm-strikethrough-0.15.1.jar (10 kB at 241 kB/s) [2023-09-08T19:36:58.189Z] [INFO] [2023-09-08T19:36:58.189Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.atlassian.commonmark-gfm-strikethrough --- [2023-09-08T19:36:58.189Z] [INFO] [2023-09-08T19:36:58.189Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.atlassian.commonmark-gfm-strikethrough --- [2023-09-08T19:36:58.189Z] [INFO] The project's OSGi version is 0.15.1.v20221112-0806 [2023-09-08T19:36:58.189Z] [INFO] [2023-09-08T19:36:58.189Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.atlassian.commonmark-gfm-strikethrough --- [2023-09-08T19:36:58.189Z] [INFO] [2023-09-08T19:36:58.189Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.atlassian.commonmark-gfm-strikethrough --- [2023-09-08T19:36:58.189Z] [INFO] Copying 3 resources [2023-09-08T19:36:58.189Z] [INFO] [2023-09-08T19:36:58.189Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.atlassian.commonmark-gfm-strikethrough --- [2023-09-08T19:36:58.189Z] [INFO] No sources to compile [2023-09-08T19:36:58.189Z] [INFO] [2023-09-08T19:36:58.189Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.atlassian.commonmark-gfm-strikethrough --- [2023-09-08T19:36:58.189Z] [INFO] Gathering dependencies [2023-09-08T19:36:58.189Z] [INFO] Configured Artifact: com.atlassian.commonmark:commonmark-ext-gfm-strikethrough:0.15.1:jar [2023-09-08T19:36:58.189Z] [INFO] Unpacking /home/vnc/.m2/repository/com/atlassian/commonmark/commonmark-ext-gfm-strikethrough/0.15.1/commonmark-ext-gfm-strikethrough-0.15.1.jar to /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-gfm-strikethrough_0.15.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:36:58.189Z] [INFO] Merging collected dependencies [2023-09-08T19:36:58.189Z] [INFO] Copying 10 resources [2023-09-08T19:36:58.189Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:36:58.189Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.atlassian.commonmark-gfm-strikethrough:eclipse-bundle-recipe:0.15.1-SNAPSHOT : Unused Export-Package instructions: [*.implementation.*, *.impl.*] [2023-09-08T19:36:58.189Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-gfm-strikethrough_0.15.1/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:36:58.189Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-gfm-strikethrough_0.15.1/target/com.atlassian.commonmark-gfm-strikethrough-0.15.1-SNAPSHOT.jar [2023-09-08T19:36:58.189Z] [INFO] Gathering sources [2023-09-08T19:36:58.189Z] [INFO] Configured Artifact: com.atlassian.commonmark:commonmark-ext-gfm-strikethrough:sources:0.15.1:jar [2023-09-08T19:36:58.189Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/atlassian/commonmark/commonmark-ext-gfm-strikethrough/0.15.1/commonmark-ext-gfm-strikethrough-0.15.1-sources.jar [2023-09-08T19:36:58.189Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/atlassian/commonmark/commonmark-ext-gfm-strikethrough/0.15.1/commonmark-ext-gfm-strikethrough-0.15.1-sources.jar [2023-09-08T19:36:58.189Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/atlassian/commonmark/commonmark-ext-gfm-strikethrough/0.15.1/commonmark-ext-gfm-strikethrough-0.15.1-sources.jar (6.4 kB at 119 kB/s) [2023-09-08T19:36:58.189Z] [INFO] Unpacking /home/vnc/.m2/repository/com/atlassian/commonmark/commonmark-ext-gfm-strikethrough/0.15.1/commonmark-ext-gfm-strikethrough-0.15.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-gfm-strikethrough_0.15.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:36:58.189Z] [INFO] Copying 3 resources [2023-09-08T19:36:58.189Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-gfm-strikethrough_0.15.1/src/main/java [2023-09-08T19:36:58.189Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-gfm-strikethrough_0.15.1/target/com.atlassian.commonmark-gfm-strikethrough-0.15.1-SNAPSHOT-sources.jar [2023-09-08T19:36:58.189Z] [INFO] Assembling p2 repository [2023-09-08T19:36:59.117Z] [INFO] [2023-09-08T19:36:59.117Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.atlassian.commonmark-gfm-strikethrough --- [2023-09-08T19:36:59.117Z] [INFO] [2023-09-08T19:36:59.117Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.atlassian.commonmark-gfm-strikethrough --- [2023-09-08T19:36:59.117Z] [INFO] Gathering sources archives [2023-09-08T19:36:59.117Z] [INFO] Configured Artifact: com.atlassian.commonmark:commonmark-ext-gfm-strikethrough:sources:0.15.1:jar [2023-09-08T19:36:59.117Z] [INFO] Unpacking /home/vnc/.m2/repository/com/atlassian/commonmark/commonmark-ext-gfm-strikethrough/0.15.1/commonmark-ext-gfm-strikethrough-0.15.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-gfm-strikethrough_0.15.1/target/sources-for-eclipse-ipzilla/commonmark-ext-gfm-strikethrough-0.15.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:36:59.117Z] [INFO] Configured Artifact: com.atlassian.commonmark:commonmark-ext-gfm-strikethrough:sources:0.15.1:jar [2023-09-08T19:36:59.117Z] [INFO] Copying commonmark-ext-gfm-strikethrough-0.15.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-gfm-strikethrough_0.15.1/target/sources-for-eclipse-ipzilla/commonmark-ext-gfm-strikethrough-0.15.1-sources.jar [2023-09-08T19:36:59.117Z] [INFO] Refreshing about files and about.html [2023-09-08T19:36:59.117Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-gfm-strikethrough_0.15.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:36:59.117Z] [INFO] [2023-09-08T19:36:59.117Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ com.atlassian.commonmark-gfm-strikethrough --- [2023-09-08T19:36:59.117Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-gfm-strikethrough_0.15.1/target/com.atlassian.commonmark-gfm-strikethrough-0.15.1-SNAPSHOT.jar [2023-09-08T19:37:00.046Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-gfm-strikethrough_0.15.1/target/com.atlassian.commonmark-gfm-strikethrough-0.15.1-SNAPSHOT-sources.jar [2023-09-08T19:37:00.978Z] [INFO] [2023-09-08T19:37:00.978Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.atlassian.commonmark-gfm-strikethrough --- [2023-09-08T19:37:01.234Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:com.atlassian.commonmark-gfm-strikethrough:0.15.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-gfm-strikethrough_0.15.1/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:37:01.234Z] no-classifier: different [2023-09-08T19:37:01.234Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:37:01.234Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:37:01.234Z] classifier-sources: different [2023-09-08T19:37:01.234Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:37:01.234Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:37:01.234Z] [2023-09-08T19:37:01.234Z] [INFO] MavenProject: org.eclipse.orbit.bundles:com.atlassian.commonmark-gfm-strikethrough:0.15.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-gfm-strikethrough_0.15.1/pom.xml [2023-09-08T19:37:01.234Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:37:01.234Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:37:01.234Z] [2023-09-08T19:37:01.234Z] [INFO] [2023-09-08T19:37:01.234Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ com.atlassian.commonmark-gfm-strikethrough --- [2023-09-08T19:37:01.234Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-gfm-strikethrough_0.15.1/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-gfm-strikethrough/0.15.1-SNAPSHOT/com.atlassian.commonmark-gfm-strikethrough-0.15.1-SNAPSHOT.pom [2023-09-08T19:37:01.234Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-gfm-strikethrough_0.15.1/target/com.atlassian.commonmark-gfm-strikethrough-0.15.1-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-gfm-strikethrough/0.15.1-SNAPSHOT/com.atlassian.commonmark-gfm-strikethrough-0.15.1-SNAPSHOT.jar [2023-09-08T19:37:01.234Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-gfm-strikethrough_0.15.1/target/com.atlassian.commonmark-gfm-strikethrough-0.15.1-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-gfm-strikethrough/0.15.1-SNAPSHOT/com.atlassian.commonmark-gfm-strikethrough-0.15.1-SNAPSHOT-sources.jar [2023-09-08T19:37:01.235Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-gfm-strikethrough_0.15.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-gfm-strikethrough/0.15.1-SNAPSHOT/com.atlassian.commonmark-gfm-strikethrough-0.15.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:37:01.235Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-gfm-strikethrough_0.15.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-gfm-strikethrough/0.15.1-SNAPSHOT/com.atlassian.commonmark-gfm-strikethrough-0.15.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:37:01.235Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-gfm-strikethrough_0.15.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-gfm-strikethrough/0.15.1-SNAPSHOT/com.atlassian.commonmark-gfm-strikethrough-0.15.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:37:01.235Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-gfm-strikethrough_0.15.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-gfm-strikethrough/0.15.1-SNAPSHOT/com.atlassian.commonmark-gfm-strikethrough-0.15.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:37:01.235Z] [INFO] [2023-09-08T19:37:01.235Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.atlassian.commonmark-gfm-strikethrough --- [2023-09-08T19:37:01.235Z] [INFO] [2023-09-08T19:37:01.235Z] [INFO] --< org.eclipse.orbit.bundles:com.atlassian.commonmark-image-attributes >-- [2023-09-08T19:37:01.235Z] [INFO] Building commonmark-java extension for image attributes 0.15.1-SNAPSHOT [147/375] [2023-09-08T19:37:01.235Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:37:01.235Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/atlassian/commonmark/commonmark-ext-image-attributes/0.15.1/commonmark-ext-image-attributes-0.15.1.pom [2023-09-08T19:37:01.235Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/atlassian/commonmark/commonmark-ext-image-attributes/0.15.1/commonmark-ext-image-attributes-0.15.1.pom [2023-09-08T19:37:01.235Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/atlassian/commonmark/commonmark-ext-image-attributes/0.15.1/commonmark-ext-image-attributes-0.15.1.pom (1.6 kB at 37 kB/s) [2023-09-08T19:37:01.235Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/atlassian/commonmark/commonmark-ext-image-attributes/0.15.1/commonmark-ext-image-attributes-0.15.1.jar [2023-09-08T19:37:01.235Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/atlassian/commonmark/commonmark-ext-image-attributes/0.15.1/commonmark-ext-image-attributes-0.15.1.jar [2023-09-08T19:37:01.235Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/atlassian/commonmark/commonmark-ext-image-attributes/0.15.1/commonmark-ext-image-attributes-0.15.1.jar (10 kB at 204 kB/s) [2023-09-08T19:37:01.235Z] [INFO] [2023-09-08T19:37:01.235Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.atlassian.commonmark-image-attributes --- [2023-09-08T19:37:01.235Z] [INFO] [2023-09-08T19:37:01.235Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.atlassian.commonmark-image-attributes --- [2023-09-08T19:37:01.235Z] [INFO] The project's OSGi version is 0.15.1.v20221112-0806 [2023-09-08T19:37:01.235Z] [INFO] [2023-09-08T19:37:01.235Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.atlassian.commonmark-image-attributes --- [2023-09-08T19:37:01.235Z] [INFO] [2023-09-08T19:37:01.235Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.atlassian.commonmark-image-attributes --- [2023-09-08T19:37:01.235Z] [INFO] Copying 3 resources [2023-09-08T19:37:01.235Z] [INFO] [2023-09-08T19:37:01.235Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.atlassian.commonmark-image-attributes --- [2023-09-08T19:37:01.235Z] [INFO] No sources to compile [2023-09-08T19:37:01.235Z] [INFO] [2023-09-08T19:37:01.235Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.atlassian.commonmark-image-attributes --- [2023-09-08T19:37:01.235Z] [INFO] Gathering dependencies [2023-09-08T19:37:01.235Z] [INFO] Configured Artifact: com.atlassian.commonmark:commonmark-ext-image-attributes:0.15.1:jar [2023-09-08T19:37:01.235Z] [INFO] Unpacking /home/vnc/.m2/repository/com/atlassian/commonmark/commonmark-ext-image-attributes/0.15.1/commonmark-ext-image-attributes-0.15.1.jar to /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-image-attributes_0.15.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:37:01.235Z] [INFO] Merging collected dependencies [2023-09-08T19:37:01.235Z] [INFO] Copying 8 resources [2023-09-08T19:37:01.235Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:37:01.235Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.atlassian.commonmark-image-attributes:eclipse-bundle-recipe:0.15.1-SNAPSHOT : Unused Export-Package instructions: [*.implementation.*, *.impl.*] [2023-09-08T19:37:01.235Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-image-attributes_0.15.1/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:37:01.235Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-image-attributes_0.15.1/target/com.atlassian.commonmark-image-attributes-0.15.1-SNAPSHOT.jar [2023-09-08T19:37:01.235Z] [INFO] Gathering sources [2023-09-08T19:37:01.235Z] [INFO] Configured Artifact: com.atlassian.commonmark:commonmark-ext-image-attributes:sources:0.15.1:jar [2023-09-08T19:37:01.235Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/atlassian/commonmark/commonmark-ext-image-attributes/0.15.1/commonmark-ext-image-attributes-0.15.1-sources.jar [2023-09-08T19:37:01.491Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/atlassian/commonmark/commonmark-ext-image-attributes/0.15.1/commonmark-ext-image-attributes-0.15.1-sources.jar [2023-09-08T19:37:01.491Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/atlassian/commonmark/commonmark-ext-image-attributes/0.15.1/commonmark-ext-image-attributes-0.15.1-sources.jar (6.1 kB at 131 kB/s) [2023-09-08T19:37:01.491Z] [INFO] Unpacking /home/vnc/.m2/repository/com/atlassian/commonmark/commonmark-ext-image-attributes/0.15.1/commonmark-ext-image-attributes-0.15.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-image-attributes_0.15.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:37:01.491Z] [INFO] Copying 3 resources [2023-09-08T19:37:01.491Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-image-attributes_0.15.1/src/main/java [2023-09-08T19:37:01.491Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-image-attributes_0.15.1/target/com.atlassian.commonmark-image-attributes-0.15.1-SNAPSHOT-sources.jar [2023-09-08T19:37:01.491Z] [INFO] Assembling p2 repository [2023-09-08T19:37:02.055Z] [INFO] [2023-09-08T19:37:02.055Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.atlassian.commonmark-image-attributes --- [2023-09-08T19:37:02.055Z] [INFO] [2023-09-08T19:37:02.055Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.atlassian.commonmark-image-attributes --- [2023-09-08T19:37:02.055Z] [INFO] Gathering sources archives [2023-09-08T19:37:02.055Z] [INFO] Configured Artifact: com.atlassian.commonmark:commonmark-ext-image-attributes:sources:0.15.1:jar [2023-09-08T19:37:02.055Z] [INFO] Unpacking /home/vnc/.m2/repository/com/atlassian/commonmark/commonmark-ext-image-attributes/0.15.1/commonmark-ext-image-attributes-0.15.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-image-attributes_0.15.1/target/sources-for-eclipse-ipzilla/commonmark-ext-image-attributes-0.15.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:37:02.055Z] [INFO] Configured Artifact: com.atlassian.commonmark:commonmark-ext-image-attributes:sources:0.15.1:jar [2023-09-08T19:37:02.055Z] [INFO] Copying commonmark-ext-image-attributes-0.15.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-image-attributes_0.15.1/target/sources-for-eclipse-ipzilla/commonmark-ext-image-attributes-0.15.1-sources.jar [2023-09-08T19:37:02.055Z] [INFO] Refreshing about files and about.html [2023-09-08T19:37:02.055Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-image-attributes_0.15.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:37:02.055Z] [INFO] [2023-09-08T19:37:02.055Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ com.atlassian.commonmark-image-attributes --- [2023-09-08T19:37:02.055Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-image-attributes_0.15.1/target/com.atlassian.commonmark-image-attributes-0.15.1-SNAPSHOT.jar [2023-09-08T19:37:03.948Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-image-attributes_0.15.1/target/com.atlassian.commonmark-image-attributes-0.15.1-SNAPSHOT-sources.jar [2023-09-08T19:37:07.220Z] [INFO] [2023-09-08T19:37:07.220Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.atlassian.commonmark-image-attributes --- [2023-09-08T19:37:07.220Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:com.atlassian.commonmark-image-attributes:0.15.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-image-attributes_0.15.1/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:37:07.220Z] no-classifier: different [2023-09-08T19:37:07.220Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:37:07.220Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:37:07.220Z] classifier-sources: different [2023-09-08T19:37:07.220Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:37:07.220Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:37:07.220Z] [2023-09-08T19:37:07.220Z] [INFO] MavenProject: org.eclipse.orbit.bundles:com.atlassian.commonmark-image-attributes:0.15.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-image-attributes_0.15.1/pom.xml [2023-09-08T19:37:07.220Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:37:07.220Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:37:07.220Z] [2023-09-08T19:37:07.220Z] [INFO] [2023-09-08T19:37:07.220Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ com.atlassian.commonmark-image-attributes --- [2023-09-08T19:37:07.220Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-image-attributes_0.15.1/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-image-attributes/0.15.1-SNAPSHOT/com.atlassian.commonmark-image-attributes-0.15.1-SNAPSHOT.pom [2023-09-08T19:37:07.220Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-image-attributes_0.15.1/target/com.atlassian.commonmark-image-attributes-0.15.1-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-image-attributes/0.15.1-SNAPSHOT/com.atlassian.commonmark-image-attributes-0.15.1-SNAPSHOT.jar [2023-09-08T19:37:07.220Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-image-attributes_0.15.1/target/com.atlassian.commonmark-image-attributes-0.15.1-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-image-attributes/0.15.1-SNAPSHOT/com.atlassian.commonmark-image-attributes-0.15.1-SNAPSHOT-sources.jar [2023-09-08T19:37:07.220Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-image-attributes_0.15.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-image-attributes/0.15.1-SNAPSHOT/com.atlassian.commonmark-image-attributes-0.15.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:37:07.220Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-image-attributes_0.15.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-image-attributes/0.15.1-SNAPSHOT/com.atlassian.commonmark-image-attributes-0.15.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:37:07.220Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-image-attributes_0.15.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-image-attributes/0.15.1-SNAPSHOT/com.atlassian.commonmark-image-attributes-0.15.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:37:07.220Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-image-attributes_0.15.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-image-attributes/0.15.1-SNAPSHOT/com.atlassian.commonmark-image-attributes-0.15.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:37:07.220Z] [INFO] [2023-09-08T19:37:07.220Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.atlassian.commonmark-image-attributes --- [2023-09-08T19:37:07.220Z] [INFO] [2023-09-08T19:37:07.220Z] [INFO] -------< org.eclipse.orbit.bundles:com.atlassian.commonmark-ins >------- [2023-09-08T19:37:07.220Z] [INFO] Building commonmark-java extension for (underline) 0.15.1-SNAPSHOT [148/375] [2023-09-08T19:37:07.220Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:37:07.220Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/atlassian/commonmark/commonmark-ext-ins/0.15.1/commonmark-ext-ins-0.15.1.pom [2023-09-08T19:37:07.220Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/atlassian/commonmark/commonmark-ext-ins/0.15.1/commonmark-ext-ins-0.15.1.pom [2023-09-08T19:37:07.220Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/atlassian/commonmark/commonmark-ext-ins/0.15.1/commonmark-ext-ins-0.15.1.pom (1.6 kB at 37 kB/s) [2023-09-08T19:37:07.220Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/atlassian/commonmark/commonmark-ext-ins/0.15.1/commonmark-ext-ins-0.15.1.jar [2023-09-08T19:37:07.220Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/atlassian/commonmark/commonmark-ext-ins/0.15.1/commonmark-ext-ins-0.15.1.jar [2023-09-08T19:37:07.220Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/atlassian/commonmark/commonmark-ext-ins/0.15.1/commonmark-ext-ins-0.15.1.jar (9.5 kB at 231 kB/s) [2023-09-08T19:37:07.220Z] [INFO] [2023-09-08T19:37:07.220Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.atlassian.commonmark-ins --- [2023-09-08T19:37:07.220Z] [INFO] [2023-09-08T19:37:07.220Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.atlassian.commonmark-ins --- [2023-09-08T19:37:07.220Z] [INFO] The project's OSGi version is 0.15.1.v20221112-0806 [2023-09-08T19:37:07.220Z] [INFO] [2023-09-08T19:37:07.220Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.atlassian.commonmark-ins --- [2023-09-08T19:37:07.220Z] [INFO] [2023-09-08T19:37:07.220Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.atlassian.commonmark-ins --- [2023-09-08T19:37:07.220Z] [INFO] Copying 3 resources [2023-09-08T19:37:07.220Z] [INFO] [2023-09-08T19:37:07.220Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.atlassian.commonmark-ins --- [2023-09-08T19:37:07.220Z] [INFO] No sources to compile [2023-09-08T19:37:07.220Z] [INFO] [2023-09-08T19:37:07.220Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.atlassian.commonmark-ins --- [2023-09-08T19:37:07.220Z] [INFO] Gathering dependencies [2023-09-08T19:37:07.220Z] [INFO] Configured Artifact: com.atlassian.commonmark:commonmark-ext-ins:0.15.1:jar [2023-09-08T19:37:07.220Z] [INFO] Unpacking /home/vnc/.m2/repository/com/atlassian/commonmark/commonmark-ext-ins/0.15.1/commonmark-ext-ins-0.15.1.jar to /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-ins_0.15.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:37:07.220Z] [INFO] Merging collected dependencies [2023-09-08T19:37:07.220Z] [INFO] Copying 10 resources [2023-09-08T19:37:07.220Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:37:07.220Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.atlassian.commonmark-ins:eclipse-bundle-recipe:0.15.1-SNAPSHOT : Unused Export-Package instructions: [*.implementation.*, *.impl.*] [2023-09-08T19:37:07.220Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-ins_0.15.1/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:37:07.220Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-ins_0.15.1/target/com.atlassian.commonmark-ins-0.15.1-SNAPSHOT.jar [2023-09-08T19:37:07.220Z] [INFO] Gathering sources [2023-09-08T19:37:07.220Z] [INFO] Configured Artifact: com.atlassian.commonmark:commonmark-ext-ins:sources:0.15.1:jar [2023-09-08T19:37:07.220Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/atlassian/commonmark/commonmark-ext-ins/0.15.1/commonmark-ext-ins-0.15.1-sources.jar [2023-09-08T19:37:07.221Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/atlassian/commonmark/commonmark-ext-ins/0.15.1/commonmark-ext-ins-0.15.1-sources.jar [2023-09-08T19:37:07.221Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/atlassian/commonmark/commonmark-ext-ins/0.15.1/commonmark-ext-ins-0.15.1-sources.jar (5.7 kB at 70 kB/s) [2023-09-08T19:37:07.221Z] [INFO] Unpacking /home/vnc/.m2/repository/com/atlassian/commonmark/commonmark-ext-ins/0.15.1/commonmark-ext-ins-0.15.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-ins_0.15.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:37:07.221Z] [INFO] Copying 3 resources [2023-09-08T19:37:07.221Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-ins_0.15.1/src/main/java [2023-09-08T19:37:07.221Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-ins_0.15.1/target/com.atlassian.commonmark-ins-0.15.1-SNAPSHOT-sources.jar [2023-09-08T19:37:07.477Z] [INFO] Assembling p2 repository [2023-09-08T19:37:08.040Z] [INFO] [2023-09-08T19:37:08.041Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.atlassian.commonmark-ins --- [2023-09-08T19:37:08.041Z] [INFO] [2023-09-08T19:37:08.041Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.atlassian.commonmark-ins --- [2023-09-08T19:37:08.041Z] [INFO] Gathering sources archives [2023-09-08T19:37:08.041Z] [INFO] Configured Artifact: com.atlassian.commonmark:commonmark-ext-ins:sources:0.15.1:jar [2023-09-08T19:37:08.041Z] [INFO] Unpacking /home/vnc/.m2/repository/com/atlassian/commonmark/commonmark-ext-ins/0.15.1/commonmark-ext-ins-0.15.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-ins_0.15.1/target/sources-for-eclipse-ipzilla/commonmark-ext-ins-0.15.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:37:08.041Z] [INFO] Configured Artifact: com.atlassian.commonmark:commonmark-ext-ins:sources:0.15.1:jar [2023-09-08T19:37:08.041Z] [INFO] Copying commonmark-ext-ins-0.15.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-ins_0.15.1/target/sources-for-eclipse-ipzilla/commonmark-ext-ins-0.15.1-sources.jar [2023-09-08T19:37:08.041Z] [INFO] Refreshing about files and about.html [2023-09-08T19:37:08.041Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-ins_0.15.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:37:08.041Z] [INFO] [2023-09-08T19:37:08.041Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ com.atlassian.commonmark-ins --- [2023-09-08T19:37:08.041Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-ins_0.15.1/target/com.atlassian.commonmark-ins-0.15.1-SNAPSHOT.jar [2023-09-08T19:37:08.970Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-ins_0.15.1/target/com.atlassian.commonmark-ins-0.15.1-SNAPSHOT-sources.jar [2023-09-08T19:37:10.861Z] [INFO] [2023-09-08T19:37:10.861Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.atlassian.commonmark-ins --- [2023-09-08T19:37:10.861Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:com.atlassian.commonmark-ins:0.15.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-ins_0.15.1/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:37:10.861Z] no-classifier: different [2023-09-08T19:37:10.861Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:37:10.861Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:37:10.861Z] classifier-sources: different [2023-09-08T19:37:10.861Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:37:10.861Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:37:10.861Z] [2023-09-08T19:37:10.861Z] [INFO] MavenProject: org.eclipse.orbit.bundles:com.atlassian.commonmark-ins:0.15.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-ins_0.15.1/pom.xml [2023-09-08T19:37:10.861Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:37:10.861Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:37:10.861Z] [2023-09-08T19:37:10.861Z] [INFO] [2023-09-08T19:37:10.861Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ com.atlassian.commonmark-ins --- [2023-09-08T19:37:10.861Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-ins_0.15.1/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-ins/0.15.1-SNAPSHOT/com.atlassian.commonmark-ins-0.15.1-SNAPSHOT.pom [2023-09-08T19:37:10.861Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-ins_0.15.1/target/com.atlassian.commonmark-ins-0.15.1-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-ins/0.15.1-SNAPSHOT/com.atlassian.commonmark-ins-0.15.1-SNAPSHOT.jar [2023-09-08T19:37:10.861Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-ins_0.15.1/target/com.atlassian.commonmark-ins-0.15.1-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-ins/0.15.1-SNAPSHOT/com.atlassian.commonmark-ins-0.15.1-SNAPSHOT-sources.jar [2023-09-08T19:37:10.861Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-ins_0.15.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-ins/0.15.1-SNAPSHOT/com.atlassian.commonmark-ins-0.15.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:37:10.861Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-ins_0.15.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-ins/0.15.1-SNAPSHOT/com.atlassian.commonmark-ins-0.15.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:37:10.861Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-ins_0.15.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-ins/0.15.1-SNAPSHOT/com.atlassian.commonmark-ins-0.15.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:37:10.861Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-ins_0.15.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-ins/0.15.1-SNAPSHOT/com.atlassian.commonmark-ins-0.15.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:37:10.861Z] [INFO] [2023-09-08T19:37:10.861Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.atlassian.commonmark-ins --- [2023-09-08T19:37:10.861Z] [INFO] [2023-09-08T19:37:10.861Z] [INFO] --< org.eclipse.orbit.bundles:com.atlassian.commonmark-task-list-items >-- [2023-09-08T19:37:10.861Z] [INFO] Building commonmark-java extension for task list items 0.15.1-SNAPSHOT [149/375] [2023-09-08T19:37:10.861Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:37:10.861Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/atlassian/commonmark/commonmark-ext-task-list-items/0.15.1/commonmark-ext-task-list-items-0.15.1.pom [2023-09-08T19:37:10.861Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/atlassian/commonmark/commonmark-ext-task-list-items/0.15.1/commonmark-ext-task-list-items-0.15.1.pom [2023-09-08T19:37:11.117Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/atlassian/commonmark/commonmark-ext-task-list-items/0.15.1/commonmark-ext-task-list-items-0.15.1.pom (1.6 kB at 24 kB/s) [2023-09-08T19:37:11.118Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/atlassian/commonmark/commonmark-ext-task-list-items/0.15.1/commonmark-ext-task-list-items-0.15.1.jar [2023-09-08T19:37:11.118Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/atlassian/commonmark/commonmark-ext-task-list-items/0.15.1/commonmark-ext-task-list-items-0.15.1.jar [2023-09-08T19:37:11.118Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/atlassian/commonmark/commonmark-ext-task-list-items/0.15.1/commonmark-ext-task-list-items-0.15.1.jar (9.8 kB at 181 kB/s) [2023-09-08T19:37:11.118Z] [INFO] [2023-09-08T19:37:11.118Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.atlassian.commonmark-task-list-items --- [2023-09-08T19:37:11.118Z] [INFO] [2023-09-08T19:37:11.118Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.atlassian.commonmark-task-list-items --- [2023-09-08T19:37:11.118Z] [INFO] The project's OSGi version is 0.15.1.v20221112-0806 [2023-09-08T19:37:11.118Z] [INFO] [2023-09-08T19:37:11.118Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.atlassian.commonmark-task-list-items --- [2023-09-08T19:37:11.118Z] [INFO] [2023-09-08T19:37:11.118Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.atlassian.commonmark-task-list-items --- [2023-09-08T19:37:11.118Z] [INFO] Copying 3 resources [2023-09-08T19:37:11.118Z] [INFO] [2023-09-08T19:37:11.118Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.atlassian.commonmark-task-list-items --- [2023-09-08T19:37:11.118Z] [INFO] No sources to compile [2023-09-08T19:37:11.118Z] [INFO] [2023-09-08T19:37:11.118Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.atlassian.commonmark-task-list-items --- [2023-09-08T19:37:11.118Z] [INFO] Gathering dependencies [2023-09-08T19:37:11.118Z] [INFO] Configured Artifact: com.atlassian.commonmark:commonmark-ext-task-list-items:0.15.1:jar [2023-09-08T19:37:11.118Z] [INFO] Unpacking /home/vnc/.m2/repository/com/atlassian/commonmark/commonmark-ext-task-list-items/0.15.1/commonmark-ext-task-list-items-0.15.1.jar to /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-task-list-items_0.15.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:37:11.118Z] [INFO] Merging collected dependencies [2023-09-08T19:37:11.118Z] [INFO] Copying 9 resources [2023-09-08T19:37:11.118Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:37:11.118Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.atlassian.commonmark-task-list-items:eclipse-bundle-recipe:0.15.1-SNAPSHOT : Unused Export-Package instructions: [*.implementation.*, *.impl.*] [2023-09-08T19:37:11.118Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-task-list-items_0.15.1/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:37:11.118Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-task-list-items_0.15.1/target/com.atlassian.commonmark-task-list-items-0.15.1-SNAPSHOT.jar [2023-09-08T19:37:11.118Z] [INFO] Gathering sources [2023-09-08T19:37:11.118Z] [INFO] Configured Artifact: com.atlassian.commonmark:commonmark-ext-task-list-items:sources:0.15.1:jar [2023-09-08T19:37:11.118Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/atlassian/commonmark/commonmark-ext-task-list-items/0.15.1/commonmark-ext-task-list-items-0.15.1-sources.jar [2023-09-08T19:37:11.118Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/atlassian/commonmark/commonmark-ext-task-list-items/0.15.1/commonmark-ext-task-list-items-0.15.1-sources.jar [2023-09-08T19:37:11.118Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/atlassian/commonmark/commonmark-ext-task-list-items/0.15.1/commonmark-ext-task-list-items-0.15.1-sources.jar (5.8 kB at 125 kB/s) [2023-09-08T19:37:11.118Z] [INFO] Unpacking /home/vnc/.m2/repository/com/atlassian/commonmark/commonmark-ext-task-list-items/0.15.1/commonmark-ext-task-list-items-0.15.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-task-list-items_0.15.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:37:11.118Z] [INFO] Copying 3 resources [2023-09-08T19:37:11.118Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-task-list-items_0.15.1/src/main/java [2023-09-08T19:37:11.118Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-task-list-items_0.15.1/target/com.atlassian.commonmark-task-list-items-0.15.1-SNAPSHOT-sources.jar [2023-09-08T19:37:11.118Z] [INFO] Assembling p2 repository [2023-09-08T19:37:12.046Z] [INFO] [2023-09-08T19:37:12.046Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.atlassian.commonmark-task-list-items --- [2023-09-08T19:37:12.046Z] [INFO] [2023-09-08T19:37:12.046Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.atlassian.commonmark-task-list-items --- [2023-09-08T19:37:12.046Z] [INFO] Gathering sources archives [2023-09-08T19:37:12.046Z] [INFO] Configured Artifact: com.atlassian.commonmark:commonmark-ext-task-list-items:sources:0.15.1:jar [2023-09-08T19:37:12.046Z] [INFO] Unpacking /home/vnc/.m2/repository/com/atlassian/commonmark/commonmark-ext-task-list-items/0.15.1/commonmark-ext-task-list-items-0.15.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-task-list-items_0.15.1/target/sources-for-eclipse-ipzilla/commonmark-ext-task-list-items-0.15.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:37:12.046Z] [INFO] Configured Artifact: com.atlassian.commonmark:commonmark-ext-task-list-items:sources:0.15.1:jar [2023-09-08T19:37:12.046Z] [INFO] Copying commonmark-ext-task-list-items-0.15.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-task-list-items_0.15.1/target/sources-for-eclipse-ipzilla/commonmark-ext-task-list-items-0.15.1-sources.jar [2023-09-08T19:37:12.046Z] [INFO] Refreshing about files and about.html [2023-09-08T19:37:12.046Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-task-list-items_0.15.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:37:12.046Z] [INFO] [2023-09-08T19:37:12.046Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ com.atlassian.commonmark-task-list-items --- [2023-09-08T19:37:12.046Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-task-list-items_0.15.1/target/com.atlassian.commonmark-task-list-items-0.15.1-SNAPSHOT.jar [2023-09-08T19:37:12.976Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-task-list-items_0.15.1/target/com.atlassian.commonmark-task-list-items-0.15.1-SNAPSHOT-sources.jar [2023-09-08T19:37:13.903Z] [INFO] [2023-09-08T19:37:13.904Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.atlassian.commonmark-task-list-items --- [2023-09-08T19:37:14.159Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:com.atlassian.commonmark-task-list-items:0.15.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-task-list-items_0.15.1/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:37:14.159Z] no-classifier: different [2023-09-08T19:37:14.159Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:37:14.159Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:37:14.159Z] classifier-sources: different [2023-09-08T19:37:14.159Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:37:14.159Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:37:14.159Z] [2023-09-08T19:37:14.159Z] [INFO] MavenProject: org.eclipse.orbit.bundles:com.atlassian.commonmark-task-list-items:0.15.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-task-list-items_0.15.1/pom.xml [2023-09-08T19:37:14.159Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:37:14.159Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:37:14.159Z] [2023-09-08T19:37:14.159Z] [INFO] [2023-09-08T19:37:14.159Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ com.atlassian.commonmark-task-list-items --- [2023-09-08T19:37:14.159Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-task-list-items_0.15.1/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-task-list-items/0.15.1-SNAPSHOT/com.atlassian.commonmark-task-list-items-0.15.1-SNAPSHOT.pom [2023-09-08T19:37:14.159Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-task-list-items_0.15.1/target/com.atlassian.commonmark-task-list-items-0.15.1-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-task-list-items/0.15.1-SNAPSHOT/com.atlassian.commonmark-task-list-items-0.15.1-SNAPSHOT.jar [2023-09-08T19:37:14.159Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-task-list-items_0.15.1/target/com.atlassian.commonmark-task-list-items-0.15.1-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-task-list-items/0.15.1-SNAPSHOT/com.atlassian.commonmark-task-list-items-0.15.1-SNAPSHOT-sources.jar [2023-09-08T19:37:14.159Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-task-list-items_0.15.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-task-list-items/0.15.1-SNAPSHOT/com.atlassian.commonmark-task-list-items-0.15.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:37:14.160Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-task-list-items_0.15.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-task-list-items/0.15.1-SNAPSHOT/com.atlassian.commonmark-task-list-items-0.15.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:37:14.160Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-task-list-items_0.15.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-task-list-items/0.15.1-SNAPSHOT/com.atlassian.commonmark-task-list-items-0.15.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:37:14.160Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-task-list-items_0.15.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-task-list-items/0.15.1-SNAPSHOT/com.atlassian.commonmark-task-list-items-0.15.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:37:14.160Z] [INFO] [2023-09-08T19:37:14.160Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.atlassian.commonmark-task-list-items --- [2023-09-08T19:37:14.160Z] [INFO] [2023-09-08T19:37:14.160Z] [INFO] --< org.eclipse.orbit.bundles:com.atlassian.commonmark-heading-anchor >-- [2023-09-08T19:37:14.160Z] [INFO] Building commonmark-java extension for adding id attributes to h tags 0.15.1-SNAPSHOT [150/375] [2023-09-08T19:37:14.160Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:37:14.160Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/atlassian/commonmark/commonmark-ext-heading-anchor/0.15.1/commonmark-ext-heading-anchor-0.15.1.pom [2023-09-08T19:37:14.160Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/atlassian/commonmark/commonmark-ext-heading-anchor/0.15.1/commonmark-ext-heading-anchor-0.15.1.pom [2023-09-08T19:37:14.160Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/atlassian/commonmark/commonmark-ext-heading-anchor/0.15.1/commonmark-ext-heading-anchor-0.15.1.pom (1.6 kB at 35 kB/s) [2023-09-08T19:37:14.160Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/atlassian/commonmark/commonmark-ext-heading-anchor/0.15.1/commonmark-ext-heading-anchor-0.15.1.jar [2023-09-08T19:37:14.160Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/atlassian/commonmark/commonmark-ext-heading-anchor/0.15.1/commonmark-ext-heading-anchor-0.15.1.jar [2023-09-08T19:37:14.417Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/atlassian/commonmark/commonmark-ext-heading-anchor/0.15.1/commonmark-ext-heading-anchor-0.15.1.jar (12 kB at 240 kB/s) [2023-09-08T19:37:14.417Z] [INFO] [2023-09-08T19:37:14.417Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.atlassian.commonmark-heading-anchor --- [2023-09-08T19:37:14.417Z] [INFO] [2023-09-08T19:37:14.417Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.atlassian.commonmark-heading-anchor --- [2023-09-08T19:37:14.417Z] [INFO] The project's OSGi version is 0.15.1.v20221112-0806 [2023-09-08T19:37:14.417Z] [INFO] [2023-09-08T19:37:14.417Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.atlassian.commonmark-heading-anchor --- [2023-09-08T19:37:14.417Z] [INFO] [2023-09-08T19:37:14.417Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.atlassian.commonmark-heading-anchor --- [2023-09-08T19:37:14.417Z] [INFO] Copying 3 resources [2023-09-08T19:37:14.417Z] [INFO] [2023-09-08T19:37:14.417Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.atlassian.commonmark-heading-anchor --- [2023-09-08T19:37:14.417Z] [INFO] No sources to compile [2023-09-08T19:37:14.417Z] [INFO] [2023-09-08T19:37:14.417Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.atlassian.commonmark-heading-anchor --- [2023-09-08T19:37:14.417Z] [INFO] Gathering dependencies [2023-09-08T19:37:14.417Z] [INFO] Configured Artifact: com.atlassian.commonmark:commonmark-ext-heading-anchor:0.15.1:jar [2023-09-08T19:37:14.417Z] [INFO] Unpacking /home/vnc/.m2/repository/com/atlassian/commonmark/commonmark-ext-heading-anchor/0.15.1/commonmark-ext-heading-anchor-0.15.1.jar to /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-heading-anchor_0.15.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:37:14.417Z] [INFO] Merging collected dependencies [2023-09-08T19:37:14.417Z] [INFO] Copying 10 resources [2023-09-08T19:37:14.417Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:37:14.417Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.atlassian.commonmark-heading-anchor:eclipse-bundle-recipe:0.15.1-SNAPSHOT : Unused Export-Package instructions: [*.implementation.*, *.impl.*] [2023-09-08T19:37:14.417Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-heading-anchor_0.15.1/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:37:14.417Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-heading-anchor_0.15.1/target/com.atlassian.commonmark-heading-anchor-0.15.1-SNAPSHOT.jar [2023-09-08T19:37:14.417Z] [INFO] Gathering sources [2023-09-08T19:37:14.417Z] [INFO] Configured Artifact: com.atlassian.commonmark:commonmark-ext-heading-anchor:sources:0.15.1:jar [2023-09-08T19:37:14.417Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/atlassian/commonmark/commonmark-ext-heading-anchor/0.15.1/commonmark-ext-heading-anchor-0.15.1-sources.jar [2023-09-08T19:37:14.417Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/atlassian/commonmark/commonmark-ext-heading-anchor/0.15.1/commonmark-ext-heading-anchor-0.15.1-sources.jar [2023-09-08T19:37:14.417Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/atlassian/commonmark/commonmark-ext-heading-anchor/0.15.1/commonmark-ext-heading-anchor-0.15.1-sources.jar (6.4 kB at 152 kB/s) [2023-09-08T19:37:14.417Z] [INFO] Unpacking /home/vnc/.m2/repository/com/atlassian/commonmark/commonmark-ext-heading-anchor/0.15.1/commonmark-ext-heading-anchor-0.15.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-heading-anchor_0.15.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:37:14.417Z] [INFO] Copying 3 resources [2023-09-08T19:37:14.417Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-heading-anchor_0.15.1/src/main/java [2023-09-08T19:37:14.417Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-heading-anchor_0.15.1/target/com.atlassian.commonmark-heading-anchor-0.15.1-SNAPSHOT-sources.jar [2023-09-08T19:37:14.417Z] [INFO] Assembling p2 repository [2023-09-08T19:37:14.979Z] [INFO] [2023-09-08T19:37:14.979Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.atlassian.commonmark-heading-anchor --- [2023-09-08T19:37:14.979Z] [INFO] [2023-09-08T19:37:14.979Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.atlassian.commonmark-heading-anchor --- [2023-09-08T19:37:14.979Z] [INFO] Gathering sources archives [2023-09-08T19:37:14.979Z] [INFO] Configured Artifact: com.atlassian.commonmark:commonmark-ext-heading-anchor:sources:0.15.1:jar [2023-09-08T19:37:14.979Z] [INFO] Unpacking /home/vnc/.m2/repository/com/atlassian/commonmark/commonmark-ext-heading-anchor/0.15.1/commonmark-ext-heading-anchor-0.15.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-heading-anchor_0.15.1/target/sources-for-eclipse-ipzilla/commonmark-ext-heading-anchor-0.15.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:37:14.980Z] [INFO] Configured Artifact: com.atlassian.commonmark:commonmark-ext-heading-anchor:sources:0.15.1:jar [2023-09-08T19:37:14.980Z] [INFO] Copying commonmark-ext-heading-anchor-0.15.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-heading-anchor_0.15.1/target/sources-for-eclipse-ipzilla/commonmark-ext-heading-anchor-0.15.1-sources.jar [2023-09-08T19:37:14.980Z] [INFO] Refreshing about files and about.html [2023-09-08T19:37:14.980Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-heading-anchor_0.15.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:37:14.980Z] [INFO] [2023-09-08T19:37:14.980Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ com.atlassian.commonmark-heading-anchor --- [2023-09-08T19:37:14.980Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-heading-anchor_0.15.1/target/com.atlassian.commonmark-heading-anchor-0.15.1-SNAPSHOT.jar [2023-09-08T19:37:17.499Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-heading-anchor_0.15.1/target/com.atlassian.commonmark-heading-anchor-0.15.1-SNAPSHOT-sources.jar [2023-09-08T19:37:18.062Z] [INFO] [2023-09-08T19:37:18.062Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.atlassian.commonmark-heading-anchor --- [2023-09-08T19:37:18.319Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:com.atlassian.commonmark-heading-anchor:0.15.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-heading-anchor_0.15.1/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:37:18.319Z] no-classifier: different [2023-09-08T19:37:18.319Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:37:18.319Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:37:18.319Z] classifier-sources: different [2023-09-08T19:37:18.319Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:37:18.319Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:37:18.319Z] [2023-09-08T19:37:18.319Z] [INFO] MavenProject: org.eclipse.orbit.bundles:com.atlassian.commonmark-heading-anchor:0.15.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-heading-anchor_0.15.1/pom.xml [2023-09-08T19:37:18.319Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:37:18.319Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:37:18.319Z] [2023-09-08T19:37:18.319Z] [INFO] [2023-09-08T19:37:18.319Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ com.atlassian.commonmark-heading-anchor --- [2023-09-08T19:37:18.319Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-heading-anchor_0.15.1/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-heading-anchor/0.15.1-SNAPSHOT/com.atlassian.commonmark-heading-anchor-0.15.1-SNAPSHOT.pom [2023-09-08T19:37:18.319Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-heading-anchor_0.15.1/target/com.atlassian.commonmark-heading-anchor-0.15.1-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-heading-anchor/0.15.1-SNAPSHOT/com.atlassian.commonmark-heading-anchor-0.15.1-SNAPSHOT.jar [2023-09-08T19:37:18.319Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-heading-anchor_0.15.1/target/com.atlassian.commonmark-heading-anchor-0.15.1-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-heading-anchor/0.15.1-SNAPSHOT/com.atlassian.commonmark-heading-anchor-0.15.1-SNAPSHOT-sources.jar [2023-09-08T19:37:18.319Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-heading-anchor_0.15.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-heading-anchor/0.15.1-SNAPSHOT/com.atlassian.commonmark-heading-anchor-0.15.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:37:18.319Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-heading-anchor_0.15.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-heading-anchor/0.15.1-SNAPSHOT/com.atlassian.commonmark-heading-anchor-0.15.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:37:18.319Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-heading-anchor_0.15.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-heading-anchor/0.15.1-SNAPSHOT/com.atlassian.commonmark-heading-anchor-0.15.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:37:18.319Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/commonmark/com.atlassian.commonmark-heading-anchor_0.15.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.atlassian.commonmark-heading-anchor/0.15.1-SNAPSHOT/com.atlassian.commonmark-heading-anchor-0.15.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:37:18.319Z] [INFO] [2023-09-08T19:37:18.319Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.atlassian.commonmark-heading-anchor --- [2023-09-08T19:37:18.319Z] [INFO] [2023-09-08T19:37:18.319Z] [INFO] ----------------< org.eclipse.orbit.bundles:cup-parent >---------------- [2023-09-08T19:37:18.320Z] [INFO] Building Eclipse Orbit :: Apache Recipes 1.0.0-SNAPSHOT [151/375] [2023-09-08T19:37:18.320Z] [INFO] --------------------------------[ pom ]--------------------------------- [2023-09-08T19:37:18.320Z] [INFO] [2023-09-08T19:37:18.320Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cup-parent --- [2023-09-08T19:37:18.320Z] [INFO] [2023-09-08T19:37:18.320Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ cup-parent --- [2023-09-08T19:37:18.320Z] [INFO] [2023-09-08T19:37:18.320Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ cup-parent --- [2023-09-08T19:37:18.320Z] [INFO] [2023-09-08T19:37:18.320Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ cup-parent --- [2023-09-08T19:37:18.320Z] [INFO] [2023-09-08T19:37:18.320Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ cup-parent --- [2023-09-08T19:37:18.320Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/cup/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/cup-parent/1.0.0-SNAPSHOT/cup-parent-1.0.0-SNAPSHOT.pom [2023-09-08T19:37:18.320Z] [INFO] [2023-09-08T19:37:18.320Z] [INFO] -------------< org.eclipse.orbit.bundles:java_cup-runtime >------------- [2023-09-08T19:37:18.320Z] [INFO] Building Java Cup Runtime 0.11.20150326 0.11.20150326-SNAPSHOT [152/375] [2023-09-08T19:37:18.320Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:37:18.320Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/eclipse/orbit/java-cup/java-cup-runtime/0.11.20150326/java-cup-runtime-0.11.20150326.pom [2023-09-08T19:37:18.320Z] [INFO] Downloaded from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/eclipse/orbit/java-cup/java-cup-runtime/0.11.20150326/java-cup-runtime-0.11.20150326.pom (423 B at 11 kB/s) [2023-09-08T19:37:18.320Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/eclipse/orbit/java-cup/java-cup-runtime/0.11.20150326/java-cup-runtime-0.11.20150326.jar [2023-09-08T19:37:18.320Z] [INFO] Downloaded from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/eclipse/orbit/java-cup/java-cup-runtime/0.11.20150326/java-cup-runtime-0.11.20150326.jar (23 kB at 1.3 MB/s) [2023-09-08T19:37:18.320Z] [INFO] [2023-09-08T19:37:18.320Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ java_cup-runtime --- [2023-09-08T19:37:18.320Z] [INFO] [2023-09-08T19:37:18.320Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ java_cup-runtime --- [2023-09-08T19:37:18.320Z] [INFO] The project's OSGi version is 0.11.20150326.v20180425-1030 [2023-09-08T19:37:18.320Z] [INFO] [2023-09-08T19:37:18.320Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ java_cup-runtime --- [2023-09-08T19:37:18.320Z] [INFO] [2023-09-08T19:37:18.320Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ java_cup-runtime --- [2023-09-08T19:37:18.320Z] [INFO] Copying 3 resources [2023-09-08T19:37:18.320Z] [INFO] [2023-09-08T19:37:18.320Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ java_cup-runtime --- [2023-09-08T19:37:18.320Z] [INFO] No sources to compile [2023-09-08T19:37:18.320Z] [INFO] [2023-09-08T19:37:18.320Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ java_cup-runtime --- [2023-09-08T19:37:18.320Z] [INFO] Gathering dependencies [2023-09-08T19:37:18.320Z] [INFO] Configured Artifact: org.eclipse.orbit.java-cup:java-cup-runtime:0.11.20150326:jar [2023-09-08T19:37:18.576Z] [INFO] Unpacking /home/vnc/.m2/repository/org/eclipse/orbit/java-cup/java-cup-runtime/0.11.20150326/java-cup-runtime-0.11.20150326.jar to /home/jenkins/agent/workspace/orbit-recipes/cup/java_cup-runtime_0.11.20150326/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:37:18.576Z] [INFO] Merging collected dependencies [2023-09-08T19:37:18.576Z] [INFO] Copying 15 resources [2023-09-08T19:37:18.576Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:37:18.576Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/cup/java_cup-runtime_0.11.20150326/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:37:18.576Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/cup/java_cup-runtime_0.11.20150326/target/java_cup-runtime-0.11.20150326-SNAPSHOT.jar [2023-09-08T19:37:18.576Z] [INFO] Gathering sources [2023-09-08T19:37:18.576Z] [INFO] Configured Artifact: org.eclipse.orbit.java-cup:java-cup-runtime:sources:0.11.20150326:jar [2023-09-08T19:37:18.576Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/eclipse/orbit/java-cup/java-cup-runtime/0.11.20150326/java-cup-runtime-0.11.20150326-sources.jar [2023-09-08T19:37:18.576Z] [INFO] Downloaded from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/eclipse/orbit/java-cup/java-cup-runtime/0.11.20150326/java-cup-runtime-0.11.20150326-sources.jar (21 kB at 589 kB/s) [2023-09-08T19:37:18.576Z] [INFO] Unpacking /home/vnc/.m2/repository/org/eclipse/orbit/java-cup/java-cup-runtime/0.11.20150326/java-cup-runtime-0.11.20150326-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/cup/java_cup-runtime_0.11.20150326/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:37:18.576Z] [INFO] Copying 3 resources [2023-09-08T19:37:18.576Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/cup/java_cup-runtime_0.11.20150326/src/main/java [2023-09-08T19:37:18.576Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/cup/java_cup-runtime_0.11.20150326/target/java_cup-runtime-0.11.20150326-SNAPSHOT-sources.jar [2023-09-08T19:37:18.576Z] [INFO] Assembling p2 repository [2023-09-08T19:37:19.139Z] [INFO] [2023-09-08T19:37:19.139Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ java_cup-runtime --- [2023-09-08T19:37:19.139Z] [INFO] [2023-09-08T19:37:19.139Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ java_cup-runtime --- [2023-09-08T19:37:19.139Z] [INFO] Gathering sources archives [2023-09-08T19:37:19.139Z] [INFO] Configured Artifact: org.eclipse.orbit.java-cup:java-cup-runtime:sources:0.11.20150326:jar [2023-09-08T19:37:19.139Z] [INFO] Unpacking /home/vnc/.m2/repository/org/eclipse/orbit/java-cup/java-cup-runtime/0.11.20150326/java-cup-runtime-0.11.20150326-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/cup/java_cup-runtime_0.11.20150326/target/sources-for-eclipse-ipzilla/java-cup-runtime-0.11.20150326-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:37:19.139Z] [INFO] Configured Artifact: org.eclipse.orbit.java-cup:java-cup-runtime:sources:0.11.20150326:jar [2023-09-08T19:37:19.139Z] [INFO] Copying java-cup-runtime-0.11.20150326-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/cup/java_cup-runtime_0.11.20150326/target/sources-for-eclipse-ipzilla/java-cup-runtime-0.11.20150326-sources.jar [2023-09-08T19:37:19.139Z] [INFO] Refreshing about files and about.html [2023-09-08T19:37:19.139Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/cup/java_cup-runtime_0.11.20150326/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:37:19.139Z] [INFO] [2023-09-08T19:37:19.139Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ java_cup-runtime --- [2023-09-08T19:37:19.139Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/cup/java_cup-runtime_0.11.20150326/target/java_cup-runtime-0.11.20150326-SNAPSHOT.jar [2023-09-08T19:37:21.040Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/cup/java_cup-runtime_0.11.20150326/target/java_cup-runtime-0.11.20150326-SNAPSHOT-sources.jar [2023-09-08T19:37:22.937Z] [INFO] [2023-09-08T19:37:22.937Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ java_cup-runtime --- [2023-09-08T19:37:22.937Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:java_cup-runtime:0.11.20150326-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/cup/java_cup-runtime_0.11.20150326/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:37:22.937Z] no-classifier: different [2023-09-08T19:37:22.937Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:37:22.937Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:37:22.937Z] classifier-sources: different [2023-09-08T19:37:22.937Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:37:22.937Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:37:22.937Z] [2023-09-08T19:37:22.937Z] [INFO] MavenProject: org.eclipse.orbit.bundles:java_cup-runtime:0.11.20150326-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/cup/java_cup-runtime_0.11.20150326/pom.xml [2023-09-08T19:37:22.937Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:37:22.937Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:37:22.937Z] [2023-09-08T19:37:22.937Z] [INFO] [2023-09-08T19:37:22.937Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ java_cup-runtime --- [2023-09-08T19:37:22.937Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/cup/java_cup-runtime_0.11.20150326/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/java_cup-runtime/0.11.20150326-SNAPSHOT/java_cup-runtime-0.11.20150326-SNAPSHOT.pom [2023-09-08T19:37:22.937Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/cup/java_cup-runtime_0.11.20150326/target/java_cup-runtime-0.11.20150326-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/java_cup-runtime/0.11.20150326-SNAPSHOT/java_cup-runtime-0.11.20150326-SNAPSHOT.jar [2023-09-08T19:37:22.937Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/cup/java_cup-runtime_0.11.20150326/target/java_cup-runtime-0.11.20150326-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/java_cup-runtime/0.11.20150326-SNAPSHOT/java_cup-runtime-0.11.20150326-SNAPSHOT-sources.jar [2023-09-08T19:37:22.937Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/cup/java_cup-runtime_0.11.20150326/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/java_cup-runtime/0.11.20150326-SNAPSHOT/java_cup-runtime-0.11.20150326-SNAPSHOT-p2metadata.xml [2023-09-08T19:37:22.937Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/cup/java_cup-runtime_0.11.20150326/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/java_cup-runtime/0.11.20150326-SNAPSHOT/java_cup-runtime-0.11.20150326-SNAPSHOT-p2artifacts.xml [2023-09-08T19:37:22.937Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/cup/java_cup-runtime_0.11.20150326/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/java_cup-runtime/0.11.20150326-SNAPSHOT/java_cup-runtime-0.11.20150326-SNAPSHOT-p2metadata.xml [2023-09-08T19:37:22.937Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/cup/java_cup-runtime_0.11.20150326/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/java_cup-runtime/0.11.20150326-SNAPSHOT/java_cup-runtime-0.11.20150326-SNAPSHOT-p2artifacts.xml [2023-09-08T19:37:22.937Z] [INFO] [2023-09-08T19:37:22.937Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ java_cup-runtime --- [2023-09-08T19:37:22.937Z] [INFO] [2023-09-08T19:37:22.937Z] [INFO] -----------------< org.eclipse.orbit.bundles:java_cup >----------------- [2023-09-08T19:37:22.937Z] [INFO] Building Java CUP 0.11.20150326 0.11.20150326-SNAPSHOT [153/375] [2023-09-08T19:37:22.937Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:37:22.937Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/eclipse/orbit/java-cup/java-cup/0.11.20150326/java-cup-0.11.20150326.pom [2023-09-08T19:37:22.937Z] [INFO] Downloaded from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/eclipse/orbit/java-cup/java-cup/0.11.20150326/java-cup-0.11.20150326.pom (415 B at 10 kB/s) [2023-09-08T19:37:22.937Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/eclipse/orbit/java-cup/java-cup/0.11.20150326/java-cup-0.11.20150326.jar [2023-09-08T19:37:22.937Z] [INFO] Downloaded from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/eclipse/orbit/java-cup/java-cup/0.11.20150326/java-cup-0.11.20150326.jar (88 kB at 5.5 MB/s) [2023-09-08T19:37:22.937Z] [INFO] [2023-09-08T19:37:22.937Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ java_cup --- [2023-09-08T19:37:22.937Z] [INFO] [2023-09-08T19:37:22.937Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ java_cup --- [2023-09-08T19:37:22.937Z] [INFO] The project's OSGi version is 0.11.20150326.v20180425-1030 [2023-09-08T19:37:22.937Z] [INFO] [2023-09-08T19:37:22.937Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ java_cup --- [2023-09-08T19:37:22.937Z] [INFO] [2023-09-08T19:37:22.937Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ java_cup --- [2023-09-08T19:37:22.937Z] [INFO] Copying 3 resources [2023-09-08T19:37:22.937Z] [INFO] [2023-09-08T19:37:22.937Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ java_cup --- [2023-09-08T19:37:22.938Z] [INFO] No sources to compile [2023-09-08T19:37:22.938Z] [INFO] [2023-09-08T19:37:22.938Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ java_cup --- [2023-09-08T19:37:22.938Z] [INFO] Gathering dependencies [2023-09-08T19:37:22.938Z] [INFO] Configured Artifact: org.eclipse.orbit.java-cup:java-cup:0.11.20150326:jar [2023-09-08T19:37:22.938Z] [INFO] Unpacking /home/vnc/.m2/repository/org/eclipse/orbit/java-cup/java-cup/0.11.20150326/java-cup-0.11.20150326.jar to /home/jenkins/agent/workspace/orbit-recipes/cup/java_cup_0.11.20150326/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:37:22.938Z] [INFO] Merging collected dependencies [2023-09-08T19:37:22.938Z] [INFO] Copying 35 resources [2023-09-08T19:37:22.938Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:37:22.938Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/cup/java_cup_0.11.20150326/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:37:22.938Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/cup/java_cup_0.11.20150326/target/java_cup-0.11.20150326-SNAPSHOT.jar [2023-09-08T19:37:22.938Z] [INFO] Gathering sources [2023-09-08T19:37:22.938Z] [INFO] Configured Artifact: org.eclipse.orbit.java-cup:java-cup:sources:0.11.20150326:jar [2023-09-08T19:37:22.938Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/eclipse/orbit/java-cup/java-cup/0.11.20150326/java-cup-0.11.20150326-sources.jar [2023-09-08T19:37:22.938Z] [INFO] Downloaded from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/eclipse/orbit/java-cup/java-cup/0.11.20150326/java-cup-0.11.20150326-sources.jar (70 kB at 3.7 MB/s) [2023-09-08T19:37:22.938Z] [INFO] Unpacking /home/vnc/.m2/repository/org/eclipse/orbit/java-cup/java-cup/0.11.20150326/java-cup-0.11.20150326-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/cup/java_cup_0.11.20150326/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:37:22.938Z] [INFO] Copying 3 resources [2023-09-08T19:37:22.938Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/cup/java_cup_0.11.20150326/src/main/java [2023-09-08T19:37:22.938Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/cup/java_cup_0.11.20150326/target/java_cup-0.11.20150326-SNAPSHOT-sources.jar [2023-09-08T19:37:22.938Z] [INFO] Assembling p2 repository [2023-09-08T19:37:23.867Z] [INFO] [2023-09-08T19:37:23.867Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ java_cup --- [2023-09-08T19:37:23.867Z] [INFO] [2023-09-08T19:37:23.867Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ java_cup --- [2023-09-08T19:37:23.867Z] [INFO] Gathering sources archives [2023-09-08T19:37:23.867Z] [INFO] Configured Artifact: org.eclipse.orbit.java-cup:java-cup:sources:0.11.20150326:jar [2023-09-08T19:37:23.867Z] [INFO] Unpacking /home/vnc/.m2/repository/org/eclipse/orbit/java-cup/java-cup/0.11.20150326/java-cup-0.11.20150326-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/cup/java_cup_0.11.20150326/target/sources-for-eclipse-ipzilla/java-cup-0.11.20150326-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:37:23.868Z] [INFO] Configured Artifact: org.eclipse.orbit.java-cup:java-cup:sources:0.11.20150326:jar [2023-09-08T19:37:23.868Z] [INFO] Copying java-cup-0.11.20150326-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/cup/java_cup_0.11.20150326/target/sources-for-eclipse-ipzilla/java-cup-0.11.20150326-sources.jar [2023-09-08T19:37:23.868Z] [INFO] Refreshing about files and about.html [2023-09-08T19:37:23.868Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/cup/java_cup_0.11.20150326/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:37:23.868Z] [INFO] [2023-09-08T19:37:23.868Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ java_cup --- [2023-09-08T19:37:23.868Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/cup/java_cup_0.11.20150326/target/java_cup-0.11.20150326-SNAPSHOT.jar [2023-09-08T19:37:24.796Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/cup/java_cup_0.11.20150326/target/java_cup-0.11.20150326-SNAPSHOT-sources.jar [2023-09-08T19:37:25.725Z] [INFO] [2023-09-08T19:37:25.725Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ java_cup --- [2023-09-08T19:37:25.982Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:java_cup:0.11.20150326-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/cup/java_cup_0.11.20150326/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:37:25.982Z] no-classifier: different [2023-09-08T19:37:25.982Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:37:25.982Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:37:25.982Z] classifier-sources: different [2023-09-08T19:37:25.982Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:37:25.982Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:37:25.982Z] [2023-09-08T19:37:25.982Z] [INFO] MavenProject: org.eclipse.orbit.bundles:java_cup:0.11.20150326-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/cup/java_cup_0.11.20150326/pom.xml [2023-09-08T19:37:25.982Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:37:25.982Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:37:25.982Z] [2023-09-08T19:37:25.982Z] [INFO] [2023-09-08T19:37:25.982Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ java_cup --- [2023-09-08T19:37:25.982Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/cup/java_cup_0.11.20150326/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/java_cup/0.11.20150326-SNAPSHOT/java_cup-0.11.20150326-SNAPSHOT.pom [2023-09-08T19:37:25.982Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/cup/java_cup_0.11.20150326/target/java_cup-0.11.20150326-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/java_cup/0.11.20150326-SNAPSHOT/java_cup-0.11.20150326-SNAPSHOT.jar [2023-09-08T19:37:25.982Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/cup/java_cup_0.11.20150326/target/java_cup-0.11.20150326-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/java_cup/0.11.20150326-SNAPSHOT/java_cup-0.11.20150326-SNAPSHOT-sources.jar [2023-09-08T19:37:25.982Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/cup/java_cup_0.11.20150326/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/java_cup/0.11.20150326-SNAPSHOT/java_cup-0.11.20150326-SNAPSHOT-p2metadata.xml [2023-09-08T19:37:25.982Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/cup/java_cup_0.11.20150326/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/java_cup/0.11.20150326-SNAPSHOT/java_cup-0.11.20150326-SNAPSHOT-p2artifacts.xml [2023-09-08T19:37:25.982Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/cup/java_cup_0.11.20150326/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/java_cup/0.11.20150326-SNAPSHOT/java_cup-0.11.20150326-SNAPSHOT-p2metadata.xml [2023-09-08T19:37:25.982Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/cup/java_cup_0.11.20150326/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/java_cup/0.11.20150326-SNAPSHOT/java_cup-0.11.20150326-SNAPSHOT-p2artifacts.xml [2023-09-08T19:37:25.982Z] [INFO] [2023-09-08T19:37:25.982Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ java_cup --- [2023-09-08T19:37:25.982Z] [INFO] [2023-09-08T19:37:25.982Z] [INFO] ---------------< org.eclipse.orbit.bundles:drmaa-parent >--------------- [2023-09-08T19:37:25.982Z] [INFO] Building Eclipse Orbit :: DRMAA 1.0.0-SNAPSHOT [154/375] [2023-09-08T19:37:25.982Z] [INFO] --------------------------------[ pom ]--------------------------------- [2023-09-08T19:37:25.982Z] [INFO] [2023-09-08T19:37:25.982Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ drmaa-parent --- [2023-09-08T19:37:25.982Z] [INFO] [2023-09-08T19:37:25.982Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ drmaa-parent --- [2023-09-08T19:37:25.982Z] [INFO] [2023-09-08T19:37:25.982Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ drmaa-parent --- [2023-09-08T19:37:25.982Z] [INFO] [2023-09-08T19:37:25.982Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ drmaa-parent --- [2023-09-08T19:37:25.982Z] [INFO] [2023-09-08T19:37:25.982Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ drmaa-parent --- [2023-09-08T19:37:25.982Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/drmaa/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/drmaa-parent/1.0.0-SNAPSHOT/drmaa-parent-1.0.0-SNAPSHOT.pom [2023-09-08T19:37:25.982Z] [INFO] [2023-09-08T19:37:25.982Z] [INFO] --------------< org.eclipse.orbit.bundles:org.ggf.drmaa >--------------- [2023-09-08T19:37:25.982Z] [INFO] Building org.ggf.drmaa 1.0.0-SNAPSHOT [155/375] [2023-09-08T19:37:25.982Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:37:25.982Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/eclipse/orbit/drmaa/org.ggf.drmaa/1.0.0/org.ggf.drmaa-1.0.0.pom [2023-09-08T19:37:25.982Z] [INFO] Downloaded from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/eclipse/orbit/drmaa/org.ggf.drmaa/1.0.0/org.ggf.drmaa-1.0.0.pom (409 B at 19 kB/s) [2023-09-08T19:37:25.982Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/eclipse/orbit/drmaa/org.ggf.drmaa/1.0.0/org.ggf.drmaa-1.0.0.jar [2023-09-08T19:37:25.982Z] [INFO] Downloaded from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/eclipse/orbit/drmaa/org.ggf.drmaa/1.0.0/org.ggf.drmaa-1.0.0.jar (46 kB at 1.6 MB/s) [2023-09-08T19:37:25.982Z] [INFO] [2023-09-08T19:37:25.982Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.ggf.drmaa --- [2023-09-08T19:37:25.982Z] [INFO] [2023-09-08T19:37:25.982Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.ggf.drmaa --- [2023-09-08T19:37:25.982Z] [INFO] The project's OSGi version is 1.0.0.v20170818-1553 [2023-09-08T19:37:25.982Z] [INFO] [2023-09-08T19:37:25.982Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.ggf.drmaa --- [2023-09-08T19:37:25.982Z] [INFO] [2023-09-08T19:37:25.982Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.ggf.drmaa --- [2023-09-08T19:37:25.982Z] [INFO] Copying 3 resources [2023-09-08T19:37:25.982Z] [INFO] [2023-09-08T19:37:25.982Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.ggf.drmaa --- [2023-09-08T19:37:25.982Z] [INFO] No sources to compile [2023-09-08T19:37:25.982Z] [INFO] [2023-09-08T19:37:25.982Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.ggf.drmaa --- [2023-09-08T19:37:25.982Z] [INFO] Gathering dependencies [2023-09-08T19:37:25.982Z] [INFO] Configured Artifact: org.eclipse.orbit.drmaa:org.ggf.drmaa:1.0.0:jar [2023-09-08T19:37:25.982Z] [INFO] Unpacking /home/vnc/.m2/repository/org/eclipse/orbit/drmaa/org.ggf.drmaa/1.0.0/org.ggf.drmaa-1.0.0.jar to /home/jenkins/agent/workspace/orbit-recipes/drmaa/org.ggf.drmaa_1.0.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:37:25.982Z] [INFO] Merging collected dependencies [2023-09-08T19:37:25.982Z] [INFO] Copying 38 resources [2023-09-08T19:37:25.982Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:37:25.982Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.ggf.drmaa:eclipse-bundle-recipe:1.0.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:37:25.982Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/drmaa/org.ggf.drmaa_1.0.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:37:26.239Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/drmaa/org.ggf.drmaa_1.0.0/target/org.ggf.drmaa-1.0.0-SNAPSHOT.jar [2023-09-08T19:37:26.239Z] [INFO] Gathering sources [2023-09-08T19:37:26.239Z] [INFO] Configured Artifact: org.eclipse.orbit.drmaa:org.ggf.drmaa:sources:1.0.0:jar [2023-09-08T19:37:26.239Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/eclipse/orbit/drmaa/org.ggf.drmaa/1.0.0/org.ggf.drmaa-1.0.0-sources.jar [2023-09-08T19:37:26.239Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/orbit/drmaa/org.ggf.drmaa/1.0.0/org.ggf.drmaa-1.0.0-sources.jar [2023-09-08T19:37:26.239Z] [WARNING] Unable to resolve source jar; skipping source bundle [2023-09-08T19:37:26.239Z] [INFO] Assembling p2 repository [2023-09-08T19:37:26.802Z] [INFO] [2023-09-08T19:37:26.802Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.ggf.drmaa --- [2023-09-08T19:37:26.802Z] [INFO] [2023-09-08T19:37:26.802Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.ggf.drmaa --- [2023-09-08T19:37:26.802Z] [INFO] Gathering sources archives [2023-09-08T19:37:26.802Z] [INFO] Configured Artifact: org.eclipse.orbit.drmaa:org.ggf.drmaa:sources:1.0.0:jar [2023-09-08T19:37:26.802Z] [WARNING] Unable to resolve source jar; skipping Eclipse IP information [2023-09-08T19:37:26.802Z] [INFO] Refreshing about files and about.html [2023-09-08T19:37:26.802Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/drmaa/org.ggf.drmaa_1.0.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:37:26.802Z] [INFO] [2023-09-08T19:37:26.802Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.ggf.drmaa --- [2023-09-08T19:37:26.802Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/drmaa/org.ggf.drmaa_1.0.0/target/org.ggf.drmaa-1.0.0-SNAPSHOT.jar [2023-09-08T19:37:28.169Z] [INFO] [2023-09-08T19:37:28.169Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.ggf.drmaa --- [2023-09-08T19:37:28.169Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.ggf.drmaa:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/drmaa/org.ggf.drmaa_1.0.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:37:28.170Z] no-classifier: different [2023-09-08T19:37:28.170Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:37:28.170Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:37:28.170Z] META-INF/MANIFEST.MF: different [2023-09-08T19:37:28.170Z] Automatic-Module-Name: not present in baseline version [2023-09-08T19:37:28.170Z] [2023-09-08T19:37:28.170Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.ggf.drmaa:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/drmaa/org.ggf.drmaa_1.0.0/pom.xml [2023-09-08T19:37:28.170Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:37:28.170Z] [2023-09-08T19:37:28.170Z] [INFO] [2023-09-08T19:37:28.170Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.ggf.drmaa --- [2023-09-08T19:37:28.170Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/drmaa/org.ggf.drmaa_1.0.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.ggf.drmaa/1.0.0-SNAPSHOT/org.ggf.drmaa-1.0.0-SNAPSHOT.pom [2023-09-08T19:37:28.170Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/drmaa/org.ggf.drmaa_1.0.0/target/org.ggf.drmaa-1.0.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.ggf.drmaa/1.0.0-SNAPSHOT/org.ggf.drmaa-1.0.0-SNAPSHOT.jar [2023-09-08T19:37:28.170Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/drmaa/org.ggf.drmaa_1.0.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.ggf.drmaa/1.0.0-SNAPSHOT/org.ggf.drmaa-1.0.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:37:28.170Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/drmaa/org.ggf.drmaa_1.0.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.ggf.drmaa/1.0.0-SNAPSHOT/org.ggf.drmaa-1.0.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:37:28.170Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/drmaa/org.ggf.drmaa_1.0.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.ggf.drmaa/1.0.0-SNAPSHOT/org.ggf.drmaa-1.0.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:37:28.170Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/drmaa/org.ggf.drmaa_1.0.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.ggf.drmaa/1.0.0-SNAPSHOT/org.ggf.drmaa-1.0.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:37:28.170Z] [INFO] [2023-09-08T19:37:28.170Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.ggf.drmaa --- [2023-09-08T19:37:28.170Z] [INFO] [2023-09-08T19:37:28.170Z] [INFO] ------------< org.eclipse.orbit.bundles:com.sun.grid.drmaa >------------ [2023-09-08T19:37:28.170Z] [INFO] Building com.sun.grid.drmaa 1.0.0-SNAPSHOT [156/375] [2023-09-08T19:37:28.170Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:37:28.170Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/eclipse/orbit/drmaa/com.sun.grid.drmaa/1.0.0/com.sun.grid.drmaa-1.0.0.pom [2023-09-08T19:37:28.170Z] [INFO] Downloaded from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/eclipse/orbit/drmaa/com.sun.grid.drmaa/1.0.0/com.sun.grid.drmaa-1.0.0.pom (414 B at 6.9 kB/s) [2023-09-08T19:37:28.170Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/eclipse/orbit/drmaa/com.sun.grid.drmaa/1.0.0/com.sun.grid.drmaa-1.0.0.jar [2023-09-08T19:37:28.170Z] [INFO] Downloaded from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/eclipse/orbit/drmaa/com.sun.grid.drmaa/1.0.0/com.sun.grid.drmaa-1.0.0.jar (821 kB at 17 MB/s) [2023-09-08T19:37:28.170Z] [INFO] [2023-09-08T19:37:28.170Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.sun.grid.drmaa --- [2023-09-08T19:37:28.170Z] [INFO] [2023-09-08T19:37:28.170Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.sun.grid.drmaa --- [2023-09-08T19:37:28.427Z] [INFO] The project's OSGi version is 1.0.0.v20170818-1553 [2023-09-08T19:37:28.427Z] [INFO] [2023-09-08T19:37:28.427Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.sun.grid.drmaa --- [2023-09-08T19:37:28.427Z] [INFO] [2023-09-08T19:37:28.427Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.sun.grid.drmaa --- [2023-09-08T19:37:28.427Z] [INFO] Copying 3 resources [2023-09-08T19:37:28.427Z] [INFO] [2023-09-08T19:37:28.427Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.sun.grid.drmaa --- [2023-09-08T19:37:28.427Z] [INFO] No sources to compile [2023-09-08T19:37:28.427Z] [INFO] [2023-09-08T19:37:28.427Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.sun.grid.drmaa --- [2023-09-08T19:37:28.427Z] [INFO] Gathering dependencies [2023-09-08T19:37:28.427Z] [INFO] Configured Artifact: org.eclipse.orbit.drmaa:com.sun.grid.drmaa:1.0.0:jar [2023-09-08T19:37:28.427Z] [INFO] Unpacking /home/vnc/.m2/repository/org/eclipse/orbit/drmaa/com.sun.grid.drmaa/1.0.0/com.sun.grid.drmaa-1.0.0.jar to /home/jenkins/agent/workspace/orbit-recipes/drmaa/com.sun.grid.drmaa_1.0.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:37:28.427Z] [INFO] Merging collected dependencies [2023-09-08T19:37:28.427Z] [INFO] Copying 9 resources [2023-09-08T19:37:28.427Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:37:28.427Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/drmaa/com.sun.grid.drmaa_1.0.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:37:28.427Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/drmaa/com.sun.grid.drmaa_1.0.0/target/com.sun.grid.drmaa-1.0.0-SNAPSHOT.jar [2023-09-08T19:37:28.427Z] [INFO] Gathering sources [2023-09-08T19:37:28.427Z] [INFO] Configured Artifact: org.eclipse.orbit.drmaa:com.sun.grid.drmaa:sources:1.0.0:jar [2023-09-08T19:37:28.427Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/eclipse/orbit/drmaa/com.sun.grid.drmaa/1.0.0/com.sun.grid.drmaa-1.0.0-sources.jar [2023-09-08T19:37:28.427Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/orbit/drmaa/com.sun.grid.drmaa/1.0.0/com.sun.grid.drmaa-1.0.0-sources.jar [2023-09-08T19:37:28.427Z] [WARNING] Unable to resolve source jar; skipping source bundle [2023-09-08T19:37:28.427Z] [INFO] Assembling p2 repository [2023-09-08T19:37:29.357Z] [INFO] [2023-09-08T19:37:29.357Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.sun.grid.drmaa --- [2023-09-08T19:37:29.357Z] [INFO] [2023-09-08T19:37:29.357Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.sun.grid.drmaa --- [2023-09-08T19:37:29.357Z] [INFO] Gathering sources archives [2023-09-08T19:37:29.357Z] [INFO] Configured Artifact: org.eclipse.orbit.drmaa:com.sun.grid.drmaa:sources:1.0.0:jar [2023-09-08T19:37:29.357Z] [WARNING] Unable to resolve source jar; skipping Eclipse IP information [2023-09-08T19:37:29.357Z] [INFO] Refreshing about files and about.html [2023-09-08T19:37:29.357Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/drmaa/com.sun.grid.drmaa_1.0.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:37:29.357Z] [INFO] [2023-09-08T19:37:29.357Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ com.sun.grid.drmaa --- [2023-09-08T19:37:29.357Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/drmaa/com.sun.grid.drmaa_1.0.0/target/com.sun.grid.drmaa-1.0.0-SNAPSHOT.jar [2023-09-08T19:37:30.723Z] [INFO] [2023-09-08T19:37:30.723Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.sun.grid.drmaa --- [2023-09-08T19:37:30.723Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:com.sun.grid.drmaa:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/drmaa/com.sun.grid.drmaa_1.0.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:37:30.723Z] no-classifier: different [2023-09-08T19:37:30.723Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:37:30.723Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:37:30.723Z] META-INF/MANIFEST.MF: different [2023-09-08T19:37:30.723Z] Automatic-Module-Name: not present in baseline version [2023-09-08T19:37:30.723Z] [2023-09-08T19:37:30.723Z] [INFO] MavenProject: org.eclipse.orbit.bundles:com.sun.grid.drmaa:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/drmaa/com.sun.grid.drmaa_1.0.0/pom.xml [2023-09-08T19:37:30.723Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:37:30.723Z] [2023-09-08T19:37:30.723Z] [INFO] [2023-09-08T19:37:30.723Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ com.sun.grid.drmaa --- [2023-09-08T19:37:30.723Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/drmaa/com.sun.grid.drmaa_1.0.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.sun.grid.drmaa/1.0.0-SNAPSHOT/com.sun.grid.drmaa-1.0.0-SNAPSHOT.pom [2023-09-08T19:37:30.723Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/drmaa/com.sun.grid.drmaa_1.0.0/target/com.sun.grid.drmaa-1.0.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.sun.grid.drmaa/1.0.0-SNAPSHOT/com.sun.grid.drmaa-1.0.0-SNAPSHOT.jar [2023-09-08T19:37:30.723Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/drmaa/com.sun.grid.drmaa_1.0.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.sun.grid.drmaa/1.0.0-SNAPSHOT/com.sun.grid.drmaa-1.0.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:37:30.723Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/drmaa/com.sun.grid.drmaa_1.0.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.sun.grid.drmaa/1.0.0-SNAPSHOT/com.sun.grid.drmaa-1.0.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:37:30.723Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/drmaa/com.sun.grid.drmaa_1.0.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.sun.grid.drmaa/1.0.0-SNAPSHOT/com.sun.grid.drmaa-1.0.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:37:30.723Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/drmaa/com.sun.grid.drmaa_1.0.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.sun.grid.drmaa/1.0.0-SNAPSHOT/com.sun.grid.drmaa-1.0.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:37:30.723Z] [INFO] [2023-09-08T19:37:30.723Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.sun.grid.drmaa --- [2023-09-08T19:37:30.723Z] [INFO] [2023-09-08T19:37:30.723Z] [INFO] ----------------< org.eclipse.orbit.bundles:freemarker >---------------- [2023-09-08T19:37:30.723Z] [INFO] Building Eclipse Orbit :: Freemarker Recipes 1.0.0-SNAPSHOT [157/375] [2023-09-08T19:37:30.723Z] [INFO] --------------------------------[ pom ]--------------------------------- [2023-09-08T19:37:30.723Z] [INFO] [2023-09-08T19:37:30.723Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ freemarker --- [2023-09-08T19:37:30.723Z] [INFO] [2023-09-08T19:37:30.723Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ freemarker --- [2023-09-08T19:37:30.723Z] [INFO] [2023-09-08T19:37:30.723Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ freemarker --- [2023-09-08T19:37:30.723Z] [INFO] [2023-09-08T19:37:30.723Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ freemarker --- [2023-09-08T19:37:30.723Z] [INFO] [2023-09-08T19:37:30.723Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ freemarker --- [2023-09-08T19:37:30.723Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/freemarker/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/freemarker/1.0.0-SNAPSHOT/freemarker-1.0.0-SNAPSHOT.pom [2023-09-08T19:37:30.723Z] [INFO] [2023-09-08T19:37:30.723Z] [INFO] --------------< org.eclipse.orbit.bundles:org.freemarker >-------------- [2023-09-08T19:37:30.723Z] [INFO] Building FreeMarker 2.3.22-SNAPSHOT [158/375] [2023-09-08T19:37:30.723Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:37:30.723Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/freemarker/freemarker/2.3.22/freemarker-2.3.22.pom [2023-09-08T19:37:30.723Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/freemarker/freemarker/2.3.22/freemarker-2.3.22.pom [2023-09-08T19:37:30.723Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/freemarker/freemarker/2.3.22/freemarker-2.3.22.pom (1.5 kB at 50 kB/s) [2023-09-08T19:37:30.723Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/freemarker/freemarker/2.3.22/freemarker-2.3.22.jar [2023-09-08T19:37:30.723Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/freemarker/freemarker/2.3.22/freemarker-2.3.22.jar [2023-09-08T19:37:30.723Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/freemarker/freemarker/2.3.22/freemarker-2.3.22.jar (1.3 MB at 22 MB/s) [2023-09-08T19:37:30.723Z] [INFO] [2023-09-08T19:37:30.723Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.freemarker --- [2023-09-08T19:37:30.723Z] [INFO] [2023-09-08T19:37:30.723Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.freemarker --- [2023-09-08T19:37:30.723Z] [INFO] The project's OSGi version is 2.3.22.v20160210-1233 [2023-09-08T19:37:30.723Z] [INFO] [2023-09-08T19:37:30.723Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.freemarker --- [2023-09-08T19:37:30.723Z] [INFO] [2023-09-08T19:37:30.723Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.freemarker --- [2023-09-08T19:37:30.723Z] [INFO] Copying 3 resources [2023-09-08T19:37:30.723Z] [INFO] [2023-09-08T19:37:30.723Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.freemarker --- [2023-09-08T19:37:30.723Z] [INFO] No sources to compile [2023-09-08T19:37:30.723Z] [INFO] [2023-09-08T19:37:30.723Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.freemarker --- [2023-09-08T19:37:30.723Z] [INFO] Gathering dependencies [2023-09-08T19:37:30.723Z] [INFO] Configured Artifact: org.freemarker:freemarker:2.3.22:jar [2023-09-08T19:37:30.723Z] [INFO] Unpacking /home/vnc/.m2/repository/org/freemarker/freemarker/2.3.22/freemarker-2.3.22.jar to /home/jenkins/agent/workspace/orbit-recipes/freemarker/org.freemarker_2.3.22/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:37:30.979Z] [INFO] Merging collected dependencies [2023-09-08T19:37:30.979Z] [INFO] Copying 947 resources [2023-09-08T19:37:30.979Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:37:31.235Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.freemarker:eclipse-bundle-recipe:2.3.22-SNAPSHOT : Unused Export-Package instructions: [*.internal*] [2023-09-08T19:37:31.235Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/freemarker/org.freemarker_2.3.22/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:37:31.235Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/freemarker/org.freemarker_2.3.22/target/org.freemarker-2.3.22-SNAPSHOT.jar [2023-09-08T19:37:31.491Z] [INFO] Gathering sources [2023-09-08T19:37:31.491Z] [INFO] Configured Artifact: org.freemarker:freemarker:sources:2.3.22:jar [2023-09-08T19:37:31.492Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/freemarker/freemarker/2.3.22/freemarker-2.3.22-sources.jar [2023-09-08T19:37:31.492Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/freemarker/freemarker/2.3.22/freemarker-2.3.22-sources.jar [2023-09-08T19:37:31.492Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/freemarker/freemarker/2.3.22/freemarker-2.3.22-sources.jar (874 kB at 20 MB/s) [2023-09-08T19:37:31.492Z] [INFO] Unpacking /home/vnc/.m2/repository/org/freemarker/freemarker/2.3.22/freemarker-2.3.22-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/freemarker/org.freemarker_2.3.22/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:37:31.492Z] [INFO] Copying 3 resources [2023-09-08T19:37:31.492Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/freemarker/org.freemarker_2.3.22/src/main/java [2023-09-08T19:37:31.749Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/freemarker/org.freemarker_2.3.22/target/org.freemarker-2.3.22-SNAPSHOT-sources.jar [2023-09-08T19:37:32.006Z] [INFO] Assembling p2 repository [2023-09-08T19:37:32.568Z] [INFO] [2023-09-08T19:37:32.568Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.freemarker --- [2023-09-08T19:37:32.568Z] [INFO] [2023-09-08T19:37:32.568Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.freemarker --- [2023-09-08T19:37:32.568Z] [INFO] Gathering sources archives [2023-09-08T19:37:32.568Z] [INFO] Configured Artifact: org.freemarker:freemarker:sources:2.3.22:jar [2023-09-08T19:37:32.568Z] [INFO] Unpacking /home/vnc/.m2/repository/org/freemarker/freemarker/2.3.22/freemarker-2.3.22-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/freemarker/org.freemarker_2.3.22/target/sources-for-eclipse-ipzilla/freemarker-2.3.22-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:37:32.568Z] [INFO] Configured Artifact: org.freemarker:freemarker:sources:2.3.22:jar [2023-09-08T19:37:32.568Z] [INFO] Copying freemarker-2.3.22-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/freemarker/org.freemarker_2.3.22/target/sources-for-eclipse-ipzilla/freemarker-2.3.22-sources.jar [2023-09-08T19:37:32.568Z] [INFO] Refreshing about files and about.html [2023-09-08T19:37:32.568Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/freemarker/org.freemarker_2.3.22/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:37:32.568Z] [INFO] [2023-09-08T19:37:32.568Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.freemarker --- [2023-09-08T19:37:32.825Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/freemarker/org.freemarker_2.3.22/target/org.freemarker-2.3.22-SNAPSHOT.jar [2023-09-08T19:37:36.098Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/freemarker/org.freemarker_2.3.22/target/org.freemarker-2.3.22-SNAPSHOT-sources.jar [2023-09-08T19:37:36.668Z] [INFO] [2023-09-08T19:37:36.668Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.freemarker --- [2023-09-08T19:37:37.229Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.freemarker:2.3.22-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/freemarker/org.freemarker_2.3.22/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:37:37.230Z] no-classifier: different [2023-09-08T19:37:37.230Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:37:37.230Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:37:37.230Z] META-INF/MANIFEST.MF: different [2023-09-08T19:37:37.230Z] Automatic-Module-Name: not present in baseline version [2023-09-08T19:37:37.230Z] classifier-sources: different [2023-09-08T19:37:37.230Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:37:37.230Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:37:37.230Z] [2023-09-08T19:37:37.230Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.freemarker:2.3.22-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/freemarker/org.freemarker_2.3.22/pom.xml [2023-09-08T19:37:37.230Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:37:37.230Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:37:37.230Z] [2023-09-08T19:37:37.230Z] [INFO] [2023-09-08T19:37:37.230Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.freemarker --- [2023-09-08T19:37:37.230Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/freemarker/org.freemarker_2.3.22/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.freemarker/2.3.22-SNAPSHOT/org.freemarker-2.3.22-SNAPSHOT.pom [2023-09-08T19:37:37.230Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/freemarker/org.freemarker_2.3.22/target/org.freemarker-2.3.22-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.freemarker/2.3.22-SNAPSHOT/org.freemarker-2.3.22-SNAPSHOT.jar [2023-09-08T19:37:37.230Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/freemarker/org.freemarker_2.3.22/target/org.freemarker-2.3.22-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.freemarker/2.3.22-SNAPSHOT/org.freemarker-2.3.22-SNAPSHOT-sources.jar [2023-09-08T19:37:37.230Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/freemarker/org.freemarker_2.3.22/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.freemarker/2.3.22-SNAPSHOT/org.freemarker-2.3.22-SNAPSHOT-p2metadata.xml [2023-09-08T19:37:37.230Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/freemarker/org.freemarker_2.3.22/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.freemarker/2.3.22-SNAPSHOT/org.freemarker-2.3.22-SNAPSHOT-p2artifacts.xml [2023-09-08T19:37:37.230Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/freemarker/org.freemarker_2.3.22/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.freemarker/2.3.22-SNAPSHOT/org.freemarker-2.3.22-SNAPSHOT-p2metadata.xml [2023-09-08T19:37:37.230Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/freemarker/org.freemarker_2.3.22/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.freemarker/2.3.22-SNAPSHOT/org.freemarker-2.3.22-SNAPSHOT-p2artifacts.xml [2023-09-08T19:37:37.230Z] [INFO] [2023-09-08T19:37:37.230Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.freemarker --- [2023-09-08T19:37:37.230Z] [INFO] [2023-09-08T19:37:37.230Z] [INFO] --------------< org.eclipse.orbit.bundles:github-parent >--------------- [2023-09-08T19:37:37.230Z] [INFO] Building Eclipse Orbit :: Github Recipes 1.0.0-SNAPSHOT [159/375] [2023-09-08T19:37:37.230Z] [INFO] --------------------------------[ pom ]--------------------------------- [2023-09-08T19:37:37.230Z] [INFO] [2023-09-08T19:37:37.230Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ github-parent --- [2023-09-08T19:37:37.230Z] [INFO] [2023-09-08T19:37:37.230Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ github-parent --- [2023-09-08T19:37:37.230Z] [INFO] [2023-09-08T19:37:37.230Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ github-parent --- [2023-09-08T19:37:37.230Z] [INFO] [2023-09-08T19:37:37.230Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ github-parent --- [2023-09-08T19:37:37.230Z] [INFO] [2023-09-08T19:37:37.230Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ github-parent --- [2023-09-08T19:37:37.230Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/github-parent/1.0.0-SNAPSHOT/github-parent-1.0.0-SNAPSHOT.pom [2023-09-08T19:37:37.230Z] [INFO] [2023-09-08T19:37:37.230Z] [INFO] ------------< org.eclipse.orbit.bundles:classgraph-parent >------------- [2023-09-08T19:37:37.230Z] [INFO] Building Eclipse Orbit :: Classgraph Recipes 1.0.0-SNAPSHOT [160/375] [2023-09-08T19:37:37.230Z] [INFO] --------------------------------[ pom ]--------------------------------- [2023-09-08T19:37:37.230Z] [INFO] [2023-09-08T19:37:37.230Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ classgraph-parent --- [2023-09-08T19:37:37.230Z] [INFO] [2023-09-08T19:37:37.230Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ classgraph-parent --- [2023-09-08T19:37:37.230Z] [INFO] [2023-09-08T19:37:37.230Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ classgraph-parent --- [2023-09-08T19:37:37.230Z] [INFO] [2023-09-08T19:37:37.230Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ classgraph-parent --- [2023-09-08T19:37:37.230Z] [INFO] [2023-09-08T19:37:37.230Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ classgraph-parent --- [2023-09-08T19:37:37.230Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/classgraph/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/classgraph-parent/1.0.0-SNAPSHOT/classgraph-parent-1.0.0-SNAPSHOT.pom [2023-09-08T19:37:37.230Z] [INFO] [2023-09-08T19:37:37.230Z] [INFO] -----------< org.eclipse.orbit.bundles:io.github.classgraph >----------- [2023-09-08T19:37:37.230Z] [INFO] Building ClassGraph 4.8.149-SNAPSHOT [161/375] [2023-09-08T19:37:37.230Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:37:37.230Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/io/github/classgraph/classgraph/4.8.149/classgraph-4.8.149.pom [2023-09-08T19:37:37.230Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/github/classgraph/classgraph/4.8.149/classgraph-4.8.149.pom [2023-09-08T19:37:37.230Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/github/classgraph/classgraph/4.8.149/classgraph-4.8.149.pom (30 kB at 2.1 MB/s) [2023-09-08T19:37:37.230Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/io/github/classgraph/classgraph/4.8.149/classgraph-4.8.149.jar [2023-09-08T19:37:37.230Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/github/classgraph/classgraph/4.8.149/classgraph-4.8.149.jar [2023-09-08T19:37:37.230Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/github/classgraph/classgraph/4.8.149/classgraph-4.8.149.jar (558 kB at 31 MB/s) [2023-09-08T19:37:37.230Z] [INFO] [2023-09-08T19:37:37.230Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ io.github.classgraph --- [2023-09-08T19:37:37.230Z] [INFO] [2023-09-08T19:37:37.230Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ io.github.classgraph --- [2023-09-08T19:37:37.230Z] [INFO] The project's OSGi version is 4.8.149.v20220915-0556 [2023-09-08T19:37:37.230Z] [INFO] [2023-09-08T19:37:37.230Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ io.github.classgraph --- [2023-09-08T19:37:37.230Z] [INFO] [2023-09-08T19:37:37.230Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ io.github.classgraph --- [2023-09-08T19:37:37.230Z] [INFO] Copying 3 resources [2023-09-08T19:37:37.230Z] [INFO] [2023-09-08T19:37:37.230Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ io.github.classgraph --- [2023-09-08T19:37:37.230Z] [INFO] No sources to compile [2023-09-08T19:37:37.230Z] [INFO] [2023-09-08T19:37:37.230Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ io.github.classgraph --- [2023-09-08T19:37:37.230Z] [INFO] Gathering dependencies [2023-09-08T19:37:37.230Z] [INFO] Configured Artifact: io.github.classgraph:classgraph:4.8.149:jar [2023-09-08T19:37:37.230Z] [INFO] Unpacking /home/vnc/.m2/repository/io/github/classgraph/classgraph/4.8.149/classgraph-4.8.149.jar to /home/jenkins/agent/workspace/orbit-recipes/github/classgraph/io.github.classgraph_4.8.149/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:37:37.230Z] [INFO] Merging collected dependencies [2023-09-08T19:37:37.230Z] [INFO] Copying 263 resources [2023-09-08T19:37:37.486Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:37:37.486Z] [WARNING] Manifest org.eclipse.orbit.bundles:io.github.classgraph:eclipse-bundle-recipe:4.8.149-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:37:37.486Z] [WARNING] Manifest org.eclipse.orbit.bundles:io.github.classgraph:eclipse-bundle-recipe:4.8.149-SNAPSHOT : Classes found in the wrong directory: {META-INF/versions/9/module-info.class=module-info} [2023-09-08T19:37:37.486Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/github/classgraph/io.github.classgraph_4.8.149/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:37:37.486Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/github/classgraph/io.github.classgraph_4.8.149/target/io.github.classgraph-4.8.149-SNAPSHOT.jar [2023-09-08T19:37:37.486Z] [INFO] Gathering sources [2023-09-08T19:37:37.486Z] [INFO] Configured Artifact: io.github.classgraph:classgraph:sources:4.8.149:jar [2023-09-08T19:37:37.486Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/io/github/classgraph/classgraph/4.8.149/classgraph-4.8.149-sources.jar [2023-09-08T19:37:37.486Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/github/classgraph/classgraph/4.8.149/classgraph-4.8.149-sources.jar [2023-09-08T19:37:37.486Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/github/classgraph/classgraph/4.8.149/classgraph-4.8.149-sources.jar (509 kB at 30 MB/s) [2023-09-08T19:37:37.486Z] [INFO] Unpacking /home/vnc/.m2/repository/io/github/classgraph/classgraph/4.8.149/classgraph-4.8.149-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/github/classgraph/io.github.classgraph_4.8.149/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:37:37.486Z] [INFO] Copying 3 resources [2023-09-08T19:37:37.487Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/github/classgraph/io.github.classgraph_4.8.149/src/main/java [2023-09-08T19:37:37.744Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/github/classgraph/io.github.classgraph_4.8.149/target/io.github.classgraph-4.8.149-SNAPSHOT-sources.jar [2023-09-08T19:37:37.744Z] [INFO] Assembling p2 repository [2023-09-08T19:37:38.306Z] [INFO] [2023-09-08T19:37:38.306Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ io.github.classgraph --- [2023-09-08T19:37:38.306Z] [INFO] [2023-09-08T19:37:38.306Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ io.github.classgraph --- [2023-09-08T19:37:38.306Z] [INFO] Gathering sources archives [2023-09-08T19:37:38.306Z] [INFO] Configured Artifact: io.github.classgraph:classgraph:sources:4.8.149:jar [2023-09-08T19:37:38.306Z] [INFO] Unpacking /home/vnc/.m2/repository/io/github/classgraph/classgraph/4.8.149/classgraph-4.8.149-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/github/classgraph/io.github.classgraph_4.8.149/target/sources-for-eclipse-ipzilla/classgraph-4.8.149-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:37:38.306Z] [INFO] Configured Artifact: io.github.classgraph:classgraph:sources:4.8.149:jar [2023-09-08T19:37:38.306Z] [INFO] Copying classgraph-4.8.149-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/github/classgraph/io.github.classgraph_4.8.149/target/sources-for-eclipse-ipzilla/classgraph-4.8.149-sources.jar [2023-09-08T19:37:38.306Z] [INFO] Refreshing about files and about.html [2023-09-08T19:37:38.306Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/github/classgraph/io.github.classgraph_4.8.149/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:37:38.306Z] [INFO] [2023-09-08T19:37:38.306Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ io.github.classgraph --- [2023-09-08T19:37:38.306Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/github/classgraph/io.github.classgraph_4.8.149/target/io.github.classgraph-4.8.149-SNAPSHOT.jar [2023-09-08T19:37:41.052Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/github/classgraph/io.github.classgraph_4.8.149/target/io.github.classgraph-4.8.149-SNAPSHOT-sources.jar [2023-09-08T19:37:41.983Z] [INFO] [2023-09-08T19:37:41.983Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ io.github.classgraph --- [2023-09-08T19:37:42.239Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:io.github.classgraph:4.8.149-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/github/classgraph/io.github.classgraph_4.8.149/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:37:42.239Z] no-classifier: different [2023-09-08T19:37:42.239Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:37:42.239Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:37:42.239Z] classifier-sources: different [2023-09-08T19:37:42.239Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:37:42.239Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:37:42.239Z] [2023-09-08T19:37:42.239Z] [INFO] MavenProject: org.eclipse.orbit.bundles:io.github.classgraph:4.8.149-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/github/classgraph/io.github.classgraph_4.8.149/pom.xml [2023-09-08T19:37:42.239Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:37:42.239Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:37:42.239Z] [2023-09-08T19:37:42.239Z] [INFO] [2023-09-08T19:37:42.239Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ io.github.classgraph --- [2023-09-08T19:37:42.239Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/classgraph/io.github.classgraph_4.8.149/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/io.github.classgraph/4.8.149-SNAPSHOT/io.github.classgraph-4.8.149-SNAPSHOT.pom [2023-09-08T19:37:42.239Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/classgraph/io.github.classgraph_4.8.149/target/io.github.classgraph-4.8.149-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/io.github.classgraph/4.8.149-SNAPSHOT/io.github.classgraph-4.8.149-SNAPSHOT.jar [2023-09-08T19:37:42.239Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/classgraph/io.github.classgraph_4.8.149/target/io.github.classgraph-4.8.149-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/io.github.classgraph/4.8.149-SNAPSHOT/io.github.classgraph-4.8.149-SNAPSHOT-sources.jar [2023-09-08T19:37:42.239Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/classgraph/io.github.classgraph_4.8.149/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/io.github.classgraph/4.8.149-SNAPSHOT/io.github.classgraph-4.8.149-SNAPSHOT-p2metadata.xml [2023-09-08T19:37:42.239Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/classgraph/io.github.classgraph_4.8.149/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/io.github.classgraph/4.8.149-SNAPSHOT/io.github.classgraph-4.8.149-SNAPSHOT-p2artifacts.xml [2023-09-08T19:37:42.239Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/classgraph/io.github.classgraph_4.8.149/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/io.github.classgraph/4.8.149-SNAPSHOT/io.github.classgraph-4.8.149-SNAPSHOT-p2metadata.xml [2023-09-08T19:37:42.239Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/classgraph/io.github.classgraph_4.8.149/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/io.github.classgraph/4.8.149-SNAPSHOT/io.github.classgraph-4.8.149-SNAPSHOT-p2artifacts.xml [2023-09-08T19:37:42.240Z] [INFO] [2023-09-08T19:37:42.240Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ io.github.classgraph --- [2023-09-08T19:37:42.240Z] [INFO] [2023-09-08T19:37:42.240Z] [INFO] -------------< org.eclipse.orbit.bundles:cronutils-parent >------------- [2023-09-08T19:37:42.240Z] [INFO] Building Eclipse Orbit :: Cronutils Recipes 1.0.0-SNAPSHOT [162/375] [2023-09-08T19:37:42.240Z] [INFO] --------------------------------[ pom ]--------------------------------- [2023-09-08T19:37:42.240Z] [INFO] [2023-09-08T19:37:42.240Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cronutils-parent --- [2023-09-08T19:37:42.240Z] [INFO] [2023-09-08T19:37:42.240Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ cronutils-parent --- [2023-09-08T19:37:42.240Z] [INFO] [2023-09-08T19:37:42.240Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ cronutils-parent --- [2023-09-08T19:37:42.240Z] [INFO] [2023-09-08T19:37:42.240Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ cronutils-parent --- [2023-09-08T19:37:42.240Z] [INFO] [2023-09-08T19:37:42.240Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ cronutils-parent --- [2023-09-08T19:37:42.240Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/cronutils/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/cronutils-parent/1.0.0-SNAPSHOT/cronutils-parent-1.0.0-SNAPSHOT.pom [2023-09-08T19:37:42.240Z] [INFO] [2023-09-08T19:37:42.240Z] [INFO] --------------< org.eclipse.orbit.bundles:com.cronutils >--------------- [2023-09-08T19:37:42.240Z] [INFO] Building cron-utils 5.0.5-SNAPSHOT [163/375] [2023-09-08T19:37:42.240Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:37:42.240Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/cronutils/cron-utils/5.0.5/cron-utils-5.0.5.pom [2023-09-08T19:37:42.240Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/cronutils/cron-utils/5.0.5/cron-utils-5.0.5.pom [2023-09-08T19:37:42.240Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/cronutils/cron-utils/5.0.5/cron-utils-5.0.5.pom (10 kB at 239 kB/s) [2023-09-08T19:37:42.240Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/slf4j/slf4j-api/1.7.12/slf4j-api-1.7.12.pom [2023-09-08T19:37:42.240Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.12/slf4j-api-1.7.12.pom [2023-09-08T19:37:42.240Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.12/slf4j-api-1.7.12.pom (2.7 kB at 242 kB/s) [2023-09-08T19:37:42.240Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/slf4j/slf4j-parent/1.7.12/slf4j-parent-1.7.12.pom [2023-09-08T19:37:42.240Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.12/slf4j-parent-1.7.12.pom [2023-09-08T19:37:42.240Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.12/slf4j-parent-1.7.12.pom (12 kB at 1.2 MB/s) [2023-09-08T19:37:42.240Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/cronutils/cron-utils/5.0.5/cron-utils-5.0.5.jar [2023-09-08T19:37:42.240Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/slf4j/slf4j-api/1.7.12/slf4j-api-1.7.12.jar [2023-09-08T19:37:42.240Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/cronutils/cron-utils/5.0.5/cron-utils-5.0.5.jar [2023-09-08T19:37:42.240Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.12/slf4j-api-1.7.12.jar [2023-09-08T19:37:42.240Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.12/slf4j-api-1.7.12.jar (32 kB at 747 kB/s) [2023-09-08T19:37:42.240Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/cronutils/cron-utils/5.0.5/cron-utils-5.0.5.jar (120 kB at 2.0 MB/s) [2023-09-08T19:37:42.496Z] [INFO] [2023-09-08T19:37:42.496Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.cronutils --- [2023-09-08T19:37:42.496Z] [INFO] [2023-09-08T19:37:42.496Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.cronutils --- [2023-09-08T19:37:42.496Z] [INFO] The project's OSGi version is 5.0.5.v20221112-0806 [2023-09-08T19:37:42.496Z] [INFO] [2023-09-08T19:37:42.496Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.cronutils --- [2023-09-08T19:37:42.496Z] [INFO] [2023-09-08T19:37:42.496Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.cronutils --- [2023-09-08T19:37:42.496Z] [INFO] Copying 3 resources [2023-09-08T19:37:42.496Z] [INFO] [2023-09-08T19:37:42.496Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.cronutils --- [2023-09-08T19:37:42.496Z] [INFO] No sources to compile [2023-09-08T19:37:42.496Z] [INFO] [2023-09-08T19:37:42.496Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.cronutils --- [2023-09-08T19:37:42.496Z] [INFO] Gathering dependencies [2023-09-08T19:37:42.496Z] [INFO] Configured Artifact: com.cronutils:cron-utils:5.0.5:jar [2023-09-08T19:37:42.496Z] [INFO] Unpacking /home/vnc/.m2/repository/com/cronutils/cron-utils/5.0.5/cron-utils-5.0.5.jar to /home/jenkins/agent/workspace/orbit-recipes/github/cronutils/com.cronutils_5.0.5/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:37:42.496Z] [INFO] Merging collected dependencies [2023-09-08T19:37:42.496Z] [INFO] Copying 86 resources [2023-09-08T19:37:42.496Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:37:42.496Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.cronutils:eclipse-bundle-recipe:5.0.5-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] [2023-09-08T19:37:42.496Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/github/cronutils/com.cronutils_5.0.5/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:37:42.496Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/github/cronutils/com.cronutils_5.0.5/target/com.cronutils-5.0.5-SNAPSHOT.jar [2023-09-08T19:37:42.497Z] [INFO] Gathering sources [2023-09-08T19:37:42.497Z] [INFO] Configured Artifact: com.cronutils:cron-utils:sources:5.0.5:jar [2023-09-08T19:37:42.497Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/cronutils/cron-utils/5.0.5/cron-utils-5.0.5-sources.jar [2023-09-08T19:37:42.497Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/cronutils/cron-utils/5.0.5/cron-utils-5.0.5-sources.jar [2023-09-08T19:37:42.497Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/cronutils/cron-utils/5.0.5/cron-utils-5.0.5-sources.jar (91 kB at 2.0 MB/s) [2023-09-08T19:37:42.497Z] [INFO] Unpacking /home/vnc/.m2/repository/com/cronutils/cron-utils/5.0.5/cron-utils-5.0.5-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/github/cronutils/com.cronutils_5.0.5/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:37:42.497Z] [INFO] Copying 3 resources [2023-09-08T19:37:42.497Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/github/cronutils/com.cronutils_5.0.5/src/main/java [2023-09-08T19:37:42.497Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/github/cronutils/com.cronutils_5.0.5/target/com.cronutils-5.0.5-SNAPSHOT-sources.jar [2023-09-08T19:37:42.497Z] [INFO] Assembling p2 repository [2023-09-08T19:37:43.059Z] [INFO] [2023-09-08T19:37:43.059Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.cronutils --- [2023-09-08T19:37:43.059Z] [INFO] [2023-09-08T19:37:43.059Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.cronutils --- [2023-09-08T19:37:43.059Z] [INFO] Gathering sources archives [2023-09-08T19:37:43.059Z] [INFO] Configured Artifact: com.cronutils:cron-utils:sources:5.0.5:jar [2023-09-08T19:37:43.314Z] [INFO] Unpacking /home/vnc/.m2/repository/com/cronutils/cron-utils/5.0.5/cron-utils-5.0.5-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/github/cronutils/com.cronutils_5.0.5/target/sources-for-eclipse-ipzilla/cron-utils-5.0.5-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:37:43.314Z] [INFO] Configured Artifact: com.cronutils:cron-utils:sources:5.0.5:jar [2023-09-08T19:37:43.314Z] [INFO] Copying cron-utils-5.0.5-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/github/cronutils/com.cronutils_5.0.5/target/sources-for-eclipse-ipzilla/cron-utils-5.0.5-sources.jar [2023-09-08T19:37:43.314Z] [INFO] Refreshing about files and about.html [2023-09-08T19:37:43.314Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/github/cronutils/com.cronutils_5.0.5/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:37:43.314Z] [INFO] [2023-09-08T19:37:43.314Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ com.cronutils --- [2023-09-08T19:37:43.314Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/github/cronutils/com.cronutils_5.0.5/target/com.cronutils-5.0.5-SNAPSHOT.jar [2023-09-08T19:37:45.204Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/github/cronutils/com.cronutils_5.0.5/target/com.cronutils-5.0.5-SNAPSHOT-sources.jar [2023-09-08T19:37:46.131Z] [INFO] [2023-09-08T19:37:46.131Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.cronutils --- [2023-09-08T19:37:46.387Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:com.cronutils:5.0.5-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/github/cronutils/com.cronutils_5.0.5/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:37:46.387Z] no-classifier: different [2023-09-08T19:37:46.387Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:37:46.387Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:37:46.387Z] classifier-sources: different [2023-09-08T19:37:46.387Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:37:46.387Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:37:46.387Z] [2023-09-08T19:37:46.387Z] [INFO] MavenProject: org.eclipse.orbit.bundles:com.cronutils:5.0.5-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/github/cronutils/com.cronutils_5.0.5/pom.xml [2023-09-08T19:37:46.387Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:37:46.387Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:37:46.387Z] [2023-09-08T19:37:46.387Z] [INFO] [2023-09-08T19:37:46.387Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ com.cronutils --- [2023-09-08T19:37:46.387Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/cronutils/com.cronutils_5.0.5/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.cronutils/5.0.5-SNAPSHOT/com.cronutils-5.0.5-SNAPSHOT.pom [2023-09-08T19:37:46.387Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/cronutils/com.cronutils_5.0.5/target/com.cronutils-5.0.5-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.cronutils/5.0.5-SNAPSHOT/com.cronutils-5.0.5-SNAPSHOT.jar [2023-09-08T19:37:46.387Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/cronutils/com.cronutils_5.0.5/target/com.cronutils-5.0.5-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.cronutils/5.0.5-SNAPSHOT/com.cronutils-5.0.5-SNAPSHOT-sources.jar [2023-09-08T19:37:46.387Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/cronutils/com.cronutils_5.0.5/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.cronutils/5.0.5-SNAPSHOT/com.cronutils-5.0.5-SNAPSHOT-p2metadata.xml [2023-09-08T19:37:46.387Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/cronutils/com.cronutils_5.0.5/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.cronutils/5.0.5-SNAPSHOT/com.cronutils-5.0.5-SNAPSHOT-p2artifacts.xml [2023-09-08T19:37:46.387Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/cronutils/com.cronutils_5.0.5/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.cronutils/5.0.5-SNAPSHOT/com.cronutils-5.0.5-SNAPSHOT-p2metadata.xml [2023-09-08T19:37:46.387Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/cronutils/com.cronutils_5.0.5/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.cronutils/5.0.5-SNAPSHOT/com.cronutils-5.0.5-SNAPSHOT-p2artifacts.xml [2023-09-08T19:37:46.387Z] [INFO] [2023-09-08T19:37:46.387Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.cronutils --- [2023-09-08T19:37:46.387Z] [INFO] [2023-09-08T19:37:46.387Z] [INFO] ------------------< org.eclipse.orbit.bundles:docker >------------------ [2023-09-08T19:37:46.387Z] [INFO] Building Eclipse Orbit :: Docker Recipes 1.0.0-SNAPSHOT [164/375] [2023-09-08T19:37:46.387Z] [INFO] --------------------------------[ pom ]--------------------------------- [2023-09-08T19:37:46.387Z] [INFO] [2023-09-08T19:37:46.387Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ docker --- [2023-09-08T19:37:46.387Z] [INFO] [2023-09-08T19:37:46.387Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ docker --- [2023-09-08T19:37:46.387Z] [INFO] [2023-09-08T19:37:46.387Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ docker --- [2023-09-08T19:37:46.387Z] [INFO] [2023-09-08T19:37:46.387Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ docker --- [2023-09-08T19:37:46.387Z] [INFO] [2023-09-08T19:37:46.387Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ docker --- [2023-09-08T19:37:46.387Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/docker/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/docker/1.0.0-SNAPSHOT/docker-1.0.0-SNAPSHOT.pom [2023-09-08T19:37:46.387Z] [INFO] [2023-09-08T19:37:46.387Z] [INFO] ---------< org.eclipse.orbit.bundles:org.mandas.docker-client >--------- [2023-09-08T19:37:46.387Z] [INFO] Building docker-client 3.2.1-SNAPSHOT [165/375] [2023-09-08T19:37:46.387Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:37:46.388Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/mandas/docker-client/3.2.1/docker-client-3.2.1.pom [2023-09-08T19:37:46.388Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mandas/docker-client/3.2.1/docker-client-3.2.1.pom [2023-09-08T19:37:46.388Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mandas/docker-client/3.2.1/docker-client-3.2.1.pom (17 kB at 352 kB/s) [2023-09-08T19:37:46.388Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.10.3/jackson-jaxrs-json-provider-2.10.3.pom [2023-09-08T19:37:46.643Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.10.3/jackson-jaxrs-json-provider-2.10.3.pom [2023-09-08T19:37:46.643Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.10.3/jackson-jaxrs-json-provider-2.10.3.pom (4.0 kB at 268 kB/s) [2023-09-08T19:37:46.643Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/fasterxml/jackson/jaxrs/jackson-jaxrs-providers/2.10.3/jackson-jaxrs-providers-2.10.3.pom [2023-09-08T19:37:46.643Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-providers/2.10.3/jackson-jaxrs-providers-2.10.3.pom [2023-09-08T19:37:46.643Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-providers/2.10.3/jackson-jaxrs-providers-2.10.3.pom (4.8 kB at 341 kB/s) [2023-09-08T19:37:46.643Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.10.3/jackson-jaxrs-base-2.10.3.pom [2023-09-08T19:37:46.643Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.10.3/jackson-jaxrs-base-2.10.3.pom [2023-09-08T19:37:46.643Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.10.3/jackson-jaxrs-base-2.10.3.pom (1.7 kB at 68 kB/s) [2023-09-08T19:37:46.643Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/glassfish/jersey/core/jersey-client/2.30.1/jersey-client-2.30.1.pom [2023-09-08T19:37:46.643Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/core/jersey-client/2.30.1/jersey-client-2.30.1.pom [2023-09-08T19:37:46.643Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/core/jersey-client/2.30.1/jersey-client-2.30.1.pom (6.5 kB at 544 kB/s) [2023-09-08T19:37:46.643Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/glassfish/jersey/project/2.30.1/project-2.30.1.pom [2023-09-08T19:37:46.643Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/project/2.30.1/project-2.30.1.pom [2023-09-08T19:37:46.643Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/project/2.30.1/project-2.30.1.pom (98 kB at 7.5 MB/s) [2023-09-08T19:37:46.643Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/jakarta/ws/rs/jakarta.ws.rs-api/2.1.6/jakarta.ws.rs-api-2.1.6.pom [2023-09-08T19:37:46.643Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/jakarta/ws/rs/jakarta.ws.rs-api/2.1.6/jakarta.ws.rs-api-2.1.6.pom [2023-09-08T19:37:46.643Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/ws/rs/jakarta.ws.rs-api/2.1.6/jakarta.ws.rs-api-2.1.6.pom (35 kB at 3.5 MB/s) [2023-09-08T19:37:46.643Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/glassfish/jersey/core/jersey-common/2.30.1/jersey-common-2.30.1.pom [2023-09-08T19:37:46.643Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/core/jersey-common/2.30.1/jersey-common-2.30.1.pom [2023-09-08T19:37:46.643Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/core/jersey-common/2.30.1/jersey-common-2.30.1.pom (34 kB at 2.6 MB/s) [2023-09-08T19:37:46.644Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.pom [2023-09-08T19:37:46.644Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.pom [2023-09-08T19:37:46.644Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.pom (16 kB at 1.6 MB/s) [2023-09-08T19:37:46.644Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/jakarta/annotation/ca-parent/1.3.5/ca-parent-1.3.5.pom [2023-09-08T19:37:46.899Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/jakarta/annotation/ca-parent/1.3.5/ca-parent-1.3.5.pom [2023-09-08T19:37:46.899Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/annotation/ca-parent/1.3.5/ca-parent-1.3.5.pom (2.8 kB at 280 kB/s) [2023-09-08T19:37:46.899Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/glassfish/hk2/external/jakarta.inject/2.6.1/jakarta.inject-2.6.1.pom [2023-09-08T19:37:46.899Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/external/jakarta.inject/2.6.1/jakarta.inject-2.6.1.pom [2023-09-08T19:37:46.899Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/external/jakarta.inject/2.6.1/jakarta.inject-2.6.1.pom (5.2 kB at 577 kB/s) [2023-09-08T19:37:46.899Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/glassfish/hk2/external/2.6.1/external-2.6.1.pom [2023-09-08T19:37:46.899Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/external/2.6.1/external-2.6.1.pom [2023-09-08T19:37:46.899Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/external/2.6.1/external-2.6.1.pom (1.5 kB at 147 kB/s) [2023-09-08T19:37:46.899Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/glassfish/hk2/hk2-parent/2.6.1/hk2-parent-2.6.1.pom [2023-09-08T19:37:46.899Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-parent/2.6.1/hk2-parent-2.6.1.pom [2023-09-08T19:37:46.899Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-parent/2.6.1/hk2-parent-2.6.1.pom (42 kB at 4.2 MB/s) [2023-09-08T19:37:46.899Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.pom [2023-09-08T19:37:46.899Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.pom [2023-09-08T19:37:46.899Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.pom (7.4 kB at 736 kB/s) [2023-09-08T19:37:46.899Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/glassfish/jersey/inject/jersey-hk2/2.30.1/jersey-hk2-2.30.1.pom [2023-09-08T19:37:46.899Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/inject/jersey-hk2/2.30.1/jersey-hk2-2.30.1.pom [2023-09-08T19:37:46.899Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/inject/jersey-hk2/2.30.1/jersey-hk2-2.30.1.pom (4.8 kB at 396 kB/s) [2023-09-08T19:37:46.899Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/glassfish/jersey/inject/project/2.30.1/project-2.30.1.pom [2023-09-08T19:37:46.899Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/inject/project/2.30.1/project-2.30.1.pom [2023-09-08T19:37:46.899Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/inject/project/2.30.1/project-2.30.1.pom (1.5 kB at 123 kB/s) [2023-09-08T19:37:46.899Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/glassfish/hk2/hk2-locator/2.6.1/hk2-locator-2.6.1.pom [2023-09-08T19:37:46.899Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-locator/2.6.1/hk2-locator-2.6.1.pom [2023-09-08T19:37:46.899Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-locator/2.6.1/hk2-locator-2.6.1.pom (6.5 kB at 646 kB/s) [2023-09-08T19:37:46.899Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/glassfish/hk2/external/aopalliance-repackaged/2.6.1/aopalliance-repackaged-2.6.1.pom [2023-09-08T19:37:46.899Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/external/aopalliance-repackaged/2.6.1/aopalliance-repackaged-2.6.1.pom [2023-09-08T19:37:46.899Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/external/aopalliance-repackaged/2.6.1/aopalliance-repackaged-2.6.1.pom (5.5 kB at 547 kB/s) [2023-09-08T19:37:46.900Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/glassfish/hk2/hk2-api/2.6.1/hk2-api-2.6.1.pom [2023-09-08T19:37:46.900Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-api/2.6.1/hk2-api-2.6.1.pom [2023-09-08T19:37:46.900Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-api/2.6.1/hk2-api-2.6.1.pom (3.4 kB at 379 kB/s) [2023-09-08T19:37:46.900Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/glassfish/hk2/hk2-utils/2.6.1/hk2-utils-2.6.1.pom [2023-09-08T19:37:47.155Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-utils/2.6.1/hk2-utils-2.6.1.pom [2023-09-08T19:37:47.155Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-utils/2.6.1/hk2-utils-2.6.1.pom (4.9 kB at 492 kB/s) [2023-09-08T19:37:47.155Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/javassist/javassist/3.25.0-GA/javassist-3.25.0-GA.pom [2023-09-08T19:37:47.155Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/javassist/javassist/3.25.0-GA/javassist-3.25.0-GA.pom [2023-09-08T19:37:47.155Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/javassist/javassist/3.25.0-GA/javassist-3.25.0-GA.pom (11 kB at 979 kB/s) [2023-09-08T19:37:47.155Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/glassfish/jersey/connectors/jersey-apache-connector/2.30.1/jersey-apache-connector-2.30.1.pom [2023-09-08T19:37:47.155Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/connectors/jersey-apache-connector/2.30.1/jersey-apache-connector-2.30.1.pom [2023-09-08T19:37:47.155Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/connectors/jersey-apache-connector/2.30.1/jersey-apache-connector-2.30.1.pom (3.2 kB at 266 kB/s) [2023-09-08T19:37:47.155Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/glassfish/jersey/connectors/project/2.30.1/project-2.30.1.pom [2023-09-08T19:37:47.155Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/connectors/project/2.30.1/project-2.30.1.pom [2023-09-08T19:37:47.155Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/connectors/project/2.30.1/project-2.30.1.pom (2.8 kB at 121 kB/s) [2023-09-08T19:37:47.155Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/httpcomponents/httpclient/4.5.9/httpclient-4.5.9.pom [2023-09-08T19:37:47.155Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.9/httpclient-4.5.9.pom [2023-09-08T19:37:47.155Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.9/httpclient-4.5.9.pom (6.6 kB at 300 kB/s) [2023-09-08T19:37:47.155Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/httpcomponents/httpcomponents-client/4.5.9/httpcomponents-client-4.5.9.pom [2023-09-08T19:37:47.155Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.5.9/httpcomponents-client-4.5.9.pom [2023-09-08T19:37:47.155Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.5.9/httpcomponents-client-4.5.9.pom (16 kB at 1.6 MB/s) [2023-09-08T19:37:47.155Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.pom [2023-09-08T19:37:47.155Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.pom [2023-09-08T19:37:47.155Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.pom (5.2 kB at 431 kB/s) [2023-09-08T19:37:47.155Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/httpcomponents/httpcomponents-core/4.4.11/httpcomponents-core-4.4.11.pom [2023-09-08T19:37:47.155Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.4.11/httpcomponents-core-4.4.11.pom [2023-09-08T19:37:47.156Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.4.11/httpcomponents-core-4.4.11.pom (13 kB at 1.3 MB/s) [2023-09-08T19:37:47.156Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/glassfish/jersey/media/jersey-media-json-jackson/2.30.1/jersey-media-json-jackson-2.30.1.pom [2023-09-08T19:37:47.156Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/media/jersey-media-json-jackson/2.30.1/jersey-media-json-jackson-2.30.1.pom [2023-09-08T19:37:47.411Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/media/jersey-media-json-jackson/2.30.1/jersey-media-json-jackson-2.30.1.pom (5.1 kB at 465 kB/s) [2023-09-08T19:37:47.411Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/glassfish/jersey/media/project/2.30.1/project-2.30.1.pom [2023-09-08T19:37:47.411Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/media/project/2.30.1/project-2.30.1.pom [2023-09-08T19:37:47.411Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/media/project/2.30.1/project-2.30.1.pom (2.0 kB at 135 kB/s) [2023-09-08T19:37:47.411Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/glassfish/jersey/ext/jersey-entity-filtering/2.30.1/jersey-entity-filtering-2.30.1.pom [2023-09-08T19:37:47.411Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/ext/jersey-entity-filtering/2.30.1/jersey-entity-filtering-2.30.1.pom [2023-09-08T19:37:47.411Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/ext/jersey-entity-filtering/2.30.1/jersey-entity-filtering-2.30.1.pom (3.3 kB at 276 kB/s) [2023-09-08T19:37:47.411Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/glassfish/jersey/ext/project/2.30.1/project-2.30.1.pom [2023-09-08T19:37:47.411Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/ext/project/2.30.1/project-2.30.1.pom [2023-09-08T19:37:47.411Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/ext/project/2.30.1/project-2.30.1.pom (2.8 kB at 158 kB/s) [2023-09-08T19:37:47.412Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/fasterxml/jackson/core/jackson-annotations/2.10.1/jackson-annotations-2.10.1.pom [2023-09-08T19:37:47.412Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.10.1/jackson-annotations-2.10.1.pom [2023-09-08T19:37:47.412Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.10.1/jackson-annotations-2.10.1.pom (3.4 kB at 286 kB/s) [2023-09-08T19:37:47.412Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/fasterxml/jackson/core/jackson-databind/2.10.1/jackson-databind-2.10.1.pom [2023-09-08T19:37:47.412Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.10.1/jackson-databind-2.10.1.pom [2023-09-08T19:37:47.412Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.10.1/jackson-databind-2.10.1.pom (6.9 kB at 300 kB/s) [2023-09-08T19:37:47.412Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/fasterxml/jackson/jackson-base/2.10.1/jackson-base-2.10.1.pom [2023-09-08T19:37:47.412Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-base/2.10.1/jackson-base-2.10.1.pom [2023-09-08T19:37:47.412Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-base/2.10.1/jackson-base-2.10.1.pom (7.2 kB at 657 kB/s) [2023-09-08T19:37:47.412Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/fasterxml/jackson/jackson-bom/2.10.1/jackson-bom-2.10.1.pom [2023-09-08T19:37:47.412Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-bom/2.10.1/jackson-bom-2.10.1.pom [2023-09-08T19:37:47.412Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-bom/2.10.1/jackson-bom-2.10.1.pom (13 kB at 1.0 MB/s) [2023-09-08T19:37:47.412Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/fasterxml/jackson/core/jackson-core/2.10.1/jackson-core-2.10.1.pom [2023-09-08T19:37:47.412Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.10.1/jackson-core-2.10.1.pom [2023-09-08T19:37:47.412Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.10.1/jackson-core-2.10.1.pom (4.6 kB at 464 kB/s) [2023-09-08T19:37:47.412Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/github/jnr/jnr-unixsocket/0.28/jnr-unixsocket-0.28.pom [2023-09-08T19:37:47.412Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-unixsocket/0.28/jnr-unixsocket-0.28.pom [2023-09-08T19:37:47.670Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-unixsocket/0.28/jnr-unixsocket-0.28.pom (11 kB at 960 kB/s) [2023-09-08T19:37:47.670Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/github/jnr/jnr-ffi/2.1.12/jnr-ffi-2.1.12.pom [2023-09-08T19:37:47.670Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-ffi/2.1.12/jnr-ffi-2.1.12.pom [2023-09-08T19:37:47.670Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-ffi/2.1.12/jnr-ffi-2.1.12.pom (8.9 kB at 809 kB/s) [2023-09-08T19:37:47.670Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/github/jnr/jffi/1.2.23/jffi-1.2.23.pom [2023-09-08T19:37:47.670Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/jnr/jffi/1.2.23/jffi-1.2.23.pom [2023-09-08T19:37:47.670Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/jnr/jffi/1.2.23/jffi-1.2.23.pom (9.5 kB at 860 kB/s) [2023-09-08T19:37:47.670Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/ow2/asm/asm/7.1/asm-7.1.pom [2023-09-08T19:37:47.670Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/7.1/asm-7.1.pom [2023-09-08T19:37:47.670Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/7.1/asm-7.1.pom (2.9 kB at 245 kB/s) [2023-09-08T19:37:47.670Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/ow2/asm/asm-commons/7.1/asm-commons-7.1.pom [2023-09-08T19:37:47.670Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/7.1/asm-commons-7.1.pom [2023-09-08T19:37:47.670Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/7.1/asm-commons-7.1.pom (3.7 kB at 282 kB/s) [2023-09-08T19:37:47.670Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/ow2/asm/asm-tree/7.1/asm-tree-7.1.pom [2023-09-08T19:37:47.670Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/7.1/asm-tree-7.1.pom [2023-09-08T19:37:47.670Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/7.1/asm-tree-7.1.pom (3.1 kB at 260 kB/s) [2023-09-08T19:37:47.670Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/ow2/asm/asm-analysis/7.1/asm-analysis-7.1.pom [2023-09-08T19:37:47.670Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-analysis/7.1/asm-analysis-7.1.pom [2023-09-08T19:37:47.670Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-analysis/7.1/asm-analysis-7.1.pom (3.2 kB at 242 kB/s) [2023-09-08T19:37:47.670Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/ow2/asm/asm-util/7.1/asm-util-7.1.pom [2023-09-08T19:37:47.670Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-util/7.1/asm-util-7.1.pom [2023-09-08T19:37:47.670Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-util/7.1/asm-util-7.1.pom (3.6 kB at 260 kB/s) [2023-09-08T19:37:47.670Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/github/jnr/jnr-a64asm/1.0.0/jnr-a64asm-1.0.0.pom [2023-09-08T19:37:47.670Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-a64asm/1.0.0/jnr-a64asm-1.0.0.pom [2023-09-08T19:37:47.670Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-a64asm/1.0.0/jnr-a64asm-1.0.0.pom (2.5 kB at 252 kB/s) [2023-09-08T19:37:47.670Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/github/jnr/jnr-x86asm/1.0.2/jnr-x86asm-1.0.2.pom [2023-09-08T19:37:47.670Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-x86asm/1.0.2/jnr-x86asm-1.0.2.pom [2023-09-08T19:37:47.670Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-x86asm/1.0.2/jnr-x86asm-1.0.2.pom (1.6 kB at 150 kB/s) [2023-09-08T19:37:47.670Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/github/jnr/jnr-constants/0.9.15/jnr-constants-0.9.15.pom [2023-09-08T19:37:47.670Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-constants/0.9.15/jnr-constants-0.9.15.pom [2023-09-08T19:37:47.670Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-constants/0.9.15/jnr-constants-0.9.15.pom (3.8 kB at 343 kB/s) [2023-09-08T19:37:47.670Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/github/jnr/jnr-enxio/0.25/jnr-enxio-0.25.pom [2023-09-08T19:37:47.930Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-enxio/0.25/jnr-enxio-0.25.pom [2023-09-08T19:37:47.930Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-enxio/0.25/jnr-enxio-0.25.pom (4.2 kB at 422 kB/s) [2023-09-08T19:37:47.930Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/github/jnr/jnr-posix/3.0.54/jnr-posix-3.0.54.pom [2023-09-08T19:37:47.930Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-posix/3.0.54/jnr-posix-3.0.54.pom [2023-09-08T19:37:47.930Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-posix/3.0.54/jnr-posix-3.0.54.pom (6.3 kB at 527 kB/s) [2023-09-08T19:37:47.930Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/mandas/docker-client/3.2.1/docker-client-3.2.1.jar [2023-09-08T19:37:47.930Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.10.3/jackson-jaxrs-json-provider-2.10.3.jar [2023-09-08T19:37:47.930Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar [2023-09-08T19:37:47.930Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.10.3/jackson-jaxrs-base-2.10.3.jar [2023-09-08T19:37:47.930Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/glassfish/jersey/core/jersey-client/2.30.1/jersey-client-2.30.1.jar [2023-09-08T19:37:47.930Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/jakarta/ws/rs/jakarta.ws.rs-api/2.1.6/jakarta.ws.rs-api-2.1.6.jar [2023-09-08T19:37:47.930Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/glassfish/jersey/core/jersey-common/2.30.1/jersey-common-2.30.1.jar [2023-09-08T19:37:47.930Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.jar [2023-09-08T19:37:47.930Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar [2023-09-08T19:37:47.930Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/glassfish/hk2/external/jakarta.inject/2.6.1/jakarta.inject-2.6.1.jar [2023-09-08T19:37:47.930Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/glassfish/jersey/inject/jersey-hk2/2.30.1/jersey-hk2-2.30.1.jar [2023-09-08T19:37:47.930Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/glassfish/hk2/hk2-locator/2.6.1/hk2-locator-2.6.1.jar [2023-09-08T19:37:47.930Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/glassfish/hk2/external/aopalliance-repackaged/2.6.1/aopalliance-repackaged-2.6.1.jar [2023-09-08T19:37:47.930Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/glassfish/hk2/hk2-api/2.6.1/hk2-api-2.6.1.jar [2023-09-08T19:37:47.930Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/glassfish/hk2/hk2-utils/2.6.1/hk2-utils-2.6.1.jar [2023-09-08T19:37:47.930Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/javassist/javassist/3.25.0-GA/javassist-3.25.0-GA.jar [2023-09-08T19:37:47.930Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/glassfish/jersey/connectors/jersey-apache-connector/2.30.1/jersey-apache-connector-2.30.1.jar [2023-09-08T19:37:47.930Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/httpcomponents/httpclient/4.5.9/httpclient-4.5.9.jar [2023-09-08T19:37:47.930Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.jar [2023-09-08T19:37:47.931Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/glassfish/jersey/media/jersey-media-json-jackson/2.30.1/jersey-media-json-jackson-2.30.1.jar [2023-09-08T19:37:47.931Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/glassfish/jersey/ext/jersey-entity-filtering/2.30.1/jersey-entity-filtering-2.30.1.jar [2023-09-08T19:37:47.931Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/github/jnr/jffi/1.2.23/jffi-1.2.23.jar [2023-09-08T19:37:47.931Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/github/jnr/jnr-ffi/2.1.12/jnr-ffi-2.1.12.jar [2023-09-08T19:37:47.931Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/github/jnr/jnr-unixsocket/0.28/jnr-unixsocket-0.28.jar [2023-09-08T19:37:47.931Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/github/jnr/jffi/1.2.23/jffi-1.2.23-native.jar [2023-09-08T19:37:47.931Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/ow2/asm/asm/7.1/asm-7.1.jar [2023-09-08T19:37:47.931Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/ow2/asm/asm-commons/7.1/asm-commons-7.1.jar [2023-09-08T19:37:47.931Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/ow2/asm/asm-analysis/7.1/asm-analysis-7.1.jar [2023-09-08T19:37:47.931Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/ow2/asm/asm-tree/7.1/asm-tree-7.1.jar [2023-09-08T19:37:47.931Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/ow2/asm/asm-util/7.1/asm-util-7.1.jar [2023-09-08T19:37:47.931Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/github/jnr/jnr-a64asm/1.0.0/jnr-a64asm-1.0.0.jar [2023-09-08T19:37:47.931Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/github/jnr/jnr-x86asm/1.0.2/jnr-x86asm-1.0.2.jar [2023-09-08T19:37:47.931Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/github/jnr/jnr-constants/0.9.15/jnr-constants-0.9.15.jar [2023-09-08T19:37:47.931Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/github/jnr/jnr-enxio/0.25/jnr-enxio-0.25.jar [2023-09-08T19:37:47.931Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/github/jnr/jnr-posix/3.0.54/jnr-posix-3.0.54.jar [2023-09-08T19:37:47.931Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mandas/docker-client/3.2.1/docker-client-3.2.1.jar [2023-09-08T19:37:47.931Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.10.3/jackson-jaxrs-json-provider-2.10.3.jar [2023-09-08T19:37:47.931Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar [2023-09-08T19:37:47.931Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/core/jersey-client/2.30.1/jersey-client-2.30.1.jar [2023-09-08T19:37:47.931Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.10.3/jackson-jaxrs-base-2.10.3.jar [2023-09-08T19:37:47.931Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar (41 kB at 2.6 MB/s) [2023-09-08T19:37:47.931Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/jakarta/ws/rs/jakarta.ws.rs-api/2.1.6/jakarta.ws.rs-api-2.1.6.jar [2023-09-08T19:37:47.931Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/core/jersey-client/2.30.1/jersey-client-2.30.1.jar (245 kB at 11 MB/s) [2023-09-08T19:37:47.931Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/core/jersey-common/2.30.1/jersey-common-2.30.1.jar [2023-09-08T19:37:47.931Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/ws/rs/jakarta.ws.rs-api/2.1.6/jakarta.ws.rs-api-2.1.6.jar (140 kB at 4.8 MB/s) [2023-09-08T19:37:47.931Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.jar [2023-09-08T19:37:47.931Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.10.3/jackson-jaxrs-base-2.10.3.jar (33 kB at 1.1 MB/s) [2023-09-08T19:37:47.931Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar [2023-09-08T19:37:47.931Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.10.3/jackson-jaxrs-json-provider-2.10.3.jar (16 kB at 486 kB/s) [2023-09-08T19:37:47.931Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/external/jakarta.inject/2.6.1/jakarta.inject-2.6.1.jar [2023-09-08T19:37:47.931Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.jar (25 kB at 501 kB/s) [2023-09-08T19:37:47.931Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/external/jakarta.inject/2.6.1/jakarta.inject-2.6.1.jar (18 kB at 363 kB/s) [2023-09-08T19:37:47.931Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar (19 kB at 390 kB/s) [2023-09-08T19:37:47.931Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-locator/2.6.1/hk2-locator-2.6.1.jar [2023-09-08T19:37:47.931Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/inject/jersey-hk2/2.30.1/jersey-hk2-2.30.1.jar [2023-09-08T19:37:47.931Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/external/aopalliance-repackaged/2.6.1/aopalliance-repackaged-2.6.1.jar [2023-09-08T19:37:47.931Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mandas/docker-client/3.2.1/docker-client-3.2.1.jar (1.1 MB at 16 MB/s) [2023-09-08T19:37:47.931Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-api/2.6.1/hk2-api-2.6.1.jar [2023-09-08T19:37:47.931Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-locator/2.6.1/hk2-locator-2.6.1.jar (203 kB at 2.7 MB/s) [2023-09-08T19:37:47.931Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-utils/2.6.1/hk2-utils-2.6.1.jar [2023-09-08T19:37:47.931Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/inject/jersey-hk2/2.30.1/jersey-hk2-2.30.1.jar (77 kB at 1.0 MB/s) [2023-09-08T19:37:47.931Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/javassist/javassist/3.25.0-GA/javassist-3.25.0-GA.jar [2023-09-08T19:37:47.931Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/core/jersey-common/2.30.1/jersey-common-2.30.1.jar (1.2 MB at 16 MB/s) [2023-09-08T19:37:47.931Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/connectors/jersey-apache-connector/2.30.1/jersey-apache-connector-2.30.1.jar [2023-09-08T19:37:47.931Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/external/aopalliance-repackaged/2.6.1/aopalliance-repackaged-2.6.1.jar (27 kB at 284 kB/s) [2023-09-08T19:37:47.931Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.9/httpclient-4.5.9.jar [2023-09-08T19:37:47.931Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/connectors/jersey-apache-connector/2.30.1/jersey-apache-connector-2.30.1.jar (44 kB at 396 kB/s) [2023-09-08T19:37:47.931Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.jar [2023-09-08T19:37:48.188Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-utils/2.6.1/hk2-utils-2.6.1.jar (132 kB at 1.2 MB/s) [2023-09-08T19:37:48.188Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/media/jersey-media-json-jackson/2.30.1/jersey-media-json-jackson-2.30.1.jar [2023-09-08T19:37:48.188Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/javassist/javassist/3.25.0-GA/javassist-3.25.0-GA.jar (780 kB at 6.8 MB/s) [2023-09-08T19:37:48.188Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/ext/jersey-entity-filtering/2.30.1/jersey-entity-filtering-2.30.1.jar [2023-09-08T19:37:48.188Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.9/httpclient-4.5.9.jar (774 kB at 6.7 MB/s) [2023-09-08T19:37:48.188Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-unixsocket/0.28/jnr-unixsocket-0.28.jar [2023-09-08T19:37:48.188Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-api/2.6.1/hk2-api-2.6.1.jar (200 kB at 1.7 MB/s) [2023-09-08T19:37:48.188Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-ffi/2.1.12/jnr-ffi-2.1.12.jar [2023-09-08T19:37:48.188Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.jar (327 kB at 2.6 MB/s) [2023-09-08T19:37:48.188Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/jnr/jffi/1.2.23/jffi-1.2.23.jar [2023-09-08T19:37:48.188Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/ext/jersey-entity-filtering/2.30.1/jersey-entity-filtering-2.30.1.jar (84 kB at 661 kB/s) [2023-09-08T19:37:48.188Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/jnr/jffi/1.2.23/jffi-1.2.23-native.jar [2023-09-08T19:37:48.188Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/media/jersey-media-json-jackson/2.30.1/jersey-media-json-jackson-2.30.1.jar (74 kB at 576 kB/s) [2023-09-08T19:37:48.188Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/7.1/asm-7.1.jar [2023-09-08T19:37:48.188Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/jnr/jffi/1.2.23/jffi-1.2.23.jar (152 kB at 1.1 MB/s) [2023-09-08T19:37:48.188Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/7.1/asm-commons-7.1.jar [2023-09-08T19:37:48.188Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-unixsocket/0.28/jnr-unixsocket-0.28.jar (48 kB at 334 kB/s) [2023-09-08T19:37:48.188Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-analysis/7.1/asm-analysis-7.1.jar [2023-09-08T19:37:48.188Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/7.1/asm-7.1.jar (115 kB at 786 kB/s) [2023-09-08T19:37:48.188Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/7.1/asm-tree-7.1.jar [2023-09-08T19:37:48.188Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/7.1/asm-tree-7.1.jar (50 kB at 242 kB/s) [2023-09-08T19:37:48.188Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-util/7.1/asm-util-7.1.jar [2023-09-08T19:37:48.188Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/jnr/jffi/1.2.23/jffi-1.2.23-native.jar (795 kB at 3.8 MB/s) [2023-09-08T19:37:48.188Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-a64asm/1.0.0/jnr-a64asm-1.0.0.jar [2023-09-08T19:37:48.188Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-analysis/7.1/asm-analysis-7.1.jar (33 kB at 159 kB/s) [2023-09-08T19:37:48.188Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-x86asm/1.0.2/jnr-x86asm-1.0.2.jar [2023-09-08T19:37:48.188Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-ffi/2.1.12/jnr-ffi-2.1.12.jar (697 kB at 3.2 MB/s) [2023-09-08T19:37:48.188Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-constants/0.9.15/jnr-constants-0.9.15.jar [2023-09-08T19:37:48.188Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-util/7.1/asm-util-7.1.jar (82 kB at 364 kB/s) [2023-09-08T19:37:48.188Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-enxio/0.25/jnr-enxio-0.25.jar [2023-09-08T19:37:48.188Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-a64asm/1.0.0/jnr-a64asm-1.0.0.jar (86 kB at 385 kB/s) [2023-09-08T19:37:48.188Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-posix/3.0.54/jnr-posix-3.0.54.jar [2023-09-08T19:37:48.188Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/7.1/asm-commons-7.1.jar (70 kB at 309 kB/s) [2023-09-08T19:37:48.188Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-x86asm/1.0.2/jnr-x86asm-1.0.2.jar (220 kB at 960 kB/s) [2023-09-08T19:37:48.188Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-enxio/0.25/jnr-enxio-0.25.jar (32 kB at 130 kB/s) [2023-09-08T19:37:48.188Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-constants/0.9.15/jnr-constants-0.9.15.jar (657 kB at 2.7 MB/s) [2023-09-08T19:37:48.188Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-posix/3.0.54/jnr-posix-3.0.54.jar (259 kB at 1.0 MB/s) [2023-09-08T19:37:48.188Z] [INFO] [2023-09-08T19:37:48.188Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.mandas.docker-client --- [2023-09-08T19:37:48.188Z] [INFO] [2023-09-08T19:37:48.188Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.mandas.docker-client --- [2023-09-08T19:37:48.189Z] [INFO] The project's OSGi version is 3.2.1.v20221112-0806 [2023-09-08T19:37:48.189Z] [INFO] [2023-09-08T19:37:48.189Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.mandas.docker-client --- [2023-09-08T19:37:48.189Z] [INFO] [2023-09-08T19:37:48.189Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.mandas.docker-client --- [2023-09-08T19:37:48.189Z] [INFO] Copying 3 resources [2023-09-08T19:37:48.189Z] [INFO] [2023-09-08T19:37:48.189Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.mandas.docker-client --- [2023-09-08T19:37:48.189Z] [INFO] No sources to compile [2023-09-08T19:37:48.189Z] [INFO] [2023-09-08T19:37:48.189Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.mandas.docker-client --- [2023-09-08T19:37:48.189Z] [INFO] Gathering dependencies [2023-09-08T19:37:48.189Z] [INFO] Configured Artifact: org.mandas:docker-client:3.2.1:jar [2023-09-08T19:37:48.189Z] [INFO] Unpacking /home/vnc/.m2/repository/org/mandas/docker-client/3.2.1/docker-client-3.2.1.jar to /home/jenkins/agent/workspace/orbit-recipes/github/docker/org.mandas.docker-client_3.2.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:37:48.452Z] [INFO] Merging collected dependencies [2023-09-08T19:37:48.452Z] [INFO] Copying 774 resources [2023-09-08T19:37:48.452Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:37:49.016Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.mandas.docker-client:eclipse-bundle-recipe:3.2.1-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:37:49.016Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.mandas.docker-client:eclipse-bundle-recipe:3.2.1-SNAPSHOT : Unused Import-Package instructions: [org.apache.http.annotation*, org.glassfish.jersey.inject*, org.immutables*] [2023-09-08T19:37:49.016Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/github/docker/org.mandas.docker-client_3.2.1/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:37:49.016Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/github/docker/org.mandas.docker-client_3.2.1/target/org.mandas.docker-client-3.2.1-SNAPSHOT.jar [2023-09-08T19:37:49.579Z] [INFO] Gathering sources [2023-09-08T19:37:49.579Z] [INFO] Configured Artifact: org.mandas:docker-client:sources:3.2.1:jar [2023-09-08T19:37:49.579Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/mandas/docker-client/3.2.1/docker-client-3.2.1-sources.jar [2023-09-08T19:37:49.579Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mandas/docker-client/3.2.1/docker-client-3.2.1-sources.jar [2023-09-08T19:37:49.579Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mandas/docker-client/3.2.1/docker-client-3.2.1-sources.jar (666 kB at 12 MB/s) [2023-09-08T19:37:49.579Z] [INFO] Unpacking /home/vnc/.m2/repository/org/mandas/docker-client/3.2.1/docker-client-3.2.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/github/docker/org.mandas.docker-client_3.2.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:37:49.579Z] [INFO] Copying 3 resources [2023-09-08T19:37:49.579Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/github/docker/org.mandas.docker-client_3.2.1/src/main/java [2023-09-08T19:37:49.579Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/github/docker/org.mandas.docker-client_3.2.1/target/org.mandas.docker-client-3.2.1-SNAPSHOT-sources.jar [2023-09-08T19:37:49.836Z] [INFO] Assembling p2 repository [2023-09-08T19:37:50.400Z] [INFO] [2023-09-08T19:37:50.400Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.mandas.docker-client --- [2023-09-08T19:37:50.400Z] [INFO] [2023-09-08T19:37:50.400Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.mandas.docker-client --- [2023-09-08T19:37:50.400Z] [INFO] Gathering sources archives [2023-09-08T19:37:50.400Z] [INFO] Configured Artifact: org.mandas:docker-client:sources:3.2.1:jar [2023-09-08T19:37:50.400Z] [INFO] Unpacking /home/vnc/.m2/repository/org/mandas/docker-client/3.2.1/docker-client-3.2.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/github/docker/org.mandas.docker-client_3.2.1/target/sources-for-eclipse-ipzilla/docker-client-3.2.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:37:50.400Z] [INFO] Configured Artifact: org.mandas:docker-client:sources:3.2.1:jar [2023-09-08T19:37:50.400Z] [INFO] Copying docker-client-3.2.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/github/docker/org.mandas.docker-client_3.2.1/target/sources-for-eclipse-ipzilla/docker-client-3.2.1-sources.jar [2023-09-08T19:37:50.400Z] [INFO] Refreshing about files and about.html [2023-09-08T19:37:50.400Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/github/docker/org.mandas.docker-client_3.2.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:37:50.400Z] [INFO] [2023-09-08T19:37:50.400Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.mandas.docker-client --- [2023-09-08T19:37:50.657Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/github/docker/org.mandas.docker-client_3.2.1/target/org.mandas.docker-client-3.2.1-SNAPSHOT.jar [2023-09-08T19:37:52.024Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/github/docker/org.mandas.docker-client_3.2.1/target/org.mandas.docker-client-3.2.1-SNAPSHOT-sources.jar [2023-09-08T19:37:53.389Z] [INFO] [2023-09-08T19:37:53.389Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.mandas.docker-client --- [2023-09-08T19:37:53.953Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.mandas.docker-client:3.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/github/docker/org.mandas.docker-client_3.2.1/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:37:53.953Z] no-classifier: different [2023-09-08T19:37:53.953Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:37:53.953Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:37:53.953Z] classifier-sources: different [2023-09-08T19:37:53.954Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:37:53.954Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:37:53.954Z] [2023-09-08T19:37:53.954Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.mandas.docker-client:3.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/github/docker/org.mandas.docker-client_3.2.1/pom.xml [2023-09-08T19:37:53.954Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:37:53.954Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:37:53.954Z] [2023-09-08T19:37:53.954Z] [INFO] [2023-09-08T19:37:53.954Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.mandas.docker-client --- [2023-09-08T19:37:53.954Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/docker/org.mandas.docker-client_3.2.1/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.mandas.docker-client/3.2.1-SNAPSHOT/org.mandas.docker-client-3.2.1-SNAPSHOT.pom [2023-09-08T19:37:53.954Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/docker/org.mandas.docker-client_3.2.1/target/org.mandas.docker-client-3.2.1-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.mandas.docker-client/3.2.1-SNAPSHOT/org.mandas.docker-client-3.2.1-SNAPSHOT.jar [2023-09-08T19:37:53.954Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/docker/org.mandas.docker-client_3.2.1/target/org.mandas.docker-client-3.2.1-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.mandas.docker-client/3.2.1-SNAPSHOT/org.mandas.docker-client-3.2.1-SNAPSHOT-sources.jar [2023-09-08T19:37:53.954Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/docker/org.mandas.docker-client_3.2.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.mandas.docker-client/3.2.1-SNAPSHOT/org.mandas.docker-client-3.2.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:37:53.954Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/docker/org.mandas.docker-client_3.2.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.mandas.docker-client/3.2.1-SNAPSHOT/org.mandas.docker-client-3.2.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:37:53.954Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/docker/org.mandas.docker-client_3.2.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.mandas.docker-client/3.2.1-SNAPSHOT/org.mandas.docker-client-3.2.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:37:53.954Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/docker/org.mandas.docker-client_3.2.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.mandas.docker-client/3.2.1-SNAPSHOT/org.mandas.docker-client-3.2.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:37:53.954Z] [INFO] [2023-09-08T19:37:53.954Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.mandas.docker-client --- [2023-09-08T19:37:53.954Z] [INFO] [2023-09-08T19:37:53.954Z] [INFO] ------------------< org.eclipse.orbit.bundles:eddsa >------------------- [2023-09-08T19:37:53.954Z] [INFO] Building Eclipse Orbit :: EdDSA Recipes 1.0.0-SNAPSHOT [166/375] [2023-09-08T19:37:53.954Z] [INFO] --------------------------------[ pom ]--------------------------------- [2023-09-08T19:37:53.954Z] [INFO] [2023-09-08T19:37:53.954Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ eddsa --- [2023-09-08T19:37:53.954Z] [INFO] [2023-09-08T19:37:53.954Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ eddsa --- [2023-09-08T19:37:53.954Z] [INFO] [2023-09-08T19:37:53.954Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ eddsa --- [2023-09-08T19:37:53.954Z] [INFO] [2023-09-08T19:37:53.954Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ eddsa --- [2023-09-08T19:37:53.954Z] [INFO] [2023-09-08T19:37:53.954Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ eddsa --- [2023-09-08T19:37:53.954Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/eddsa/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/eddsa/1.0.0-SNAPSHOT/eddsa-1.0.0-SNAPSHOT.pom [2023-09-08T19:37:53.954Z] [INFO] [2023-09-08T19:37:53.954Z] [INFO] -----------< org.eclipse.orbit.bundles:net.i2p.crypto.eddsa >----------- [2023-09-08T19:37:53.954Z] [INFO] Building EdDSA-Java 0.3.0-SNAPSHOT [167/375] [2023-09-08T19:37:53.954Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:37:53.954Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/net/i2p/crypto/eddsa/0.3.0/eddsa-0.3.0.pom [2023-09-08T19:37:53.954Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/i2p/crypto/eddsa/0.3.0/eddsa-0.3.0.pom [2023-09-08T19:37:53.954Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/i2p/crypto/eddsa/0.3.0/eddsa-0.3.0.pom (6.8 kB at 565 kB/s) [2023-09-08T19:37:53.954Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/net/i2p/crypto/eddsa/0.3.0/eddsa-0.3.0.jar [2023-09-08T19:37:53.954Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/i2p/crypto/eddsa/0.3.0/eddsa-0.3.0.jar [2023-09-08T19:37:54.209Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/i2p/crypto/eddsa/0.3.0/eddsa-0.3.0.jar (63 kB at 5.3 MB/s) [2023-09-08T19:37:54.209Z] [INFO] [2023-09-08T19:37:54.209Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ net.i2p.crypto.eddsa --- [2023-09-08T19:37:54.210Z] [INFO] [2023-09-08T19:37:54.210Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ net.i2p.crypto.eddsa --- [2023-09-08T19:37:54.210Z] [INFO] The project's OSGi version is 0.3.0.v20220506-1020 [2023-09-08T19:37:54.210Z] [INFO] [2023-09-08T19:37:54.210Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ net.i2p.crypto.eddsa --- [2023-09-08T19:37:54.210Z] [INFO] [2023-09-08T19:37:54.210Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ net.i2p.crypto.eddsa --- [2023-09-08T19:37:54.210Z] [INFO] Copying 3 resources [2023-09-08T19:37:54.210Z] [INFO] [2023-09-08T19:37:54.210Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ net.i2p.crypto.eddsa --- [2023-09-08T19:37:54.210Z] [INFO] No sources to compile [2023-09-08T19:37:54.210Z] [INFO] [2023-09-08T19:37:54.210Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ net.i2p.crypto.eddsa --- [2023-09-08T19:37:54.210Z] [INFO] Gathering dependencies [2023-09-08T19:37:54.210Z] [INFO] Configured Artifact: net.i2p.crypto:eddsa:0.3.0:jar [2023-09-08T19:37:54.210Z] [INFO] Unpacking /home/vnc/.m2/repository/net/i2p/crypto/eddsa/0.3.0/eddsa-0.3.0.jar to /home/jenkins/agent/workspace/orbit-recipes/github/eddsa/net.i2p.crypto.eddsa_0.3.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:37:54.210Z] [INFO] Merging collected dependencies [2023-09-08T19:37:54.210Z] [INFO] Copying 34 resources [2023-09-08T19:37:54.210Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:37:54.210Z] [WARNING] Manifest org.eclipse.orbit.bundles:net.i2p.crypto.eddsa:eclipse-bundle-recipe:0.3.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:37:54.210Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/github/eddsa/net.i2p.crypto.eddsa_0.3.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:37:54.210Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/github/eddsa/net.i2p.crypto.eddsa_0.3.0/target/net.i2p.crypto.eddsa-0.3.0-SNAPSHOT.jar [2023-09-08T19:37:54.210Z] [INFO] Gathering sources [2023-09-08T19:37:54.210Z] [INFO] Configured Artifact: net.i2p.crypto:eddsa:sources:0.3.0:jar [2023-09-08T19:37:54.210Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/net/i2p/crypto/eddsa/0.3.0/eddsa-0.3.0-sources.jar [2023-09-08T19:37:54.210Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/i2p/crypto/eddsa/0.3.0/eddsa-0.3.0-sources.jar [2023-09-08T19:37:54.210Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/i2p/crypto/eddsa/0.3.0/eddsa-0.3.0-sources.jar (57 kB at 744 kB/s) [2023-09-08T19:37:54.210Z] [INFO] Unpacking /home/vnc/.m2/repository/net/i2p/crypto/eddsa/0.3.0/eddsa-0.3.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/github/eddsa/net.i2p.crypto.eddsa_0.3.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:37:54.210Z] [INFO] Copying 3 resources [2023-09-08T19:37:54.210Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/github/eddsa/net.i2p.crypto.eddsa_0.3.0/src/main/java [2023-09-08T19:37:54.210Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/github/eddsa/net.i2p.crypto.eddsa_0.3.0/target/net.i2p.crypto.eddsa-0.3.0-SNAPSHOT-sources.jar [2023-09-08T19:37:54.210Z] [INFO] Assembling p2 repository [2023-09-08T19:37:54.772Z] [INFO] [2023-09-08T19:37:54.772Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ net.i2p.crypto.eddsa --- [2023-09-08T19:37:54.772Z] [INFO] [2023-09-08T19:37:54.772Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ net.i2p.crypto.eddsa --- [2023-09-08T19:37:54.772Z] [INFO] Gathering sources archives [2023-09-08T19:37:54.772Z] [INFO] Configured Artifact: net.i2p.crypto:eddsa:sources:0.3.0:jar [2023-09-08T19:37:54.772Z] [INFO] Unpacking /home/vnc/.m2/repository/net/i2p/crypto/eddsa/0.3.0/eddsa-0.3.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/github/eddsa/net.i2p.crypto.eddsa_0.3.0/target/sources-for-eclipse-ipzilla/eddsa-0.3.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:37:54.772Z] [INFO] Configured Artifact: net.i2p.crypto:eddsa:sources:0.3.0:jar [2023-09-08T19:37:54.772Z] [INFO] Copying eddsa-0.3.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/github/eddsa/net.i2p.crypto.eddsa_0.3.0/target/sources-for-eclipse-ipzilla/eddsa-0.3.0-sources.jar [2023-09-08T19:37:54.772Z] [INFO] Refreshing about files and about.html [2023-09-08T19:37:54.772Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/github/eddsa/net.i2p.crypto.eddsa_0.3.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:37:54.772Z] [INFO] [2023-09-08T19:37:54.772Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ net.i2p.crypto.eddsa --- [2023-09-08T19:37:55.029Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/github/eddsa/net.i2p.crypto.eddsa_0.3.0/target/net.i2p.crypto.eddsa-0.3.0-SNAPSHOT.jar [2023-09-08T19:37:55.973Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/github/eddsa/net.i2p.crypto.eddsa_0.3.0/target/net.i2p.crypto.eddsa-0.3.0-SNAPSHOT-sources.jar [2023-09-08T19:37:57.867Z] [INFO] [2023-09-08T19:37:57.867Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign-jce) @ net.i2p.crypto.eddsa --- [2023-09-08T19:37:57.867Z] [INFO] Jar '/home/jenkins/agent/workspace/orbit-recipes/github/eddsa/net.i2p.crypto.eddsa_0.3.0/target/net.i2p.crypto.eddsa-0.3.0-SNAPSHOT.jar' is already signed and will be resigned. [2023-09-08T19:37:57.867Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/github/eddsa/net.i2p.crypto.eddsa_0.3.0/target/net.i2p.crypto.eddsa-0.3.0-SNAPSHOT.jar [2023-09-08T19:37:59.760Z] [INFO] Jar '/home/jenkins/agent/workspace/orbit-recipes/github/eddsa/net.i2p.crypto.eddsa_0.3.0/target/net.i2p.crypto.eddsa-0.3.0-SNAPSHOT-sources.jar' is already signed and will be resigned. [2023-09-08T19:37:59.760Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/github/eddsa/net.i2p.crypto.eddsa_0.3.0/target/net.i2p.crypto.eddsa-0.3.0-SNAPSHOT-sources.jar [2023-09-08T19:38:01.127Z] [INFO] [2023-09-08T19:38:01.127Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ net.i2p.crypto.eddsa --- [2023-09-08T19:38:01.127Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:net.i2p.crypto.eddsa:0.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/github/eddsa/net.i2p.crypto.eddsa_0.3.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:38:01.127Z] no-classifier: different [2023-09-08T19:38:01.127Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:38:01.127Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:38:01.127Z] META-INF/JCE-ECLI.RSA: different [2023-09-08T19:38:01.127Z] META-INF/JCE-ECLI.SF: different [2023-09-08T19:38:01.127Z] classifier-sources: different [2023-09-08T19:38:01.127Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:38:01.127Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:38:01.127Z] META-INF/JCE-ECLI.RSA: different [2023-09-08T19:38:01.127Z] META-INF/JCE-ECLI.SF: different [2023-09-08T19:38:01.127Z] [2023-09-08T19:38:01.127Z] [INFO] MavenProject: org.eclipse.orbit.bundles:net.i2p.crypto.eddsa:0.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/github/eddsa/net.i2p.crypto.eddsa_0.3.0/pom.xml [2023-09-08T19:38:01.127Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:38:01.127Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:38:01.127Z] [2023-09-08T19:38:01.127Z] [INFO] [2023-09-08T19:38:01.127Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ net.i2p.crypto.eddsa --- [2023-09-08T19:38:01.127Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/eddsa/net.i2p.crypto.eddsa_0.3.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/net.i2p.crypto.eddsa/0.3.0-SNAPSHOT/net.i2p.crypto.eddsa-0.3.0-SNAPSHOT.pom [2023-09-08T19:38:01.127Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/eddsa/net.i2p.crypto.eddsa_0.3.0/target/net.i2p.crypto.eddsa-0.3.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/net.i2p.crypto.eddsa/0.3.0-SNAPSHOT/net.i2p.crypto.eddsa-0.3.0-SNAPSHOT.jar [2023-09-08T19:38:01.127Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/eddsa/net.i2p.crypto.eddsa_0.3.0/target/net.i2p.crypto.eddsa-0.3.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/net.i2p.crypto.eddsa/0.3.0-SNAPSHOT/net.i2p.crypto.eddsa-0.3.0-SNAPSHOT-sources.jar [2023-09-08T19:38:01.127Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/eddsa/net.i2p.crypto.eddsa_0.3.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/net.i2p.crypto.eddsa/0.3.0-SNAPSHOT/net.i2p.crypto.eddsa-0.3.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:38:01.127Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/eddsa/net.i2p.crypto.eddsa_0.3.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/net.i2p.crypto.eddsa/0.3.0-SNAPSHOT/net.i2p.crypto.eddsa-0.3.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:38:01.127Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/eddsa/net.i2p.crypto.eddsa_0.3.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/net.i2p.crypto.eddsa/0.3.0-SNAPSHOT/net.i2p.crypto.eddsa-0.3.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:38:01.127Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/eddsa/net.i2p.crypto.eddsa_0.3.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/net.i2p.crypto.eddsa/0.3.0-SNAPSHOT/net.i2p.crypto.eddsa-0.3.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:38:01.127Z] [INFO] [2023-09-08T19:38:01.127Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ net.i2p.crypto.eddsa --- [2023-09-08T19:38:01.127Z] [INFO] [2023-09-08T19:38:01.127Z] [INFO] ---------------< org.eclipse.orbit.bundles:ejml-parent >---------------- [2023-09-08T19:38:01.127Z] [INFO] Building Eclipse Orbit :: EJML Recipes 1.0.0-SNAPSHOT [168/375] [2023-09-08T19:38:01.127Z] [INFO] --------------------------------[ pom ]--------------------------------- [2023-09-08T19:38:01.127Z] [INFO] [2023-09-08T19:38:01.127Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ejml-parent --- [2023-09-08T19:38:01.127Z] [INFO] [2023-09-08T19:38:01.127Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ ejml-parent --- [2023-09-08T19:38:01.127Z] [INFO] [2023-09-08T19:38:01.128Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ ejml-parent --- [2023-09-08T19:38:01.128Z] [INFO] [2023-09-08T19:38:01.128Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ ejml-parent --- [2023-09-08T19:38:01.128Z] [INFO] [2023-09-08T19:38:01.128Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ ejml-parent --- [2023-09-08T19:38:01.128Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/ejml/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/ejml-parent/1.0.0-SNAPSHOT/ejml-parent-1.0.0-SNAPSHOT.pom [2023-09-08T19:38:01.128Z] [INFO] [2023-09-08T19:38:01.128Z] [INFO] --------------< org.eclipse.orbit.bundles:org.ejml.core >--------------- [2023-09-08T19:38:01.128Z] [INFO] Building EJML 0.29.0-SNAPSHOT [169/375] [2023-09-08T19:38:01.128Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:38:01.128Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/ejml/core/0.29/core-0.29.pom [2023-09-08T19:38:01.128Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ejml/core/0.29/core-0.29.pom [2023-09-08T19:38:01.386Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ejml/core/0.29/core-0.29.pom (1.8 kB at 23 kB/s) [2023-09-08T19:38:01.386Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/ejml/core/0.29/core-0.29.jar [2023-09-08T19:38:01.386Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ejml/core/0.29/core-0.29.jar [2023-09-08T19:38:01.386Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ejml/core/0.29/core-0.29.jar (70 kB at 1.6 MB/s) [2023-09-08T19:38:01.386Z] [INFO] [2023-09-08T19:38:01.386Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.ejml.core --- [2023-09-08T19:38:01.386Z] [INFO] [2023-09-08T19:38:01.386Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.ejml.core --- [2023-09-08T19:38:01.386Z] [INFO] The project's OSGi version is 0.29.0.v20221112-0806 [2023-09-08T19:38:01.386Z] [INFO] [2023-09-08T19:38:01.386Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.ejml.core --- [2023-09-08T19:38:01.386Z] [INFO] [2023-09-08T19:38:01.386Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.ejml.core --- [2023-09-08T19:38:01.386Z] [INFO] Copying 3 resources [2023-09-08T19:38:01.386Z] [INFO] [2023-09-08T19:38:01.386Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.ejml.core --- [2023-09-08T19:38:01.386Z] [INFO] No sources to compile [2023-09-08T19:38:01.386Z] [INFO] [2023-09-08T19:38:01.386Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.ejml.core --- [2023-09-08T19:38:01.386Z] [INFO] Gathering dependencies [2023-09-08T19:38:01.386Z] [INFO] Configured Artifact: org.ejml:core:0.29:jar [2023-09-08T19:38:01.386Z] [INFO] Unpacking /home/vnc/.m2/repository/org/ejml/core/0.29/core-0.29.jar to /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.core_0.29.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:38:01.386Z] [INFO] Merging collected dependencies [2023-09-08T19:38:01.386Z] [INFO] Copying 55 resources [2023-09-08T19:38:01.386Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:38:01.386Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.ejml.core:eclipse-bundle-recipe:0.29.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:38:01.386Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.core_0.29.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:38:01.387Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.core_0.29.0/target/org.ejml.core-0.29.0-SNAPSHOT.jar [2023-09-08T19:38:01.387Z] [INFO] Gathering sources [2023-09-08T19:38:01.387Z] [INFO] Configured Artifact: org.ejml:core:sources:0.29:jar [2023-09-08T19:38:01.387Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/ejml/core/0.29/core-0.29-sources.jar [2023-09-08T19:38:01.387Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ejml/core/0.29/core-0.29-sources.jar [2023-09-08T19:38:01.387Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ejml/core/0.29/core-0.29-sources.jar (80 kB at 1.7 MB/s) [2023-09-08T19:38:01.387Z] [INFO] Unpacking /home/vnc/.m2/repository/org/ejml/core/0.29/core-0.29-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.core_0.29.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:38:01.387Z] [INFO] Copying 3 resources [2023-09-08T19:38:01.387Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.core_0.29.0/src/main/java [2023-09-08T19:38:01.387Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.core_0.29.0/target/org.ejml.core-0.29.0-SNAPSHOT-sources.jar [2023-09-08T19:38:01.387Z] [INFO] Assembling p2 repository [2023-09-08T19:38:01.950Z] [INFO] [2023-09-08T19:38:01.950Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.ejml.core --- [2023-09-08T19:38:01.950Z] [INFO] [2023-09-08T19:38:01.950Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.ejml.core --- [2023-09-08T19:38:01.950Z] [INFO] Gathering sources archives [2023-09-08T19:38:01.950Z] [INFO] Configured Artifact: org.ejml:core:sources:0.29:jar [2023-09-08T19:38:01.950Z] [INFO] Unpacking /home/vnc/.m2/repository/org/ejml/core/0.29/core-0.29-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.core_0.29.0/target/sources-for-eclipse-ipzilla/core-0.29-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:38:01.950Z] [INFO] Configured Artifact: org.ejml:core:sources:0.29:jar [2023-09-08T19:38:02.206Z] [INFO] Copying core-0.29-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.core_0.29.0/target/sources-for-eclipse-ipzilla/core-0.29-sources.jar [2023-09-08T19:38:02.206Z] [INFO] Refreshing about files and about.html [2023-09-08T19:38:02.206Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.core_0.29.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:38:02.206Z] [INFO] [2023-09-08T19:38:02.206Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.ejml.core --- [2023-09-08T19:38:02.206Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.core_0.29.0/target/org.ejml.core-0.29.0-SNAPSHOT.jar [2023-09-08T19:38:03.135Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.core_0.29.0/target/org.ejml.core-0.29.0-SNAPSHOT-sources.jar [2023-09-08T19:38:05.026Z] [INFO] [2023-09-08T19:38:05.026Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.ejml.core --- [2023-09-08T19:38:05.026Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.ejml.core:0.29.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.core_0.29.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:38:05.026Z] no-classifier: different [2023-09-08T19:38:05.026Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:38:05.026Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:38:05.026Z] classifier-sources: different [2023-09-08T19:38:05.026Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:38:05.026Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:38:05.026Z] [2023-09-08T19:38:05.026Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.ejml.core:0.29.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.core_0.29.0/pom.xml [2023-09-08T19:38:05.026Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:38:05.026Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:38:05.026Z] [2023-09-08T19:38:05.026Z] [INFO] [2023-09-08T19:38:05.026Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.ejml.core --- [2023-09-08T19:38:05.026Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.core_0.29.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.ejml.core/0.29.0-SNAPSHOT/org.ejml.core-0.29.0-SNAPSHOT.pom [2023-09-08T19:38:05.026Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.core_0.29.0/target/org.ejml.core-0.29.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.ejml.core/0.29.0-SNAPSHOT/org.ejml.core-0.29.0-SNAPSHOT.jar [2023-09-08T19:38:05.026Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.core_0.29.0/target/org.ejml.core-0.29.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.ejml.core/0.29.0-SNAPSHOT/org.ejml.core-0.29.0-SNAPSHOT-sources.jar [2023-09-08T19:38:05.026Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.core_0.29.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.ejml.core/0.29.0-SNAPSHOT/org.ejml.core-0.29.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:38:05.026Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.core_0.29.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.ejml.core/0.29.0-SNAPSHOT/org.ejml.core-0.29.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:38:05.026Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.core_0.29.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.ejml.core/0.29.0-SNAPSHOT/org.ejml.core-0.29.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:38:05.026Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.core_0.29.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.ejml.core/0.29.0-SNAPSHOT/org.ejml.core-0.29.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:38:05.026Z] [INFO] [2023-09-08T19:38:05.026Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.ejml.core --- [2023-09-08T19:38:05.026Z] [INFO] [2023-09-08T19:38:05.026Z] [INFO] -------------< org.eclipse.orbit.bundles:org.ejml.dense64 >------------- [2023-09-08T19:38:05.026Z] [INFO] Building EJML 0.29.0-SNAPSHOT [170/375] [2023-09-08T19:38:05.026Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:38:05.026Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/ejml/dense64/0.29/dense64-0.29.pom [2023-09-08T19:38:05.027Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ejml/dense64/0.29/dense64-0.29.pom [2023-09-08T19:38:05.282Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ejml/dense64/0.29/dense64-0.29.pom (1.6 kB at 38 kB/s) [2023-09-08T19:38:05.282Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/ejml/dense64/0.29/dense64-0.29.jar [2023-09-08T19:38:05.282Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ejml/dense64/0.29/dense64-0.29.jar [2023-09-08T19:38:05.282Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ejml/dense64/0.29/dense64-0.29.jar (295 kB at 5.3 MB/s) [2023-09-08T19:38:05.282Z] [INFO] [2023-09-08T19:38:05.282Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.ejml.dense64 --- [2023-09-08T19:38:05.282Z] [INFO] [2023-09-08T19:38:05.282Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.ejml.dense64 --- [2023-09-08T19:38:05.282Z] [INFO] The project's OSGi version is 0.29.0.v20221112-0806 [2023-09-08T19:38:05.282Z] [INFO] [2023-09-08T19:38:05.282Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.ejml.dense64 --- [2023-09-08T19:38:05.282Z] [INFO] [2023-09-08T19:38:05.282Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.ejml.dense64 --- [2023-09-08T19:38:05.282Z] [INFO] Copying 3 resources [2023-09-08T19:38:05.282Z] [INFO] [2023-09-08T19:38:05.282Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.ejml.dense64 --- [2023-09-08T19:38:05.282Z] [INFO] No sources to compile [2023-09-08T19:38:05.282Z] [INFO] [2023-09-08T19:38:05.282Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.ejml.dense64 --- [2023-09-08T19:38:05.282Z] [INFO] Gathering dependencies [2023-09-08T19:38:05.283Z] [INFO] Configured Artifact: org.ejml:dense64:0.29:jar [2023-09-08T19:38:05.283Z] [INFO] Unpacking /home/vnc/.m2/repository/org/ejml/dense64/0.29/dense64-0.29.jar to /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.dense64_0.29.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:38:05.283Z] [INFO] Merging collected dependencies [2023-09-08T19:38:05.283Z] [INFO] Copying 113 resources [2023-09-08T19:38:05.283Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:38:05.539Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.ejml.dense64:eclipse-bundle-recipe:0.29.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:38:05.539Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.dense64_0.29.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:38:05.539Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.dense64_0.29.0/target/org.ejml.dense64-0.29.0-SNAPSHOT.jar [2023-09-08T19:38:05.539Z] [INFO] Gathering sources [2023-09-08T19:38:05.539Z] [INFO] Configured Artifact: org.ejml:dense64:sources:0.29:jar [2023-09-08T19:38:05.539Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/ejml/dense64/0.29/dense64-0.29-sources.jar [2023-09-08T19:38:05.539Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ejml/dense64/0.29/dense64-0.29-sources.jar [2023-09-08T19:38:05.539Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ejml/dense64/0.29/dense64-0.29-sources.jar (284 kB at 4.0 MB/s) [2023-09-08T19:38:05.539Z] [INFO] Unpacking /home/vnc/.m2/repository/org/ejml/dense64/0.29/dense64-0.29-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.dense64_0.29.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:38:05.539Z] [INFO] Copying 3 resources [2023-09-08T19:38:05.539Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.dense64_0.29.0/src/main/java [2023-09-08T19:38:05.539Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.dense64_0.29.0/target/org.ejml.dense64-0.29.0-SNAPSHOT-sources.jar [2023-09-08T19:38:05.539Z] [INFO] Assembling p2 repository [2023-09-08T19:38:06.470Z] [INFO] [2023-09-08T19:38:06.470Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.ejml.dense64 --- [2023-09-08T19:38:06.470Z] [INFO] [2023-09-08T19:38:06.470Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.ejml.dense64 --- [2023-09-08T19:38:06.470Z] [INFO] Gathering sources archives [2023-09-08T19:38:06.470Z] [INFO] Configured Artifact: org.ejml:dense64:sources:0.29:jar [2023-09-08T19:38:06.470Z] [INFO] Unpacking /home/vnc/.m2/repository/org/ejml/dense64/0.29/dense64-0.29-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.dense64_0.29.0/target/sources-for-eclipse-ipzilla/dense64-0.29-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:38:06.470Z] [INFO] Configured Artifact: org.ejml:dense64:sources:0.29:jar [2023-09-08T19:38:06.470Z] [INFO] Copying dense64-0.29-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.dense64_0.29.0/target/sources-for-eclipse-ipzilla/dense64-0.29-sources.jar [2023-09-08T19:38:06.470Z] [INFO] Refreshing about files and about.html [2023-09-08T19:38:06.470Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.dense64_0.29.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:38:06.470Z] [INFO] [2023-09-08T19:38:06.470Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.ejml.dense64 --- [2023-09-08T19:38:06.470Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.dense64_0.29.0/target/org.ejml.dense64-0.29.0-SNAPSHOT.jar [2023-09-08T19:38:07.837Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.dense64_0.29.0/target/org.ejml.dense64-0.29.0-SNAPSHOT-sources.jar [2023-09-08T19:38:09.727Z] [INFO] [2023-09-08T19:38:09.727Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.ejml.dense64 --- [2023-09-08T19:38:10.291Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.ejml.dense64:0.29.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.dense64_0.29.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:38:10.291Z] no-classifier: different [2023-09-08T19:38:10.291Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:38:10.291Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:38:10.291Z] classifier-sources: different [2023-09-08T19:38:10.291Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:38:10.291Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:38:10.291Z] [2023-09-08T19:38:10.291Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.ejml.dense64:0.29.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.dense64_0.29.0/pom.xml [2023-09-08T19:38:10.291Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:38:10.291Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:38:10.291Z] [2023-09-08T19:38:10.291Z] [INFO] [2023-09-08T19:38:10.291Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.ejml.dense64 --- [2023-09-08T19:38:10.291Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.dense64_0.29.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.ejml.dense64/0.29.0-SNAPSHOT/org.ejml.dense64-0.29.0-SNAPSHOT.pom [2023-09-08T19:38:10.291Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.dense64_0.29.0/target/org.ejml.dense64-0.29.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.ejml.dense64/0.29.0-SNAPSHOT/org.ejml.dense64-0.29.0-SNAPSHOT.jar [2023-09-08T19:38:10.291Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.dense64_0.29.0/target/org.ejml.dense64-0.29.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.ejml.dense64/0.29.0-SNAPSHOT/org.ejml.dense64-0.29.0-SNAPSHOT-sources.jar [2023-09-08T19:38:10.291Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.dense64_0.29.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.ejml.dense64/0.29.0-SNAPSHOT/org.ejml.dense64-0.29.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:38:10.291Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.dense64_0.29.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.ejml.dense64/0.29.0-SNAPSHOT/org.ejml.dense64-0.29.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:38:10.291Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.dense64_0.29.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.ejml.dense64/0.29.0-SNAPSHOT/org.ejml.dense64-0.29.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:38:10.291Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.dense64_0.29.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.ejml.dense64/0.29.0-SNAPSHOT/org.ejml.dense64-0.29.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:38:10.291Z] [INFO] [2023-09-08T19:38:10.291Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.ejml.dense64 --- [2023-09-08T19:38:10.291Z] [INFO] [2023-09-08T19:38:10.291Z] [INFO] ------------< org.eclipse.orbit.bundles:org.ejml.denseC64 >------------- [2023-09-08T19:38:10.291Z] [INFO] Building EJML 0.29.0-SNAPSHOT [171/375] [2023-09-08T19:38:10.291Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:38:10.291Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/ejml/denseC64/0.29/denseC64-0.29.pom [2023-09-08T19:38:10.291Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ejml/denseC64/0.29/denseC64-0.29.pom [2023-09-08T19:38:10.291Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ejml/denseC64/0.29/denseC64-0.29.pom (1.6 kB at 35 kB/s) [2023-09-08T19:38:10.291Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/ejml/denseC64/0.29/denseC64-0.29.jar [2023-09-08T19:38:10.291Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ejml/denseC64/0.29/denseC64-0.29.jar [2023-09-08T19:38:10.291Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ejml/denseC64/0.29/denseC64-0.29.jar (62 kB at 1.5 MB/s) [2023-09-08T19:38:10.291Z] [INFO] [2023-09-08T19:38:10.291Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.ejml.denseC64 --- [2023-09-08T19:38:10.291Z] [INFO] [2023-09-08T19:38:10.291Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.ejml.denseC64 --- [2023-09-08T19:38:10.291Z] [INFO] The project's OSGi version is 0.29.0.v20221112-0806 [2023-09-08T19:38:10.291Z] [INFO] [2023-09-08T19:38:10.292Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.ejml.denseC64 --- [2023-09-08T19:38:10.292Z] [INFO] [2023-09-08T19:38:10.292Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.ejml.denseC64 --- [2023-09-08T19:38:10.292Z] [INFO] Copying 3 resources [2023-09-08T19:38:10.292Z] [INFO] [2023-09-08T19:38:10.292Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.ejml.denseC64 --- [2023-09-08T19:38:10.292Z] [INFO] No sources to compile [2023-09-08T19:38:10.292Z] [INFO] [2023-09-08T19:38:10.292Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.ejml.denseC64 --- [2023-09-08T19:38:10.292Z] [INFO] Gathering dependencies [2023-09-08T19:38:10.292Z] [INFO] Configured Artifact: org.ejml:denseC64:0.29:jar [2023-09-08T19:38:10.292Z] [INFO] Unpacking /home/vnc/.m2/repository/org/ejml/denseC64/0.29/denseC64-0.29.jar to /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.denseC64_0.29.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:38:10.292Z] [INFO] Merging collected dependencies [2023-09-08T19:38:10.292Z] [INFO] Copying 29 resources [2023-09-08T19:38:10.292Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:38:10.292Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.ejml.denseC64:eclipse-bundle-recipe:0.29.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:38:10.292Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.denseC64_0.29.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:38:10.292Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.denseC64_0.29.0/target/org.ejml.denseC64-0.29.0-SNAPSHOT.jar [2023-09-08T19:38:10.292Z] [INFO] Gathering sources [2023-09-08T19:38:10.292Z] [INFO] Configured Artifact: org.ejml:denseC64:sources:0.29:jar [2023-09-08T19:38:10.292Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/ejml/denseC64/0.29/denseC64-0.29-sources.jar [2023-09-08T19:38:10.292Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ejml/denseC64/0.29/denseC64-0.29-sources.jar [2023-09-08T19:38:10.292Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ejml/denseC64/0.29/denseC64-0.29-sources.jar (62 kB at 1.4 MB/s) [2023-09-08T19:38:10.292Z] [INFO] Unpacking /home/vnc/.m2/repository/org/ejml/denseC64/0.29/denseC64-0.29-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.denseC64_0.29.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:38:10.292Z] [INFO] Copying 3 resources [2023-09-08T19:38:10.547Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.denseC64_0.29.0/src/main/java [2023-09-08T19:38:10.547Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.denseC64_0.29.0/target/org.ejml.denseC64-0.29.0-SNAPSHOT-sources.jar [2023-09-08T19:38:10.547Z] [INFO] Assembling p2 repository [2023-09-08T19:38:11.109Z] [INFO] [2023-09-08T19:38:11.109Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.ejml.denseC64 --- [2023-09-08T19:38:11.109Z] [INFO] [2023-09-08T19:38:11.109Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.ejml.denseC64 --- [2023-09-08T19:38:11.109Z] [INFO] Gathering sources archives [2023-09-08T19:38:11.109Z] [INFO] Configured Artifact: org.ejml:denseC64:sources:0.29:jar [2023-09-08T19:38:11.109Z] [INFO] Unpacking /home/vnc/.m2/repository/org/ejml/denseC64/0.29/denseC64-0.29-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.denseC64_0.29.0/target/sources-for-eclipse-ipzilla/denseC64-0.29-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:38:11.109Z] [INFO] Configured Artifact: org.ejml:denseC64:sources:0.29:jar [2023-09-08T19:38:11.109Z] [INFO] Copying denseC64-0.29-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.denseC64_0.29.0/target/sources-for-eclipse-ipzilla/denseC64-0.29-sources.jar [2023-09-08T19:38:11.109Z] [INFO] Refreshing about files and about.html [2023-09-08T19:38:11.109Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.denseC64_0.29.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:38:11.109Z] [INFO] [2023-09-08T19:38:11.109Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.ejml.denseC64 --- [2023-09-08T19:38:11.109Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.denseC64_0.29.0/target/org.ejml.denseC64-0.29.0-SNAPSHOT.jar [2023-09-08T19:38:12.473Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.denseC64_0.29.0/target/org.ejml.denseC64-0.29.0-SNAPSHOT-sources.jar [2023-09-08T19:38:13.047Z] [INFO] [2023-09-08T19:38:13.047Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.ejml.denseC64 --- [2023-09-08T19:38:13.304Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.ejml.denseC64:0.29.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.denseC64_0.29.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:38:13.304Z] no-classifier: different [2023-09-08T19:38:13.304Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:38:13.304Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:38:13.304Z] classifier-sources: different [2023-09-08T19:38:13.304Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:38:13.304Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:38:13.304Z] [2023-09-08T19:38:13.304Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.ejml.denseC64:0.29.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.denseC64_0.29.0/pom.xml [2023-09-08T19:38:13.304Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:38:13.304Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:38:13.304Z] [2023-09-08T19:38:13.304Z] [INFO] [2023-09-08T19:38:13.304Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.ejml.denseC64 --- [2023-09-08T19:38:13.304Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.denseC64_0.29.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.ejml.denseC64/0.29.0-SNAPSHOT/org.ejml.denseC64-0.29.0-SNAPSHOT.pom [2023-09-08T19:38:13.304Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.denseC64_0.29.0/target/org.ejml.denseC64-0.29.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.ejml.denseC64/0.29.0-SNAPSHOT/org.ejml.denseC64-0.29.0-SNAPSHOT.jar [2023-09-08T19:38:13.304Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.denseC64_0.29.0/target/org.ejml.denseC64-0.29.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.ejml.denseC64/0.29.0-SNAPSHOT/org.ejml.denseC64-0.29.0-SNAPSHOT-sources.jar [2023-09-08T19:38:13.304Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.denseC64_0.29.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.ejml.denseC64/0.29.0-SNAPSHOT/org.ejml.denseC64-0.29.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:38:13.304Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.denseC64_0.29.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.ejml.denseC64/0.29.0-SNAPSHOT/org.ejml.denseC64-0.29.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:38:13.304Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.denseC64_0.29.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.ejml.denseC64/0.29.0-SNAPSHOT/org.ejml.denseC64-0.29.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:38:13.304Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.denseC64_0.29.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.ejml.denseC64/0.29.0-SNAPSHOT/org.ejml.denseC64-0.29.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:38:13.304Z] [INFO] [2023-09-08T19:38:13.304Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.ejml.denseC64 --- [2023-09-08T19:38:13.304Z] [INFO] [2023-09-08T19:38:13.304Z] [INFO] ------------< org.eclipse.orbit.bundles:org.ejml.equation >------------- [2023-09-08T19:38:13.304Z] [INFO] Building EJML 0.29.0-SNAPSHOT [172/375] [2023-09-08T19:38:13.304Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:38:13.304Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/ejml/equation/0.29/equation-0.29.pom [2023-09-08T19:38:13.304Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ejml/equation/0.29/equation-0.29.pom [2023-09-08T19:38:13.304Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ejml/equation/0.29/equation-0.29.pom (1.8 kB at 39 kB/s) [2023-09-08T19:38:13.304Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/ejml/simple/0.29/simple-0.29.pom [2023-09-08T19:38:13.304Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ejml/simple/0.29/simple-0.29.pom [2023-09-08T19:38:13.304Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ejml/simple/0.29/simple-0.29.pom (1.8 kB at 39 kB/s) [2023-09-08T19:38:13.304Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/ejml/equation/0.29/equation-0.29.jar [2023-09-08T19:38:13.304Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/ejml/simple/0.29/simple-0.29.jar [2023-09-08T19:38:13.560Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ejml/equation/0.29/equation-0.29.jar [2023-09-08T19:38:13.560Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ejml/simple/0.29/simple-0.29.jar [2023-09-08T19:38:13.560Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ejml/equation/0.29/equation-0.29.jar (137 kB at 2.8 MB/s) [2023-09-08T19:38:13.560Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ejml/simple/0.29/simple-0.29.jar (12 kB at 216 kB/s) [2023-09-08T19:38:13.560Z] [INFO] [2023-09-08T19:38:13.560Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.ejml.equation --- [2023-09-08T19:38:13.560Z] [INFO] [2023-09-08T19:38:13.560Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.ejml.equation --- [2023-09-08T19:38:13.560Z] [INFO] The project's OSGi version is 0.29.0.v20221112-0806 [2023-09-08T19:38:13.560Z] [INFO] [2023-09-08T19:38:13.560Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.ejml.equation --- [2023-09-08T19:38:13.560Z] [INFO] [2023-09-08T19:38:13.560Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.ejml.equation --- [2023-09-08T19:38:13.560Z] [INFO] Copying 3 resources [2023-09-08T19:38:13.560Z] [INFO] [2023-09-08T19:38:13.560Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.ejml.equation --- [2023-09-08T19:38:13.560Z] [INFO] No sources to compile [2023-09-08T19:38:13.560Z] [INFO] [2023-09-08T19:38:13.560Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.ejml.equation --- [2023-09-08T19:38:13.560Z] [INFO] Gathering dependencies [2023-09-08T19:38:13.560Z] [INFO] Configured Artifact: org.ejml:equation:0.29:jar [2023-09-08T19:38:13.560Z] [INFO] Unpacking /home/vnc/.m2/repository/org/ejml/equation/0.29/equation-0.29.jar to /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.equation_0.29.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:38:13.560Z] [INFO] Merging collected dependencies [2023-09-08T19:38:13.560Z] [INFO] Copying 144 resources [2023-09-08T19:38:13.560Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:38:13.560Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.ejml.equation:eclipse-bundle-recipe:0.29.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:38:13.560Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.equation_0.29.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:38:13.560Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.equation_0.29.0/target/org.ejml.equation-0.29.0-SNAPSHOT.jar [2023-09-08T19:38:13.818Z] [INFO] Gathering sources [2023-09-08T19:38:13.818Z] [INFO] Configured Artifact: org.ejml:equation:sources:0.29:jar [2023-09-08T19:38:13.818Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/ejml/equation/0.29/equation-0.29-sources.jar [2023-09-08T19:38:13.818Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ejml/equation/0.29/equation-0.29-sources.jar [2023-09-08T19:38:13.818Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ejml/equation/0.29/equation-0.29-sources.jar (40 kB at 940 kB/s) [2023-09-08T19:38:13.818Z] [INFO] Unpacking /home/vnc/.m2/repository/org/ejml/equation/0.29/equation-0.29-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.equation_0.29.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:38:13.818Z] [INFO] Copying 3 resources [2023-09-08T19:38:13.818Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.equation_0.29.0/src/main/java [2023-09-08T19:38:13.818Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.equation_0.29.0/target/org.ejml.equation-0.29.0-SNAPSHOT-sources.jar [2023-09-08T19:38:13.818Z] [INFO] Assembling p2 repository [2023-09-08T19:38:14.746Z] [INFO] [2023-09-08T19:38:14.746Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.ejml.equation --- [2023-09-08T19:38:14.746Z] [INFO] [2023-09-08T19:38:14.746Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.ejml.equation --- [2023-09-08T19:38:14.746Z] [INFO] Gathering sources archives [2023-09-08T19:38:14.746Z] [INFO] Configured Artifact: org.ejml:equation:sources:0.29:jar [2023-09-08T19:38:14.746Z] [INFO] Unpacking /home/vnc/.m2/repository/org/ejml/equation/0.29/equation-0.29-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.equation_0.29.0/target/sources-for-eclipse-ipzilla/equation-0.29-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:38:14.746Z] [INFO] Configured Artifact: org.ejml:equation:sources:0.29:jar [2023-09-08T19:38:14.746Z] [INFO] Copying equation-0.29-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.equation_0.29.0/target/sources-for-eclipse-ipzilla/equation-0.29-sources.jar [2023-09-08T19:38:14.746Z] [INFO] Refreshing about files and about.html [2023-09-08T19:38:14.746Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.equation_0.29.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:38:14.746Z] [INFO] [2023-09-08T19:38:14.746Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.ejml.equation --- [2023-09-08T19:38:14.746Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.equation_0.29.0/target/org.ejml.equation-0.29.0-SNAPSHOT.jar [2023-09-08T19:38:15.672Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.equation_0.29.0/target/org.ejml.equation-0.29.0-SNAPSHOT-sources.jar [2023-09-08T19:38:17.515Z] [INFO] [2023-09-08T19:38:17.515Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.ejml.equation --- [2023-09-08T19:38:17.771Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.ejml.equation:0.29.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.equation_0.29.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:38:17.771Z] no-classifier: different [2023-09-08T19:38:17.771Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:38:17.771Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:38:17.771Z] classifier-sources: different [2023-09-08T19:38:17.771Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:38:17.771Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:38:17.771Z] [2023-09-08T19:38:17.771Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.ejml.equation:0.29.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.equation_0.29.0/pom.xml [2023-09-08T19:38:17.771Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:38:17.771Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:38:17.771Z] [2023-09-08T19:38:17.771Z] [INFO] [2023-09-08T19:38:17.771Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.ejml.equation --- [2023-09-08T19:38:17.771Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.equation_0.29.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.ejml.equation/0.29.0-SNAPSHOT/org.ejml.equation-0.29.0-SNAPSHOT.pom [2023-09-08T19:38:17.771Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.equation_0.29.0/target/org.ejml.equation-0.29.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.ejml.equation/0.29.0-SNAPSHOT/org.ejml.equation-0.29.0-SNAPSHOT.jar [2023-09-08T19:38:17.771Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.equation_0.29.0/target/org.ejml.equation-0.29.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.ejml.equation/0.29.0-SNAPSHOT/org.ejml.equation-0.29.0-SNAPSHOT-sources.jar [2023-09-08T19:38:17.771Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.equation_0.29.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.ejml.equation/0.29.0-SNAPSHOT/org.ejml.equation-0.29.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:38:17.771Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.equation_0.29.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.ejml.equation/0.29.0-SNAPSHOT/org.ejml.equation-0.29.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:38:17.771Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.equation_0.29.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.ejml.equation/0.29.0-SNAPSHOT/org.ejml.equation-0.29.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:38:17.771Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.equation_0.29.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.ejml.equation/0.29.0-SNAPSHOT/org.ejml.equation-0.29.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:38:17.771Z] [INFO] [2023-09-08T19:38:17.771Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.ejml.equation --- [2023-09-08T19:38:17.771Z] [INFO] [2023-09-08T19:38:17.771Z] [INFO] ----------< org.eclipse.orbit.bundles:org.ejml.experimental >----------- [2023-09-08T19:38:17.771Z] [INFO] Building EJML 0.29.0-SNAPSHOT [173/375] [2023-09-08T19:38:17.771Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:38:17.771Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/ejml/experimental/0.29/experimental-0.29.pom [2023-09-08T19:38:17.771Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ejml/experimental/0.29/experimental-0.29.pom [2023-09-08T19:38:18.027Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ejml/experimental/0.29/experimental-0.29.pom (2.1 kB at 43 kB/s) [2023-09-08T19:38:18.027Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/ejml/experimental/0.29/experimental-0.29.jar [2023-09-08T19:38:18.027Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ejml/experimental/0.29/experimental-0.29.jar [2023-09-08T19:38:18.027Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ejml/experimental/0.29/experimental-0.29.jar (27 kB at 564 kB/s) [2023-09-08T19:38:18.027Z] [INFO] [2023-09-08T19:38:18.027Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.ejml.experimental --- [2023-09-08T19:38:18.027Z] [INFO] [2023-09-08T19:38:18.027Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.ejml.experimental --- [2023-09-08T19:38:18.027Z] [INFO] The project's OSGi version is 0.29.0.v20221112-0806 [2023-09-08T19:38:18.027Z] [INFO] [2023-09-08T19:38:18.027Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.ejml.experimental --- [2023-09-08T19:38:18.027Z] [INFO] [2023-09-08T19:38:18.027Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.ejml.experimental --- [2023-09-08T19:38:18.027Z] [INFO] Copying 3 resources [2023-09-08T19:38:18.027Z] [INFO] [2023-09-08T19:38:18.027Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.ejml.experimental --- [2023-09-08T19:38:18.027Z] [INFO] No sources to compile [2023-09-08T19:38:18.027Z] [INFO] [2023-09-08T19:38:18.027Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.ejml.experimental --- [2023-09-08T19:38:18.027Z] [INFO] Gathering dependencies [2023-09-08T19:38:18.027Z] [INFO] Configured Artifact: org.ejml:experimental:0.29:jar [2023-09-08T19:38:18.027Z] [INFO] Unpacking /home/vnc/.m2/repository/org/ejml/experimental/0.29/experimental-0.29.jar to /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.experimental_0.29.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:38:18.027Z] [INFO] Merging collected dependencies [2023-09-08T19:38:18.027Z] [INFO] Copying 15 resources [2023-09-08T19:38:18.027Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:38:18.027Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.ejml.experimental:eclipse-bundle-recipe:0.29.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:38:18.027Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.experimental_0.29.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:38:18.027Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.experimental_0.29.0/target/org.ejml.experimental-0.29.0-SNAPSHOT.jar [2023-09-08T19:38:18.027Z] [INFO] Gathering sources [2023-09-08T19:38:18.027Z] [INFO] Configured Artifact: org.ejml:experimental:sources:0.29:jar [2023-09-08T19:38:18.027Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/ejml/experimental/0.29/experimental-0.29-sources.jar [2023-09-08T19:38:18.027Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ejml/experimental/0.29/experimental-0.29-sources.jar [2023-09-08T19:38:18.028Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ejml/experimental/0.29/experimental-0.29-sources.jar (26 kB at 551 kB/s) [2023-09-08T19:38:18.028Z] [INFO] Unpacking /home/vnc/.m2/repository/org/ejml/experimental/0.29/experimental-0.29-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.experimental_0.29.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:38:18.028Z] [INFO] Copying 3 resources [2023-09-08T19:38:18.028Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.experimental_0.29.0/src/main/java [2023-09-08T19:38:18.028Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.experimental_0.29.0/target/org.ejml.experimental-0.29.0-SNAPSHOT-sources.jar [2023-09-08T19:38:18.028Z] [INFO] Assembling p2 repository [2023-09-08T19:38:18.957Z] [INFO] [2023-09-08T19:38:18.957Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.ejml.experimental --- [2023-09-08T19:38:18.957Z] [INFO] [2023-09-08T19:38:18.957Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.ejml.experimental --- [2023-09-08T19:38:18.957Z] [INFO] Gathering sources archives [2023-09-08T19:38:18.957Z] [INFO] Configured Artifact: org.ejml:experimental:sources:0.29:jar [2023-09-08T19:38:18.957Z] [INFO] Unpacking /home/vnc/.m2/repository/org/ejml/experimental/0.29/experimental-0.29-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.experimental_0.29.0/target/sources-for-eclipse-ipzilla/experimental-0.29-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:38:18.957Z] [INFO] Configured Artifact: org.ejml:experimental:sources:0.29:jar [2023-09-08T19:38:18.957Z] [INFO] Copying experimental-0.29-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.experimental_0.29.0/target/sources-for-eclipse-ipzilla/experimental-0.29-sources.jar [2023-09-08T19:38:18.957Z] [INFO] Refreshing about files and about.html [2023-09-08T19:38:18.957Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.experimental_0.29.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:38:18.957Z] [INFO] [2023-09-08T19:38:18.957Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.ejml.experimental --- [2023-09-08T19:38:18.957Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.experimental_0.29.0/target/org.ejml.experimental-0.29.0-SNAPSHOT.jar [2023-09-08T19:38:19.887Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.experimental_0.29.0/target/org.ejml.experimental-0.29.0-SNAPSHOT-sources.jar [2023-09-08T19:38:20.816Z] [INFO] [2023-09-08T19:38:20.816Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.ejml.experimental --- [2023-09-08T19:38:21.072Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.ejml.experimental:0.29.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.experimental_0.29.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:38:21.072Z] no-classifier: different [2023-09-08T19:38:21.072Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:38:21.072Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:38:21.072Z] classifier-sources: different [2023-09-08T19:38:21.072Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:38:21.072Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:38:21.072Z] [2023-09-08T19:38:21.072Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.ejml.experimental:0.29.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.experimental_0.29.0/pom.xml [2023-09-08T19:38:21.072Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:38:21.072Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:38:21.072Z] [2023-09-08T19:38:21.072Z] [INFO] [2023-09-08T19:38:21.072Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.ejml.experimental --- [2023-09-08T19:38:21.072Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.experimental_0.29.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.ejml.experimental/0.29.0-SNAPSHOT/org.ejml.experimental-0.29.0-SNAPSHOT.pom [2023-09-08T19:38:21.072Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.experimental_0.29.0/target/org.ejml.experimental-0.29.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.ejml.experimental/0.29.0-SNAPSHOT/org.ejml.experimental-0.29.0-SNAPSHOT.jar [2023-09-08T19:38:21.072Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.experimental_0.29.0/target/org.ejml.experimental-0.29.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.ejml.experimental/0.29.0-SNAPSHOT/org.ejml.experimental-0.29.0-SNAPSHOT-sources.jar [2023-09-08T19:38:21.072Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.experimental_0.29.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.ejml.experimental/0.29.0-SNAPSHOT/org.ejml.experimental-0.29.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:38:21.072Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.experimental_0.29.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.ejml.experimental/0.29.0-SNAPSHOT/org.ejml.experimental-0.29.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:38:21.072Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.experimental_0.29.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.ejml.experimental/0.29.0-SNAPSHOT/org.ejml.experimental-0.29.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:38:21.072Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.experimental_0.29.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.ejml.experimental/0.29.0-SNAPSHOT/org.ejml.experimental-0.29.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:38:21.072Z] [INFO] [2023-09-08T19:38:21.072Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.ejml.experimental --- [2023-09-08T19:38:21.072Z] [INFO] [2023-09-08T19:38:21.072Z] [INFO] -------------< org.eclipse.orbit.bundles:org.ejml.simple >-------------- [2023-09-08T19:38:21.072Z] [INFO] Building EJML 0.29.0-SNAPSHOT [174/375] [2023-09-08T19:38:21.072Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:38:21.072Z] [INFO] [2023-09-08T19:38:21.072Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.ejml.simple --- [2023-09-08T19:38:21.072Z] [INFO] [2023-09-08T19:38:21.072Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.ejml.simple --- [2023-09-08T19:38:21.072Z] [INFO] The project's OSGi version is 0.29.0.v20221112-0806 [2023-09-08T19:38:21.072Z] [INFO] [2023-09-08T19:38:21.072Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.ejml.simple --- [2023-09-08T19:38:21.072Z] [INFO] [2023-09-08T19:38:21.072Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.ejml.simple --- [2023-09-08T19:38:21.072Z] [INFO] Copying 3 resources [2023-09-08T19:38:21.072Z] [INFO] [2023-09-08T19:38:21.072Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.ejml.simple --- [2023-09-08T19:38:21.072Z] [INFO] No sources to compile [2023-09-08T19:38:21.072Z] [INFO] [2023-09-08T19:38:21.072Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.ejml.simple --- [2023-09-08T19:38:21.072Z] [INFO] Gathering dependencies [2023-09-08T19:38:21.072Z] [INFO] Configured Artifact: org.ejml:simple:0.29:jar [2023-09-08T19:38:21.072Z] [INFO] Unpacking /home/vnc/.m2/repository/org/ejml/simple/0.29/simple-0.29.jar to /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.simple_0.29.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:38:21.072Z] [INFO] Merging collected dependencies [2023-09-08T19:38:21.072Z] [INFO] Copying 7 resources [2023-09-08T19:38:21.072Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:38:21.072Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.ejml.simple:eclipse-bundle-recipe:0.29.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:38:21.072Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.simple_0.29.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:38:21.072Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.simple_0.29.0/target/org.ejml.simple-0.29.0-SNAPSHOT.jar [2023-09-08T19:38:21.072Z] [INFO] Gathering sources [2023-09-08T19:38:21.072Z] [INFO] Configured Artifact: org.ejml:simple:sources:0.29:jar [2023-09-08T19:38:21.072Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/ejml/simple/0.29/simple-0.29-sources.jar [2023-09-08T19:38:21.072Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ejml/simple/0.29/simple-0.29-sources.jar [2023-09-08T19:38:21.072Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ejml/simple/0.29/simple-0.29-sources.jar (17 kB at 380 kB/s) [2023-09-08T19:38:21.072Z] [INFO] Unpacking /home/vnc/.m2/repository/org/ejml/simple/0.29/simple-0.29-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.simple_0.29.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:38:21.072Z] [INFO] Copying 3 resources [2023-09-08T19:38:21.072Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.simple_0.29.0/src/main/java [2023-09-08T19:38:21.073Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.simple_0.29.0/target/org.ejml.simple-0.29.0-SNAPSHOT-sources.jar [2023-09-08T19:38:21.073Z] [INFO] Assembling p2 repository [2023-09-08T19:38:21.634Z] [INFO] [2023-09-08T19:38:21.634Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.ejml.simple --- [2023-09-08T19:38:21.634Z] [INFO] [2023-09-08T19:38:21.634Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.ejml.simple --- [2023-09-08T19:38:21.634Z] [INFO] Gathering sources archives [2023-09-08T19:38:21.634Z] [INFO] Configured Artifact: org.ejml:simple:sources:0.29:jar [2023-09-08T19:38:21.634Z] [INFO] Unpacking /home/vnc/.m2/repository/org/ejml/simple/0.29/simple-0.29-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.simple_0.29.0/target/sources-for-eclipse-ipzilla/simple-0.29-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:38:21.634Z] [INFO] Configured Artifact: org.ejml:simple:sources:0.29:jar [2023-09-08T19:38:21.634Z] [INFO] Copying simple-0.29-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.simple_0.29.0/target/sources-for-eclipse-ipzilla/simple-0.29-sources.jar [2023-09-08T19:38:21.634Z] [INFO] Refreshing about files and about.html [2023-09-08T19:38:21.634Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.simple_0.29.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:38:21.634Z] [INFO] [2023-09-08T19:38:21.634Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.ejml.simple --- [2023-09-08T19:38:21.634Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.simple_0.29.0/target/org.ejml.simple-0.29.0-SNAPSHOT.jar [2023-09-08T19:38:23.002Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.simple_0.29.0/target/org.ejml.simple-0.29.0-SNAPSHOT-sources.jar [2023-09-08T19:38:23.564Z] [INFO] [2023-09-08T19:38:23.564Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.ejml.simple --- [2023-09-08T19:38:23.820Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.ejml.simple:0.29.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.simple_0.29.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:38:23.820Z] no-classifier: different [2023-09-08T19:38:23.820Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:38:23.820Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:38:23.820Z] classifier-sources: different [2023-09-08T19:38:23.820Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:38:23.820Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:38:23.820Z] [2023-09-08T19:38:23.820Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.ejml.simple:0.29.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.simple_0.29.0/pom.xml [2023-09-08T19:38:23.820Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:38:23.820Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:38:23.820Z] [2023-09-08T19:38:23.820Z] [INFO] [2023-09-08T19:38:23.820Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.ejml.simple --- [2023-09-08T19:38:23.820Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.simple_0.29.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.ejml.simple/0.29.0-SNAPSHOT/org.ejml.simple-0.29.0-SNAPSHOT.pom [2023-09-08T19:38:23.820Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.simple_0.29.0/target/org.ejml.simple-0.29.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.ejml.simple/0.29.0-SNAPSHOT/org.ejml.simple-0.29.0-SNAPSHOT.jar [2023-09-08T19:38:23.820Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.simple_0.29.0/target/org.ejml.simple-0.29.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.ejml.simple/0.29.0-SNAPSHOT/org.ejml.simple-0.29.0-SNAPSHOT-sources.jar [2023-09-08T19:38:23.820Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.simple_0.29.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.ejml.simple/0.29.0-SNAPSHOT/org.ejml.simple-0.29.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:38:23.820Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.simple_0.29.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.ejml.simple/0.29.0-SNAPSHOT/org.ejml.simple-0.29.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:38:23.820Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.simple_0.29.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.ejml.simple/0.29.0-SNAPSHOT/org.ejml.simple-0.29.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:38:23.820Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.simple_0.29.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.ejml.simple/0.29.0-SNAPSHOT/org.ejml.simple-0.29.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:38:23.820Z] [INFO] [2023-09-08T19:38:23.820Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.ejml.simple --- [2023-09-08T19:38:23.820Z] [INFO] [2023-09-08T19:38:23.820Z] [INFO] ------------< org.eclipse.orbit.bundles:org.ejml.ejml-all >------------- [2023-09-08T19:38:23.820Z] [INFO] Building EJML 0.38.0-SNAPSHOT [175/375] [2023-09-08T19:38:23.820Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:38:23.820Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/ejml/ejml-all/0.38/ejml-all-0.38.pom [2023-09-08T19:38:23.820Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ejml/ejml-all/0.38/ejml-all-0.38.pom [2023-09-08T19:38:23.820Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ejml/ejml-all/0.38/ejml-all-0.38.pom (2.7 kB at 57 kB/s) [2023-09-08T19:38:23.820Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/ejml/ejml-core/0.38/ejml-core-0.38.pom [2023-09-08T19:38:23.820Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ejml/ejml-core/0.38/ejml-core-0.38.pom [2023-09-08T19:38:23.820Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ejml/ejml-core/0.38/ejml-core-0.38.pom (2.5 kB at 229 kB/s) [2023-09-08T19:38:23.820Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/ejml/ejml-fdense/0.38/ejml-fdense-0.38.pom [2023-09-08T19:38:23.820Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ejml/ejml-fdense/0.38/ejml-fdense-0.38.pom [2023-09-08T19:38:24.077Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ejml/ejml-fdense/0.38/ejml-fdense-0.38.pom (1.8 kB at 41 kB/s) [2023-09-08T19:38:24.077Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/ejml/ejml-ddense/0.38/ejml-ddense-0.38.pom [2023-09-08T19:38:24.077Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ejml/ejml-ddense/0.38/ejml-ddense-0.38.pom [2023-09-08T19:38:24.077Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ejml/ejml-ddense/0.38/ejml-ddense-0.38.pom (1.8 kB at 123 kB/s) [2023-09-08T19:38:24.077Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/ejml/ejml-cdense/0.38/ejml-cdense-0.38.pom [2023-09-08T19:38:24.077Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ejml/ejml-cdense/0.38/ejml-cdense-0.38.pom [2023-09-08T19:38:24.077Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ejml/ejml-cdense/0.38/ejml-cdense-0.38.pom (1.8 kB at 154 kB/s) [2023-09-08T19:38:24.077Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/ejml/ejml-zdense/0.38/ejml-zdense-0.38.pom [2023-09-08T19:38:24.077Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ejml/ejml-zdense/0.38/ejml-zdense-0.38.pom [2023-09-08T19:38:24.077Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ejml/ejml-zdense/0.38/ejml-zdense-0.38.pom (1.8 kB at 71 kB/s) [2023-09-08T19:38:24.077Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/ejml/ejml-dsparse/0.38/ejml-dsparse-0.38.pom [2023-09-08T19:38:24.077Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ejml/ejml-dsparse/0.38/ejml-dsparse-0.38.pom [2023-09-08T19:38:24.077Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ejml/ejml-dsparse/0.38/ejml-dsparse-0.38.pom (2.0 kB at 43 kB/s) [2023-09-08T19:38:24.077Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/ejml/ejml-simple/0.38/ejml-simple-0.38.pom [2023-09-08T19:38:24.077Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ejml/ejml-simple/0.38/ejml-simple-0.38.pom [2023-09-08T19:38:24.077Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ejml/ejml-simple/0.38/ejml-simple-0.38.pom (2.7 kB at 225 kB/s) [2023-09-08T19:38:24.077Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/ejml/ejml-all/0.38/ejml-all-0.38.jar [2023-09-08T19:38:24.077Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/ejml/ejml-core/0.38/ejml-core-0.38.jar [2023-09-08T19:38:24.077Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/ejml/ejml-cdense/0.38/ejml-cdense-0.38.jar [2023-09-08T19:38:24.077Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/ejml/ejml-ddense/0.38/ejml-ddense-0.38.jar [2023-09-08T19:38:24.077Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/ejml/ejml-fdense/0.38/ejml-fdense-0.38.jar [2023-09-08T19:38:24.077Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/ejml/ejml-zdense/0.38/ejml-zdense-0.38.jar [2023-09-08T19:38:24.077Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/ejml/ejml-dsparse/0.38/ejml-dsparse-0.38.jar [2023-09-08T19:38:24.077Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/ejml/ejml-simple/0.38/ejml-simple-0.38.jar [2023-09-08T19:38:24.077Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ejml/ejml-all/0.38/ejml-all-0.38.jar [2023-09-08T19:38:24.077Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ejml/ejml-fdense/0.38/ejml-fdense-0.38.jar [2023-09-08T19:38:24.077Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ejml/ejml-core/0.38/ejml-core-0.38.jar [2023-09-08T19:38:24.077Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ejml/ejml-cdense/0.38/ejml-cdense-0.38.jar [2023-09-08T19:38:24.077Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ejml/ejml-ddense/0.38/ejml-ddense-0.38.jar [2023-09-08T19:38:24.077Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ejml/ejml-ddense/0.38/ejml-ddense-0.38.jar (335 kB at 10 MB/s) [2023-09-08T19:38:24.077Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ejml/ejml-zdense/0.38/ejml-zdense-0.38.jar [2023-09-08T19:38:24.077Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ejml/ejml-cdense/0.38/ejml-cdense-0.38.jar (75 kB at 2.0 MB/s) [2023-09-08T19:38:24.077Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ejml/ejml-dsparse/0.38/ejml-dsparse-0.38.jar [2023-09-08T19:38:24.077Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ejml/ejml-core/0.38/ejml-core-0.38.jar (186 kB at 3.8 MB/s) [2023-09-08T19:38:24.077Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ejml/ejml-all/0.38/ejml-all-0.38.jar (997 B at 20 kB/s) [2023-09-08T19:38:24.077Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ejml/ejml-simple/0.38/ejml-simple-0.38.jar [2023-09-08T19:38:24.336Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ejml/ejml-dsparse/0.38/ejml-dsparse-0.38.jar (73 kB at 1.1 MB/s) [2023-09-08T19:38:24.336Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ejml/ejml-fdense/0.38/ejml-fdense-0.38.jar (334 kB at 5.2 MB/s) [2023-09-08T19:38:24.336Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ejml/ejml-zdense/0.38/ejml-zdense-0.38.jar (76 kB at 969 kB/s) [2023-09-08T19:38:24.336Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ejml/ejml-simple/0.38/ejml-simple-0.38.jar (175 kB at 1.9 MB/s) [2023-09-08T19:38:24.336Z] [INFO] [2023-09-08T19:38:24.336Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.ejml.ejml-all --- [2023-09-08T19:38:24.336Z] [INFO] [2023-09-08T19:38:24.336Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.ejml.ejml-all --- [2023-09-08T19:38:24.336Z] [INFO] The project's OSGi version is 0.38.0.v20221112-0806 [2023-09-08T19:38:24.336Z] [INFO] [2023-09-08T19:38:24.336Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.ejml.ejml-all --- [2023-09-08T19:38:24.336Z] [INFO] [2023-09-08T19:38:24.336Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.ejml.ejml-all --- [2023-09-08T19:38:24.336Z] [INFO] Copying 3 resources [2023-09-08T19:38:24.336Z] [INFO] [2023-09-08T19:38:24.336Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.ejml.ejml-all --- [2023-09-08T19:38:24.336Z] [INFO] No sources to compile [2023-09-08T19:38:24.336Z] [INFO] [2023-09-08T19:38:24.336Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.ejml.ejml-all --- [2023-09-08T19:38:24.336Z] [INFO] Gathering dependencies [2023-09-08T19:38:24.336Z] [INFO] Configured Artifact: org.ejml:ejml-all:0.38:jar [2023-09-08T19:38:24.336Z] [INFO] Unpacking /home/vnc/.m2/repository/org/ejml/ejml-all/0.38/ejml-all-0.38.jar to /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.ejml-all_0.38.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:38:24.336Z] [INFO] Merging collected dependencies [2023-09-08T19:38:24.336Z] [INFO] Copying 2 resources [2023-09-08T19:38:24.336Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:38:24.336Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.ejml.ejml-all:eclipse-bundle-recipe:0.38.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:38:24.336Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.ejml-all_0.38.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:38:24.336Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.ejml-all_0.38.0/target/org.ejml.ejml-all-0.38.0-SNAPSHOT.jar [2023-09-08T19:38:24.336Z] [INFO] Gathering sources [2023-09-08T19:38:24.336Z] [INFO] Configured Artifact: org.ejml:ejml-all:sources:0.38:jar [2023-09-08T19:38:24.336Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/ejml/ejml-all/0.38/ejml-all-0.38-sources.jar [2023-09-08T19:38:24.336Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ejml/ejml-all/0.38/ejml-all-0.38-sources.jar [2023-09-08T19:38:24.336Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ejml/ejml-all/0.38/ejml-all-0.38-sources.jar (1.1 kB at 26 kB/s) [2023-09-08T19:38:24.336Z] [INFO] Unpacking /home/vnc/.m2/repository/org/ejml/ejml-all/0.38/ejml-all-0.38-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.ejml-all_0.38.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:38:24.336Z] [INFO] Copying 3 resources [2023-09-08T19:38:24.336Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.ejml-all_0.38.0/src/main/java [2023-09-08T19:38:24.336Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.ejml-all_0.38.0/target/org.ejml.ejml-all-0.38.0-SNAPSHOT-sources.jar [2023-09-08T19:38:24.336Z] [INFO] Assembling p2 repository [2023-09-08T19:38:24.902Z] [INFO] [2023-09-08T19:38:24.902Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.ejml.ejml-all --- [2023-09-08T19:38:24.902Z] [INFO] [2023-09-08T19:38:24.902Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.ejml.ejml-all --- [2023-09-08T19:38:24.902Z] [INFO] Gathering sources archives [2023-09-08T19:38:24.902Z] [INFO] Configured Artifact: org.ejml:ejml-all:sources:0.38:jar [2023-09-08T19:38:24.902Z] [INFO] Unpacking /home/vnc/.m2/repository/org/ejml/ejml-all/0.38/ejml-all-0.38-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.ejml-all_0.38.0/target/sources-for-eclipse-ipzilla/ejml-all-0.38-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:38:24.902Z] [INFO] Configured Artifact: org.ejml:ejml-all:sources:0.38:jar [2023-09-08T19:38:24.902Z] [INFO] Copying ejml-all-0.38-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.ejml-all_0.38.0/target/sources-for-eclipse-ipzilla/ejml-all-0.38-sources.jar [2023-09-08T19:38:24.902Z] [INFO] Refreshing about files and about.html [2023-09-08T19:38:24.902Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.ejml-all_0.38.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:38:24.902Z] [INFO] [2023-09-08T19:38:24.902Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.ejml.ejml-all --- [2023-09-08T19:38:24.902Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.ejml-all_0.38.0/target/org.ejml.ejml-all-0.38.0-SNAPSHOT.jar [2023-09-08T19:38:26.272Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.ejml-all_0.38.0/target/org.ejml.ejml-all-0.38.0-SNAPSHOT-sources.jar [2023-09-08T19:38:28.160Z] [INFO] [2023-09-08T19:38:28.160Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.ejml.ejml-all --- [2023-09-08T19:38:28.160Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.ejml.ejml-all:0.38.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.ejml-all_0.38.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:38:28.160Z] no-classifier: different [2023-09-08T19:38:28.160Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:38:28.160Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:38:28.160Z] classifier-sources: different [2023-09-08T19:38:28.160Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:38:28.160Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:38:28.160Z] [2023-09-08T19:38:28.160Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.ejml.ejml-all:0.38.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.ejml-all_0.38.0/pom.xml [2023-09-08T19:38:28.160Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:38:28.160Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:38:28.160Z] [2023-09-08T19:38:28.160Z] [INFO] [2023-09-08T19:38:28.160Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.ejml.ejml-all --- [2023-09-08T19:38:28.160Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.ejml-all_0.38.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.ejml.ejml-all/0.38.0-SNAPSHOT/org.ejml.ejml-all-0.38.0-SNAPSHOT.pom [2023-09-08T19:38:28.160Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.ejml-all_0.38.0/target/org.ejml.ejml-all-0.38.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.ejml.ejml-all/0.38.0-SNAPSHOT/org.ejml.ejml-all-0.38.0-SNAPSHOT.jar [2023-09-08T19:38:28.160Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.ejml-all_0.38.0/target/org.ejml.ejml-all-0.38.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.ejml.ejml-all/0.38.0-SNAPSHOT/org.ejml.ejml-all-0.38.0-SNAPSHOT-sources.jar [2023-09-08T19:38:28.160Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.ejml-all_0.38.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.ejml.ejml-all/0.38.0-SNAPSHOT/org.ejml.ejml-all-0.38.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:38:28.160Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.ejml-all_0.38.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.ejml.ejml-all/0.38.0-SNAPSHOT/org.ejml.ejml-all-0.38.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:38:28.160Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.ejml-all_0.38.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.ejml.ejml-all/0.38.0-SNAPSHOT/org.ejml.ejml-all-0.38.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:38:28.160Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/ejml/org.ejml.ejml-all_0.38.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.ejml.ejml-all/0.38.0-SNAPSHOT/org.ejml.ejml-all-0.38.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:38:28.160Z] [INFO] [2023-09-08T19:38:28.160Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.ejml.ejml-all --- [2023-09-08T19:38:28.160Z] [INFO] [2023-09-08T19:38:28.160Z] [INFO] ----------< org.eclipse.orbit.bundles:java-diff-utils-parent >---------- [2023-09-08T19:38:28.160Z] [INFO] Building Eclipse Orbit :: Java Diff Utils Recipes 1.0.0-SNAPSHOT [176/375] [2023-09-08T19:38:28.160Z] [INFO] --------------------------------[ pom ]--------------------------------- [2023-09-08T19:38:28.160Z] [INFO] [2023-09-08T19:38:28.160Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ java-diff-utils-parent --- [2023-09-08T19:38:28.160Z] [INFO] [2023-09-08T19:38:28.160Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ java-diff-utils-parent --- [2023-09-08T19:38:28.160Z] [INFO] [2023-09-08T19:38:28.160Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ java-diff-utils-parent --- [2023-09-08T19:38:28.160Z] [INFO] [2023-09-08T19:38:28.160Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ java-diff-utils-parent --- [2023-09-08T19:38:28.160Z] [INFO] [2023-09-08T19:38:28.160Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ java-diff-utils-parent --- [2023-09-08T19:38:28.160Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/java-diff-utils/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/java-diff-utils-parent/1.0.0-SNAPSHOT/java-diff-utils-parent-1.0.0-SNAPSHOT.pom [2023-09-08T19:38:28.160Z] [INFO] [2023-09-08T19:38:28.160Z] [INFO] --------< org.eclipse.orbit.bundles:io.github.java-diff-utils >--------- [2023-09-08T19:38:28.160Z] [INFO] Building Java Diff Utils 4.8.0-SNAPSHOT [177/375] [2023-09-08T19:38:28.160Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:38:28.160Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/io/github/java-diff-utils/java-diff-utils/4.8/java-diff-utils-4.8.pom [2023-09-08T19:38:28.160Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/github/java-diff-utils/java-diff-utils/4.8/java-diff-utils-4.8.pom [2023-09-08T19:38:28.160Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/github/java-diff-utils/java-diff-utils/4.8/java-diff-utils-4.8.pom (2.7 kB at 47 kB/s) [2023-09-08T19:38:28.160Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/io/github/java-diff-utils/java-diff-utils-parent/4.8/java-diff-utils-parent-4.8.pom [2023-09-08T19:38:28.160Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/github/java-diff-utils/java-diff-utils-parent/4.8/java-diff-utils-parent-4.8.pom [2023-09-08T19:38:28.160Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/github/java-diff-utils/java-diff-utils-parent/4.8/java-diff-utils-parent-4.8.pom (10 kB at 229 kB/s) [2023-09-08T19:38:28.160Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/io/github/java-diff-utils/java-diff-utils/4.8/java-diff-utils-4.8.jar [2023-09-08T19:38:28.160Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/github/java-diff-utils/java-diff-utils/4.8/java-diff-utils-4.8.jar [2023-09-08T19:38:28.160Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/github/java-diff-utils/java-diff-utils/4.8/java-diff-utils-4.8.jar (57 kB at 1.2 MB/s) [2023-09-08T19:38:28.160Z] [INFO] [2023-09-08T19:38:28.160Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ io.github.java-diff-utils --- [2023-09-08T19:38:28.160Z] [INFO] [2023-09-08T19:38:28.160Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ io.github.java-diff-utils --- [2023-09-08T19:38:28.160Z] [INFO] The project's OSGi version is 4.8.0.v20221112-0806 [2023-09-08T19:38:28.160Z] [INFO] [2023-09-08T19:38:28.160Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ io.github.java-diff-utils --- [2023-09-08T19:38:28.160Z] [INFO] [2023-09-08T19:38:28.160Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ io.github.java-diff-utils --- [2023-09-08T19:38:28.160Z] [INFO] Copying 3 resources [2023-09-08T19:38:28.160Z] [INFO] [2023-09-08T19:38:28.160Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ io.github.java-diff-utils --- [2023-09-08T19:38:28.160Z] [INFO] No sources to compile [2023-09-08T19:38:28.160Z] [INFO] [2023-09-08T19:38:28.160Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ io.github.java-diff-utils --- [2023-09-08T19:38:28.160Z] [INFO] Gathering dependencies [2023-09-08T19:38:28.160Z] [INFO] Configured Artifact: io.github.java-diff-utils:java-diff-utils:4.8:jar [2023-09-08T19:38:28.160Z] [INFO] Unpacking /home/vnc/.m2/repository/io/github/java-diff-utils/java-diff-utils/4.8/java-diff-utils-4.8.jar to /home/jenkins/agent/workspace/orbit-recipes/github/java-diff-utils/io.github.java-diff-utils_4.8.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:38:28.160Z] [INFO] Merging collected dependencies [2023-09-08T19:38:28.160Z] [INFO] Copying 32 resources [2023-09-08T19:38:28.160Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:38:28.160Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/github/java-diff-utils/io.github.java-diff-utils_4.8.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:38:28.160Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/github/java-diff-utils/io.github.java-diff-utils_4.8.0/target/io.github.java-diff-utils-4.8.0-SNAPSHOT.jar [2023-09-08T19:38:28.160Z] [INFO] Gathering sources [2023-09-08T19:38:28.160Z] [INFO] Configured Artifact: io.github.java-diff-utils:java-diff-utils:sources:4.8:jar [2023-09-08T19:38:28.160Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/io/github/java-diff-utils/java-diff-utils/4.8/java-diff-utils-4.8-sources.jar [2023-09-08T19:38:28.417Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/github/java-diff-utils/java-diff-utils/4.8/java-diff-utils-4.8-sources.jar [2023-09-08T19:38:28.417Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/github/java-diff-utils/java-diff-utils/4.8/java-diff-utils-4.8-sources.jar (42 kB at 826 kB/s) [2023-09-08T19:38:28.417Z] [INFO] Unpacking /home/vnc/.m2/repository/io/github/java-diff-utils/java-diff-utils/4.8/java-diff-utils-4.8-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/github/java-diff-utils/io.github.java-diff-utils_4.8.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:38:28.417Z] [INFO] Copying 3 resources [2023-09-08T19:38:28.417Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/github/java-diff-utils/io.github.java-diff-utils_4.8.0/src/main/java [2023-09-08T19:38:28.417Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/github/java-diff-utils/io.github.java-diff-utils_4.8.0/target/io.github.java-diff-utils-4.8.0-SNAPSHOT-sources.jar [2023-09-08T19:38:28.417Z] [INFO] Assembling p2 repository [2023-09-08T19:38:28.980Z] [INFO] [2023-09-08T19:38:28.980Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ io.github.java-diff-utils --- [2023-09-08T19:38:28.980Z] [INFO] [2023-09-08T19:38:28.980Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ io.github.java-diff-utils --- [2023-09-08T19:38:28.980Z] [INFO] Gathering sources archives [2023-09-08T19:38:28.980Z] [INFO] Configured Artifact: io.github.java-diff-utils:java-diff-utils:sources:4.8:jar [2023-09-08T19:38:28.980Z] [INFO] Unpacking /home/vnc/.m2/repository/io/github/java-diff-utils/java-diff-utils/4.8/java-diff-utils-4.8-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/github/java-diff-utils/io.github.java-diff-utils_4.8.0/target/sources-for-eclipse-ipzilla/java-diff-utils-4.8-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:38:28.980Z] [INFO] Configured Artifact: io.github.java-diff-utils:java-diff-utils:sources:4.8:jar [2023-09-08T19:38:28.980Z] [INFO] Copying java-diff-utils-4.8-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/github/java-diff-utils/io.github.java-diff-utils_4.8.0/target/sources-for-eclipse-ipzilla/java-diff-utils-4.8-sources.jar [2023-09-08T19:38:28.981Z] [INFO] Refreshing about files and about.html [2023-09-08T19:38:28.981Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/github/java-diff-utils/io.github.java-diff-utils_4.8.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:38:28.981Z] [INFO] [2023-09-08T19:38:28.981Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ io.github.java-diff-utils --- [2023-09-08T19:38:28.981Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/github/java-diff-utils/io.github.java-diff-utils_4.8.0/target/io.github.java-diff-utils-4.8.0-SNAPSHOT.jar [2023-09-08T19:38:30.345Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/github/java-diff-utils/io.github.java-diff-utils_4.8.0/target/io.github.java-diff-utils-4.8.0-SNAPSHOT-sources.jar [2023-09-08T19:38:31.272Z] [INFO] [2023-09-08T19:38:31.272Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ io.github.java-diff-utils --- [2023-09-08T19:38:31.529Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:io.github.java-diff-utils:4.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/github/java-diff-utils/io.github.java-diff-utils_4.8.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:38:31.529Z] no-classifier: different [2023-09-08T19:38:31.529Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:38:31.529Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:38:31.529Z] classifier-sources: different [2023-09-08T19:38:31.529Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:38:31.529Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:38:31.529Z] [2023-09-08T19:38:31.529Z] [INFO] MavenProject: org.eclipse.orbit.bundles:io.github.java-diff-utils:4.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/github/java-diff-utils/io.github.java-diff-utils_4.8.0/pom.xml [2023-09-08T19:38:31.529Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:38:31.529Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:38:31.529Z] [2023-09-08T19:38:31.529Z] [INFO] [2023-09-08T19:38:31.529Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ io.github.java-diff-utils --- [2023-09-08T19:38:31.529Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/java-diff-utils/io.github.java-diff-utils_4.8.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/io.github.java-diff-utils/4.8.0-SNAPSHOT/io.github.java-diff-utils-4.8.0-SNAPSHOT.pom [2023-09-08T19:38:31.529Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/java-diff-utils/io.github.java-diff-utils_4.8.0/target/io.github.java-diff-utils-4.8.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/io.github.java-diff-utils/4.8.0-SNAPSHOT/io.github.java-diff-utils-4.8.0-SNAPSHOT.jar [2023-09-08T19:38:31.529Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/java-diff-utils/io.github.java-diff-utils_4.8.0/target/io.github.java-diff-utils-4.8.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/io.github.java-diff-utils/4.8.0-SNAPSHOT/io.github.java-diff-utils-4.8.0-SNAPSHOT-sources.jar [2023-09-08T19:38:31.529Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/java-diff-utils/io.github.java-diff-utils_4.8.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/io.github.java-diff-utils/4.8.0-SNAPSHOT/io.github.java-diff-utils-4.8.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:38:31.530Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/java-diff-utils/io.github.java-diff-utils_4.8.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/io.github.java-diff-utils/4.8.0-SNAPSHOT/io.github.java-diff-utils-4.8.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:38:31.530Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/java-diff-utils/io.github.java-diff-utils_4.8.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/io.github.java-diff-utils/4.8.0-SNAPSHOT/io.github.java-diff-utils-4.8.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:38:31.530Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/java-diff-utils/io.github.java-diff-utils_4.8.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/io.github.java-diff-utils/4.8.0-SNAPSHOT/io.github.java-diff-utils-4.8.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:38:31.530Z] [INFO] [2023-09-08T19:38:31.530Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ io.github.java-diff-utils --- [2023-09-08T19:38:31.530Z] [INFO] [2023-09-08T19:38:31.530Z] [INFO] -----------------< org.eclipse.orbit.bundles:javaewah >----------------- [2023-09-08T19:38:31.530Z] [INFO] Building Eclipse Orbit :: JavaEWAH Recipes 1.0.0-SNAPSHOT [178/375] [2023-09-08T19:38:31.530Z] [INFO] --------------------------------[ pom ]--------------------------------- [2023-09-08T19:38:31.530Z] [INFO] [2023-09-08T19:38:31.530Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ javaewah --- [2023-09-08T19:38:31.530Z] [INFO] [2023-09-08T19:38:31.530Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ javaewah --- [2023-09-08T19:38:31.530Z] [INFO] [2023-09-08T19:38:31.530Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ javaewah --- [2023-09-08T19:38:31.530Z] [INFO] [2023-09-08T19:38:31.530Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ javaewah --- [2023-09-08T19:38:31.530Z] [INFO] [2023-09-08T19:38:31.530Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ javaewah --- [2023-09-08T19:38:31.530Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/javaewah/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/javaewah/1.0.0-SNAPSHOT/javaewah-1.0.0-SNAPSHOT.pom [2023-09-08T19:38:31.530Z] [INFO] [2023-09-08T19:38:31.530Z] [INFO] -----------------< org.eclipse.orbit.bundles:javaewah >----------------- [2023-09-08T19:38:31.530Z] [INFO] Building JavaEWAH 1.1.13-SNAPSHOT [179/375] [2023-09-08T19:38:31.530Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:38:31.530Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/googlecode/javaewah/JavaEWAH/1.1.13/JavaEWAH-1.1.13.pom [2023-09-08T19:38:31.530Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/googlecode/javaewah/JavaEWAH/1.1.13/JavaEWAH-1.1.13.pom [2023-09-08T19:38:31.530Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/googlecode/javaewah/JavaEWAH/1.1.13/JavaEWAH-1.1.13.pom (5.0 kB at 413 kB/s) [2023-09-08T19:38:31.530Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/googlecode/javaewah/JavaEWAH/1.1.13/JavaEWAH-1.1.13.jar [2023-09-08T19:38:31.530Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/googlecode/javaewah/JavaEWAH/1.1.13/JavaEWAH-1.1.13.jar [2023-09-08T19:38:31.530Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/googlecode/javaewah/JavaEWAH/1.1.13/JavaEWAH-1.1.13.jar (167 kB at 12 MB/s) [2023-09-08T19:38:31.530Z] [INFO] [2023-09-08T19:38:31.530Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ javaewah --- [2023-09-08T19:38:31.530Z] [INFO] [2023-09-08T19:38:31.530Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ javaewah --- [2023-09-08T19:38:31.530Z] [INFO] The project's OSGi version is 1.1.13.v20211029-0839 [2023-09-08T19:38:31.530Z] [INFO] [2023-09-08T19:38:31.530Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ javaewah --- [2023-09-08T19:38:31.530Z] [INFO] [2023-09-08T19:38:31.530Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ javaewah --- [2023-09-08T19:38:31.530Z] [INFO] Copying 3 resources [2023-09-08T19:38:31.530Z] [INFO] [2023-09-08T19:38:31.530Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ javaewah --- [2023-09-08T19:38:31.530Z] [INFO] No sources to compile [2023-09-08T19:38:31.530Z] [INFO] [2023-09-08T19:38:31.530Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ javaewah --- [2023-09-08T19:38:31.530Z] [INFO] Gathering dependencies [2023-09-08T19:38:31.530Z] [INFO] Configured Artifact: com.googlecode.javaewah:JavaEWAH:1.1.13:jar [2023-09-08T19:38:31.530Z] [INFO] Unpacking /home/vnc/.m2/repository/com/googlecode/javaewah/JavaEWAH/1.1.13/JavaEWAH-1.1.13.jar to /home/jenkins/agent/workspace/orbit-recipes/github/javaewah/javaewah_1.1.13/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:38:31.530Z] [INFO] Merging collected dependencies [2023-09-08T19:38:31.530Z] [INFO] Copying 107 resources [2023-09-08T19:38:31.530Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:38:31.530Z] [WARNING] Manifest org.eclipse.orbit.bundles:javaewah:eclipse-bundle-recipe:1.1.13-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] [2023-09-08T19:38:31.530Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/github/javaewah/javaewah_1.1.13/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:38:31.530Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/github/javaewah/javaewah_1.1.13/target/javaewah-1.1.13-SNAPSHOT.jar [2023-09-08T19:38:31.530Z] [INFO] Gathering sources [2023-09-08T19:38:31.530Z] [INFO] Configured Artifact: com.googlecode.javaewah:JavaEWAH:sources:1.1.13:jar [2023-09-08T19:38:31.530Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/googlecode/javaewah/JavaEWAH/1.1.13/JavaEWAH-1.1.13-sources.jar [2023-09-08T19:38:31.787Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/googlecode/javaewah/JavaEWAH/1.1.13/JavaEWAH-1.1.13-sources.jar [2023-09-08T19:38:31.787Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/googlecode/javaewah/JavaEWAH/1.1.13/JavaEWAH-1.1.13-sources.jar (110 kB at 3.8 MB/s) [2023-09-08T19:38:31.787Z] [INFO] Unpacking /home/vnc/.m2/repository/com/googlecode/javaewah/JavaEWAH/1.1.13/JavaEWAH-1.1.13-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/github/javaewah/javaewah_1.1.13/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:38:31.787Z] [INFO] Copying 3 resources [2023-09-08T19:38:31.787Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/github/javaewah/javaewah_1.1.13/src/main/java [2023-09-08T19:38:31.787Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/github/javaewah/javaewah_1.1.13/target/javaewah-1.1.13-SNAPSHOT-sources.jar [2023-09-08T19:38:31.787Z] [INFO] Assembling p2 repository [2023-09-08T19:38:32.348Z] [INFO] [2023-09-08T19:38:32.348Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ javaewah --- [2023-09-08T19:38:32.348Z] [INFO] [2023-09-08T19:38:32.348Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ javaewah --- [2023-09-08T19:38:32.348Z] [INFO] Gathering sources archives [2023-09-08T19:38:32.348Z] [INFO] Configured Artifact: com.googlecode.javaewah:JavaEWAH:sources:1.1.13:jar [2023-09-08T19:38:32.348Z] [INFO] Unpacking /home/vnc/.m2/repository/com/googlecode/javaewah/JavaEWAH/1.1.13/JavaEWAH-1.1.13-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/github/javaewah/javaewah_1.1.13/target/sources-for-eclipse-ipzilla/JavaEWAH-1.1.13-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:38:32.348Z] [INFO] Configured Artifact: com.googlecode.javaewah:JavaEWAH:sources:1.1.13:jar [2023-09-08T19:38:32.348Z] [INFO] Copying JavaEWAH-1.1.13-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/github/javaewah/javaewah_1.1.13/target/sources-for-eclipse-ipzilla/JavaEWAH-1.1.13-sources.jar [2023-09-08T19:38:32.348Z] [INFO] Refreshing about files and about.html [2023-09-08T19:38:32.348Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/github/javaewah/javaewah_1.1.13/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:38:32.348Z] [INFO] [2023-09-08T19:38:32.348Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ javaewah --- [2023-09-08T19:38:32.348Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/github/javaewah/javaewah_1.1.13/target/javaewah-1.1.13-SNAPSHOT.jar [2023-09-08T19:38:33.275Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/github/javaewah/javaewah_1.1.13/target/javaewah-1.1.13-SNAPSHOT-sources.jar [2023-09-08T19:38:34.637Z] [INFO] [2023-09-08T19:38:34.638Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ javaewah --- [2023-09-08T19:38:34.894Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:javaewah:1.1.13-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/github/javaewah/javaewah_1.1.13/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:38:34.894Z] no-classifier: different [2023-09-08T19:38:34.894Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:38:34.894Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:38:34.894Z] classifier-sources: different [2023-09-08T19:38:34.894Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:38:34.894Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:38:34.894Z] [2023-09-08T19:38:34.894Z] [INFO] MavenProject: org.eclipse.orbit.bundles:javaewah:1.1.13-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/github/javaewah/javaewah_1.1.13/pom.xml [2023-09-08T19:38:34.894Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:38:34.894Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:38:34.894Z] [2023-09-08T19:38:34.894Z] [INFO] [2023-09-08T19:38:34.894Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ javaewah --- [2023-09-08T19:38:34.894Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/javaewah/javaewah_1.1.13/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/javaewah/1.1.13-SNAPSHOT/javaewah-1.1.13-SNAPSHOT.pom [2023-09-08T19:38:34.894Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/javaewah/javaewah_1.1.13/target/javaewah-1.1.13-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/javaewah/1.1.13-SNAPSHOT/javaewah-1.1.13-SNAPSHOT.jar [2023-09-08T19:38:34.894Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/javaewah/javaewah_1.1.13/target/javaewah-1.1.13-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/javaewah/1.1.13-SNAPSHOT/javaewah-1.1.13-SNAPSHOT-sources.jar [2023-09-08T19:38:34.894Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/javaewah/javaewah_1.1.13/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/javaewah/1.1.13-SNAPSHOT/javaewah-1.1.13-SNAPSHOT-p2metadata.xml [2023-09-08T19:38:34.894Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/javaewah/javaewah_1.1.13/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/javaewah/1.1.13-SNAPSHOT/javaewah-1.1.13-SNAPSHOT-p2artifacts.xml [2023-09-08T19:38:34.894Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/javaewah/javaewah_1.1.13/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/javaewah/1.1.13-SNAPSHOT/javaewah-1.1.13-SNAPSHOT-p2metadata.xml [2023-09-08T19:38:34.894Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/javaewah/javaewah_1.1.13/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/javaewah/1.1.13-SNAPSHOT/javaewah-1.1.13-SNAPSHOT-p2artifacts.xml [2023-09-08T19:38:34.894Z] [INFO] [2023-09-08T19:38:34.894Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ javaewah --- [2023-09-08T19:38:34.894Z] [INFO] [2023-09-08T19:38:34.894Z] [INFO] -------------------< org.eclipse.orbit.bundles:jnr >-------------------- [2023-09-08T19:38:34.894Z] [INFO] Building Eclipse Orbit :: JNR Recipes 1.0.0-SNAPSHOT [180/375] [2023-09-08T19:38:34.894Z] [INFO] --------------------------------[ pom ]--------------------------------- [2023-09-08T19:38:34.894Z] [INFO] [2023-09-08T19:38:34.894Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jnr --- [2023-09-08T19:38:34.894Z] [INFO] [2023-09-08T19:38:34.894Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ jnr --- [2023-09-08T19:38:34.894Z] [INFO] [2023-09-08T19:38:34.894Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ jnr --- [2023-09-08T19:38:34.894Z] [INFO] [2023-09-08T19:38:34.894Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ jnr --- [2023-09-08T19:38:34.894Z] [INFO] [2023-09-08T19:38:34.894Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ jnr --- [2023-09-08T19:38:34.894Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/jnr/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/jnr/1.0.0-SNAPSHOT/jnr-1.0.0-SNAPSHOT.pom [2023-09-08T19:38:34.894Z] [INFO] [2023-09-08T19:38:34.894Z] [INFO] ---------< org.eclipse.orbit.bundles:com.github.jnr.constants >--------- [2023-09-08T19:38:34.894Z] [INFO] Building jnr-constants 0.10.3-SNAPSHOT [181/375] [2023-09-08T19:38:34.894Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:38:34.894Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/github/jnr/jnr-constants/0.10.3/jnr-constants-0.10.3.pom [2023-09-08T19:38:34.894Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-constants/0.10.3/jnr-constants-0.10.3.pom [2023-09-08T19:38:34.894Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-constants/0.10.3/jnr-constants-0.10.3.pom (4.4 kB at 366 kB/s) [2023-09-08T19:38:34.894Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/github/jnr/jnr-constants/0.10.3/jnr-constants-0.10.3.jar [2023-09-08T19:38:34.894Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-constants/0.10.3/jnr-constants-0.10.3.jar [2023-09-08T19:38:34.894Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-constants/0.10.3/jnr-constants-0.10.3.jar (1.6 MB at 27 MB/s) [2023-09-08T19:38:34.894Z] [INFO] [2023-09-08T19:38:34.894Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.github.jnr.constants --- [2023-09-08T19:38:34.894Z] [INFO] [2023-09-08T19:38:34.894Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.github.jnr.constants --- [2023-09-08T19:38:34.894Z] [INFO] The project's OSGi version is 0.10.3.v20221215-1656 [2023-09-08T19:38:34.894Z] [INFO] [2023-09-08T19:38:34.894Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.github.jnr.constants --- [2023-09-08T19:38:34.894Z] [INFO] [2023-09-08T19:38:34.894Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.github.jnr.constants --- [2023-09-08T19:38:34.894Z] [INFO] Copying 3 resources [2023-09-08T19:38:34.894Z] [INFO] [2023-09-08T19:38:34.894Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.github.jnr.constants --- [2023-09-08T19:38:34.894Z] [INFO] No sources to compile [2023-09-08T19:38:34.894Z] [INFO] [2023-09-08T19:38:34.894Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.github.jnr.constants --- [2023-09-08T19:38:34.894Z] [INFO] Gathering dependencies [2023-09-08T19:38:34.894Z] [INFO] Configured Artifact: com.github.jnr:jnr-constants:0.10.3:jar [2023-09-08T19:38:34.894Z] [INFO] Unpacking /home/vnc/.m2/repository/com/github/jnr/jnr-constants/0.10.3/jnr-constants-0.10.3.jar to /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.constants_0.10.3/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:38:35.150Z] [INFO] Merging collected dependencies [2023-09-08T19:38:35.151Z] [INFO] Copying 1039 resources [2023-09-08T19:38:35.151Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:38:35.407Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.github.jnr.constants:eclipse-bundle-recipe:0.10.3-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.impl.*] [2023-09-08T19:38:35.407Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.constants_0.10.3/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:38:35.407Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.constants_0.10.3/target/com.github.jnr.constants-0.10.3-SNAPSHOT.jar [2023-09-08T19:38:35.407Z] [INFO] Gathering sources [2023-09-08T19:38:35.407Z] [INFO] Configured Artifact: com.github.jnr:jnr-constants:sources:0.10.3:jar [2023-09-08T19:38:35.407Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/github/jnr/jnr-constants/0.10.3/jnr-constants-0.10.3-sources.jar [2023-09-08T19:38:35.407Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-constants/0.10.3/jnr-constants-0.10.3-sources.jar [2023-09-08T19:38:35.407Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-constants/0.10.3/jnr-constants-0.10.3-sources.jar (534 kB at 24 MB/s) [2023-09-08T19:38:35.407Z] [INFO] Unpacking /home/vnc/.m2/repository/com/github/jnr/jnr-constants/0.10.3/jnr-constants-0.10.3-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.constants_0.10.3/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:38:35.663Z] [INFO] Copying 3 resources [2023-09-08T19:38:35.663Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.constants_0.10.3/src/main/java [2023-09-08T19:38:35.663Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.constants_0.10.3/target/com.github.jnr.constants-0.10.3-SNAPSHOT-sources.jar [2023-09-08T19:38:35.663Z] [INFO] Assembling p2 repository [2023-09-08T19:38:36.225Z] [INFO] [2023-09-08T19:38:36.225Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.github.jnr.constants --- [2023-09-08T19:38:36.225Z] [INFO] [2023-09-08T19:38:36.225Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.github.jnr.constants --- [2023-09-08T19:38:36.225Z] [INFO] Gathering sources archives [2023-09-08T19:38:36.225Z] [INFO] Configured Artifact: com.github.jnr:jnr-constants:sources:0.10.3:jar [2023-09-08T19:38:36.225Z] [INFO] Unpacking /home/vnc/.m2/repository/com/github/jnr/jnr-constants/0.10.3/jnr-constants-0.10.3-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.constants_0.10.3/target/sources-for-eclipse-ipzilla/jnr-constants-0.10.3-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:38:36.225Z] [INFO] Configured Artifact: com.github.jnr:jnr-constants:sources:0.10.3:jar [2023-09-08T19:38:36.225Z] [INFO] Copying jnr-constants-0.10.3-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.constants_0.10.3/target/sources-for-eclipse-ipzilla/jnr-constants-0.10.3-sources.jar [2023-09-08T19:38:36.225Z] [INFO] Refreshing about files and about.html [2023-09-08T19:38:36.225Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.constants_0.10.3/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:38:36.225Z] [INFO] [2023-09-08T19:38:36.225Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ com.github.jnr.constants --- [2023-09-08T19:38:36.786Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.constants_0.10.3/target/com.github.jnr.constants-0.10.3-SNAPSHOT.jar [2023-09-08T19:38:38.149Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.constants_0.10.3/target/com.github.jnr.constants-0.10.3-SNAPSHOT-sources.jar [2023-09-08T19:38:40.669Z] [INFO] [2023-09-08T19:38:40.669Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.github.jnr.constants --- [2023-09-08T19:38:40.924Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:com.github.jnr.constants:0.10.3-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.constants_0.10.3/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:38:40.924Z] no-classifier: different [2023-09-08T19:38:40.924Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:38:40.924Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:38:40.924Z] classifier-sources: different [2023-09-08T19:38:40.924Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:38:40.924Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:38:40.924Z] [2023-09-08T19:38:40.924Z] [INFO] MavenProject: org.eclipse.orbit.bundles:com.github.jnr.constants:0.10.3-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.constants_0.10.3/pom.xml [2023-09-08T19:38:40.924Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:38:40.924Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:38:40.924Z] [2023-09-08T19:38:40.924Z] [INFO] [2023-09-08T19:38:40.925Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ com.github.jnr.constants --- [2023-09-08T19:38:40.925Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.constants_0.10.3/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.github.jnr.constants/0.10.3-SNAPSHOT/com.github.jnr.constants-0.10.3-SNAPSHOT.pom [2023-09-08T19:38:40.925Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.constants_0.10.3/target/com.github.jnr.constants-0.10.3-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.github.jnr.constants/0.10.3-SNAPSHOT/com.github.jnr.constants-0.10.3-SNAPSHOT.jar [2023-09-08T19:38:40.925Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.constants_0.10.3/target/com.github.jnr.constants-0.10.3-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.github.jnr.constants/0.10.3-SNAPSHOT/com.github.jnr.constants-0.10.3-SNAPSHOT-sources.jar [2023-09-08T19:38:40.925Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.constants_0.10.3/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.github.jnr.constants/0.10.3-SNAPSHOT/com.github.jnr.constants-0.10.3-SNAPSHOT-p2metadata.xml [2023-09-08T19:38:40.925Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.constants_0.10.3/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.github.jnr.constants/0.10.3-SNAPSHOT/com.github.jnr.constants-0.10.3-SNAPSHOT-p2artifacts.xml [2023-09-08T19:38:40.925Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.constants_0.10.3/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.github.jnr.constants/0.10.3-SNAPSHOT/com.github.jnr.constants-0.10.3-SNAPSHOT-p2metadata.xml [2023-09-08T19:38:40.925Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.constants_0.10.3/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.github.jnr.constants/0.10.3-SNAPSHOT/com.github.jnr.constants-0.10.3-SNAPSHOT-p2artifacts.xml [2023-09-08T19:38:40.925Z] [INFO] [2023-09-08T19:38:40.925Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.github.jnr.constants --- [2023-09-08T19:38:40.925Z] [INFO] [2023-09-08T19:38:40.925Z] [INFO] -----------< org.eclipse.orbit.bundles:com.github.jnr.enxio >----------- [2023-09-08T19:38:40.925Z] [INFO] Building jnr-enxio 0.32.13-SNAPSHOT [182/375] [2023-09-08T19:38:40.925Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:38:40.925Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/github/jnr/jnr-enxio/0.32.13/jnr-enxio-0.32.13.pom [2023-09-08T19:38:40.925Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-enxio/0.32.13/jnr-enxio-0.32.13.pom [2023-09-08T19:38:40.925Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-enxio/0.32.13/jnr-enxio-0.32.13.pom (5.4 kB at 217 kB/s) [2023-09-08T19:38:40.925Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/github/jnr/jnr-ffi/2.2.11/jnr-ffi-2.2.11.pom [2023-09-08T19:38:40.925Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-ffi/2.2.11/jnr-ffi-2.2.11.pom [2023-09-08T19:38:40.925Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-ffi/2.2.11/jnr-ffi-2.2.11.pom (10 kB at 940 kB/s) [2023-09-08T19:38:40.925Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/github/jnr/jffi/1.3.9/jffi-1.3.9.pom [2023-09-08T19:38:40.925Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/jnr/jffi/1.3.9/jffi-1.3.9.pom [2023-09-08T19:38:40.925Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/jnr/jffi/1.3.9/jffi-1.3.9.pom (12 kB at 1.1 MB/s) [2023-09-08T19:38:40.925Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/ow2/asm/asm-commons/9.2/asm-commons-9.2.pom [2023-09-08T19:38:40.925Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/9.2/asm-commons-9.2.pom [2023-09-08T19:38:40.925Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/9.2/asm-commons-9.2.pom (3.0 kB at 296 kB/s) [2023-09-08T19:38:40.925Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.pom [2023-09-08T19:38:40.925Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.pom [2023-09-08T19:38:40.925Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.pom (2.6 kB at 259 kB/s) [2023-09-08T19:38:40.925Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.pom [2023-09-08T19:38:40.925Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.pom [2023-09-08T19:38:40.925Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.pom (2.6 kB at 262 kB/s) [2023-09-08T19:38:40.925Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/ow2/asm/asm-util/9.2/asm-util-9.2.pom [2023-09-08T19:38:41.181Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-util/9.2/asm-util-9.2.pom [2023-09-08T19:38:41.181Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-util/9.2/asm-util-9.2.pom (2.9 kB at 267 kB/s) [2023-09-08T19:38:41.181Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/github/jnr/jnr-enxio/0.32.13/jnr-enxio-0.32.13.jar [2023-09-08T19:38:41.182Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/github/jnr/jnr-ffi/2.2.11/jnr-ffi-2.2.11.jar [2023-09-08T19:38:41.182Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/github/jnr/jffi/1.3.9/jffi-1.3.9.jar [2023-09-08T19:38:41.182Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/ow2/asm/asm-commons/9.2/asm-commons-9.2.jar [2023-09-08T19:38:41.182Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/github/jnr/jffi/1.3.9/jffi-1.3.9-native.jar [2023-09-08T19:38:41.182Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.jar [2023-09-08T19:38:41.182Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.jar [2023-09-08T19:38:41.182Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/ow2/asm/asm-util/9.2/asm-util-9.2.jar [2023-09-08T19:38:41.182Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-enxio/0.32.13/jnr-enxio-0.32.13.jar [2023-09-08T19:38:41.182Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/jnr/jffi/1.3.9/jffi-1.3.9-native.jar [2023-09-08T19:38:41.182Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/jnr/jffi/1.3.9/jffi-1.3.9.jar [2023-09-08T19:38:41.182Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-ffi/2.2.11/jnr-ffi-2.2.11.jar [2023-09-08T19:38:41.182Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/9.2/asm-commons-9.2.jar [2023-09-08T19:38:41.182Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-enxio/0.32.13/jnr-enxio-0.32.13.jar (34 kB at 1.9 MB/s) [2023-09-08T19:38:41.182Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.jar [2023-09-08T19:38:41.182Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/9.2/asm-commons-9.2.jar (73 kB at 4.0 MB/s) [2023-09-08T19:38:41.182Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.jar [2023-09-08T19:38:41.182Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/jnr/jffi/1.3.9/jffi-1.3.9.jar (155 kB at 7.0 MB/s) [2023-09-08T19:38:41.182Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-util/9.2/asm-util-9.2.jar [2023-09-08T19:38:41.182Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-ffi/2.2.11/jnr-ffi-2.2.11.jar (724 kB at 26 MB/s) [2023-09-08T19:38:41.182Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.jar (34 kB at 1.1 MB/s) [2023-09-08T19:38:41.182Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.jar (53 kB at 1.8 MB/s) [2023-09-08T19:38:41.182Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/jnr/jffi/1.3.9/jffi-1.3.9-native.jar (875 kB at 28 MB/s) [2023-09-08T19:38:41.182Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm-util/9.2/asm-util-9.2.jar (85 kB at 2.6 MB/s) [2023-09-08T19:38:41.182Z] [INFO] [2023-09-08T19:38:41.182Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.github.jnr.enxio --- [2023-09-08T19:38:41.182Z] [INFO] [2023-09-08T19:38:41.182Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.github.jnr.enxio --- [2023-09-08T19:38:41.182Z] [INFO] The project's OSGi version is 0.32.13.v20221215-1656 [2023-09-08T19:38:41.182Z] [INFO] [2023-09-08T19:38:41.182Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.github.jnr.enxio --- [2023-09-08T19:38:41.182Z] [INFO] [2023-09-08T19:38:41.182Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.github.jnr.enxio --- [2023-09-08T19:38:41.182Z] [INFO] Copying 3 resources [2023-09-08T19:38:41.182Z] [INFO] [2023-09-08T19:38:41.182Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.github.jnr.enxio --- [2023-09-08T19:38:41.182Z] [INFO] No sources to compile [2023-09-08T19:38:41.182Z] [INFO] [2023-09-08T19:38:41.182Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.github.jnr.enxio --- [2023-09-08T19:38:41.182Z] [INFO] Gathering dependencies [2023-09-08T19:38:41.182Z] [INFO] Configured Artifact: com.github.jnr:jnr-enxio:0.32.13:jar [2023-09-08T19:38:41.182Z] [INFO] Unpacking /home/vnc/.m2/repository/com/github/jnr/jnr-enxio/0.32.13/jnr-enxio-0.32.13.jar to /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.enxio_0.32.13/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:38:41.182Z] [INFO] Merging collected dependencies [2023-09-08T19:38:41.182Z] [INFO] Copying 28 resources [2023-09-08T19:38:41.182Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:38:41.182Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.github.jnr.enxio:eclipse-bundle-recipe:0.32.13-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.impl.*] [2023-09-08T19:38:41.182Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.github.jnr.enxio:eclipse-bundle-recipe:0.32.13-SNAPSHOT : Host com.github.jnr.jffi= for this fragment/require bundle cannot be found on the classpath [2023-09-08T19:38:41.182Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.github.jnr.enxio:eclipse-bundle-recipe:0.32.13-SNAPSHOT : Unused Import-Package instructions: [jnr.ffi*] [2023-09-08T19:38:41.182Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.enxio_0.32.13/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:38:41.182Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.enxio_0.32.13/target/com.github.jnr.enxio-0.32.13-SNAPSHOT.jar [2023-09-08T19:38:41.182Z] [INFO] Gathering sources [2023-09-08T19:38:41.182Z] [INFO] Configured Artifact: com.github.jnr:jnr-enxio:sources:0.32.13:jar [2023-09-08T19:38:41.182Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/github/jnr/jnr-enxio/0.32.13/jnr-enxio-0.32.13-sources.jar [2023-09-08T19:38:41.182Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-enxio/0.32.13/jnr-enxio-0.32.13-sources.jar [2023-09-08T19:38:41.182Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-enxio/0.32.13/jnr-enxio-0.32.13-sources.jar (18 kB at 726 kB/s) [2023-09-08T19:38:41.182Z] [INFO] Unpacking /home/vnc/.m2/repository/com/github/jnr/jnr-enxio/0.32.13/jnr-enxio-0.32.13-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.enxio_0.32.13/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:38:41.182Z] [INFO] Copying 3 resources [2023-09-08T19:38:41.182Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.enxio_0.32.13/src/main/java [2023-09-08T19:38:41.182Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.enxio_0.32.13/target/com.github.jnr.enxio-0.32.13-SNAPSHOT-sources.jar [2023-09-08T19:38:41.182Z] [INFO] Assembling p2 repository [2023-09-08T19:38:42.111Z] [INFO] [2023-09-08T19:38:42.111Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.github.jnr.enxio --- [2023-09-08T19:38:42.111Z] [INFO] [2023-09-08T19:38:42.111Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.github.jnr.enxio --- [2023-09-08T19:38:42.111Z] [INFO] Gathering sources archives [2023-09-08T19:38:42.111Z] [INFO] Configured Artifact: com.github.jnr:jnr-enxio:sources:0.32.13:jar [2023-09-08T19:38:42.112Z] [INFO] Unpacking /home/vnc/.m2/repository/com/github/jnr/jnr-enxio/0.32.13/jnr-enxio-0.32.13-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.enxio_0.32.13/target/sources-for-eclipse-ipzilla/jnr-enxio-0.32.13-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:38:42.112Z] [INFO] Configured Artifact: com.github.jnr:jnr-enxio:sources:0.32.13:jar [2023-09-08T19:38:42.112Z] [INFO] Copying jnr-enxio-0.32.13-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.enxio_0.32.13/target/sources-for-eclipse-ipzilla/jnr-enxio-0.32.13-sources.jar [2023-09-08T19:38:42.112Z] [INFO] Refreshing about files and about.html [2023-09-08T19:38:42.112Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.enxio_0.32.13/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:38:42.112Z] [INFO] [2023-09-08T19:38:42.112Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ com.github.jnr.enxio --- [2023-09-08T19:38:42.112Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.enxio_0.32.13/target/com.github.jnr.enxio-0.32.13-SNAPSHOT.jar [2023-09-08T19:38:43.039Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.enxio_0.32.13/target/com.github.jnr.enxio-0.32.13-SNAPSHOT-sources.jar [2023-09-08T19:38:43.966Z] [INFO] [2023-09-08T19:38:43.966Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.github.jnr.enxio --- [2023-09-08T19:38:44.223Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:com.github.jnr.enxio:0.32.13-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.enxio_0.32.13/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:38:44.223Z] no-classifier: different [2023-09-08T19:38:44.223Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:38:44.223Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:38:44.223Z] classifier-sources: different [2023-09-08T19:38:44.223Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:38:44.223Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:38:44.223Z] [2023-09-08T19:38:44.223Z] [INFO] MavenProject: org.eclipse.orbit.bundles:com.github.jnr.enxio:0.32.13-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.enxio_0.32.13/pom.xml [2023-09-08T19:38:44.223Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:38:44.223Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:38:44.223Z] [2023-09-08T19:38:44.223Z] [INFO] [2023-09-08T19:38:44.223Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ com.github.jnr.enxio --- [2023-09-08T19:38:44.223Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.enxio_0.32.13/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.github.jnr.enxio/0.32.13-SNAPSHOT/com.github.jnr.enxio-0.32.13-SNAPSHOT.pom [2023-09-08T19:38:44.223Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.enxio_0.32.13/target/com.github.jnr.enxio-0.32.13-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.github.jnr.enxio/0.32.13-SNAPSHOT/com.github.jnr.enxio-0.32.13-SNAPSHOT.jar [2023-09-08T19:38:44.223Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.enxio_0.32.13/target/com.github.jnr.enxio-0.32.13-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.github.jnr.enxio/0.32.13-SNAPSHOT/com.github.jnr.enxio-0.32.13-SNAPSHOT-sources.jar [2023-09-08T19:38:44.223Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.enxio_0.32.13/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.github.jnr.enxio/0.32.13-SNAPSHOT/com.github.jnr.enxio-0.32.13-SNAPSHOT-p2metadata.xml [2023-09-08T19:38:44.223Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.enxio_0.32.13/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.github.jnr.enxio/0.32.13-SNAPSHOT/com.github.jnr.enxio-0.32.13-SNAPSHOT-p2artifacts.xml [2023-09-08T19:38:44.223Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.enxio_0.32.13/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.github.jnr.enxio/0.32.13-SNAPSHOT/com.github.jnr.enxio-0.32.13-SNAPSHOT-p2metadata.xml [2023-09-08T19:38:44.223Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.enxio_0.32.13/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.github.jnr.enxio/0.32.13-SNAPSHOT/com.github.jnr.enxio-0.32.13-SNAPSHOT-p2artifacts.xml [2023-09-08T19:38:44.223Z] [INFO] [2023-09-08T19:38:44.223Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.github.jnr.enxio --- [2023-09-08T19:38:44.223Z] [INFO] [2023-09-08T19:38:44.223Z] [INFO] ------------< org.eclipse.orbit.bundles:com.github.jnr.ffi >------------ [2023-09-08T19:38:44.223Z] [INFO] Building jnr-ffi 2.2.11-SNAPSHOT [183/375] [2023-09-08T19:38:44.223Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:38:44.223Z] [INFO] [2023-09-08T19:38:44.223Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.github.jnr.ffi --- [2023-09-08T19:38:44.223Z] [INFO] [2023-09-08T19:38:44.223Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.github.jnr.ffi --- [2023-09-08T19:38:44.223Z] [INFO] The project's OSGi version is 2.2.11.v20221215-1656 [2023-09-08T19:38:44.224Z] [INFO] [2023-09-08T19:38:44.224Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.github.jnr.ffi --- [2023-09-08T19:38:44.224Z] [INFO] [2023-09-08T19:38:44.224Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.github.jnr.ffi --- [2023-09-08T19:38:44.224Z] [INFO] Copying 3 resources [2023-09-08T19:38:44.224Z] [INFO] [2023-09-08T19:38:44.224Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.github.jnr.ffi --- [2023-09-08T19:38:44.224Z] [INFO] No sources to compile [2023-09-08T19:38:44.224Z] [INFO] [2023-09-08T19:38:44.224Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.github.jnr.ffi --- [2023-09-08T19:38:44.224Z] [INFO] Gathering dependencies [2023-09-08T19:38:44.224Z] [INFO] Configured Artifact: com.github.jnr:jnr-ffi:2.2.11:jar [2023-09-08T19:38:44.224Z] [INFO] Unpacking /home/vnc/.m2/repository/com/github/jnr/jnr-ffi/2.2.11/jnr-ffi-2.2.11.jar to /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.ffi_2.2.11/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:38:44.479Z] [INFO] Merging collected dependencies [2023-09-08T19:38:44.479Z] [INFO] Copying 667 resources [2023-09-08T19:38:44.479Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:38:44.479Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.github.jnr.ffi:eclipse-bundle-recipe:2.2.11-SNAPSHOT : Unused Export-Package instructions: [*.impl.*] [2023-09-08T19:38:44.479Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.ffi_2.2.11/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:38:44.479Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.ffi_2.2.11/target/com.github.jnr.ffi-2.2.11-SNAPSHOT.jar [2023-09-08T19:38:44.735Z] [INFO] Gathering sources [2023-09-08T19:38:44.735Z] [INFO] Configured Artifact: com.github.jnr:jnr-ffi:sources:2.2.11:jar [2023-09-08T19:38:44.735Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/github/jnr/jnr-ffi/2.2.11/jnr-ffi-2.2.11-sources.jar [2023-09-08T19:38:44.735Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-ffi/2.2.11/jnr-ffi-2.2.11-sources.jar [2023-09-08T19:38:44.735Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-ffi/2.2.11/jnr-ffi-2.2.11-sources.jar (393 kB at 18 MB/s) [2023-09-08T19:38:44.735Z] [INFO] Unpacking /home/vnc/.m2/repository/com/github/jnr/jnr-ffi/2.2.11/jnr-ffi-2.2.11-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.ffi_2.2.11/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:38:44.735Z] [INFO] Copying 3 resources [2023-09-08T19:38:44.735Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.ffi_2.2.11/src/main/java [2023-09-08T19:38:44.735Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.ffi_2.2.11/target/com.github.jnr.ffi-2.2.11-SNAPSHOT-sources.jar [2023-09-08T19:38:44.990Z] [INFO] Assembling p2 repository [2023-09-08T19:38:45.552Z] [INFO] [2023-09-08T19:38:45.552Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.github.jnr.ffi --- [2023-09-08T19:38:45.552Z] [INFO] [2023-09-08T19:38:45.552Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.github.jnr.ffi --- [2023-09-08T19:38:45.552Z] [INFO] Gathering sources archives [2023-09-08T19:38:45.552Z] [INFO] Configured Artifact: com.github.jnr:jnr-ffi:sources:2.2.11:jar [2023-09-08T19:38:45.552Z] [INFO] Unpacking /home/vnc/.m2/repository/com/github/jnr/jnr-ffi/2.2.11/jnr-ffi-2.2.11-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.ffi_2.2.11/target/sources-for-eclipse-ipzilla/jnr-ffi-2.2.11-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:38:45.552Z] [INFO] Configured Artifact: com.github.jnr:jnr-ffi:sources:2.2.11:jar [2023-09-08T19:38:45.552Z] [INFO] Copying jnr-ffi-2.2.11-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.ffi_2.2.11/target/sources-for-eclipse-ipzilla/jnr-ffi-2.2.11-sources.jar [2023-09-08T19:38:45.552Z] [INFO] Refreshing about files and about.html [2023-09-08T19:38:45.552Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.ffi_2.2.11/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:38:45.552Z] [INFO] [2023-09-08T19:38:45.552Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ com.github.jnr.ffi --- [2023-09-08T19:38:45.808Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.ffi_2.2.11/target/com.github.jnr.ffi-2.2.11-SNAPSHOT.jar [2023-09-08T19:38:47.176Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.ffi_2.2.11/target/com.github.jnr.ffi-2.2.11-SNAPSHOT-sources.jar [2023-09-08T19:38:48.102Z] [INFO] [2023-09-08T19:38:48.102Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.github.jnr.ffi --- [2023-09-08T19:38:48.358Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:com.github.jnr.ffi:2.2.11-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.ffi_2.2.11/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:38:48.358Z] no-classifier: different [2023-09-08T19:38:48.358Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:38:48.358Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:38:48.358Z] classifier-sources: different [2023-09-08T19:38:48.358Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:38:48.358Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:38:48.358Z] [2023-09-08T19:38:48.358Z] [INFO] MavenProject: org.eclipse.orbit.bundles:com.github.jnr.ffi:2.2.11-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.ffi_2.2.11/pom.xml [2023-09-08T19:38:48.358Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:38:48.358Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:38:48.358Z] [2023-09-08T19:38:48.358Z] [INFO] [2023-09-08T19:38:48.358Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ com.github.jnr.ffi --- [2023-09-08T19:38:48.358Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.ffi_2.2.11/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.github.jnr.ffi/2.2.11-SNAPSHOT/com.github.jnr.ffi-2.2.11-SNAPSHOT.pom [2023-09-08T19:38:48.358Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.ffi_2.2.11/target/com.github.jnr.ffi-2.2.11-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.github.jnr.ffi/2.2.11-SNAPSHOT/com.github.jnr.ffi-2.2.11-SNAPSHOT.jar [2023-09-08T19:38:48.358Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.ffi_2.2.11/target/com.github.jnr.ffi-2.2.11-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.github.jnr.ffi/2.2.11-SNAPSHOT/com.github.jnr.ffi-2.2.11-SNAPSHOT-sources.jar [2023-09-08T19:38:48.358Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.ffi_2.2.11/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.github.jnr.ffi/2.2.11-SNAPSHOT/com.github.jnr.ffi-2.2.11-SNAPSHOT-p2metadata.xml [2023-09-08T19:38:48.358Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.ffi_2.2.11/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.github.jnr.ffi/2.2.11-SNAPSHOT/com.github.jnr.ffi-2.2.11-SNAPSHOT-p2artifacts.xml [2023-09-08T19:38:48.358Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.ffi_2.2.11/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.github.jnr.ffi/2.2.11-SNAPSHOT/com.github.jnr.ffi-2.2.11-SNAPSHOT-p2metadata.xml [2023-09-08T19:38:48.358Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.ffi_2.2.11/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.github.jnr.ffi/2.2.11-SNAPSHOT/com.github.jnr.ffi-2.2.11-SNAPSHOT-p2artifacts.xml [2023-09-08T19:38:48.358Z] [INFO] [2023-09-08T19:38:48.358Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.github.jnr.ffi --- [2023-09-08T19:38:48.358Z] [INFO] [2023-09-08T19:38:48.358Z] [INFO] -----------< org.eclipse.orbit.bundles:com.github.jnr.jffi >------------ [2023-09-08T19:38:48.358Z] [INFO] Building jffi 1.3.9-SNAPSHOT [184/375] [2023-09-08T19:38:48.358Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:38:48.358Z] [INFO] [2023-09-08T19:38:48.358Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.github.jnr.jffi --- [2023-09-08T19:38:48.358Z] [INFO] [2023-09-08T19:38:48.358Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.github.jnr.jffi --- [2023-09-08T19:38:48.358Z] [INFO] The project's OSGi version is 1.3.9.v20221215-1656 [2023-09-08T19:38:48.358Z] [INFO] [2023-09-08T19:38:48.358Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.github.jnr.jffi --- [2023-09-08T19:38:48.358Z] [INFO] [2023-09-08T19:38:48.358Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.github.jnr.jffi --- [2023-09-08T19:38:48.358Z] [INFO] Copying 3 resources [2023-09-08T19:38:48.358Z] [INFO] [2023-09-08T19:38:48.358Z] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-p2-inf) @ com.github.jnr.jffi --- [2023-09-08T19:38:48.358Z] [INFO] Copying 1 resource [2023-09-08T19:38:48.358Z] [INFO] [2023-09-08T19:38:48.358Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.github.jnr.jffi --- [2023-09-08T19:38:48.358Z] [INFO] No sources to compile [2023-09-08T19:38:48.358Z] [INFO] [2023-09-08T19:38:48.358Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.github.jnr.jffi --- [2023-09-08T19:38:48.358Z] [INFO] Gathering dependencies [2023-09-08T19:38:48.359Z] [INFO] Configured Artifact: com.github.jnr:jffi:1.3.9:jar [2023-09-08T19:38:48.359Z] [INFO] Unpacking /home/vnc/.m2/repository/com/github/jnr/jffi/1.3.9/jffi-1.3.9.jar to /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.jffi_1.3.9/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:38:48.359Z] [INFO] Merging collected dependencies [2023-09-08T19:38:48.359Z] [INFO] Copying 128 resources [2023-09-08T19:38:48.359Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:38:48.359Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.github.jnr.jffi:eclipse-bundle-recipe:1.3.9-SNAPSHOT : Unused Export-Package instructions: [*.impl.*] [2023-09-08T19:38:48.359Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.jffi_1.3.9/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:38:48.359Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.jffi_1.3.9/target/com.github.jnr.jffi-1.3.9-SNAPSHOT.jar [2023-09-08T19:38:48.359Z] [INFO] Gathering sources [2023-09-08T19:38:48.359Z] [INFO] Configured Artifact: com.github.jnr:jffi:sources:1.3.9:jar [2023-09-08T19:38:48.359Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/github/jnr/jffi/1.3.9/jffi-1.3.9-sources.jar [2023-09-08T19:38:48.359Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/jnr/jffi/1.3.9/jffi-1.3.9-sources.jar [2023-09-08T19:38:48.616Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/jnr/jffi/1.3.9/jffi-1.3.9-sources.jar (91 kB at 1.9 MB/s) [2023-09-08T19:38:48.616Z] [INFO] Unpacking /home/vnc/.m2/repository/com/github/jnr/jffi/1.3.9/jffi-1.3.9-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.jffi_1.3.9/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:38:48.616Z] [INFO] Copying 3 resources [2023-09-08T19:38:48.616Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.jffi_1.3.9/src/main/java [2023-09-08T19:38:48.616Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.jffi_1.3.9/target/com.github.jnr.jffi-1.3.9-SNAPSHOT-sources.jar [2023-09-08T19:38:48.871Z] [INFO] Assembling p2 repository [2023-09-08T19:38:48.872Z] [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from com.github.jnr.jffi 1.3.9.v20221215-1656 to org.eclipse.equinox.p2.iu; com.github.jnr.jffi.native [1.3.9.v20221215-1656,1.3.9.v20221215-1656].] [2023-09-08T19:38:48.872Z] [WARNING] More information on the preceding warning(s) can be found here: [2023-09-08T19:38:48.872Z] [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool [2023-09-08T19:38:49.432Z] [INFO] [2023-09-08T19:38:49.432Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.github.jnr.jffi --- [2023-09-08T19:38:49.432Z] [INFO] [2023-09-08T19:38:49.432Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.github.jnr.jffi --- [2023-09-08T19:38:49.432Z] [INFO] Gathering sources archives [2023-09-08T19:38:49.432Z] [INFO] Configured Artifact: com.github.jnr:jffi:sources:1.3.9:jar [2023-09-08T19:38:49.432Z] [INFO] Unpacking /home/vnc/.m2/repository/com/github/jnr/jffi/1.3.9/jffi-1.3.9-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.jffi_1.3.9/target/sources-for-eclipse-ipzilla/jffi-1.3.9-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:38:49.432Z] [INFO] Configured Artifact: com.github.jnr:jffi:sources:1.3.9:jar [2023-09-08T19:38:49.432Z] [INFO] Copying jffi-1.3.9-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.jffi_1.3.9/target/sources-for-eclipse-ipzilla/jffi-1.3.9-sources.jar [2023-09-08T19:38:49.432Z] [INFO] Refreshing about files and about.html [2023-09-08T19:38:49.432Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.jffi_1.3.9/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:38:49.432Z] [INFO] [2023-09-08T19:38:49.432Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ com.github.jnr.jffi --- [2023-09-08T19:38:49.432Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.jffi_1.3.9/target/com.github.jnr.jffi-1.3.9-SNAPSHOT.jar [2023-09-08T19:38:50.809Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.jffi_1.3.9/target/com.github.jnr.jffi-1.3.9-SNAPSHOT-sources.jar [2023-09-08T19:38:52.713Z] [INFO] [2023-09-08T19:38:52.713Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.github.jnr.jffi --- [2023-09-08T19:38:52.713Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:com.github.jnr.jffi:1.3.9-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.jffi_1.3.9/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:38:52.713Z] no-classifier: different [2023-09-08T19:38:52.713Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:38:52.713Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:38:52.713Z] classifier-sources: different [2023-09-08T19:38:52.713Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:38:52.713Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:38:52.713Z] [2023-09-08T19:38:52.713Z] [INFO] MavenProject: org.eclipse.orbit.bundles:com.github.jnr.jffi:1.3.9-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.jffi_1.3.9/pom.xml [2023-09-08T19:38:52.713Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:38:52.713Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:38:52.713Z] [2023-09-08T19:38:52.713Z] [INFO] [2023-09-08T19:38:52.713Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ com.github.jnr.jffi --- [2023-09-08T19:38:52.713Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.jffi_1.3.9/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.github.jnr.jffi/1.3.9-SNAPSHOT/com.github.jnr.jffi-1.3.9-SNAPSHOT.pom [2023-09-08T19:38:52.713Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.jffi_1.3.9/target/com.github.jnr.jffi-1.3.9-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.github.jnr.jffi/1.3.9-SNAPSHOT/com.github.jnr.jffi-1.3.9-SNAPSHOT.jar [2023-09-08T19:38:52.713Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.jffi_1.3.9/target/com.github.jnr.jffi-1.3.9-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.github.jnr.jffi/1.3.9-SNAPSHOT/com.github.jnr.jffi-1.3.9-SNAPSHOT-sources.jar [2023-09-08T19:38:52.713Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.jffi_1.3.9/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.github.jnr.jffi/1.3.9-SNAPSHOT/com.github.jnr.jffi-1.3.9-SNAPSHOT-p2metadata.xml [2023-09-08T19:38:52.713Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.jffi_1.3.9/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.github.jnr.jffi/1.3.9-SNAPSHOT/com.github.jnr.jffi-1.3.9-SNAPSHOT-p2artifacts.xml [2023-09-08T19:38:52.713Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.jffi_1.3.9/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.github.jnr.jffi/1.3.9-SNAPSHOT/com.github.jnr.jffi-1.3.9-SNAPSHOT-p2metadata.xml [2023-09-08T19:38:52.713Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.jffi_1.3.9/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.github.jnr.jffi/1.3.9-SNAPSHOT/com.github.jnr.jffi-1.3.9-SNAPSHOT-p2artifacts.xml [2023-09-08T19:38:52.713Z] [INFO] [2023-09-08T19:38:52.713Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.github.jnr.jffi --- [2023-09-08T19:38:52.713Z] [INFO] [2023-09-08T19:38:52.713Z] [INFO] --------< org.eclipse.orbit.bundles:com.github.jnr.jffi.native >-------- [2023-09-08T19:38:52.713Z] [INFO] Building jffi native 1.3.9-SNAPSHOT [185/375] [2023-09-08T19:38:52.713Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:38:52.713Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/plugins/maven-antrun-plugin/3.1.0/maven-antrun-plugin-3.1.0.pom [2023-09-08T19:38:52.713Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-antrun-plugin/3.1.0/maven-antrun-plugin-3.1.0.pom [2023-09-08T19:38:52.713Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-antrun-plugin/3.1.0/maven-antrun-plugin-3.1.0.pom [2023-09-08T19:38:52.713Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/plugins/maven-antrun-plugin/3.1.0/maven-antrun-plugin-3.1.0.pom [2023-09-08T19:38:52.713Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/plugins/maven-antrun-plugin/3.1.0/maven-antrun-plugin-3.1.0.pom [2023-09-08T19:38:52.713Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/3.1.0/maven-antrun-plugin-3.1.0.pom [2023-09-08T19:38:52.713Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/3.1.0/maven-antrun-plugin-3.1.0.pom (9.1 kB at 759 kB/s) [2023-09-08T19:38:52.713Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/plugins/maven-antrun-plugin/3.1.0/maven-antrun-plugin-3.1.0.jar [2023-09-08T19:38:52.713Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-antrun-plugin/3.1.0/maven-antrun-plugin-3.1.0.jar [2023-09-08T19:38:52.713Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-antrun-plugin/3.1.0/maven-antrun-plugin-3.1.0.jar [2023-09-08T19:38:52.713Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/plugins/maven-antrun-plugin/3.1.0/maven-antrun-plugin-3.1.0.jar [2023-09-08T19:38:52.713Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/plugins/maven-antrun-plugin/3.1.0/maven-antrun-plugin-3.1.0.jar [2023-09-08T19:38:52.713Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/3.1.0/maven-antrun-plugin-3.1.0.jar [2023-09-08T19:38:52.713Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/3.1.0/maven-antrun-plugin-3.1.0.jar (41 kB at 1.3 MB/s) [2023-09-08T19:38:52.713Z] [INFO] [2023-09-08T19:38:52.713Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.github.jnr.jffi.native --- [2023-09-08T19:38:52.713Z] [INFO] [2023-09-08T19:38:52.713Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.github.jnr.jffi.native --- [2023-09-08T19:38:52.970Z] [INFO] The project's OSGi version is 1.3.9.v20221215-1656 [2023-09-08T19:38:52.970Z] [INFO] [2023-09-08T19:38:52.970Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.github.jnr.jffi.native --- [2023-09-08T19:38:52.970Z] [INFO] [2023-09-08T19:38:52.970Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.github.jnr.jffi.native --- [2023-09-08T19:38:52.970Z] [INFO] Copying 3 resources [2023-09-08T19:38:52.970Z] [INFO] [2023-09-08T19:38:52.970Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.github.jnr.jffi.native --- [2023-09-08T19:38:52.970Z] [INFO] No sources to compile [2023-09-08T19:38:52.970Z] [INFO] [2023-09-08T19:38:52.970Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.github.jnr.jffi.native --- [2023-09-08T19:38:52.970Z] [INFO] Gathering dependencies [2023-09-08T19:38:52.970Z] [INFO] Configured Artifact: com.github.jnr:jffi:native:1.3.9:jar [2023-09-08T19:38:52.971Z] [INFO] Unpacking /home/vnc/.m2/repository/com/github/jnr/jffi/1.3.9/jffi-1.3.9-native.jar to /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.jffi.native_1.3.9/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:38:52.971Z] [INFO] Merging collected dependencies [2023-09-08T19:38:52.971Z] [INFO] Copying 22 resources [2023-09-08T19:38:52.971Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:38:52.971Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.github.jnr.jffi.native:eclipse-bundle-recipe:1.3.9-SNAPSHOT : Bundle-ClassPath uses a directory 'jni' as well as '.'. This means bnd does not know if a directory is a package. [2023-09-08T19:38:52.971Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.github.jnr.jffi.native:eclipse-bundle-recipe:1.3.9-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.impl.*] [2023-09-08T19:38:52.971Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.github.jnr.jffi.native:eclipse-bundle-recipe:1.3.9-SNAPSHOT : Host com.github.jnr.jffi= for this fragment/require bundle cannot be found on the classpath [2023-09-08T19:38:52.971Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.jffi.native_1.3.9/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:38:52.971Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.jffi.native_1.3.9/target/com.github.jnr.jffi.native-1.3.9-SNAPSHOT.jar [2023-09-08T19:38:52.971Z] [INFO] Gathering sources [2023-09-08T19:38:52.971Z] [INFO] Configured Artifact: com.github.jnr:jffi:sources:1.3.9:jar [2023-09-08T19:38:52.971Z] [INFO] Unpacking /home/vnc/.m2/repository/com/github/jnr/jffi/1.3.9/jffi-1.3.9-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.jffi.native_1.3.9/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:38:52.971Z] [INFO] Copying 3 resources [2023-09-08T19:38:52.971Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.jffi.native_1.3.9/src/main/java [2023-09-08T19:38:52.971Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.jffi.native_1.3.9/target/com.github.jnr.jffi.native-1.3.9-SNAPSHOT-sources.jar [2023-09-08T19:38:52.971Z] [INFO] Assembling p2 repository [2023-09-08T19:38:53.902Z] [INFO] [2023-09-08T19:38:53.902Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.github.jnr.jffi.native --- [2023-09-08T19:38:53.902Z] [INFO] [2023-09-08T19:38:53.902Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.github.jnr.jffi.native --- [2023-09-08T19:38:53.902Z] [INFO] Gathering sources archives [2023-09-08T19:38:53.902Z] [INFO] Configured Artifact: com.github.jnr:jffi:sources:1.3.9:jar [2023-09-08T19:38:53.902Z] [INFO] Unpacking /home/vnc/.m2/repository/com/github/jnr/jffi/1.3.9/jffi-1.3.9-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.jffi.native_1.3.9/target/sources-for-eclipse-ipzilla/jffi-1.3.9-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:38:53.902Z] [INFO] Configured Artifact: com.github.jnr:jffi:sources:1.3.9:jar [2023-09-08T19:38:53.902Z] [INFO] Copying jffi-1.3.9-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.jffi.native_1.3.9/target/sources-for-eclipse-ipzilla/jffi-1.3.9-sources.jar [2023-09-08T19:38:53.902Z] [INFO] Refreshing about files and about.html [2023-09-08T19:38:53.902Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.jffi.native_1.3.9/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:38:53.902Z] [INFO] [2023-09-08T19:38:53.902Z] [INFO] --- maven-antrun-plugin:3.1.0:run (sign-jnilibs) @ com.github.jnr.jffi.native --- [2023-09-08T19:38:54.158Z] [INFO] Executing tasks [2023-09-08T19:38:54.158Z] [INFO] [exec] Signing jnilibs in /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.jffi.native_1.3.9/target/com.github.jnr.jffi.native-1.3.9-SNAPSHOT.jar [2023-09-08T19:38:54.158Z] [INFO] [exec] + JAR=/home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.jffi.native_1.3.9/target/com.github.jnr.jffi.native-1.3.9-SNAPSHOT.jar [2023-09-08T19:38:54.158Z] [INFO] [exec] + echo 'Signing jnilibs in /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.jffi.native_1.3.9/target/com.github.jnr.jffi.native-1.3.9-SNAPSHOT.jar' [2023-09-08T19:38:54.158Z] [INFO] [exec] + mkdir -p sign-jnilibs [2023-09-08T19:38:54.158Z] [INFO] [exec] + cd sign-jnilibs [2023-09-08T19:38:54.158Z] [INFO] [exec] + jar --extract --file=/home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.jffi.native_1.3.9/target/com.github.jnr.jffi.native-1.3.9-SNAPSHOT.jar [2023-09-08T19:38:54.414Z] [INFO] [exec] ++ find META-INF OSGI-INF about.html about_files jni -name '*.jnilib' [2023-09-08T19:38:54.414Z] [INFO] [exec] + for j in `find * -name \*\.jnilib` [2023-09-08T19:38:54.414Z] [INFO] [exec] + mv jni/Darwin/libjffi-1.2.jnilib jni/Darwin/libjffi-1.2.jnilib-tosign [2023-09-08T19:38:54.414Z] [INFO] [exec] + curl -o jni/Darwin/libjffi-1.2.jnilib -F file=@jni/Darwin/libjffi-1.2.jnilib-tosign https://cbi.eclipse.org/macos/codesign/sign [2023-09-08T19:38:54.670Z] [INFO] [exec] % Total % Received % Xferd Average Speed Time Time Time Current [2023-09-08T19:38:54.670Z] [INFO] [exec] Dload Upload Total Spent Left Speed [2023-09-08T19:38:54.670Z] [INFO] [exec] [2023-09-08T19:38:54.926Z] [INFO] [exec] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 660k 100 330k 100 330k 994k 994k --:--:-- --:--:-- --:--:-- 1988k+ rm jni/Darwin/libjffi-1.2.jnilib-tosign [2023-09-08T19:38:54.926Z] [INFO] [exec] + jar --update --file=/home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.jffi.native_1.3.9/target/com.github.jnr.jffi.native-1.3.9-SNAPSHOT.jar jni/Darwin/libjffi-1.2.jnilib [2023-09-08T19:38:55.183Z] [INFO] Executed tasks [2023-09-08T19:38:55.183Z] [INFO] [2023-09-08T19:38:55.183Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ com.github.jnr.jffi.native --- [2023-09-08T19:38:55.183Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.jffi.native_1.3.9/target/com.github.jnr.jffi.native-1.3.9-SNAPSHOT.jar [2023-09-08T19:38:56.550Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.jffi.native_1.3.9/target/com.github.jnr.jffi.native-1.3.9-SNAPSHOT-sources.jar [2023-09-08T19:38:57.112Z] [INFO] [2023-09-08T19:38:57.112Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.github.jnr.jffi.native --- [2023-09-08T19:38:57.368Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:com.github.jnr.jffi.native:1.3.9-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.jffi.native_1.3.9/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:38:57.368Z] no-classifier: different [2023-09-08T19:38:57.368Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:38:57.368Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:38:57.368Z] jni/Darwin/libjffi-1.2.jnilib: different [2023-09-08T19:38:57.368Z] classifier-sources: different [2023-09-08T19:38:57.369Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:38:57.369Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:38:57.369Z] [2023-09-08T19:38:57.369Z] [INFO] MavenProject: org.eclipse.orbit.bundles:com.github.jnr.jffi.native:1.3.9-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.jffi.native_1.3.9/pom.xml [2023-09-08T19:38:57.369Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:38:57.369Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:38:57.369Z] [2023-09-08T19:38:57.369Z] [INFO] [2023-09-08T19:38:57.369Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ com.github.jnr.jffi.native --- [2023-09-08T19:38:57.369Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.jffi.native_1.3.9/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.github.jnr.jffi.native/1.3.9-SNAPSHOT/com.github.jnr.jffi.native-1.3.9-SNAPSHOT.pom [2023-09-08T19:38:57.369Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.jffi.native_1.3.9/target/com.github.jnr.jffi.native-1.3.9-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.github.jnr.jffi.native/1.3.9-SNAPSHOT/com.github.jnr.jffi.native-1.3.9-SNAPSHOT.jar [2023-09-08T19:38:57.369Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.jffi.native_1.3.9/target/com.github.jnr.jffi.native-1.3.9-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.github.jnr.jffi.native/1.3.9-SNAPSHOT/com.github.jnr.jffi.native-1.3.9-SNAPSHOT-sources.jar [2023-09-08T19:38:57.369Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.jffi.native_1.3.9/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.github.jnr.jffi.native/1.3.9-SNAPSHOT/com.github.jnr.jffi.native-1.3.9-SNAPSHOT-p2metadata.xml [2023-09-08T19:38:57.369Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.jffi.native_1.3.9/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.github.jnr.jffi.native/1.3.9-SNAPSHOT/com.github.jnr.jffi.native-1.3.9-SNAPSHOT-p2artifacts.xml [2023-09-08T19:38:57.369Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.jffi.native_1.3.9/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.github.jnr.jffi.native/1.3.9-SNAPSHOT/com.github.jnr.jffi.native-1.3.9-SNAPSHOT-p2metadata.xml [2023-09-08T19:38:57.369Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.jffi.native_1.3.9/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.github.jnr.jffi.native/1.3.9-SNAPSHOT/com.github.jnr.jffi.native-1.3.9-SNAPSHOT-p2artifacts.xml [2023-09-08T19:38:57.369Z] [INFO] [2023-09-08T19:38:57.369Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.github.jnr.jffi.native --- [2023-09-08T19:38:57.369Z] [INFO] [2023-09-08T19:38:57.369Z] [INFO] -----------< org.eclipse.orbit.bundles:com.github.jnr.posix >----------- [2023-09-08T19:38:57.369Z] [INFO] Building jnr-posix 3.1.15-SNAPSHOT [186/375] [2023-09-08T19:38:57.369Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:38:57.369Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/github/jnr/jnr-posix/3.1.15/jnr-posix-3.1.15.pom [2023-09-08T19:38:57.369Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-posix/3.1.15/jnr-posix-3.1.15.pom [2023-09-08T19:38:57.369Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-posix/3.1.15/jnr-posix-3.1.15.pom (7.6 kB at 546 kB/s) [2023-09-08T19:38:57.369Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/github/jnr/jnr-posix/3.1.15/jnr-posix-3.1.15.jar [2023-09-08T19:38:57.626Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-posix/3.1.15/jnr-posix-3.1.15.jar [2023-09-08T19:38:57.626Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-posix/3.1.15/jnr-posix-3.1.15.jar (278 kB at 19 MB/s) [2023-09-08T19:38:57.626Z] [INFO] [2023-09-08T19:38:57.626Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.github.jnr.posix --- [2023-09-08T19:38:57.626Z] [INFO] [2023-09-08T19:38:57.626Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.github.jnr.posix --- [2023-09-08T19:38:57.626Z] [INFO] The project's OSGi version is 3.1.15.v20221215-1656 [2023-09-08T19:38:57.626Z] [INFO] [2023-09-08T19:38:57.626Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.github.jnr.posix --- [2023-09-08T19:38:57.626Z] [INFO] [2023-09-08T19:38:57.626Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.github.jnr.posix --- [2023-09-08T19:38:57.626Z] [INFO] Copying 3 resources [2023-09-08T19:38:57.626Z] [INFO] [2023-09-08T19:38:57.626Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.github.jnr.posix --- [2023-09-08T19:38:57.626Z] [INFO] No sources to compile [2023-09-08T19:38:57.626Z] [INFO] [2023-09-08T19:38:57.626Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.github.jnr.posix --- [2023-09-08T19:38:57.626Z] [INFO] Gathering dependencies [2023-09-08T19:38:57.626Z] [INFO] Configured Artifact: com.github.jnr:jnr-posix:3.1.15:jar [2023-09-08T19:38:57.626Z] [INFO] Unpacking /home/vnc/.m2/repository/com/github/jnr/jnr-posix/3.1.15/jnr-posix-3.1.15.jar to /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.posix_3.1.15/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:38:57.626Z] [INFO] Merging collected dependencies [2023-09-08T19:38:57.626Z] [INFO] Copying 239 resources [2023-09-08T19:38:57.626Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:38:57.626Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.github.jnr.posix:eclipse-bundle-recipe:3.1.15-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.impl.*] [2023-09-08T19:38:57.626Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.posix_3.1.15/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:38:57.626Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.posix_3.1.15/target/com.github.jnr.posix-3.1.15-SNAPSHOT.jar [2023-09-08T19:38:57.884Z] [INFO] Gathering sources [2023-09-08T19:38:57.884Z] [INFO] Configured Artifact: com.github.jnr:jnr-posix:sources:3.1.15:jar [2023-09-08T19:38:57.884Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/github/jnr/jnr-posix/3.1.15/jnr-posix-3.1.15-sources.jar [2023-09-08T19:38:57.884Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-posix/3.1.15/jnr-posix-3.1.15-sources.jar [2023-09-08T19:38:58.142Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-posix/3.1.15/jnr-posix-3.1.15-sources.jar (136 kB at 2.1 MB/s) [2023-09-08T19:38:58.142Z] [INFO] Unpacking /home/vnc/.m2/repository/com/github/jnr/jnr-posix/3.1.15/jnr-posix-3.1.15-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.posix_3.1.15/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:38:58.142Z] [INFO] Copying 3 resources [2023-09-08T19:38:58.142Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.posix_3.1.15/src/main/java [2023-09-08T19:38:58.142Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.posix_3.1.15/target/com.github.jnr.posix-3.1.15-SNAPSHOT-sources.jar [2023-09-08T19:38:58.142Z] [INFO] Assembling p2 repository [2023-09-08T19:38:58.703Z] [INFO] [2023-09-08T19:38:58.703Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.github.jnr.posix --- [2023-09-08T19:38:58.703Z] [INFO] [2023-09-08T19:38:58.703Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.github.jnr.posix --- [2023-09-08T19:38:58.703Z] [INFO] Gathering sources archives [2023-09-08T19:38:58.703Z] [INFO] Configured Artifact: com.github.jnr:jnr-posix:sources:3.1.15:jar [2023-09-08T19:38:58.703Z] [INFO] Unpacking /home/vnc/.m2/repository/com/github/jnr/jnr-posix/3.1.15/jnr-posix-3.1.15-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.posix_3.1.15/target/sources-for-eclipse-ipzilla/jnr-posix-3.1.15-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:38:58.703Z] [INFO] Configured Artifact: com.github.jnr:jnr-posix:sources:3.1.15:jar [2023-09-08T19:38:58.703Z] [INFO] Copying jnr-posix-3.1.15-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.posix_3.1.15/target/sources-for-eclipse-ipzilla/jnr-posix-3.1.15-sources.jar [2023-09-08T19:38:58.703Z] [INFO] Refreshing about files and about.html [2023-09-08T19:38:58.703Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.posix_3.1.15/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:38:58.703Z] [INFO] [2023-09-08T19:38:58.703Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ com.github.jnr.posix --- [2023-09-08T19:38:58.960Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.posix_3.1.15/target/com.github.jnr.posix-3.1.15-SNAPSHOT.jar [2023-09-08T19:38:59.887Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.posix_3.1.15/target/com.github.jnr.posix-3.1.15-SNAPSHOT-sources.jar [2023-09-08T19:39:01.774Z] [INFO] [2023-09-08T19:39:01.774Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.github.jnr.posix --- [2023-09-08T19:39:02.334Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:com.github.jnr.posix:3.1.15-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.posix_3.1.15/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:39:02.334Z] no-classifier: different [2023-09-08T19:39:02.334Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:39:02.334Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:39:02.334Z] classifier-sources: different [2023-09-08T19:39:02.334Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:39:02.334Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:39:02.334Z] [2023-09-08T19:39:02.334Z] [INFO] MavenProject: org.eclipse.orbit.bundles:com.github.jnr.posix:3.1.15-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.posix_3.1.15/pom.xml [2023-09-08T19:39:02.334Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:39:02.334Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:39:02.334Z] [2023-09-08T19:39:02.334Z] [INFO] [2023-09-08T19:39:02.334Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ com.github.jnr.posix --- [2023-09-08T19:39:02.334Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.posix_3.1.15/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.github.jnr.posix/3.1.15-SNAPSHOT/com.github.jnr.posix-3.1.15-SNAPSHOT.pom [2023-09-08T19:39:02.334Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.posix_3.1.15/target/com.github.jnr.posix-3.1.15-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.github.jnr.posix/3.1.15-SNAPSHOT/com.github.jnr.posix-3.1.15-SNAPSHOT.jar [2023-09-08T19:39:02.334Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.posix_3.1.15/target/com.github.jnr.posix-3.1.15-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.github.jnr.posix/3.1.15-SNAPSHOT/com.github.jnr.posix-3.1.15-SNAPSHOT-sources.jar [2023-09-08T19:39:02.334Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.posix_3.1.15/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.github.jnr.posix/3.1.15-SNAPSHOT/com.github.jnr.posix-3.1.15-SNAPSHOT-p2metadata.xml [2023-09-08T19:39:02.334Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.posix_3.1.15/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.github.jnr.posix/3.1.15-SNAPSHOT/com.github.jnr.posix-3.1.15-SNAPSHOT-p2artifacts.xml [2023-09-08T19:39:02.334Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.posix_3.1.15/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.github.jnr.posix/3.1.15-SNAPSHOT/com.github.jnr.posix-3.1.15-SNAPSHOT-p2metadata.xml [2023-09-08T19:39:02.334Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.posix_3.1.15/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.github.jnr.posix/3.1.15-SNAPSHOT/com.github.jnr.posix-3.1.15-SNAPSHOT-p2artifacts.xml [2023-09-08T19:39:02.334Z] [INFO] [2023-09-08T19:39:02.334Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.github.jnr.posix --- [2023-09-08T19:39:02.334Z] [INFO] [2023-09-08T19:39:02.334Z] [INFO] --------< org.eclipse.orbit.bundles:com.github.jnr.unixsocket >--------- [2023-09-08T19:39:02.335Z] [INFO] Building jnr-unixsocket 0.38.17-SNAPSHOT [187/375] [2023-09-08T19:39:02.335Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:39:02.335Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/github/jnr/jnr-unixsocket/0.38.17/jnr-unixsocket-0.38.17.pom [2023-09-08T19:39:02.335Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-unixsocket/0.38.17/jnr-unixsocket-0.38.17.pom [2023-09-08T19:39:02.335Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-unixsocket/0.38.17/jnr-unixsocket-0.38.17.pom (11 kB at 918 kB/s) [2023-09-08T19:39:02.335Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/github/jnr/jnr-unixsocket/0.38.17/jnr-unixsocket-0.38.17.jar [2023-09-08T19:39:02.335Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-unixsocket/0.38.17/jnr-unixsocket-0.38.17.jar [2023-09-08T19:39:02.335Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-unixsocket/0.38.17/jnr-unixsocket-0.38.17.jar (48 kB at 4.0 MB/s) [2023-09-08T19:39:02.335Z] [INFO] [2023-09-08T19:39:02.335Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.github.jnr.unixsocket --- [2023-09-08T19:39:02.335Z] [INFO] [2023-09-08T19:39:02.335Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.github.jnr.unixsocket --- [2023-09-08T19:39:02.335Z] [INFO] The project's OSGi version is 0.38.17.v20221215-1656 [2023-09-08T19:39:02.335Z] [INFO] [2023-09-08T19:39:02.335Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.github.jnr.unixsocket --- [2023-09-08T19:39:02.335Z] [INFO] [2023-09-08T19:39:02.335Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.github.jnr.unixsocket --- [2023-09-08T19:39:02.335Z] [INFO] Copying 3 resources [2023-09-08T19:39:02.335Z] [INFO] [2023-09-08T19:39:02.335Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.github.jnr.unixsocket --- [2023-09-08T19:39:02.335Z] [INFO] No sources to compile [2023-09-08T19:39:02.335Z] [INFO] [2023-09-08T19:39:02.335Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.github.jnr.unixsocket --- [2023-09-08T19:39:02.335Z] [INFO] Gathering dependencies [2023-09-08T19:39:02.335Z] [INFO] Configured Artifact: com.github.jnr:jnr-unixsocket:0.38.17:jar [2023-09-08T19:39:02.335Z] [INFO] Unpacking /home/vnc/.m2/repository/com/github/jnr/jnr-unixsocket/0.38.17/jnr-unixsocket-0.38.17.jar to /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.unixsocket_0.38.17/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:39:02.335Z] [INFO] Merging collected dependencies [2023-09-08T19:39:02.335Z] [INFO] Copying 31 resources [2023-09-08T19:39:02.335Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:39:02.335Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.github.jnr.unixsocket:eclipse-bundle-recipe:0.38.17-SNAPSHOT : Unused Export-Package instructions: [*.internal.*] [2023-09-08T19:39:02.335Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.github.jnr.unixsocket:eclipse-bundle-recipe:0.38.17-SNAPSHOT : Host com.github.jnr.jffi= for this fragment/require bundle cannot be found on the classpath [2023-09-08T19:39:02.335Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.github.jnr.unixsocket:eclipse-bundle-recipe:0.38.17-SNAPSHOT : Unused Import-Package instructions: [jnr.ffi*] [2023-09-08T19:39:02.335Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.unixsocket_0.38.17/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:39:02.335Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.unixsocket_0.38.17/target/com.github.jnr.unixsocket-0.38.17-SNAPSHOT.jar [2023-09-08T19:39:02.335Z] [INFO] Gathering sources [2023-09-08T19:39:02.335Z] [INFO] Configured Artifact: com.github.jnr:jnr-unixsocket:sources:0.38.17:jar [2023-09-08T19:39:02.335Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/github/jnr/jnr-unixsocket/0.38.17/jnr-unixsocket-0.38.17-sources.jar [2023-09-08T19:39:02.335Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-unixsocket/0.38.17/jnr-unixsocket-0.38.17-sources.jar [2023-09-08T19:39:02.335Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-unixsocket/0.38.17/jnr-unixsocket-0.38.17-sources.jar (29 kB at 2.4 MB/s) [2023-09-08T19:39:02.335Z] [INFO] Unpacking /home/vnc/.m2/repository/com/github/jnr/jnr-unixsocket/0.38.17/jnr-unixsocket-0.38.17-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.unixsocket_0.38.17/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:39:02.335Z] [INFO] Copying 3 resources [2023-09-08T19:39:02.335Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.unixsocket_0.38.17/src/main/java [2023-09-08T19:39:02.335Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.unixsocket_0.38.17/target/com.github.jnr.unixsocket-0.38.17-SNAPSHOT-sources.jar [2023-09-08T19:39:02.335Z] [INFO] Assembling p2 repository [2023-09-08T19:39:02.898Z] [INFO] [2023-09-08T19:39:02.898Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.github.jnr.unixsocket --- [2023-09-08T19:39:02.898Z] [INFO] [2023-09-08T19:39:02.898Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.github.jnr.unixsocket --- [2023-09-08T19:39:02.898Z] [INFO] Gathering sources archives [2023-09-08T19:39:02.898Z] [INFO] Configured Artifact: com.github.jnr:jnr-unixsocket:sources:0.38.17:jar [2023-09-08T19:39:02.898Z] [INFO] Unpacking /home/vnc/.m2/repository/com/github/jnr/jnr-unixsocket/0.38.17/jnr-unixsocket-0.38.17-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.unixsocket_0.38.17/target/sources-for-eclipse-ipzilla/jnr-unixsocket-0.38.17-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:39:02.898Z] [INFO] Configured Artifact: com.github.jnr:jnr-unixsocket:sources:0.38.17:jar [2023-09-08T19:39:02.898Z] [INFO] Copying jnr-unixsocket-0.38.17-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.unixsocket_0.38.17/target/sources-for-eclipse-ipzilla/jnr-unixsocket-0.38.17-sources.jar [2023-09-08T19:39:02.898Z] [INFO] Refreshing about files and about.html [2023-09-08T19:39:02.898Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.unixsocket_0.38.17/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:39:02.898Z] [INFO] [2023-09-08T19:39:02.898Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ com.github.jnr.unixsocket --- [2023-09-08T19:39:02.898Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.unixsocket_0.38.17/target/com.github.jnr.unixsocket-0.38.17-SNAPSHOT.jar [2023-09-08T19:39:04.791Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.unixsocket_0.38.17/target/com.github.jnr.unixsocket-0.38.17-SNAPSHOT-sources.jar [2023-09-08T19:39:05.721Z] [INFO] [2023-09-08T19:39:05.721Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.github.jnr.unixsocket --- [2023-09-08T19:39:05.977Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:com.github.jnr.unixsocket:0.38.17-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.unixsocket_0.38.17/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:39:05.977Z] no-classifier: different [2023-09-08T19:39:05.977Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:39:05.977Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:39:05.977Z] classifier-sources: different [2023-09-08T19:39:05.977Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:39:05.977Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:39:05.977Z] [2023-09-08T19:39:05.977Z] [INFO] MavenProject: org.eclipse.orbit.bundles:com.github.jnr.unixsocket:0.38.17-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.unixsocket_0.38.17/pom.xml [2023-09-08T19:39:05.977Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:39:05.977Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:39:05.977Z] [2023-09-08T19:39:05.977Z] [INFO] [2023-09-08T19:39:05.977Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ com.github.jnr.unixsocket --- [2023-09-08T19:39:05.977Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.unixsocket_0.38.17/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.github.jnr.unixsocket/0.38.17-SNAPSHOT/com.github.jnr.unixsocket-0.38.17-SNAPSHOT.pom [2023-09-08T19:39:05.977Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.unixsocket_0.38.17/target/com.github.jnr.unixsocket-0.38.17-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.github.jnr.unixsocket/0.38.17-SNAPSHOT/com.github.jnr.unixsocket-0.38.17-SNAPSHOT.jar [2023-09-08T19:39:05.977Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.unixsocket_0.38.17/target/com.github.jnr.unixsocket-0.38.17-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.github.jnr.unixsocket/0.38.17-SNAPSHOT/com.github.jnr.unixsocket-0.38.17-SNAPSHOT-sources.jar [2023-09-08T19:39:05.977Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.unixsocket_0.38.17/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.github.jnr.unixsocket/0.38.17-SNAPSHOT/com.github.jnr.unixsocket-0.38.17-SNAPSHOT-p2metadata.xml [2023-09-08T19:39:05.977Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.unixsocket_0.38.17/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.github.jnr.unixsocket/0.38.17-SNAPSHOT/com.github.jnr.unixsocket-0.38.17-SNAPSHOT-p2artifacts.xml [2023-09-08T19:39:05.977Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.unixsocket_0.38.17/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.github.jnr.unixsocket/0.38.17-SNAPSHOT/com.github.jnr.unixsocket-0.38.17-SNAPSHOT-p2metadata.xml [2023-09-08T19:39:05.977Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.unixsocket_0.38.17/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.github.jnr.unixsocket/0.38.17-SNAPSHOT/com.github.jnr.unixsocket-0.38.17-SNAPSHOT-p2artifacts.xml [2023-09-08T19:39:05.977Z] [INFO] [2023-09-08T19:39:05.977Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.github.jnr.unixsocket --- [2023-09-08T19:39:05.977Z] [INFO] [2023-09-08T19:39:05.977Z] [INFO] ----------< org.eclipse.orbit.bundles:com.github.jnr.x86asm >----------- [2023-09-08T19:39:05.977Z] [INFO] Building jnr-x86asm 1.0.2-SNAPSHOT [188/375] [2023-09-08T19:39:05.977Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:39:05.977Z] [INFO] [2023-09-08T19:39:05.977Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.github.jnr.x86asm --- [2023-09-08T19:39:05.977Z] [INFO] [2023-09-08T19:39:05.977Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.github.jnr.x86asm --- [2023-09-08T19:39:05.977Z] [INFO] The project's OSGi version is 1.0.2.v20221112-0806 [2023-09-08T19:39:05.977Z] [INFO] [2023-09-08T19:39:05.977Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.github.jnr.x86asm --- [2023-09-08T19:39:05.978Z] [INFO] [2023-09-08T19:39:05.978Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.github.jnr.x86asm --- [2023-09-08T19:39:05.978Z] [INFO] Copying 3 resources [2023-09-08T19:39:05.978Z] [INFO] [2023-09-08T19:39:05.978Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.github.jnr.x86asm --- [2023-09-08T19:39:05.978Z] [INFO] No sources to compile [2023-09-08T19:39:05.978Z] [INFO] [2023-09-08T19:39:05.978Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.github.jnr.x86asm --- [2023-09-08T19:39:05.978Z] [INFO] Gathering dependencies [2023-09-08T19:39:05.978Z] [INFO] Configured Artifact: com.github.jnr:jnr-x86asm:1.0.2:jar [2023-09-08T19:39:05.978Z] [INFO] Unpacking /home/vnc/.m2/repository/com/github/jnr/jnr-x86asm/1.0.2/jnr-x86asm-1.0.2.jar to /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.x86asm_1.0.2/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:39:05.978Z] [INFO] Merging collected dependencies [2023-09-08T19:39:05.978Z] [INFO] Copying 85 resources [2023-09-08T19:39:05.978Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:39:06.234Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.github.jnr.x86asm:eclipse-bundle-recipe:1.0.2-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:39:06.234Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.x86asm_1.0.2/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:39:06.234Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.x86asm_1.0.2/target/com.github.jnr.x86asm-1.0.2-SNAPSHOT.jar [2023-09-08T19:39:06.234Z] [INFO] Gathering sources [2023-09-08T19:39:06.234Z] [INFO] Configured Artifact: com.github.jnr:jnr-x86asm:sources:1.0.2:jar [2023-09-08T19:39:06.234Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/github/jnr/jnr-x86asm/1.0.2/jnr-x86asm-1.0.2-sources.jar [2023-09-08T19:39:06.234Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-x86asm/1.0.2/jnr-x86asm-1.0.2-sources.jar [2023-09-08T19:39:06.234Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-x86asm/1.0.2/jnr-x86asm-1.0.2-sources.jar (171 kB at 9.0 MB/s) [2023-09-08T19:39:06.234Z] [INFO] Unpacking /home/vnc/.m2/repository/com/github/jnr/jnr-x86asm/1.0.2/jnr-x86asm-1.0.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.x86asm_1.0.2/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:39:06.234Z] [INFO] Copying 3 resources [2023-09-08T19:39:06.234Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.x86asm_1.0.2/src/main/java [2023-09-08T19:39:06.234Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.x86asm_1.0.2/target/com.github.jnr.x86asm-1.0.2-SNAPSHOT-sources.jar [2023-09-08T19:39:06.492Z] [INFO] Assembling p2 repository [2023-09-08T19:39:07.056Z] [INFO] [2023-09-08T19:39:07.056Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.github.jnr.x86asm --- [2023-09-08T19:39:07.056Z] [INFO] [2023-09-08T19:39:07.056Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.github.jnr.x86asm --- [2023-09-08T19:39:07.056Z] [INFO] Gathering sources archives [2023-09-08T19:39:07.056Z] [INFO] Configured Artifact: com.github.jnr:jnr-x86asm:sources:1.0.2:jar [2023-09-08T19:39:07.056Z] [INFO] Unpacking /home/vnc/.m2/repository/com/github/jnr/jnr-x86asm/1.0.2/jnr-x86asm-1.0.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.x86asm_1.0.2/target/sources-for-eclipse-ipzilla/jnr-x86asm-1.0.2-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:39:07.056Z] [INFO] Configured Artifact: com.github.jnr:jnr-x86asm:sources:1.0.2:jar [2023-09-08T19:39:07.056Z] [INFO] Copying jnr-x86asm-1.0.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.x86asm_1.0.2/target/sources-for-eclipse-ipzilla/jnr-x86asm-1.0.2-sources.jar [2023-09-08T19:39:07.056Z] [INFO] Refreshing about files and about.html [2023-09-08T19:39:07.056Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.x86asm_1.0.2/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:39:07.056Z] [INFO] [2023-09-08T19:39:07.056Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ com.github.jnr.x86asm --- [2023-09-08T19:39:07.056Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.x86asm_1.0.2/target/com.github.jnr.x86asm-1.0.2-SNAPSHOT.jar [2023-09-08T19:39:08.428Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.x86asm_1.0.2/target/com.github.jnr.x86asm-1.0.2-SNAPSHOT-sources.jar [2023-09-08T19:39:10.321Z] [INFO] [2023-09-08T19:39:10.321Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.github.jnr.x86asm --- [2023-09-08T19:39:10.577Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:com.github.jnr.x86asm:1.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.x86asm_1.0.2/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:39:10.577Z] no-classifier: different [2023-09-08T19:39:10.577Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:39:10.577Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:39:10.577Z] classifier-sources: different [2023-09-08T19:39:10.577Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:39:10.577Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:39:10.577Z] [2023-09-08T19:39:10.577Z] [INFO] MavenProject: org.eclipse.orbit.bundles:com.github.jnr.x86asm:1.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.x86asm_1.0.2/pom.xml [2023-09-08T19:39:10.577Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:39:10.577Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:39:10.577Z] [2023-09-08T19:39:10.577Z] [INFO] [2023-09-08T19:39:10.577Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ com.github.jnr.x86asm --- [2023-09-08T19:39:10.577Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.x86asm_1.0.2/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.github.jnr.x86asm/1.0.2-SNAPSHOT/com.github.jnr.x86asm-1.0.2-SNAPSHOT.pom [2023-09-08T19:39:10.577Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.x86asm_1.0.2/target/com.github.jnr.x86asm-1.0.2-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.github.jnr.x86asm/1.0.2-SNAPSHOT/com.github.jnr.x86asm-1.0.2-SNAPSHOT.jar [2023-09-08T19:39:10.577Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.x86asm_1.0.2/target/com.github.jnr.x86asm-1.0.2-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.github.jnr.x86asm/1.0.2-SNAPSHOT/com.github.jnr.x86asm-1.0.2-SNAPSHOT-sources.jar [2023-09-08T19:39:10.577Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.x86asm_1.0.2/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.github.jnr.x86asm/1.0.2-SNAPSHOT/com.github.jnr.x86asm-1.0.2-SNAPSHOT-p2metadata.xml [2023-09-08T19:39:10.577Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.x86asm_1.0.2/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.github.jnr.x86asm/1.0.2-SNAPSHOT/com.github.jnr.x86asm-1.0.2-SNAPSHOT-p2artifacts.xml [2023-09-08T19:39:10.577Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.x86asm_1.0.2/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.github.jnr.x86asm/1.0.2-SNAPSHOT/com.github.jnr.x86asm-1.0.2-SNAPSHOT-p2metadata.xml [2023-09-08T19:39:10.577Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.x86asm_1.0.2/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.github.jnr.x86asm/1.0.2-SNAPSHOT/com.github.jnr.x86asm-1.0.2-SNAPSHOT-p2artifacts.xml [2023-09-08T19:39:10.577Z] [INFO] [2023-09-08T19:39:10.577Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.github.jnr.x86asm --- [2023-09-08T19:39:10.577Z] [INFO] [2023-09-08T19:39:10.577Z] [INFO] ----------< org.eclipse.orbit.bundles:com.github.jnr.a64asm >----------- [2023-09-08T19:39:10.577Z] [INFO] Building jnr-a64asm 1.0.0-SNAPSHOT [189/375] [2023-09-08T19:39:10.577Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:39:10.577Z] [INFO] [2023-09-08T19:39:10.577Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.github.jnr.a64asm --- [2023-09-08T19:39:10.577Z] [INFO] [2023-09-08T19:39:10.577Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.github.jnr.a64asm --- [2023-09-08T19:39:10.577Z] [INFO] The project's OSGi version is 1.0.0.v20221215-1656 [2023-09-08T19:39:10.577Z] [INFO] [2023-09-08T19:39:10.577Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.github.jnr.a64asm --- [2023-09-08T19:39:10.577Z] [INFO] [2023-09-08T19:39:10.577Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.github.jnr.a64asm --- [2023-09-08T19:39:10.577Z] [INFO] Copying 3 resources [2023-09-08T19:39:10.577Z] [INFO] [2023-09-08T19:39:10.577Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.github.jnr.a64asm --- [2023-09-08T19:39:10.577Z] [INFO] No sources to compile [2023-09-08T19:39:10.577Z] [INFO] [2023-09-08T19:39:10.577Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.github.jnr.a64asm --- [2023-09-08T19:39:10.577Z] [INFO] Gathering dependencies [2023-09-08T19:39:10.577Z] [INFO] Configured Artifact: com.github.jnr:jnr-a64asm:1.0.0:jar [2023-09-08T19:39:10.577Z] [INFO] Unpacking /home/vnc/.m2/repository/com/github/jnr/jnr-a64asm/1.0.0/jnr-a64asm-1.0.0.jar to /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.a64asm_1.0.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:39:10.577Z] [INFO] Merging collected dependencies [2023-09-08T19:39:10.577Z] [INFO] Copying 49 resources [2023-09-08T19:39:10.577Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:39:10.577Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.github.jnr.a64asm:eclipse-bundle-recipe:1.0.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:39:10.577Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.a64asm_1.0.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:39:10.577Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.a64asm_1.0.0/target/com.github.jnr.a64asm-1.0.0-SNAPSHOT.jar [2023-09-08T19:39:10.832Z] [INFO] Gathering sources [2023-09-08T19:39:10.832Z] [INFO] Configured Artifact: com.github.jnr:jnr-a64asm:sources:1.0.0:jar [2023-09-08T19:39:10.832Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/github/jnr/jnr-a64asm/1.0.0/jnr-a64asm-1.0.0-sources.jar [2023-09-08T19:39:10.833Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-a64asm/1.0.0/jnr-a64asm-1.0.0-sources.jar [2023-09-08T19:39:10.833Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/jnr/jnr-a64asm/1.0.0/jnr-a64asm-1.0.0-sources.jar (51 kB at 3.7 MB/s) [2023-09-08T19:39:10.833Z] [INFO] Unpacking /home/vnc/.m2/repository/com/github/jnr/jnr-a64asm/1.0.0/jnr-a64asm-1.0.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.a64asm_1.0.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:39:10.833Z] [INFO] Copying 3 resources [2023-09-08T19:39:10.833Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.a64asm_1.0.0/src/main/java [2023-09-08T19:39:10.833Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.a64asm_1.0.0/target/com.github.jnr.a64asm-1.0.0-SNAPSHOT-sources.jar [2023-09-08T19:39:10.833Z] [INFO] Assembling p2 repository [2023-09-08T19:39:11.758Z] [INFO] [2023-09-08T19:39:11.758Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.github.jnr.a64asm --- [2023-09-08T19:39:11.758Z] [INFO] [2023-09-08T19:39:11.758Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.github.jnr.a64asm --- [2023-09-08T19:39:11.758Z] [INFO] Gathering sources archives [2023-09-08T19:39:11.758Z] [INFO] Configured Artifact: com.github.jnr:jnr-a64asm:sources:1.0.0:jar [2023-09-08T19:39:11.758Z] [INFO] Unpacking /home/vnc/.m2/repository/com/github/jnr/jnr-a64asm/1.0.0/jnr-a64asm-1.0.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.a64asm_1.0.0/target/sources-for-eclipse-ipzilla/jnr-a64asm-1.0.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:39:11.758Z] [INFO] Configured Artifact: com.github.jnr:jnr-a64asm:sources:1.0.0:jar [2023-09-08T19:39:11.758Z] [INFO] Copying jnr-a64asm-1.0.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.a64asm_1.0.0/target/sources-for-eclipse-ipzilla/jnr-a64asm-1.0.0-sources.jar [2023-09-08T19:39:11.758Z] [INFO] Refreshing about files and about.html [2023-09-08T19:39:11.758Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.a64asm_1.0.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:39:11.758Z] [INFO] [2023-09-08T19:39:11.758Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ com.github.jnr.a64asm --- [2023-09-08T19:39:11.758Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.a64asm_1.0.0/target/com.github.jnr.a64asm-1.0.0-SNAPSHOT.jar [2023-09-08T19:39:12.682Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.a64asm_1.0.0/target/com.github.jnr.a64asm-1.0.0-SNAPSHOT-sources.jar [2023-09-08T19:39:13.606Z] [INFO] [2023-09-08T19:39:13.606Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.github.jnr.a64asm --- [2023-09-08T19:39:13.862Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:com.github.jnr.a64asm:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.a64asm_1.0.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:39:13.862Z] no-classifier: different [2023-09-08T19:39:13.862Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:39:13.862Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:39:13.862Z] classifier-sources: different [2023-09-08T19:39:13.862Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:39:13.862Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:39:13.862Z] [2023-09-08T19:39:13.862Z] [INFO] MavenProject: org.eclipse.orbit.bundles:com.github.jnr.a64asm:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.a64asm_1.0.0/pom.xml [2023-09-08T19:39:13.862Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:39:13.862Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:39:13.862Z] [2023-09-08T19:39:13.862Z] [INFO] [2023-09-08T19:39:13.862Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ com.github.jnr.a64asm --- [2023-09-08T19:39:13.862Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.a64asm_1.0.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.github.jnr.a64asm/1.0.0-SNAPSHOT/com.github.jnr.a64asm-1.0.0-SNAPSHOT.pom [2023-09-08T19:39:13.862Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.a64asm_1.0.0/target/com.github.jnr.a64asm-1.0.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.github.jnr.a64asm/1.0.0-SNAPSHOT/com.github.jnr.a64asm-1.0.0-SNAPSHOT.jar [2023-09-08T19:39:13.862Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.a64asm_1.0.0/target/com.github.jnr.a64asm-1.0.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.github.jnr.a64asm/1.0.0-SNAPSHOT/com.github.jnr.a64asm-1.0.0-SNAPSHOT-sources.jar [2023-09-08T19:39:13.862Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.a64asm_1.0.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.github.jnr.a64asm/1.0.0-SNAPSHOT/com.github.jnr.a64asm-1.0.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:39:13.862Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.a64asm_1.0.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.github.jnr.a64asm/1.0.0-SNAPSHOT/com.github.jnr.a64asm-1.0.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:39:13.862Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.a64asm_1.0.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.github.jnr.a64asm/1.0.0-SNAPSHOT/com.github.jnr.a64asm-1.0.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:39:13.862Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/jnr/com.github.jnr.a64asm_1.0.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.github.jnr.a64asm/1.0.0-SNAPSHOT/com.github.jnr.a64asm-1.0.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:39:13.862Z] [INFO] [2023-09-08T19:39:13.862Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.github.jnr.a64asm --- [2023-09-08T19:39:13.862Z] [INFO] [2023-09-08T19:39:13.862Z] [INFO] ---------------< org.eclipse.orbit.bundles:jruby-parent >--------------- [2023-09-08T19:39:13.862Z] [INFO] Building Eclipse Orbit :: JRuby Recipes 1.0.0-SNAPSHOT [190/375] [2023-09-08T19:39:13.862Z] [INFO] --------------------------------[ pom ]--------------------------------- [2023-09-08T19:39:13.862Z] [INFO] [2023-09-08T19:39:13.862Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jruby-parent --- [2023-09-08T19:39:13.862Z] [INFO] [2023-09-08T19:39:13.862Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ jruby-parent --- [2023-09-08T19:39:13.862Z] [INFO] [2023-09-08T19:39:13.862Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ jruby-parent --- [2023-09-08T19:39:13.862Z] [INFO] [2023-09-08T19:39:13.862Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ jruby-parent --- [2023-09-08T19:39:13.862Z] [INFO] [2023-09-08T19:39:13.862Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ jruby-parent --- [2023-09-08T19:39:13.862Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/jruby/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/jruby-parent/1.0.0-SNAPSHOT/jruby-parent-1.0.0-SNAPSHOT.pom [2023-09-08T19:39:13.862Z] [INFO] [2023-09-08T19:39:13.862Z] [INFO] ---------------< org.eclipse.orbit.bundles:org.jcodings >--------------- [2023-09-08T19:39:13.862Z] [INFO] Building JCodings 1.0.18-SNAPSHOT [191/375] [2023-09-08T19:39:13.862Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:39:13.862Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/jruby/jcodings/jcodings/1.0.18/jcodings-1.0.18.pom [2023-09-08T19:39:13.862Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jruby/jcodings/jcodings/1.0.18/jcodings-1.0.18.pom [2023-09-08T19:39:13.862Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jruby/jcodings/jcodings/1.0.18/jcodings-1.0.18.pom (3.4 kB at 244 kB/s) [2023-09-08T19:39:13.862Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/jruby/jcodings/jcodings/1.0.18/jcodings-1.0.18.jar [2023-09-08T19:39:13.862Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jruby/jcodings/jcodings/1.0.18/jcodings-1.0.18.jar [2023-09-08T19:39:13.862Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jruby/jcodings/jcodings/1.0.18/jcodings-1.0.18.jar (1.6 MB at 46 MB/s) [2023-09-08T19:39:13.862Z] [INFO] [2023-09-08T19:39:13.862Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.jcodings --- [2023-09-08T19:39:13.862Z] [INFO] [2023-09-08T19:39:13.862Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.jcodings --- [2023-09-08T19:39:13.862Z] [INFO] The project's OSGi version is 1.0.18.v20170306-1742 [2023-09-08T19:39:13.862Z] [INFO] [2023-09-08T19:39:13.862Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.jcodings --- [2023-09-08T19:39:13.862Z] [INFO] [2023-09-08T19:39:13.862Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.jcodings --- [2023-09-08T19:39:13.862Z] [INFO] Copying 3 resources [2023-09-08T19:39:13.862Z] [INFO] [2023-09-08T19:39:13.862Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.jcodings --- [2023-09-08T19:39:13.862Z] [INFO] No sources to compile [2023-09-08T19:39:13.862Z] [INFO] [2023-09-08T19:39:13.862Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.jcodings --- [2023-09-08T19:39:13.862Z] [INFO] Gathering dependencies [2023-09-08T19:39:13.862Z] [INFO] Configured Artifact: org.jruby.jcodings:jcodings:1.0.18:jar [2023-09-08T19:39:13.862Z] [INFO] Unpacking /home/vnc/.m2/repository/org/jruby/jcodings/jcodings/1.0.18/jcodings-1.0.18.jar to /home/jenkins/agent/workspace/orbit-recipes/github/jruby/org.jcodings_1.0.18/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:39:14.117Z] [INFO] Merging collected dependencies [2023-09-08T19:39:14.117Z] [INFO] Copying 714 resources [2023-09-08T19:39:14.117Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:39:14.117Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.jcodings:eclipse-bundle-recipe:1.0.18-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] [2023-09-08T19:39:14.117Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/github/jruby/org.jcodings_1.0.18/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:39:14.117Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/github/jruby/org.jcodings_1.0.18/target/org.jcodings-1.0.18-SNAPSHOT.jar [2023-09-08T19:39:14.372Z] [INFO] Gathering sources [2023-09-08T19:39:14.372Z] [INFO] Configured Artifact: org.jruby.jcodings:jcodings:sources:1.0.18:jar [2023-09-08T19:39:14.372Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/jruby/jcodings/jcodings/1.0.18/jcodings-1.0.18-sources.jar [2023-09-08T19:39:14.372Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jruby/jcodings/jcodings/1.0.18/jcodings-1.0.18-sources.jar [2023-09-08T19:39:14.372Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jruby/jcodings/jcodings/1.0.18/jcodings-1.0.18-sources.jar (1.6 MB at 37 MB/s) [2023-09-08T19:39:14.372Z] [INFO] Unpacking /home/vnc/.m2/repository/org/jruby/jcodings/jcodings/1.0.18/jcodings-1.0.18-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/github/jruby/org.jcodings_1.0.18/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:39:14.628Z] [INFO] Copying 3 resources [2023-09-08T19:39:14.628Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/github/jruby/org.jcodings_1.0.18/src/main/java [2023-09-08T19:39:14.628Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/github/jruby/org.jcodings_1.0.18/target/org.jcodings-1.0.18-SNAPSHOT-sources.jar [2023-09-08T19:39:14.883Z] [INFO] Assembling p2 repository [2023-09-08T19:39:15.444Z] [INFO] [2023-09-08T19:39:15.444Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.jcodings --- [2023-09-08T19:39:15.444Z] [INFO] [2023-09-08T19:39:15.444Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.jcodings --- [2023-09-08T19:39:15.444Z] [INFO] Gathering sources archives [2023-09-08T19:39:15.444Z] [INFO] Configured Artifact: org.jruby.jcodings:jcodings:sources:1.0.18:jar [2023-09-08T19:39:15.444Z] [INFO] Unpacking /home/vnc/.m2/repository/org/jruby/jcodings/jcodings/1.0.18/jcodings-1.0.18-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/github/jruby/org.jcodings_1.0.18/target/sources-for-eclipse-ipzilla/jcodings-1.0.18-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:39:15.699Z] [INFO] Configured Artifact: org.jruby.jcodings:jcodings:sources:1.0.18:jar [2023-09-08T19:39:15.699Z] [INFO] Copying jcodings-1.0.18-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/github/jruby/org.jcodings_1.0.18/target/sources-for-eclipse-ipzilla/jcodings-1.0.18-sources.jar [2023-09-08T19:39:15.699Z] [INFO] Refreshing about files and about.html [2023-09-08T19:39:15.699Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/github/jruby/org.jcodings_1.0.18/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:39:15.699Z] [INFO] [2023-09-08T19:39:15.699Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.jcodings --- [2023-09-08T19:39:15.955Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/github/jruby/org.jcodings_1.0.18/target/org.jcodings-1.0.18-SNAPSHOT.jar [2023-09-08T19:39:17.851Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/github/jruby/org.jcodings_1.0.18/target/org.jcodings-1.0.18-SNAPSHOT-sources.jar [2023-09-08T19:39:19.220Z] [INFO] [2023-09-08T19:39:19.220Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.jcodings --- [2023-09-08T19:39:19.476Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.jcodings:1.0.18-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/github/jruby/org.jcodings_1.0.18/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:39:19.476Z] no-classifier: different [2023-09-08T19:39:19.476Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:39:19.476Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:39:19.476Z] META-INF/MANIFEST.MF: different [2023-09-08T19:39:19.476Z] Automatic-Module-Name: not present in baseline version [2023-09-08T19:39:19.476Z] classifier-sources: different [2023-09-08T19:39:19.476Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:39:19.476Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:39:19.476Z] [2023-09-08T19:39:19.476Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.jcodings:1.0.18-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/github/jruby/org.jcodings_1.0.18/pom.xml [2023-09-08T19:39:19.476Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:39:19.476Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:39:19.476Z] [2023-09-08T19:39:19.476Z] [INFO] [2023-09-08T19:39:19.476Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.jcodings --- [2023-09-08T19:39:19.476Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/jruby/org.jcodings_1.0.18/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.jcodings/1.0.18-SNAPSHOT/org.jcodings-1.0.18-SNAPSHOT.pom [2023-09-08T19:39:19.476Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/jruby/org.jcodings_1.0.18/target/org.jcodings-1.0.18-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.jcodings/1.0.18-SNAPSHOT/org.jcodings-1.0.18-SNAPSHOT.jar [2023-09-08T19:39:19.476Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/jruby/org.jcodings_1.0.18/target/org.jcodings-1.0.18-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.jcodings/1.0.18-SNAPSHOT/org.jcodings-1.0.18-SNAPSHOT-sources.jar [2023-09-08T19:39:19.476Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/jruby/org.jcodings_1.0.18/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.jcodings/1.0.18-SNAPSHOT/org.jcodings-1.0.18-SNAPSHOT-p2metadata.xml [2023-09-08T19:39:19.476Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/jruby/org.jcodings_1.0.18/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.jcodings/1.0.18-SNAPSHOT/org.jcodings-1.0.18-SNAPSHOT-p2artifacts.xml [2023-09-08T19:39:19.476Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/jruby/org.jcodings_1.0.18/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.jcodings/1.0.18-SNAPSHOT/org.jcodings-1.0.18-SNAPSHOT-p2metadata.xml [2023-09-08T19:39:19.476Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/jruby/org.jcodings_1.0.18/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.jcodings/1.0.18-SNAPSHOT/org.jcodings-1.0.18-SNAPSHOT-p2artifacts.xml [2023-09-08T19:39:19.476Z] [INFO] [2023-09-08T19:39:19.476Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.jcodings --- [2023-09-08T19:39:19.476Z] [INFO] [2023-09-08T19:39:19.476Z] [INFO] -----------------< org.eclipse.orbit.bundles:org.joni >----------------- [2023-09-08T19:39:19.476Z] [INFO] Building Joni 2.1.11-SNAPSHOT [192/375] [2023-09-08T19:39:19.476Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:39:19.476Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/jruby/joni/joni/2.1.11/joni-2.1.11.pom [2023-09-08T19:39:19.734Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jruby/joni/joni/2.1.11/joni-2.1.11.pom [2023-09-08T19:39:19.734Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jruby/joni/joni/2.1.11/joni-2.1.11.pom (4.4 kB at 315 kB/s) [2023-09-08T19:39:19.734Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/jruby/jcodings/jcodings/1.0.13/jcodings-1.0.13.pom [2023-09-08T19:39:19.734Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jruby/jcodings/jcodings/1.0.13/jcodings-1.0.13.pom [2023-09-08T19:39:19.734Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jruby/jcodings/jcodings/1.0.13/jcodings-1.0.13.pom (3.4 kB at 310 kB/s) [2023-09-08T19:39:19.734Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/jruby/joni/joni/2.1.11/joni-2.1.11.jar [2023-09-08T19:39:19.734Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/jruby/jcodings/jcodings/1.0.13/jcodings-1.0.13.jar [2023-09-08T19:39:19.734Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jruby/joni/joni/2.1.11/joni-2.1.11.jar [2023-09-08T19:39:19.734Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jruby/jcodings/jcodings/1.0.13/jcodings-1.0.13.jar [2023-09-08T19:39:19.734Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jruby/joni/joni/2.1.11/joni-2.1.11.jar (192 kB at 14 MB/s) [2023-09-08T19:39:19.734Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jruby/jcodings/jcodings/1.0.13/jcodings-1.0.13.jar (1.5 MB at 20 MB/s) [2023-09-08T19:39:19.734Z] [INFO] [2023-09-08T19:39:19.734Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.joni --- [2023-09-08T19:39:19.734Z] [INFO] [2023-09-08T19:39:19.734Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.joni --- [2023-09-08T19:39:19.734Z] [INFO] The project's OSGi version is 2.1.11.v20170306-1742 [2023-09-08T19:39:19.734Z] [INFO] [2023-09-08T19:39:19.734Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.joni --- [2023-09-08T19:39:19.734Z] [INFO] [2023-09-08T19:39:19.734Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.joni --- [2023-09-08T19:39:19.734Z] [INFO] Copying 3 resources [2023-09-08T19:39:19.734Z] [INFO] [2023-09-08T19:39:19.734Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.joni --- [2023-09-08T19:39:19.734Z] [INFO] No sources to compile [2023-09-08T19:39:19.734Z] [INFO] [2023-09-08T19:39:19.734Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.joni --- [2023-09-08T19:39:19.734Z] [INFO] Gathering dependencies [2023-09-08T19:39:19.734Z] [INFO] Configured Artifact: org.jruby.joni:joni:2.1.11:jar [2023-09-08T19:39:19.734Z] [INFO] Unpacking /home/vnc/.m2/repository/org/jruby/joni/joni/2.1.11/joni-2.1.11.jar to /home/jenkins/agent/workspace/orbit-recipes/github/jruby/org.joni_2.1.11/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:39:19.734Z] [INFO] Merging collected dependencies [2023-09-08T19:39:19.734Z] [INFO] Copying 99 resources [2023-09-08T19:39:19.734Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:39:19.734Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.joni:eclipse-bundle-recipe:2.1.11-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] [2023-09-08T19:39:19.734Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/github/jruby/org.joni_2.1.11/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:39:19.734Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/github/jruby/org.joni_2.1.11/target/org.joni-2.1.11-SNAPSHOT.jar [2023-09-08T19:39:19.992Z] [INFO] Gathering sources [2023-09-08T19:39:19.992Z] [INFO] Configured Artifact: org.jruby.joni:joni:sources:2.1.11:jar [2023-09-08T19:39:19.992Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/jruby/joni/joni/2.1.11/joni-2.1.11-sources.jar [2023-09-08T19:39:19.993Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jruby/joni/joni/2.1.11/joni-2.1.11-sources.jar [2023-09-08T19:39:19.993Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jruby/joni/joni/2.1.11/joni-2.1.11-sources.jar (164 kB at 1.9 MB/s) [2023-09-08T19:39:19.993Z] [INFO] Unpacking /home/vnc/.m2/repository/org/jruby/joni/joni/2.1.11/joni-2.1.11-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/github/jruby/org.joni_2.1.11/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:39:19.993Z] [INFO] Copying 3 resources [2023-09-08T19:39:19.993Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/github/jruby/org.joni_2.1.11/src/main/java [2023-09-08T19:39:19.993Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/github/jruby/org.joni_2.1.11/target/org.joni-2.1.11-SNAPSHOT-sources.jar [2023-09-08T19:39:19.993Z] [INFO] Assembling p2 repository [2023-09-08T19:39:20.556Z] [INFO] [2023-09-08T19:39:20.556Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.joni --- [2023-09-08T19:39:20.556Z] [INFO] [2023-09-08T19:39:20.556Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.joni --- [2023-09-08T19:39:20.556Z] [INFO] Gathering sources archives [2023-09-08T19:39:20.556Z] [INFO] Configured Artifact: org.jruby.joni:joni:sources:2.1.11:jar [2023-09-08T19:39:20.556Z] [INFO] Unpacking /home/vnc/.m2/repository/org/jruby/joni/joni/2.1.11/joni-2.1.11-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/github/jruby/org.joni_2.1.11/target/sources-for-eclipse-ipzilla/joni-2.1.11-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:39:20.556Z] [INFO] Configured Artifact: org.jruby.joni:joni:sources:2.1.11:jar [2023-09-08T19:39:20.557Z] [INFO] Copying joni-2.1.11-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/github/jruby/org.joni_2.1.11/target/sources-for-eclipse-ipzilla/joni-2.1.11-sources.jar [2023-09-08T19:39:20.557Z] [INFO] Refreshing about files and about.html [2023-09-08T19:39:20.557Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/github/jruby/org.joni_2.1.11/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:39:20.557Z] [INFO] [2023-09-08T19:39:20.557Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.joni --- [2023-09-08T19:39:20.814Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/github/jruby/org.joni_2.1.11/target/org.joni-2.1.11-SNAPSHOT.jar [2023-09-08T19:39:22.704Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/github/jruby/org.joni_2.1.11/target/org.joni-2.1.11-SNAPSHOT-sources.jar [2023-09-08T19:39:24.604Z] [INFO] [2023-09-08T19:39:24.604Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.joni --- [2023-09-08T19:39:24.859Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.joni:2.1.11-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/github/jruby/org.joni_2.1.11/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:39:24.859Z] no-classifier: different [2023-09-08T19:39:24.859Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:39:24.859Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:39:24.859Z] META-INF/MANIFEST.MF: different [2023-09-08T19:39:24.859Z] Automatic-Module-Name: not present in baseline version [2023-09-08T19:39:24.859Z] classifier-sources: different [2023-09-08T19:39:24.859Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:39:24.859Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:39:24.860Z] [2023-09-08T19:39:24.860Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.joni:2.1.11-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/github/jruby/org.joni_2.1.11/pom.xml [2023-09-08T19:39:24.860Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:39:24.860Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:39:24.860Z] [2023-09-08T19:39:24.860Z] [INFO] [2023-09-08T19:39:24.860Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.joni --- [2023-09-08T19:39:24.860Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/jruby/org.joni_2.1.11/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.joni/2.1.11-SNAPSHOT/org.joni-2.1.11-SNAPSHOT.pom [2023-09-08T19:39:24.860Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/jruby/org.joni_2.1.11/target/org.joni-2.1.11-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.joni/2.1.11-SNAPSHOT/org.joni-2.1.11-SNAPSHOT.jar [2023-09-08T19:39:24.860Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/jruby/org.joni_2.1.11/target/org.joni-2.1.11-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.joni/2.1.11-SNAPSHOT/org.joni-2.1.11-SNAPSHOT-sources.jar [2023-09-08T19:39:24.860Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/jruby/org.joni_2.1.11/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.joni/2.1.11-SNAPSHOT/org.joni-2.1.11-SNAPSHOT-p2metadata.xml [2023-09-08T19:39:24.860Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/jruby/org.joni_2.1.11/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.joni/2.1.11-SNAPSHOT/org.joni-2.1.11-SNAPSHOT-p2artifacts.xml [2023-09-08T19:39:24.860Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/jruby/org.joni_2.1.11/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.joni/2.1.11-SNAPSHOT/org.joni-2.1.11-SNAPSHOT-p2metadata.xml [2023-09-08T19:39:24.860Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/jruby/org.joni_2.1.11/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.joni/2.1.11-SNAPSHOT/org.joni-2.1.11-SNAPSHOT-p2artifacts.xml [2023-09-08T19:39:24.860Z] [INFO] [2023-09-08T19:39:24.860Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.joni --- [2023-09-08T19:39:24.860Z] [INFO] [2023-09-08T19:39:24.860Z] [INFO] ---------------< org.eclipse.orbit.bundles:jsoup-parent >--------------- [2023-09-08T19:39:24.860Z] [INFO] Building Eclipse Orbit :: JSoup Recipes 1.0.0-SNAPSHOT [193/375] [2023-09-08T19:39:24.860Z] [INFO] --------------------------------[ pom ]--------------------------------- [2023-09-08T19:39:24.860Z] [INFO] [2023-09-08T19:39:24.860Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jsoup-parent --- [2023-09-08T19:39:24.860Z] [INFO] [2023-09-08T19:39:24.860Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ jsoup-parent --- [2023-09-08T19:39:24.860Z] [INFO] [2023-09-08T19:39:24.860Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ jsoup-parent --- [2023-09-08T19:39:24.860Z] [INFO] [2023-09-08T19:39:24.860Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ jsoup-parent --- [2023-09-08T19:39:24.860Z] [INFO] [2023-09-08T19:39:24.860Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ jsoup-parent --- [2023-09-08T19:39:24.860Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/jsoup/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/jsoup-parent/1.0.0-SNAPSHOT/jsoup-parent-1.0.0-SNAPSHOT.pom [2023-09-08T19:39:24.860Z] [INFO] [2023-09-08T19:39:24.860Z] [INFO] ----------------< org.eclipse.orbit.bundles:org.jsoup >----------------- [2023-09-08T19:39:24.860Z] [INFO] Building jsoup 1.14.3-SNAPSHOT [194/375] [2023-09-08T19:39:24.860Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:39:24.860Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/jsoup/jsoup/1.14.3/jsoup-1.14.3.pom [2023-09-08T19:39:24.860Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jsoup/jsoup/1.14.3/jsoup-1.14.3.pom [2023-09-08T19:39:24.860Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jsoup/jsoup/1.14.3/jsoup-1.14.3.pom (12 kB at 976 kB/s) [2023-09-08T19:39:24.860Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/jsoup/jsoup/1.14.3/jsoup-1.14.3.jar [2023-09-08T19:39:24.860Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jsoup/jsoup/1.14.3/jsoup-1.14.3.jar [2023-09-08T19:39:24.860Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jsoup/jsoup/1.14.3/jsoup-1.14.3.jar (423 kB at 24 MB/s) [2023-09-08T19:39:24.860Z] [INFO] [2023-09-08T19:39:24.860Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.jsoup --- [2023-09-08T19:39:24.860Z] [INFO] [2023-09-08T19:39:24.860Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.jsoup --- [2023-09-08T19:39:24.860Z] [INFO] The project's OSGi version is 1.14.3.v20211012-1727 [2023-09-08T19:39:24.860Z] [INFO] [2023-09-08T19:39:24.860Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.jsoup --- [2023-09-08T19:39:24.860Z] [INFO] [2023-09-08T19:39:24.860Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.jsoup --- [2023-09-08T19:39:24.860Z] [INFO] Copying 3 resources [2023-09-08T19:39:24.860Z] [INFO] [2023-09-08T19:39:24.860Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.jsoup --- [2023-09-08T19:39:24.860Z] [INFO] No sources to compile [2023-09-08T19:39:24.860Z] [INFO] [2023-09-08T19:39:24.860Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.jsoup --- [2023-09-08T19:39:24.860Z] [INFO] Gathering dependencies [2023-09-08T19:39:24.860Z] [INFO] Configured Artifact: org.jsoup:jsoup:1.14.3:jar [2023-09-08T19:39:24.860Z] [INFO] Unpacking /home/vnc/.m2/repository/org/jsoup/jsoup/1.14.3/jsoup-1.14.3.jar to /home/jenkins/agent/workspace/orbit-recipes/github/jsoup/org.jsoup_1.14.3/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:39:24.860Z] [INFO] Merging collected dependencies [2023-09-08T19:39:24.860Z] [INFO] Copying 263 resources [2023-09-08T19:39:24.860Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:39:24.860Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.jsoup:eclipse-bundle-recipe:1.14.3-SNAPSHOT : Unused Export-Package instructions: [*.implementation.*, *.impl.*] [2023-09-08T19:39:24.860Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/github/jsoup/org.jsoup_1.14.3/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:39:24.860Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/github/jsoup/org.jsoup_1.14.3/target/org.jsoup-1.14.3-SNAPSHOT.jar [2023-09-08T19:39:25.119Z] [INFO] Gathering sources [2023-09-08T19:39:25.119Z] [INFO] Configured Artifact: org.jsoup:jsoup:sources:1.14.3:jar [2023-09-08T19:39:25.119Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/jsoup/jsoup/1.14.3/jsoup-1.14.3-sources.jar [2023-09-08T19:39:25.119Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jsoup/jsoup/1.14.3/jsoup-1.14.3-sources.jar [2023-09-08T19:39:25.119Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jsoup/jsoup/1.14.3/jsoup-1.14.3-sources.jar (221 kB at 13 MB/s) [2023-09-08T19:39:25.119Z] [INFO] Unpacking /home/vnc/.m2/repository/org/jsoup/jsoup/1.14.3/jsoup-1.14.3-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/github/jsoup/org.jsoup_1.14.3/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:39:25.119Z] [INFO] Copying 3 resources [2023-09-08T19:39:25.119Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/github/jsoup/org.jsoup_1.14.3/src/main/java [2023-09-08T19:39:25.119Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/github/jsoup/org.jsoup_1.14.3/target/org.jsoup-1.14.3-SNAPSHOT-sources.jar [2023-09-08T19:39:25.119Z] [INFO] Assembling p2 repository [2023-09-08T19:39:25.680Z] [INFO] [2023-09-08T19:39:25.680Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.jsoup --- [2023-09-08T19:39:25.680Z] [INFO] [2023-09-08T19:39:25.680Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.jsoup --- [2023-09-08T19:39:25.680Z] [INFO] Gathering sources archives [2023-09-08T19:39:25.680Z] [INFO] Configured Artifact: org.jsoup:jsoup:sources:1.14.3:jar [2023-09-08T19:39:25.680Z] [INFO] Unpacking /home/vnc/.m2/repository/org/jsoup/jsoup/1.14.3/jsoup-1.14.3-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/github/jsoup/org.jsoup_1.14.3/target/sources-for-eclipse-ipzilla/jsoup-1.14.3-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:39:25.680Z] [INFO] Configured Artifact: org.jsoup:jsoup:sources:1.14.3:jar [2023-09-08T19:39:25.680Z] [INFO] Copying jsoup-1.14.3-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/github/jsoup/org.jsoup_1.14.3/target/sources-for-eclipse-ipzilla/jsoup-1.14.3-sources.jar [2023-09-08T19:39:25.680Z] [INFO] Refreshing about files and about.html [2023-09-08T19:39:25.680Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/github/jsoup/org.jsoup_1.14.3/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:39:25.680Z] [INFO] [2023-09-08T19:39:25.680Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.jsoup --- [2023-09-08T19:39:25.680Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/github/jsoup/org.jsoup_1.14.3/target/org.jsoup-1.14.3-SNAPSHOT.jar [2023-09-08T19:39:27.048Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/github/jsoup/org.jsoup_1.14.3/target/org.jsoup-1.14.3-SNAPSHOT-sources.jar [2023-09-08T19:39:27.995Z] [INFO] [2023-09-08T19:39:27.995Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.jsoup --- [2023-09-08T19:39:28.252Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.jsoup:1.14.3-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/github/jsoup/org.jsoup_1.14.3/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:39:28.252Z] no-classifier: different [2023-09-08T19:39:28.252Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:39:28.252Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:39:28.252Z] classifier-sources: different [2023-09-08T19:39:28.252Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:39:28.252Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:39:28.252Z] [2023-09-08T19:39:28.252Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.jsoup:1.14.3-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/github/jsoup/org.jsoup_1.14.3/pom.xml [2023-09-08T19:39:28.252Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:39:28.252Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:39:28.252Z] [2023-09-08T19:39:28.252Z] [INFO] [2023-09-08T19:39:28.252Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.jsoup --- [2023-09-08T19:39:28.252Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/jsoup/org.jsoup_1.14.3/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.jsoup/1.14.3-SNAPSHOT/org.jsoup-1.14.3-SNAPSHOT.pom [2023-09-08T19:39:28.252Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/jsoup/org.jsoup_1.14.3/target/org.jsoup-1.14.3-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.jsoup/1.14.3-SNAPSHOT/org.jsoup-1.14.3-SNAPSHOT.jar [2023-09-08T19:39:28.252Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/jsoup/org.jsoup_1.14.3/target/org.jsoup-1.14.3-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.jsoup/1.14.3-SNAPSHOT/org.jsoup-1.14.3-SNAPSHOT-sources.jar [2023-09-08T19:39:28.252Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/jsoup/org.jsoup_1.14.3/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.jsoup/1.14.3-SNAPSHOT/org.jsoup-1.14.3-SNAPSHOT-p2metadata.xml [2023-09-08T19:39:28.252Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/jsoup/org.jsoup_1.14.3/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.jsoup/1.14.3-SNAPSHOT/org.jsoup-1.14.3-SNAPSHOT-p2artifacts.xml [2023-09-08T19:39:28.252Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/jsoup/org.jsoup_1.14.3/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.jsoup/1.14.3-SNAPSHOT/org.jsoup-1.14.3-SNAPSHOT-p2metadata.xml [2023-09-08T19:39:28.252Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/jsoup/org.jsoup_1.14.3/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.jsoup/1.14.3-SNAPSHOT/org.jsoup-1.14.3-SNAPSHOT-p2artifacts.xml [2023-09-08T19:39:28.252Z] [INFO] [2023-09-08T19:39:28.252Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.jsoup --- [2023-09-08T19:39:28.252Z] [INFO] [2023-09-08T19:39:28.252Z] [INFO] --------------< org.eclipse.orbit.bundles:mongodb-parent >-------------- [2023-09-08T19:39:28.252Z] [INFO] Building Eclipse Orbit :: MongoDB Recipes 1.0.0-SNAPSHOT [195/375] [2023-09-08T19:39:28.252Z] [INFO] --------------------------------[ pom ]--------------------------------- [2023-09-08T19:39:28.252Z] [INFO] [2023-09-08T19:39:28.252Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ mongodb-parent --- [2023-09-08T19:39:28.252Z] [INFO] [2023-09-08T19:39:28.252Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ mongodb-parent --- [2023-09-08T19:39:28.252Z] [INFO] [2023-09-08T19:39:28.252Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ mongodb-parent --- [2023-09-08T19:39:28.252Z] [INFO] [2023-09-08T19:39:28.252Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ mongodb-parent --- [2023-09-08T19:39:28.252Z] [INFO] [2023-09-08T19:39:28.252Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ mongodb-parent --- [2023-09-08T19:39:28.252Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/mongodb/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/mongodb-parent/1.0.0-SNAPSHOT/mongodb-parent-1.0.0-SNAPSHOT.pom [2023-09-08T19:39:28.252Z] [INFO] [2023-09-08T19:39:28.252Z] [INFO] --------< org.eclipse.orbit.bundles:org.eclipse.orbit.mongodb >--------- [2023-09-08T19:39:28.252Z] [INFO] Building MongoDB Java Driver 3.2.2-SNAPSHOT [196/375] [2023-09-08T19:39:28.252Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:39:28.252Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/mongodb/mongo-java-driver/3.2.2/mongo-java-driver-3.2.2.pom [2023-09-08T19:39:28.252Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mongodb/mongo-java-driver/3.2.2/mongo-java-driver-3.2.2.pom [2023-09-08T19:39:28.252Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mongodb/mongo-java-driver/3.2.2/mongo-java-driver-3.2.2.pom (2.1 kB at 160 kB/s) [2023-09-08T19:39:28.252Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/mongodb/mongo-java-driver/3.2.2/mongo-java-driver-3.2.2.jar [2023-09-08T19:39:28.252Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mongodb/mongo-java-driver/3.2.2/mongo-java-driver-3.2.2.jar [2023-09-08T19:39:28.252Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mongodb/mongo-java-driver/3.2.2/mongo-java-driver-3.2.2.jar (1.5 MB at 45 MB/s) [2023-09-08T19:39:28.252Z] [INFO] [2023-09-08T19:39:28.252Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.orbit.mongodb --- [2023-09-08T19:39:28.252Z] [INFO] [2023-09-08T19:39:28.252Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.orbit.mongodb --- [2023-09-08T19:39:28.252Z] [INFO] The project's OSGi version is 3.2.2.v20181004-1955 [2023-09-08T19:39:28.252Z] [INFO] [2023-09-08T19:39:28.252Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.orbit.mongodb --- [2023-09-08T19:39:28.252Z] [INFO] [2023-09-08T19:39:28.252Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.eclipse.orbit.mongodb --- [2023-09-08T19:39:28.252Z] [INFO] Copying 3 resources [2023-09-08T19:39:28.252Z] [INFO] [2023-09-08T19:39:28.252Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.eclipse.orbit.mongodb --- [2023-09-08T19:39:28.252Z] [INFO] Changes detected - recompiling the module! [2023-09-08T19:39:28.252Z] [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/orbit-recipes/github/mongodb/org.eclipse.orbit.mongodb_3.2.2/target/classes [2023-09-08T19:39:29.180Z] [INFO] [2023-09-08T19:39:29.180Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.eclipse.orbit.mongodb --- [2023-09-08T19:39:29.180Z] [INFO] Gathering dependencies [2023-09-08T19:39:29.180Z] [INFO] Configured Artifact: org.mongodb:mongo-java-driver:3.2.2:jar [2023-09-08T19:39:29.180Z] [INFO] Unpacking /home/vnc/.m2/repository/org/mongodb/mongo-java-driver/3.2.2/mongo-java-driver-3.2.2.jar to /home/jenkins/agent/workspace/orbit-recipes/github/mongodb/org.eclipse.orbit.mongodb_3.2.2/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:39:29.180Z] [INFO] Merging collected dependencies [2023-09-08T19:39:29.436Z] [INFO] Copying 1135 resources [2023-09-08T19:39:29.436Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:39:30.000Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.eclipse.orbit.mongodb:eclipse-bundle-recipe:3.2.2-SNAPSHOT : Unused Export-Package instructions: [*.impl*] [2023-09-08T19:39:30.000Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/github/mongodb/org.eclipse.orbit.mongodb_3.2.2/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:39:30.000Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/github/mongodb/org.eclipse.orbit.mongodb_3.2.2/target/org.eclipse.orbit.mongodb-3.2.2-SNAPSHOT.jar [2023-09-08T19:39:30.256Z] [INFO] Gathering sources [2023-09-08T19:39:30.256Z] [INFO] Configured Artifact: org.mongodb:mongo-java-driver:sources:3.2.2:jar [2023-09-08T19:39:30.256Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/mongodb/mongo-java-driver/3.2.2/mongo-java-driver-3.2.2-sources.jar [2023-09-08T19:39:30.256Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mongodb/mongo-java-driver/3.2.2/mongo-java-driver-3.2.2-sources.jar [2023-09-08T19:39:30.256Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mongodb/mongo-java-driver/3.2.2/mongo-java-driver-3.2.2-sources.jar (1.0 MB at 10 MB/s) [2023-09-08T19:39:30.256Z] [INFO] Unpacking /home/vnc/.m2/repository/org/mongodb/mongo-java-driver/3.2.2/mongo-java-driver-3.2.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/github/mongodb/org.eclipse.orbit.mongodb_3.2.2/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:39:30.513Z] [INFO] Copying 3 resources [2023-09-08T19:39:30.513Z] [INFO] Copying 1 resource [2023-09-08T19:39:30.513Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/github/mongodb/org.eclipse.orbit.mongodb_3.2.2/target/org.eclipse.orbit.mongodb-3.2.2-SNAPSHOT-sources.jar [2023-09-08T19:39:30.770Z] [INFO] Assembling p2 repository [2023-09-08T19:39:31.332Z] [INFO] [2023-09-08T19:39:31.332Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.orbit.mongodb --- [2023-09-08T19:39:31.332Z] [INFO] [2023-09-08T19:39:31.332Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.eclipse.orbit.mongodb --- [2023-09-08T19:39:31.332Z] [INFO] Gathering sources archives [2023-09-08T19:39:31.332Z] [INFO] Configured Artifact: org.mongodb:mongo-java-driver:sources:3.2.2:jar [2023-09-08T19:39:31.332Z] [INFO] Unpacking /home/vnc/.m2/repository/org/mongodb/mongo-java-driver/3.2.2/mongo-java-driver-3.2.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/github/mongodb/org.eclipse.orbit.mongodb_3.2.2/target/sources-for-eclipse-ipzilla/mongo-java-driver-3.2.2-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:39:31.589Z] [INFO] Configured Artifact: org.mongodb:mongo-java-driver:sources:3.2.2:jar [2023-09-08T19:39:31.589Z] [INFO] Copying mongo-java-driver-3.2.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/github/mongodb/org.eclipse.orbit.mongodb_3.2.2/target/sources-for-eclipse-ipzilla/mongo-java-driver-3.2.2-sources.jar [2023-09-08T19:39:31.589Z] [INFO] Refreshing about files and about.html [2023-09-08T19:39:31.589Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/github/mongodb/org.eclipse.orbit.mongodb_3.2.2/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:39:31.589Z] [INFO] [2023-09-08T19:39:31.589Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.eclipse.orbit.mongodb --- [2023-09-08T19:39:32.151Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/github/mongodb/org.eclipse.orbit.mongodb_3.2.2/target/org.eclipse.orbit.mongodb-3.2.2-SNAPSHOT.jar [2023-09-08T19:39:34.057Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/github/mongodb/org.eclipse.orbit.mongodb_3.2.2/target/org.eclipse.orbit.mongodb-3.2.2-SNAPSHOT-sources.jar [2023-09-08T19:39:35.422Z] [INFO] [2023-09-08T19:39:35.422Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.eclipse.orbit.mongodb --- [2023-09-08T19:39:35.984Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.eclipse.orbit.mongodb:3.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/github/mongodb/org.eclipse.orbit.mongodb_3.2.2/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:39:35.984Z] no-classifier: different [2023-09-08T19:39:35.984Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:39:35.984Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:39:35.984Z] META-INF/MANIFEST.MF: different [2023-09-08T19:39:35.984Z] Import-Package: baseline='javax.xml.bind;version="[2.2,3)",com.mongodb;resolution:=optional;version="[3.2,4)",com.mongodb.annotations;resolution:=optional;version="[3.2,4)",com.mongodb.assertions;resolution:=optional;version="[3.2,4)",com.mongodb.async;resolution:=optional;version="[3.2,4)",com.mongodb.binding;resolution:=optional;version="[3.2,4)",com.mongodb.bulk;resolution:=optional;version="[3.2,4)",com.mongodb.client;resolution:=optional;version="[3.2,4)",com.mongodb.client.gridfs.model;resolution:=optional;version="[3.2,4)",com.mongodb.client.model;resolution:=optional;version="[3.2,4)",com.mongodb.client.model.geojson;resolution:=optional;version="[3.2,4)",com.mongodb.client.model.geojson.codecs;resolution:=optional;version="[3.2,4)",com.mongodb.client.result;resolution:=optional;version="[3.2,4)",com.mongodb.connection;resolution:=optional;version="[3.2,4)",com.mongodb.diagnostics.logging;resolution:=optional;version="[3.2,4)",com.mongodb.event;resolution:=optional;version="[3.2,4)",com.mongodb.internal.async;resolution:=optional;version="[3.2,4)",com.mongodb.internal.authentication;resolution:=optional;version="[3.2,4)",com.mongodb.internal.connection;resolution:=optional;version="[3.2,4)",com.mongodb.internal.management.jmx;resolution:=optional;version="[3.2,4)",com.mongodb.internal.thread;resolution:=optional;version="[3.2,4)",com.mongodb.internal.validator;resolution:=optional;version="[3.2,4)",com.mongodb.management;resolution:=optional;version="[3.2,4)",com.mongodb.operation;resolution:=optional;version="[3.2,4)",com.mongodb.selector;resolution:=optional;version="[3.2,4)",com.mongodb.util;resolution:=optional;version="[3.2,4)",io.netty.bootstrap;resolution:=optional,io.netty.buffer;resolution:=optional,io.netty.channel;resolution:=optional,io.netty.channel.nio;resolution:=optional,io.netty.channel.socket;resolution:=optional,io.netty.channel.socket.nio;resolution:=optional,io.netty.handler.ssl;resolution:=optional,io.netty.handler.timeout;resolution:=optional,io.netty.util.concurrent;resolution:=optional,javax.crypto;resolution:=optional,javax.crypto.spec;resolution:=optional,javax.management;resolution:=optional,javax.net;resolution:=optional,javax.net.ssl;resolution:=optional,javax.security.auth.callback;resolution:=optional,javax.security.sasl;resolution:=optional,org.bson;resolution:=optional;version="[3.2,4)",org.bson.assertions;resolution:=optional;version="[3.2,4)",org.bson.codecs;resolution:=optional;version="[3.2,4)",org.bson.codecs.configuration;resolution:=optional;version="[3.2,4)",org.bson.conversions;resolution:=optional;version="[3.2,4)",org.bson.diagnostics;resolution:=optional;version="[3.2,4)",org.bson.io;resolution:=optional;version="[3.2,4)",org.bson.json;resolution:=optional;version="[3.2,4)",org.bson.types;resolution:=optional;version="[3.2,4)",org.bson.util;resolution:=optional;version="[3.2,4)",org.ietf.jgss;resolution:=optional,org.slf4j;resolution:=optional' != reactor='javax.xml.bind;version="[2.2,3)",com.mongodb;resolution:=optional;version="[3.2,4)",com.mongodb.annotations;resolution:=optional;version="[3.2,4)",com.mongodb.assertions;resolution:=optional;version="[3.2,4)",com.mongodb.async;resolution:=optional;version="[3.2,4)",com.mongodb.binding;resolution:=optional;version="[3.2,4)",com.mongodb.bulk;resolution:=optional;version="[3.2,4)",com.mongodb.client;resolution:=optional;version="[3.2,4)",com.mongodb.client.gridfs.model;resolution:=optional;version="[3.2,4)",com.mongodb.client.model;resolution:=optional;version="[3.2,4)",com.mongodb.client.model.geojson;resolution:=optional;version="[3.2,4)",com.mongodb.client.model.geojson.codecs;resolution:=optional;version="[3.2,4)",com.mongodb.client.result;resolution:=optional;version="[3.2,4)",com.mongodb.connection;resolution:=optional;version="[3.2,4)",com.mongodb.diagnostics.logging;resolution:=optional;version="[3.2,4)",com.mongodb.event;resolution:=optional;version="[3.2,4)",com.mongodb.internal.async;resolution:=optional;version="[3.2,4)",com.mongodb.internal.authentication;resolution:=optional;version="[3.2,4)",com.mongodb.internal.connection;resolution:=optional;version="[3.2,4)",com.mongodb.internal.management.jmx;resolution:=optional;version="[3.2,4)",com.mongodb.internal.thread;resolution:=optional;version="[3.2,4)",com.mongodb.internal.validator;resolution:=optional;version="[3.2,4)",com.mongodb.management;resolution:=optional;version="[3.2,4)",com.mongodb.operation;resolution:=optional;version="[3.2,4)",com.mongodb.selector;resolution:=optional;version="[3.2,4)",com.mongodb.util;resolution:=optional;version="[3.2,4)",io.netty.bootstrap;resolution:=optional,io.netty.buffer;resolution:=optional,io.netty.channel;resolution:=optional,io.netty.channel.nio;resolution:=optional,io.netty.channel.socket;resolution:=optional,io.netty.channel.socket.nio;resolution:=optional,io.netty.handler.ssl;resolution:=optional,io.netty.handler.timeout;resolution:=optional,io.netty.util.concurrent;resolution:=optional,javax.crypto;resolution:=optional,javax.crypto.spec;resolution:=optional,javax.management;resolution:=optional,javax.net;resolution:=optional,javax.net.ssl;resolution:=optional,javax.security.auth.callback;resolution:=optional,javax.security.sasl;resolution:=optional,org.bson;resolution:=optional;version="[3.2,4)",org.bson.assertions;resolution:=optional;version="[3.2,4)",org.bson.codecs;resolution:=optional;version="[3.2,4)",org.bson.codecs.configuration;resolution:=optional;version="[3.2,4)",org.bson.conversions;resolution:=optional;version="[3.2,4)",org.bson.diagnostics;resolution:=optional;version="[3.2,4)",org.bson.io;resolution:=optional;version="[3.2,4)",org.bson.json;resolution:=optional;version="[3.2,4)",org.bson.types;resolution:=optional;version="[3.2,4)",org.bson.util;resolution:=optional;version="[3.2,4)",org.ietf.jgss;resolution:=optional,org.slf4j;resolution:=optional,org.slf4j.impl;resolution:=optional' [2023-09-08T19:39:35.985Z] Require-Capability: baseline='osgi.ee;filter:="(&(osgi.ee=JavaSE)(version=1.6))"' != reactor='osgi.ee;filter:="(&(osgi.ee=JavaSE)(version=1.7))"' [2023-09-08T19:39:35.985Z] com/mongodb/connection/GSSAPIAuthenticator.class: different [2023-09-08T19:39:35.985Z] classifier-sources: different [2023-09-08T19:39:35.985Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:39:35.985Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:39:35.985Z] [2023-09-08T19:39:35.985Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.eclipse.orbit.mongodb:3.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/github/mongodb/org.eclipse.orbit.mongodb_3.2.2/pom.xml [2023-09-08T19:39:35.985Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:39:35.985Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:39:35.985Z] [2023-09-08T19:39:35.985Z] [INFO] [2023-09-08T19:39:35.985Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.eclipse.orbit.mongodb --- [2023-09-08T19:39:35.985Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/mongodb/org.eclipse.orbit.mongodb_3.2.2/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.eclipse.orbit.mongodb/3.2.2-SNAPSHOT/org.eclipse.orbit.mongodb-3.2.2-SNAPSHOT.pom [2023-09-08T19:39:35.985Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/mongodb/org.eclipse.orbit.mongodb_3.2.2/target/org.eclipse.orbit.mongodb-3.2.2-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.eclipse.orbit.mongodb/3.2.2-SNAPSHOT/org.eclipse.orbit.mongodb-3.2.2-SNAPSHOT.jar [2023-09-08T19:39:35.985Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/mongodb/org.eclipse.orbit.mongodb_3.2.2/target/org.eclipse.orbit.mongodb-3.2.2-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.eclipse.orbit.mongodb/3.2.2-SNAPSHOT/org.eclipse.orbit.mongodb-3.2.2-SNAPSHOT-sources.jar [2023-09-08T19:39:35.985Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/mongodb/org.eclipse.orbit.mongodb_3.2.2/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.eclipse.orbit.mongodb/3.2.2-SNAPSHOT/org.eclipse.orbit.mongodb-3.2.2-SNAPSHOT-p2metadata.xml [2023-09-08T19:39:35.985Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/mongodb/org.eclipse.orbit.mongodb_3.2.2/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.eclipse.orbit.mongodb/3.2.2-SNAPSHOT/org.eclipse.orbit.mongodb-3.2.2-SNAPSHOT-p2artifacts.xml [2023-09-08T19:39:35.985Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/mongodb/org.eclipse.orbit.mongodb_3.2.2/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.eclipse.orbit.mongodb/3.2.2-SNAPSHOT/org.eclipse.orbit.mongodb-3.2.2-SNAPSHOT-p2metadata.xml [2023-09-08T19:39:35.985Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/mongodb/org.eclipse.orbit.mongodb_3.2.2/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.eclipse.orbit.mongodb/3.2.2-SNAPSHOT/org.eclipse.orbit.mongodb-3.2.2-SNAPSHOT-p2artifacts.xml [2023-09-08T19:39:35.985Z] [INFO] [2023-09-08T19:39:35.985Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.orbit.mongodb --- [2023-09-08T19:39:35.985Z] [INFO] [2023-09-08T19:39:35.985Z] [INFO] --------------< org.eclipse.orbit.bundles:mozilla-parent >-------------- [2023-09-08T19:39:35.985Z] [INFO] Building Eclipse Orbit :: Mozilla Recipes 1.0.0-SNAPSHOT [197/375] [2023-09-08T19:39:35.985Z] [INFO] --------------------------------[ pom ]--------------------------------- [2023-09-08T19:39:35.985Z] [INFO] [2023-09-08T19:39:35.985Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ mozilla-parent --- [2023-09-08T19:39:35.985Z] [INFO] [2023-09-08T19:39:35.985Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ mozilla-parent --- [2023-09-08T19:39:35.985Z] [INFO] [2023-09-08T19:39:35.985Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ mozilla-parent --- [2023-09-08T19:39:35.985Z] [INFO] [2023-09-08T19:39:35.985Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ mozilla-parent --- [2023-09-08T19:39:35.985Z] [INFO] [2023-09-08T19:39:35.985Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ mozilla-parent --- [2023-09-08T19:39:35.985Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/mozilla/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/mozilla-parent/1.0.0-SNAPSHOT/mozilla-parent-1.0.0-SNAPSHOT.pom [2023-09-08T19:39:35.985Z] [INFO] [2023-09-08T19:39:35.985Z] [INFO] ----------< org.eclipse.orbit.bundles:org.mozilla.javascript >---------- [2023-09-08T19:39:35.985Z] [INFO] Building rhino 1.7.10-SNAPSHOT [198/375] [2023-09-08T19:39:35.985Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:39:35.985Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/mozilla/rhino/1.7.10/rhino-1.7.10.pom [2023-09-08T19:39:35.985Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mozilla/rhino/1.7.10/rhino-1.7.10.pom [2023-09-08T19:39:36.242Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mozilla/rhino/1.7.10/rhino-1.7.10.pom (1.3 kB at 37 kB/s) [2023-09-08T19:39:36.242Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/mozilla/rhino/1.7.10/rhino-1.7.10.jar [2023-09-08T19:39:36.242Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mozilla/rhino/1.7.10/rhino-1.7.10.jar [2023-09-08T19:39:36.242Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mozilla/rhino/1.7.10/rhino-1.7.10.jar (1.3 MB at 36 MB/s) [2023-09-08T19:39:36.242Z] [INFO] [2023-09-08T19:39:36.242Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.mozilla.javascript --- [2023-09-08T19:39:36.242Z] [INFO] [2023-09-08T19:39:36.242Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.mozilla.javascript --- [2023-09-08T19:39:36.242Z] [INFO] The project's OSGi version is 1.7.10.v20221112-0806 [2023-09-08T19:39:36.242Z] [INFO] [2023-09-08T19:39:36.242Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.mozilla.javascript --- [2023-09-08T19:39:36.242Z] [INFO] [2023-09-08T19:39:36.242Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.mozilla.javascript --- [2023-09-08T19:39:36.242Z] [INFO] Copying 3 resources [2023-09-08T19:39:36.242Z] [INFO] [2023-09-08T19:39:36.242Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.mozilla.javascript --- [2023-09-08T19:39:36.242Z] [INFO] No sources to compile [2023-09-08T19:39:36.242Z] [INFO] [2023-09-08T19:39:36.242Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.mozilla.javascript --- [2023-09-08T19:39:36.242Z] [INFO] Gathering dependencies [2023-09-08T19:39:36.242Z] [INFO] Configured Artifact: org.mozilla:rhino:1.7.10:jar [2023-09-08T19:39:36.242Z] [INFO] Unpacking /home/vnc/.m2/repository/org/mozilla/rhino/1.7.10/rhino-1.7.10.jar to /home/jenkins/agent/workspace/orbit-recipes/github/mozilla/org.mozilla.javascript_1.7.10/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:39:36.242Z] [INFO] Merging collected dependencies [2023-09-08T19:39:36.498Z] [INFO] Copying 502 resources [2023-09-08T19:39:36.498Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:39:36.755Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/github/mozilla/org.mozilla.javascript_1.7.10/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:39:36.755Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/github/mozilla/org.mozilla.javascript_1.7.10/target/org.mozilla.javascript-1.7.10-SNAPSHOT.jar [2023-09-08T19:39:37.013Z] [INFO] Gathering sources [2023-09-08T19:39:37.013Z] [INFO] Configured Artifact: org.mozilla:rhino:sources:1.7.10:jar [2023-09-08T19:39:37.013Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/mozilla/rhino/1.7.10/rhino-1.7.10-sources.jar [2023-09-08T19:39:37.013Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mozilla/rhino/1.7.10/rhino-1.7.10-sources.jar [2023-09-08T19:39:37.013Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mozilla/rhino/1.7.10/rhino-1.7.10-sources.jar (906 kB at 41 MB/s) [2023-09-08T19:39:37.013Z] [INFO] Unpacking /home/vnc/.m2/repository/org/mozilla/rhino/1.7.10/rhino-1.7.10-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/github/mozilla/org.mozilla.javascript_1.7.10/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:39:37.013Z] [INFO] Copying 3 resources [2023-09-08T19:39:37.013Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/github/mozilla/org.mozilla.javascript_1.7.10/src/main/java [2023-09-08T19:39:37.013Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/github/mozilla/org.mozilla.javascript_1.7.10/target/org.mozilla.javascript-1.7.10-SNAPSHOT-sources.jar [2023-09-08T19:39:37.013Z] [INFO] Assembling p2 repository [2023-09-08T19:39:37.944Z] [INFO] [2023-09-08T19:39:37.944Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.mozilla.javascript --- [2023-09-08T19:39:37.944Z] [INFO] [2023-09-08T19:39:37.944Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.mozilla.javascript --- [2023-09-08T19:39:37.944Z] [INFO] Gathering sources archives [2023-09-08T19:39:37.944Z] [INFO] Configured Artifact: org.mozilla:rhino:sources:1.7.10:jar [2023-09-08T19:39:37.944Z] [INFO] Unpacking /home/vnc/.m2/repository/org/mozilla/rhino/1.7.10/rhino-1.7.10-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/github/mozilla/org.mozilla.javascript_1.7.10/target/sources-for-eclipse-ipzilla/rhino-1.7.10-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:39:37.944Z] [INFO] Configured Artifact: org.mozilla:rhino:sources:1.7.10:jar [2023-09-08T19:39:37.944Z] [INFO] Copying rhino-1.7.10-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/github/mozilla/org.mozilla.javascript_1.7.10/target/sources-for-eclipse-ipzilla/rhino-1.7.10-sources.jar [2023-09-08T19:39:37.944Z] [INFO] Refreshing about files and about.html [2023-09-08T19:39:37.944Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/github/mozilla/org.mozilla.javascript_1.7.10/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:39:37.944Z] [INFO] [2023-09-08T19:39:37.944Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.mozilla.javascript --- [2023-09-08T19:39:38.201Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/github/mozilla/org.mozilla.javascript_1.7.10/target/org.mozilla.javascript-1.7.10-SNAPSHOT.jar [2023-09-08T19:39:39.573Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/github/mozilla/org.mozilla.javascript_1.7.10/target/org.mozilla.javascript-1.7.10-SNAPSHOT-sources.jar [2023-09-08T19:39:42.094Z] [INFO] [2023-09-08T19:39:42.094Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.mozilla.javascript --- [2023-09-08T19:39:42.349Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.mozilla.javascript:1.7.10-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/github/mozilla/org.mozilla.javascript_1.7.10/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:39:42.349Z] no-classifier: different [2023-09-08T19:39:42.349Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:39:42.349Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:39:42.349Z] classifier-sources: different [2023-09-08T19:39:42.349Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:39:42.349Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:39:42.349Z] [2023-09-08T19:39:42.349Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.mozilla.javascript:1.7.10-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/github/mozilla/org.mozilla.javascript_1.7.10/pom.xml [2023-09-08T19:39:42.349Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:39:42.349Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:39:42.349Z] [2023-09-08T19:39:42.349Z] [INFO] [2023-09-08T19:39:42.349Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.mozilla.javascript --- [2023-09-08T19:39:42.349Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/mozilla/org.mozilla.javascript_1.7.10/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.mozilla.javascript/1.7.10-SNAPSHOT/org.mozilla.javascript-1.7.10-SNAPSHOT.pom [2023-09-08T19:39:42.349Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/mozilla/org.mozilla.javascript_1.7.10/target/org.mozilla.javascript-1.7.10-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.mozilla.javascript/1.7.10-SNAPSHOT/org.mozilla.javascript-1.7.10-SNAPSHOT.jar [2023-09-08T19:39:42.349Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/mozilla/org.mozilla.javascript_1.7.10/target/org.mozilla.javascript-1.7.10-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.mozilla.javascript/1.7.10-SNAPSHOT/org.mozilla.javascript-1.7.10-SNAPSHOT-sources.jar [2023-09-08T19:39:42.349Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/mozilla/org.mozilla.javascript_1.7.10/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.mozilla.javascript/1.7.10-SNAPSHOT/org.mozilla.javascript-1.7.10-SNAPSHOT-p2metadata.xml [2023-09-08T19:39:42.349Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/mozilla/org.mozilla.javascript_1.7.10/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.mozilla.javascript/1.7.10-SNAPSHOT/org.mozilla.javascript-1.7.10-SNAPSHOT-p2artifacts.xml [2023-09-08T19:39:42.349Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/mozilla/org.mozilla.javascript_1.7.10/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.mozilla.javascript/1.7.10-SNAPSHOT/org.mozilla.javascript-1.7.10-SNAPSHOT-p2metadata.xml [2023-09-08T19:39:42.349Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/mozilla/org.mozilla.javascript_1.7.10/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.mozilla.javascript/1.7.10-SNAPSHOT/org.mozilla.javascript-1.7.10-SNAPSHOT-p2artifacts.xml [2023-09-08T19:39:42.349Z] [INFO] [2023-09-08T19:39:42.349Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.mozilla.javascript --- [2023-09-08T19:39:42.349Z] [INFO] [2023-09-08T19:39:42.349Z] [INFO] ---------------< org.eclipse.orbit.bundles:oshi-parent >---------------- [2023-09-08T19:39:42.349Z] [INFO] Building Eclipse Orbit :: OSHI Recipes 1.0.0-SNAPSHOT [199/375] [2023-09-08T19:39:42.349Z] [INFO] --------------------------------[ pom ]--------------------------------- [2023-09-08T19:39:42.349Z] [INFO] [2023-09-08T19:39:42.349Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ oshi-parent --- [2023-09-08T19:39:42.349Z] [INFO] [2023-09-08T19:39:42.350Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ oshi-parent --- [2023-09-08T19:39:42.350Z] [INFO] [2023-09-08T19:39:42.350Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ oshi-parent --- [2023-09-08T19:39:42.350Z] [INFO] [2023-09-08T19:39:42.350Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ oshi-parent --- [2023-09-08T19:39:42.350Z] [INFO] [2023-09-08T19:39:42.350Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ oshi-parent --- [2023-09-08T19:39:42.350Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/oshi/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/oshi-parent/1.0.0-SNAPSHOT/oshi-parent-1.0.0-SNAPSHOT.pom [2023-09-08T19:39:42.350Z] [INFO] [2023-09-08T19:39:42.350Z] [INFO] --------< org.eclipse.orbit.bundles:com.github.oshi.oshi-core >--------- [2023-09-08T19:39:42.350Z] [INFO] Building oshi-core 3.8.0-SNAPSHOT [200/375] [2023-09-08T19:39:42.350Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:39:42.350Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/github/oshi/oshi-core/3.8.0/oshi-core-3.8.0.pom [2023-09-08T19:39:42.350Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/oshi/oshi-core/3.8.0/oshi-core-3.8.0.pom [2023-09-08T19:39:42.350Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/oshi/oshi-core/3.8.0/oshi-core-3.8.0.pom (1.5 kB at 21 kB/s) [2023-09-08T19:39:42.350Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/github/oshi/oshi-parent/3.8.0/oshi-parent-3.8.0.pom [2023-09-08T19:39:42.350Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/oshi/oshi-parent/3.8.0/oshi-parent-3.8.0.pom [2023-09-08T19:39:42.350Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/oshi/oshi-parent/3.8.0/oshi-parent-3.8.0.pom (32 kB at 761 kB/s) [2023-09-08T19:39:42.350Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/github/oshi/oshi-core/3.8.0/oshi-core-3.8.0.jar [2023-09-08T19:39:42.350Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/oshi/oshi-core/3.8.0/oshi-core-3.8.0.jar [2023-09-08T19:39:42.350Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/oshi/oshi-core/3.8.0/oshi-core-3.8.0.jar (427 kB at 8.2 MB/s) [2023-09-08T19:39:42.350Z] [INFO] [2023-09-08T19:39:42.350Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.github.oshi.oshi-core --- [2023-09-08T19:39:42.350Z] [INFO] [2023-09-08T19:39:42.350Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.github.oshi.oshi-core --- [2023-09-08T19:39:42.350Z] [INFO] The project's OSGi version is 3.8.0.v20221112-0806 [2023-09-08T19:39:42.350Z] [INFO] [2023-09-08T19:39:42.350Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.github.oshi.oshi-core --- [2023-09-08T19:39:42.350Z] [INFO] [2023-09-08T19:39:42.350Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.github.oshi.oshi-core --- [2023-09-08T19:39:42.350Z] [INFO] Copying 3 resources [2023-09-08T19:39:42.350Z] [INFO] [2023-09-08T19:39:42.350Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.github.oshi.oshi-core --- [2023-09-08T19:39:42.350Z] [INFO] No sources to compile [2023-09-08T19:39:42.350Z] [INFO] [2023-09-08T19:39:42.350Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.github.oshi.oshi-core --- [2023-09-08T19:39:42.350Z] [INFO] Gathering dependencies [2023-09-08T19:39:42.350Z] [INFO] Configured Artifact: com.github.oshi:oshi-core:3.8.0:jar [2023-09-08T19:39:42.350Z] [INFO] Unpacking /home/vnc/.m2/repository/com/github/oshi/oshi-core/3.8.0/oshi-core-3.8.0.jar to /home/jenkins/agent/workspace/orbit-recipes/github/oshi/com.github.oshi.oshi-core_3.8.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:39:42.606Z] [INFO] Merging collected dependencies [2023-09-08T19:39:42.606Z] [INFO] Copying 290 resources [2023-09-08T19:39:42.606Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:39:42.606Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.github.oshi.oshi-core:eclipse-bundle-recipe:3.8.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:39:42.606Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/github/oshi/com.github.oshi.oshi-core_3.8.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:39:42.606Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/github/oshi/com.github.oshi.oshi-core_3.8.0/target/com.github.oshi.oshi-core-3.8.0-SNAPSHOT.jar [2023-09-08T19:39:42.606Z] [INFO] Gathering sources [2023-09-08T19:39:42.606Z] [INFO] Configured Artifact: com.github.oshi:oshi-core:sources:3.8.0:jar [2023-09-08T19:39:42.606Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/github/oshi/oshi-core/3.8.0/oshi-core-3.8.0-sources.jar [2023-09-08T19:39:42.606Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/oshi/oshi-core/3.8.0/oshi-core-3.8.0-sources.jar [2023-09-08T19:39:42.606Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/oshi/oshi-core/3.8.0/oshi-core-3.8.0-sources.jar (320 kB at 7.0 MB/s) [2023-09-08T19:39:42.606Z] [INFO] Unpacking /home/vnc/.m2/repository/com/github/oshi/oshi-core/3.8.0/oshi-core-3.8.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/github/oshi/com.github.oshi.oshi-core_3.8.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:39:42.861Z] [INFO] Copying 3 resources [2023-09-08T19:39:42.861Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/github/oshi/com.github.oshi.oshi-core_3.8.0/src/main/java [2023-09-08T19:39:42.861Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/github/oshi/com.github.oshi.oshi-core_3.8.0/target/com.github.oshi.oshi-core-3.8.0-SNAPSHOT-sources.jar [2023-09-08T19:39:42.861Z] [INFO] Assembling p2 repository [2023-09-08T19:39:43.424Z] [INFO] [2023-09-08T19:39:43.424Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.github.oshi.oshi-core --- [2023-09-08T19:39:43.424Z] [INFO] [2023-09-08T19:39:43.424Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.github.oshi.oshi-core --- [2023-09-08T19:39:43.424Z] [INFO] Gathering sources archives [2023-09-08T19:39:43.424Z] [INFO] Configured Artifact: com.github.oshi:oshi-core:sources:3.8.0:jar [2023-09-08T19:39:43.424Z] [INFO] Unpacking /home/vnc/.m2/repository/com/github/oshi/oshi-core/3.8.0/oshi-core-3.8.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/github/oshi/com.github.oshi.oshi-core_3.8.0/target/sources-for-eclipse-ipzilla/oshi-core-3.8.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:39:43.424Z] [INFO] Configured Artifact: com.github.oshi:oshi-core:sources:3.8.0:jar [2023-09-08T19:39:43.424Z] [INFO] Copying oshi-core-3.8.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/github/oshi/com.github.oshi.oshi-core_3.8.0/target/sources-for-eclipse-ipzilla/oshi-core-3.8.0-sources.jar [2023-09-08T19:39:43.424Z] [INFO] Refreshing about files and about.html [2023-09-08T19:39:43.424Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/github/oshi/com.github.oshi.oshi-core_3.8.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:39:43.424Z] [INFO] [2023-09-08T19:39:43.424Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ com.github.oshi.oshi-core --- [2023-09-08T19:39:43.424Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/github/oshi/com.github.oshi.oshi-core_3.8.0/target/com.github.oshi.oshi-core-3.8.0-SNAPSHOT.jar [2023-09-08T19:39:44.802Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/github/oshi/com.github.oshi.oshi-core_3.8.0/target/com.github.oshi.oshi-core-3.8.0-SNAPSHOT-sources.jar [2023-09-08T19:39:46.168Z] [INFO] [2023-09-08T19:39:46.168Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.github.oshi.oshi-core --- [2023-09-08T19:39:46.168Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:com.github.oshi.oshi-core:3.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/github/oshi/com.github.oshi.oshi-core_3.8.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:39:46.168Z] no-classifier: different [2023-09-08T19:39:46.168Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:39:46.168Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:39:46.168Z] classifier-sources: different [2023-09-08T19:39:46.168Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:39:46.168Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:39:46.168Z] [2023-09-08T19:39:46.168Z] [INFO] MavenProject: org.eclipse.orbit.bundles:com.github.oshi.oshi-core:3.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/github/oshi/com.github.oshi.oshi-core_3.8.0/pom.xml [2023-09-08T19:39:46.168Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:39:46.168Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:39:46.168Z] [2023-09-08T19:39:46.168Z] [INFO] [2023-09-08T19:39:46.168Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ com.github.oshi.oshi-core --- [2023-09-08T19:39:46.168Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/oshi/com.github.oshi.oshi-core_3.8.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.github.oshi.oshi-core/3.8.0-SNAPSHOT/com.github.oshi.oshi-core-3.8.0-SNAPSHOT.pom [2023-09-08T19:39:46.168Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/oshi/com.github.oshi.oshi-core_3.8.0/target/com.github.oshi.oshi-core-3.8.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.github.oshi.oshi-core/3.8.0-SNAPSHOT/com.github.oshi.oshi-core-3.8.0-SNAPSHOT.jar [2023-09-08T19:39:46.168Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/oshi/com.github.oshi.oshi-core_3.8.0/target/com.github.oshi.oshi-core-3.8.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.github.oshi.oshi-core/3.8.0-SNAPSHOT/com.github.oshi.oshi-core-3.8.0-SNAPSHOT-sources.jar [2023-09-08T19:39:46.168Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/oshi/com.github.oshi.oshi-core_3.8.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.github.oshi.oshi-core/3.8.0-SNAPSHOT/com.github.oshi.oshi-core-3.8.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:39:46.168Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/oshi/com.github.oshi.oshi-core_3.8.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.github.oshi.oshi-core/3.8.0-SNAPSHOT/com.github.oshi.oshi-core-3.8.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:39:46.168Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/oshi/com.github.oshi.oshi-core_3.8.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.github.oshi.oshi-core/3.8.0-SNAPSHOT/com.github.oshi.oshi-core-3.8.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:39:46.168Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/oshi/com.github.oshi.oshi-core_3.8.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.github.oshi.oshi-core/3.8.0-SNAPSHOT/com.github.oshi.oshi-core-3.8.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:39:46.168Z] [INFO] [2023-09-08T19:39:46.168Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.github.oshi.oshi-core --- [2023-09-08T19:39:46.168Z] [INFO] [2023-09-08T19:39:46.168Z] [INFO] --------------< org.eclipse.orbit.bundles:unirest-parent >-------------- [2023-09-08T19:39:46.168Z] [INFO] Building Eclipse Orbit :: Unirest-Java Recipes 1.0.0-SNAPSHOT [201/375] [2023-09-08T19:39:46.168Z] [INFO] --------------------------------[ pom ]--------------------------------- [2023-09-08T19:39:46.168Z] [INFO] [2023-09-08T19:39:46.168Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ unirest-parent --- [2023-09-08T19:39:46.168Z] [INFO] [2023-09-08T19:39:46.168Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ unirest-parent --- [2023-09-08T19:39:46.168Z] [INFO] [2023-09-08T19:39:46.168Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ unirest-parent --- [2023-09-08T19:39:46.168Z] [INFO] [2023-09-08T19:39:46.168Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ unirest-parent --- [2023-09-08T19:39:46.168Z] [INFO] [2023-09-08T19:39:46.168Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ unirest-parent --- [2023-09-08T19:39:46.168Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/unirest/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/unirest-parent/1.0.0-SNAPSHOT/unirest-parent-1.0.0-SNAPSHOT.pom [2023-09-08T19:39:46.168Z] [INFO] [2023-09-08T19:39:46.168Z] [INFO] ---------< org.eclipse.orbit.bundles:com.konghq.unirest-java >---------- [2023-09-08T19:39:46.168Z] [INFO] Building com.konghq.unirest-java 3.4.2-SNAPSHOT [202/375] [2023-09-08T19:39:46.168Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:39:46.168Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/konghq/unirest-java/3.4.02/unirest-java-3.4.02.pom [2023-09-08T19:39:46.168Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/konghq/unirest-java/3.4.02/unirest-java-3.4.02.pom [2023-09-08T19:39:46.168Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/konghq/unirest-java/3.4.02/unirest-java-3.4.02.pom (5.3 kB at 171 kB/s) [2023-09-08T19:39:46.168Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/konghq/unirest-java-parent/3.4.02/unirest-java-parent-3.4.02.pom [2023-09-08T19:39:46.168Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/konghq/unirest-java-parent/3.4.02/unirest-java-parent-3.4.02.pom [2023-09-08T19:39:46.424Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/konghq/unirest-java-parent/3.4.02/unirest-java-parent-3.4.02.pom (17 kB at 366 kB/s) [2023-09-08T19:39:46.424Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/httpcomponents/httpmime/4.5.9/httpmime-4.5.9.pom [2023-09-08T19:39:46.424Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpmime/4.5.9/httpmime-4.5.9.pom [2023-09-08T19:39:46.424Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpmime/4.5.9/httpmime-4.5.9.pom (5.2 kB at 473 kB/s) [2023-09-08T19:39:46.424Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/httpcomponents/httpcore-nio/4.4.11/httpcore-nio-4.4.11.pom [2023-09-08T19:39:46.424Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore-nio/4.4.11/httpcore-nio-4.4.11.pom [2023-09-08T19:39:46.424Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore-nio/4.4.11/httpcore-nio-4.4.11.pom (5.6 kB at 396 kB/s) [2023-09-08T19:39:46.424Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/httpcomponents/httpasyncclient/4.1.4/httpasyncclient-4.1.4.pom [2023-09-08T19:39:46.424Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpasyncclient/4.1.4/httpasyncclient-4.1.4.pom [2023-09-08T19:39:46.424Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpasyncclient/4.1.4/httpasyncclient-4.1.4.pom (5.9 kB at 594 kB/s) [2023-09-08T19:39:46.424Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/httpcomponents/httpcomponents-asyncclient/4.1.4/httpcomponents-asyncclient-4.1.4.pom [2023-09-08T19:39:46.424Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-asyncclient/4.1.4/httpcomponents-asyncclient-4.1.4.pom [2023-09-08T19:39:46.424Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-asyncclient/4.1.4/httpcomponents-asyncclient-4.1.4.pom (11 kB at 1.0 MB/s) [2023-09-08T19:39:46.424Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/code/gson/gson/2.8.5/gson-2.8.5.pom [2023-09-08T19:39:46.424Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.8.5/gson-2.8.5.pom [2023-09-08T19:39:46.424Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.8.5/gson-2.8.5.pom (2.5 kB at 230 kB/s) [2023-09-08T19:39:46.424Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/code/gson/gson-parent/2.8.5/gson-parent-2.8.5.pom [2023-09-08T19:39:46.424Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/gson/gson-parent/2.8.5/gson-parent-2.8.5.pom [2023-09-08T19:39:46.424Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/gson/gson-parent/2.8.5/gson-parent-2.8.5.pom (3.8 kB at 378 kB/s) [2023-09-08T19:39:46.424Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/konghq/unirest-java/3.4.02/unirest-java-3.4.02.jar [2023-09-08T19:39:46.424Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/httpcomponents/httpmime/4.5.9/httpmime-4.5.9.jar [2023-09-08T19:39:46.424Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/code/gson/gson/2.8.5/gson-2.8.5.jar [2023-09-08T19:39:46.424Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/httpcomponents/httpasyncclient/4.1.4/httpasyncclient-4.1.4.jar [2023-09-08T19:39:46.424Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/httpcomponents/httpcore-nio/4.4.11/httpcore-nio-4.4.11.jar [2023-09-08T19:39:46.681Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/konghq/unirest-java/3.4.02/unirest-java-3.4.02.jar [2023-09-08T19:39:46.681Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore-nio/4.4.11/httpcore-nio-4.4.11.jar [2023-09-08T19:39:46.681Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpmime/4.5.9/httpmime-4.5.9.jar [2023-09-08T19:39:46.681Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.8.5/gson-2.8.5.jar [2023-09-08T19:39:46.681Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpasyncclient/4.1.4/httpasyncclient-4.1.4.jar [2023-09-08T19:39:46.681Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore-nio/4.4.11/httpcore-nio-4.4.11.jar (366 kB at 20 MB/s) [2023-09-08T19:39:46.681Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpmime/4.5.9/httpmime-4.5.9.jar (42 kB at 1.4 MB/s) [2023-09-08T19:39:46.681Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.8.5/gson-2.8.5.jar (242 kB at 3.2 MB/s) [2023-09-08T19:39:46.681Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpasyncclient/4.1.4/httpasyncclient-4.1.4.jar (180 kB at 2.2 MB/s) [2023-09-08T19:39:46.681Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/konghq/unirest-java/3.4.02/unirest-java-3.4.02.jar (156 kB at 1.6 MB/s) [2023-09-08T19:39:46.681Z] [INFO] [2023-09-08T19:39:46.681Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.konghq.unirest-java --- [2023-09-08T19:39:46.681Z] [INFO] [2023-09-08T19:39:46.681Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.konghq.unirest-java --- [2023-09-08T19:39:46.681Z] [INFO] The project's OSGi version is 3.4.2.v20221112-0806 [2023-09-08T19:39:46.681Z] [INFO] [2023-09-08T19:39:46.681Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.konghq.unirest-java --- [2023-09-08T19:39:46.681Z] [INFO] [2023-09-08T19:39:46.681Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.konghq.unirest-java --- [2023-09-08T19:39:46.681Z] [INFO] Copying 3 resources [2023-09-08T19:39:46.681Z] [INFO] [2023-09-08T19:39:46.681Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.konghq.unirest-java --- [2023-09-08T19:39:46.681Z] [INFO] No sources to compile [2023-09-08T19:39:46.681Z] [INFO] [2023-09-08T19:39:46.681Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.konghq.unirest-java --- [2023-09-08T19:39:46.681Z] [INFO] Gathering dependencies [2023-09-08T19:39:46.681Z] [INFO] Configured Artifact: com.konghq:unirest-java:3.4.02:jar [2023-09-08T19:39:46.681Z] [INFO] Unpacking /home/vnc/.m2/repository/com/konghq/unirest-java/3.4.02/unirest-java-3.4.02.jar to /home/jenkins/agent/workspace/orbit-recipes/github/unirest/com.konghq.unirest-java_3.4.2/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:39:46.681Z] [INFO] Merging collected dependencies [2023-09-08T19:39:46.681Z] [INFO] Copying 117 resources [2023-09-08T19:39:46.681Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:39:46.681Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.konghq.unirest-java:eclipse-bundle-recipe:3.4.2-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:39:46.682Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/github/unirest/com.konghq.unirest-java_3.4.2/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:39:46.682Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/github/unirest/com.konghq.unirest-java_3.4.2/target/com.konghq.unirest-java-3.4.2-SNAPSHOT.jar [2023-09-08T19:39:46.937Z] [INFO] Gathering sources [2023-09-08T19:39:46.937Z] [INFO] Configured Artifact: com.konghq:unirest-java:sources:3.4.02:jar [2023-09-08T19:39:46.937Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/konghq/unirest-java/3.4.02/unirest-java-3.4.02-sources.jar [2023-09-08T19:39:46.937Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/konghq/unirest-java/3.4.02/unirest-java-3.4.02-sources.jar [2023-09-08T19:39:46.937Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/konghq/unirest-java/3.4.02/unirest-java-3.4.02-sources.jar (149 kB at 3.0 MB/s) [2023-09-08T19:39:46.937Z] [INFO] Unpacking /home/vnc/.m2/repository/com/konghq/unirest-java/3.4.02/unirest-java-3.4.02-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/github/unirest/com.konghq.unirest-java_3.4.2/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:39:46.937Z] [INFO] Copying 3 resources [2023-09-08T19:39:46.937Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/github/unirest/com.konghq.unirest-java_3.4.2/src/main/java [2023-09-08T19:39:46.937Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/github/unirest/com.konghq.unirest-java_3.4.2/target/com.konghq.unirest-java-3.4.2-SNAPSHOT-sources.jar [2023-09-08T19:39:46.937Z] [INFO] Assembling p2 repository [2023-09-08T19:39:47.499Z] [INFO] [2023-09-08T19:39:47.499Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.konghq.unirest-java --- [2023-09-08T19:39:47.499Z] [INFO] [2023-09-08T19:39:47.499Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.konghq.unirest-java --- [2023-09-08T19:39:47.499Z] [INFO] Gathering sources archives [2023-09-08T19:39:47.499Z] [INFO] Configured Artifact: com.konghq:unirest-java:sources:3.4.02:jar [2023-09-08T19:39:47.499Z] [INFO] Unpacking /home/vnc/.m2/repository/com/konghq/unirest-java/3.4.02/unirest-java-3.4.02-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/github/unirest/com.konghq.unirest-java_3.4.2/target/sources-for-eclipse-ipzilla/unirest-java-3.4.02-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:39:47.499Z] [INFO] Configured Artifact: com.konghq:unirest-java:sources:3.4.02:jar [2023-09-08T19:39:47.499Z] [INFO] Copying unirest-java-3.4.02-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/github/unirest/com.konghq.unirest-java_3.4.2/target/sources-for-eclipse-ipzilla/unirest-java-3.4.02-sources.jar [2023-09-08T19:39:47.499Z] [INFO] Refreshing about files and about.html [2023-09-08T19:39:47.499Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/github/unirest/com.konghq.unirest-java_3.4.2/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:39:47.499Z] [INFO] [2023-09-08T19:39:47.499Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ com.konghq.unirest-java --- [2023-09-08T19:39:47.755Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/github/unirest/com.konghq.unirest-java_3.4.2/target/com.konghq.unirest-java-3.4.2-SNAPSHOT.jar [2023-09-08T19:39:49.689Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/github/unirest/com.konghq.unirest-java_3.4.2/target/com.konghq.unirest-java-3.4.2-SNAPSHOT-sources.jar [2023-09-08T19:39:50.630Z] [INFO] [2023-09-08T19:39:50.631Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.konghq.unirest-java --- [2023-09-08T19:39:50.891Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:com.konghq.unirest-java:3.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/github/unirest/com.konghq.unirest-java_3.4.2/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:39:50.891Z] no-classifier: different [2023-09-08T19:39:50.891Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:39:50.891Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:39:50.891Z] classifier-sources: different [2023-09-08T19:39:50.891Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:39:50.891Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:39:50.891Z] [2023-09-08T19:39:50.891Z] [INFO] MavenProject: org.eclipse.orbit.bundles:com.konghq.unirest-java:3.4.2-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/github/unirest/com.konghq.unirest-java_3.4.2/pom.xml [2023-09-08T19:39:50.891Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:39:50.891Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:39:50.891Z] [2023-09-08T19:39:50.891Z] [INFO] [2023-09-08T19:39:50.891Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ com.konghq.unirest-java --- [2023-09-08T19:39:50.891Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/unirest/com.konghq.unirest-java_3.4.2/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.konghq.unirest-java/3.4.2-SNAPSHOT/com.konghq.unirest-java-3.4.2-SNAPSHOT.pom [2023-09-08T19:39:50.891Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/unirest/com.konghq.unirest-java_3.4.2/target/com.konghq.unirest-java-3.4.2-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.konghq.unirest-java/3.4.2-SNAPSHOT/com.konghq.unirest-java-3.4.2-SNAPSHOT.jar [2023-09-08T19:39:50.891Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/unirest/com.konghq.unirest-java_3.4.2/target/com.konghq.unirest-java-3.4.2-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.konghq.unirest-java/3.4.2-SNAPSHOT/com.konghq.unirest-java-3.4.2-SNAPSHOT-sources.jar [2023-09-08T19:39:50.891Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/unirest/com.konghq.unirest-java_3.4.2/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.konghq.unirest-java/3.4.2-SNAPSHOT/com.konghq.unirest-java-3.4.2-SNAPSHOT-p2metadata.xml [2023-09-08T19:39:50.891Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/unirest/com.konghq.unirest-java_3.4.2/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.konghq.unirest-java/3.4.2-SNAPSHOT/com.konghq.unirest-java-3.4.2-SNAPSHOT-p2artifacts.xml [2023-09-08T19:39:50.891Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/unirest/com.konghq.unirest-java_3.4.2/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.konghq.unirest-java/3.4.2-SNAPSHOT/com.konghq.unirest-java-3.4.2-SNAPSHOT-p2metadata.xml [2023-09-08T19:39:50.891Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/unirest/com.konghq.unirest-java_3.4.2/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.konghq.unirest-java/3.4.2-SNAPSHOT/com.konghq.unirest-java-3.4.2-SNAPSHOT-p2artifacts.xml [2023-09-08T19:39:50.891Z] [INFO] [2023-09-08T19:39:50.891Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.konghq.unirest-java --- [2023-09-08T19:39:50.891Z] [INFO] [2023-09-08T19:39:50.891Z] [INFO] -------------< org.eclipse.orbit.bundles:virtuald-parent >-------------- [2023-09-08T19:39:50.891Z] [INFO] Building Eclipse Orbit :: Virtuald Recipes 1.0.0-SNAPSHOT [203/375] [2023-09-08T19:39:50.891Z] [INFO] --------------------------------[ pom ]--------------------------------- [2023-09-08T19:39:50.891Z] [INFO] [2023-09-08T19:39:50.891Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ virtuald-parent --- [2023-09-08T19:39:50.891Z] [INFO] [2023-09-08T19:39:50.891Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ virtuald-parent --- [2023-09-08T19:39:50.891Z] [INFO] [2023-09-08T19:39:50.891Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ virtuald-parent --- [2023-09-08T19:39:50.891Z] [INFO] [2023-09-08T19:39:50.891Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ virtuald-parent --- [2023-09-08T19:39:50.891Z] [INFO] [2023-09-08T19:39:50.892Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ virtuald-parent --- [2023-09-08T19:39:50.892Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/virtuald/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/virtuald-parent/1.0.0-SNAPSHOT/virtuald-parent-1.0.0-SNAPSHOT.pom [2023-09-08T19:39:50.892Z] [INFO] [2023-09-08T19:39:50.892Z] [INFO] ------< org.eclipse.orbit.bundles:com.github.virtuald.curvesapi >------- [2023-09-08T19:39:50.892Z] [INFO] Building curvesapi 1.6.0-SNAPSHOT [204/375] [2023-09-08T19:39:50.892Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:39:50.892Z] [INFO] [2023-09-08T19:39:50.892Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.github.virtuald.curvesapi --- [2023-09-08T19:39:50.892Z] [INFO] [2023-09-08T19:39:50.892Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.github.virtuald.curvesapi --- [2023-09-08T19:39:50.892Z] [INFO] The project's OSGi version is 1.6.0.v20221112-0806 [2023-09-08T19:39:50.892Z] [INFO] [2023-09-08T19:39:50.892Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.github.virtuald.curvesapi --- [2023-09-08T19:39:50.892Z] [INFO] [2023-09-08T19:39:50.892Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.github.virtuald.curvesapi --- [2023-09-08T19:39:50.892Z] [INFO] Copying 3 resources [2023-09-08T19:39:50.892Z] [INFO] [2023-09-08T19:39:50.892Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.github.virtuald.curvesapi --- [2023-09-08T19:39:50.892Z] [INFO] No sources to compile [2023-09-08T19:39:50.892Z] [INFO] [2023-09-08T19:39:50.892Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.github.virtuald.curvesapi --- [2023-09-08T19:39:50.892Z] [INFO] Gathering dependencies [2023-09-08T19:39:50.892Z] [INFO] Configured Artifact: com.github.virtuald:curvesapi:1.06:jar [2023-09-08T19:39:50.892Z] [INFO] Unpacking /home/vnc/.m2/repository/com/github/virtuald/curvesapi/1.06/curvesapi-1.06.jar to /home/jenkins/agent/workspace/orbit-recipes/github/virtuald/com.github.virtuald.curvesapi_1.6.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:39:50.892Z] [INFO] Merging collected dependencies [2023-09-08T19:39:50.892Z] [INFO] Copying 102 resources [2023-09-08T19:39:50.892Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:39:50.892Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.github.virtuald.curvesapi:eclipse-bundle-recipe:1.6.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:39:50.892Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/github/virtuald/com.github.virtuald.curvesapi_1.6.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:39:50.892Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/github/virtuald/com.github.virtuald.curvesapi_1.6.0/target/com.github.virtuald.curvesapi-1.6.0-SNAPSHOT.jar [2023-09-08T19:39:50.892Z] [INFO] Gathering sources [2023-09-08T19:39:50.892Z] [INFO] Configured Artifact: com.github.virtuald:curvesapi:sources:1.06:jar [2023-09-08T19:39:50.892Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/github/virtuald/curvesapi/1.06/curvesapi-1.06-sources.jar [2023-09-08T19:39:50.892Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/github/virtuald/curvesapi/1.06/curvesapi-1.06-sources.jar [2023-09-08T19:39:50.892Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/github/virtuald/curvesapi/1.06/curvesapi-1.06-sources.jar (202 kB at 4.0 MB/s) [2023-09-08T19:39:50.892Z] [INFO] Unpacking /home/vnc/.m2/repository/com/github/virtuald/curvesapi/1.06/curvesapi-1.06-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/github/virtuald/com.github.virtuald.curvesapi_1.6.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:39:50.892Z] [INFO] Copying 3 resources [2023-09-08T19:39:50.892Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/github/virtuald/com.github.virtuald.curvesapi_1.6.0/src/main/java [2023-09-08T19:39:50.892Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/github/virtuald/com.github.virtuald.curvesapi_1.6.0/target/com.github.virtuald.curvesapi-1.6.0-SNAPSHOT-sources.jar [2023-09-08T19:39:50.892Z] [INFO] Assembling p2 repository [2023-09-08T19:39:51.821Z] [INFO] [2023-09-08T19:39:51.822Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.github.virtuald.curvesapi --- [2023-09-08T19:39:51.822Z] [INFO] [2023-09-08T19:39:51.822Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.github.virtuald.curvesapi --- [2023-09-08T19:39:51.822Z] [INFO] Gathering sources archives [2023-09-08T19:39:51.822Z] [INFO] Configured Artifact: com.github.virtuald:curvesapi:sources:1.06:jar [2023-09-08T19:39:51.822Z] [INFO] Unpacking /home/vnc/.m2/repository/com/github/virtuald/curvesapi/1.06/curvesapi-1.06-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/github/virtuald/com.github.virtuald.curvesapi_1.6.0/target/sources-for-eclipse-ipzilla/curvesapi-1.06-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:39:51.822Z] [INFO] Configured Artifact: com.github.virtuald:curvesapi:sources:1.06:jar [2023-09-08T19:39:51.822Z] [INFO] Copying curvesapi-1.06-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/github/virtuald/com.github.virtuald.curvesapi_1.6.0/target/sources-for-eclipse-ipzilla/curvesapi-1.06-sources.jar [2023-09-08T19:39:51.822Z] [INFO] Refreshing about files and about.html [2023-09-08T19:39:51.822Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/github/virtuald/com.github.virtuald.curvesapi_1.6.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:39:51.822Z] [INFO] [2023-09-08T19:39:51.822Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ com.github.virtuald.curvesapi --- [2023-09-08T19:39:51.822Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/github/virtuald/com.github.virtuald.curvesapi_1.6.0/target/com.github.virtuald.curvesapi-1.6.0-SNAPSHOT.jar [2023-09-08T19:39:53.192Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/github/virtuald/com.github.virtuald.curvesapi_1.6.0/target/com.github.virtuald.curvesapi-1.6.0-SNAPSHOT-sources.jar [2023-09-08T19:39:53.754Z] [INFO] [2023-09-08T19:39:53.754Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.github.virtuald.curvesapi --- [2023-09-08T19:39:54.010Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:com.github.virtuald.curvesapi:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/github/virtuald/com.github.virtuald.curvesapi_1.6.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:39:54.010Z] no-classifier: different [2023-09-08T19:39:54.010Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:39:54.010Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:39:54.010Z] classifier-sources: different [2023-09-08T19:39:54.010Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:39:54.010Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:39:54.010Z] [2023-09-08T19:39:54.010Z] [INFO] MavenProject: org.eclipse.orbit.bundles:com.github.virtuald.curvesapi:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/github/virtuald/com.github.virtuald.curvesapi_1.6.0/pom.xml [2023-09-08T19:39:54.010Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:39:54.010Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:39:54.010Z] [2023-09-08T19:39:54.010Z] [INFO] [2023-09-08T19:39:54.010Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ com.github.virtuald.curvesapi --- [2023-09-08T19:39:54.010Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/virtuald/com.github.virtuald.curvesapi_1.6.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.github.virtuald.curvesapi/1.6.0-SNAPSHOT/com.github.virtuald.curvesapi-1.6.0-SNAPSHOT.pom [2023-09-08T19:39:54.010Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/virtuald/com.github.virtuald.curvesapi_1.6.0/target/com.github.virtuald.curvesapi-1.6.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.github.virtuald.curvesapi/1.6.0-SNAPSHOT/com.github.virtuald.curvesapi-1.6.0-SNAPSHOT.jar [2023-09-08T19:39:54.010Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/virtuald/com.github.virtuald.curvesapi_1.6.0/target/com.github.virtuald.curvesapi-1.6.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.github.virtuald.curvesapi/1.6.0-SNAPSHOT/com.github.virtuald.curvesapi-1.6.0-SNAPSHOT-sources.jar [2023-09-08T19:39:54.010Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/virtuald/com.github.virtuald.curvesapi_1.6.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.github.virtuald.curvesapi/1.6.0-SNAPSHOT/com.github.virtuald.curvesapi-1.6.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:39:54.010Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/virtuald/com.github.virtuald.curvesapi_1.6.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.github.virtuald.curvesapi/1.6.0-SNAPSHOT/com.github.virtuald.curvesapi-1.6.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:39:54.010Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/virtuald/com.github.virtuald.curvesapi_1.6.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.github.virtuald.curvesapi/1.6.0-SNAPSHOT/com.github.virtuald.curvesapi-1.6.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:39:54.010Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/github/virtuald/com.github.virtuald.curvesapi_1.6.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.github.virtuald.curvesapi/1.6.0-SNAPSHOT/com.github.virtuald.curvesapi-1.6.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:39:54.010Z] [INFO] [2023-09-08T19:39:54.010Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.github.virtuald.curvesapi --- [2023-09-08T19:39:54.010Z] [INFO] [2023-09-08T19:39:54.010Z] [INFO] -------------< org.eclipse.orbit.bundles:glassfish-parent >------------- [2023-09-08T19:39:54.010Z] [INFO] Building Eclipse Orbit :: Glassfish Recipes 1.0.0-SNAPSHOT [205/375] [2023-09-08T19:39:54.010Z] [INFO] --------------------------------[ pom ]--------------------------------- [2023-09-08T19:39:54.010Z] [INFO] [2023-09-08T19:39:54.010Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ glassfish-parent --- [2023-09-08T19:39:54.010Z] [INFO] [2023-09-08T19:39:54.010Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ glassfish-parent --- [2023-09-08T19:39:54.010Z] [INFO] [2023-09-08T19:39:54.010Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ glassfish-parent --- [2023-09-08T19:39:54.010Z] [INFO] [2023-09-08T19:39:54.010Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ glassfish-parent --- [2023-09-08T19:39:54.010Z] [INFO] [2023-09-08T19:39:54.010Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ glassfish-parent --- [2023-09-08T19:39:54.010Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/glassfish-parent/1.0.0-SNAPSHOT/glassfish-parent-1.0.0-SNAPSHOT.pom [2023-09-08T19:39:54.010Z] [INFO] [2023-09-08T19:39:54.010Z] [INFO] ----------------< org.eclipse.orbit.bundles:hk2-parent >---------------- [2023-09-08T19:39:54.010Z] [INFO] Building Eclipse Orbit :: Glassfish HK2 Recipes 1.0.0-SNAPSHOT [206/375] [2023-09-08T19:39:54.010Z] [INFO] --------------------------------[ pom ]--------------------------------- [2023-09-08T19:39:54.010Z] [INFO] [2023-09-08T19:39:54.010Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hk2-parent --- [2023-09-08T19:39:54.010Z] [INFO] [2023-09-08T19:39:54.010Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ hk2-parent --- [2023-09-08T19:39:54.010Z] [INFO] [2023-09-08T19:39:54.010Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ hk2-parent --- [2023-09-08T19:39:54.010Z] [INFO] [2023-09-08T19:39:54.010Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ hk2-parent --- [2023-09-08T19:39:54.010Z] [INFO] [2023-09-08T19:39:54.010Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hk2-parent --- [2023-09-08T19:39:54.010Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/hk2-parent/1.0.0-SNAPSHOT/hk2-parent-1.0.0-SNAPSHOT.pom [2023-09-08T19:39:54.010Z] [INFO] [2023-09-08T19:39:54.010Z] [INFO] ----------< org.eclipse.orbit.bundles:org.glassfish.hk2.api >----------- [2023-09-08T19:39:54.010Z] [INFO] Building HK2 API module 2.5.0-SNAPSHOT [207/375] [2023-09-08T19:39:54.010Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:39:54.011Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/glassfish/hk2/hk2-api/2.5.0-b03/hk2-api-2.5.0-b03.pom [2023-09-08T19:39:54.011Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-api/2.5.0-b03/hk2-api-2.5.0-b03.pom [2023-09-08T19:39:54.011Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-api/2.5.0-b03/hk2-api-2.5.0-b03.pom (4.6 kB at 169 kB/s) [2023-09-08T19:39:54.011Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/glassfish/hk2/hk2-parent/2.5.0-b03/hk2-parent-2.5.0-b03.pom [2023-09-08T19:39:54.011Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-parent/2.5.0-b03/hk2-parent-2.5.0-b03.pom [2023-09-08T19:39:54.266Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-parent/2.5.0-b03/hk2-parent-2.5.0-b03.pom (49 kB at 1.1 MB/s) [2023-09-08T19:39:54.266Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/glassfish/hk2/hk2-bom/2.5.0-b03/hk2-bom-2.5.0-b03.pom [2023-09-08T19:39:54.266Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-bom/2.5.0-b03/hk2-bom-2.5.0-b03.pom [2023-09-08T19:39:54.266Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-bom/2.5.0-b03/hk2-bom-2.5.0-b03.pom (20 kB at 414 kB/s) [2023-09-08T19:39:54.266Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/glassfish/hk2/hk2-utils/2.5.0-b03/hk2-utils-2.5.0-b03.pom [2023-09-08T19:39:54.266Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-utils/2.5.0-b03/hk2-utils-2.5.0-b03.pom [2023-09-08T19:39:54.266Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-utils/2.5.0-b03/hk2-utils-2.5.0-b03.pom (5.1 kB at 123 kB/s) [2023-09-08T19:39:54.266Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/glassfish/hk2/external/aopalliance-repackaged/2.5.0-b03/aopalliance-repackaged-2.5.0-b03.pom [2023-09-08T19:39:54.266Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/external/aopalliance-repackaged/2.5.0-b03/aopalliance-repackaged-2.5.0-b03.pom [2023-09-08T19:39:54.266Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/external/aopalliance-repackaged/2.5.0-b03/aopalliance-repackaged-2.5.0-b03.pom (6.8 kB at 165 kB/s) [2023-09-08T19:39:54.266Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/glassfish/hk2/external/2.5.0-b03/external-2.5.0-b03.pom [2023-09-08T19:39:54.266Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/external/2.5.0-b03/external-2.5.0-b03.pom [2023-09-08T19:39:54.267Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/external/2.5.0-b03/external-2.5.0-b03.pom (2.9 kB at 60 kB/s) [2023-09-08T19:39:54.267Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/glassfish/hk2/hk2-api/2.5.0-b03/hk2-api-2.5.0-b03.jar [2023-09-08T19:39:54.267Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/glassfish/hk2/external/aopalliance-repackaged/2.5.0-b03/aopalliance-repackaged-2.5.0-b03.jar [2023-09-08T19:39:54.267Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/glassfish/hk2/hk2-utils/2.5.0-b03/hk2-utils-2.5.0-b03.jar [2023-09-08T19:39:54.523Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-api/2.5.0-b03/hk2-api-2.5.0-b03.jar [2023-09-08T19:39:54.523Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-utils/2.5.0-b03/hk2-utils-2.5.0-b03.jar [2023-09-08T19:39:54.523Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/external/aopalliance-repackaged/2.5.0-b03/aopalliance-repackaged-2.5.0-b03.jar [2023-09-08T19:39:54.523Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/external/aopalliance-repackaged/2.5.0-b03/aopalliance-repackaged-2.5.0-b03.jar (15 kB at 343 kB/s) [2023-09-08T19:39:54.523Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-utils/2.5.0-b03/hk2-utils-2.5.0-b03.jar (119 kB at 2.6 MB/s) [2023-09-08T19:39:54.523Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-api/2.5.0-b03/hk2-api-2.5.0-b03.jar (178 kB at 3.7 MB/s) [2023-09-08T19:39:54.523Z] [INFO] [2023-09-08T19:39:54.523Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.glassfish.hk2.api --- [2023-09-08T19:39:54.523Z] [INFO] [2023-09-08T19:39:54.523Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.glassfish.hk2.api --- [2023-09-08T19:39:54.523Z] [INFO] The project's OSGi version is 2.5.0.v20161103-0227 [2023-09-08T19:39:54.523Z] [INFO] [2023-09-08T19:39:54.523Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.glassfish.hk2.api --- [2023-09-08T19:39:54.523Z] [INFO] [2023-09-08T19:39:54.523Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.glassfish.hk2.api --- [2023-09-08T19:39:54.523Z] [INFO] Copying 3 resources [2023-09-08T19:39:54.523Z] [INFO] [2023-09-08T19:39:54.523Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.glassfish.hk2.api --- [2023-09-08T19:39:54.523Z] [INFO] No sources to compile [2023-09-08T19:39:54.523Z] [INFO] [2023-09-08T19:39:54.523Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.glassfish.hk2.api --- [2023-09-08T19:39:54.523Z] [INFO] Gathering dependencies [2023-09-08T19:39:54.523Z] [INFO] Configured Artifact: org.glassfish.hk2:hk2-api:2.5.0-b03:jar [2023-09-08T19:39:54.523Z] [INFO] Unpacking /home/vnc/.m2/repository/org/glassfish/hk2/hk2-api/2.5.0-b03/hk2-api-2.5.0-b03.jar to /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.api_2.5.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:39:54.523Z] [INFO] Merging collected dependencies [2023-09-08T19:39:54.523Z] [INFO] Copying 164 resources [2023-09-08T19:39:54.523Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:39:54.523Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.hk2.api:eclipse-bundle-recipe:2.5.0-SNAPSHOT : Unused Export-Package instructions: [*.impl*] [2023-09-08T19:39:54.524Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.hk2.api:eclipse-bundle-recipe:2.5.0-SNAPSHOT : Version for package org.glassfish.hk2.api is set to different values in the source (2.5.0.b03) and in the manifest (2.5.0). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project [2023-09-08T19:39:54.524Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.hk2.api:eclipse-bundle-recipe:2.5.0-SNAPSHOT : Version for package org.glassfish.hk2.api.messaging is set to different values in the source (2.5.0.b03) and in the manifest (2.5.0). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project [2023-09-08T19:39:54.524Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.hk2.api:eclipse-bundle-recipe:2.5.0-SNAPSHOT : Version for package org.glassfish.hk2.extension is set to different values in the source (2.5.0.b03) and in the manifest (2.5.0). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project [2023-09-08T19:39:54.524Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.hk2.api:eclipse-bundle-recipe:2.5.0-SNAPSHOT : Version for package org.glassfish.hk2.utilities is set to different values in the source (2.5.0.b03) and in the manifest (2.5.0). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project [2023-09-08T19:39:54.524Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.hk2.api:eclipse-bundle-recipe:2.5.0-SNAPSHOT : Version for package org.glassfish.hk2.utilities.binding is set to different values in the source (2.5.0.b03) and in the manifest (2.5.0). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project [2023-09-08T19:39:54.524Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.hk2.api:eclipse-bundle-recipe:2.5.0-SNAPSHOT : Version for package org.jvnet.hk2.annotations is set to different values in the source (2.5.0.b03) and in the manifest (2.5.0). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project [2023-09-08T19:39:54.524Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.hk2.api:eclipse-bundle-recipe:2.5.0-SNAPSHOT : Unused Import-Package instructions: [javax.annotation.*] [2023-09-08T19:39:54.524Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.api_2.5.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:39:54.524Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.api_2.5.0/target/org.glassfish.hk2.api-2.5.0-SNAPSHOT.jar [2023-09-08T19:39:54.780Z] [INFO] Gathering sources [2023-09-08T19:39:54.780Z] [INFO] Configured Artifact: org.glassfish.hk2:hk2-api:sources:2.5.0-b03:jar [2023-09-08T19:39:55.035Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/glassfish/hk2/hk2-api/2.5.0-b03/hk2-api-2.5.0-b03-sources.jar [2023-09-08T19:39:55.035Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-api/2.5.0-b03/hk2-api-2.5.0-b03-sources.jar [2023-09-08T19:39:55.035Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-api/2.5.0-b03/hk2-api-2.5.0-b03-sources.jar (261 kB at 5.7 MB/s) [2023-09-08T19:39:55.035Z] [INFO] Unpacking /home/vnc/.m2/repository/org/glassfish/hk2/hk2-api/2.5.0-b03/hk2-api-2.5.0-b03-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.api_2.5.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:39:55.035Z] [INFO] Copying 3 resources [2023-09-08T19:39:55.036Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.api_2.5.0/src/main/java [2023-09-08T19:39:55.036Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.api_2.5.0/target/org.glassfish.hk2.api-2.5.0-SNAPSHOT-sources.jar [2023-09-08T19:39:55.036Z] [INFO] Assembling p2 repository [2023-09-08T19:39:55.597Z] [INFO] [2023-09-08T19:39:55.598Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.glassfish.hk2.api --- [2023-09-08T19:39:55.598Z] [INFO] [2023-09-08T19:39:55.598Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.glassfish.hk2.api --- [2023-09-08T19:39:55.598Z] [INFO] Gathering sources archives [2023-09-08T19:39:55.598Z] [INFO] Configured Artifact: org.glassfish.hk2:hk2-api:sources:2.5.0-b03:jar [2023-09-08T19:39:55.598Z] [INFO] Unpacking /home/vnc/.m2/repository/org/glassfish/hk2/hk2-api/2.5.0-b03/hk2-api-2.5.0-b03-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.api_2.5.0/target/sources-for-eclipse-ipzilla/hk2-api-2.5.0-b03-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:39:55.598Z] [INFO] Configured Artifact: org.glassfish.hk2:hk2-api:sources:2.5.0-b03:jar [2023-09-08T19:39:55.598Z] [INFO] Copying hk2-api-2.5.0-b03-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.api_2.5.0/target/sources-for-eclipse-ipzilla/hk2-api-2.5.0-b03-sources.jar [2023-09-08T19:39:55.598Z] [INFO] Refreshing about files and about.html [2023-09-08T19:39:55.598Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.api_2.5.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:39:55.598Z] [INFO] [2023-09-08T19:39:55.598Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.glassfish.hk2.api --- [2023-09-08T19:39:55.598Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.api_2.5.0/target/org.glassfish.hk2.api-2.5.0-SNAPSHOT.jar [2023-09-08T19:39:56.976Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.api_2.5.0/target/org.glassfish.hk2.api-2.5.0-SNAPSHOT-sources.jar [2023-09-08T19:40:00.251Z] [INFO] [2023-09-08T19:40:00.252Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.glassfish.hk2.api --- [2023-09-08T19:40:00.252Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.glassfish.hk2.api:2.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.api_2.5.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:40:00.252Z] no-classifier: different [2023-09-08T19:40:00.252Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:40:00.252Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:40:00.252Z] META-INF/MANIFEST.MF: different [2023-09-08T19:40:00.252Z] Automatic-Module-Name: not present in baseline version [2023-09-08T19:40:00.252Z] Import-Package: baseline='javax.inject;version="[1.0,2)",org.glassfish.hk2.osgiresourcelocator;version="[2.5,3)",org.glassfish.hk2.api;version="[2.5.0,2.6)",org.glassfish.hk2.extension;version="[2.5.0,2.6)",org.glassfish.hk2.internal;version="[2.5.0,2.6)",org.glassfish.hk2.utilities;version="[2.5.0,2.6)",org.glassfish.hk2.utilities.binding;version="[2.5.0,2.6)",org.glassfish.hk2.utilities.general;version="[2.5.0,2.6)",org.glassfish.hk2.utilities.reflection;version="[2.5.0,2.6)",org.jvnet.hk2.annotations;version="[2.5.0,2.6)",org.jvnet.hk2.component;version="[2.5.0,2.6)",org.aopalliance.intercept;version="[1.0,2)"' != reactor='javax.inject;version="[1.0,2)",org.glassfish.hk2.osgiresourcelocator;resolution:=optional;version="[2.5,3)",org.glassfish.hk2.api;version="[2.5.0,2.6)",org.glassfish.hk2.extension;version="[2.5.0,2.6)",org.glassfish.hk2.internal;version="[2.5.0,2.6)",org.glassfish.hk2.utilities;version="[2.5.0,2.6)",org.glassfish.hk2.utilities.binding;version="[2.5.0,2.6)",org.glassfish.hk2.utilities.general;version="[2.5.0,2.6)",org.glassfish.hk2.utilities.reflection;version="[2.5.0,2.6)",org.jvnet.hk2.annotations;version="[2.5.0,2.6)",org.jvnet.hk2.component;version="[2.5.0,2.6)",org.aopalliance.intercept;version="[1.0,2)"' [2023-09-08T19:40:00.252Z] classifier-sources: different [2023-09-08T19:40:00.252Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:40:00.252Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:40:00.252Z] [2023-09-08T19:40:00.252Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.glassfish.hk2.api:2.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.api_2.5.0/pom.xml [2023-09-08T19:40:00.252Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:40:00.252Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:40:00.252Z] [2023-09-08T19:40:00.252Z] [INFO] [2023-09-08T19:40:00.252Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.glassfish.hk2.api --- [2023-09-08T19:40:00.252Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.api_2.5.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.hk2.api/2.5.0-SNAPSHOT/org.glassfish.hk2.api-2.5.0-SNAPSHOT.pom [2023-09-08T19:40:00.252Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.api_2.5.0/target/org.glassfish.hk2.api-2.5.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.hk2.api/2.5.0-SNAPSHOT/org.glassfish.hk2.api-2.5.0-SNAPSHOT.jar [2023-09-08T19:40:00.252Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.api_2.5.0/target/org.glassfish.hk2.api-2.5.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.hk2.api/2.5.0-SNAPSHOT/org.glassfish.hk2.api-2.5.0-SNAPSHOT-sources.jar [2023-09-08T19:40:00.252Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.api_2.5.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.hk2.api/2.5.0-SNAPSHOT/org.glassfish.hk2.api-2.5.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:40:00.252Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.api_2.5.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.hk2.api/2.5.0-SNAPSHOT/org.glassfish.hk2.api-2.5.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:40:00.252Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.api_2.5.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.hk2.api/2.5.0-SNAPSHOT/org.glassfish.hk2.api-2.5.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:40:00.252Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.api_2.5.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.hk2.api/2.5.0-SNAPSHOT/org.glassfish.hk2.api-2.5.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:40:00.252Z] [INFO] [2023-09-08T19:40:00.252Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.glassfish.hk2.api --- [2023-09-08T19:40:00.252Z] [INFO] [2023-09-08T19:40:00.252Z] [INFO] ------< org.eclipse.orbit.bundles:org.glassfish.hk2.external.asm >------ [2023-09-08T19:40:00.252Z] [INFO] Building ASM library repackaged as OSGi bundle 2.5.0-SNAPSHOT [208/375] [2023-09-08T19:40:00.252Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:40:00.252Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/glassfish/hk2/external/asm-all-repackaged/2.5.0-b03/asm-all-repackaged-2.5.0-b03.pom [2023-09-08T19:40:00.252Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/external/asm-all-repackaged/2.5.0-b03/asm-all-repackaged-2.5.0-b03.pom [2023-09-08T19:40:00.252Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/external/asm-all-repackaged/2.5.0-b03/asm-all-repackaged-2.5.0-b03.pom (4.9 kB at 115 kB/s) [2023-09-08T19:40:00.252Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/glassfish/hk2/external/asm-all-repackaged/2.5.0-b03/asm-all-repackaged-2.5.0-b03.jar [2023-09-08T19:40:00.252Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/external/asm-all-repackaged/2.5.0-b03/asm-all-repackaged-2.5.0-b03.jar [2023-09-08T19:40:00.252Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/external/asm-all-repackaged/2.5.0-b03/asm-all-repackaged-2.5.0-b03.jar (399 kB at 7.7 MB/s) [2023-09-08T19:40:00.252Z] [INFO] [2023-09-08T19:40:00.252Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.glassfish.hk2.external.asm --- [2023-09-08T19:40:00.252Z] [INFO] [2023-09-08T19:40:00.252Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.glassfish.hk2.external.asm --- [2023-09-08T19:40:00.252Z] [INFO] The project's OSGi version is 2.5.0.v20160210-1508 [2023-09-08T19:40:00.252Z] [INFO] [2023-09-08T19:40:00.252Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.glassfish.hk2.external.asm --- [2023-09-08T19:40:00.252Z] [INFO] [2023-09-08T19:40:00.252Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.glassfish.hk2.external.asm --- [2023-09-08T19:40:00.252Z] [INFO] Copying 3 resources [2023-09-08T19:40:00.252Z] [INFO] [2023-09-08T19:40:00.252Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.glassfish.hk2.external.asm --- [2023-09-08T19:40:00.252Z] [INFO] No sources to compile [2023-09-08T19:40:00.252Z] [INFO] [2023-09-08T19:40:00.252Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.glassfish.hk2.external.asm --- [2023-09-08T19:40:00.252Z] [INFO] Gathering dependencies [2023-09-08T19:40:00.252Z] [INFO] Configured Artifact: org.glassfish.hk2.external:asm-all-repackaged:2.5.0-b03:jar [2023-09-08T19:40:00.252Z] [INFO] Unpacking /home/vnc/.m2/repository/org/glassfish/hk2/external/asm-all-repackaged/2.5.0-b03/asm-all-repackaged-2.5.0-b03.jar to /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.external.asm_2.5.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:40:00.252Z] [INFO] Merging collected dependencies [2023-09-08T19:40:00.252Z] [INFO] Copying 175 resources [2023-09-08T19:40:00.252Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:40:00.508Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.hk2.external.asm:eclipse-bundle-recipe:2.5.0-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] [2023-09-08T19:40:00.508Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.hk2.external.asm:eclipse-bundle-recipe:2.5.0-SNAPSHOT : Version for package org.glassfish.hk2.external.org.objectweb.asm is set to different values in the source (2.5.0.b03) and in the manifest (5.0.3). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project [2023-09-08T19:40:00.508Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.hk2.external.asm:eclipse-bundle-recipe:2.5.0-SNAPSHOT : Version for package org.glassfish.hk2.external.org.objectweb.asm.commons is set to different values in the source (2.5.0.b03) and in the manifest (5.0.3). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project [2023-09-08T19:40:00.508Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.hk2.external.asm:eclipse-bundle-recipe:2.5.0-SNAPSHOT : Version for package org.glassfish.hk2.external.org.objectweb.asm.signature is set to different values in the source (2.5.0.b03) and in the manifest (5.0.3). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project [2023-09-08T19:40:00.508Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.hk2.external.asm:eclipse-bundle-recipe:2.5.0-SNAPSHOT : Version for package org.glassfish.hk2.external.org.objectweb.asm.tree is set to different values in the source (2.5.0.b03) and in the manifest (5.0.3). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project [2023-09-08T19:40:00.508Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.hk2.external.asm:eclipse-bundle-recipe:2.5.0-SNAPSHOT : Version for package org.glassfish.hk2.external.org.objectweb.asm.tree.analysis is set to different values in the source (2.5.0.b03) and in the manifest (5.0.3). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project [2023-09-08T19:40:00.508Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.hk2.external.asm:eclipse-bundle-recipe:2.5.0-SNAPSHOT : Version for package org.glassfish.hk2.external.org.objectweb.asm.util is set to different values in the source (2.5.0.b03) and in the manifest (5.0.3). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project [2023-09-08T19:40:00.508Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.hk2.external.asm:eclipse-bundle-recipe:2.5.0-SNAPSHOT : Version for package org.glassfish.hk2.external.org.objectweb.asm.xml is set to different values in the source (2.5.0.b03) and in the manifest (5.0.3). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project [2023-09-08T19:40:00.508Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.hk2.external.asm:eclipse-bundle-recipe:2.5.0-SNAPSHOT : Unused Import-Package instructions: [javax.inject.*, javax.annotation.*, org.glassfish.hk2.osgiresourcelocator.*, org.aopalliance.*] [2023-09-08T19:40:00.508Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.external.asm_2.5.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:40:00.508Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.external.asm_2.5.0/target/org.glassfish.hk2.external.asm-2.5.0-SNAPSHOT.jar [2023-09-08T19:40:00.508Z] [INFO] Gathering sources [2023-09-08T19:40:00.508Z] [INFO] Configured Artifact: org.glassfish.hk2.external:asm-all-repackaged:sources:2.5.0-b03:jar [2023-09-08T19:40:00.509Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/glassfish/hk2/external/asm-all-repackaged/2.5.0-b03/asm-all-repackaged-2.5.0-b03-sources.jar [2023-09-08T19:40:00.509Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/external/asm-all-repackaged/2.5.0-b03/asm-all-repackaged-2.5.0-b03-sources.jar [2023-09-08T19:40:00.765Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/external/asm-all-repackaged/2.5.0-b03/asm-all-repackaged-2.5.0-b03-sources.jar (670 kB at 13 MB/s) [2023-09-08T19:40:00.765Z] [INFO] Unpacking /home/vnc/.m2/repository/org/glassfish/hk2/external/asm-all-repackaged/2.5.0-b03/asm-all-repackaged-2.5.0-b03-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.external.asm_2.5.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:40:00.765Z] [INFO] Copying 3 resources [2023-09-08T19:40:00.765Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.external.asm_2.5.0/src/main/java [2023-09-08T19:40:00.765Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.external.asm_2.5.0/target/org.glassfish.hk2.external.asm-2.5.0-SNAPSHOT-sources.jar [2023-09-08T19:40:00.765Z] [INFO] Assembling p2 repository [2023-09-08T19:40:01.327Z] [INFO] [2023-09-08T19:40:01.327Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.glassfish.hk2.external.asm --- [2023-09-08T19:40:01.327Z] [INFO] [2023-09-08T19:40:01.327Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.glassfish.hk2.external.asm --- [2023-09-08T19:40:01.327Z] [INFO] Gathering sources archives [2023-09-08T19:40:01.327Z] [INFO] Configured Artifact: org.glassfish.hk2.external:asm-all-repackaged:sources:2.5.0-b03:jar [2023-09-08T19:40:01.327Z] [INFO] Unpacking /home/vnc/.m2/repository/org/glassfish/hk2/external/asm-all-repackaged/2.5.0-b03/asm-all-repackaged-2.5.0-b03-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.external.asm_2.5.0/target/sources-for-eclipse-ipzilla/asm-all-repackaged-2.5.0-b03-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:40:01.328Z] [INFO] Configured Artifact: org.glassfish.hk2.external:asm-all-repackaged:sources:2.5.0-b03:jar [2023-09-08T19:40:01.328Z] [INFO] Copying asm-all-repackaged-2.5.0-b03-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.external.asm_2.5.0/target/sources-for-eclipse-ipzilla/asm-all-repackaged-2.5.0-b03-sources.jar [2023-09-08T19:40:01.328Z] [INFO] Refreshing about files and about.html [2023-09-08T19:40:01.328Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.external.asm_2.5.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:40:01.328Z] [INFO] [2023-09-08T19:40:01.328Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.glassfish.hk2.external.asm --- [2023-09-08T19:40:01.584Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.external.asm_2.5.0/target/org.glassfish.hk2.external.asm-2.5.0-SNAPSHOT.jar [2023-09-08T19:40:02.513Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.external.asm_2.5.0/target/org.glassfish.hk2.external.asm-2.5.0-SNAPSHOT-sources.jar [2023-09-08T19:40:03.878Z] [INFO] [2023-09-08T19:40:03.878Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.glassfish.hk2.external.asm --- [2023-09-08T19:40:03.878Z] [INFO] No baseline version MavenProject: org.eclipse.orbit.bundles:org.glassfish.hk2.external.asm:2.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.external.asm_2.5.0/pom.xml [2023-09-08T19:40:03.878Z] [INFO] [2023-09-08T19:40:03.878Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.glassfish.hk2.external.asm --- [2023-09-08T19:40:03.878Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.external.asm_2.5.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.hk2.external.asm/2.5.0-SNAPSHOT/org.glassfish.hk2.external.asm-2.5.0-SNAPSHOT.pom [2023-09-08T19:40:03.878Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.external.asm_2.5.0/target/org.glassfish.hk2.external.asm-2.5.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.hk2.external.asm/2.5.0-SNAPSHOT/org.glassfish.hk2.external.asm-2.5.0-SNAPSHOT.jar [2023-09-08T19:40:03.878Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.external.asm_2.5.0/target/org.glassfish.hk2.external.asm-2.5.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.hk2.external.asm/2.5.0-SNAPSHOT/org.glassfish.hk2.external.asm-2.5.0-SNAPSHOT-sources.jar [2023-09-08T19:40:03.878Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.external.asm_2.5.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.hk2.external.asm/2.5.0-SNAPSHOT/org.glassfish.hk2.external.asm-2.5.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:40:03.878Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.external.asm_2.5.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.hk2.external.asm/2.5.0-SNAPSHOT/org.glassfish.hk2.external.asm-2.5.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:40:03.878Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.external.asm_2.5.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.hk2.external.asm/2.5.0-SNAPSHOT/org.glassfish.hk2.external.asm-2.5.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:40:03.878Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.external.asm_2.5.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.hk2.external.asm/2.5.0-SNAPSHOT/org.glassfish.hk2.external.asm-2.5.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:40:03.878Z] [INFO] [2023-09-08T19:40:03.878Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.glassfish.hk2.external.asm --- [2023-09-08T19:40:03.878Z] [INFO] [2023-09-08T19:40:03.878Z] [INFO] --------< org.eclipse.orbit.bundles:org.glassfish.hk2.locator >--------- [2023-09-08T19:40:03.878Z] [INFO] Building ServiceLocator Default Implementation 2.5.0-SNAPSHOT [209/375] [2023-09-08T19:40:03.878Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:40:03.878Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/glassfish/hk2/hk2-locator/2.5.0-b03/hk2-locator-2.5.0-b03.pom [2023-09-08T19:40:03.878Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-locator/2.5.0-b03/hk2-locator-2.5.0-b03.pom [2023-09-08T19:40:03.878Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-locator/2.5.0-b03/hk2-locator-2.5.0-b03.pom (5.6 kB at 129 kB/s) [2023-09-08T19:40:03.878Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/glassfish/hk2/external/javax.inject/2.5.0-b03/javax.inject-2.5.0-b03.pom [2023-09-08T19:40:03.878Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/external/javax.inject/2.5.0-b03/javax.inject-2.5.0-b03.pom [2023-09-08T19:40:03.878Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/external/javax.inject/2.5.0-b03/javax.inject-2.5.0-b03.pom (6.5 kB at 151 kB/s) [2023-09-08T19:40:03.878Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/javassist/javassist/3.18.1-GA/javassist-3.18.1-GA.pom [2023-09-08T19:40:03.878Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/javassist/javassist/3.18.1-GA/javassist-3.18.1-GA.pom [2023-09-08T19:40:03.878Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/javassist/javassist/3.18.1-GA/javassist-3.18.1-GA.pom (9.5 kB at 635 kB/s) [2023-09-08T19:40:03.878Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/glassfish/hk2/hk2-locator/2.5.0-b03/hk2-locator-2.5.0-b03.jar [2023-09-08T19:40:03.878Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/javassist/javassist/3.18.1-GA/javassist-3.18.1-GA.jar [2023-09-08T19:40:03.878Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/glassfish/hk2/external/javax.inject/2.5.0-b03/javax.inject-2.5.0-b03.jar [2023-09-08T19:40:03.878Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-locator/2.5.0-b03/hk2-locator-2.5.0-b03.jar [2023-09-08T19:40:03.878Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/javassist/javassist/3.18.1-GA/javassist-3.18.1-GA.jar [2023-09-08T19:40:03.878Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/external/javax.inject/2.5.0-b03/javax.inject-2.5.0-b03.jar [2023-09-08T19:40:03.878Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/javassist/javassist/3.18.1-GA/javassist-3.18.1-GA.jar (714 kB at 31 MB/s) [2023-09-08T19:40:03.878Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-locator/2.5.0-b03/hk2-locator-2.5.0-b03.jar (184 kB at 4.2 MB/s) [2023-09-08T19:40:03.878Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/external/javax.inject/2.5.0-b03/javax.inject-2.5.0-b03.jar (6.0 kB at 135 kB/s) [2023-09-08T19:40:03.878Z] [INFO] [2023-09-08T19:40:03.878Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.glassfish.hk2.locator --- [2023-09-08T19:40:03.878Z] [INFO] [2023-09-08T19:40:03.878Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.glassfish.hk2.locator --- [2023-09-08T19:40:03.878Z] [INFO] The project's OSGi version is 2.5.0.v20161103-0227 [2023-09-08T19:40:03.878Z] [INFO] [2023-09-08T19:40:03.878Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.glassfish.hk2.locator --- [2023-09-08T19:40:03.878Z] [INFO] [2023-09-08T19:40:03.878Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.glassfish.hk2.locator --- [2023-09-08T19:40:03.878Z] [INFO] Copying 3 resources [2023-09-08T19:40:03.878Z] [INFO] [2023-09-08T19:40:03.878Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.glassfish.hk2.locator --- [2023-09-08T19:40:03.878Z] [INFO] No sources to compile [2023-09-08T19:40:03.878Z] [INFO] [2023-09-08T19:40:03.878Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.glassfish.hk2.locator --- [2023-09-08T19:40:03.878Z] [INFO] Gathering dependencies [2023-09-08T19:40:03.878Z] [INFO] Configured Artifact: org.glassfish.hk2:hk2-locator:2.5.0-b03:jar [2023-09-08T19:40:03.878Z] [INFO] Unpacking /home/vnc/.m2/repository/org/glassfish/hk2/hk2-locator/2.5.0-b03/hk2-locator-2.5.0-b03.jar to /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.locator_2.5.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:40:03.878Z] [INFO] Merging collected dependencies [2023-09-08T19:40:03.878Z] [INFO] Copying 99 resources [2023-09-08T19:40:03.878Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:40:03.878Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.hk2.locator:eclipse-bundle-recipe:2.5.0-SNAPSHOT : Unused Export-Package instructions: [*.impl*] [2023-09-08T19:40:03.879Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.hk2.locator:eclipse-bundle-recipe:2.5.0-SNAPSHOT : Version for package org.jvnet.hk2.external.generator is set to different values in the source (2.5.0.b03) and in the manifest (2.5.0). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project [2023-09-08T19:40:03.879Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.hk2.locator:eclipse-bundle-recipe:2.5.0-SNAPSHOT : Version for package org.jvnet.hk2.external.runtime is set to different values in the source (2.5.0.b03) and in the manifest (2.5.0). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project [2023-09-08T19:40:03.879Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.hk2.locator:eclipse-bundle-recipe:2.5.0-SNAPSHOT : Unused Import-Package instructions: [javax.annotation.*, org.glassfish.hk2.osgiresourcelocator.*] [2023-09-08T19:40:03.879Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.locator_2.5.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:40:03.879Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.locator_2.5.0/target/org.glassfish.hk2.locator-2.5.0-SNAPSHOT.jar [2023-09-08T19:40:03.879Z] [INFO] Gathering sources [2023-09-08T19:40:03.879Z] [INFO] Configured Artifact: org.glassfish.hk2:hk2-locator:sources:2.5.0-b03:jar [2023-09-08T19:40:03.879Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/glassfish/hk2/hk2-locator/2.5.0-b03/hk2-locator-2.5.0-b03-sources.jar [2023-09-08T19:40:03.879Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-locator/2.5.0-b03/hk2-locator-2.5.0-b03-sources.jar [2023-09-08T19:40:03.879Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-locator/2.5.0-b03/hk2-locator-2.5.0-b03-sources.jar (130 kB at 2.6 MB/s) [2023-09-08T19:40:03.879Z] [INFO] Unpacking /home/vnc/.m2/repository/org/glassfish/hk2/hk2-locator/2.5.0-b03/hk2-locator-2.5.0-b03-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.locator_2.5.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:40:03.879Z] [INFO] Copying 3 resources [2023-09-08T19:40:03.879Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.locator_2.5.0/src/main/java [2023-09-08T19:40:03.879Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.locator_2.5.0/target/org.glassfish.hk2.locator-2.5.0-SNAPSHOT-sources.jar [2023-09-08T19:40:04.138Z] [INFO] Assembling p2 repository [2023-09-08T19:40:04.702Z] [INFO] [2023-09-08T19:40:04.702Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.glassfish.hk2.locator --- [2023-09-08T19:40:04.702Z] [INFO] [2023-09-08T19:40:04.702Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.glassfish.hk2.locator --- [2023-09-08T19:40:04.702Z] [INFO] Gathering sources archives [2023-09-08T19:40:04.702Z] [INFO] Configured Artifact: org.glassfish.hk2:hk2-locator:sources:2.5.0-b03:jar [2023-09-08T19:40:04.702Z] [INFO] Unpacking /home/vnc/.m2/repository/org/glassfish/hk2/hk2-locator/2.5.0-b03/hk2-locator-2.5.0-b03-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.locator_2.5.0/target/sources-for-eclipse-ipzilla/hk2-locator-2.5.0-b03-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:40:04.702Z] [INFO] Configured Artifact: org.glassfish.hk2:hk2-locator:sources:2.5.0-b03:jar [2023-09-08T19:40:04.702Z] [INFO] Copying hk2-locator-2.5.0-b03-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.locator_2.5.0/target/sources-for-eclipse-ipzilla/hk2-locator-2.5.0-b03-sources.jar [2023-09-08T19:40:04.702Z] [INFO] Refreshing about files and about.html [2023-09-08T19:40:04.702Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.locator_2.5.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:40:04.702Z] [INFO] [2023-09-08T19:40:04.702Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.glassfish.hk2.locator --- [2023-09-08T19:40:04.702Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.locator_2.5.0/target/org.glassfish.hk2.locator-2.5.0-SNAPSHOT.jar [2023-09-08T19:40:05.630Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.locator_2.5.0/target/org.glassfish.hk2.locator-2.5.0-SNAPSHOT-sources.jar [2023-09-08T19:40:06.563Z] [INFO] [2023-09-08T19:40:06.563Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.glassfish.hk2.locator --- [2023-09-08T19:40:06.820Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.glassfish.hk2.locator:2.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.locator_2.5.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:40:06.820Z] no-classifier: different [2023-09-08T19:40:06.820Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:40:06.820Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:40:06.820Z] META-INF/MANIFEST.MF: different [2023-09-08T19:40:06.820Z] Automatic-Module-Name: not present in baseline version [2023-09-08T19:40:06.820Z] classifier-sources: different [2023-09-08T19:40:06.820Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:40:06.820Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:40:06.820Z] [2023-09-08T19:40:06.820Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.glassfish.hk2.locator:2.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.locator_2.5.0/pom.xml [2023-09-08T19:40:06.820Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:40:06.820Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:40:06.820Z] [2023-09-08T19:40:06.820Z] [INFO] [2023-09-08T19:40:06.820Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.glassfish.hk2.locator --- [2023-09-08T19:40:06.820Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.locator_2.5.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.hk2.locator/2.5.0-SNAPSHOT/org.glassfish.hk2.locator-2.5.0-SNAPSHOT.pom [2023-09-08T19:40:06.820Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.locator_2.5.0/target/org.glassfish.hk2.locator-2.5.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.hk2.locator/2.5.0-SNAPSHOT/org.glassfish.hk2.locator-2.5.0-SNAPSHOT.jar [2023-09-08T19:40:06.820Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.locator_2.5.0/target/org.glassfish.hk2.locator-2.5.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.hk2.locator/2.5.0-SNAPSHOT/org.glassfish.hk2.locator-2.5.0-SNAPSHOT-sources.jar [2023-09-08T19:40:06.820Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.locator_2.5.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.hk2.locator/2.5.0-SNAPSHOT/org.glassfish.hk2.locator-2.5.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:40:06.820Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.locator_2.5.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.hk2.locator/2.5.0-SNAPSHOT/org.glassfish.hk2.locator-2.5.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:40:06.820Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.locator_2.5.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.hk2.locator/2.5.0-SNAPSHOT/org.glassfish.hk2.locator-2.5.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:40:06.820Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.locator_2.5.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.hk2.locator/2.5.0-SNAPSHOT/org.glassfish.hk2.locator-2.5.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:40:06.820Z] [INFO] [2023-09-08T19:40:06.820Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.glassfish.hk2.locator --- [2023-09-08T19:40:06.820Z] [INFO] [2023-09-08T19:40:06.820Z] [INFO] --< org.eclipse.orbit.bundles:org.glassfish.hk2.osgi-resource-locator >-- [2023-09-08T19:40:06.820Z] [INFO] Building OSGi resource locator 2.5.0-SNAPSHOT [210/375] [2023-09-08T19:40:06.820Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:40:06.820Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/glassfish/hk2/osgi-resource-locator/2.5.0-b03/osgi-resource-locator-2.5.0-b03.pom [2023-09-08T19:40:06.820Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/osgi-resource-locator/2.5.0-b03/osgi-resource-locator-2.5.0-b03.pom [2023-09-08T19:40:06.820Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/osgi-resource-locator/2.5.0-b03/osgi-resource-locator-2.5.0-b03.pom (4.7 kB at 85 kB/s) [2023-09-08T19:40:06.820Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/glassfish/hk2/osgi-resource-locator/2.5.0-b03/osgi-resource-locator-2.5.0-b03.jar [2023-09-08T19:40:06.820Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/osgi-resource-locator/2.5.0-b03/osgi-resource-locator-2.5.0-b03.jar [2023-09-08T19:40:06.820Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/osgi-resource-locator/2.5.0-b03/osgi-resource-locator-2.5.0-b03.jar (20 kB at 447 kB/s) [2023-09-08T19:40:06.820Z] [INFO] [2023-09-08T19:40:06.820Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.glassfish.hk2.osgi-resource-locator --- [2023-09-08T19:40:06.820Z] [INFO] [2023-09-08T19:40:06.820Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.glassfish.hk2.osgi-resource-locator --- [2023-09-08T19:40:06.820Z] [INFO] The project's OSGi version is 2.5.0.v20161103-1916 [2023-09-08T19:40:06.820Z] [INFO] [2023-09-08T19:40:06.820Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.glassfish.hk2.osgi-resource-locator --- [2023-09-08T19:40:06.820Z] [INFO] [2023-09-08T19:40:06.820Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.glassfish.hk2.osgi-resource-locator --- [2023-09-08T19:40:06.820Z] [INFO] Copying 3 resources [2023-09-08T19:40:06.820Z] [INFO] [2023-09-08T19:40:06.820Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.glassfish.hk2.osgi-resource-locator --- [2023-09-08T19:40:06.820Z] [INFO] No sources to compile [2023-09-08T19:40:06.820Z] [INFO] [2023-09-08T19:40:06.820Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.glassfish.hk2.osgi-resource-locator --- [2023-09-08T19:40:06.820Z] [INFO] Gathering dependencies [2023-09-08T19:40:06.820Z] [INFO] Configured Artifact: org.glassfish.hk2:osgi-resource-locator:2.5.0-b03:jar [2023-09-08T19:40:06.820Z] [INFO] Unpacking /home/vnc/.m2/repository/org/glassfish/hk2/osgi-resource-locator/2.5.0-b03/osgi-resource-locator-2.5.0-b03.jar to /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_2.5.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:40:06.820Z] [INFO] Merging collected dependencies [2023-09-08T19:40:06.820Z] [INFO] Copying 13 resources [2023-09-08T19:40:06.820Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:40:06.820Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.hk2.osgi-resource-locator:eclipse-bundle-recipe:2.5.0-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] [2023-09-08T19:40:06.820Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.hk2.osgi-resource-locator:eclipse-bundle-recipe:2.5.0-SNAPSHOT : Unused Import-Package instructions: [javax.inject.*, javax.annotation.*, org.glassfish.hk2.osgiresourcelocator.*, org.*.hk2.*, org.aopalliance.*] [2023-09-08T19:40:06.820Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_2.5.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:40:06.820Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_2.5.0/target/org.glassfish.hk2.osgi-resource-locator-2.5.0-SNAPSHOT.jar [2023-09-08T19:40:07.382Z] [INFO] Gathering sources [2023-09-08T19:40:07.383Z] [INFO] Configured Artifact: org.glassfish.hk2:osgi-resource-locator:sources:2.5.0-b03:jar [2023-09-08T19:40:07.383Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/glassfish/hk2/osgi-resource-locator/2.5.0-b03/osgi-resource-locator-2.5.0-b03-sources.jar [2023-09-08T19:40:07.383Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/osgi-resource-locator/2.5.0-b03/osgi-resource-locator-2.5.0-b03-sources.jar [2023-09-08T19:40:07.383Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/osgi-resource-locator/2.5.0-b03/osgi-resource-locator-2.5.0-b03-sources.jar (15 kB at 355 kB/s) [2023-09-08T19:40:07.383Z] [INFO] Unpacking /home/vnc/.m2/repository/org/glassfish/hk2/osgi-resource-locator/2.5.0-b03/osgi-resource-locator-2.5.0-b03-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_2.5.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:40:07.383Z] [INFO] Copying 3 resources [2023-09-08T19:40:07.383Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_2.5.0/src/main/java [2023-09-08T19:40:07.383Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_2.5.0/target/org.glassfish.hk2.osgi-resource-locator-2.5.0-SNAPSHOT-sources.jar [2023-09-08T19:40:07.383Z] [INFO] Assembling p2 repository [2023-09-08T19:40:07.946Z] [INFO] [2023-09-08T19:40:07.946Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.glassfish.hk2.osgi-resource-locator --- [2023-09-08T19:40:07.946Z] [INFO] [2023-09-08T19:40:07.946Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.glassfish.hk2.osgi-resource-locator --- [2023-09-08T19:40:07.946Z] [INFO] Gathering sources archives [2023-09-08T19:40:07.946Z] [INFO] Configured Artifact: org.glassfish.hk2:osgi-resource-locator:sources:2.5.0-b03:jar [2023-09-08T19:40:07.946Z] [INFO] Unpacking /home/vnc/.m2/repository/org/glassfish/hk2/osgi-resource-locator/2.5.0-b03/osgi-resource-locator-2.5.0-b03-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_2.5.0/target/sources-for-eclipse-ipzilla/osgi-resource-locator-2.5.0-b03-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:40:07.946Z] [INFO] Configured Artifact: org.glassfish.hk2:osgi-resource-locator:sources:2.5.0-b03:jar [2023-09-08T19:40:07.946Z] [INFO] Copying osgi-resource-locator-2.5.0-b03-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_2.5.0/target/sources-for-eclipse-ipzilla/osgi-resource-locator-2.5.0-b03-sources.jar [2023-09-08T19:40:07.946Z] [INFO] Refreshing about files and about.html [2023-09-08T19:40:07.946Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_2.5.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:40:07.946Z] [INFO] [2023-09-08T19:40:07.946Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.glassfish.hk2.osgi-resource-locator --- [2023-09-08T19:40:07.946Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_2.5.0/target/org.glassfish.hk2.osgi-resource-locator-2.5.0-SNAPSHOT.jar [2023-09-08T19:40:08.876Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_2.5.0/target/org.glassfish.hk2.osgi-resource-locator-2.5.0-SNAPSHOT-sources.jar [2023-09-08T19:40:10.766Z] [INFO] [2023-09-08T19:40:10.766Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.glassfish.hk2.osgi-resource-locator --- [2023-09-08T19:40:10.766Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.glassfish.hk2.osgi-resource-locator:2.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_2.5.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:40:10.766Z] no-classifier: different [2023-09-08T19:40:10.766Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:40:10.766Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:40:10.766Z] META-INF/MANIFEST.MF: different [2023-09-08T19:40:10.766Z] Automatic-Module-Name: not present in baseline version [2023-09-08T19:40:10.766Z] classifier-sources: different [2023-09-08T19:40:10.766Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:40:10.766Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:40:10.766Z] [2023-09-08T19:40:10.766Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.glassfish.hk2.osgi-resource-locator:2.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_2.5.0/pom.xml [2023-09-08T19:40:10.766Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:40:10.766Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:40:10.766Z] [2023-09-08T19:40:10.766Z] [INFO] [2023-09-08T19:40:10.766Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.glassfish.hk2.osgi-resource-locator --- [2023-09-08T19:40:10.766Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_2.5.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.hk2.osgi-resource-locator/2.5.0-SNAPSHOT/org.glassfish.hk2.osgi-resource-locator-2.5.0-SNAPSHOT.pom [2023-09-08T19:40:10.766Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_2.5.0/target/org.glassfish.hk2.osgi-resource-locator-2.5.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.hk2.osgi-resource-locator/2.5.0-SNAPSHOT/org.glassfish.hk2.osgi-resource-locator-2.5.0-SNAPSHOT.jar [2023-09-08T19:40:10.766Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_2.5.0/target/org.glassfish.hk2.osgi-resource-locator-2.5.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.hk2.osgi-resource-locator/2.5.0-SNAPSHOT/org.glassfish.hk2.osgi-resource-locator-2.5.0-SNAPSHOT-sources.jar [2023-09-08T19:40:10.766Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_2.5.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.hk2.osgi-resource-locator/2.5.0-SNAPSHOT/org.glassfish.hk2.osgi-resource-locator-2.5.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:40:10.766Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_2.5.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.hk2.osgi-resource-locator/2.5.0-SNAPSHOT/org.glassfish.hk2.osgi-resource-locator-2.5.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:40:10.766Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_2.5.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.hk2.osgi-resource-locator/2.5.0-SNAPSHOT/org.glassfish.hk2.osgi-resource-locator-2.5.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:40:10.766Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_2.5.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.hk2.osgi-resource-locator/2.5.0-SNAPSHOT/org.glassfish.hk2.osgi-resource-locator-2.5.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:40:10.766Z] [INFO] [2023-09-08T19:40:10.766Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.glassfish.hk2.osgi-resource-locator --- [2023-09-08T19:40:10.766Z] [INFO] [2023-09-08T19:40:10.766Z] [INFO] ---------< org.eclipse.orbit.bundles:org.glassfish.hk2.utils >---------- [2023-09-08T19:40:10.766Z] [INFO] Building HK2 Implementation Utilities 2.5.0-SNAPSHOT [211/375] [2023-09-08T19:40:10.766Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:40:10.766Z] [INFO] [2023-09-08T19:40:10.766Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.glassfish.hk2.utils --- [2023-09-08T19:40:10.766Z] [INFO] [2023-09-08T19:40:10.766Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.glassfish.hk2.utils --- [2023-09-08T19:40:10.766Z] [INFO] The project's OSGi version is 2.5.0.v20160210-1508 [2023-09-08T19:40:10.766Z] [INFO] [2023-09-08T19:40:10.766Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.glassfish.hk2.utils --- [2023-09-08T19:40:10.766Z] [INFO] [2023-09-08T19:40:10.766Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.glassfish.hk2.utils --- [2023-09-08T19:40:10.766Z] [INFO] Copying 3 resources [2023-09-08T19:40:10.766Z] [INFO] [2023-09-08T19:40:10.766Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.glassfish.hk2.utils --- [2023-09-08T19:40:10.766Z] [INFO] No sources to compile [2023-09-08T19:40:10.766Z] [INFO] [2023-09-08T19:40:10.766Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.glassfish.hk2.utils --- [2023-09-08T19:40:10.766Z] [INFO] Gathering dependencies [2023-09-08T19:40:10.766Z] [INFO] Configured Artifact: org.glassfish.hk2:hk2-utils:2.5.0-b03:jar [2023-09-08T19:40:10.766Z] [INFO] Unpacking /home/vnc/.m2/repository/org/glassfish/hk2/hk2-utils/2.5.0-b03/hk2-utils-2.5.0-b03.jar to /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.utils_2.5.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:40:10.766Z] [INFO] Merging collected dependencies [2023-09-08T19:40:10.766Z] [INFO] Copying 81 resources [2023-09-08T19:40:10.766Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:40:10.766Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.hk2.utils:eclipse-bundle-recipe:2.5.0-SNAPSHOT : Unused Export-Package instructions: [*.impl*] [2023-09-08T19:40:10.766Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.hk2.utils:eclipse-bundle-recipe:2.5.0-SNAPSHOT : Version for package org.glassfish.hk2.utilities.reflection.internal is set to different values in the source (2.5.0.b03) and in the manifest (2.5.0). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project [2023-09-08T19:40:10.766Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.hk2.utils:eclipse-bundle-recipe:2.5.0-SNAPSHOT : Version for package org.glassfish.hk2.utilities.cache is set to different values in the source (2.5.0.b03) and in the manifest (2.5.0). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project [2023-09-08T19:40:10.766Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.hk2.utils:eclipse-bundle-recipe:2.5.0-SNAPSHOT : Version for package org.glassfish.hk2.utilities.general is set to different values in the source (2.5.0.b03) and in the manifest (2.5.0). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project [2023-09-08T19:40:10.766Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.hk2.utils:eclipse-bundle-recipe:2.5.0-SNAPSHOT : Version for package org.glassfish.hk2.utilities.reflection is set to different values in the source (2.5.0.b03) and in the manifest (2.5.0). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project [2023-09-08T19:40:10.766Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.hk2.utils:eclipse-bundle-recipe:2.5.0-SNAPSHOT : Version for package org.jvnet.hk2.component is set to different values in the source (2.5.0.b03) and in the manifest (2.5.0). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project [2023-09-08T19:40:10.766Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.hk2.utils:eclipse-bundle-recipe:2.5.0-SNAPSHOT : Version for package org.jvnet.tiger_types is set to different values in the source (2.5.0.b03) and in the manifest (2.5.0). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project [2023-09-08T19:40:10.766Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.hk2.utils:eclipse-bundle-recipe:2.5.0-SNAPSHOT : Unused Import-Package instructions: [org.glassfish.hk2.osgiresourcelocator.*, org.aopalliance.*] [2023-09-08T19:40:10.766Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.utils_2.5.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:40:10.766Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.utils_2.5.0/target/org.glassfish.hk2.utils-2.5.0-SNAPSHOT.jar [2023-09-08T19:40:10.766Z] [INFO] Gathering sources [2023-09-08T19:40:10.766Z] [INFO] Configured Artifact: org.glassfish.hk2:hk2-utils:sources:2.5.0-b03:jar [2023-09-08T19:40:10.767Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/glassfish/hk2/hk2-utils/2.5.0-b03/hk2-utils-2.5.0-b03-sources.jar [2023-09-08T19:40:11.023Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-utils/2.5.0-b03/hk2-utils-2.5.0-b03-sources.jar [2023-09-08T19:40:11.023Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-utils/2.5.0-b03/hk2-utils-2.5.0-b03-sources.jar (89 kB at 1.7 MB/s) [2023-09-08T19:40:11.023Z] [INFO] Unpacking /home/vnc/.m2/repository/org/glassfish/hk2/hk2-utils/2.5.0-b03/hk2-utils-2.5.0-b03-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.utils_2.5.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:40:11.023Z] [INFO] Copying 3 resources [2023-09-08T19:40:11.023Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.utils_2.5.0/src/main/java [2023-09-08T19:40:11.023Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.utils_2.5.0/target/org.glassfish.hk2.utils-2.5.0-SNAPSHOT-sources.jar [2023-09-08T19:40:11.023Z] [INFO] Assembling p2 repository [2023-09-08T19:40:11.586Z] [INFO] [2023-09-08T19:40:11.586Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.glassfish.hk2.utils --- [2023-09-08T19:40:11.586Z] [INFO] [2023-09-08T19:40:11.586Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.glassfish.hk2.utils --- [2023-09-08T19:40:11.586Z] [INFO] Gathering sources archives [2023-09-08T19:40:11.586Z] [INFO] Configured Artifact: org.glassfish.hk2:hk2-utils:sources:2.5.0-b03:jar [2023-09-08T19:40:11.586Z] [INFO] Unpacking /home/vnc/.m2/repository/org/glassfish/hk2/hk2-utils/2.5.0-b03/hk2-utils-2.5.0-b03-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.utils_2.5.0/target/sources-for-eclipse-ipzilla/hk2-utils-2.5.0-b03-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:40:11.586Z] [INFO] Configured Artifact: org.glassfish.hk2:hk2-utils:sources:2.5.0-b03:jar [2023-09-08T19:40:11.586Z] [INFO] Copying hk2-utils-2.5.0-b03-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.utils_2.5.0/target/sources-for-eclipse-ipzilla/hk2-utils-2.5.0-b03-sources.jar [2023-09-08T19:40:11.586Z] [INFO] Refreshing about files and about.html [2023-09-08T19:40:11.586Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.utils_2.5.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:40:11.586Z] [INFO] [2023-09-08T19:40:11.586Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.glassfish.hk2.utils --- [2023-09-08T19:40:11.586Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.utils_2.5.0/target/org.glassfish.hk2.utils-2.5.0-SNAPSHOT.jar [2023-09-08T19:40:13.476Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.utils_2.5.0/target/org.glassfish.hk2.utils-2.5.0-SNAPSHOT-sources.jar [2023-09-08T19:40:14.403Z] [INFO] [2023-09-08T19:40:14.403Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.glassfish.hk2.utils --- [2023-09-08T19:40:14.403Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.glassfish.hk2.utils:2.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.utils_2.5.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:40:14.403Z] no-classifier: different [2023-09-08T19:40:14.403Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:40:14.403Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:40:14.403Z] META-INF/MANIFEST.MF: different [2023-09-08T19:40:14.403Z] Automatic-Module-Name: not present in baseline version [2023-09-08T19:40:14.403Z] classifier-sources: different [2023-09-08T19:40:14.403Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:40:14.403Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:40:14.403Z] [2023-09-08T19:40:14.403Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.glassfish.hk2.utils:2.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.utils_2.5.0/pom.xml [2023-09-08T19:40:14.403Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:40:14.403Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:40:14.403Z] [2023-09-08T19:40:14.403Z] [INFO] [2023-09-08T19:40:14.403Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.glassfish.hk2.utils --- [2023-09-08T19:40:14.403Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.utils_2.5.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.hk2.utils/2.5.0-SNAPSHOT/org.glassfish.hk2.utils-2.5.0-SNAPSHOT.pom [2023-09-08T19:40:14.403Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.utils_2.5.0/target/org.glassfish.hk2.utils-2.5.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.hk2.utils/2.5.0-SNAPSHOT/org.glassfish.hk2.utils-2.5.0-SNAPSHOT.jar [2023-09-08T19:40:14.403Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.utils_2.5.0/target/org.glassfish.hk2.utils-2.5.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.hk2.utils/2.5.0-SNAPSHOT/org.glassfish.hk2.utils-2.5.0-SNAPSHOT-sources.jar [2023-09-08T19:40:14.403Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.utils_2.5.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.hk2.utils/2.5.0-SNAPSHOT/org.glassfish.hk2.utils-2.5.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:40:14.403Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.utils_2.5.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.hk2.utils/2.5.0-SNAPSHOT/org.glassfish.hk2.utils-2.5.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:40:14.403Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.utils_2.5.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.hk2.utils/2.5.0-SNAPSHOT/org.glassfish.hk2.utils-2.5.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:40:14.403Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.utils_2.5.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.hk2.utils/2.5.0-SNAPSHOT/org.glassfish.hk2.utils-2.5.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:40:14.403Z] [INFO] [2023-09-08T19:40:14.403Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.glassfish.hk2.utils --- [2023-09-08T19:40:14.403Z] [INFO] [2023-09-08T19:40:14.403Z] [INFO] ----------< org.eclipse.orbit.bundles:org.glassfish.hk2.api >----------- [2023-09-08T19:40:14.403Z] [INFO] Building HK2 API module 2.6.1-SNAPSHOT [212/375] [2023-09-08T19:40:14.403Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:40:14.403Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/jakarta/annotation/jakarta.annotation-api/1.3.4/jakarta.annotation-api-1.3.4.pom [2023-09-08T19:40:14.659Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/jakarta/annotation/jakarta.annotation-api/1.3.4/jakarta.annotation-api-1.3.4.pom [2023-09-08T19:40:14.659Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/annotation/jakarta.annotation-api/1.3.4/jakarta.annotation-api-1.3.4.pom (17 kB at 724 kB/s) [2023-09-08T19:40:14.659Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/jakarta/annotation/jakarta.annotation-api/1.3.4/jakarta.annotation-api-1.3.4.jar [2023-09-08T19:40:14.659Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/jakarta/annotation/jakarta.annotation-api/1.3.4/jakarta.annotation-api-1.3.4.jar [2023-09-08T19:40:14.659Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/annotation/jakarta.annotation-api/1.3.4/jakarta.annotation-api-1.3.4.jar (25 kB at 2.1 MB/s) [2023-09-08T19:40:14.659Z] [INFO] [2023-09-08T19:40:14.659Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.glassfish.hk2.api --- [2023-09-08T19:40:14.659Z] [INFO] [2023-09-08T19:40:14.659Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.glassfish.hk2.api --- [2023-09-08T19:40:14.659Z] [INFO] The project's OSGi version is 2.6.1.v20221203-1659 [2023-09-08T19:40:14.659Z] [INFO] [2023-09-08T19:40:14.659Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.glassfish.hk2.api --- [2023-09-08T19:40:14.659Z] [INFO] [2023-09-08T19:40:14.659Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.glassfish.hk2.api --- [2023-09-08T19:40:14.659Z] [INFO] Copying 4 resources [2023-09-08T19:40:14.659Z] [INFO] [2023-09-08T19:40:14.659Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.glassfish.hk2.api --- [2023-09-08T19:40:14.659Z] [INFO] No sources to compile [2023-09-08T19:40:14.659Z] [INFO] [2023-09-08T19:40:14.659Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.glassfish.hk2.api --- [2023-09-08T19:40:14.659Z] [INFO] Gathering dependencies [2023-09-08T19:40:14.659Z] [INFO] Configured Artifact: org.glassfish.hk2:hk2-api:2.6.1:jar [2023-09-08T19:40:14.659Z] [INFO] Unpacking /home/vnc/.m2/repository/org/glassfish/hk2/hk2-api/2.6.1/hk2-api-2.6.1.jar to /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.api_2.6.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:40:14.659Z] [INFO] Merging collected dependencies [2023-09-08T19:40:14.660Z] [INFO] Copying 179 resources [2023-09-08T19:40:14.660Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:40:14.660Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.hk2.api:eclipse-bundle-recipe:2.6.1-SNAPSHOT : Unused Export-Package instructions: [*.implementation.*, *.impl.*] [2023-09-08T19:40:14.660Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.hk2.api:eclipse-bundle-recipe:2.6.1-SNAPSHOT : Unused Import-Package instructions: [javax.annotation.*] [2023-09-08T19:40:14.660Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.api_2.6.1/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:40:14.660Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.api_2.6.1/target/org.glassfish.hk2.api-2.6.1-SNAPSHOT.jar [2023-09-08T19:40:14.660Z] [INFO] Gathering sources [2023-09-08T19:40:14.660Z] [INFO] Configured Artifact: org.glassfish.hk2:hk2-api:sources:2.6.1:jar [2023-09-08T19:40:14.660Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/glassfish/hk2/hk2-api/2.6.1/hk2-api-2.6.1-sources.jar [2023-09-08T19:40:14.660Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-api/2.6.1/hk2-api-2.6.1-sources.jar [2023-09-08T19:40:14.660Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-api/2.6.1/hk2-api-2.6.1-sources.jar (221 kB at 14 MB/s) [2023-09-08T19:40:14.660Z] [INFO] Unpacking /home/vnc/.m2/repository/org/glassfish/hk2/hk2-api/2.6.1/hk2-api-2.6.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.api_2.6.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:40:14.660Z] [INFO] Copying 4 resources [2023-09-08T19:40:14.660Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.api_2.6.1/src/main/java [2023-09-08T19:40:14.915Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.api_2.6.1/target/org.glassfish.hk2.api-2.6.1-SNAPSHOT-sources.jar [2023-09-08T19:40:14.915Z] [INFO] Assembling p2 repository [2023-09-08T19:40:15.476Z] [INFO] [2023-09-08T19:40:15.476Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.glassfish.hk2.api --- [2023-09-08T19:40:15.476Z] [INFO] [2023-09-08T19:40:15.476Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.glassfish.hk2.api --- [2023-09-08T19:40:15.476Z] [INFO] Gathering sources archives [2023-09-08T19:40:15.476Z] [INFO] Configured Artifact: org.glassfish.hk2:hk2-api:sources:2.6.1:jar [2023-09-08T19:40:15.476Z] [INFO] Unpacking /home/vnc/.m2/repository/org/glassfish/hk2/hk2-api/2.6.1/hk2-api-2.6.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.api_2.6.1/target/sources-for-eclipse-ipzilla/hk2-api-2.6.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:40:15.476Z] [INFO] Configured Artifact: org.glassfish.hk2:hk2-api:sources:2.6.1:jar [2023-09-08T19:40:15.477Z] [INFO] Copying hk2-api-2.6.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.api_2.6.1/target/sources-for-eclipse-ipzilla/hk2-api-2.6.1-sources.jar [2023-09-08T19:40:15.477Z] [INFO] Refreshing about files and about.html [2023-09-08T19:40:15.477Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.api_2.6.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:40:15.477Z] [INFO] [2023-09-08T19:40:15.477Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.glassfish.hk2.api --- [2023-09-08T19:40:15.477Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.api_2.6.1/target/org.glassfish.hk2.api-2.6.1-SNAPSHOT.jar [2023-09-08T19:40:16.839Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.api_2.6.1/target/org.glassfish.hk2.api-2.6.1-SNAPSHOT-sources.jar [2023-09-08T19:40:17.094Z] [INFO] [2023-09-08T19:40:17.094Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.glassfish.hk2.api --- [2023-09-08T19:40:17.656Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.glassfish.hk2.api:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.api_2.6.1/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:40:17.656Z] no-classifier: different [2023-09-08T19:40:17.656Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:40:17.656Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:40:17.656Z] classifier-sources: different [2023-09-08T19:40:17.656Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:40:17.656Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:40:17.656Z] [2023-09-08T19:40:17.656Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.glassfish.hk2.api:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.api_2.6.1/pom.xml [2023-09-08T19:40:17.656Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:40:17.656Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:40:17.656Z] [2023-09-08T19:40:17.656Z] [INFO] [2023-09-08T19:40:17.656Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.glassfish.hk2.api --- [2023-09-08T19:40:17.656Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.api_2.6.1/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.hk2.api/2.6.1-SNAPSHOT/org.glassfish.hk2.api-2.6.1-SNAPSHOT.pom [2023-09-08T19:40:17.656Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.api_2.6.1/target/org.glassfish.hk2.api-2.6.1-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.hk2.api/2.6.1-SNAPSHOT/org.glassfish.hk2.api-2.6.1-SNAPSHOT.jar [2023-09-08T19:40:17.656Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.api_2.6.1/target/org.glassfish.hk2.api-2.6.1-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.hk2.api/2.6.1-SNAPSHOT/org.glassfish.hk2.api-2.6.1-SNAPSHOT-sources.jar [2023-09-08T19:40:17.656Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.api_2.6.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.hk2.api/2.6.1-SNAPSHOT/org.glassfish.hk2.api-2.6.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:40:17.656Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.api_2.6.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.hk2.api/2.6.1-SNAPSHOT/org.glassfish.hk2.api-2.6.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:40:17.656Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.api_2.6.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.hk2.api/2.6.1-SNAPSHOT/org.glassfish.hk2.api-2.6.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:40:17.656Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.api_2.6.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.hk2.api/2.6.1-SNAPSHOT/org.glassfish.hk2.api-2.6.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:40:17.656Z] [INFO] [2023-09-08T19:40:17.656Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.glassfish.hk2.api --- [2023-09-08T19:40:17.656Z] [INFO] [2023-09-08T19:40:17.656Z] [INFO] --------< org.eclipse.orbit.bundles:org.glassfish.hk2.locator >--------- [2023-09-08T19:40:17.656Z] [INFO] Building ServiceLocator Default Implementation 2.6.1-SNAPSHOT [213/375] [2023-09-08T19:40:17.656Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:40:17.656Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/javassist/javassist/3.22.0-CR2/javassist-3.22.0-CR2.pom [2023-09-08T19:40:17.656Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/javassist/javassist/3.22.0-CR2/javassist-3.22.0-CR2.pom [2023-09-08T19:40:17.657Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/javassist/javassist/3.22.0-CR2/javassist-3.22.0-CR2.pom (10 kB at 773 kB/s) [2023-09-08T19:40:17.657Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/javassist/javassist/3.22.0-CR2/javassist-3.22.0-CR2.jar [2023-09-08T19:40:17.657Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/javassist/javassist/3.22.0-CR2/javassist-3.22.0-CR2.jar [2023-09-08T19:40:17.657Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/javassist/javassist/3.22.0-CR2/javassist-3.22.0-CR2.jar (738 kB at 30 MB/s) [2023-09-08T19:40:17.657Z] [INFO] [2023-09-08T19:40:17.657Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.glassfish.hk2.locator --- [2023-09-08T19:40:17.657Z] [INFO] [2023-09-08T19:40:17.657Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.glassfish.hk2.locator --- [2023-09-08T19:40:17.657Z] [INFO] The project's OSGi version is 2.6.1.v20221203-1659 [2023-09-08T19:40:17.657Z] [INFO] [2023-09-08T19:40:17.657Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.glassfish.hk2.locator --- [2023-09-08T19:40:17.657Z] [INFO] [2023-09-08T19:40:17.657Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.glassfish.hk2.locator --- [2023-09-08T19:40:17.657Z] [INFO] Copying 4 resources [2023-09-08T19:40:17.657Z] [INFO] [2023-09-08T19:40:17.657Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.glassfish.hk2.locator --- [2023-09-08T19:40:17.657Z] [INFO] No sources to compile [2023-09-08T19:40:17.657Z] [INFO] [2023-09-08T19:40:17.657Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.glassfish.hk2.locator --- [2023-09-08T19:40:17.657Z] [INFO] Gathering dependencies [2023-09-08T19:40:17.657Z] [INFO] Configured Artifact: org.glassfish.hk2:hk2-locator:2.6.1:jar [2023-09-08T19:40:17.657Z] [INFO] Unpacking /home/vnc/.m2/repository/org/glassfish/hk2/hk2-locator/2.6.1/hk2-locator-2.6.1.jar to /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.locator_2.6.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:40:17.657Z] [INFO] Merging collected dependencies [2023-09-08T19:40:17.657Z] [INFO] Copying 103 resources [2023-09-08T19:40:17.657Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:40:17.657Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.hk2.locator:eclipse-bundle-recipe:2.6.1-SNAPSHOT : Unused Export-Package instructions: [*.implementation.*, *.impl.*] [2023-09-08T19:40:17.657Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.hk2.locator:eclipse-bundle-recipe:2.6.1-SNAPSHOT : Unused Import-Package instructions: [javax.annotation.*, org.glassfish.hk2.osgiresourcelocator.*] [2023-09-08T19:40:17.657Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.locator_2.6.1/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:40:17.657Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.locator_2.6.1/target/org.glassfish.hk2.locator-2.6.1-SNAPSHOT.jar [2023-09-08T19:40:17.657Z] [INFO] Gathering sources [2023-09-08T19:40:17.657Z] [INFO] Configured Artifact: org.glassfish.hk2:hk2-locator:sources:2.6.1:jar [2023-09-08T19:40:17.657Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/glassfish/hk2/hk2-locator/2.6.1/hk2-locator-2.6.1-sources.jar [2023-09-08T19:40:17.657Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-locator/2.6.1/hk2-locator-2.6.1-sources.jar [2023-09-08T19:40:17.657Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-locator/2.6.1/hk2-locator-2.6.1-sources.jar (125 kB at 8.9 MB/s) [2023-09-08T19:40:17.657Z] [INFO] Unpacking /home/vnc/.m2/repository/org/glassfish/hk2/hk2-locator/2.6.1/hk2-locator-2.6.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.locator_2.6.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:40:17.657Z] [INFO] Copying 4 resources [2023-09-08T19:40:17.657Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.locator_2.6.1/src/main/java [2023-09-08T19:40:17.657Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.locator_2.6.1/target/org.glassfish.hk2.locator-2.6.1-SNAPSHOT-sources.jar [2023-09-08T19:40:17.657Z] [INFO] Assembling p2 repository [2023-09-08T19:40:18.585Z] [INFO] [2023-09-08T19:40:18.585Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.glassfish.hk2.locator --- [2023-09-08T19:40:18.585Z] [INFO] [2023-09-08T19:40:18.585Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.glassfish.hk2.locator --- [2023-09-08T19:40:18.585Z] [INFO] Gathering sources archives [2023-09-08T19:40:18.585Z] [INFO] Configured Artifact: org.glassfish.hk2:hk2-locator:sources:2.6.1:jar [2023-09-08T19:40:18.585Z] [INFO] Unpacking /home/vnc/.m2/repository/org/glassfish/hk2/hk2-locator/2.6.1/hk2-locator-2.6.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.locator_2.6.1/target/sources-for-eclipse-ipzilla/hk2-locator-2.6.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:40:18.585Z] [INFO] Configured Artifact: org.glassfish.hk2:hk2-locator:sources:2.6.1:jar [2023-09-08T19:40:18.585Z] [INFO] Copying hk2-locator-2.6.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.locator_2.6.1/target/sources-for-eclipse-ipzilla/hk2-locator-2.6.1-sources.jar [2023-09-08T19:40:18.585Z] [INFO] Refreshing about files and about.html [2023-09-08T19:40:18.585Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.locator_2.6.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:40:18.585Z] [INFO] [2023-09-08T19:40:18.585Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.glassfish.hk2.locator --- [2023-09-08T19:40:18.585Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.locator_2.6.1/target/org.glassfish.hk2.locator-2.6.1-SNAPSHOT.jar [2023-09-08T19:40:19.512Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.locator_2.6.1/target/org.glassfish.hk2.locator-2.6.1-SNAPSHOT-sources.jar [2023-09-08T19:40:20.075Z] [INFO] [2023-09-08T19:40:20.075Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.glassfish.hk2.locator --- [2023-09-08T19:40:20.331Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.glassfish.hk2.locator:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.locator_2.6.1/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:40:20.331Z] no-classifier: different [2023-09-08T19:40:20.331Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:40:20.331Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:40:20.331Z] classifier-sources: different [2023-09-08T19:40:20.331Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:40:20.331Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:40:20.331Z] [2023-09-08T19:40:20.332Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.glassfish.hk2.locator:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.locator_2.6.1/pom.xml [2023-09-08T19:40:20.332Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:40:20.332Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:40:20.332Z] [2023-09-08T19:40:20.332Z] [INFO] [2023-09-08T19:40:20.332Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.glassfish.hk2.locator --- [2023-09-08T19:40:20.332Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.locator_2.6.1/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.hk2.locator/2.6.1-SNAPSHOT/org.glassfish.hk2.locator-2.6.1-SNAPSHOT.pom [2023-09-08T19:40:20.332Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.locator_2.6.1/target/org.glassfish.hk2.locator-2.6.1-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.hk2.locator/2.6.1-SNAPSHOT/org.glassfish.hk2.locator-2.6.1-SNAPSHOT.jar [2023-09-08T19:40:20.332Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.locator_2.6.1/target/org.glassfish.hk2.locator-2.6.1-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.hk2.locator/2.6.1-SNAPSHOT/org.glassfish.hk2.locator-2.6.1-SNAPSHOT-sources.jar [2023-09-08T19:40:20.332Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.locator_2.6.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.hk2.locator/2.6.1-SNAPSHOT/org.glassfish.hk2.locator-2.6.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:40:20.332Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.locator_2.6.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.hk2.locator/2.6.1-SNAPSHOT/org.glassfish.hk2.locator-2.6.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:40:20.332Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.locator_2.6.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.hk2.locator/2.6.1-SNAPSHOT/org.glassfish.hk2.locator-2.6.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:40:20.332Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.locator_2.6.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.hk2.locator/2.6.1-SNAPSHOT/org.glassfish.hk2.locator-2.6.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:40:20.332Z] [INFO] [2023-09-08T19:40:20.332Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.glassfish.hk2.locator --- [2023-09-08T19:40:20.332Z] [INFO] [2023-09-08T19:40:20.332Z] [INFO] ---------< org.eclipse.orbit.bundles:org.glassfish.hk2.utils >---------- [2023-09-08T19:40:20.332Z] [INFO] Building HK2 Implementation Utilities 2.6.1-SNAPSHOT [214/375] [2023-09-08T19:40:20.332Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:40:20.332Z] [INFO] [2023-09-08T19:40:20.332Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.glassfish.hk2.utils --- [2023-09-08T19:40:20.332Z] [INFO] [2023-09-08T19:40:20.332Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.glassfish.hk2.utils --- [2023-09-08T19:40:20.332Z] [INFO] The project's OSGi version is 2.6.1.v20221203-1659 [2023-09-08T19:40:20.332Z] [INFO] [2023-09-08T19:40:20.332Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.glassfish.hk2.utils --- [2023-09-08T19:40:20.332Z] [INFO] [2023-09-08T19:40:20.332Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.glassfish.hk2.utils --- [2023-09-08T19:40:20.332Z] [INFO] Copying 4 resources [2023-09-08T19:40:20.332Z] [INFO] [2023-09-08T19:40:20.332Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.glassfish.hk2.utils --- [2023-09-08T19:40:20.332Z] [INFO] No sources to compile [2023-09-08T19:40:20.332Z] [INFO] [2023-09-08T19:40:20.332Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.glassfish.hk2.utils --- [2023-09-08T19:40:20.332Z] [INFO] Gathering dependencies [2023-09-08T19:40:20.332Z] [INFO] Configured Artifact: org.glassfish.hk2:hk2-utils:2.6.1:jar [2023-09-08T19:40:20.332Z] [INFO] Unpacking /home/vnc/.m2/repository/org/glassfish/hk2/hk2-utils/2.6.1/hk2-utils-2.6.1.jar to /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.utils_2.6.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:40:20.332Z] [INFO] Merging collected dependencies [2023-09-08T19:40:20.332Z] [INFO] Copying 83 resources [2023-09-08T19:40:20.332Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:40:20.332Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.hk2.utils:eclipse-bundle-recipe:2.6.1-SNAPSHOT : Unused Export-Package instructions: [*.implementation.*, *.impl.*] [2023-09-08T19:40:20.332Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.hk2.utils:eclipse-bundle-recipe:2.6.1-SNAPSHOT : Unused Import-Package instructions: [org.glassfish.hk2.osgiresourcelocator.*, org.aopalliance.*] [2023-09-08T19:40:20.332Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.utils_2.6.1/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:40:20.332Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.utils_2.6.1/target/org.glassfish.hk2.utils-2.6.1-SNAPSHOT.jar [2023-09-08T19:40:20.332Z] [INFO] Gathering sources [2023-09-08T19:40:20.332Z] [INFO] Configured Artifact: org.glassfish.hk2:hk2-utils:sources:2.6.1:jar [2023-09-08T19:40:20.332Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/glassfish/hk2/hk2-utils/2.6.1/hk2-utils-2.6.1-sources.jar [2023-09-08T19:40:20.332Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-utils/2.6.1/hk2-utils-2.6.1-sources.jar [2023-09-08T19:40:20.332Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-utils/2.6.1/hk2-utils-2.6.1-sources.jar (95 kB at 6.8 MB/s) [2023-09-08T19:40:20.332Z] [INFO] Unpacking /home/vnc/.m2/repository/org/glassfish/hk2/hk2-utils/2.6.1/hk2-utils-2.6.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.utils_2.6.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:40:20.332Z] [INFO] Copying 4 resources [2023-09-08T19:40:20.332Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.utils_2.6.1/src/main/java [2023-09-08T19:40:20.332Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.utils_2.6.1/target/org.glassfish.hk2.utils-2.6.1-SNAPSHOT-sources.jar [2023-09-08T19:40:20.588Z] [INFO] Assembling p2 repository [2023-09-08T19:40:21.151Z] [INFO] [2023-09-08T19:40:21.151Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.glassfish.hk2.utils --- [2023-09-08T19:40:21.151Z] [INFO] [2023-09-08T19:40:21.151Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.glassfish.hk2.utils --- [2023-09-08T19:40:21.151Z] [INFO] Gathering sources archives [2023-09-08T19:40:21.151Z] [INFO] Configured Artifact: org.glassfish.hk2:hk2-utils:sources:2.6.1:jar [2023-09-08T19:40:21.151Z] [INFO] Unpacking /home/vnc/.m2/repository/org/glassfish/hk2/hk2-utils/2.6.1/hk2-utils-2.6.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.utils_2.6.1/target/sources-for-eclipse-ipzilla/hk2-utils-2.6.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:40:21.151Z] [INFO] Configured Artifact: org.glassfish.hk2:hk2-utils:sources:2.6.1:jar [2023-09-08T19:40:21.151Z] [INFO] Copying hk2-utils-2.6.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.utils_2.6.1/target/sources-for-eclipse-ipzilla/hk2-utils-2.6.1-sources.jar [2023-09-08T19:40:21.151Z] [INFO] Refreshing about files and about.html [2023-09-08T19:40:21.151Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.utils_2.6.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:40:21.151Z] [INFO] [2023-09-08T19:40:21.151Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.glassfish.hk2.utils --- [2023-09-08T19:40:21.151Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.utils_2.6.1/target/org.glassfish.hk2.utils-2.6.1-SNAPSHOT.jar [2023-09-08T19:40:22.080Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.utils_2.6.1/target/org.glassfish.hk2.utils-2.6.1-SNAPSHOT-sources.jar [2023-09-08T19:40:23.972Z] [INFO] [2023-09-08T19:40:23.972Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.glassfish.hk2.utils --- [2023-09-08T19:40:23.972Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.glassfish.hk2.utils:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.utils_2.6.1/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:40:23.972Z] no-classifier: different [2023-09-08T19:40:23.972Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:40:23.972Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:40:23.972Z] classifier-sources: different [2023-09-08T19:40:23.972Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:40:23.972Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:40:23.972Z] [2023-09-08T19:40:23.972Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.glassfish.hk2.utils:2.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.utils_2.6.1/pom.xml [2023-09-08T19:40:23.972Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:40:23.972Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:40:23.972Z] [2023-09-08T19:40:23.972Z] [INFO] [2023-09-08T19:40:23.972Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.glassfish.hk2.utils --- [2023-09-08T19:40:23.972Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.utils_2.6.1/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.hk2.utils/2.6.1-SNAPSHOT/org.glassfish.hk2.utils-2.6.1-SNAPSHOT.pom [2023-09-08T19:40:23.972Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.utils_2.6.1/target/org.glassfish.hk2.utils-2.6.1-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.hk2.utils/2.6.1-SNAPSHOT/org.glassfish.hk2.utils-2.6.1-SNAPSHOT.jar [2023-09-08T19:40:23.972Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.utils_2.6.1/target/org.glassfish.hk2.utils-2.6.1-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.hk2.utils/2.6.1-SNAPSHOT/org.glassfish.hk2.utils-2.6.1-SNAPSHOT-sources.jar [2023-09-08T19:40:23.972Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.utils_2.6.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.hk2.utils/2.6.1-SNAPSHOT/org.glassfish.hk2.utils-2.6.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:40:23.972Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.utils_2.6.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.hk2.utils/2.6.1-SNAPSHOT/org.glassfish.hk2.utils-2.6.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:40:23.972Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.utils_2.6.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.hk2.utils/2.6.1-SNAPSHOT/org.glassfish.hk2.utils-2.6.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:40:23.972Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.utils_2.6.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.hk2.utils/2.6.1-SNAPSHOT/org.glassfish.hk2.utils-2.6.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:40:23.972Z] [INFO] [2023-09-08T19:40:23.972Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.glassfish.hk2.utils --- [2023-09-08T19:40:23.972Z] [INFO] [2023-09-08T19:40:23.972Z] [INFO] --< org.eclipse.orbit.bundles:org.glassfish.hk2.osgi-resource-locator >-- [2023-09-08T19:40:23.972Z] [INFO] Building OSGi resource locator 1.0.3-SNAPSHOT [215/375] [2023-09-08T19:40:23.972Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:40:23.972Z] [INFO] [2023-09-08T19:40:23.972Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.glassfish.hk2.osgi-resource-locator --- [2023-09-08T19:40:23.972Z] [INFO] [2023-09-08T19:40:23.972Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.glassfish.hk2.osgi-resource-locator --- [2023-09-08T19:40:23.972Z] [INFO] The project's OSGi version is 1.0.3.v20221203-1659 [2023-09-08T19:40:23.972Z] [INFO] [2023-09-08T19:40:23.973Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.glassfish.hk2.osgi-resource-locator --- [2023-09-08T19:40:23.973Z] [INFO] [2023-09-08T19:40:23.973Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.glassfish.hk2.osgi-resource-locator --- [2023-09-08T19:40:23.973Z] [INFO] Copying 4 resources [2023-09-08T19:40:23.973Z] [INFO] [2023-09-08T19:40:23.973Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.glassfish.hk2.osgi-resource-locator --- [2023-09-08T19:40:23.973Z] [INFO] No sources to compile [2023-09-08T19:40:23.973Z] [INFO] [2023-09-08T19:40:23.973Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.glassfish.hk2.osgi-resource-locator --- [2023-09-08T19:40:23.973Z] [INFO] Gathering dependencies [2023-09-08T19:40:23.973Z] [INFO] Configured Artifact: org.glassfish.hk2:osgi-resource-locator:1.0.3:jar [2023-09-08T19:40:23.973Z] [INFO] Unpacking /home/vnc/.m2/repository/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar to /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_1.0.3/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:40:23.973Z] [INFO] Merging collected dependencies [2023-09-08T19:40:23.973Z] [INFO] Copying 13 resources [2023-09-08T19:40:23.973Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:40:23.973Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.hk2.osgi-resource-locator:eclipse-bundle-recipe:1.0.3-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:40:23.973Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.hk2.osgi-resource-locator:eclipse-bundle-recipe:1.0.3-SNAPSHOT : Unused Import-Package instructions: [javax.annotation.*, javax.inject.*, org.glassfish.hk2.osgiresourcelocator.*, org.*.hk2.*, org.aopalliance.*] [2023-09-08T19:40:23.973Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_1.0.3/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:40:23.973Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_1.0.3/target/org.glassfish.hk2.osgi-resource-locator-1.0.3-SNAPSHOT.jar [2023-09-08T19:40:23.973Z] [INFO] Gathering sources [2023-09-08T19:40:23.973Z] [INFO] Configured Artifact: org.glassfish.hk2:osgi-resource-locator:sources:1.0.3:jar [2023-09-08T19:40:23.973Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3-sources.jar [2023-09-08T19:40:23.973Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3-sources.jar [2023-09-08T19:40:23.973Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3-sources.jar (10 kB at 798 kB/s) [2023-09-08T19:40:23.973Z] [INFO] Unpacking /home/vnc/.m2/repository/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_1.0.3/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:40:23.973Z] [INFO] Copying 4 resources [2023-09-08T19:40:23.973Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_1.0.3/src/main/java [2023-09-08T19:40:23.973Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_1.0.3/target/org.glassfish.hk2.osgi-resource-locator-1.0.3-SNAPSHOT-sources.jar [2023-09-08T19:40:23.973Z] [INFO] Assembling p2 repository [2023-09-08T19:40:24.535Z] [INFO] [2023-09-08T19:40:24.535Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.glassfish.hk2.osgi-resource-locator --- [2023-09-08T19:40:24.535Z] [INFO] [2023-09-08T19:40:24.535Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.glassfish.hk2.osgi-resource-locator --- [2023-09-08T19:40:24.535Z] [INFO] Gathering sources archives [2023-09-08T19:40:24.535Z] [INFO] Configured Artifact: org.glassfish.hk2:osgi-resource-locator:sources:1.0.3:jar [2023-09-08T19:40:24.535Z] [INFO] Unpacking /home/vnc/.m2/repository/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_1.0.3/target/sources-for-eclipse-ipzilla/osgi-resource-locator-1.0.3-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:40:24.535Z] [INFO] Configured Artifact: org.glassfish.hk2:osgi-resource-locator:sources:1.0.3:jar [2023-09-08T19:40:24.535Z] [INFO] Copying osgi-resource-locator-1.0.3-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_1.0.3/target/sources-for-eclipse-ipzilla/osgi-resource-locator-1.0.3-sources.jar [2023-09-08T19:40:24.535Z] [INFO] Refreshing about files and about.html [2023-09-08T19:40:24.535Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_1.0.3/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:40:24.535Z] [INFO] [2023-09-08T19:40:24.535Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.glassfish.hk2.osgi-resource-locator --- [2023-09-08T19:40:24.535Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_1.0.3/target/org.glassfish.hk2.osgi-resource-locator-1.0.3-SNAPSHOT.jar [2023-09-08T19:40:25.465Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_1.0.3/target/org.glassfish.hk2.osgi-resource-locator-1.0.3-SNAPSHOT-sources.jar [2023-09-08T19:40:26.395Z] [INFO] [2023-09-08T19:40:26.395Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.glassfish.hk2.osgi-resource-locator --- [2023-09-08T19:40:26.395Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.glassfish.hk2.osgi-resource-locator:1.0.3-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_1.0.3/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:40:26.395Z] no-classifier: different [2023-09-08T19:40:26.395Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:40:26.395Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:40:26.395Z] classifier-sources: different [2023-09-08T19:40:26.395Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:40:26.395Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:40:26.395Z] [2023-09-08T19:40:26.395Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.glassfish.hk2.osgi-resource-locator:1.0.3-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_1.0.3/pom.xml [2023-09-08T19:40:26.395Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:40:26.395Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:40:26.395Z] [2023-09-08T19:40:26.395Z] [INFO] [2023-09-08T19:40:26.395Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.glassfish.hk2.osgi-resource-locator --- [2023-09-08T19:40:26.395Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_1.0.3/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.hk2.osgi-resource-locator/1.0.3-SNAPSHOT/org.glassfish.hk2.osgi-resource-locator-1.0.3-SNAPSHOT.pom [2023-09-08T19:40:26.395Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_1.0.3/target/org.glassfish.hk2.osgi-resource-locator-1.0.3-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.hk2.osgi-resource-locator/1.0.3-SNAPSHOT/org.glassfish.hk2.osgi-resource-locator-1.0.3-SNAPSHOT.jar [2023-09-08T19:40:26.395Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_1.0.3/target/org.glassfish.hk2.osgi-resource-locator-1.0.3-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.hk2.osgi-resource-locator/1.0.3-SNAPSHOT/org.glassfish.hk2.osgi-resource-locator-1.0.3-SNAPSHOT-sources.jar [2023-09-08T19:40:26.395Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_1.0.3/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.hk2.osgi-resource-locator/1.0.3-SNAPSHOT/org.glassfish.hk2.osgi-resource-locator-1.0.3-SNAPSHOT-p2metadata.xml [2023-09-08T19:40:26.395Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_1.0.3/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.hk2.osgi-resource-locator/1.0.3-SNAPSHOT/org.glassfish.hk2.osgi-resource-locator-1.0.3-SNAPSHOT-p2artifacts.xml [2023-09-08T19:40:26.395Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_1.0.3/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.hk2.osgi-resource-locator/1.0.3-SNAPSHOT/org.glassfish.hk2.osgi-resource-locator-1.0.3-SNAPSHOT-p2metadata.xml [2023-09-08T19:40:26.395Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/hk2/org.glassfish.hk2.osgi-resource-locator_1.0.3/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.hk2.osgi-resource-locator/1.0.3-SNAPSHOT/org.glassfish.hk2.osgi-resource-locator-1.0.3-SNAPSHOT-p2artifacts.xml [2023-09-08T19:40:26.395Z] [INFO] [2023-09-08T19:40:26.395Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.glassfish.hk2.osgi-resource-locator --- [2023-09-08T19:40:26.395Z] [INFO] [2023-09-08T19:40:26.395Z] [INFO] --------------< org.eclipse.orbit.bundles:jersey-parent >--------------- [2023-09-08T19:40:26.395Z] [INFO] Building Eclipse Orbit :: Glassfish Jersey Recipes 1.0.0-SNAPSHOT [216/375] [2023-09-08T19:40:26.395Z] [INFO] --------------------------------[ pom ]--------------------------------- [2023-09-08T19:40:26.395Z] [INFO] [2023-09-08T19:40:26.395Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jersey-parent --- [2023-09-08T19:40:26.395Z] [INFO] [2023-09-08T19:40:26.395Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ jersey-parent --- [2023-09-08T19:40:26.395Z] [INFO] [2023-09-08T19:40:26.395Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ jersey-parent --- [2023-09-08T19:40:26.395Z] [INFO] [2023-09-08T19:40:26.395Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ jersey-parent --- [2023-09-08T19:40:26.395Z] [INFO] [2023-09-08T19:40:26.395Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ jersey-parent --- [2023-09-08T19:40:26.395Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/jersey-parent/1.0.0-SNAPSHOT/jersey-parent-1.0.0-SNAPSHOT.pom [2023-09-08T19:40:26.395Z] [INFO] [2023-09-08T19:40:26.395Z] [INFO] --< org.eclipse.orbit.bundles:org.glassfish.jersey.apache.connector >--- [2023-09-08T19:40:26.395Z] [INFO] Building jersey-connectors-apache 2.30.1-SNAPSHOT [217/375] [2023-09-08T19:40:26.395Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:40:26.395Z] [INFO] [2023-09-08T19:40:26.395Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.glassfish.jersey.apache.connector --- [2023-09-08T19:40:26.395Z] [INFO] [2023-09-08T19:40:26.395Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.glassfish.jersey.apache.connector --- [2023-09-08T19:40:26.395Z] [INFO] The project's OSGi version is 2.30.1.v20221203-1659 [2023-09-08T19:40:26.395Z] [INFO] [2023-09-08T19:40:26.395Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.glassfish.jersey.apache.connector --- [2023-09-08T19:40:26.395Z] [INFO] [2023-09-08T19:40:26.395Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.glassfish.jersey.apache.connector --- [2023-09-08T19:40:26.395Z] [INFO] Copying 3 resources [2023-09-08T19:40:26.395Z] [INFO] [2023-09-08T19:40:26.395Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.glassfish.jersey.apache.connector --- [2023-09-08T19:40:26.395Z] [INFO] No sources to compile [2023-09-08T19:40:26.395Z] [INFO] [2023-09-08T19:40:26.395Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.glassfish.jersey.apache.connector --- [2023-09-08T19:40:26.395Z] [INFO] Gathering dependencies [2023-09-08T19:40:26.395Z] [INFO] Configured Artifact: org.glassfish.jersey.connectors:jersey-apache-connector:2.30.1:jar [2023-09-08T19:40:26.395Z] [INFO] Unpacking /home/vnc/.m2/repository/org/glassfish/jersey/connectors/jersey-apache-connector/2.30.1/jersey-apache-connector-2.30.1.jar to /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.apache.connector_2.30.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:40:26.395Z] [INFO] Merging collected dependencies [2023-09-08T19:40:26.395Z] [INFO] Copying 20 resources [2023-09-08T19:40:26.395Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:40:26.395Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.jersey.apache.connector:eclipse-bundle-recipe:2.30.1-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] [2023-09-08T19:40:26.395Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.jersey.apache.connector:eclipse-bundle-recipe:2.30.1-SNAPSHOT : Unused Import-Package instructions: [javax.annotation.*, javax.inject.*, org.glassfish.hk2.osgiresourcelocator.*, org.*.hk2.*, org.jvnet.hk2.external.*, javax.xml.bind*] [2023-09-08T19:40:26.395Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.apache.connector_2.30.1/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:40:26.651Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.apache.connector_2.30.1/target/org.glassfish.jersey.apache.connector-2.30.1-SNAPSHOT.jar [2023-09-08T19:40:26.651Z] [INFO] Gathering sources [2023-09-08T19:40:26.651Z] [INFO] Configured Artifact: org.glassfish.jersey.connectors:jersey-apache-connector:sources:2.30.1:jar [2023-09-08T19:40:26.651Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/glassfish/jersey/connectors/jersey-apache-connector/2.30.1/jersey-apache-connector-2.30.1-sources.jar [2023-09-08T19:40:26.651Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/connectors/jersey-apache-connector/2.30.1/jersey-apache-connector-2.30.1-sources.jar [2023-09-08T19:40:26.651Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/connectors/jersey-apache-connector/2.30.1/jersey-apache-connector-2.30.1-sources.jar (34 kB at 1.2 MB/s) [2023-09-08T19:40:26.651Z] [INFO] Unpacking /home/vnc/.m2/repository/org/glassfish/jersey/connectors/jersey-apache-connector/2.30.1/jersey-apache-connector-2.30.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.apache.connector_2.30.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:40:26.651Z] [INFO] Copying 3 resources [2023-09-08T19:40:26.651Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.apache.connector_2.30.1/src/main/java [2023-09-08T19:40:26.651Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.apache.connector_2.30.1/target/org.glassfish.jersey.apache.connector-2.30.1-SNAPSHOT-sources.jar [2023-09-08T19:40:26.651Z] [INFO] Assembling p2 repository [2023-09-08T19:40:27.214Z] [INFO] [2023-09-08T19:40:27.214Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.glassfish.jersey.apache.connector --- [2023-09-08T19:40:27.214Z] [INFO] [2023-09-08T19:40:27.214Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.glassfish.jersey.apache.connector --- [2023-09-08T19:40:27.214Z] [INFO] Gathering sources archives [2023-09-08T19:40:27.214Z] [INFO] Configured Artifact: org.glassfish.jersey.connectors:jersey-apache-connector:sources:2.30.1:jar [2023-09-08T19:40:27.214Z] [INFO] Unpacking /home/vnc/.m2/repository/org/glassfish/jersey/connectors/jersey-apache-connector/2.30.1/jersey-apache-connector-2.30.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.apache.connector_2.30.1/target/sources-for-eclipse-ipzilla/jersey-apache-connector-2.30.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:40:27.214Z] [INFO] Configured Artifact: org.glassfish.jersey.connectors:jersey-apache-connector:sources:2.30.1:jar [2023-09-08T19:40:27.215Z] [INFO] Copying jersey-apache-connector-2.30.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.apache.connector_2.30.1/target/sources-for-eclipse-ipzilla/jersey-apache-connector-2.30.1-sources.jar [2023-09-08T19:40:27.215Z] [INFO] Refreshing about files and about.html [2023-09-08T19:40:27.215Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.apache.connector_2.30.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:40:27.215Z] [INFO] [2023-09-08T19:40:27.215Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.glassfish.jersey.apache.connector --- [2023-09-08T19:40:27.215Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.apache.connector_2.30.1/target/org.glassfish.jersey.apache.connector-2.30.1-SNAPSHOT.jar [2023-09-08T19:40:28.145Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.apache.connector_2.30.1/target/org.glassfish.jersey.apache.connector-2.30.1-SNAPSHOT-sources.jar [2023-09-08T19:40:29.074Z] [INFO] [2023-09-08T19:40:29.074Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.glassfish.jersey.apache.connector --- [2023-09-08T19:40:29.330Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.glassfish.jersey.apache.connector:2.30.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.apache.connector_2.30.1/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:40:29.330Z] no-classifier: different [2023-09-08T19:40:29.330Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:40:29.330Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:40:29.330Z] classifier-sources: different [2023-09-08T19:40:29.330Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:40:29.330Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:40:29.330Z] [2023-09-08T19:40:29.330Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.glassfish.jersey.apache.connector:2.30.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.apache.connector_2.30.1/pom.xml [2023-09-08T19:40:29.330Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:40:29.330Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:40:29.330Z] [2023-09-08T19:40:29.330Z] [INFO] [2023-09-08T19:40:29.330Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.glassfish.jersey.apache.connector --- [2023-09-08T19:40:29.330Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.apache.connector_2.30.1/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.jersey.apache.connector/2.30.1-SNAPSHOT/org.glassfish.jersey.apache.connector-2.30.1-SNAPSHOT.pom [2023-09-08T19:40:29.330Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.apache.connector_2.30.1/target/org.glassfish.jersey.apache.connector-2.30.1-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.jersey.apache.connector/2.30.1-SNAPSHOT/org.glassfish.jersey.apache.connector-2.30.1-SNAPSHOT.jar [2023-09-08T19:40:29.330Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.apache.connector_2.30.1/target/org.glassfish.jersey.apache.connector-2.30.1-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.jersey.apache.connector/2.30.1-SNAPSHOT/org.glassfish.jersey.apache.connector-2.30.1-SNAPSHOT-sources.jar [2023-09-08T19:40:29.330Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.apache.connector_2.30.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.jersey.apache.connector/2.30.1-SNAPSHOT/org.glassfish.jersey.apache.connector-2.30.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:40:29.330Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.apache.connector_2.30.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.jersey.apache.connector/2.30.1-SNAPSHOT/org.glassfish.jersey.apache.connector-2.30.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:40:29.330Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.apache.connector_2.30.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.jersey.apache.connector/2.30.1-SNAPSHOT/org.glassfish.jersey.apache.connector-2.30.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:40:29.331Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.apache.connector_2.30.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.jersey.apache.connector/2.30.1-SNAPSHOT/org.glassfish.jersey.apache.connector-2.30.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:40:29.331Z] [INFO] [2023-09-08T19:40:29.331Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.glassfish.jersey.apache.connector --- [2023-09-08T19:40:29.331Z] [INFO] [2023-09-08T19:40:29.331Z] [INFO] --< org.eclipse.orbit.bundles:org.glassfish.jersey.containers.servlet >-- [2023-09-08T19:40:29.331Z] [INFO] Building jersey-container-servlet 2.30.1-SNAPSHOT [218/375] [2023-09-08T19:40:29.331Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:40:29.331Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/glassfish/jersey/containers/jersey-container-servlet/2.30.1/jersey-container-servlet-2.30.1.pom [2023-09-08T19:40:29.331Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/containers/jersey-container-servlet/2.30.1/jersey-container-servlet-2.30.1.pom [2023-09-08T19:40:29.331Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/containers/jersey-container-servlet/2.30.1/jersey-container-servlet-2.30.1.pom (3.5 kB at 222 kB/s) [2023-09-08T19:40:29.331Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/glassfish/jersey/containers/project/2.30.1/project-2.30.1.pom [2023-09-08T19:40:29.331Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/containers/project/2.30.1/project-2.30.1.pom [2023-09-08T19:40:29.331Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/containers/project/2.30.1/project-2.30.1.pom (2.8 kB at 164 kB/s) [2023-09-08T19:40:29.331Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/glassfish/jersey/containers/jersey-container-servlet-core/2.30.1/jersey-container-servlet-core-2.30.1.pom [2023-09-08T19:40:29.331Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/containers/jersey-container-servlet-core/2.30.1/jersey-container-servlet-core-2.30.1.pom [2023-09-08T19:40:29.331Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/containers/jersey-container-servlet-core/2.30.1/jersey-container-servlet-core-2.30.1.pom (3.4 kB at 340 kB/s) [2023-09-08T19:40:29.331Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/glassfish/jersey/core/jersey-server/2.30.1/jersey-server-2.30.1.pom [2023-09-08T19:40:29.331Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/core/jersey-server/2.30.1/jersey-server-2.30.1.pom [2023-09-08T19:40:29.331Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/core/jersey-server/2.30.1/jersey-server-2.30.1.pom (12 kB at 454 kB/s) [2023-09-08T19:40:29.331Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/glassfish/jersey/media/jersey-media-jaxb/2.30.1/jersey-media-jaxb-2.30.1.pom [2023-09-08T19:40:29.331Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/media/jersey-media-jaxb/2.30.1/jersey-media-jaxb-2.30.1.pom [2023-09-08T19:40:29.331Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/media/jersey-media-jaxb/2.30.1/jersey-media-jaxb-2.30.1.pom (6.0 kB at 549 kB/s) [2023-09-08T19:40:29.331Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/jakarta/validation/jakarta.validation-api/2.0.2/jakarta.validation-api-2.0.2.pom [2023-09-08T19:40:29.331Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/jakarta/validation/jakarta.validation-api/2.0.2/jakarta.validation-api-2.0.2.pom [2023-09-08T19:40:29.331Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/validation/jakarta.validation-api/2.0.2/jakarta.validation-api-2.0.2.pom (11 kB at 1.1 MB/s) [2023-09-08T19:40:29.331Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/glassfish/jersey/containers/jersey-container-servlet/2.30.1/jersey-container-servlet-2.30.1.jar [2023-09-08T19:40:29.331Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/glassfish/jersey/media/jersey-media-jaxb/2.30.1/jersey-media-jaxb-2.30.1.jar [2023-09-08T19:40:29.331Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/glassfish/jersey/core/jersey-server/2.30.1/jersey-server-2.30.1.jar [2023-09-08T19:40:29.331Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/glassfish/jersey/containers/jersey-container-servlet-core/2.30.1/jersey-container-servlet-core-2.30.1.jar [2023-09-08T19:40:29.331Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/jakarta/validation/jakarta.validation-api/2.0.2/jakarta.validation-api-2.0.2.jar [2023-09-08T19:40:29.587Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/containers/jersey-container-servlet/2.30.1/jersey-container-servlet-2.30.1.jar [2023-09-08T19:40:29.587Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/core/jersey-server/2.30.1/jersey-server-2.30.1.jar [2023-09-08T19:40:29.587Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/containers/jersey-container-servlet-core/2.30.1/jersey-container-servlet-core-2.30.1.jar [2023-09-08T19:40:29.587Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/jakarta/validation/jakarta.validation-api/2.0.2/jakarta.validation-api-2.0.2.jar [2023-09-08T19:40:29.587Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/media/jersey-media-jaxb/2.30.1/jersey-media-jaxb-2.30.1.jar [2023-09-08T19:40:29.587Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/containers/jersey-container-servlet/2.30.1/jersey-container-servlet-2.30.1.jar (32 kB at 1.3 MB/s) [2023-09-08T19:40:29.587Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/media/jersey-media-jaxb/2.30.1/jersey-media-jaxb-2.30.1.jar (86 kB at 4.5 MB/s) [2023-09-08T19:40:29.588Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/containers/jersey-container-servlet-core/2.30.1/jersey-container-servlet-core-2.30.1.jar (73 kB at 2.5 MB/s) [2023-09-08T19:40:29.588Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/validation/jakarta.validation-api/2.0.2/jakarta.validation-api-2.0.2.jar (92 kB at 4.0 MB/s) [2023-09-08T19:40:29.588Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/core/jersey-server/2.30.1/jersey-server-2.30.1.jar (928 kB at 36 MB/s) [2023-09-08T19:40:29.588Z] [INFO] [2023-09-08T19:40:29.588Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.glassfish.jersey.containers.servlet --- [2023-09-08T19:40:29.588Z] [INFO] [2023-09-08T19:40:29.588Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.glassfish.jersey.containers.servlet --- [2023-09-08T19:40:29.588Z] [INFO] The project's OSGi version is 2.30.1.v20221112-0806 [2023-09-08T19:40:29.588Z] [INFO] [2023-09-08T19:40:29.588Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.glassfish.jersey.containers.servlet --- [2023-09-08T19:40:29.588Z] [INFO] [2023-09-08T19:40:29.588Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.glassfish.jersey.containers.servlet --- [2023-09-08T19:40:29.588Z] [INFO] Copying 3 resources [2023-09-08T19:40:29.588Z] [INFO] [2023-09-08T19:40:29.588Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.glassfish.jersey.containers.servlet --- [2023-09-08T19:40:29.588Z] [INFO] No sources to compile [2023-09-08T19:40:29.588Z] [INFO] [2023-09-08T19:40:29.588Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.glassfish.jersey.containers.servlet --- [2023-09-08T19:40:29.588Z] [INFO] Gathering dependencies [2023-09-08T19:40:29.588Z] [INFO] Configured Artifact: org.glassfish.jersey.containers:jersey-container-servlet:2.30.1:jar [2023-09-08T19:40:29.588Z] [INFO] Unpacking /home/vnc/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet/2.30.1/jersey-container-servlet-2.30.1.jar to /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.containers.servlet_2.30.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:40:29.588Z] [INFO] Merging collected dependencies [2023-09-08T19:40:29.588Z] [INFO] Copying 15 resources [2023-09-08T19:40:29.588Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:40:29.588Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.jersey.containers.servlet:eclipse-bundle-recipe:2.30.1-SNAPSHOT : Unused Export-Package instructions: [*.impl*] [2023-09-08T19:40:29.588Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.jersey.containers.servlet:eclipse-bundle-recipe:2.30.1-SNAPSHOT : Unused Import-Package instructions: [javax.annotation.*, javax.inject.*, org.glassfish.jersey.spi.*, org.glassfish.hk2.osgiresourcelocator.*, org.*.hk2.*, org.jvnet.hk2.external.*, javax.xml.bind*] [2023-09-08T19:40:29.588Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.containers.servlet_2.30.1/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:40:29.588Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.containers.servlet_2.30.1/target/org.glassfish.jersey.containers.servlet-2.30.1-SNAPSHOT.jar [2023-09-08T19:40:29.588Z] [INFO] Gathering sources [2023-09-08T19:40:29.588Z] [INFO] Configured Artifact: org.glassfish.jersey.containers:jersey-container-servlet:sources:2.30.1:jar [2023-09-08T19:40:29.588Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/glassfish/jersey/containers/jersey-container-servlet/2.30.1/jersey-container-servlet-2.30.1-sources.jar [2023-09-08T19:40:29.588Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/containers/jersey-container-servlet/2.30.1/jersey-container-servlet-2.30.1-sources.jar [2023-09-08T19:40:29.844Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/containers/jersey-container-servlet/2.30.1/jersey-container-servlet-2.30.1-sources.jar (29 kB at 494 kB/s) [2023-09-08T19:40:29.844Z] [INFO] Unpacking /home/vnc/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet/2.30.1/jersey-container-servlet-2.30.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.containers.servlet_2.30.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:40:29.844Z] [INFO] Copying 3 resources [2023-09-08T19:40:29.844Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.containers.servlet_2.30.1/src/main/java [2023-09-08T19:40:29.844Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.containers.servlet_2.30.1/target/org.glassfish.jersey.containers.servlet-2.30.1-SNAPSHOT-sources.jar [2023-09-08T19:40:29.844Z] [INFO] Assembling p2 repository [2023-09-08T19:40:30.407Z] [INFO] [2023-09-08T19:40:30.407Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.glassfish.jersey.containers.servlet --- [2023-09-08T19:40:30.407Z] [INFO] [2023-09-08T19:40:30.407Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.glassfish.jersey.containers.servlet --- [2023-09-08T19:40:30.407Z] [INFO] Gathering sources archives [2023-09-08T19:40:30.407Z] [INFO] Configured Artifact: org.glassfish.jersey.containers:jersey-container-servlet:sources:2.30.1:jar [2023-09-08T19:40:30.407Z] [INFO] Unpacking /home/vnc/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet/2.30.1/jersey-container-servlet-2.30.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.containers.servlet_2.30.1/target/sources-for-eclipse-ipzilla/jersey-container-servlet-2.30.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:40:30.407Z] [INFO] Configured Artifact: org.glassfish.jersey.containers:jersey-container-servlet:sources:2.30.1:jar [2023-09-08T19:40:30.407Z] [INFO] Copying jersey-container-servlet-2.30.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.containers.servlet_2.30.1/target/sources-for-eclipse-ipzilla/jersey-container-servlet-2.30.1-sources.jar [2023-09-08T19:40:30.407Z] [INFO] Refreshing about files and about.html [2023-09-08T19:40:30.407Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.containers.servlet_2.30.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:40:30.407Z] [INFO] [2023-09-08T19:40:30.407Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.glassfish.jersey.containers.servlet --- [2023-09-08T19:40:30.407Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.containers.servlet_2.30.1/target/org.glassfish.jersey.containers.servlet-2.30.1-SNAPSHOT.jar [2023-09-08T19:40:32.299Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.containers.servlet_2.30.1/target/org.glassfish.jersey.containers.servlet-2.30.1-SNAPSHOT-sources.jar [2023-09-08T19:40:32.554Z] [INFO] [2023-09-08T19:40:32.554Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.glassfish.jersey.containers.servlet --- [2023-09-08T19:40:32.810Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.glassfish.jersey.containers.servlet:2.30.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.containers.servlet_2.30.1/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:40:32.810Z] no-classifier: different [2023-09-08T19:40:32.810Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:40:32.810Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:40:32.810Z] classifier-sources: different [2023-09-08T19:40:32.810Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:40:32.810Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:40:32.810Z] [2023-09-08T19:40:32.810Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.glassfish.jersey.containers.servlet:2.30.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.containers.servlet_2.30.1/pom.xml [2023-09-08T19:40:32.810Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:40:32.810Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:40:32.810Z] [2023-09-08T19:40:32.810Z] [INFO] [2023-09-08T19:40:32.810Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.glassfish.jersey.containers.servlet --- [2023-09-08T19:40:32.810Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.containers.servlet_2.30.1/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.jersey.containers.servlet/2.30.1-SNAPSHOT/org.glassfish.jersey.containers.servlet-2.30.1-SNAPSHOT.pom [2023-09-08T19:40:32.810Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.containers.servlet_2.30.1/target/org.glassfish.jersey.containers.servlet-2.30.1-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.jersey.containers.servlet/2.30.1-SNAPSHOT/org.glassfish.jersey.containers.servlet-2.30.1-SNAPSHOT.jar [2023-09-08T19:40:32.810Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.containers.servlet_2.30.1/target/org.glassfish.jersey.containers.servlet-2.30.1-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.jersey.containers.servlet/2.30.1-SNAPSHOT/org.glassfish.jersey.containers.servlet-2.30.1-SNAPSHOT-sources.jar [2023-09-08T19:40:32.810Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.containers.servlet_2.30.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.jersey.containers.servlet/2.30.1-SNAPSHOT/org.glassfish.jersey.containers.servlet-2.30.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:40:32.810Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.containers.servlet_2.30.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.jersey.containers.servlet/2.30.1-SNAPSHOT/org.glassfish.jersey.containers.servlet-2.30.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:40:32.810Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.containers.servlet_2.30.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.jersey.containers.servlet/2.30.1-SNAPSHOT/org.glassfish.jersey.containers.servlet-2.30.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:40:32.810Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.containers.servlet_2.30.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.jersey.containers.servlet/2.30.1-SNAPSHOT/org.glassfish.jersey.containers.servlet-2.30.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:40:32.810Z] [INFO] [2023-09-08T19:40:32.810Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.glassfish.jersey.containers.servlet --- [2023-09-08T19:40:32.811Z] [INFO] [2023-09-08T19:40:32.811Z] [INFO] --< org.eclipse.orbit.bundles:org.glassfish.jersey.containers.servlet.core >-- [2023-09-08T19:40:32.811Z] [INFO] Building jersey-container-servlet-core 2.30.1-SNAPSHOT [219/375] [2023-09-08T19:40:32.811Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:40:32.811Z] [INFO] [2023-09-08T19:40:32.811Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.glassfish.jersey.containers.servlet.core --- [2023-09-08T19:40:32.811Z] [INFO] [2023-09-08T19:40:32.811Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.glassfish.jersey.containers.servlet.core --- [2023-09-08T19:40:32.811Z] [INFO] The project's OSGi version is 2.30.1.v20221112-0806 [2023-09-08T19:40:32.811Z] [INFO] [2023-09-08T19:40:32.811Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.glassfish.jersey.containers.servlet.core --- [2023-09-08T19:40:32.811Z] [INFO] [2023-09-08T19:40:32.811Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.glassfish.jersey.containers.servlet.core --- [2023-09-08T19:40:32.811Z] [INFO] Copying 3 resources [2023-09-08T19:40:32.811Z] [INFO] [2023-09-08T19:40:32.811Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.glassfish.jersey.containers.servlet.core --- [2023-09-08T19:40:32.811Z] [INFO] No sources to compile [2023-09-08T19:40:32.811Z] [INFO] [2023-09-08T19:40:32.811Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.glassfish.jersey.containers.servlet.core --- [2023-09-08T19:40:32.811Z] [INFO] Gathering dependencies [2023-09-08T19:40:32.811Z] [INFO] Configured Artifact: org.glassfish.jersey.containers:jersey-container-servlet-core:2.30.1:jar [2023-09-08T19:40:32.811Z] [INFO] Unpacking /home/vnc/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet-core/2.30.1/jersey-container-servlet-core-2.30.1.jar to /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.containers.servlet.core_2.30.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:40:32.811Z] [INFO] Merging collected dependencies [2023-09-08T19:40:32.811Z] [INFO] Copying 48 resources [2023-09-08T19:40:32.811Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:40:32.811Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.jersey.containers.servlet.core:eclipse-bundle-recipe:2.30.1-SNAPSHOT : Unused Export-Package instructions: [*.impl*] [2023-09-08T19:40:32.811Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.jersey.containers.servlet.core:eclipse-bundle-recipe:2.30.1-SNAPSHOT : Unused Import-Package instructions: [javax.annotation.*, org.glassfish.jersey.spi.*, org.glassfish.hk2.osgiresourcelocator.*, org.*.hk2.*, org.jvnet.hk2.external.*, javax.xml.bind*] [2023-09-08T19:40:32.811Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.containers.servlet.core_2.30.1/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:40:33.066Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.containers.servlet.core_2.30.1/target/org.glassfish.jersey.containers.servlet.core-2.30.1-SNAPSHOT.jar [2023-09-08T19:40:33.066Z] [INFO] Gathering sources [2023-09-08T19:40:33.066Z] [INFO] Configured Artifact: org.glassfish.jersey.containers:jersey-container-servlet-core:sources:2.30.1:jar [2023-09-08T19:40:33.066Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/glassfish/jersey/containers/jersey-container-servlet-core/2.30.1/jersey-container-servlet-core-2.30.1-sources.jar [2023-09-08T19:40:33.066Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/containers/jersey-container-servlet-core/2.30.1/jersey-container-servlet-core-2.30.1-sources.jar [2023-09-08T19:40:33.066Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/containers/jersey-container-servlet-core/2.30.1/jersey-container-servlet-core-2.30.1-sources.jar (64 kB at 717 kB/s) [2023-09-08T19:40:33.066Z] [INFO] Unpacking /home/vnc/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet-core/2.30.1/jersey-container-servlet-core-2.30.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.containers.servlet.core_2.30.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:40:33.066Z] [INFO] Copying 3 resources [2023-09-08T19:40:33.066Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.containers.servlet.core_2.30.1/src/main/java [2023-09-08T19:40:33.066Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.containers.servlet.core_2.30.1/target/org.glassfish.jersey.containers.servlet.core-2.30.1-SNAPSHOT-sources.jar [2023-09-08T19:40:33.323Z] [INFO] Assembling p2 repository [2023-09-08T19:40:33.887Z] [INFO] [2023-09-08T19:40:33.887Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.glassfish.jersey.containers.servlet.core --- [2023-09-08T19:40:33.887Z] [INFO] [2023-09-08T19:40:33.887Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.glassfish.jersey.containers.servlet.core --- [2023-09-08T19:40:33.887Z] [INFO] Gathering sources archives [2023-09-08T19:40:33.887Z] [INFO] Configured Artifact: org.glassfish.jersey.containers:jersey-container-servlet-core:sources:2.30.1:jar [2023-09-08T19:40:33.887Z] [INFO] Unpacking /home/vnc/.m2/repository/org/glassfish/jersey/containers/jersey-container-servlet-core/2.30.1/jersey-container-servlet-core-2.30.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.containers.servlet.core_2.30.1/target/sources-for-eclipse-ipzilla/jersey-container-servlet-core-2.30.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:40:33.887Z] [INFO] Configured Artifact: org.glassfish.jersey.containers:jersey-container-servlet-core:sources:2.30.1:jar [2023-09-08T19:40:33.887Z] [INFO] Copying jersey-container-servlet-core-2.30.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.containers.servlet.core_2.30.1/target/sources-for-eclipse-ipzilla/jersey-container-servlet-core-2.30.1-sources.jar [2023-09-08T19:40:33.887Z] [INFO] Refreshing about files and about.html [2023-09-08T19:40:33.887Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.containers.servlet.core_2.30.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:40:33.887Z] [INFO] [2023-09-08T19:40:33.887Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.glassfish.jersey.containers.servlet.core --- [2023-09-08T19:40:33.887Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.containers.servlet.core_2.30.1/target/org.glassfish.jersey.containers.servlet.core-2.30.1-SNAPSHOT.jar [2023-09-08T19:40:34.814Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.containers.servlet.core_2.30.1/target/org.glassfish.jersey.containers.servlet.core-2.30.1-SNAPSHOT-sources.jar [2023-09-08T19:40:36.181Z] [INFO] [2023-09-08T19:40:36.181Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.glassfish.jersey.containers.servlet.core --- [2023-09-08T19:40:36.437Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.glassfish.jersey.containers.servlet.core:2.30.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.containers.servlet.core_2.30.1/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:40:36.437Z] no-classifier: different [2023-09-08T19:40:36.437Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:40:36.437Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:40:36.437Z] classifier-sources: different [2023-09-08T19:40:36.437Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:40:36.437Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:40:36.437Z] [2023-09-08T19:40:36.437Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.glassfish.jersey.containers.servlet.core:2.30.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.containers.servlet.core_2.30.1/pom.xml [2023-09-08T19:40:36.437Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:40:36.437Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:40:36.437Z] [2023-09-08T19:40:36.437Z] [INFO] [2023-09-08T19:40:36.437Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.glassfish.jersey.containers.servlet.core --- [2023-09-08T19:40:36.437Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.containers.servlet.core_2.30.1/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.jersey.containers.servlet.core/2.30.1-SNAPSHOT/org.glassfish.jersey.containers.servlet.core-2.30.1-SNAPSHOT.pom [2023-09-08T19:40:36.437Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.containers.servlet.core_2.30.1/target/org.glassfish.jersey.containers.servlet.core-2.30.1-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.jersey.containers.servlet.core/2.30.1-SNAPSHOT/org.glassfish.jersey.containers.servlet.core-2.30.1-SNAPSHOT.jar [2023-09-08T19:40:36.437Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.containers.servlet.core_2.30.1/target/org.glassfish.jersey.containers.servlet.core-2.30.1-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.jersey.containers.servlet.core/2.30.1-SNAPSHOT/org.glassfish.jersey.containers.servlet.core-2.30.1-SNAPSHOT-sources.jar [2023-09-08T19:40:36.437Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.containers.servlet.core_2.30.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.jersey.containers.servlet.core/2.30.1-SNAPSHOT/org.glassfish.jersey.containers.servlet.core-2.30.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:40:36.438Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.containers.servlet.core_2.30.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.jersey.containers.servlet.core/2.30.1-SNAPSHOT/org.glassfish.jersey.containers.servlet.core-2.30.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:40:36.438Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.containers.servlet.core_2.30.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.jersey.containers.servlet.core/2.30.1-SNAPSHOT/org.glassfish.jersey.containers.servlet.core-2.30.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:40:36.438Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.containers.servlet.core_2.30.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.jersey.containers.servlet.core/2.30.1-SNAPSHOT/org.glassfish.jersey.containers.servlet.core-2.30.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:40:36.438Z] [INFO] [2023-09-08T19:40:36.438Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.glassfish.jersey.containers.servlet.core --- [2023-09-08T19:40:36.438Z] [INFO] [2023-09-08T19:40:36.438Z] [INFO] --< org.eclipse.orbit.bundles:org.glassfish.jersey.core.jersey-client >-- [2023-09-08T19:40:36.438Z] [INFO] Building jersey-core-client 2.30.1-SNAPSHOT [220/375] [2023-09-08T19:40:36.438Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:40:36.438Z] [INFO] [2023-09-08T19:40:36.438Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.glassfish.jersey.core.jersey-client --- [2023-09-08T19:40:36.438Z] [INFO] [2023-09-08T19:40:36.438Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.glassfish.jersey.core.jersey-client --- [2023-09-08T19:40:36.438Z] [INFO] The project's OSGi version is 2.30.1.v20221112-0806 [2023-09-08T19:40:36.438Z] [INFO] [2023-09-08T19:40:36.438Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.glassfish.jersey.core.jersey-client --- [2023-09-08T19:40:36.438Z] [INFO] [2023-09-08T19:40:36.438Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.glassfish.jersey.core.jersey-client --- [2023-09-08T19:40:36.438Z] [INFO] Copying 3 resources [2023-09-08T19:40:36.438Z] [INFO] [2023-09-08T19:40:36.438Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.glassfish.jersey.core.jersey-client --- [2023-09-08T19:40:36.438Z] [INFO] No sources to compile [2023-09-08T19:40:36.438Z] [INFO] [2023-09-08T19:40:36.438Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.glassfish.jersey.core.jersey-client --- [2023-09-08T19:40:36.438Z] [INFO] Gathering dependencies [2023-09-08T19:40:36.438Z] [INFO] Configured Artifact: org.glassfish.jersey.core:jersey-client:2.30.1:jar [2023-09-08T19:40:36.438Z] [INFO] Unpacking /home/vnc/.m2/repository/org/glassfish/jersey/core/jersey-client/2.30.1/jersey-client-2.30.1.jar to /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.core.jersey-client_2.30.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:40:36.438Z] [INFO] Merging collected dependencies [2023-09-08T19:40:36.438Z] [INFO] Copying 158 resources [2023-09-08T19:40:36.438Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:40:36.438Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.jersey.core.jersey-client:eclipse-bundle-recipe:2.30.1-SNAPSHOT : Unused Export-Package instructions: [*.impl*] [2023-09-08T19:40:36.438Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.jersey.core.jersey-client:eclipse-bundle-recipe:2.30.1-SNAPSHOT : Host org.glassfish.hk2.locator= for this fragment/require bundle cannot be found on the classpath [2023-09-08T19:40:36.438Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.jersey.core.jersey-client:eclipse-bundle-recipe:2.30.1-SNAPSHOT : Unused Import-Package instructions: [org.glassfish.hk2.osgiresourcelocator.*, org.*.hk2.*, org.jvnet.hk2.external.*, javax.xml.bind*] [2023-09-08T19:40:36.438Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.core.jersey-client_2.30.1/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:40:36.438Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.core.jersey-client_2.30.1/target/org.glassfish.jersey.core.jersey-client-2.30.1-SNAPSHOT.jar [2023-09-08T19:40:36.438Z] [INFO] Gathering sources [2023-09-08T19:40:36.438Z] [INFO] Configured Artifact: org.glassfish.jersey.core:jersey-client:sources:2.30.1:jar [2023-09-08T19:40:36.438Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/glassfish/jersey/core/jersey-client/2.30.1/jersey-client-2.30.1-sources.jar [2023-09-08T19:40:36.438Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/core/jersey-client/2.30.1/jersey-client-2.30.1-sources.jar [2023-09-08T19:40:36.695Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/core/jersey-client/2.30.1/jersey-client-2.30.1-sources.jar (172 kB at 5.4 MB/s) [2023-09-08T19:40:36.695Z] [INFO] Unpacking /home/vnc/.m2/repository/org/glassfish/jersey/core/jersey-client/2.30.1/jersey-client-2.30.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.core.jersey-client_2.30.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:40:36.695Z] [INFO] Copying 3 resources [2023-09-08T19:40:36.695Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.core.jersey-client_2.30.1/src/main/java [2023-09-08T19:40:36.695Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.core.jersey-client_2.30.1/target/org.glassfish.jersey.core.jersey-client-2.30.1-SNAPSHOT-sources.jar [2023-09-08T19:40:36.695Z] [INFO] Assembling p2 repository [2023-09-08T19:40:37.259Z] [INFO] [2023-09-08T19:40:37.259Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.glassfish.jersey.core.jersey-client --- [2023-09-08T19:40:37.259Z] [INFO] [2023-09-08T19:40:37.259Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.glassfish.jersey.core.jersey-client --- [2023-09-08T19:40:37.259Z] [INFO] Gathering sources archives [2023-09-08T19:40:37.259Z] [INFO] Configured Artifact: org.glassfish.jersey.core:jersey-client:sources:2.30.1:jar [2023-09-08T19:40:37.259Z] [INFO] Unpacking /home/vnc/.m2/repository/org/glassfish/jersey/core/jersey-client/2.30.1/jersey-client-2.30.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.core.jersey-client_2.30.1/target/sources-for-eclipse-ipzilla/jersey-client-2.30.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:40:37.259Z] [INFO] Configured Artifact: org.glassfish.jersey.core:jersey-client:sources:2.30.1:jar [2023-09-08T19:40:37.259Z] [INFO] Copying jersey-client-2.30.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.core.jersey-client_2.30.1/target/sources-for-eclipse-ipzilla/jersey-client-2.30.1-sources.jar [2023-09-08T19:40:37.259Z] [INFO] Refreshing about files and about.html [2023-09-08T19:40:37.259Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.core.jersey-client_2.30.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:40:37.259Z] [INFO] [2023-09-08T19:40:37.259Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.glassfish.jersey.core.jersey-client --- [2023-09-08T19:40:37.259Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.core.jersey-client_2.30.1/target/org.glassfish.jersey.core.jersey-client-2.30.1-SNAPSHOT.jar [2023-09-08T19:40:38.187Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.core.jersey-client_2.30.1/target/org.glassfish.jersey.core.jersey-client-2.30.1-SNAPSHOT-sources.jar [2023-09-08T19:40:40.078Z] [INFO] [2023-09-08T19:40:40.078Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.glassfish.jersey.core.jersey-client --- [2023-09-08T19:40:40.079Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.glassfish.jersey.core.jersey-client:2.30.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.core.jersey-client_2.30.1/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:40:40.079Z] no-classifier: different [2023-09-08T19:40:40.079Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:40:40.079Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:40:40.079Z] classifier-sources: different [2023-09-08T19:40:40.079Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:40:40.079Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:40:40.079Z] [2023-09-08T19:40:40.079Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.glassfish.jersey.core.jersey-client:2.30.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.core.jersey-client_2.30.1/pom.xml [2023-09-08T19:40:40.079Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:40:40.079Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:40:40.079Z] [2023-09-08T19:40:40.079Z] [INFO] [2023-09-08T19:40:40.079Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.glassfish.jersey.core.jersey-client --- [2023-09-08T19:40:40.079Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.core.jersey-client_2.30.1/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.jersey.core.jersey-client/2.30.1-SNAPSHOT/org.glassfish.jersey.core.jersey-client-2.30.1-SNAPSHOT.pom [2023-09-08T19:40:40.079Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.core.jersey-client_2.30.1/target/org.glassfish.jersey.core.jersey-client-2.30.1-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.jersey.core.jersey-client/2.30.1-SNAPSHOT/org.glassfish.jersey.core.jersey-client-2.30.1-SNAPSHOT.jar [2023-09-08T19:40:40.079Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.core.jersey-client_2.30.1/target/org.glassfish.jersey.core.jersey-client-2.30.1-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.jersey.core.jersey-client/2.30.1-SNAPSHOT/org.glassfish.jersey.core.jersey-client-2.30.1-SNAPSHOT-sources.jar [2023-09-08T19:40:40.079Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.core.jersey-client_2.30.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.jersey.core.jersey-client/2.30.1-SNAPSHOT/org.glassfish.jersey.core.jersey-client-2.30.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:40:40.079Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.core.jersey-client_2.30.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.jersey.core.jersey-client/2.30.1-SNAPSHOT/org.glassfish.jersey.core.jersey-client-2.30.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:40:40.079Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.core.jersey-client_2.30.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.jersey.core.jersey-client/2.30.1-SNAPSHOT/org.glassfish.jersey.core.jersey-client-2.30.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:40:40.079Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.core.jersey-client_2.30.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.jersey.core.jersey-client/2.30.1-SNAPSHOT/org.glassfish.jersey.core.jersey-client-2.30.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:40:40.079Z] [INFO] [2023-09-08T19:40:40.079Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.glassfish.jersey.core.jersey-client --- [2023-09-08T19:40:40.079Z] [INFO] [2023-09-08T19:40:40.079Z] [INFO] --< org.eclipse.orbit.bundles:org.glassfish.jersey.core.jersey-common >-- [2023-09-08T19:40:40.079Z] [INFO] Building jersey-core-common 2.30.1-SNAPSHOT [221/375] [2023-09-08T19:40:40.079Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:40:40.079Z] [INFO] [2023-09-08T19:40:40.079Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.glassfish.jersey.core.jersey-common --- [2023-09-08T19:40:40.079Z] [INFO] [2023-09-08T19:40:40.079Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.glassfish.jersey.core.jersey-common --- [2023-09-08T19:40:40.079Z] [INFO] The project's OSGi version is 2.30.1.v20221112-0806 [2023-09-08T19:40:40.079Z] [INFO] [2023-09-08T19:40:40.079Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.glassfish.jersey.core.jersey-common --- [2023-09-08T19:40:40.079Z] [INFO] [2023-09-08T19:40:40.079Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.glassfish.jersey.core.jersey-common --- [2023-09-08T19:40:40.079Z] [INFO] Copying 3 resources [2023-09-08T19:40:40.079Z] [INFO] [2023-09-08T19:40:40.079Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.glassfish.jersey.core.jersey-common --- [2023-09-08T19:40:40.079Z] [INFO] No sources to compile [2023-09-08T19:40:40.079Z] [INFO] [2023-09-08T19:40:40.079Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.glassfish.jersey.core.jersey-common --- [2023-09-08T19:40:40.079Z] [INFO] Gathering dependencies [2023-09-08T19:40:40.079Z] [INFO] Configured Artifact: org.glassfish.jersey.core:jersey-common:2.30.1:jar [2023-09-08T19:40:40.079Z] [INFO] Unpacking /home/vnc/.m2/repository/org/glassfish/jersey/core/jersey-common/2.30.1/jersey-common-2.30.1.jar to /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.core.jersey-common_2.30.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:40:40.335Z] [INFO] Merging collected dependencies [2023-09-08T19:40:40.335Z] [INFO] Copying 856 resources [2023-09-08T19:40:40.335Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:40:40.592Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.jersey.core.jersey-common:eclipse-bundle-recipe:2.30.1-SNAPSHOT : Unused Export-Package instructions: [*.impl*] [2023-09-08T19:40:40.593Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.jersey.core.jersey-common:eclipse-bundle-recipe:2.30.1-SNAPSHOT : Unused Import-Package instructions: [org.*.hk2.*, org.jvnet.hk2.external.*, javax.xml.bind*] [2023-09-08T19:40:40.593Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.jersey.core.jersey-common:eclipse-bundle-recipe:2.30.1-SNAPSHOT : Classes found in the wrong directory: {META-INF/versions/11/org/glassfish/jersey/internal/jsr166/SubmissionPublisherFactory.class=org.glassfish.jersey.internal.jsr166.SubmissionPublisherFactory, META-INF/versions/11/org/glassfish/jersey/internal/jsr166/SubmissionPublisher$2.class=org.glassfish.jersey.internal.jsr166.SubmissionPublisher$2, META-INF/versions/11/org/glassfish/jersey/internal/jsr166/SubmissionPublisher$3.class=org.glassfish.jersey.internal.jsr166.SubmissionPublisher$3, META-INF/versions/11/org/glassfish/jersey/internal/jsr166/SubmissionPublisher$5.class=org.glassfish.jersey.internal.jsr166.SubmissionPublisher$5, META-INF/versions/11/org/glassfish/jersey/internal/jsr166/SubmissionPublisher.class=org.glassfish.jersey.internal.jsr166.SubmissionPublisher, META-INF/versions/11/org/glassfish/jersey/internal/jsr166/SubmissionPublisher$1.class=org.glassfish.jersey.internal.jsr166.SubmissionPublisher$1, META-INF/versions/11/org/glassfish/jersey/internal/jsr166/SubmissionPublisher$4.class=org.glassfish.jersey.internal.jsr166.SubmissionPublisher$4, META-INF/versions/11/org/glassfish/jersey/internal/jsr166/SubmissionPublisher$6.class=org.glassfish.jersey.internal.jsr166.SubmissionPublisher$6} [2023-09-08T19:40:40.593Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.core.jersey-common_2.30.1/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:40:40.593Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.core.jersey-common_2.30.1/target/org.glassfish.jersey.core.jersey-common-2.30.1-SNAPSHOT.jar [2023-09-08T19:40:41.154Z] [INFO] Gathering sources [2023-09-08T19:40:41.154Z] [INFO] Configured Artifact: org.glassfish.jersey.core:jersey-common:sources:2.30.1:jar [2023-09-08T19:40:41.154Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/glassfish/jersey/core/jersey-common/2.30.1/jersey-common-2.30.1-sources.jar [2023-09-08T19:40:41.154Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/core/jersey-common/2.30.1/jersey-common-2.30.1-sources.jar [2023-09-08T19:40:41.154Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/core/jersey-common/2.30.1/jersey-common-2.30.1-sources.jar (775 kB at 18 MB/s) [2023-09-08T19:40:41.154Z] [INFO] Unpacking /home/vnc/.m2/repository/org/glassfish/jersey/core/jersey-common/2.30.1/jersey-common-2.30.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.core.jersey-common_2.30.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:40:41.154Z] [INFO] Copying 3 resources [2023-09-08T19:40:41.154Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.core.jersey-common_2.30.1/src/main/java [2023-09-08T19:40:41.154Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.core.jersey-common_2.30.1/target/org.glassfish.jersey.core.jersey-common-2.30.1-SNAPSHOT-sources.jar [2023-09-08T19:40:41.154Z] [INFO] Assembling p2 repository [2023-09-08T19:40:42.082Z] [INFO] [2023-09-08T19:40:42.082Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.glassfish.jersey.core.jersey-common --- [2023-09-08T19:40:42.082Z] [INFO] [2023-09-08T19:40:42.082Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.glassfish.jersey.core.jersey-common --- [2023-09-08T19:40:42.082Z] [INFO] Gathering sources archives [2023-09-08T19:40:42.082Z] [INFO] Configured Artifact: org.glassfish.jersey.core:jersey-common:sources:2.30.1:jar [2023-09-08T19:40:42.082Z] [INFO] Unpacking /home/vnc/.m2/repository/org/glassfish/jersey/core/jersey-common/2.30.1/jersey-common-2.30.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.core.jersey-common_2.30.1/target/sources-for-eclipse-ipzilla/jersey-common-2.30.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:40:42.082Z] [INFO] Configured Artifact: org.glassfish.jersey.core:jersey-common:sources:2.30.1:jar [2023-09-08T19:40:42.082Z] [INFO] Copying jersey-common-2.30.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.core.jersey-common_2.30.1/target/sources-for-eclipse-ipzilla/jersey-common-2.30.1-sources.jar [2023-09-08T19:40:42.082Z] [INFO] Refreshing about files and about.html [2023-09-08T19:40:42.082Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.core.jersey-common_2.30.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:40:42.082Z] [INFO] [2023-09-08T19:40:42.082Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.glassfish.jersey.core.jersey-common --- [2023-09-08T19:40:42.338Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.core.jersey-common_2.30.1/target/org.glassfish.jersey.core.jersey-common-2.30.1-SNAPSHOT.jar [2023-09-08T19:40:43.705Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.core.jersey-common_2.30.1/target/org.glassfish.jersey.core.jersey-common-2.30.1-SNAPSHOT-sources.jar [2023-09-08T19:40:44.630Z] [INFO] [2023-09-08T19:40:44.630Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.glassfish.jersey.core.jersey-common --- [2023-09-08T19:40:45.192Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.glassfish.jersey.core.jersey-common:2.30.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.core.jersey-common_2.30.1/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:40:45.192Z] no-classifier: different [2023-09-08T19:40:45.192Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:40:45.192Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:40:45.192Z] classifier-sources: different [2023-09-08T19:40:45.192Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:40:45.192Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:40:45.192Z] [2023-09-08T19:40:45.192Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.glassfish.jersey.core.jersey-common:2.30.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.core.jersey-common_2.30.1/pom.xml [2023-09-08T19:40:45.192Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:40:45.192Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:40:45.192Z] [2023-09-08T19:40:45.192Z] [INFO] [2023-09-08T19:40:45.192Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.glassfish.jersey.core.jersey-common --- [2023-09-08T19:40:45.192Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.core.jersey-common_2.30.1/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.jersey.core.jersey-common/2.30.1-SNAPSHOT/org.glassfish.jersey.core.jersey-common-2.30.1-SNAPSHOT.pom [2023-09-08T19:40:45.192Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.core.jersey-common_2.30.1/target/org.glassfish.jersey.core.jersey-common-2.30.1-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.jersey.core.jersey-common/2.30.1-SNAPSHOT/org.glassfish.jersey.core.jersey-common-2.30.1-SNAPSHOT.jar [2023-09-08T19:40:45.192Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.core.jersey-common_2.30.1/target/org.glassfish.jersey.core.jersey-common-2.30.1-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.jersey.core.jersey-common/2.30.1-SNAPSHOT/org.glassfish.jersey.core.jersey-common-2.30.1-SNAPSHOT-sources.jar [2023-09-08T19:40:45.192Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.core.jersey-common_2.30.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.jersey.core.jersey-common/2.30.1-SNAPSHOT/org.glassfish.jersey.core.jersey-common-2.30.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:40:45.192Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.core.jersey-common_2.30.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.jersey.core.jersey-common/2.30.1-SNAPSHOT/org.glassfish.jersey.core.jersey-common-2.30.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:40:45.192Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.core.jersey-common_2.30.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.jersey.core.jersey-common/2.30.1-SNAPSHOT/org.glassfish.jersey.core.jersey-common-2.30.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:40:45.192Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.core.jersey-common_2.30.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.jersey.core.jersey-common/2.30.1-SNAPSHOT/org.glassfish.jersey.core.jersey-common-2.30.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:40:45.192Z] [INFO] [2023-09-08T19:40:45.192Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.glassfish.jersey.core.jersey-common --- [2023-09-08T19:40:45.192Z] [INFO] [2023-09-08T19:40:45.192Z] [INFO] --< org.eclipse.orbit.bundles:org.glassfish.jersey.core.jersey-server >-- [2023-09-08T19:40:45.192Z] [INFO] Building jersey-core-server 2.30.1-SNAPSHOT [222/375] [2023-09-08T19:40:45.192Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:40:45.192Z] [INFO] [2023-09-08T19:40:45.192Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.glassfish.jersey.core.jersey-server --- [2023-09-08T19:40:45.192Z] [INFO] [2023-09-08T19:40:45.192Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.glassfish.jersey.core.jersey-server --- [2023-09-08T19:40:45.192Z] [INFO] The project's OSGi version is 2.30.1.v20221112-0806 [2023-09-08T19:40:45.192Z] [INFO] [2023-09-08T19:40:45.192Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.glassfish.jersey.core.jersey-server --- [2023-09-08T19:40:45.192Z] [INFO] [2023-09-08T19:40:45.192Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.glassfish.jersey.core.jersey-server --- [2023-09-08T19:40:45.192Z] [INFO] Copying 3 resources [2023-09-08T19:40:45.192Z] [INFO] [2023-09-08T19:40:45.192Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.glassfish.jersey.core.jersey-server --- [2023-09-08T19:40:45.192Z] [INFO] No sources to compile [2023-09-08T19:40:45.192Z] [INFO] [2023-09-08T19:40:45.192Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.glassfish.jersey.core.jersey-server --- [2023-09-08T19:40:45.192Z] [INFO] Gathering dependencies [2023-09-08T19:40:45.192Z] [INFO] Configured Artifact: org.glassfish.jersey.core:jersey-server:2.30.1:jar [2023-09-08T19:40:45.192Z] [INFO] Unpacking /home/vnc/.m2/repository/org/glassfish/jersey/core/jersey-server/2.30.1/jersey-server-2.30.1.jar to /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.core.jersey-server_2.30.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:40:45.192Z] [INFO] Merging collected dependencies [2023-09-08T19:40:45.192Z] [INFO] Copying 608 resources [2023-09-08T19:40:45.192Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:40:45.192Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.jersey.core.jersey-server:eclipse-bundle-recipe:2.30.1-SNAPSHOT : No translation found for macro: 2.5.0 [2023-09-08T19:40:45.192Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.jersey.core.jersey-server:eclipse-bundle-recipe:2.30.1-SNAPSHOT : Unused Export-Package instructions: [*.impl*] [2023-09-08T19:40:45.192Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.jersey.core.jersey-server:eclipse-bundle-recipe:2.30.1-SNAPSHOT : Unused Import-Package instructions: [org.glassfish.hk2.*] [2023-09-08T19:40:45.192Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.core.jersey-server_2.30.1/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:40:45.448Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.core.jersey-server_2.30.1/target/org.glassfish.jersey.core.jersey-server-2.30.1-SNAPSHOT.jar [2023-09-08T19:40:45.448Z] [INFO] Gathering sources [2023-09-08T19:40:45.448Z] [INFO] Configured Artifact: org.glassfish.jersey.core:jersey-server:sources:2.30.1:jar [2023-09-08T19:40:45.448Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/glassfish/jersey/core/jersey-server/2.30.1/jersey-server-2.30.1-sources.jar [2023-09-08T19:40:45.449Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/core/jersey-server/2.30.1/jersey-server-2.30.1-sources.jar [2023-09-08T19:40:45.449Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/core/jersey-server/2.30.1/jersey-server-2.30.1-sources.jar (775 kB at 20 MB/s) [2023-09-08T19:40:45.449Z] [INFO] Unpacking /home/vnc/.m2/repository/org/glassfish/jersey/core/jersey-server/2.30.1/jersey-server-2.30.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.core.jersey-server_2.30.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:40:45.704Z] [INFO] Copying 3 resources [2023-09-08T19:40:45.704Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.core.jersey-server_2.30.1/src/main/java [2023-09-08T19:40:45.704Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.core.jersey-server_2.30.1/target/org.glassfish.jersey.core.jersey-server-2.30.1-SNAPSHOT-sources.jar [2023-09-08T19:40:45.704Z] [INFO] Assembling p2 repository [2023-09-08T19:40:46.265Z] [INFO] [2023-09-08T19:40:46.266Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.glassfish.jersey.core.jersey-server --- [2023-09-08T19:40:46.266Z] [INFO] [2023-09-08T19:40:46.266Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.glassfish.jersey.core.jersey-server --- [2023-09-08T19:40:46.266Z] [INFO] Gathering sources archives [2023-09-08T19:40:46.266Z] [INFO] Configured Artifact: org.glassfish.jersey.core:jersey-server:sources:2.30.1:jar [2023-09-08T19:40:46.266Z] [INFO] Unpacking /home/vnc/.m2/repository/org/glassfish/jersey/core/jersey-server/2.30.1/jersey-server-2.30.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.core.jersey-server_2.30.1/target/sources-for-eclipse-ipzilla/jersey-server-2.30.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:40:46.266Z] [INFO] Configured Artifact: org.glassfish.jersey.core:jersey-server:sources:2.30.1:jar [2023-09-08T19:40:46.266Z] [INFO] Copying jersey-server-2.30.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.core.jersey-server_2.30.1/target/sources-for-eclipse-ipzilla/jersey-server-2.30.1-sources.jar [2023-09-08T19:40:46.266Z] [INFO] Refreshing about files and about.html [2023-09-08T19:40:46.266Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.core.jersey-server_2.30.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:40:46.266Z] [INFO] [2023-09-08T19:40:46.266Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.glassfish.jersey.core.jersey-server --- [2023-09-08T19:40:46.522Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.core.jersey-server_2.30.1/target/org.glassfish.jersey.core.jersey-server-2.30.1-SNAPSHOT.jar [2023-09-08T19:40:47.889Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.core.jersey-server_2.30.1/target/org.glassfish.jersey.core.jersey-server-2.30.1-SNAPSHOT-sources.jar [2023-09-08T19:40:49.780Z] [INFO] [2023-09-08T19:40:49.780Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.glassfish.jersey.core.jersey-server --- [2023-09-08T19:40:50.035Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.glassfish.jersey.core.jersey-server:2.30.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.core.jersey-server_2.30.1/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:40:50.035Z] no-classifier: different [2023-09-08T19:40:50.035Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:40:50.035Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:40:50.035Z] classifier-sources: different [2023-09-08T19:40:50.035Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:40:50.035Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:40:50.035Z] [2023-09-08T19:40:50.035Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.glassfish.jersey.core.jersey-server:2.30.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.core.jersey-server_2.30.1/pom.xml [2023-09-08T19:40:50.035Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:40:50.035Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:40:50.035Z] [2023-09-08T19:40:50.035Z] [INFO] [2023-09-08T19:40:50.035Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.glassfish.jersey.core.jersey-server --- [2023-09-08T19:40:50.035Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.core.jersey-server_2.30.1/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.jersey.core.jersey-server/2.30.1-SNAPSHOT/org.glassfish.jersey.core.jersey-server-2.30.1-SNAPSHOT.pom [2023-09-08T19:40:50.035Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.core.jersey-server_2.30.1/target/org.glassfish.jersey.core.jersey-server-2.30.1-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.jersey.core.jersey-server/2.30.1-SNAPSHOT/org.glassfish.jersey.core.jersey-server-2.30.1-SNAPSHOT.jar [2023-09-08T19:40:50.035Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.core.jersey-server_2.30.1/target/org.glassfish.jersey.core.jersey-server-2.30.1-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.jersey.core.jersey-server/2.30.1-SNAPSHOT/org.glassfish.jersey.core.jersey-server-2.30.1-SNAPSHOT-sources.jar [2023-09-08T19:40:50.035Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.core.jersey-server_2.30.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.jersey.core.jersey-server/2.30.1-SNAPSHOT/org.glassfish.jersey.core.jersey-server-2.30.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:40:50.035Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.core.jersey-server_2.30.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.jersey.core.jersey-server/2.30.1-SNAPSHOT/org.glassfish.jersey.core.jersey-server-2.30.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:40:50.036Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.core.jersey-server_2.30.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.jersey.core.jersey-server/2.30.1-SNAPSHOT/org.glassfish.jersey.core.jersey-server-2.30.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:40:50.036Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.core.jersey-server_2.30.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.jersey.core.jersey-server/2.30.1-SNAPSHOT/org.glassfish.jersey.core.jersey-server-2.30.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:40:50.036Z] [INFO] [2023-09-08T19:40:50.036Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.glassfish.jersey.core.jersey-server --- [2023-09-08T19:40:50.036Z] [INFO] [2023-09-08T19:40:50.036Z] [INFO] --< org.eclipse.orbit.bundles:org.glassfish.jersey.ext.entityfiltering >-- [2023-09-08T19:40:50.036Z] [INFO] Building jersey-ext-entity-filtering 2.30.1-SNAPSHOT [223/375] [2023-09-08T19:40:50.036Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:40:50.036Z] [INFO] [2023-09-08T19:40:50.036Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.glassfish.jersey.ext.entityfiltering --- [2023-09-08T19:40:50.036Z] [INFO] [2023-09-08T19:40:50.036Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.glassfish.jersey.ext.entityfiltering --- [2023-09-08T19:40:50.036Z] [INFO] The project's OSGi version is 2.30.1.v20221112-0806 [2023-09-08T19:40:50.036Z] [INFO] [2023-09-08T19:40:50.036Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.glassfish.jersey.ext.entityfiltering --- [2023-09-08T19:40:50.036Z] [INFO] [2023-09-08T19:40:50.036Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.glassfish.jersey.ext.entityfiltering --- [2023-09-08T19:40:50.036Z] [INFO] Copying 3 resources [2023-09-08T19:40:50.036Z] [INFO] [2023-09-08T19:40:50.036Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.glassfish.jersey.ext.entityfiltering --- [2023-09-08T19:40:50.036Z] [INFO] No sources to compile [2023-09-08T19:40:50.036Z] [INFO] [2023-09-08T19:40:50.036Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.glassfish.jersey.ext.entityfiltering --- [2023-09-08T19:40:50.036Z] [INFO] Gathering dependencies [2023-09-08T19:40:50.036Z] [INFO] Configured Artifact: org.glassfish.jersey.ext:jersey-entity-filtering:2.30.1:jar [2023-09-08T19:40:50.036Z] [INFO] Unpacking /home/vnc/.m2/repository/org/glassfish/jersey/ext/jersey-entity-filtering/2.30.1/jersey-entity-filtering-2.30.1.jar to /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.ext.entityfiltering_2.30.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:40:50.036Z] [INFO] Merging collected dependencies [2023-09-08T19:40:50.036Z] [INFO] Copying 63 resources [2023-09-08T19:40:50.036Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:40:50.036Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.jersey.ext.entityfiltering:eclipse-bundle-recipe:2.30.1-SNAPSHOT : Unused Export-Package instructions: [*.impl*] [2023-09-08T19:40:50.036Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.jersey.ext.entityfiltering:eclipse-bundle-recipe:2.30.1-SNAPSHOT : Unused Import-Package instructions: [org.glassfish.hk2.osgiresourcelocator.*, org.*.hk2.*, org.jvnet.hk2.external.*] [2023-09-08T19:40:50.036Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.ext.entityfiltering_2.30.1/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:40:50.036Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.ext.entityfiltering_2.30.1/target/org.glassfish.jersey.ext.entityfiltering-2.30.1-SNAPSHOT.jar [2023-09-08T19:40:50.036Z] [INFO] Gathering sources [2023-09-08T19:40:50.036Z] [INFO] Configured Artifact: org.glassfish.jersey.ext:jersey-entity-filtering:sources:2.30.1:jar [2023-09-08T19:40:50.292Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/glassfish/jersey/ext/jersey-entity-filtering/2.30.1/jersey-entity-filtering-2.30.1-sources.jar [2023-09-08T19:40:50.292Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/ext/jersey-entity-filtering/2.30.1/jersey-entity-filtering-2.30.1-sources.jar [2023-09-08T19:40:50.292Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/ext/jersey-entity-filtering/2.30.1/jersey-entity-filtering-2.30.1-sources.jar (77 kB at 2.5 MB/s) [2023-09-08T19:40:50.292Z] [INFO] Unpacking /home/vnc/.m2/repository/org/glassfish/jersey/ext/jersey-entity-filtering/2.30.1/jersey-entity-filtering-2.30.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.ext.entityfiltering_2.30.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:40:50.292Z] [INFO] Copying 3 resources [2023-09-08T19:40:50.292Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.ext.entityfiltering_2.30.1/src/main/java [2023-09-08T19:40:50.292Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.ext.entityfiltering_2.30.1/target/org.glassfish.jersey.ext.entityfiltering-2.30.1-SNAPSHOT-sources.jar [2023-09-08T19:40:50.292Z] [INFO] Assembling p2 repository [2023-09-08T19:40:50.871Z] [INFO] [2023-09-08T19:40:50.871Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.glassfish.jersey.ext.entityfiltering --- [2023-09-08T19:40:50.871Z] [INFO] [2023-09-08T19:40:50.871Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.glassfish.jersey.ext.entityfiltering --- [2023-09-08T19:40:50.871Z] [INFO] Gathering sources archives [2023-09-08T19:40:50.871Z] [INFO] Configured Artifact: org.glassfish.jersey.ext:jersey-entity-filtering:sources:2.30.1:jar [2023-09-08T19:40:50.871Z] [INFO] Unpacking /home/vnc/.m2/repository/org/glassfish/jersey/ext/jersey-entity-filtering/2.30.1/jersey-entity-filtering-2.30.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.ext.entityfiltering_2.30.1/target/sources-for-eclipse-ipzilla/jersey-entity-filtering-2.30.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:40:50.871Z] [INFO] Configured Artifact: org.glassfish.jersey.ext:jersey-entity-filtering:sources:2.30.1:jar [2023-09-08T19:40:50.871Z] [INFO] Copying jersey-entity-filtering-2.30.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.ext.entityfiltering_2.30.1/target/sources-for-eclipse-ipzilla/jersey-entity-filtering-2.30.1-sources.jar [2023-09-08T19:40:50.871Z] [INFO] Refreshing about files and about.html [2023-09-08T19:40:50.871Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.ext.entityfiltering_2.30.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:40:50.871Z] [INFO] [2023-09-08T19:40:50.871Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.glassfish.jersey.ext.entityfiltering --- [2023-09-08T19:40:50.871Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.ext.entityfiltering_2.30.1/target/org.glassfish.jersey.ext.entityfiltering-2.30.1-SNAPSHOT.jar [2023-09-08T19:40:51.799Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.ext.entityfiltering_2.30.1/target/org.glassfish.jersey.ext.entityfiltering-2.30.1-SNAPSHOT-sources.jar [2023-09-08T19:40:52.360Z] [INFO] [2023-09-08T19:40:52.360Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.glassfish.jersey.ext.entityfiltering --- [2023-09-08T19:40:52.616Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.glassfish.jersey.ext.entityfiltering:2.30.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.ext.entityfiltering_2.30.1/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:40:52.616Z] no-classifier: different [2023-09-08T19:40:52.616Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:40:52.616Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:40:52.616Z] classifier-sources: different [2023-09-08T19:40:52.616Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:40:52.616Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:40:52.616Z] [2023-09-08T19:40:52.616Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.glassfish.jersey.ext.entityfiltering:2.30.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.ext.entityfiltering_2.30.1/pom.xml [2023-09-08T19:40:52.616Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:40:52.616Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:40:52.616Z] [2023-09-08T19:40:52.616Z] [INFO] [2023-09-08T19:40:52.616Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.glassfish.jersey.ext.entityfiltering --- [2023-09-08T19:40:52.616Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.ext.entityfiltering_2.30.1/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.jersey.ext.entityfiltering/2.30.1-SNAPSHOT/org.glassfish.jersey.ext.entityfiltering-2.30.1-SNAPSHOT.pom [2023-09-08T19:40:52.616Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.ext.entityfiltering_2.30.1/target/org.glassfish.jersey.ext.entityfiltering-2.30.1-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.jersey.ext.entityfiltering/2.30.1-SNAPSHOT/org.glassfish.jersey.ext.entityfiltering-2.30.1-SNAPSHOT.jar [2023-09-08T19:40:52.616Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.ext.entityfiltering_2.30.1/target/org.glassfish.jersey.ext.entityfiltering-2.30.1-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.jersey.ext.entityfiltering/2.30.1-SNAPSHOT/org.glassfish.jersey.ext.entityfiltering-2.30.1-SNAPSHOT-sources.jar [2023-09-08T19:40:52.616Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.ext.entityfiltering_2.30.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.jersey.ext.entityfiltering/2.30.1-SNAPSHOT/org.glassfish.jersey.ext.entityfiltering-2.30.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:40:52.616Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.ext.entityfiltering_2.30.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.jersey.ext.entityfiltering/2.30.1-SNAPSHOT/org.glassfish.jersey.ext.entityfiltering-2.30.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:40:52.616Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.ext.entityfiltering_2.30.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.jersey.ext.entityfiltering/2.30.1-SNAPSHOT/org.glassfish.jersey.ext.entityfiltering-2.30.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:40:52.616Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.ext.entityfiltering_2.30.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.jersey.ext.entityfiltering/2.30.1-SNAPSHOT/org.glassfish.jersey.ext.entityfiltering-2.30.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:40:52.616Z] [INFO] [2023-09-08T19:40:52.616Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.glassfish.jersey.ext.entityfiltering --- [2023-09-08T19:40:52.616Z] [INFO] [2023-09-08T19:40:52.616Z] [INFO] --< org.eclipse.orbit.bundles:org.glassfish.jersey.inject.jersey-hk2 >-- [2023-09-08T19:40:52.616Z] [INFO] Building jersey-inject-hk2 2.30.1-SNAPSHOT [224/375] [2023-09-08T19:40:52.616Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:40:52.616Z] [INFO] [2023-09-08T19:40:52.616Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.glassfish.jersey.inject.jersey-hk2 --- [2023-09-08T19:40:52.616Z] [INFO] [2023-09-08T19:40:52.617Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.glassfish.jersey.inject.jersey-hk2 --- [2023-09-08T19:40:52.617Z] [INFO] The project's OSGi version is 2.30.1.v20221203-1659 [2023-09-08T19:40:52.617Z] [INFO] [2023-09-08T19:40:52.617Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.glassfish.jersey.inject.jersey-hk2 --- [2023-09-08T19:40:52.617Z] [INFO] [2023-09-08T19:40:52.617Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.glassfish.jersey.inject.jersey-hk2 --- [2023-09-08T19:40:52.617Z] [INFO] Copying 12 resources [2023-09-08T19:40:52.617Z] [INFO] [2023-09-08T19:40:52.617Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.glassfish.jersey.inject.jersey-hk2 --- [2023-09-08T19:40:52.617Z] [INFO] No sources to compile [2023-09-08T19:40:52.617Z] [INFO] [2023-09-08T19:40:52.617Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.glassfish.jersey.inject.jersey-hk2 --- [2023-09-08T19:40:52.617Z] [INFO] Gathering dependencies [2023-09-08T19:40:52.617Z] [INFO] Configured Artifact: org.glassfish.jersey.inject:jersey-hk2:2.30.1:jar [2023-09-08T19:40:52.617Z] [INFO] Unpacking /home/vnc/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/2.30.1/jersey-hk2-2.30.1.jar to /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.inject.jersey-hk2_2.30.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:40:52.617Z] [INFO] Merging collected dependencies [2023-09-08T19:40:52.617Z] [INFO] Copying 51 resources [2023-09-08T19:40:52.617Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:40:52.872Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.jersey.inject.jersey-hk2:eclipse-bundle-recipe:2.30.1-SNAPSHOT : Invalid property key: `*;resolution`: << *;resolution:=optional>> [2023-09-08T19:40:52.872Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.jersey.inject.jersey-hk2:eclipse-bundle-recipe:2.30.1-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:40:52.872Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.jersey.inject.jersey-hk2:eclipse-bundle-recipe:2.30.1-SNAPSHOT : Unused Import-Package instructions: [org.glassfish.jersey.*] [2023-09-08T19:40:52.872Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.inject.jersey-hk2_2.30.1/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:40:52.872Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.inject.jersey-hk2_2.30.1/target/org.glassfish.jersey.inject.jersey-hk2-2.30.1-SNAPSHOT.jar [2023-09-08T19:40:52.872Z] [INFO] Gathering sources [2023-09-08T19:40:52.872Z] [INFO] Configured Artifact: org.glassfish.jersey.inject:jersey-hk2:sources:2.30.1:jar [2023-09-08T19:40:52.872Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/glassfish/jersey/inject/jersey-hk2/2.30.1/jersey-hk2-2.30.1-sources.jar [2023-09-08T19:40:52.872Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/inject/jersey-hk2/2.30.1/jersey-hk2-2.30.1-sources.jar [2023-09-08T19:40:52.872Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/inject/jersey-hk2/2.30.1/jersey-hk2-2.30.1-sources.jar (47 kB at 463 kB/s) [2023-09-08T19:40:52.872Z] [INFO] Unpacking /home/vnc/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/2.30.1/jersey-hk2-2.30.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.inject.jersey-hk2_2.30.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:40:52.872Z] [INFO] Copying 12 resources [2023-09-08T19:40:52.872Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.inject.jersey-hk2_2.30.1/src/main/java [2023-09-08T19:40:52.872Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.inject.jersey-hk2_2.30.1/target/org.glassfish.jersey.inject.jersey-hk2-2.30.1-SNAPSHOT-sources.jar [2023-09-08T19:40:52.872Z] [INFO] Assembling p2 repository [2023-09-08T19:40:53.802Z] [INFO] [2023-09-08T19:40:53.802Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.glassfish.jersey.inject.jersey-hk2 --- [2023-09-08T19:40:53.802Z] [INFO] [2023-09-08T19:40:53.802Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.glassfish.jersey.inject.jersey-hk2 --- [2023-09-08T19:40:53.802Z] [INFO] Gathering sources archives [2023-09-08T19:40:53.802Z] [INFO] Configured Artifact: org.glassfish.jersey.inject:jersey-hk2:sources:2.30.1:jar [2023-09-08T19:40:53.802Z] [INFO] Unpacking /home/vnc/.m2/repository/org/glassfish/jersey/inject/jersey-hk2/2.30.1/jersey-hk2-2.30.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.inject.jersey-hk2_2.30.1/target/sources-for-eclipse-ipzilla/jersey-hk2-2.30.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:40:53.802Z] [INFO] Configured Artifact: org.glassfish.jersey.inject:jersey-hk2:sources:2.30.1:jar [2023-09-08T19:40:53.802Z] [INFO] Copying jersey-hk2-2.30.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.inject.jersey-hk2_2.30.1/target/sources-for-eclipse-ipzilla/jersey-hk2-2.30.1-sources.jar [2023-09-08T19:40:53.802Z] [INFO] Refreshing about files and about.html [2023-09-08T19:40:53.802Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.inject.jersey-hk2_2.30.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:40:53.802Z] [INFO] [2023-09-08T19:40:53.802Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.glassfish.jersey.inject.jersey-hk2 --- [2023-09-08T19:40:53.802Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.inject.jersey-hk2_2.30.1/target/org.glassfish.jersey.inject.jersey-hk2-2.30.1-SNAPSHOT.jar [2023-09-08T19:40:55.696Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.inject.jersey-hk2_2.30.1/target/org.glassfish.jersey.inject.jersey-hk2-2.30.1-SNAPSHOT-sources.jar [2023-09-08T19:40:56.259Z] [INFO] [2023-09-08T19:40:56.259Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.glassfish.jersey.inject.jersey-hk2 --- [2023-09-08T19:40:56.516Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.glassfish.jersey.inject.jersey-hk2:2.30.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.inject.jersey-hk2_2.30.1/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:40:56.516Z] no-classifier: different [2023-09-08T19:40:56.516Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:40:56.516Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:40:56.516Z] classifier-sources: different [2023-09-08T19:40:56.516Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:40:56.516Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:40:56.516Z] [2023-09-08T19:40:56.516Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.glassfish.jersey.inject.jersey-hk2:2.30.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.inject.jersey-hk2_2.30.1/pom.xml [2023-09-08T19:40:56.516Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:40:56.516Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:40:56.516Z] [2023-09-08T19:40:56.516Z] [INFO] [2023-09-08T19:40:56.516Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.glassfish.jersey.inject.jersey-hk2 --- [2023-09-08T19:40:56.516Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.inject.jersey-hk2_2.30.1/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.jersey.inject.jersey-hk2/2.30.1-SNAPSHOT/org.glassfish.jersey.inject.jersey-hk2-2.30.1-SNAPSHOT.pom [2023-09-08T19:40:56.516Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.inject.jersey-hk2_2.30.1/target/org.glassfish.jersey.inject.jersey-hk2-2.30.1-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.jersey.inject.jersey-hk2/2.30.1-SNAPSHOT/org.glassfish.jersey.inject.jersey-hk2-2.30.1-SNAPSHOT.jar [2023-09-08T19:40:56.517Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.inject.jersey-hk2_2.30.1/target/org.glassfish.jersey.inject.jersey-hk2-2.30.1-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.jersey.inject.jersey-hk2/2.30.1-SNAPSHOT/org.glassfish.jersey.inject.jersey-hk2-2.30.1-SNAPSHOT-sources.jar [2023-09-08T19:40:56.517Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.inject.jersey-hk2_2.30.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.jersey.inject.jersey-hk2/2.30.1-SNAPSHOT/org.glassfish.jersey.inject.jersey-hk2-2.30.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:40:56.517Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.inject.jersey-hk2_2.30.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.jersey.inject.jersey-hk2/2.30.1-SNAPSHOT/org.glassfish.jersey.inject.jersey-hk2-2.30.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:40:56.517Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.inject.jersey-hk2_2.30.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.jersey.inject.jersey-hk2/2.30.1-SNAPSHOT/org.glassfish.jersey.inject.jersey-hk2-2.30.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:40:56.517Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.inject.jersey-hk2_2.30.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.jersey.inject.jersey-hk2/2.30.1-SNAPSHOT/org.glassfish.jersey.inject.jersey-hk2-2.30.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:40:56.517Z] [INFO] [2023-09-08T19:40:56.517Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.glassfish.jersey.inject.jersey-hk2 --- [2023-09-08T19:40:56.773Z] [INFO] [2023-09-08T19:40:56.773Z] [INFO] --< org.eclipse.orbit.bundles:org.glassfish.jersey.media.jersey-media-json-jackson >-- [2023-09-08T19:40:56.773Z] [INFO] Building jersey-media-json-jackson 2.30.1-SNAPSHOT [225/375] [2023-09-08T19:40:56.773Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:40:56.773Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.10.1/jackson-module-jaxb-annotations-2.10.1.pom [2023-09-08T19:40:56.773Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.10.1/jackson-module-jaxb-annotations-2.10.1.pom [2023-09-08T19:40:56.773Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.10.1/jackson-module-jaxb-annotations-2.10.1.pom (3.5 kB at 253 kB/s) [2023-09-08T19:40:56.773Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/fasterxml/jackson/module/jackson-modules-base/2.10.1/jackson-modules-base-2.10.1.pom [2023-09-08T19:40:56.773Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/module/jackson-modules-base/2.10.1/jackson-modules-base-2.10.1.pom [2023-09-08T19:40:56.773Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/module/jackson-modules-base/2.10.1/jackson-modules-base-2.10.1.pom (3.4 kB at 335 kB/s) [2023-09-08T19:40:56.773Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/fasterxml/jackson/core/jackson-annotations/2.10.1/jackson-annotations-2.10.1.jar [2023-09-08T19:40:56.773Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.10.1/jackson-module-jaxb-annotations-2.10.1.jar [2023-09-08T19:40:56.773Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/fasterxml/jackson/core/jackson-core/2.10.1/jackson-core-2.10.1.jar [2023-09-08T19:40:56.773Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/fasterxml/jackson/core/jackson-databind/2.10.1/jackson-databind-2.10.1.jar [2023-09-08T19:40:56.773Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.10.1/jackson-annotations-2.10.1.jar [2023-09-08T19:40:56.773Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.10.1/jackson-core-2.10.1.jar [2023-09-08T19:40:56.773Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.10.1/jackson-databind-2.10.1.jar [2023-09-08T19:40:56.773Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.10.1/jackson-module-jaxb-annotations-2.10.1.jar [2023-09-08T19:40:56.773Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.10.1/jackson-annotations-2.10.1.jar (68 kB at 2.8 MB/s) [2023-09-08T19:40:56.773Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.10.1/jackson-module-jaxb-annotations-2.10.1.jar (35 kB at 1.7 MB/s) [2023-09-08T19:40:56.773Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.10.1/jackson-databind-2.10.1.jar (1.4 MB at 36 MB/s) [2023-09-08T19:40:56.773Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.10.1/jackson-core-2.10.1.jar (349 kB at 8.7 MB/s) [2023-09-08T19:40:56.773Z] [INFO] [2023-09-08T19:40:56.773Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.glassfish.jersey.media.jersey-media-json-jackson --- [2023-09-08T19:40:56.773Z] [INFO] [2023-09-08T19:40:56.773Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.glassfish.jersey.media.jersey-media-json-jackson --- [2023-09-08T19:40:56.773Z] [INFO] The project's OSGi version is 2.30.1.v20221112-0806 [2023-09-08T19:40:56.773Z] [INFO] [2023-09-08T19:40:56.773Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.glassfish.jersey.media.jersey-media-json-jackson --- [2023-09-08T19:40:56.773Z] [INFO] [2023-09-08T19:40:56.773Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.glassfish.jersey.media.jersey-media-json-jackson --- [2023-09-08T19:40:56.773Z] [INFO] Copying 3 resources [2023-09-08T19:40:56.773Z] [INFO] [2023-09-08T19:40:56.773Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.glassfish.jersey.media.jersey-media-json-jackson --- [2023-09-08T19:40:56.773Z] [INFO] No sources to compile [2023-09-08T19:40:56.773Z] [INFO] [2023-09-08T19:40:56.773Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.glassfish.jersey.media.jersey-media-json-jackson --- [2023-09-08T19:40:56.773Z] [INFO] Gathering dependencies [2023-09-08T19:40:56.773Z] [INFO] Configured Artifact: org.glassfish.jersey.media:jersey-media-json-jackson:2.30.1:jar [2023-09-08T19:40:56.773Z] [INFO] Unpacking /home/vnc/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jackson/2.30.1/jersey-media-json-jackson-2.30.1.jar to /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.media.jersey-media-json-jackson_2.30.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:40:56.773Z] [INFO] Merging collected dependencies [2023-09-08T19:40:56.773Z] [INFO] Copying 44 resources [2023-09-08T19:40:56.773Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:40:56.773Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.jersey.media.jersey-media-json-jackson:eclipse-bundle-recipe:2.30.1-SNAPSHOT : Unused Export-Package instructions: [*.impl*] [2023-09-08T19:40:56.773Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.glassfish.jersey.media.jersey-media-json-jackson:eclipse-bundle-recipe:2.30.1-SNAPSHOT : Unused Import-Package instructions: [com.fasterxml.jackson.jaxrs.*, org.glassfish.hk2*] [2023-09-08T19:40:56.773Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.media.jersey-media-json-jackson_2.30.1/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:40:56.773Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.media.jersey-media-json-jackson_2.30.1/target/org.glassfish.jersey.media.jersey-media-json-jackson-2.30.1-SNAPSHOT.jar [2023-09-08T19:40:56.773Z] [INFO] Gathering sources [2023-09-08T19:40:56.773Z] [INFO] Configured Artifact: org.glassfish.jersey.media:jersey-media-json-jackson:sources:2.30.1:jar [2023-09-08T19:40:56.773Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/glassfish/jersey/media/jersey-media-json-jackson/2.30.1/jersey-media-json-jackson-2.30.1-sources.jar [2023-09-08T19:40:56.773Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/media/jersey-media-json-jackson/2.30.1/jersey-media-json-jackson-2.30.1-sources.jar [2023-09-08T19:40:56.774Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/media/jersey-media-json-jackson/2.30.1/jersey-media-json-jackson-2.30.1-sources.jar (61 kB at 1.5 MB/s) [2023-09-08T19:40:56.774Z] [INFO] Unpacking /home/vnc/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jackson/2.30.1/jersey-media-json-jackson-2.30.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.media.jersey-media-json-jackson_2.30.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:40:57.030Z] [INFO] Copying 3 resources [2023-09-08T19:40:57.030Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.media.jersey-media-json-jackson_2.30.1/src/main/java [2023-09-08T19:40:57.030Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.media.jersey-media-json-jackson_2.30.1/target/org.glassfish.jersey.media.jersey-media-json-jackson-2.30.1-SNAPSHOT-sources.jar [2023-09-08T19:40:57.030Z] [INFO] Assembling p2 repository [2023-09-08T19:40:57.593Z] [INFO] [2023-09-08T19:40:57.593Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.glassfish.jersey.media.jersey-media-json-jackson --- [2023-09-08T19:40:57.593Z] [INFO] [2023-09-08T19:40:57.593Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.glassfish.jersey.media.jersey-media-json-jackson --- [2023-09-08T19:40:57.593Z] [INFO] Gathering sources archives [2023-09-08T19:40:57.593Z] [INFO] Configured Artifact: org.glassfish.jersey.media:jersey-media-json-jackson:sources:2.30.1:jar [2023-09-08T19:40:57.593Z] [INFO] Unpacking /home/vnc/.m2/repository/org/glassfish/jersey/media/jersey-media-json-jackson/2.30.1/jersey-media-json-jackson-2.30.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.media.jersey-media-json-jackson_2.30.1/target/sources-for-eclipse-ipzilla/jersey-media-json-jackson-2.30.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:40:57.593Z] [INFO] Configured Artifact: org.glassfish.jersey.media:jersey-media-json-jackson:sources:2.30.1:jar [2023-09-08T19:40:57.593Z] [INFO] Copying jersey-media-json-jackson-2.30.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.media.jersey-media-json-jackson_2.30.1/target/sources-for-eclipse-ipzilla/jersey-media-json-jackson-2.30.1-sources.jar [2023-09-08T19:40:57.593Z] [INFO] Refreshing about files and about.html [2023-09-08T19:40:57.594Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.media.jersey-media-json-jackson_2.30.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:40:57.594Z] [INFO] [2023-09-08T19:40:57.594Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.glassfish.jersey.media.jersey-media-json-jackson --- [2023-09-08T19:40:57.594Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.media.jersey-media-json-jackson_2.30.1/target/org.glassfish.jersey.media.jersey-media-json-jackson-2.30.1-SNAPSHOT.jar [2023-09-08T19:40:58.961Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.media.jersey-media-json-jackson_2.30.1/target/org.glassfish.jersey.media.jersey-media-json-jackson-2.30.1-SNAPSHOT-sources.jar [2023-09-08T19:40:59.891Z] [INFO] [2023-09-08T19:40:59.891Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.glassfish.jersey.media.jersey-media-json-jackson --- [2023-09-08T19:41:00.147Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.glassfish.jersey.media.jersey-media-json-jackson:2.30.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.media.jersey-media-json-jackson_2.30.1/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:41:00.147Z] no-classifier: different [2023-09-08T19:41:00.147Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:41:00.147Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:41:00.147Z] classifier-sources: different [2023-09-08T19:41:00.147Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:41:00.147Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:41:00.147Z] [2023-09-08T19:41:00.147Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.glassfish.jersey.media.jersey-media-json-jackson:2.30.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.media.jersey-media-json-jackson_2.30.1/pom.xml [2023-09-08T19:41:00.147Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:41:00.147Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:41:00.147Z] [2023-09-08T19:41:00.147Z] [INFO] [2023-09-08T19:41:00.147Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.glassfish.jersey.media.jersey-media-json-jackson --- [2023-09-08T19:41:00.147Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.media.jersey-media-json-jackson_2.30.1/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.jersey.media.jersey-media-json-jackson/2.30.1-SNAPSHOT/org.glassfish.jersey.media.jersey-media-json-jackson-2.30.1-SNAPSHOT.pom [2023-09-08T19:41:00.147Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.media.jersey-media-json-jackson_2.30.1/target/org.glassfish.jersey.media.jersey-media-json-jackson-2.30.1-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.jersey.media.jersey-media-json-jackson/2.30.1-SNAPSHOT/org.glassfish.jersey.media.jersey-media-json-jackson-2.30.1-SNAPSHOT.jar [2023-09-08T19:41:00.147Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.media.jersey-media-json-jackson_2.30.1/target/org.glassfish.jersey.media.jersey-media-json-jackson-2.30.1-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.jersey.media.jersey-media-json-jackson/2.30.1-SNAPSHOT/org.glassfish.jersey.media.jersey-media-json-jackson-2.30.1-SNAPSHOT-sources.jar [2023-09-08T19:41:00.147Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.media.jersey-media-json-jackson_2.30.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.jersey.media.jersey-media-json-jackson/2.30.1-SNAPSHOT/org.glassfish.jersey.media.jersey-media-json-jackson-2.30.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:41:00.147Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.media.jersey-media-json-jackson_2.30.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.jersey.media.jersey-media-json-jackson/2.30.1-SNAPSHOT/org.glassfish.jersey.media.jersey-media-json-jackson-2.30.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:41:00.147Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.media.jersey-media-json-jackson_2.30.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.jersey.media.jersey-media-json-jackson/2.30.1-SNAPSHOT/org.glassfish.jersey.media.jersey-media-json-jackson-2.30.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:41:00.147Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glassfish/jersey/org.glassfish.jersey.media.jersey-media-json-jackson_2.30.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.glassfish.jersey.media.jersey-media-json-jackson/2.30.1-SNAPSHOT/org.glassfish.jersey.media.jersey-media-json-jackson-2.30.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:41:00.147Z] [INFO] [2023-09-08T19:41:00.147Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.glassfish.jersey.media.jersey-media-json-jackson --- [2023-09-08T19:41:00.147Z] [INFO] [2023-09-08T19:41:00.147Z] [INFO] ------------< org.eclipse.orbit.bundles:glazedlists-parent >------------ [2023-09-08T19:41:00.147Z] [INFO] Building Eclipse Orbit :: GlazedLists Recipes 1.0.0-SNAPSHOT [226/375] [2023-09-08T19:41:00.147Z] [INFO] --------------------------------[ pom ]--------------------------------- [2023-09-08T19:41:00.148Z] [INFO] [2023-09-08T19:41:00.148Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ glazedlists-parent --- [2023-09-08T19:41:00.148Z] [INFO] [2023-09-08T19:41:00.148Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ glazedlists-parent --- [2023-09-08T19:41:00.148Z] [INFO] [2023-09-08T19:41:00.148Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ glazedlists-parent --- [2023-09-08T19:41:00.148Z] [INFO] [2023-09-08T19:41:00.148Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ glazedlists-parent --- [2023-09-08T19:41:00.148Z] [INFO] [2023-09-08T19:41:00.148Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ glazedlists-parent --- [2023-09-08T19:41:00.148Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glazedlists/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/glazedlists-parent/1.0.0-SNAPSHOT/glazedlists-parent-1.0.0-SNAPSHOT.pom [2023-09-08T19:41:00.148Z] [INFO] [2023-09-08T19:41:00.148Z] [INFO] -----------< org.eclipse.orbit.bundles:ca.odell.glazedlists >----------- [2023-09-08T19:41:00.148Z] [INFO] Building GlazedLists 1.11.0-SNAPSHOT [227/375] [2023-09-08T19:41:00.148Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:41:00.148Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/glazedlists/glazedlists/1.11.0/glazedlists-1.11.0.pom [2023-09-08T19:41:00.148Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/glazedlists/glazedlists/1.11.0/glazedlists-1.11.0.pom [2023-09-08T19:41:00.148Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/glazedlists/glazedlists/1.11.0/glazedlists-1.11.0.pom (3.2 kB at 65 kB/s) [2023-09-08T19:41:00.148Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/glazedlists/glazedlists/1.11.0/glazedlists-1.11.0.jar [2023-09-08T19:41:00.148Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/glazedlists/glazedlists/1.11.0/glazedlists-1.11.0.jar [2023-09-08T19:41:00.404Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/glazedlists/glazedlists/1.11.0/glazedlists-1.11.0.jar (890 kB at 13 MB/s) [2023-09-08T19:41:00.404Z] [INFO] [2023-09-08T19:41:00.404Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ca.odell.glazedlists --- [2023-09-08T19:41:00.404Z] [INFO] [2023-09-08T19:41:00.404Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ ca.odell.glazedlists --- [2023-09-08T19:41:00.404Z] [INFO] The project's OSGi version is 1.11.0.v20221112-0806 [2023-09-08T19:41:00.404Z] [INFO] [2023-09-08T19:41:00.404Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ ca.odell.glazedlists --- [2023-09-08T19:41:00.404Z] [INFO] [2023-09-08T19:41:00.404Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ ca.odell.glazedlists --- [2023-09-08T19:41:00.404Z] [INFO] Copying 2 resources [2023-09-08T19:41:00.404Z] [INFO] [2023-09-08T19:41:00.404Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ ca.odell.glazedlists --- [2023-09-08T19:41:00.404Z] [INFO] No sources to compile [2023-09-08T19:41:00.404Z] [INFO] [2023-09-08T19:41:00.404Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ ca.odell.glazedlists --- [2023-09-08T19:41:00.404Z] [INFO] Gathering dependencies [2023-09-08T19:41:00.404Z] [INFO] Configured Artifact: com.glazedlists:glazedlists:1.11.0:jar [2023-09-08T19:41:00.404Z] [INFO] Unpacking /home/vnc/.m2/repository/com/glazedlists/glazedlists/1.11.0/glazedlists-1.11.0.jar to /home/jenkins/agent/workspace/orbit-recipes/glazedlists/ca.odell.glazedlists_1.11.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:41:00.404Z] [INFO] Merging collected dependencies [2023-09-08T19:41:00.404Z] [INFO] Copying 661 resources [2023-09-08T19:41:00.404Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:41:00.660Z] [WARNING] Manifest org.eclipse.orbit.bundles:ca.odell.glazedlists:eclipse-bundle-recipe:1.11.0-SNAPSHOT : Export ca.odell.glazedlists.gui, has 1, private references [ca.odell.glazedlists.impl.gui] [2023-09-08T19:41:00.660Z] [WARNING] Manifest org.eclipse.orbit.bundles:ca.odell.glazedlists:eclipse-bundle-recipe:1.11.0-SNAPSHOT : Export ca.odell.glazedlists.javafx, has 1, private references [ca.odell.glazedlists.impl.gui] [2023-09-08T19:41:00.660Z] [WARNING] Manifest org.eclipse.orbit.bundles:ca.odell.glazedlists:eclipse-bundle-recipe:1.11.0-SNAPSHOT : Export ca.odell.glazedlists.matchers, has 1, private references [ca.odell.glazedlists.impl.filter] [2023-09-08T19:41:00.660Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/glazedlists/ca.odell.glazedlists_1.11.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:41:00.660Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/glazedlists/ca.odell.glazedlists_1.11.0/target/ca.odell.glazedlists-1.11.0-SNAPSHOT.jar [2023-09-08T19:41:00.914Z] [INFO] Gathering sources [2023-09-08T19:41:00.914Z] [INFO] Configured Artifact: com.glazedlists:glazedlists:sources:1.11.0:jar [2023-09-08T19:41:00.914Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/glazedlists/glazedlists/1.11.0/glazedlists-1.11.0-sources.jar [2023-09-08T19:41:00.914Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/glazedlists/glazedlists/1.11.0/glazedlists-1.11.0-sources.jar [2023-09-08T19:41:00.915Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/glazedlists/glazedlists/1.11.0/glazedlists-1.11.0-sources.jar (884 kB at 16 MB/s) [2023-09-08T19:41:00.915Z] [INFO] Unpacking /home/vnc/.m2/repository/com/glazedlists/glazedlists/1.11.0/glazedlists-1.11.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/glazedlists/ca.odell.glazedlists_1.11.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:41:01.171Z] [INFO] Copying 2 resources [2023-09-08T19:41:01.171Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/glazedlists/ca.odell.glazedlists_1.11.0/src/main/java [2023-09-08T19:41:01.171Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/glazedlists/ca.odell.glazedlists_1.11.0/target/ca.odell.glazedlists-1.11.0-SNAPSHOT-sources.jar [2023-09-08T19:41:01.171Z] [INFO] Assembling p2 repository [2023-09-08T19:41:01.733Z] [INFO] [2023-09-08T19:41:01.733Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ ca.odell.glazedlists --- [2023-09-08T19:41:01.733Z] [INFO] [2023-09-08T19:41:01.733Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ ca.odell.glazedlists --- [2023-09-08T19:41:01.733Z] [INFO] Gathering sources archives [2023-09-08T19:41:01.733Z] [INFO] Configured Artifact: com.glazedlists:glazedlists:sources:1.11.0:jar [2023-09-08T19:41:01.733Z] [INFO] Unpacking /home/vnc/.m2/repository/com/glazedlists/glazedlists/1.11.0/glazedlists-1.11.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/glazedlists/ca.odell.glazedlists_1.11.0/target/sources-for-eclipse-ipzilla/glazedlists-1.11.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:41:01.989Z] [INFO] Configured Artifact: com.glazedlists:glazedlists:sources:1.11.0:jar [2023-09-08T19:41:01.989Z] [INFO] Copying glazedlists-1.11.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/glazedlists/ca.odell.glazedlists_1.11.0/target/sources-for-eclipse-ipzilla/glazedlists-1.11.0-sources.jar [2023-09-08T19:41:01.989Z] [INFO] Refreshing about files and about.html [2023-09-08T19:41:01.989Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/glazedlists/ca.odell.glazedlists_1.11.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:41:01.989Z] [INFO] [2023-09-08T19:41:01.989Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ ca.odell.glazedlists --- [2023-09-08T19:41:02.244Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/glazedlists/ca.odell.glazedlists_1.11.0/target/ca.odell.glazedlists-1.11.0-SNAPSHOT.jar [2023-09-08T19:41:04.767Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/glazedlists/ca.odell.glazedlists_1.11.0/target/ca.odell.glazedlists-1.11.0-SNAPSHOT-sources.jar [2023-09-08T19:41:06.136Z] [INFO] [2023-09-08T19:41:06.137Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ ca.odell.glazedlists --- [2023-09-08T19:41:06.137Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:ca.odell.glazedlists:1.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/glazedlists/ca.odell.glazedlists_1.11.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:41:06.137Z] no-classifier: different [2023-09-08T19:41:06.137Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:41:06.137Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:41:06.137Z] classifier-sources: different [2023-09-08T19:41:06.137Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:41:06.137Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:41:06.137Z] [2023-09-08T19:41:06.137Z] [INFO] MavenProject: org.eclipse.orbit.bundles:ca.odell.glazedlists:1.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/glazedlists/ca.odell.glazedlists_1.11.0/pom.xml [2023-09-08T19:41:06.137Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:41:06.137Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:41:06.137Z] [2023-09-08T19:41:06.137Z] [INFO] [2023-09-08T19:41:06.137Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ ca.odell.glazedlists --- [2023-09-08T19:41:06.137Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glazedlists/ca.odell.glazedlists_1.11.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/ca.odell.glazedlists/1.11.0-SNAPSHOT/ca.odell.glazedlists-1.11.0-SNAPSHOT.pom [2023-09-08T19:41:06.137Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glazedlists/ca.odell.glazedlists_1.11.0/target/ca.odell.glazedlists-1.11.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/ca.odell.glazedlists/1.11.0-SNAPSHOT/ca.odell.glazedlists-1.11.0-SNAPSHOT.jar [2023-09-08T19:41:06.137Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glazedlists/ca.odell.glazedlists_1.11.0/target/ca.odell.glazedlists-1.11.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/ca.odell.glazedlists/1.11.0-SNAPSHOT/ca.odell.glazedlists-1.11.0-SNAPSHOT-sources.jar [2023-09-08T19:41:06.137Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glazedlists/ca.odell.glazedlists_1.11.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/ca.odell.glazedlists/1.11.0-SNAPSHOT/ca.odell.glazedlists-1.11.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:41:06.137Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glazedlists/ca.odell.glazedlists_1.11.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/ca.odell.glazedlists/1.11.0-SNAPSHOT/ca.odell.glazedlists-1.11.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:41:06.137Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glazedlists/ca.odell.glazedlists_1.11.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/ca.odell.glazedlists/1.11.0-SNAPSHOT/ca.odell.glazedlists-1.11.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:41:06.137Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/glazedlists/ca.odell.glazedlists_1.11.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/ca.odell.glazedlists/1.11.0-SNAPSHOT/ca.odell.glazedlists-1.11.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:41:06.137Z] [INFO] [2023-09-08T19:41:06.137Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ ca.odell.glazedlists --- [2023-09-08T19:41:06.137Z] [INFO] [2023-09-08T19:41:06.137Z] [INFO] ------------------< org.eclipse.orbit.bundles:google >------------------ [2023-09-08T19:41:06.137Z] [INFO] Building Eclipse Orbit :: Google Recipes 1.0.0-SNAPSHOT [228/375] [2023-09-08T19:41:06.137Z] [INFO] --------------------------------[ pom ]--------------------------------- [2023-09-08T19:41:06.137Z] [INFO] [2023-09-08T19:41:06.137Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ google --- [2023-09-08T19:41:06.137Z] [INFO] [2023-09-08T19:41:06.137Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ google --- [2023-09-08T19:41:06.137Z] [INFO] [2023-09-08T19:41:06.137Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ google --- [2023-09-08T19:41:06.137Z] [INFO] [2023-09-08T19:41:06.137Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ google --- [2023-09-08T19:41:06.137Z] [INFO] [2023-09-08T19:41:06.137Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ google --- [2023-09-08T19:41:06.137Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/google/1.0.0-SNAPSHOT/google-1.0.0-SNAPSHOT.pom [2023-09-08T19:41:06.137Z] [INFO] [2023-09-08T19:41:06.137Z] [INFO] -----------< org.eclipse.orbit.bundles:com.google.protobuf >------------ [2023-09-08T19:41:06.137Z] [INFO] Building Protocol Buffer Java API 2.4.1-SNAPSHOT [229/375] [2023-09-08T19:41:06.137Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:41:06.137Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/protobuf/protobuf-java/2.4.1/protobuf-java-2.4.1.pom [2023-09-08T19:41:06.137Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-java/2.4.1/protobuf-java-2.4.1.pom [2023-09-08T19:41:06.137Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-java/2.4.1/protobuf-java-2.4.1.pom (7.3 kB at 609 kB/s) [2023-09-08T19:41:06.137Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/protobuf/protobuf-java/2.4.1/protobuf-java-2.4.1.jar [2023-09-08T19:41:06.393Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-java/2.4.1/protobuf-java-2.4.1.jar [2023-09-08T19:41:06.393Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-java/2.4.1/protobuf-java-2.4.1.jar (450 kB at 26 MB/s) [2023-09-08T19:41:06.393Z] [INFO] [2023-09-08T19:41:06.393Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.google.protobuf --- [2023-09-08T19:41:06.393Z] [INFO] [2023-09-08T19:41:06.393Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.google.protobuf --- [2023-09-08T19:41:06.393Z] [INFO] The project's OSGi version is 2.4.1.v20220404-1934 [2023-09-08T19:41:06.393Z] [INFO] [2023-09-08T19:41:06.393Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.google.protobuf --- [2023-09-08T19:41:06.393Z] [INFO] [2023-09-08T19:41:06.393Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.google.protobuf --- [2023-09-08T19:41:06.393Z] [INFO] Copying 3 resources [2023-09-08T19:41:06.393Z] [INFO] [2023-09-08T19:41:06.393Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.google.protobuf --- [2023-09-08T19:41:06.393Z] [INFO] No sources to compile [2023-09-08T19:41:06.393Z] [INFO] [2023-09-08T19:41:06.393Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.google.protobuf --- [2023-09-08T19:41:06.393Z] [INFO] Gathering dependencies [2023-09-08T19:41:06.393Z] [INFO] Configured Artifact: com.google.protobuf:protobuf-java:2.4.1:jar [2023-09-08T19:41:06.393Z] [INFO] Unpacking /home/vnc/.m2/repository/com/google/protobuf/protobuf-java/2.4.1/protobuf-java-2.4.1.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.protobuf_2.4.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:41:06.393Z] [INFO] Merging collected dependencies [2023-09-08T19:41:06.393Z] [INFO] Copying 205 resources [2023-09-08T19:41:06.393Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:41:06.393Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.google.protobuf:eclipse-bundle-recipe:2.4.1-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:41:06.393Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.protobuf_2.4.1/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:41:06.393Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.protobuf_2.4.1/target/com.google.protobuf-2.4.1-SNAPSHOT.jar [2023-09-08T19:41:06.649Z] [INFO] Gathering sources [2023-09-08T19:41:06.649Z] [INFO] Configured Artifact: com.google.protobuf:protobuf-java:sources:2.4.1:jar [2023-09-08T19:41:06.649Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/protobuf/protobuf-java/2.4.1/protobuf-java-2.4.1-sources.jar [2023-09-08T19:41:06.650Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-java/2.4.1/protobuf-java-2.4.1-sources.jar [2023-09-08T19:41:06.650Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-java/2.4.1/protobuf-java-2.4.1-sources.jar (200 kB at 6.5 MB/s) [2023-09-08T19:41:06.650Z] [INFO] Unpacking /home/vnc/.m2/repository/com/google/protobuf/protobuf-java/2.4.1/protobuf-java-2.4.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.protobuf_2.4.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:41:06.650Z] [INFO] Copying 3 resources [2023-09-08T19:41:06.650Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/google/com.google.protobuf_2.4.1/src/main/java [2023-09-08T19:41:06.650Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.protobuf_2.4.1/target/com.google.protobuf-2.4.1-SNAPSHOT-sources.jar [2023-09-08T19:41:06.650Z] [INFO] Assembling p2 repository [2023-09-08T19:41:07.213Z] [INFO] [2023-09-08T19:41:07.213Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.google.protobuf --- [2023-09-08T19:41:07.213Z] [INFO] [2023-09-08T19:41:07.213Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.google.protobuf --- [2023-09-08T19:41:07.213Z] [INFO] Gathering sources archives [2023-09-08T19:41:07.213Z] [INFO] Configured Artifact: com.google.protobuf:protobuf-java:sources:2.4.1:jar [2023-09-08T19:41:07.213Z] [INFO] Unpacking /home/vnc/.m2/repository/com/google/protobuf/protobuf-java/2.4.1/protobuf-java-2.4.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.protobuf_2.4.1/target/sources-for-eclipse-ipzilla/protobuf-java-2.4.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:41:07.213Z] [INFO] Configured Artifact: com.google.protobuf:protobuf-java:sources:2.4.1:jar [2023-09-08T19:41:07.213Z] [INFO] Copying protobuf-java-2.4.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.protobuf_2.4.1/target/sources-for-eclipse-ipzilla/protobuf-java-2.4.1-sources.jar [2023-09-08T19:41:07.213Z] [INFO] Refreshing about files and about.html [2023-09-08T19:41:07.213Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/google/com.google.protobuf_2.4.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:41:07.213Z] [INFO] [2023-09-08T19:41:07.213Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ com.google.protobuf --- [2023-09-08T19:41:07.469Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.protobuf_2.4.1/target/com.google.protobuf-2.4.1-SNAPSHOT.jar [2023-09-08T19:41:08.401Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.protobuf_2.4.1/target/com.google.protobuf-2.4.1-SNAPSHOT-sources.jar [2023-09-08T19:41:09.772Z] [INFO] [2023-09-08T19:41:09.772Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.google.protobuf --- [2023-09-08T19:41:09.772Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:com.google.protobuf:2.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/google/com.google.protobuf_2.4.1/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:41:09.772Z] no-classifier: different [2023-09-08T19:41:09.772Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:41:09.772Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:41:09.772Z] classifier-sources: different [2023-09-08T19:41:09.772Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:41:09.772Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:41:09.772Z] [2023-09-08T19:41:09.772Z] [INFO] MavenProject: org.eclipse.orbit.bundles:com.google.protobuf:2.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/google/com.google.protobuf_2.4.1/pom.xml [2023-09-08T19:41:09.772Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:41:09.772Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:41:09.772Z] [2023-09-08T19:41:09.772Z] [INFO] [2023-09-08T19:41:09.772Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ com.google.protobuf --- [2023-09-08T19:41:09.772Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.protobuf_2.4.1/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.protobuf/2.4.1-SNAPSHOT/com.google.protobuf-2.4.1-SNAPSHOT.pom [2023-09-08T19:41:09.772Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.protobuf_2.4.1/target/com.google.protobuf-2.4.1-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.protobuf/2.4.1-SNAPSHOT/com.google.protobuf-2.4.1-SNAPSHOT.jar [2023-09-08T19:41:09.772Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.protobuf_2.4.1/target/com.google.protobuf-2.4.1-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.protobuf/2.4.1-SNAPSHOT/com.google.protobuf-2.4.1-SNAPSHOT-sources.jar [2023-09-08T19:41:09.772Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.protobuf_2.4.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.protobuf/2.4.1-SNAPSHOT/com.google.protobuf-2.4.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:41:09.772Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.protobuf_2.4.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.protobuf/2.4.1-SNAPSHOT/com.google.protobuf-2.4.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:41:09.772Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.protobuf_2.4.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.protobuf/2.4.1-SNAPSHOT/com.google.protobuf-2.4.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:41:09.772Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.protobuf_2.4.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.protobuf/2.4.1-SNAPSHOT/com.google.protobuf-2.4.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:41:09.772Z] [INFO] [2023-09-08T19:41:09.772Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.google.protobuf --- [2023-09-08T19:41:09.772Z] [INFO] [2023-09-08T19:41:09.772Z] [INFO] ----------< org.eclipse.orbit.bundles:com.google.javascript >----------- [2023-09-08T19:41:09.772Z] [INFO] Building Closure Compiler 0.0.20160315-SNAPSHOT [230/375] [2023-09-08T19:41:09.772Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:41:09.772Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/javascript/closure-compiler-unshaded/v20160315/closure-compiler-unshaded-v20160315.pom [2023-09-08T19:41:09.772Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/javascript/closure-compiler-unshaded/v20160315/closure-compiler-unshaded-v20160315.pom [2023-09-08T19:41:10.029Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/javascript/closure-compiler-unshaded/v20160315/closure-compiler-unshaded-v20160315.pom (2.1 kB at 48 kB/s) [2023-09-08T19:41:10.029Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/javascript/closure-compiler-main/v20160315/closure-compiler-main-v20160315.pom [2023-09-08T19:41:10.029Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/javascript/closure-compiler-main/v20160315/closure-compiler-main-v20160315.pom [2023-09-08T19:41:10.029Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/javascript/closure-compiler-main/v20160315/closure-compiler-main-v20160315.pom (8.7 kB at 873 kB/s) [2023-09-08T19:41:10.029Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/javascript/closure-compiler-parent/v20160315/closure-compiler-parent-v20160315.pom [2023-09-08T19:41:10.029Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/javascript/closure-compiler-parent/v20160315/closure-compiler-parent-v20160315.pom [2023-09-08T19:41:10.029Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/javascript/closure-compiler-parent/v20160315/closure-compiler-parent-v20160315.pom (6.4 kB at 586 kB/s) [2023-09-08T19:41:10.029Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/javascript/closure-compiler-externs/v20160315/closure-compiler-externs-v20160315.pom [2023-09-08T19:41:10.029Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/javascript/closure-compiler-externs/v20160315/closure-compiler-externs-v20160315.pom [2023-09-08T19:41:10.029Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/javascript/closure-compiler-externs/v20160315/closure-compiler-externs-v20160315.pom (2.3 kB at 194 kB/s) [2023-09-08T19:41:10.029Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/args4j/args4j/2.0.26/args4j-2.0.26.pom [2023-09-08T19:41:10.029Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/args4j/args4j/2.0.26/args4j-2.0.26.pom [2023-09-08T19:41:10.029Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/args4j/args4j/2.0.26/args4j-2.0.26.pom (1.3 kB at 129 kB/s) [2023-09-08T19:41:10.029Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/args4j/args4j-site/2.0.26/args4j-site-2.0.26.pom [2023-09-08T19:41:10.029Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/args4j/args4j-site/2.0.26/args4j-site-2.0.26.pom [2023-09-08T19:41:10.029Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/args4j/args4j-site/2.0.26/args4j-site-2.0.26.pom (4.3 kB at 389 kB/s) [2023-09-08T19:41:10.029Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/kohsuke/pom/6/pom-6.pom [2023-09-08T19:41:10.029Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/kohsuke/pom/6/pom-6.pom [2023-09-08T19:41:10.029Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/kohsuke/pom/6/pom-6.pom (4.2 kB at 380 kB/s) [2023-09-08T19:41:10.029Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/guava/guava/19.0/guava-19.0.pom [2023-09-08T19:41:10.029Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/19.0/guava-19.0.pom [2023-09-08T19:41:10.029Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/19.0/guava-19.0.pom (6.8 kB at 679 kB/s) [2023-09-08T19:41:10.029Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/guava/guava-parent/19.0/guava-parent-19.0.pom [2023-09-08T19:41:10.029Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/19.0/guava-parent-19.0.pom [2023-09-08T19:41:10.029Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/19.0/guava-parent-19.0.pom (9.9 kB at 898 kB/s) [2023-09-08T19:41:10.029Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/javascript/closure-compiler-unshaded/v20160315/closure-compiler-unshaded-v20160315.jar [2023-09-08T19:41:10.029Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/args4j/args4j/2.0.26/args4j-2.0.26.jar [2023-09-08T19:41:10.029Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/javascript/closure-compiler-externs/v20160315/closure-compiler-externs-v20160315.jar [2023-09-08T19:41:10.029Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/protobuf/protobuf-java/2.5.0/protobuf-java-2.5.0.jar [2023-09-08T19:41:10.029Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/guava/guava/19.0/guava-19.0.jar [2023-09-08T19:41:10.029Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/javascript/closure-compiler-unshaded/v20160315/closure-compiler-unshaded-v20160315.jar [2023-09-08T19:41:10.029Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/19.0/guava-19.0.jar [2023-09-08T19:41:10.029Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/args4j/args4j/2.0.26/args4j-2.0.26.jar [2023-09-08T19:41:10.029Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/javascript/closure-compiler-externs/v20160315/closure-compiler-externs-v20160315.jar [2023-09-08T19:41:10.029Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-java/2.5.0/protobuf-java-2.5.0.jar [2023-09-08T19:41:10.029Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/args4j/args4j/2.0.26/args4j-2.0.26.jar (75 kB at 3.0 MB/s) [2023-09-08T19:41:10.029Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/javascript/closure-compiler-externs/v20160315/closure-compiler-externs-v20160315.jar (145 kB at 5.4 MB/s) [2023-09-08T19:41:10.029Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/protobuf/protobuf-java/2.5.0/protobuf-java-2.5.0.jar (533 kB at 20 MB/s) [2023-09-08T19:41:10.285Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/19.0/guava-19.0.jar (2.3 MB at 61 MB/s) [2023-09-08T19:41:10.285Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/javascript/closure-compiler-unshaded/v20160315/closure-compiler-unshaded-v20160315.jar (3.6 MB at 37 MB/s) [2023-09-08T19:41:10.285Z] [INFO] [2023-09-08T19:41:10.285Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.google.javascript --- [2023-09-08T19:41:10.285Z] [INFO] [2023-09-08T19:41:10.285Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.google.javascript --- [2023-09-08T19:41:10.285Z] [INFO] The project's OSGi version is 0.0.20160315.v20161124-1903 [2023-09-08T19:41:10.285Z] [INFO] [2023-09-08T19:41:10.285Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.google.javascript --- [2023-09-08T19:41:10.285Z] [INFO] [2023-09-08T19:41:10.285Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.google.javascript --- [2023-09-08T19:41:10.285Z] [INFO] Copying 4 resources [2023-09-08T19:41:10.285Z] [INFO] [2023-09-08T19:41:10.285Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.google.javascript --- [2023-09-08T19:41:10.285Z] [INFO] No sources to compile [2023-09-08T19:41:10.285Z] [INFO] [2023-09-08T19:41:10.285Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.google.javascript --- [2023-09-08T19:41:10.285Z] [INFO] Gathering dependencies [2023-09-08T19:41:10.285Z] [INFO] Configured Artifact: com.google.javascript:closure-compiler-unshaded:v20160315:jar [2023-09-08T19:41:10.285Z] [INFO] Unpacking /home/vnc/.m2/repository/com/google/javascript/closure-compiler-unshaded/v20160315/closure-compiler-unshaded-v20160315.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.javascript_0.0.20160315/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:41:10.540Z] [INFO] Merging collected dependencies [2023-09-08T19:41:10.540Z] [INFO] Copying 1859 resources [2023-09-08T19:41:10.540Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:41:11.104Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.google.javascript:eclipse-bundle-recipe:0.0.20160315-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] [2023-09-08T19:41:11.104Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.google.javascript:eclipse-bundle-recipe:0.0.20160315-SNAPSHOT : Version for package com.google.debugging.sourcemap is set to different values in the source (0.0.20160315) and in the manifest (0.0.0.v20160315). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project [2023-09-08T19:41:11.104Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.google.javascript:eclipse-bundle-recipe:0.0.20160315-SNAPSHOT : Version for package com.google.debugging.sourcemap.proto is set to different values in the source (0.0.20160315) and in the manifest (0.0.0.v20160315). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project [2023-09-08T19:41:11.104Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.google.javascript:eclipse-bundle-recipe:0.0.20160315-SNAPSHOT : Version for package com.google.javascript.jscomp is set to different values in the source (0.0.20160315) and in the manifest (0.0.0.v20160315). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project [2023-09-08T19:41:11.104Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.google.javascript:eclipse-bundle-recipe:0.0.20160315-SNAPSHOT : Version for package com.google.javascript.jscomp.ant is set to different values in the source (0.0.20160315) and in the manifest (0.0.0.v20160315). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project [2023-09-08T19:41:11.104Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.google.javascript:eclipse-bundle-recipe:0.0.20160315-SNAPSHOT : Version for package com.google.javascript.jscomp.deps is set to different values in the source (0.0.20160315) and in the manifest (0.0.0.v20160315). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project [2023-09-08T19:41:11.104Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.google.javascript:eclipse-bundle-recipe:0.0.20160315-SNAPSHOT : Version for package com.google.javascript.jscomp.graph is set to different values in the source (0.0.20160315) and in the manifest (0.0.0.v20160315). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project [2023-09-08T19:41:11.104Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.google.javascript:eclipse-bundle-recipe:0.0.20160315-SNAPSHOT : Version for package com.google.javascript.jscomp.lint is set to different values in the source (0.0.20160315) and in the manifest (0.0.0.v20160315). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project [2023-09-08T19:41:11.104Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.google.javascript:eclipse-bundle-recipe:0.0.20160315-SNAPSHOT : Version for package com.google.javascript.jscomp.newtypes is set to different values in the source (0.0.20160315) and in the manifest (0.0.0.v20160315). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project [2023-09-08T19:41:11.104Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.google.javascript:eclipse-bundle-recipe:0.0.20160315-SNAPSHOT : Version for package com.google.javascript.jscomp.parsing is set to different values in the source (0.0.20160315) and in the manifest (0.0.0.v20160315). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project [2023-09-08T19:41:11.104Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.google.javascript:eclipse-bundle-recipe:0.0.20160315-SNAPSHOT : Version for package com.google.javascript.jscomp.parsing.parser is set to different values in the source (0.0.20160315) and in the manifest (0.0.0.v20160315). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project [2023-09-08T19:41:11.104Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.google.javascript:eclipse-bundle-recipe:0.0.20160315-SNAPSHOT : Version for package com.google.javascript.jscomp.parsing.parser.trees is set to different values in the source (0.0.20160315) and in the manifest (0.0.0.v20160315). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project [2023-09-08T19:41:11.104Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.google.javascript:eclipse-bundle-recipe:0.0.20160315-SNAPSHOT : Version for package com.google.javascript.jscomp.parsing.parser.util is set to different values in the source (0.0.20160315) and in the manifest (0.0.0.v20160315). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project [2023-09-08T19:41:11.104Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.google.javascript:eclipse-bundle-recipe:0.0.20160315-SNAPSHOT : Version for package com.google.javascript.jscomp.parsing.parser.util.format is set to different values in the source (0.0.20160315) and in the manifest (0.0.0.v20160315). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project [2023-09-08T19:41:11.104Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.google.javascript:eclipse-bundle-recipe:0.0.20160315-SNAPSHOT : Version for package com.google.javascript.jscomp.regex is set to different values in the source (0.0.20160315) and in the manifest (0.0.0.v20160315). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project [2023-09-08T19:41:11.105Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.google.javascript:eclipse-bundle-recipe:0.0.20160315-SNAPSHOT : Version for package com.google.javascript.jscomp.type is set to different values in the source (0.0.20160315) and in the manifest (0.0.0.v20160315). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project [2023-09-08T19:41:11.105Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.google.javascript:eclipse-bundle-recipe:0.0.20160315-SNAPSHOT : Version for package com.google.javascript.refactoring is set to different values in the source (0.0.20160315) and in the manifest (0.0.0.v20160315). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project [2023-09-08T19:41:11.105Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.google.javascript:eclipse-bundle-recipe:0.0.20160315-SNAPSHOT : Version for package com.google.javascript.rhino is set to different values in the source (0.0.20160315) and in the manifest (0.0.0.v20160315). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project [2023-09-08T19:41:11.105Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.google.javascript:eclipse-bundle-recipe:0.0.20160315-SNAPSHOT : Version for package com.google.javascript.rhino.jstype is set to different values in the source (0.0.20160315) and in the manifest (0.0.0.v20160315). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project [2023-09-08T19:41:11.105Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.javascript_0.0.20160315/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:41:11.105Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.javascript_0.0.20160315/target/com.google.javascript-0.0.20160315-SNAPSHOT.jar [2023-09-08T19:41:11.363Z] [INFO] Gathering sources [2023-09-08T19:41:11.364Z] [INFO] Configured Artifact: com.google.javascript:closure-compiler-unshaded:sources:v20160315:jar [2023-09-08T19:41:11.364Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/javascript/closure-compiler-unshaded/v20160315/closure-compiler-unshaded-v20160315-sources.jar [2023-09-08T19:41:11.364Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/javascript/closure-compiler-unshaded/v20160315/closure-compiler-unshaded-v20160315-sources.jar [2023-09-08T19:41:11.620Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/javascript/closure-compiler-unshaded/v20160315/closure-compiler-unshaded-v20160315-sources.jar (2.1 MB at 18 MB/s) [2023-09-08T19:41:11.621Z] [INFO] Unpacking /home/vnc/.m2/repository/com/google/javascript/closure-compiler-unshaded/v20160315/closure-compiler-unshaded-v20160315-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.javascript_0.0.20160315/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:41:11.621Z] [INFO] Copying 4 resources [2023-09-08T19:41:11.621Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/google/com.google.javascript_0.0.20160315/src/main/java [2023-09-08T19:41:11.621Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.javascript_0.0.20160315/target/com.google.javascript-0.0.20160315-SNAPSHOT-sources.jar [2023-09-08T19:41:11.877Z] [INFO] Assembling p2 repository [2023-09-08T19:41:12.523Z] [INFO] [2023-09-08T19:41:12.523Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.google.javascript --- [2023-09-08T19:41:12.523Z] [INFO] [2023-09-08T19:41:12.523Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.google.javascript --- [2023-09-08T19:41:12.523Z] [INFO] Gathering sources archives [2023-09-08T19:41:12.523Z] [INFO] Configured Artifact: com.google.javascript:closure-compiler-unshaded:sources:v20160315:jar [2023-09-08T19:41:12.523Z] [INFO] Unpacking /home/vnc/.m2/repository/com/google/javascript/closure-compiler-unshaded/v20160315/closure-compiler-unshaded-v20160315-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.javascript_0.0.20160315/target/sources-for-eclipse-ipzilla/closure-compiler-unshaded-v20160315-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:41:12.523Z] [INFO] Configured Artifact: com.google.javascript:closure-compiler-unshaded:sources:v20160315:jar [2023-09-08T19:41:12.523Z] [INFO] Copying closure-compiler-unshaded-v20160315-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.javascript_0.0.20160315/target/sources-for-eclipse-ipzilla/closure-compiler-unshaded-v20160315-sources.jar [2023-09-08T19:41:12.523Z] [INFO] Refreshing about files and about.html [2023-09-08T19:41:12.523Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/google/com.google.javascript_0.0.20160315/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:41:12.523Z] [INFO] [2023-09-08T19:41:12.523Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ com.google.javascript --- [2023-09-08T19:41:13.450Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.javascript_0.0.20160315/target/com.google.javascript-0.0.20160315-SNAPSHOT.jar [2023-09-08T19:41:17.621Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.javascript_0.0.20160315/target/com.google.javascript-0.0.20160315-SNAPSHOT-sources.jar [2023-09-08T19:41:19.516Z] [INFO] [2023-09-08T19:41:19.516Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.google.javascript --- [2023-09-08T19:41:20.081Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:com.google.javascript:0.0.20160315-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/google/com.google.javascript_0.0.20160315/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:41:20.081Z] no-classifier: different [2023-09-08T19:41:20.081Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:41:20.081Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:41:20.081Z] META-INF/MANIFEST.MF: different [2023-09-08T19:41:20.081Z] Automatic-Module-Name: not present in baseline version [2023-09-08T19:41:20.082Z] Import-Package: baseline='com.google.common.base;version="18.0.0",com.google.common.collect;version="18.0.0",com.google.common.escape;version="18.0.0",com.google.common.io;version="18.0.0",com.google.common.primitives;version="18.0.0",com.google.common.reflect;version="18.0.0",com.google.gson;version="2.2.4",com.google.gson.stream;version="2.2.4",com.google.protobuf;version="2.4.0",org.apache.tools.ant;resolution:=optional;version="1.9.4",org.apache.tools.ant.types;resolution:=optional;version="1.9.4",org.apache.tools.ant.types.resources;resolution:=optional;version="1.9.4",org.kohsuke.args4j;resolution:=optional;version="2.0.21",org.kohsuke.args4j.spi;resolution:=optional;version="2.0.21",com.google.debugging.sourcemap;resolution:=optional;version="[0.0,1)",com.google.debugging.sourcemap.proto;resolution:=optional;version="[0.0,1)",com.google.javascript.jscomp;resolution:=optional;version="[0.0,1)",com.google.javascript.jscomp.deps;resolution:=optional;version="[0.0,1)",com.google.javascript.jscomp.graph;resolution:=optional;version="[0.0,1)",com.google.javascript.jscomp.lint;resolution:=optional;version="[0.0,1)",com.google.javascript.jscomp.newtypes;resolution:=optional;version="[0.0,1)",com.google.javascript.jscomp.parsing;resolution:=optional;version="[0.0,1)",com.google.javascript.jscomp.parsing.parser;resolution:=optional;version="[0.0,1)",com.google.javascript.jscomp.parsing.parser.trees;resolution:=optional;version="[0.0,1)",com.google.javascript.jscomp.parsing.parser.util;resolution:=optional;version="[0.0,1)",com.google.javascript.jscomp.parsing.parser.util.format;resolution:=optional;version="[0.0,1)",com.google.javascript.jscomp.regex;resolution:=optional;version="[0.0,1)",com.google.javascript.jscomp.type;resolution:=optional;version="[0.0,1)",com.google.javascript.refactoring;resolution:=optional;version="[0.0,1)",com.google.javascript.rhino;resolution:=optional;version="[0.0,1)",com.google.javascript.rhino.jstype;resolution:=optional;version="[0.0,1)",javax.annotation;resolution:=optional,javax.xml.parsers;resolution:=optional,org.xml.sax;resolution:=optional' != reactor='com.google.common.base;version="18.0.0",com.google.common.collect;version="18.0.0",com.google.common.escape;version="18.0.0",com.google.common.io;version="18.0.0",com.google.common.primitives;version="18.0.0",com.google.common.reflect;version="18.0.0",com.google.gson;version="2.2.4",com.google.gson.stream;version="2.2.4",com.google.protobuf;version="2.4.0",org.apache.tools.ant;resolution:=optional;version="1.9.4",org.apache.tools.ant.types;resolution:=optional;version="1.9.4",org.apache.tools.ant.types.resources;resolution:=optional;version="1.9.4",org.kohsuke.args4j;resolution:=optional;version="2.0.21",org.kohsuke.args4j.spi;resolution:=optional;version="2.0.21",clojure.lang;resolution:=optional,com.google.debugging.sourcemap;resolution:=optional;version="[0.0,1)",com.google.debugging.sourcemap.proto;resolution:=optional;version="[0.0,1)",com.google.javascript.jscomp;resolution:=optional;version="[0.0,1)",com.google.javascript.jscomp.deps;resolution:=optional;version="[0.0,1)",com.google.javascript.jscomp.graph;resolution:=optional;version="[0.0,1)",com.google.javascript.jscomp.lint;resolution:=optional;version="[0.0,1)",com.google.javascript.jscomp.newtypes;resolution:=optional;version="[0.0,1)",com.google.javascript.jscomp.parsing;resolution:=optional;version="[0.0,1)",com.google.javascript.jscomp.parsing.parser;resolution:=optional;version="[0.0,1)",com.google.javascript.jscomp.parsing.parser.trees;resolution:=optional;version="[0.0,1)",com.google.javascript.jscomp.parsing.parser.util;resolution:=optional;version="[0.0,1)",com.google.javascript.jscomp.parsing.parser.util.format;resolution:=optional;version="[0.0,1)",com.google.javascript.jscomp.regex;resolution:=optional;version="[0.0,1)",com.google.javascript.jscomp.type;resolution:=optional;version="[0.0,1)",com.google.javascript.refactoring;resolution:=optional;version="[0.0,1)",com.google.javascript.rhino;resolution:=optional;version="[0.0,1)",com.google.javascript.rhino.jstype;resolution:=optional;version="[0.0,1)",javax.annotation;resolution:=optional,javax.xml.parsers;resolution:=optional,org.xml.sax;resolution:=optional' [2023-09-08T19:41:20.082Z] classifier-sources: different [2023-09-08T19:41:20.082Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:41:20.082Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:41:20.082Z] [2023-09-08T19:41:20.082Z] [INFO] MavenProject: org.eclipse.orbit.bundles:com.google.javascript:0.0.20160315-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/google/com.google.javascript_0.0.20160315/pom.xml [2023-09-08T19:41:20.082Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:41:20.082Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:41:20.082Z] [2023-09-08T19:41:20.082Z] [INFO] [2023-09-08T19:41:20.082Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ com.google.javascript --- [2023-09-08T19:41:20.082Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.javascript_0.0.20160315/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.javascript/0.0.20160315-SNAPSHOT/com.google.javascript-0.0.20160315-SNAPSHOT.pom [2023-09-08T19:41:20.082Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.javascript_0.0.20160315/target/com.google.javascript-0.0.20160315-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.javascript/0.0.20160315-SNAPSHOT/com.google.javascript-0.0.20160315-SNAPSHOT.jar [2023-09-08T19:41:20.082Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.javascript_0.0.20160315/target/com.google.javascript-0.0.20160315-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.javascript/0.0.20160315-SNAPSHOT/com.google.javascript-0.0.20160315-SNAPSHOT-sources.jar [2023-09-08T19:41:20.082Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.javascript_0.0.20160315/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.javascript/0.0.20160315-SNAPSHOT/com.google.javascript-0.0.20160315-SNAPSHOT-p2metadata.xml [2023-09-08T19:41:20.082Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.javascript_0.0.20160315/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.javascript/0.0.20160315-SNAPSHOT/com.google.javascript-0.0.20160315-SNAPSHOT-p2artifacts.xml [2023-09-08T19:41:20.082Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.javascript_0.0.20160315/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.javascript/0.0.20160315-SNAPSHOT/com.google.javascript-0.0.20160315-SNAPSHOT-p2metadata.xml [2023-09-08T19:41:20.082Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.javascript_0.0.20160315/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.javascript/0.0.20160315-SNAPSHOT/com.google.javascript-0.0.20160315-SNAPSHOT-p2artifacts.xml [2023-09-08T19:41:20.082Z] [INFO] [2023-09-08T19:41:20.082Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.google.javascript --- [2023-09-08T19:41:20.082Z] [INFO] [2023-09-08T19:41:20.082Z] [INFO] -------------< org.eclipse.orbit.bundles:com.google.guava >------------- [2023-09-08T19:41:20.082Z] [INFO] Building Guava: Google Core Libraries for Java 27.1.0-SNAPSHOT [231/375] [2023-09-08T19:41:20.082Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:41:20.082Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/guava/guava/27.1-jre/guava-27.1-jre.pom [2023-09-08T19:41:20.082Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/27.1-jre/guava-27.1-jre.pom [2023-09-08T19:41:20.082Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/27.1-jre/guava-27.1-jre.pom (8.4 kB at 648 kB/s) [2023-09-08T19:41:20.082Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/guava/guava-parent/27.1-jre/guava-parent-27.1-jre.pom [2023-09-08T19:41:20.082Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/27.1-jre/guava-parent-27.1-jre.pom [2023-09-08T19:41:20.082Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/27.1-jre/guava-parent-27.1-jre.pom (10 kB at 871 kB/s) [2023-09-08T19:41:20.082Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.pom [2023-09-08T19:41:20.082Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.pom [2023-09-08T19:41:20.082Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.pom (2.5 kB at 226 kB/s) [2023-09-08T19:41:20.082Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.pom [2023-09-08T19:41:20.082Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.pom [2023-09-08T19:41:20.082Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.pom (1.8 kB at 178 kB/s) [2023-09-08T19:41:20.082Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/errorprone/error_prone_parent/2.2.0/error_prone_parent-2.2.0.pom [2023-09-08T19:41:20.082Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_parent/2.2.0/error_prone_parent-2.2.0.pom [2023-09-08T19:41:20.083Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_parent/2.2.0/error_prone_parent-2.2.0.pom (5.1 kB at 509 kB/s) [2023-09-08T19:41:20.083Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.pom [2023-09-08T19:41:20.083Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.pom [2023-09-08T19:41:20.083Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.pom (2.6 kB at 234 kB/s) [2023-09-08T19:41:20.083Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/codehaus/mojo/animal-sniffer-parent/1.17/animal-sniffer-parent-1.17.pom [2023-09-08T19:41:20.083Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/animal-sniffer-parent/1.17/animal-sniffer-parent-1.17.pom [2023-09-08T19:41:20.083Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/animal-sniffer-parent/1.17/animal-sniffer-parent-1.17.pom (8.6 kB at 782 kB/s) [2023-09-08T19:41:20.083Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom [2023-09-08T19:41:20.083Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom [2023-09-08T19:41:20.083Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom (34 kB at 3.1 MB/s) [2023-09-08T19:41:20.083Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/guava/guava/27.1-jre/guava-27.1-jre.jar [2023-09-08T19:41:20.083Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.jar [2023-09-08T19:41:20.083Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.jar [2023-09-08T19:41:20.083Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.jar [2023-09-08T19:41:20.083Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/27.1-jre/guava-27.1-jre.jar [2023-09-08T19:41:20.083Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.jar [2023-09-08T19:41:20.083Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.jar [2023-09-08T19:41:20.083Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.jar [2023-09-08T19:41:20.083Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.jar (14 kB at 856 kB/s) [2023-09-08T19:41:20.083Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/animal-sniffer-annotations/1.17/animal-sniffer-annotations-1.17.jar (3.4 kB at 203 kB/s) [2023-09-08T19:41:20.083Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.jar (193 kB at 11 MB/s) [2023-09-08T19:41:20.340Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/27.1-jre/guava-27.1-jre.jar (2.7 MB at 72 MB/s) [2023-09-08T19:41:20.340Z] [INFO] [2023-09-08T19:41:20.340Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.google.guava --- [2023-09-08T19:41:20.340Z] [INFO] [2023-09-08T19:41:20.340Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.google.guava --- [2023-09-08T19:41:20.340Z] [INFO] The project's OSGi version is 27.1.0.v20221112-0806 [2023-09-08T19:41:20.340Z] [INFO] [2023-09-08T19:41:20.340Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.google.guava --- [2023-09-08T19:41:20.340Z] [INFO] [2023-09-08T19:41:20.340Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.google.guava --- [2023-09-08T19:41:20.340Z] [INFO] Copying 3 resources [2023-09-08T19:41:20.340Z] [INFO] [2023-09-08T19:41:20.340Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.google.guava --- [2023-09-08T19:41:20.340Z] [INFO] No sources to compile [2023-09-08T19:41:20.340Z] [INFO] [2023-09-08T19:41:20.340Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.google.guava --- [2023-09-08T19:41:20.340Z] [INFO] Gathering dependencies [2023-09-08T19:41:20.340Z] [INFO] Configured Artifact: com.google.guava:guava:27.1-jre:jar [2023-09-08T19:41:20.340Z] [INFO] Configured Artifact: com.google.guava:failureaccess:1.0.1:jar [2023-09-08T19:41:20.340Z] [INFO] Unpacking /home/vnc/.m2/repository/com/google/guava/guava/27.1-jre/guava-27.1-jre.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.guava_27.1.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:41:20.598Z] [INFO] Unpacking /home/vnc/.m2/repository/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.guava_27.1.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:41:20.598Z] [INFO] Merging collected dependencies [2023-09-08T19:41:20.598Z] [INFO] Copying 1953 resources [2023-09-08T19:41:20.598Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:41:21.965Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.google.guava:eclipse-bundle-recipe:27.1.0-SNAPSHOT : Unused Export-Package instructions: [*.impl*] [2023-09-08T19:41:21.965Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.google.guava:eclipse-bundle-recipe:27.1.0-SNAPSHOT : Version for package com.google.common.util.concurrent.internal is set to different values in the source (27.1.0) and in the manifest (1.0.1). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project [2023-09-08T19:41:21.965Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.google.guava:eclipse-bundle-recipe:27.1.0-SNAPSHOT : Unused Import-Package instructions: [com.google.common.util.concurrent.internal.*, javax.crypto.spec.*] [2023-09-08T19:41:21.965Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.guava_27.1.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:41:21.965Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.guava_27.1.0/target/com.google.guava-27.1.0-SNAPSHOT.jar [2023-09-08T19:41:21.965Z] [INFO] Gathering sources [2023-09-08T19:41:21.965Z] [INFO] Configured Artifact: com.google.guava:guava:sources:27.1-jre:jar [2023-09-08T19:41:21.965Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/guava/guava/27.1-jre/guava-27.1-jre-sources.jar [2023-09-08T19:41:21.965Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/27.1-jre/guava-27.1-jre-sources.jar [2023-09-08T19:41:21.965Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/27.1-jre/guava-27.1-jre-sources.jar (1.6 MB at 56 MB/s) [2023-09-08T19:41:21.965Z] [INFO] Configured Artifact: com.google.guava:failureaccess:sources:1.0.1:jar [2023-09-08T19:41:21.965Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1-sources.jar [2023-09-08T19:41:21.965Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1-sources.jar [2023-09-08T19:41:21.965Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1-sources.jar (3.5 kB at 291 kB/s) [2023-09-08T19:41:21.965Z] [INFO] Unpacking /home/vnc/.m2/repository/com/google/guava/guava/27.1-jre/guava-27.1-jre-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.guava_27.1.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:41:22.221Z] [INFO] Unpacking /home/vnc/.m2/repository/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.guava_27.1.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:41:22.221Z] [INFO] Copying 3 resources [2023-09-08T19:41:22.221Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/google/com.google.guava_27.1.0/src/main/java [2023-09-08T19:41:22.221Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.guava_27.1.0/target/com.google.guava-27.1.0-SNAPSHOT-sources.jar [2023-09-08T19:41:22.221Z] [INFO] Assembling p2 repository [2023-09-08T19:41:22.784Z] [INFO] [2023-09-08T19:41:22.784Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.google.guava --- [2023-09-08T19:41:22.784Z] [INFO] [2023-09-08T19:41:22.784Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.google.guava --- [2023-09-08T19:41:22.784Z] [INFO] Gathering sources archives [2023-09-08T19:41:22.784Z] [INFO] Configured Artifact: com.google.guava:guava:sources:27.1-jre:jar [2023-09-08T19:41:22.784Z] [INFO] Configured Artifact: com.google.guava:failureaccess:sources:1.0.1:jar [2023-09-08T19:41:22.784Z] [INFO] Unpacking /home/vnc/.m2/repository/com/google/guava/guava/27.1-jre/guava-27.1-jre-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.guava_27.1.0/target/sources-for-eclipse-ipzilla/guava-27.1-jre-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:41:23.041Z] [INFO] Unpacking /home/vnc/.m2/repository/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.guava_27.1.0/target/sources-for-eclipse-ipzilla/failureaccess-1.0.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:41:23.041Z] [INFO] Configured Artifact: com.google.guava:guava:sources:27.1-jre:jar [2023-09-08T19:41:23.041Z] [INFO] Configured Artifact: com.google.guava:failureaccess:sources:1.0.1:jar [2023-09-08T19:41:23.041Z] [INFO] Copying guava-27.1-jre-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.guava_27.1.0/target/sources-for-eclipse-ipzilla/guava-27.1-jre-sources.jar [2023-09-08T19:41:23.041Z] [INFO] Copying failureaccess-1.0.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.guava_27.1.0/target/sources-for-eclipse-ipzilla/failureaccess-1.0.1-sources.jar [2023-09-08T19:41:23.041Z] [INFO] Refreshing about files and about.html [2023-09-08T19:41:23.041Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/google/com.google.guava_27.1.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:41:23.041Z] [INFO] [2023-09-08T19:41:23.041Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ com.google.guava --- [2023-09-08T19:41:23.604Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.guava_27.1.0/target/com.google.guava-27.1.0-SNAPSHOT.jar [2023-09-08T19:41:26.124Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.guava_27.1.0/target/com.google.guava-27.1.0-SNAPSHOT-sources.jar [2023-09-08T19:41:27.493Z] [INFO] [2023-09-08T19:41:27.494Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.google.guava --- [2023-09-08T19:41:28.422Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:com.google.guava:27.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/google/com.google.guava_27.1.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:41:28.422Z] no-classifier: different [2023-09-08T19:41:28.422Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:41:28.422Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:41:28.422Z] classifier-sources: different [2023-09-08T19:41:28.422Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:41:28.422Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:41:28.422Z] [2023-09-08T19:41:28.422Z] [INFO] MavenProject: org.eclipse.orbit.bundles:com.google.guava:27.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/google/com.google.guava_27.1.0/pom.xml [2023-09-08T19:41:28.422Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:41:28.422Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:41:28.422Z] [2023-09-08T19:41:28.422Z] [INFO] [2023-09-08T19:41:28.422Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ com.google.guava --- [2023-09-08T19:41:28.422Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.guava_27.1.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.guava/27.1.0-SNAPSHOT/com.google.guava-27.1.0-SNAPSHOT.pom [2023-09-08T19:41:28.422Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.guava_27.1.0/target/com.google.guava-27.1.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.guava/27.1.0-SNAPSHOT/com.google.guava-27.1.0-SNAPSHOT.jar [2023-09-08T19:41:28.422Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.guava_27.1.0/target/com.google.guava-27.1.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.guava/27.1.0-SNAPSHOT/com.google.guava-27.1.0-SNAPSHOT-sources.jar [2023-09-08T19:41:28.422Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.guava_27.1.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.guava/27.1.0-SNAPSHOT/com.google.guava-27.1.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:41:28.422Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.guava_27.1.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.guava/27.1.0-SNAPSHOT/com.google.guava-27.1.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:41:28.422Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.guava_27.1.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.guava/27.1.0-SNAPSHOT/com.google.guava-27.1.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:41:28.422Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.guava_27.1.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.guava/27.1.0-SNAPSHOT/com.google.guava-27.1.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:41:28.422Z] [INFO] [2023-09-08T19:41:28.422Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.google.guava --- [2023-09-08T19:41:28.422Z] [INFO] [2023-09-08T19:41:28.422Z] [INFO] -------------< org.eclipse.orbit.bundles:com.google.guava >------------- [2023-09-08T19:41:28.422Z] [INFO] Building Guava: Google Core Libraries for Java 30.1.0-SNAPSHOT [232/375] [2023-09-08T19:41:28.422Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:41:28.422Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/guava/guava/30.1-jre/guava-30.1-jre.pom [2023-09-08T19:41:28.422Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/30.1-jre/guava-30.1-jre.pom [2023-09-08T19:41:28.422Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/30.1-jre/guava-30.1-jre.pom (12 kB at 1.0 MB/s) [2023-09-08T19:41:28.422Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/guava/guava-parent/30.1-jre/guava-parent-30.1-jre.pom [2023-09-08T19:41:28.422Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/30.1-jre/guava-parent-30.1-jre.pom [2023-09-08T19:41:28.422Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/30.1-jre/guava-parent-30.1-jre.pom (14 kB at 1.4 MB/s) [2023-09-08T19:41:28.422Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/checkerframework/checker-qual/3.5.0/checker-qual-3.5.0.pom [2023-09-08T19:41:28.422Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/3.5.0/checker-qual-3.5.0.pom [2023-09-08T19:41:28.422Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/3.5.0/checker-qual-3.5.0.pom (2.2 kB at 216 kB/s) [2023-09-08T19:41:28.422Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/guava/guava/30.1-jre/guava-30.1-jre.jar [2023-09-08T19:41:28.422Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/checkerframework/checker-qual/3.5.0/checker-qual-3.5.0.jar [2023-09-08T19:41:28.422Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/30.1-jre/guava-30.1-jre.jar [2023-09-08T19:41:28.422Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/3.5.0/checker-qual-3.5.0.jar [2023-09-08T19:41:28.422Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/checkerframework/checker-qual/3.5.0/checker-qual-3.5.0.jar (214 kB at 10 MB/s) [2023-09-08T19:41:28.423Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/30.1-jre/guava-30.1-jre.jar (2.9 MB at 52 MB/s) [2023-09-08T19:41:28.423Z] [INFO] [2023-09-08T19:41:28.423Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.google.guava --- [2023-09-08T19:41:28.423Z] [INFO] [2023-09-08T19:41:28.423Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.google.guava --- [2023-09-08T19:41:28.423Z] [INFO] The project's OSGi version is 30.1.0.v20221112-0806 [2023-09-08T19:41:28.423Z] [INFO] [2023-09-08T19:41:28.423Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.google.guava --- [2023-09-08T19:41:28.423Z] [INFO] [2023-09-08T19:41:28.423Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.google.guava --- [2023-09-08T19:41:28.423Z] [INFO] Copying 3 resources [2023-09-08T19:41:28.423Z] [INFO] [2023-09-08T19:41:28.423Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.google.guava --- [2023-09-08T19:41:28.423Z] [INFO] No sources to compile [2023-09-08T19:41:28.423Z] [INFO] [2023-09-08T19:41:28.423Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.google.guava --- [2023-09-08T19:41:28.423Z] [INFO] Gathering dependencies [2023-09-08T19:41:28.423Z] [INFO] Configured Artifact: com.google.guava:guava:30.1-jre:jar [2023-09-08T19:41:28.423Z] [INFO] Configured Artifact: com.google.guava:failureaccess:1.0.1:jar [2023-09-08T19:41:28.423Z] [INFO] Unpacking /home/vnc/.m2/repository/com/google/guava/guava/30.1-jre/guava-30.1-jre.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.guava_30.1.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:41:28.985Z] [INFO] Unpacking /home/vnc/.m2/repository/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.guava_30.1.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:41:28.986Z] [INFO] Merging collected dependencies [2023-09-08T19:41:28.986Z] [INFO] Copying 2032 resources [2023-09-08T19:41:28.986Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:41:29.548Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.google.guava:eclipse-bundle-recipe:30.1.0-SNAPSHOT : Unused Export-Package instructions: [*.impl*] [2023-09-08T19:41:29.548Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.google.guava:eclipse-bundle-recipe:30.1.0-SNAPSHOT : Version for package com.google.common.util.concurrent.internal is set to different values in the source (30.1.0) and in the manifest (1.0.1). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project [2023-09-08T19:41:29.548Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.google.guava:eclipse-bundle-recipe:30.1.0-SNAPSHOT : Unused Import-Package instructions: [com.google.common.util.concurrent.internal.*, javax.crypto.spec.*] [2023-09-08T19:41:29.548Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.guava_30.1.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:41:29.548Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.guava_30.1.0/target/com.google.guava-30.1.0-SNAPSHOT.jar [2023-09-08T19:41:29.805Z] [INFO] Gathering sources [2023-09-08T19:41:29.805Z] [INFO] Configured Artifact: com.google.guava:guava:sources:30.1-jre:jar [2023-09-08T19:41:29.805Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/guava/guava/30.1-jre/guava-30.1-jre-sources.jar [2023-09-08T19:41:29.805Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/30.1-jre/guava-30.1-jre-sources.jar [2023-09-08T19:41:29.805Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/30.1-jre/guava-30.1-jre-sources.jar (1.7 MB at 57 MB/s) [2023-09-08T19:41:29.805Z] [INFO] Configured Artifact: com.google.guava:failureaccess:sources:1.0.1:jar [2023-09-08T19:41:29.805Z] [INFO] Unpacking /home/vnc/.m2/repository/com/google/guava/guava/30.1-jre/guava-30.1-jre-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.guava_30.1.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:41:29.805Z] [INFO] Unpacking /home/vnc/.m2/repository/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.guava_30.1.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:41:29.805Z] [INFO] Copying 3 resources [2023-09-08T19:41:29.805Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/google/com.google.guava_30.1.0/src/main/java [2023-09-08T19:41:29.805Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.guava_30.1.0/target/com.google.guava-30.1.0-SNAPSHOT-sources.jar [2023-09-08T19:41:30.061Z] [INFO] Assembling p2 repository [2023-09-08T19:41:30.622Z] [INFO] [2023-09-08T19:41:30.622Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.google.guava --- [2023-09-08T19:41:30.622Z] [INFO] [2023-09-08T19:41:30.622Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.google.guava --- [2023-09-08T19:41:30.622Z] [INFO] Gathering sources archives [2023-09-08T19:41:30.622Z] [INFO] Configured Artifact: com.google.guava:guava:sources:30.1-jre:jar [2023-09-08T19:41:30.622Z] [INFO] Configured Artifact: com.google.guava:failureaccess:sources:1.0.1:jar [2023-09-08T19:41:30.622Z] [INFO] Unpacking /home/vnc/.m2/repository/com/google/guava/guava/30.1-jre/guava-30.1-jre-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.guava_30.1.0/target/sources-for-eclipse-ipzilla/guava-30.1-jre-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:41:30.622Z] [INFO] Unpacking /home/vnc/.m2/repository/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.guava_30.1.0/target/sources-for-eclipse-ipzilla/failureaccess-1.0.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:41:30.622Z] [INFO] Configured Artifact: com.google.guava:guava:sources:30.1-jre:jar [2023-09-08T19:41:30.622Z] [INFO] Configured Artifact: com.google.guava:failureaccess:sources:1.0.1:jar [2023-09-08T19:41:30.622Z] [INFO] Copying guava-30.1-jre-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.guava_30.1.0/target/sources-for-eclipse-ipzilla/guava-30.1-jre-sources.jar [2023-09-08T19:41:30.622Z] [INFO] Copying failureaccess-1.0.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.guava_30.1.0/target/sources-for-eclipse-ipzilla/failureaccess-1.0.1-sources.jar [2023-09-08T19:41:30.622Z] [INFO] Refreshing about files and about.html [2023-09-08T19:41:30.622Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/google/com.google.guava_30.1.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:41:30.622Z] [INFO] [2023-09-08T19:41:30.622Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ com.google.guava --- [2023-09-08T19:41:31.550Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.guava_30.1.0/target/com.google.guava-30.1.0-SNAPSHOT.jar [2023-09-08T19:41:33.447Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.guava_30.1.0/target/com.google.guava-30.1.0-SNAPSHOT-sources.jar [2023-09-08T19:41:34.816Z] [INFO] [2023-09-08T19:41:34.816Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.google.guava --- [2023-09-08T19:41:35.745Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:com.google.guava:30.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/google/com.google.guava_30.1.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:41:35.745Z] no-classifier: different [2023-09-08T19:41:35.745Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:41:35.745Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:41:35.745Z] classifier-sources: different [2023-09-08T19:41:35.745Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:41:35.745Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:41:35.745Z] [2023-09-08T19:41:35.745Z] [INFO] MavenProject: org.eclipse.orbit.bundles:com.google.guava:30.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/google/com.google.guava_30.1.0/pom.xml [2023-09-08T19:41:35.745Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:41:35.745Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:41:35.745Z] [2023-09-08T19:41:35.745Z] [INFO] [2023-09-08T19:41:35.745Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ com.google.guava --- [2023-09-08T19:41:35.745Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.guava_30.1.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.guava/30.1.0-SNAPSHOT/com.google.guava-30.1.0-SNAPSHOT.pom [2023-09-08T19:41:35.745Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.guava_30.1.0/target/com.google.guava-30.1.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.guava/30.1.0-SNAPSHOT/com.google.guava-30.1.0-SNAPSHOT.jar [2023-09-08T19:41:35.745Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.guava_30.1.0/target/com.google.guava-30.1.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.guava/30.1.0-SNAPSHOT/com.google.guava-30.1.0-SNAPSHOT-sources.jar [2023-09-08T19:41:35.745Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.guava_30.1.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.guava/30.1.0-SNAPSHOT/com.google.guava-30.1.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:41:35.745Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.guava_30.1.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.guava/30.1.0-SNAPSHOT/com.google.guava-30.1.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:41:35.745Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.guava_30.1.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.guava/30.1.0-SNAPSHOT/com.google.guava-30.1.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:41:35.745Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.guava_30.1.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.guava/30.1.0-SNAPSHOT/com.google.guava-30.1.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:41:35.745Z] [INFO] [2023-09-08T19:41:35.745Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.google.guava --- [2023-09-08T19:41:35.745Z] [INFO] [2023-09-08T19:41:35.745Z] [INFO] -------------< org.eclipse.orbit.bundles:com.google.gson >-------------- [2023-09-08T19:41:35.745Z] [INFO] Building Gson 2.10.1-SNAPSHOT [233/375] [2023-09-08T19:41:35.745Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:41:35.745Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/code/gson/gson/2.10.1/gson-2.10.1.pom [2023-09-08T19:41:35.745Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.10.1/gson-2.10.1.pom [2023-09-08T19:41:35.745Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.10.1/gson-2.10.1.pom (9.4 kB at 851 kB/s) [2023-09-08T19:41:35.746Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/code/gson/gson-parent/2.10.1/gson-parent-2.10.1.pom [2023-09-08T19:41:35.746Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/gson/gson-parent/2.10.1/gson-parent-2.10.1.pom [2023-09-08T19:41:35.746Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/gson/gson-parent/2.10.1/gson-parent-2.10.1.pom (13 kB at 1.3 MB/s) [2023-09-08T19:41:35.746Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/code/gson/gson/2.10.1/gson-2.10.1.jar [2023-09-08T19:41:35.746Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.10.1/gson-2.10.1.jar [2023-09-08T19:41:35.746Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.10.1/gson-2.10.1.jar (283 kB at 22 MB/s) [2023-09-08T19:41:35.746Z] [INFO] [2023-09-08T19:41:35.746Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.google.gson --- [2023-09-08T19:41:35.746Z] [INFO] [2023-09-08T19:41:35.746Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.google.gson --- [2023-09-08T19:41:35.746Z] [INFO] The project's OSGi version is 2.10.1.v20230109-0753 [2023-09-08T19:41:35.746Z] [INFO] [2023-09-08T19:41:35.746Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.google.gson --- [2023-09-08T19:41:35.746Z] [INFO] [2023-09-08T19:41:35.746Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.google.gson --- [2023-09-08T19:41:35.746Z] [INFO] Copying 3 resources [2023-09-08T19:41:35.746Z] [INFO] [2023-09-08T19:41:35.746Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.google.gson --- [2023-09-08T19:41:35.746Z] [INFO] No sources to compile [2023-09-08T19:41:35.746Z] [INFO] [2023-09-08T19:41:35.746Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.google.gson --- [2023-09-08T19:41:35.746Z] [INFO] Gathering dependencies [2023-09-08T19:41:35.746Z] [INFO] Configured Artifact: com.google.code.gson:gson:2.10.1:jar [2023-09-08T19:41:35.746Z] [INFO] Unpacking /home/vnc/.m2/repository/com/google/code/gson/gson/2.10.1/gson-2.10.1.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.gson_2.10.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:41:35.746Z] [INFO] Merging collected dependencies [2023-09-08T19:41:35.746Z] [INFO] Copying 219 resources [2023-09-08T19:41:35.746Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:41:35.746Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.google.gson:eclipse-bundle-recipe:2.10.1-SNAPSHOT : Unused Export-Package instructions: [*.implementation.*, *.impl.*] [2023-09-08T19:41:35.746Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.google.gson:eclipse-bundle-recipe:2.10.1-SNAPSHOT : Classes found in the wrong directory: {META-INF/versions/9/module-info.class=module-info} [2023-09-08T19:41:35.746Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.gson_2.10.1/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:41:35.746Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.gson_2.10.1/target/com.google.gson-2.10.1-SNAPSHOT.jar [2023-09-08T19:41:35.746Z] [INFO] Gathering sources [2023-09-08T19:41:35.746Z] [INFO] Configured Artifact: com.google.code.gson:gson:sources:2.10.1:jar [2023-09-08T19:41:35.746Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/code/gson/gson/2.10.1/gson-2.10.1-sources.jar [2023-09-08T19:41:35.746Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.10.1/gson-2.10.1-sources.jar [2023-09-08T19:41:35.746Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.10.1/gson-2.10.1-sources.jar (182 kB at 14 MB/s) [2023-09-08T19:41:35.746Z] [INFO] Unpacking /home/vnc/.m2/repository/com/google/code/gson/gson/2.10.1/gson-2.10.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.gson_2.10.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:41:35.746Z] [INFO] Copying 3 resources [2023-09-08T19:41:35.746Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/google/com.google.gson_2.10.1/src/main/java [2023-09-08T19:41:35.746Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.gson_2.10.1/target/com.google.gson-2.10.1-SNAPSHOT-sources.jar [2023-09-08T19:41:35.746Z] [INFO] Assembling p2 repository [2023-09-08T19:41:36.677Z] [INFO] [2023-09-08T19:41:36.677Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.google.gson --- [2023-09-08T19:41:36.677Z] [INFO] [2023-09-08T19:41:36.677Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.google.gson --- [2023-09-08T19:41:36.677Z] [INFO] Gathering sources archives [2023-09-08T19:41:36.677Z] [INFO] Configured Artifact: com.google.code.gson:gson:sources:2.10.1:jar [2023-09-08T19:41:36.677Z] [INFO] Unpacking /home/vnc/.m2/repository/com/google/code/gson/gson/2.10.1/gson-2.10.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.gson_2.10.1/target/sources-for-eclipse-ipzilla/gson-2.10.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:41:36.677Z] [INFO] Configured Artifact: com.google.code.gson:gson:sources:2.10.1:jar [2023-09-08T19:41:36.677Z] [INFO] Copying gson-2.10.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.gson_2.10.1/target/sources-for-eclipse-ipzilla/gson-2.10.1-sources.jar [2023-09-08T19:41:36.677Z] [INFO] Refreshing about files and about.html [2023-09-08T19:41:36.677Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/google/com.google.gson_2.10.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:41:36.677Z] [INFO] [2023-09-08T19:41:36.677Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ com.google.gson --- [2023-09-08T19:41:36.677Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.gson_2.10.1/target/com.google.gson-2.10.1-SNAPSHOT.jar [2023-09-08T19:41:38.571Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.gson_2.10.1/target/com.google.gson-2.10.1-SNAPSHOT-sources.jar [2023-09-08T19:41:39.501Z] [INFO] [2023-09-08T19:41:39.501Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.google.gson --- [2023-09-08T19:41:39.757Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:com.google.gson:2.10.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/google/com.google.gson_2.10.1/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:41:39.757Z] no-classifier: different [2023-09-08T19:41:39.757Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:41:39.757Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:41:39.757Z] classifier-sources: different [2023-09-08T19:41:39.757Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:41:39.757Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:41:39.757Z] [2023-09-08T19:41:39.757Z] [INFO] MavenProject: org.eclipse.orbit.bundles:com.google.gson:2.10.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/google/com.google.gson_2.10.1/pom.xml [2023-09-08T19:41:39.757Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:41:39.757Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:41:39.757Z] [2023-09-08T19:41:39.757Z] [INFO] [2023-09-08T19:41:39.757Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ com.google.gson --- [2023-09-08T19:41:39.758Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.gson_2.10.1/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.gson/2.10.1-SNAPSHOT/com.google.gson-2.10.1-SNAPSHOT.pom [2023-09-08T19:41:39.758Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.gson_2.10.1/target/com.google.gson-2.10.1-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.gson/2.10.1-SNAPSHOT/com.google.gson-2.10.1-SNAPSHOT.jar [2023-09-08T19:41:39.758Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.gson_2.10.1/target/com.google.gson-2.10.1-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.gson/2.10.1-SNAPSHOT/com.google.gson-2.10.1-SNAPSHOT-sources.jar [2023-09-08T19:41:39.758Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.gson_2.10.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.gson/2.10.1-SNAPSHOT/com.google.gson-2.10.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:41:39.758Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.gson_2.10.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.gson/2.10.1-SNAPSHOT/com.google.gson-2.10.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:41:39.758Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.gson_2.10.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.gson/2.10.1-SNAPSHOT/com.google.gson-2.10.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:41:39.758Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.gson_2.10.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.gson/2.10.1-SNAPSHOT/com.google.gson-2.10.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:41:39.758Z] [INFO] [2023-09-08T19:41:39.758Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.google.gson --- [2023-09-08T19:41:39.758Z] [INFO] [2023-09-08T19:41:39.758Z] [INFO] -------------< org.eclipse.orbit.bundles:com.google.gdata >------------- [2023-09-08T19:41:39.758Z] [INFO] Building Google Data Java Client Library 1.47.1-SNAPSHOT [234/375] [2023-09-08T19:41:39.758Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:41:39.758Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/gdata/core/1.47.1/core-1.47.1.pom [2023-09-08T19:41:39.758Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/gdata/core/1.47.1/core-1.47.1.pom [2023-09-08T19:41:39.758Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/gdata/core/1.47.1/core-1.47.1.pom (4.6 kB at 381 kB/s) [2023-09-08T19:41:39.758Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/guava/guava/13.0.1/guava-13.0.1.pom [2023-09-08T19:41:39.758Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/13.0.1/guava-13.0.1.pom [2023-09-08T19:41:39.758Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/13.0.1/guava-13.0.1.pom (5.3 kB at 446 kB/s) [2023-09-08T19:41:39.758Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/guava/guava-parent/13.0.1/guava-parent-13.0.1.pom [2023-09-08T19:41:39.758Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/13.0.1/guava-parent-13.0.1.pom [2023-09-08T19:41:40.014Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/13.0.1/guava-parent-13.0.1.pom (2.6 kB at 232 kB/s) [2023-09-08T19:41:40.014Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/oauth-client/google-oauth-client-jetty/1.11.0-beta/google-oauth-client-jetty-1.11.0-beta.pom [2023-09-08T19:41:40.015Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/oauth-client/google-oauth-client-jetty/1.11.0-beta/google-oauth-client-jetty-1.11.0-beta.pom [2023-09-08T19:41:40.015Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/oauth-client/google-oauth-client-jetty/1.11.0-beta/google-oauth-client-jetty-1.11.0-beta.pom (2.3 kB at 78 kB/s) [2023-09-08T19:41:40.015Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/oauth-client/google-oauth-client-parent/1.11.0-beta/google-oauth-client-parent-1.11.0-beta.pom [2023-09-08T19:41:40.015Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/oauth-client/google-oauth-client-parent/1.11.0-beta/google-oauth-client-parent-1.11.0-beta.pom [2023-09-08T19:41:40.015Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/oauth-client/google-oauth-client-parent/1.11.0-beta/google-oauth-client-parent-1.11.0-beta.pom (14 kB at 534 kB/s) [2023-09-08T19:41:40.015Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/oauth-client/google-oauth-client-java6/1.11.0-beta/google-oauth-client-java6-1.11.0-beta.pom [2023-09-08T19:41:40.015Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/oauth-client/google-oauth-client-java6/1.11.0-beta/google-oauth-client-java6-1.11.0-beta.pom [2023-09-08T19:41:40.015Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/oauth-client/google-oauth-client-java6/1.11.0-beta/google-oauth-client-java6-1.11.0-beta.pom (2.4 kB at 91 kB/s) [2023-09-08T19:41:40.015Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/oauth-client/google-oauth-client/1.11.0-beta/google-oauth-client-1.11.0-beta.pom [2023-09-08T19:41:40.015Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/oauth-client/google-oauth-client/1.11.0-beta/google-oauth-client-1.11.0-beta.pom [2023-09-08T19:41:40.015Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/oauth-client/google-oauth-client/1.11.0-beta/google-oauth-client-1.11.0-beta.pom (2.9 kB at 106 kB/s) [2023-09-08T19:41:40.015Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/http-client/google-http-client/1.11.0-beta/google-http-client-1.11.0-beta.pom [2023-09-08T19:41:40.015Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/http-client/google-http-client/1.11.0-beta/google-http-client-1.11.0-beta.pom [2023-09-08T19:41:40.015Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/http-client/google-http-client/1.11.0-beta/google-http-client-1.11.0-beta.pom (4.7 kB at 169 kB/s) [2023-09-08T19:41:40.015Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/http-client/google-http-client-parent/1.11.0-beta/google-http-client-parent-1.11.0-beta.pom [2023-09-08T19:41:40.015Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/http-client/google-http-client-parent/1.11.0-beta/google-http-client-parent-1.11.0-beta.pom [2023-09-08T19:41:40.015Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/http-client/google-http-client-parent/1.11.0-beta/google-http-client-parent-1.11.0-beta.pom (18 kB at 639 kB/s) [2023-09-08T19:41:40.015Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/guava/guava/11.0.1/guava-11.0.1.pom [2023-09-08T19:41:40.271Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/11.0.1/guava-11.0.1.pom [2023-09-08T19:41:40.271Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/11.0.1/guava-11.0.1.pom (5.5 kB at 497 kB/s) [2023-09-08T19:41:40.271Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/guava/guava-parent/11.0.1/guava-parent-11.0.1.pom [2023-09-08T19:41:40.271Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/11.0.1/guava-parent-11.0.1.pom [2023-09-08T19:41:40.271Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/11.0.1/guava-parent-11.0.1.pom (2.0 kB at 178 kB/s) [2023-09-08T19:41:40.271Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/httpcomponents/httpclient/4.0.3/httpclient-4.0.3.pom [2023-09-08T19:41:40.271Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.0.3/httpclient-4.0.3.pom [2023-09-08T19:41:40.271Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.0.3/httpclient-4.0.3.pom (7.5 kB at 625 kB/s) [2023-09-08T19:41:40.271Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/httpcomponents/httpcomponents-client/4.0.3/httpcomponents-client-4.0.3.pom [2023-09-08T19:41:40.271Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.0.3/httpcomponents-client-4.0.3.pom [2023-09-08T19:41:40.271Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.0.3/httpcomponents-client-4.0.3.pom (9.0 kB at 895 kB/s) [2023-09-08T19:41:40.271Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/httpcomponents/project/4.1/project-4.1.pom [2023-09-08T19:41:40.271Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/4.1/project-4.1.pom [2023-09-08T19:41:40.271Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/4.1/project-4.1.pom (16 kB at 1.4 MB/s) [2023-09-08T19:41:40.271Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom [2023-09-08T19:41:40.271Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom [2023-09-08T19:41:40.271Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom (4.9 kB at 489 kB/s) [2023-09-08T19:41:40.272Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom [2023-09-08T19:41:40.272Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom [2023-09-08T19:41:40.272Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom (9.4 kB at 935 kB/s) [2023-09-08T19:41:40.272Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/httpcomponents/project/4.0/project-4.0.pom [2023-09-08T19:41:40.272Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/4.0/project-4.0.pom [2023-09-08T19:41:40.272Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/4.0/project-4.0.pom (13 kB at 1.2 MB/s) [2023-09-08T19:41:40.272Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/commons-codec/commons-codec/1.3/commons-codec-1.3.pom [2023-09-08T19:41:40.272Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.3/commons-codec-1.3.pom [2023-09-08T19:41:40.272Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.3/commons-codec-1.3.pom (6.1 kB at 555 kB/s) [2023-09-08T19:41:40.272Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/xpp3/xpp3/1.1.4c/xpp3-1.1.4c.pom [2023-09-08T19:41:40.272Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/xpp3/xpp3/1.1.4c/xpp3-1.1.4c.pom [2023-09-08T19:41:40.272Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/xpp3/xpp3/1.1.4c/xpp3-1.1.4c.pom (2.1 kB at 191 kB/s) [2023-09-08T19:41:40.272Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/mortbay/jetty/jetty/6.1.26/jetty-6.1.26.pom [2023-09-08T19:41:40.272Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty/6.1.26/jetty-6.1.26.pom [2023-09-08T19:41:40.272Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty/6.1.26/jetty-6.1.26.pom (6.3 kB at 569 kB/s) [2023-09-08T19:41:40.272Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/mortbay/jetty/project/6.1.26/project-6.1.26.pom [2023-09-08T19:41:40.528Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mortbay/jetty/project/6.1.26/project-6.1.26.pom [2023-09-08T19:41:40.528Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mortbay/jetty/project/6.1.26/project-6.1.26.pom (9.2 kB at 837 kB/s) [2023-09-08T19:41:40.528Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/mortbay/jetty/jetty-parent/10/jetty-parent-10.pom [2023-09-08T19:41:40.528Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty-parent/10/jetty-parent-10.pom [2023-09-08T19:41:40.528Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty-parent/10/jetty-parent-10.pom (3.3 kB at 299 kB/s) [2023-09-08T19:41:40.528Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/eclipse/jetty/jetty-parent/14/jetty-parent-14.pom [2023-09-08T19:41:40.528Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-parent/14/jetty-parent-14.pom [2023-09-08T19:41:40.528Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-parent/14/jetty-parent-14.pom (16 kB at 1.2 MB/s) [2023-09-08T19:41:40.528Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/mortbay/jetty/jetty-util/6.1.26/jetty-util-6.1.26.pom [2023-09-08T19:41:40.528Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty-util/6.1.26/jetty-util-6.1.26.pom [2023-09-08T19:41:40.528Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty-util/6.1.26/jetty-util-6.1.26.pom (3.9 kB at 323 kB/s) [2023-09-08T19:41:40.528Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/mortbay/jetty/servlet-api/2.5-20081211/servlet-api-2.5-20081211.pom [2023-09-08T19:41:40.528Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mortbay/jetty/servlet-api/2.5-20081211/servlet-api-2.5-20081211.pom [2023-09-08T19:41:40.528Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mortbay/jetty/servlet-api/2.5-20081211/servlet-api-2.5-20081211.pom (2.7 kB at 243 kB/s) [2023-09-08T19:41:40.528Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/mortbay/jetty/jetty-parent/7/jetty-parent-7.pom [2023-09-08T19:41:40.528Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty-parent/7/jetty-parent-7.pom [2023-09-08T19:41:40.528Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty-parent/7/jetty-parent-7.pom (13 kB at 951 kB/s) [2023-09-08T19:41:40.528Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/code/findbugs/jsr305/1.3.7/jsr305-1.3.7.pom [2023-09-08T19:41:40.528Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/1.3.7/jsr305-1.3.7.pom [2023-09-08T19:41:40.528Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/1.3.7/jsr305-1.3.7.pom (965 B at 74 kB/s) [2023-09-08T19:41:40.528Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/javax/mail/mail/1.4/mail-1.4.pom [2023-09-08T19:41:40.528Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/mail/mail/1.4/mail-1.4.pom [2023-09-08T19:41:40.528Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/mail/mail/1.4/mail-1.4.pom (993 B at 90 kB/s) [2023-09-08T19:41:40.528Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/gdata/core/1.47.1/core-1.47.1.jar [2023-09-08T19:41:40.528Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/guava/guava/13.0.1/guava-13.0.1.jar [2023-09-08T19:41:40.528Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/oauth-client/google-oauth-client-java6/1.11.0-beta/google-oauth-client-java6-1.11.0-beta.jar [2023-09-08T19:41:40.528Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/oauth-client/google-oauth-client-jetty/1.11.0-beta/google-oauth-client-jetty-1.11.0-beta.jar [2023-09-08T19:41:40.528Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/oauth-client/google-oauth-client/1.11.0-beta/google-oauth-client-1.11.0-beta.jar [2023-09-08T19:41:40.528Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/http-client/google-http-client/1.11.0-beta/google-http-client-1.11.0-beta.jar [2023-09-08T19:41:40.528Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/httpcomponents/httpclient/4.0.3/httpclient-4.0.3.jar [2023-09-08T19:41:40.528Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar [2023-09-08T19:41:40.528Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar [2023-09-08T19:41:40.528Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/commons-codec/commons-codec/1.3/commons-codec-1.3.jar [2023-09-08T19:41:40.528Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/xpp3/xpp3/1.1.4c/xpp3-1.1.4c.jar [2023-09-08T19:41:40.528Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/mortbay/jetty/jetty/6.1.26/jetty-6.1.26.jar [2023-09-08T19:41:40.528Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/mortbay/jetty/jetty-util/6.1.26/jetty-util-6.1.26.jar [2023-09-08T19:41:40.528Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/mortbay/jetty/servlet-api/2.5-20081211/servlet-api-2.5-20081211.jar [2023-09-08T19:41:40.528Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/code/findbugs/jsr305/1.3.7/jsr305-1.3.7.jar [2023-09-08T19:41:40.528Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/javax/mail/mail/1.4/mail-1.4.jar [2023-09-08T19:41:40.529Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/javax/activation/activation/1.1/activation-1.1.jar [2023-09-08T19:41:40.784Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/gdata/core/1.47.1/core-1.47.1.jar [2023-09-08T19:41:40.784Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/oauth-client/google-oauth-client-java6/1.11.0-beta/google-oauth-client-java6-1.11.0-beta.jar [2023-09-08T19:41:40.784Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/oauth-client/google-oauth-client-jetty/1.11.0-beta/google-oauth-client-jetty-1.11.0-beta.jar [2023-09-08T19:41:40.784Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/13.0.1/guava-13.0.1.jar [2023-09-08T19:41:40.784Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/oauth-client/google-oauth-client/1.11.0-beta/google-oauth-client-1.11.0-beta.jar [2023-09-08T19:41:40.784Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/oauth-client/google-oauth-client-java6/1.11.0-beta/google-oauth-client-java6-1.11.0-beta.jar (8.6 kB at 307 kB/s) [2023-09-08T19:41:40.784Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/http-client/google-http-client/1.11.0-beta/google-http-client-1.11.0-beta.jar [2023-09-08T19:41:40.784Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/oauth-client/google-oauth-client/1.11.0-beta/google-oauth-client-1.11.0-beta.jar (55 kB at 1.7 MB/s) [2023-09-08T19:41:40.784Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.0.3/httpclient-4.0.3.jar [2023-09-08T19:41:40.784Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/13.0.1/guava-13.0.1.jar (1.9 MB at 50 MB/s) [2023-09-08T19:41:40.784Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar [2023-09-08T19:41:40.785Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/oauth-client/google-oauth-client-jetty/1.11.0-beta/google-oauth-client-jetty-1.11.0-beta.jar (6.0 kB at 114 kB/s) [2023-09-08T19:41:40.785Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar [2023-09-08T19:41:40.785Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/gdata/core/1.47.1/core-1.47.1.jar (2.4 MB at 43 MB/s) [2023-09-08T19:41:40.785Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.3/commons-codec-1.3.jar [2023-09-08T19:41:40.785Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar (173 kB at 3.1 MB/s) [2023-09-08T19:41:40.785Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/xpp3/xpp3/1.1.4c/xpp3-1.1.4c.jar [2023-09-08T19:41:40.785Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.0.3/httpclient-4.0.3.jar (293 kB at 5.0 MB/s) [2023-09-08T19:41:40.785Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty/6.1.26/jetty-6.1.26.jar [2023-09-08T19:41:40.785Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar (61 kB at 934 kB/s) [2023-09-08T19:41:40.785Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/http-client/google-http-client/1.11.0-beta/google-http-client-1.11.0-beta.jar (207 kB at 3.2 MB/s) [2023-09-08T19:41:40.785Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.3/commons-codec-1.3.jar (47 kB at 719 kB/s) [2023-09-08T19:41:40.785Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/1.3.7/jsr305-1.3.7.jar [2023-09-08T19:41:40.785Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty-util/6.1.26/jetty-util-6.1.26.jar [2023-09-08T19:41:40.785Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mortbay/jetty/servlet-api/2.5-20081211/servlet-api-2.5-20081211.jar [2023-09-08T19:41:40.785Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/xpp3/xpp3/1.1.4c/xpp3-1.1.4c.jar (120 kB at 1.7 MB/s) [2023-09-08T19:41:40.785Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/mail/mail/1.4/mail-1.4.jar [2023-09-08T19:41:40.785Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty/6.1.26/jetty-6.1.26.jar (540 kB at 6.9 MB/s) [2023-09-08T19:41:40.785Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/activation/activation/1.1/activation-1.1.jar [2023-09-08T19:41:40.785Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mortbay/jetty/servlet-api/2.5-20081211/servlet-api-2.5-20081211.jar (134 kB at 1.7 MB/s) [2023-09-08T19:41:40.785Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty-util/6.1.26/jetty-util-6.1.26.jar (177 kB at 2.2 MB/s) [2023-09-08T19:41:40.785Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/mail/mail/1.4/mail-1.4.jar (389 kB at 4.6 MB/s) [2023-09-08T19:41:40.785Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/activation/activation/1.1/activation-1.1.jar (63 kB at 716 kB/s) [2023-09-08T19:41:40.785Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/1.3.7/jsr305-1.3.7.jar (32 kB at 292 kB/s) [2023-09-08T19:41:40.785Z] [INFO] [2023-09-08T19:41:40.785Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.google.gdata --- [2023-09-08T19:41:40.785Z] [INFO] [2023-09-08T19:41:40.785Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.google.gdata --- [2023-09-08T19:41:40.785Z] [INFO] The project's OSGi version is 1.47.1.v20221112-0806 [2023-09-08T19:41:40.785Z] [INFO] [2023-09-08T19:41:40.785Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.google.gdata --- [2023-09-08T19:41:40.785Z] [INFO] [2023-09-08T19:41:40.785Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.google.gdata --- [2023-09-08T19:41:40.785Z] [INFO] Copying 3 resources [2023-09-08T19:41:40.785Z] [INFO] [2023-09-08T19:41:40.785Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.google.gdata --- [2023-09-08T19:41:40.785Z] [INFO] No sources to compile [2023-09-08T19:41:40.785Z] [INFO] [2023-09-08T19:41:40.785Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.google.gdata --- [2023-09-08T19:41:40.785Z] [INFO] Gathering dependencies [2023-09-08T19:41:40.785Z] [INFO] Configured Artifact: com.google.gdata:core:1.47.1:jar [2023-09-08T19:41:40.785Z] [INFO] Unpacking /home/vnc/.m2/repository/com/google/gdata/core/1.47.1/core-1.47.1.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.gdata_1.47.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:41:41.044Z] [INFO] Merging collected dependencies [2023-09-08T19:41:41.044Z] [INFO] Copying 1794 resources [2023-09-08T19:41:41.044Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:41:41.605Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.google.gdata:eclipse-bundle-recipe:1.47.1-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*] [2023-09-08T19:41:41.605Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.gdata_1.47.1/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:41:41.605Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.gdata_1.47.1/target/com.google.gdata-1.47.1-SNAPSHOT.jar [2023-09-08T19:41:42.166Z] [INFO] Gathering sources [2023-09-08T19:41:42.166Z] [INFO] Configured Artifact: com.google.gdata:core:sources:1.47.1:jar [2023-09-08T19:41:42.166Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/gdata/core/1.47.1/core-1.47.1-sources.jar [2023-09-08T19:41:42.166Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/gdata/core/1.47.1/core-1.47.1-sources.jar [2023-09-08T19:41:42.166Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/gdata/core/1.47.1/core-1.47.1-sources.jar (2.0 MB at 38 MB/s) [2023-09-08T19:41:42.166Z] [INFO] Unpacking /home/vnc/.m2/repository/com/google/gdata/core/1.47.1/core-1.47.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.gdata_1.47.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:41:42.422Z] [INFO] Copying 3 resources [2023-09-08T19:41:42.422Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/google/com.google.gdata_1.47.1/src/main/java [2023-09-08T19:41:42.422Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.gdata_1.47.1/target/com.google.gdata-1.47.1-SNAPSHOT-sources.jar [2023-09-08T19:41:42.677Z] [INFO] Assembling p2 repository [2023-09-08T19:41:43.240Z] [INFO] [2023-09-08T19:41:43.240Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.google.gdata --- [2023-09-08T19:41:43.240Z] [INFO] [2023-09-08T19:41:43.240Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.google.gdata --- [2023-09-08T19:41:43.240Z] [INFO] Gathering sources archives [2023-09-08T19:41:43.240Z] [INFO] Configured Artifact: com.google.gdata:core:sources:1.47.1:jar [2023-09-08T19:41:43.240Z] [INFO] Unpacking /home/vnc/.m2/repository/com/google/gdata/core/1.47.1/core-1.47.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.gdata_1.47.1/target/sources-for-eclipse-ipzilla/core-1.47.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:41:43.240Z] [INFO] Configured Artifact: com.google.gdata:core:sources:1.47.1:jar [2023-09-08T19:41:43.240Z] [INFO] Copying core-1.47.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.gdata_1.47.1/target/sources-for-eclipse-ipzilla/core-1.47.1-sources.jar [2023-09-08T19:41:43.240Z] [INFO] Refreshing about files and about.html [2023-09-08T19:41:43.240Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/google/com.google.gdata_1.47.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:41:43.240Z] [INFO] [2023-09-08T19:41:43.240Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ com.google.gdata --- [2023-09-08T19:41:43.806Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.gdata_1.47.1/target/com.google.gdata-1.47.1-SNAPSHOT.jar [2023-09-08T19:41:46.326Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.gdata_1.47.1/target/com.google.gdata-1.47.1-SNAPSHOT-sources.jar [2023-09-08T19:41:48.218Z] [INFO] [2023-09-08T19:41:48.218Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.google.gdata --- [2023-09-08T19:41:48.781Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:com.google.gdata:1.47.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/google/com.google.gdata_1.47.1/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:41:48.781Z] no-classifier: different [2023-09-08T19:41:48.781Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:41:48.781Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:41:48.781Z] classifier-sources: different [2023-09-08T19:41:48.781Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:41:48.781Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:41:48.781Z] [2023-09-08T19:41:48.781Z] [INFO] MavenProject: org.eclipse.orbit.bundles:com.google.gdata:1.47.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/google/com.google.gdata_1.47.1/pom.xml [2023-09-08T19:41:48.781Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:41:48.781Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:41:48.781Z] [2023-09-08T19:41:48.781Z] [INFO] [2023-09-08T19:41:48.781Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ com.google.gdata --- [2023-09-08T19:41:48.781Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.gdata_1.47.1/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.gdata/1.47.1-SNAPSHOT/com.google.gdata-1.47.1-SNAPSHOT.pom [2023-09-08T19:41:48.781Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.gdata_1.47.1/target/com.google.gdata-1.47.1-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.gdata/1.47.1-SNAPSHOT/com.google.gdata-1.47.1-SNAPSHOT.jar [2023-09-08T19:41:48.781Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.gdata_1.47.1/target/com.google.gdata-1.47.1-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.gdata/1.47.1-SNAPSHOT/com.google.gdata-1.47.1-SNAPSHOT-sources.jar [2023-09-08T19:41:48.781Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.gdata_1.47.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.gdata/1.47.1-SNAPSHOT/com.google.gdata-1.47.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:41:48.781Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.gdata_1.47.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.gdata/1.47.1-SNAPSHOT/com.google.gdata-1.47.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:41:48.781Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.gdata_1.47.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.gdata/1.47.1-SNAPSHOT/com.google.gdata-1.47.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:41:48.781Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.gdata_1.47.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.gdata/1.47.1-SNAPSHOT/com.google.gdata-1.47.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:41:48.781Z] [INFO] [2023-09-08T19:41:48.781Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.google.gdata --- [2023-09-08T19:41:48.781Z] [INFO] [2023-09-08T19:41:48.781Z] [INFO] ------------< org.eclipse.orbit.bundles:com.google.inject >------------- [2023-09-08T19:41:48.781Z] [INFO] Building Google Guice - Core Library 5.0.1-SNAPSHOT [235/375] [2023-09-08T19:41:48.781Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:41:48.781Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/inject/guice/5.0.1/guice-5.0.1.pom [2023-09-08T19:41:48.781Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/inject/guice/5.0.1/guice-5.0.1.pom [2023-09-08T19:41:48.781Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/inject/guice/5.0.1/guice-5.0.1.pom (9.0 kB at 690 kB/s) [2023-09-08T19:41:48.781Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/inject/guice-parent/5.0.1/guice-parent-5.0.1.pom [2023-09-08T19:41:48.781Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/inject/guice-parent/5.0.1/guice-parent-5.0.1.pom [2023-09-08T19:41:48.781Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/inject/guice-parent/5.0.1/guice-parent-5.0.1.pom (19 kB at 508 kB/s) [2023-09-08T19:41:48.781Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/inject/guice/5.0.1/guice-5.0.1.jar [2023-09-08T19:41:48.781Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/inject/guice/5.0.1/guice-5.0.1.jar [2023-09-08T19:41:48.781Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/inject/guice/5.0.1/guice-5.0.1.jar (773 kB at 43 MB/s) [2023-09-08T19:41:48.781Z] [INFO] [2023-09-08T19:41:48.781Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.google.inject --- [2023-09-08T19:41:48.781Z] [INFO] [2023-09-08T19:41:48.781Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.google.inject --- [2023-09-08T19:41:48.781Z] [INFO] The project's OSGi version is 5.0.1.v20221112-0806 [2023-09-08T19:41:48.781Z] [INFO] [2023-09-08T19:41:48.781Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.google.inject --- [2023-09-08T19:41:48.781Z] [INFO] [2023-09-08T19:41:48.781Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.google.inject --- [2023-09-08T19:41:48.781Z] [INFO] Copying 2 resources [2023-09-08T19:41:48.781Z] [INFO] [2023-09-08T19:41:48.781Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.google.inject --- [2023-09-08T19:41:48.781Z] [INFO] No sources to compile [2023-09-08T19:41:48.781Z] [INFO] [2023-09-08T19:41:48.781Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.google.inject --- [2023-09-08T19:41:48.782Z] [INFO] Gathering dependencies [2023-09-08T19:41:48.782Z] [INFO] Configured Artifact: com.google.inject:guice:5.0.1:jar [2023-09-08T19:41:48.782Z] [INFO] Unpacking /home/vnc/.m2/repository/com/google/inject/guice/5.0.1/guice-5.0.1.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.inject_5.0.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:41:48.782Z] [INFO] Merging collected dependencies [2023-09-08T19:41:48.782Z] [INFO] Copying 492 resources [2023-09-08T19:41:48.782Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:41:49.038Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.google.inject:eclipse-bundle-recipe:5.0.1-SNAPSHOT : Unused Export-Package instructions: [*.implementation.*, *.impl.*] [2023-09-08T19:41:49.038Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.google.inject:eclipse-bundle-recipe:5.0.1-SNAPSHOT : Version for package com.google.inject is set to different values in the source (5.0.1) and in the manifest (1.4). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project [2023-09-08T19:41:49.038Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.google.inject:eclipse-bundle-recipe:5.0.1-SNAPSHOT : Version for package com.google.inject.binder is set to different values in the source (5.0.1) and in the manifest (1.4). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project [2023-09-08T19:41:49.038Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.google.inject:eclipse-bundle-recipe:5.0.1-SNAPSHOT : Version for package com.google.inject.matcher is set to different values in the source (5.0.1) and in the manifest (1.4). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project [2023-09-08T19:41:49.038Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.google.inject:eclipse-bundle-recipe:5.0.1-SNAPSHOT : Version for package com.google.inject.multibindings is set to different values in the source (5.0.1) and in the manifest (1.4). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project [2023-09-08T19:41:49.038Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.google.inject:eclipse-bundle-recipe:5.0.1-SNAPSHOT : Version for package com.google.inject.name is set to different values in the source (5.0.1) and in the manifest (1.4). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project [2023-09-08T19:41:49.038Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.google.inject:eclipse-bundle-recipe:5.0.1-SNAPSHOT : Version for package com.google.inject.spi is set to different values in the source (5.0.1) and in the manifest (1.4). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project [2023-09-08T19:41:49.038Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.google.inject:eclipse-bundle-recipe:5.0.1-SNAPSHOT : Version for package com.google.inject.util is set to different values in the source (5.0.1) and in the manifest (1.4). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project [2023-09-08T19:41:49.038Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.inject_5.0.1/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:41:49.038Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.inject_5.0.1/target/com.google.inject-5.0.1-SNAPSHOT.jar [2023-09-08T19:41:49.294Z] [INFO] Gathering sources [2023-09-08T19:41:49.294Z] [INFO] Configured Artifact: com.google.inject:guice:sources:5.0.1:jar [2023-09-08T19:41:49.294Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/inject/guice/5.0.1/guice-5.0.1-sources.jar [2023-09-08T19:41:49.294Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/inject/guice/5.0.1/guice-5.0.1-sources.jar [2023-09-08T19:41:49.294Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/inject/guice/5.0.1/guice-5.0.1-sources.jar (430 kB at 20 MB/s) [2023-09-08T19:41:49.294Z] [INFO] Unpacking /home/vnc/.m2/repository/com/google/inject/guice/5.0.1/guice-5.0.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.inject_5.0.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:41:49.294Z] [INFO] Copying 2 resources [2023-09-08T19:41:49.294Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/google/com.google.inject_5.0.1/src/main/java [2023-09-08T19:41:49.294Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.inject_5.0.1/target/com.google.inject-5.0.1-SNAPSHOT-sources.jar [2023-09-08T19:41:49.294Z] [INFO] Assembling p2 repository [2023-09-08T19:41:49.855Z] [INFO] [2023-09-08T19:41:49.855Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.google.inject --- [2023-09-08T19:41:49.855Z] [INFO] [2023-09-08T19:41:49.855Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.google.inject --- [2023-09-08T19:41:49.855Z] [INFO] Gathering sources archives [2023-09-08T19:41:49.855Z] [INFO] Configured Artifact: com.google.inject:guice:sources:5.0.1:jar [2023-09-08T19:41:49.855Z] [INFO] Unpacking /home/vnc/.m2/repository/com/google/inject/guice/5.0.1/guice-5.0.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.inject_5.0.1/target/sources-for-eclipse-ipzilla/guice-5.0.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:41:50.112Z] [INFO] Configured Artifact: com.google.inject:guice:sources:5.0.1:jar [2023-09-08T19:41:50.112Z] [INFO] Copying guice-5.0.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.inject_5.0.1/target/sources-for-eclipse-ipzilla/guice-5.0.1-sources.jar [2023-09-08T19:41:50.112Z] [INFO] Refreshing about files and about.html [2023-09-08T19:41:50.112Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/google/com.google.inject_5.0.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:41:50.112Z] [INFO] [2023-09-08T19:41:50.112Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ com.google.inject --- [2023-09-08T19:41:50.112Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.inject_5.0.1/target/com.google.inject-5.0.1-SNAPSHOT.jar [2023-09-08T19:41:51.479Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.inject_5.0.1/target/com.google.inject-5.0.1-SNAPSHOT-sources.jar [2023-09-08T19:41:52.407Z] [INFO] [2023-09-08T19:41:52.407Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.google.inject --- [2023-09-08T19:41:52.665Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:com.google.inject:5.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/google/com.google.inject_5.0.1/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:41:52.665Z] no-classifier: different [2023-09-08T19:41:52.665Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:41:52.665Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:41:52.665Z] classifier-sources: different [2023-09-08T19:41:52.665Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:41:52.665Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:41:52.665Z] [2023-09-08T19:41:52.665Z] [INFO] MavenProject: org.eclipse.orbit.bundles:com.google.inject:5.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/google/com.google.inject_5.0.1/pom.xml [2023-09-08T19:41:52.665Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:41:52.665Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:41:52.665Z] [2023-09-08T19:41:52.665Z] [INFO] [2023-09-08T19:41:52.665Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ com.google.inject --- [2023-09-08T19:41:52.665Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.inject_5.0.1/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.inject/5.0.1-SNAPSHOT/com.google.inject-5.0.1-SNAPSHOT.pom [2023-09-08T19:41:52.665Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.inject_5.0.1/target/com.google.inject-5.0.1-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.inject/5.0.1-SNAPSHOT/com.google.inject-5.0.1-SNAPSHOT.jar [2023-09-08T19:41:52.665Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.inject_5.0.1/target/com.google.inject-5.0.1-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.inject/5.0.1-SNAPSHOT/com.google.inject-5.0.1-SNAPSHOT-sources.jar [2023-09-08T19:41:52.665Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.inject_5.0.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.inject/5.0.1-SNAPSHOT/com.google.inject-5.0.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:41:52.665Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.inject_5.0.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.inject/5.0.1-SNAPSHOT/com.google.inject-5.0.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:41:52.665Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.inject_5.0.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.inject/5.0.1-SNAPSHOT/com.google.inject-5.0.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:41:52.665Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.inject_5.0.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.inject/5.0.1-SNAPSHOT/com.google.inject-5.0.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:41:52.665Z] [INFO] [2023-09-08T19:41:52.665Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.google.inject --- [2023-09-08T19:41:52.665Z] [INFO] [2023-09-08T19:41:52.665Z] [INFO] -----< org.eclipse.orbit.bundles:com.google.inject.assistedinject >----- [2023-09-08T19:41:52.665Z] [INFO] Building Google Guice - Extensions - AssistedInject 5.0.1-SNAPSHOT [236/375] [2023-09-08T19:41:52.665Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:41:52.665Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/inject/extensions/guice-assistedinject/5.0.1/guice-assistedinject-5.0.1.pom [2023-09-08T19:41:52.665Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/inject/extensions/guice-assistedinject/5.0.1/guice-assistedinject-5.0.1.pom [2023-09-08T19:41:52.922Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/inject/extensions/guice-assistedinject/5.0.1/guice-assistedinject-5.0.1.pom (1.1 kB at 84 kB/s) [2023-09-08T19:41:52.922Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/inject/extensions/extensions-parent/5.0.1/extensions-parent-5.0.1.pom [2023-09-08T19:41:52.922Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/inject/extensions/extensions-parent/5.0.1/extensions-parent-5.0.1.pom [2023-09-08T19:41:52.922Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/inject/extensions/extensions-parent/5.0.1/extensions-parent-5.0.1.pom (3.2 kB at 203 kB/s) [2023-09-08T19:41:52.922Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/inject/extensions/guice-assistedinject/5.0.1/guice-assistedinject-5.0.1.jar [2023-09-08T19:41:52.922Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/inject/extensions/guice-assistedinject/5.0.1/guice-assistedinject-5.0.1.jar [2023-09-08T19:41:52.922Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/inject/extensions/guice-assistedinject/5.0.1/guice-assistedinject-5.0.1.jar (48 kB at 3.5 MB/s) [2023-09-08T19:41:52.922Z] [INFO] [2023-09-08T19:41:52.922Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.google.inject.assistedinject --- [2023-09-08T19:41:52.922Z] [INFO] [2023-09-08T19:41:52.922Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.google.inject.assistedinject --- [2023-09-08T19:41:52.922Z] [INFO] The project's OSGi version is 5.0.1.v20221112-0806 [2023-09-08T19:41:52.922Z] [INFO] [2023-09-08T19:41:52.922Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.google.inject.assistedinject --- [2023-09-08T19:41:52.922Z] [INFO] [2023-09-08T19:41:52.922Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.google.inject.assistedinject --- [2023-09-08T19:41:52.922Z] [INFO] Copying 2 resources [2023-09-08T19:41:52.922Z] [INFO] [2023-09-08T19:41:52.922Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.google.inject.assistedinject --- [2023-09-08T19:41:52.922Z] [INFO] No sources to compile [2023-09-08T19:41:52.922Z] [INFO] [2023-09-08T19:41:52.922Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.google.inject.assistedinject --- [2023-09-08T19:41:52.922Z] [INFO] Gathering dependencies [2023-09-08T19:41:52.922Z] [INFO] Configured Artifact: com.google.inject.extensions:guice-assistedinject:5.0.1:jar [2023-09-08T19:41:52.922Z] [INFO] Unpacking /home/vnc/.m2/repository/com/google/inject/extensions/guice-assistedinject/5.0.1/guice-assistedinject-5.0.1.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.inject.assistedinject_5.0.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:41:52.922Z] [INFO] Merging collected dependencies [2023-09-08T19:41:52.922Z] [INFO] Copying 27 resources [2023-09-08T19:41:52.922Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:41:52.922Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.google.inject.assistedinject:eclipse-bundle-recipe:5.0.1-SNAPSHOT : Version for package com.google.inject.assistedinject is set to different values in the source (5.0.1) and in the manifest (1.4). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project [2023-09-08T19:41:52.922Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.inject.assistedinject_5.0.1/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:41:52.922Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.inject.assistedinject_5.0.1/target/com.google.inject.assistedinject-5.0.1-SNAPSHOT.jar [2023-09-08T19:41:52.922Z] [INFO] Gathering sources [2023-09-08T19:41:52.922Z] [INFO] Configured Artifact: com.google.inject.extensions:guice-assistedinject:sources:5.0.1:jar [2023-09-08T19:41:52.922Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/inject/extensions/guice-assistedinject/5.0.1/guice-assistedinject-5.0.1-sources.jar [2023-09-08T19:41:52.922Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/inject/extensions/guice-assistedinject/5.0.1/guice-assistedinject-5.0.1-sources.jar [2023-09-08T19:41:52.922Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/inject/extensions/guice-assistedinject/5.0.1/guice-assistedinject-5.0.1-sources.jar (36 kB at 683 kB/s) [2023-09-08T19:41:52.923Z] [INFO] Unpacking /home/vnc/.m2/repository/com/google/inject/extensions/guice-assistedinject/5.0.1/guice-assistedinject-5.0.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.inject.assistedinject_5.0.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:41:52.923Z] [INFO] Copying 2 resources [2023-09-08T19:41:52.923Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/google/com.google.inject.assistedinject_5.0.1/src/main/java [2023-09-08T19:41:52.923Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.inject.assistedinject_5.0.1/target/com.google.inject.assistedinject-5.0.1-SNAPSHOT-sources.jar [2023-09-08T19:41:52.923Z] [INFO] Assembling p2 repository [2023-09-08T19:41:53.852Z] [INFO] [2023-09-08T19:41:53.852Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.google.inject.assistedinject --- [2023-09-08T19:41:53.852Z] [INFO] [2023-09-08T19:41:53.852Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.google.inject.assistedinject --- [2023-09-08T19:41:53.852Z] [INFO] Gathering sources archives [2023-09-08T19:41:53.852Z] [INFO] Configured Artifact: com.google.inject.extensions:guice-assistedinject:sources:5.0.1:jar [2023-09-08T19:41:53.852Z] [INFO] Unpacking /home/vnc/.m2/repository/com/google/inject/extensions/guice-assistedinject/5.0.1/guice-assistedinject-5.0.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.inject.assistedinject_5.0.1/target/sources-for-eclipse-ipzilla/guice-assistedinject-5.0.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:41:53.852Z] [INFO] Configured Artifact: com.google.inject.extensions:guice-assistedinject:sources:5.0.1:jar [2023-09-08T19:41:53.852Z] [INFO] Copying guice-assistedinject-5.0.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.inject.assistedinject_5.0.1/target/sources-for-eclipse-ipzilla/guice-assistedinject-5.0.1-sources.jar [2023-09-08T19:41:53.852Z] [INFO] Refreshing about files and about.html [2023-09-08T19:41:53.852Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/google/com.google.inject.assistedinject_5.0.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:41:53.852Z] [INFO] [2023-09-08T19:41:53.852Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ com.google.inject.assistedinject --- [2023-09-08T19:41:53.852Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.inject.assistedinject_5.0.1/target/com.google.inject.assistedinject-5.0.1-SNAPSHOT.jar [2023-09-08T19:41:55.223Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.inject.assistedinject_5.0.1/target/com.google.inject.assistedinject-5.0.1-SNAPSHOT-sources.jar [2023-09-08T19:41:57.113Z] [INFO] [2023-09-08T19:41:57.113Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.google.inject.assistedinject --- [2023-09-08T19:41:57.371Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:com.google.inject.assistedinject:5.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/google/com.google.inject.assistedinject_5.0.1/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:41:57.371Z] no-classifier: different [2023-09-08T19:41:57.371Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:41:57.371Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:41:57.371Z] classifier-sources: different [2023-09-08T19:41:57.371Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:41:57.371Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:41:57.371Z] [2023-09-08T19:41:57.371Z] [INFO] MavenProject: org.eclipse.orbit.bundles:com.google.inject.assistedinject:5.0.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/google/com.google.inject.assistedinject_5.0.1/pom.xml [2023-09-08T19:41:57.371Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:41:57.371Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:41:57.371Z] [2023-09-08T19:41:57.371Z] [INFO] [2023-09-08T19:41:57.371Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ com.google.inject.assistedinject --- [2023-09-08T19:41:57.371Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.inject.assistedinject_5.0.1/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.inject.assistedinject/5.0.1-SNAPSHOT/com.google.inject.assistedinject-5.0.1-SNAPSHOT.pom [2023-09-08T19:41:57.371Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.inject.assistedinject_5.0.1/target/com.google.inject.assistedinject-5.0.1-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.inject.assistedinject/5.0.1-SNAPSHOT/com.google.inject.assistedinject-5.0.1-SNAPSHOT.jar [2023-09-08T19:41:57.371Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.inject.assistedinject_5.0.1/target/com.google.inject.assistedinject-5.0.1-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.inject.assistedinject/5.0.1-SNAPSHOT/com.google.inject.assistedinject-5.0.1-SNAPSHOT-sources.jar [2023-09-08T19:41:57.371Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.inject.assistedinject_5.0.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.inject.assistedinject/5.0.1-SNAPSHOT/com.google.inject.assistedinject-5.0.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:41:57.371Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.inject.assistedinject_5.0.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.inject.assistedinject/5.0.1-SNAPSHOT/com.google.inject.assistedinject-5.0.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:41:57.371Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.inject.assistedinject_5.0.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.inject.assistedinject/5.0.1-SNAPSHOT/com.google.inject.assistedinject-5.0.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:41:57.371Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.inject.assistedinject_5.0.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.inject.assistedinject/5.0.1-SNAPSHOT/com.google.inject.assistedinject-5.0.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:41:57.371Z] [INFO] [2023-09-08T19:41:57.371Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.google.inject.assistedinject --- [2023-09-08T19:41:57.371Z] [INFO] [2023-09-08T19:41:57.371Z] [INFO] ------------< org.eclipse.orbit.bundles:com.google.flogger >------------ [2023-09-08T19:41:57.371Z] [INFO] Building Flogger 0.1.0-SNAPSHOT [237/375] [2023-09-08T19:41:57.371Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:41:57.371Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/flogger/flogger/0.1/flogger-0.1.pom [2023-09-08T19:41:57.371Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/flogger/flogger/0.1/flogger-0.1.pom [2023-09-08T19:41:57.371Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/flogger/flogger/0.1/flogger-0.1.pom (2.1 kB at 44 kB/s) [2023-09-08T19:41:57.371Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/code/findbugs/jsr305/3.0.1/jsr305-3.0.1.pom [2023-09-08T19:41:57.371Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.1/jsr305-3.0.1.pom [2023-09-08T19:41:57.371Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.1/jsr305-3.0.1.pom (4.3 kB at 390 kB/s) [2023-09-08T19:41:57.371Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/flogger/flogger/0.1/flogger-0.1.jar [2023-09-08T19:41:57.371Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/code/findbugs/jsr305/3.0.1/jsr305-3.0.1.jar [2023-09-08T19:41:57.371Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/flogger/flogger/0.1/flogger-0.1.jar [2023-09-08T19:41:57.371Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.1/jsr305-3.0.1.jar [2023-09-08T19:41:57.371Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/3.0.1/jsr305-3.0.1.jar (20 kB at 1.5 MB/s) [2023-09-08T19:41:57.371Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/flogger/flogger/0.1/flogger-0.1.jar (101 kB at 2.4 MB/s) [2023-09-08T19:41:57.371Z] [INFO] [2023-09-08T19:41:57.371Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.google.flogger --- [2023-09-08T19:41:57.371Z] [INFO] [2023-09-08T19:41:57.371Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.google.flogger --- [2023-09-08T19:41:57.627Z] [INFO] The project's OSGi version is 0.1.0.v20180506-0038 [2023-09-08T19:41:57.627Z] [INFO] [2023-09-08T19:41:57.627Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.google.flogger --- [2023-09-08T19:41:57.627Z] [INFO] [2023-09-08T19:41:57.627Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.google.flogger --- [2023-09-08T19:41:57.627Z] [INFO] Copying 3 resources [2023-09-08T19:41:57.627Z] [INFO] [2023-09-08T19:41:57.627Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.google.flogger --- [2023-09-08T19:41:57.627Z] [INFO] No sources to compile [2023-09-08T19:41:57.627Z] [INFO] [2023-09-08T19:41:57.627Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.google.flogger --- [2023-09-08T19:41:57.627Z] [INFO] Gathering dependencies [2023-09-08T19:41:57.627Z] [INFO] Configured Artifact: com.google.flogger:flogger:0.1:jar [2023-09-08T19:41:57.627Z] [INFO] Unpacking /home/vnc/.m2/repository/com/google/flogger/flogger/0.1/flogger-0.1.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.flogger_0.1.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:41:57.627Z] [INFO] Merging collected dependencies [2023-09-08T19:41:57.627Z] [INFO] Copying 79 resources [2023-09-08T19:41:57.627Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:41:57.627Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.google.flogger:eclipse-bundle-recipe:0.1.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:41:57.627Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.flogger_0.1.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:41:57.627Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.flogger_0.1.0/target/com.google.flogger-0.1.0-SNAPSHOT.jar [2023-09-08T19:41:57.627Z] [INFO] Gathering sources [2023-09-08T19:41:57.627Z] [INFO] Configured Artifact: com.google.flogger:flogger:sources:0.1:jar [2023-09-08T19:41:57.627Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/flogger/flogger/0.1/flogger-0.1-sources.jar [2023-09-08T19:41:57.627Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/flogger/flogger/0.1/flogger-0.1-sources.jar [2023-09-08T19:41:57.627Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/flogger/flogger/0.1/flogger-0.1-sources.jar (109 kB at 1.9 MB/s) [2023-09-08T19:41:57.627Z] [INFO] Unpacking /home/vnc/.m2/repository/com/google/flogger/flogger/0.1/flogger-0.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.flogger_0.1.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:41:57.627Z] [INFO] Copying 3 resources [2023-09-08T19:41:57.627Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/google/com.google.flogger_0.1.0/src/main/java [2023-09-08T19:41:57.627Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.flogger_0.1.0/target/com.google.flogger-0.1.0-SNAPSHOT-sources.jar [2023-09-08T19:41:57.627Z] [INFO] Assembling p2 repository [2023-09-08T19:41:58.191Z] [INFO] [2023-09-08T19:41:58.191Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.google.flogger --- [2023-09-08T19:41:58.191Z] [INFO] [2023-09-08T19:41:58.191Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.google.flogger --- [2023-09-08T19:41:58.191Z] [INFO] Gathering sources archives [2023-09-08T19:41:58.191Z] [INFO] Configured Artifact: com.google.flogger:flogger:sources:0.1:jar [2023-09-08T19:41:58.191Z] [INFO] Unpacking /home/vnc/.m2/repository/com/google/flogger/flogger/0.1/flogger-0.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.flogger_0.1.0/target/sources-for-eclipse-ipzilla/flogger-0.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:41:58.191Z] [INFO] Configured Artifact: com.google.flogger:flogger:sources:0.1:jar [2023-09-08T19:41:58.191Z] [INFO] Copying flogger-0.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.flogger_0.1.0/target/sources-for-eclipse-ipzilla/flogger-0.1-sources.jar [2023-09-08T19:41:58.191Z] [INFO] Refreshing about files and about.html [2023-09-08T19:41:58.191Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/google/com.google.flogger_0.1.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:41:58.191Z] [INFO] [2023-09-08T19:41:58.191Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ com.google.flogger --- [2023-09-08T19:41:58.191Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.flogger_0.1.0/target/com.google.flogger-0.1.0-SNAPSHOT.jar [2023-09-08T19:41:59.563Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.flogger_0.1.0/target/com.google.flogger-0.1.0-SNAPSHOT-sources.jar [2023-09-08T19:42:00.493Z] [INFO] [2023-09-08T19:42:00.493Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.google.flogger --- [2023-09-08T19:42:00.493Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:com.google.flogger:0.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/google/com.google.flogger_0.1.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:42:00.493Z] no-classifier: different [2023-09-08T19:42:00.493Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:42:00.493Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:42:00.493Z] META-INF/MANIFEST.MF: different [2023-09-08T19:42:00.493Z] Import-Package: baseline='com.google.common.flogger;resolution:=optional;version="[0.1,1)",com.google.common.flogger.backend;resolution:=optional;version="[0.1,1)",com.google.common.flogger.backend.android;resolution:=optional,com.google.common.flogger.backend.system;resolution:=optional,com.google.common.flogger.parameter;resolution:=optional;version="[0.1,1)",com.google.common.flogger.parser;resolution:=optional;version="[0.1,1)",com.google.common.flogger.util;resolution:=optional;version="[0.1,1)",com.google.errorprone.annotations;resolution:=optional,javax.annotation;resolution:=optional;version="[3.0,4)"' != reactor='com.google.common.flogger;resolution:=optional;version="[0.1,1)",com.google.common.flogger.backend;resolution:=optional;version="[0.1,1)",com.google.common.flogger.backend.android;resolution:=optional,com.google.common.flogger.backend.system;resolution:=optional,com.google.common.flogger.parameter;resolution:=optional;version="[0.1,1)",com.google.common.flogger.parser;resolution:=optional;version="[0.1,1)",com.google.common.flogger.util;resolution:=optional;version="[0.1,1)",com.google.errorprone.annotations;resolution:=optional,javax.annotation;resolution:=optional;version="[3.0,4)",sun.misc;resolution:=optional' [2023-09-08T19:42:00.493Z] classifier-sources: different [2023-09-08T19:42:00.493Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:42:00.493Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:42:00.493Z] [2023-09-08T19:42:00.493Z] [INFO] MavenProject: org.eclipse.orbit.bundles:com.google.flogger:0.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/google/com.google.flogger_0.1.0/pom.xml [2023-09-08T19:42:00.493Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:42:00.493Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:42:00.493Z] [2023-09-08T19:42:00.493Z] [INFO] [2023-09-08T19:42:00.493Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ com.google.flogger --- [2023-09-08T19:42:00.493Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.flogger_0.1.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.flogger/0.1.0-SNAPSHOT/com.google.flogger-0.1.0-SNAPSHOT.pom [2023-09-08T19:42:00.750Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.flogger_0.1.0/target/com.google.flogger-0.1.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.flogger/0.1.0-SNAPSHOT/com.google.flogger-0.1.0-SNAPSHOT.jar [2023-09-08T19:42:00.750Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.flogger_0.1.0/target/com.google.flogger-0.1.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.flogger/0.1.0-SNAPSHOT/com.google.flogger-0.1.0-SNAPSHOT-sources.jar [2023-09-08T19:42:00.750Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.flogger_0.1.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.flogger/0.1.0-SNAPSHOT/com.google.flogger-0.1.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:42:00.750Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.flogger_0.1.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.flogger/0.1.0-SNAPSHOT/com.google.flogger-0.1.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:42:00.750Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.flogger_0.1.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.flogger/0.1.0-SNAPSHOT/com.google.flogger-0.1.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:42:00.750Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.flogger_0.1.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.flogger/0.1.0-SNAPSHOT/com.google.flogger-0.1.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:42:00.750Z] [INFO] [2023-09-08T19:42:00.750Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.google.flogger --- [2023-09-08T19:42:00.750Z] [INFO] [2023-09-08T19:42:00.750Z] [INFO] -----< org.eclipse.orbit.bundles:com.google.flogger.systembackend >----- [2023-09-08T19:42:00.750Z] [INFO] Building Flogger System Backend 0.1.0-SNAPSHOT [238/375] [2023-09-08T19:42:00.750Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:42:00.750Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/flogger/flogger-system-backend/0.1/flogger-system-backend-0.1.pom [2023-09-08T19:42:00.750Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/flogger/flogger-system-backend/0.1/flogger-system-backend-0.1.pom [2023-09-08T19:42:00.750Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/flogger/flogger-system-backend/0.1/flogger-system-backend-0.1.pom (2.2 kB at 49 kB/s) [2023-09-08T19:42:00.750Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/flogger/flogger-system-backend/0.1/flogger-system-backend-0.1.jar [2023-09-08T19:42:00.750Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/flogger/flogger-system-backend/0.1/flogger-system-backend-0.1.jar [2023-09-08T19:42:00.750Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/flogger/flogger-system-backend/0.1/flogger-system-backend-0.1.jar (16 kB at 186 kB/s) [2023-09-08T19:42:00.750Z] [INFO] [2023-09-08T19:42:00.750Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.google.flogger.systembackend --- [2023-09-08T19:42:00.750Z] [INFO] [2023-09-08T19:42:00.750Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.google.flogger.systembackend --- [2023-09-08T19:42:00.750Z] [INFO] The project's OSGi version is 0.1.0.v20180506-0038 [2023-09-08T19:42:00.750Z] [INFO] [2023-09-08T19:42:00.750Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.google.flogger.systembackend --- [2023-09-08T19:42:00.750Z] [INFO] [2023-09-08T19:42:00.750Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.google.flogger.systembackend --- [2023-09-08T19:42:00.750Z] [INFO] Copying 3 resources [2023-09-08T19:42:00.750Z] [INFO] [2023-09-08T19:42:00.750Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.google.flogger.systembackend --- [2023-09-08T19:42:00.750Z] [INFO] No sources to compile [2023-09-08T19:42:00.750Z] [INFO] [2023-09-08T19:42:00.750Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.google.flogger.systembackend --- [2023-09-08T19:42:00.750Z] [INFO] Gathering dependencies [2023-09-08T19:42:00.750Z] [INFO] Configured Artifact: com.google.flogger:flogger-system-backend:0.1:jar [2023-09-08T19:42:00.750Z] [INFO] Unpacking /home/vnc/.m2/repository/com/google/flogger/flogger-system-backend/0.1/flogger-system-backend-0.1.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.flogger.systembackend_0.1.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:42:00.750Z] [INFO] Merging collected dependencies [2023-09-08T19:42:00.750Z] [INFO] Copying 15 resources [2023-09-08T19:42:00.750Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:42:00.750Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.google.flogger.systembackend:eclipse-bundle-recipe:0.1.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:42:00.750Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.flogger.systembackend_0.1.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:42:00.750Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.flogger.systembackend_0.1.0/target/com.google.flogger.systembackend-0.1.0-SNAPSHOT.jar [2023-09-08T19:42:00.750Z] [INFO] Gathering sources [2023-09-08T19:42:00.750Z] [INFO] Configured Artifact: com.google.flogger:flogger-system-backend:sources:0.1:jar [2023-09-08T19:42:00.750Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/flogger/flogger-system-backend/0.1/flogger-system-backend-0.1-sources.jar [2023-09-08T19:42:00.750Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/flogger/flogger-system-backend/0.1/flogger-system-backend-0.1-sources.jar [2023-09-08T19:42:01.007Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/flogger/flogger-system-backend/0.1/flogger-system-backend-0.1-sources.jar (16 kB at 398 kB/s) [2023-09-08T19:42:01.007Z] [INFO] Unpacking /home/vnc/.m2/repository/com/google/flogger/flogger-system-backend/0.1/flogger-system-backend-0.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.flogger.systembackend_0.1.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:42:01.007Z] [INFO] Copying 3 resources [2023-09-08T19:42:01.007Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/google/com.google.flogger.systembackend_0.1.0/src/main/java [2023-09-08T19:42:01.007Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.flogger.systembackend_0.1.0/target/com.google.flogger.systembackend-0.1.0-SNAPSHOT-sources.jar [2023-09-08T19:42:01.007Z] [INFO] Assembling p2 repository [2023-09-08T19:42:01.940Z] [INFO] [2023-09-08T19:42:01.940Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.google.flogger.systembackend --- [2023-09-08T19:42:01.940Z] [INFO] [2023-09-08T19:42:01.940Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.google.flogger.systembackend --- [2023-09-08T19:42:01.940Z] [INFO] Gathering sources archives [2023-09-08T19:42:01.940Z] [INFO] Configured Artifact: com.google.flogger:flogger-system-backend:sources:0.1:jar [2023-09-08T19:42:01.940Z] [INFO] Unpacking /home/vnc/.m2/repository/com/google/flogger/flogger-system-backend/0.1/flogger-system-backend-0.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.flogger.systembackend_0.1.0/target/sources-for-eclipse-ipzilla/flogger-system-backend-0.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:42:01.940Z] [INFO] Configured Artifact: com.google.flogger:flogger-system-backend:sources:0.1:jar [2023-09-08T19:42:01.940Z] [INFO] Copying flogger-system-backend-0.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.flogger.systembackend_0.1.0/target/sources-for-eclipse-ipzilla/flogger-system-backend-0.1-sources.jar [2023-09-08T19:42:01.940Z] [INFO] Refreshing about files and about.html [2023-09-08T19:42:01.940Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/google/com.google.flogger.systembackend_0.1.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:42:01.940Z] [INFO] [2023-09-08T19:42:01.940Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ com.google.flogger.systembackend --- [2023-09-08T19:42:01.940Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.flogger.systembackend_0.1.0/target/com.google.flogger.systembackend-0.1.0-SNAPSHOT.jar [2023-09-08T19:42:02.870Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.flogger.systembackend_0.1.0/target/com.google.flogger.systembackend-0.1.0-SNAPSHOT-sources.jar [2023-09-08T19:42:04.240Z] [INFO] [2023-09-08T19:42:04.240Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.google.flogger.systembackend --- [2023-09-08T19:42:04.240Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:com.google.flogger.systembackend:0.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/google/com.google.flogger.systembackend_0.1.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:42:04.240Z] no-classifier: different [2023-09-08T19:42:04.240Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:42:04.240Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:42:04.240Z] classifier-sources: different [2023-09-08T19:42:04.240Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:42:04.240Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:42:04.240Z] [2023-09-08T19:42:04.240Z] [INFO] MavenProject: org.eclipse.orbit.bundles:com.google.flogger.systembackend:0.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/google/com.google.flogger.systembackend_0.1.0/pom.xml [2023-09-08T19:42:04.240Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:42:04.240Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:42:04.240Z] [2023-09-08T19:42:04.240Z] [INFO] [2023-09-08T19:42:04.240Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ com.google.flogger.systembackend --- [2023-09-08T19:42:04.240Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.flogger.systembackend_0.1.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.flogger.systembackend/0.1.0-SNAPSHOT/com.google.flogger.systembackend-0.1.0-SNAPSHOT.pom [2023-09-08T19:42:04.240Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.flogger.systembackend_0.1.0/target/com.google.flogger.systembackend-0.1.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.flogger.systembackend/0.1.0-SNAPSHOT/com.google.flogger.systembackend-0.1.0-SNAPSHOT.jar [2023-09-08T19:42:04.240Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.flogger.systembackend_0.1.0/target/com.google.flogger.systembackend-0.1.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.flogger.systembackend/0.1.0-SNAPSHOT/com.google.flogger.systembackend-0.1.0-SNAPSHOT-sources.jar [2023-09-08T19:42:04.240Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.flogger.systembackend_0.1.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.flogger.systembackend/0.1.0-SNAPSHOT/com.google.flogger.systembackend-0.1.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:42:04.240Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.flogger.systembackend_0.1.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.flogger.systembackend/0.1.0-SNAPSHOT/com.google.flogger.systembackend-0.1.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:42:04.241Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.flogger.systembackend_0.1.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.flogger.systembackend/0.1.0-SNAPSHOT/com.google.flogger.systembackend-0.1.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:42:04.241Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.flogger.systembackend_0.1.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.flogger.systembackend/0.1.0-SNAPSHOT/com.google.flogger.systembackend-0.1.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:42:04.241Z] [INFO] [2023-09-08T19:42:04.241Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.google.flogger.systembackend --- [2023-09-08T19:42:04.241Z] [INFO] [2023-09-08T19:42:04.241Z] [INFO] --------< org.eclipse.orbit.bundles:com.google.flogger.testing >-------- [2023-09-08T19:42:04.241Z] [INFO] Building Flogger Testing 0.1.0-SNAPSHOT [239/375] [2023-09-08T19:42:04.241Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:42:04.241Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/flogger/flogger-testing/0.1/flogger-testing-0.1.pom [2023-09-08T19:42:04.241Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/flogger/flogger-testing/0.1/flogger-testing-0.1.pom [2023-09-08T19:42:04.241Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/flogger/flogger-testing/0.1/flogger-testing-0.1.pom (2.6 kB at 61 kB/s) [2023-09-08T19:42:04.241Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/guava/guava/24.0-jre/guava-24.0-jre.pom [2023-09-08T19:42:04.241Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/24.0-jre/guava-24.0-jre.pom [2023-09-08T19:42:04.241Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/24.0-jre/guava-24.0-jre.pom (7.8 kB at 778 kB/s) [2023-09-08T19:42:04.241Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/guava/guava-parent/24.0-jre/guava-parent-24.0-jre.pom [2023-09-08T19:42:04.241Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/24.0-jre/guava-parent-24.0-jre.pom [2023-09-08T19:42:04.241Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/24.0-jre/guava-parent-24.0-jre.pom (10 kB at 946 kB/s) [2023-09-08T19:42:04.241Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/truth/truth/0.39/truth-0.39.pom [2023-09-08T19:42:04.497Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/truth/truth/0.39/truth-0.39.pom [2023-09-08T19:42:04.497Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/truth/truth/0.39/truth-0.39.pom (6.7 kB at 240 kB/s) [2023-09-08T19:42:04.497Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/truth/truth-parent/0.39/truth-parent-0.39.pom [2023-09-08T19:42:04.497Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/truth/truth-parent/0.39/truth-parent-0.39.pom [2023-09-08T19:42:04.497Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/truth/truth-parent/0.39/truth-parent-0.39.pom (5.5 kB at 182 kB/s) [2023-09-08T19:42:04.497Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/guava/guava/23.4-android/guava-23.4-android.pom [2023-09-08T19:42:04.497Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/23.4-android/guava-23.4-android.pom [2023-09-08T19:42:04.497Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/23.4-android/guava-23.4-android.pom (6.8 kB at 569 kB/s) [2023-09-08T19:42:04.498Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/guava/guava-parent/23.4-android/guava-parent-23.4-android.pom [2023-09-08T19:42:04.498Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/23.4-android/guava-parent-23.4-android.pom [2023-09-08T19:42:04.498Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/23.4-android/guava-parent-23.4-android.pom (9.8 kB at 978 kB/s) [2023-09-08T19:42:04.498Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/errorprone/error_prone_annotations/2.0.18/error_prone_annotations-2.0.18.pom [2023-09-08T19:42:04.498Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.0.18/error_prone_annotations-2.0.18.pom [2023-09-08T19:42:04.498Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.0.18/error_prone_annotations-2.0.18.pom (1.6 kB at 149 kB/s) [2023-09-08T19:42:04.498Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/errorprone/error_prone_parent/2.0.18/error_prone_parent-2.0.18.pom [2023-09-08T19:42:04.498Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_parent/2.0.18/error_prone_parent-2.0.18.pom [2023-09-08T19:42:04.498Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_parent/2.0.18/error_prone_parent-2.0.18.pom (5.0 kB at 502 kB/s) [2023-09-08T19:42:04.498Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/junit/junit/4.12/junit-4.12.pom [2023-09-08T19:42:04.498Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.pom [2023-09-08T19:42:04.498Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.pom (24 kB at 2.6 MB/s) [2023-09-08T19:42:04.498Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/junit/junit/4.11/junit-4.11.pom [2023-09-08T19:42:04.498Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/4.11/junit-4.11.pom [2023-09-08T19:42:04.498Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/junit/junit/4.11/junit-4.11.pom (2.3 kB at 195 kB/s) [2023-09-08T19:42:04.498Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/flogger/flogger-testing/0.1/flogger-testing-0.1.jar [2023-09-08T19:42:04.498Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/guava/guava/24.0-jre/guava-24.0-jre.jar [2023-09-08T19:42:04.498Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/junit/junit/4.11/junit-4.11.jar [2023-09-08T19:42:04.498Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/truth/truth/0.39/truth-0.39.jar [2023-09-08T19:42:04.498Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/flogger/flogger-testing/0.1/flogger-testing-0.1.jar [2023-09-08T19:42:04.498Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/truth/truth/0.39/truth-0.39.jar [2023-09-08T19:42:04.498Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/24.0-jre/guava-24.0-jre.jar [2023-09-08T19:42:04.498Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/4.11/junit-4.11.jar [2023-09-08T19:42:04.757Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/junit/junit/4.11/junit-4.11.jar (245 kB at 8.4 MB/s) [2023-09-08T19:42:04.757Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/truth/truth/0.39/truth-0.39.jar (181 kB at 4.9 MB/s) [2023-09-08T19:42:04.757Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/24.0-jre/guava-24.0-jre.jar (2.7 MB at 68 MB/s) [2023-09-08T19:42:04.757Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/flogger/flogger-testing/0.1/flogger-testing-0.1.jar (25 kB at 489 kB/s) [2023-09-08T19:42:04.757Z] [INFO] [2023-09-08T19:42:04.757Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.google.flogger.testing --- [2023-09-08T19:42:04.757Z] [INFO] [2023-09-08T19:42:04.757Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.google.flogger.testing --- [2023-09-08T19:42:04.757Z] [INFO] The project's OSGi version is 0.1.0.v20180506-0038 [2023-09-08T19:42:04.757Z] [INFO] [2023-09-08T19:42:04.757Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.google.flogger.testing --- [2023-09-08T19:42:04.757Z] [INFO] [2023-09-08T19:42:04.757Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.google.flogger.testing --- [2023-09-08T19:42:04.757Z] [INFO] Copying 3 resources [2023-09-08T19:42:04.757Z] [INFO] [2023-09-08T19:42:04.757Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.google.flogger.testing --- [2023-09-08T19:42:04.757Z] [INFO] No sources to compile [2023-09-08T19:42:04.757Z] [INFO] [2023-09-08T19:42:04.757Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.google.flogger.testing --- [2023-09-08T19:42:04.757Z] [INFO] Gathering dependencies [2023-09-08T19:42:04.757Z] [INFO] Configured Artifact: com.google.flogger:flogger-testing:0.1:jar [2023-09-08T19:42:04.757Z] [INFO] Unpacking /home/vnc/.m2/repository/com/google/flogger/flogger-testing/0.1/flogger-testing-0.1.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.flogger.testing_0.1.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:42:04.757Z] [INFO] Merging collected dependencies [2023-09-08T19:42:04.757Z] [INFO] Copying 19 resources [2023-09-08T19:42:04.757Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:42:04.757Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.google.flogger.testing:eclipse-bundle-recipe:0.1.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:42:04.757Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.flogger.testing_0.1.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:42:04.757Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.flogger.testing_0.1.0/target/com.google.flogger.testing-0.1.0-SNAPSHOT.jar [2023-09-08T19:42:04.757Z] [INFO] Gathering sources [2023-09-08T19:42:04.757Z] [INFO] Configured Artifact: com.google.flogger:flogger-testing:sources:0.1:jar [2023-09-08T19:42:04.757Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/flogger/flogger-testing/0.1/flogger-testing-0.1-sources.jar [2023-09-08T19:42:04.757Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/flogger/flogger-testing/0.1/flogger-testing-0.1-sources.jar [2023-09-08T19:42:04.757Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/flogger/flogger-testing/0.1/flogger-testing-0.1-sources.jar (15 kB at 136 kB/s) [2023-09-08T19:42:04.757Z] [INFO] Unpacking /home/vnc/.m2/repository/com/google/flogger/flogger-testing/0.1/flogger-testing-0.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.flogger.testing_0.1.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:42:04.757Z] [INFO] Copying 3 resources [2023-09-08T19:42:04.757Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/google/com.google.flogger.testing_0.1.0/src/main/java [2023-09-08T19:42:04.757Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.flogger.testing_0.1.0/target/com.google.flogger.testing-0.1.0-SNAPSHOT-sources.jar [2023-09-08T19:42:04.757Z] [INFO] Assembling p2 repository [2023-09-08T19:42:05.688Z] [INFO] [2023-09-08T19:42:05.688Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.google.flogger.testing --- [2023-09-08T19:42:05.688Z] [INFO] [2023-09-08T19:42:05.688Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.google.flogger.testing --- [2023-09-08T19:42:05.688Z] [INFO] Gathering sources archives [2023-09-08T19:42:05.688Z] [INFO] Configured Artifact: com.google.flogger:flogger-testing:sources:0.1:jar [2023-09-08T19:42:05.688Z] [INFO] Unpacking /home/vnc/.m2/repository/com/google/flogger/flogger-testing/0.1/flogger-testing-0.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.flogger.testing_0.1.0/target/sources-for-eclipse-ipzilla/flogger-testing-0.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:42:05.688Z] [INFO] Configured Artifact: com.google.flogger:flogger-testing:sources:0.1:jar [2023-09-08T19:42:05.688Z] [INFO] Copying flogger-testing-0.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.flogger.testing_0.1.0/target/sources-for-eclipse-ipzilla/flogger-testing-0.1-sources.jar [2023-09-08T19:42:05.688Z] [INFO] Refreshing about files and about.html [2023-09-08T19:42:05.688Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/google/com.google.flogger.testing_0.1.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:42:05.688Z] [INFO] [2023-09-08T19:42:05.688Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ com.google.flogger.testing --- [2023-09-08T19:42:05.688Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.flogger.testing_0.1.0/target/com.google.flogger.testing-0.1.0-SNAPSHOT.jar [2023-09-08T19:42:07.580Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.flogger.testing_0.1.0/target/com.google.flogger.testing-0.1.0-SNAPSHOT-sources.jar [2023-09-08T19:42:08.509Z] [INFO] [2023-09-08T19:42:08.509Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.google.flogger.testing --- [2023-09-08T19:42:08.765Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:com.google.flogger.testing:0.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/google/com.google.flogger.testing_0.1.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:42:08.765Z] no-classifier: different [2023-09-08T19:42:08.765Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:42:08.765Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:42:08.765Z] classifier-sources: different [2023-09-08T19:42:08.765Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:42:08.765Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:42:08.765Z] [2023-09-08T19:42:08.765Z] [INFO] MavenProject: org.eclipse.orbit.bundles:com.google.flogger.testing:0.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/google/com.google.flogger.testing_0.1.0/pom.xml [2023-09-08T19:42:08.765Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:42:08.765Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:42:08.765Z] [2023-09-08T19:42:08.765Z] [INFO] [2023-09-08T19:42:08.765Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ com.google.flogger.testing --- [2023-09-08T19:42:08.765Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.flogger.testing_0.1.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.flogger.testing/0.1.0-SNAPSHOT/com.google.flogger.testing-0.1.0-SNAPSHOT.pom [2023-09-08T19:42:08.765Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.flogger.testing_0.1.0/target/com.google.flogger.testing-0.1.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.flogger.testing/0.1.0-SNAPSHOT/com.google.flogger.testing-0.1.0-SNAPSHOT.jar [2023-09-08T19:42:08.765Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.flogger.testing_0.1.0/target/com.google.flogger.testing-0.1.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.flogger.testing/0.1.0-SNAPSHOT/com.google.flogger.testing-0.1.0-SNAPSHOT-sources.jar [2023-09-08T19:42:08.765Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.flogger.testing_0.1.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.flogger.testing/0.1.0-SNAPSHOT/com.google.flogger.testing-0.1.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:42:08.765Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.flogger.testing_0.1.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.flogger.testing/0.1.0-SNAPSHOT/com.google.flogger.testing-0.1.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:42:08.765Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.flogger.testing_0.1.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.flogger.testing/0.1.0-SNAPSHOT/com.google.flogger.testing-0.1.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:42:08.765Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.flogger.testing_0.1.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.flogger.testing/0.1.0-SNAPSHOT/com.google.flogger.testing-0.1.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:42:08.765Z] [INFO] [2023-09-08T19:42:08.765Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.google.flogger.testing --- [2023-09-08T19:42:08.765Z] [INFO] [2023-09-08T19:42:08.765Z] [INFO] ---------< org.eclipse.orbit.bundles:com.google.oauth-client >---------- [2023-09-08T19:42:08.765Z] [INFO] Building Google OAuth Client Library for Java 1.30.6-SNAPSHOT [240/375] [2023-09-08T19:42:08.765Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:42:08.766Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/oauth-client/google-oauth-client/1.30.6/google-oauth-client-1.30.6.pom [2023-09-08T19:42:08.766Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/oauth-client/google-oauth-client/1.30.6/google-oauth-client-1.30.6.pom [2023-09-08T19:42:08.766Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/oauth-client/google-oauth-client/1.30.6/google-oauth-client-1.30.6.pom (3.6 kB at 73 kB/s) [2023-09-08T19:42:08.766Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/oauth-client/google-oauth-client-parent/1.30.6/google-oauth-client-parent-1.30.6.pom [2023-09-08T19:42:09.023Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/oauth-client/google-oauth-client-parent/1.30.6/google-oauth-client-parent-1.30.6.pom [2023-09-08T19:42:09.023Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/oauth-client/google-oauth-client-parent/1.30.6/google-oauth-client-parent-1.30.6.pom (18 kB at 1.3 MB/s) [2023-09-08T19:42:09.023Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/http-client/google-http-client-bom/1.34.2/google-http-client-bom-1.34.2.pom [2023-09-08T19:42:09.023Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/http-client/google-http-client-bom/1.34.2/google-http-client-bom-1.34.2.pom [2023-09-08T19:42:09.023Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/http-client/google-http-client-bom/1.34.2/google-http-client-bom-1.34.2.pom (6.6 kB at 146 kB/s) [2023-09-08T19:42:09.023Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/http-client/google-http-client/1.34.2/google-http-client-1.34.2.pom [2023-09-08T19:42:09.023Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/http-client/google-http-client/1.34.2/google-http-client-1.34.2.pom [2023-09-08T19:42:09.023Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/http-client/google-http-client/1.34.2/google-http-client-1.34.2.pom (5.4 kB at 414 kB/s) [2023-09-08T19:42:09.023Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/http-client/google-http-client-parent/1.34.2/google-http-client-parent-1.34.2.pom [2023-09-08T19:42:09.023Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/http-client/google-http-client-parent/1.34.2/google-http-client-parent-1.34.2.pom [2023-09-08T19:42:09.023Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/http-client/google-http-client-parent/1.34.2/google-http-client-parent-1.34.2.pom (24 kB at 2.0 MB/s) [2023-09-08T19:42:09.023Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/httpcomponents/httpclient/4.5.11/httpclient-4.5.11.pom [2023-09-08T19:42:09.023Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.11/httpclient-4.5.11.pom [2023-09-08T19:42:09.023Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.11/httpclient-4.5.11.pom (6.6 kB at 601 kB/s) [2023-09-08T19:42:09.023Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/httpcomponents/httpcomponents-client/4.5.11/httpcomponents-client-4.5.11.pom [2023-09-08T19:42:09.023Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.5.11/httpcomponents-client-4.5.11.pom [2023-09-08T19:42:09.023Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.5.11/httpcomponents-client-4.5.11.pom (16 kB at 1.5 MB/s) [2023-09-08T19:42:09.023Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/guava/guava/28.2-android/guava-28.2-android.pom [2023-09-08T19:42:09.023Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/28.2-android/guava-28.2-android.pom [2023-09-08T19:42:09.023Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/28.2-android/guava-28.2-android.pom (11 kB at 1.1 MB/s) [2023-09-08T19:42:09.023Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/guava/guava-parent/28.2-android/guava-parent-28.2-android.pom [2023-09-08T19:42:09.023Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/28.2-android/guava-parent-28.2-android.pom [2023-09-08T19:42:09.023Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/28.2-android/guava-parent-28.2-android.pom (13 kB at 1.3 MB/s) [2023-09-08T19:42:09.023Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/checkerframework/checker-compat-qual/2.5.5/checker-compat-qual-2.5.5.pom [2023-09-08T19:42:09.023Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/checkerframework/checker-compat-qual/2.5.5/checker-compat-qual-2.5.5.pom [2023-09-08T19:42:09.023Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/checkerframework/checker-compat-qual/2.5.5/checker-compat-qual-2.5.5.pom (2.7 kB at 305 kB/s) [2023-09-08T19:42:09.023Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/io/opencensus/opencensus-api/0.24.0/opencensus-api-0.24.0.pom [2023-09-08T19:42:09.023Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/opencensus/opencensus-api/0.24.0/opencensus-api-0.24.0.pom [2023-09-08T19:42:09.023Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/opencensus/opencensus-api/0.24.0/opencensus-api-0.24.0.pom (2.2 kB at 186 kB/s) [2023-09-08T19:42:09.023Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/io/grpc/grpc-context/1.22.1/grpc-context-1.22.1.pom [2023-09-08T19:42:09.279Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/grpc/grpc-context/1.22.1/grpc-context-1.22.1.pom [2023-09-08T19:42:09.279Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/grpc/grpc-context/1.22.1/grpc-context-1.22.1.pom (1.2 kB at 121 kB/s) [2023-09-08T19:42:09.279Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/io/opencensus/opencensus-contrib-http-util/0.24.0/opencensus-contrib-http-util-0.24.0.pom [2023-09-08T19:42:09.279Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/opencensus/opencensus-contrib-http-util/0.24.0/opencensus-contrib-http-util-0.24.0.pom [2023-09-08T19:42:09.279Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/opencensus/opencensus-contrib-http-util/0.24.0/opencensus-contrib-http-util-0.24.0.pom (2.4 kB at 222 kB/s) [2023-09-08T19:42:09.279Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/guava/guava/26.0-android/guava-26.0-android.pom [2023-09-08T19:42:09.279Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/26.0-android/guava-26.0-android.pom [2023-09-08T19:42:09.279Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/26.0-android/guava-26.0-android.pom (7.8 kB at 599 kB/s) [2023-09-08T19:42:09.280Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/checkerframework/checker-compat-qual/2.5.2/checker-compat-qual-2.5.2.pom [2023-09-08T19:42:09.280Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/checkerframework/checker-compat-qual/2.5.2/checker-compat-qual-2.5.2.pom [2023-09-08T19:42:09.280Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/checkerframework/checker-compat-qual/2.5.2/checker-compat-qual-2.5.2.pom (2.7 kB at 229 kB/s) [2023-09-08T19:42:09.280Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/oauth-client/google-oauth-client/1.30.6/google-oauth-client-1.30.6.jar [2023-09-08T19:42:09.280Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/httpcomponents/httpclient/4.5.11/httpclient-4.5.11.jar [2023-09-08T19:42:09.280Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/http-client/google-http-client/1.34.2/google-http-client-1.34.2.jar [2023-09-08T19:42:09.280Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/io/grpc/grpc-context/1.22.1/grpc-context-1.22.1.jar [2023-09-08T19:42:09.280Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/io/opencensus/opencensus-api/0.24.0/opencensus-api-0.24.0.jar [2023-09-08T19:42:09.280Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/io/opencensus/opencensus-contrib-http-util/0.24.0/opencensus-contrib-http-util-0.24.0.jar [2023-09-08T19:42:09.280Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/guava/guava/28.2-android/guava-28.2-android.jar [2023-09-08T19:42:09.280Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/checkerframework/checker-compat-qual/2.5.5/checker-compat-qual-2.5.5.jar [2023-09-08T19:42:09.280Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/oauth-client/google-oauth-client/1.30.6/google-oauth-client-1.30.6.jar [2023-09-08T19:42:09.280Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.11/httpclient-4.5.11.jar [2023-09-08T19:42:09.280Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/opencensus/opencensus-api/0.24.0/opencensus-api-0.24.0.jar [2023-09-08T19:42:09.280Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/http-client/google-http-client/1.34.2/google-http-client-1.34.2.jar [2023-09-08T19:42:09.280Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/grpc/grpc-context/1.22.1/grpc-context-1.22.1.jar [2023-09-08T19:42:09.280Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/grpc/grpc-context/1.22.1/grpc-context-1.22.1.jar (29 kB at 1.5 MB/s) [2023-09-08T19:42:09.280Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/opencensus/opencensus-contrib-http-util/0.24.0/opencensus-contrib-http-util-0.24.0.jar [2023-09-08T19:42:09.280Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/opencensus/opencensus-api/0.24.0/opencensus-api-0.24.0.jar (352 kB at 15 MB/s) [2023-09-08T19:42:09.280Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/28.2-android/guava-28.2-android.jar [2023-09-08T19:42:09.280Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/http-client/google-http-client/1.34.2/google-http-client-1.34.2.jar (285 kB at 11 MB/s) [2023-09-08T19:42:09.280Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/checkerframework/checker-compat-qual/2.5.5/checker-compat-qual-2.5.5.jar [2023-09-08T19:42:09.280Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.11/httpclient-4.5.11.jar (778 kB at 26 MB/s) [2023-09-08T19:42:09.280Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/opencensus/opencensus-contrib-http-util/0.24.0/opencensus-contrib-http-util-0.24.0.jar (23 kB at 755 kB/s) [2023-09-08T19:42:09.280Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/checkerframework/checker-compat-qual/2.5.5/checker-compat-qual-2.5.5.jar (5.9 kB at 163 kB/s) [2023-09-08T19:42:09.280Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/oauth-client/google-oauth-client/1.30.6/google-oauth-client-1.30.6.jar (67 kB at 1.2 MB/s) [2023-09-08T19:42:09.280Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/28.2-android/guava-28.2-android.jar (2.6 MB at 46 MB/s) [2023-09-08T19:42:09.280Z] [INFO] [2023-09-08T19:42:09.280Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.google.oauth-client --- [2023-09-08T19:42:09.280Z] [INFO] [2023-09-08T19:42:09.280Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.google.oauth-client --- [2023-09-08T19:42:09.280Z] [INFO] The project's OSGi version is 1.30.6.v20221112-0806 [2023-09-08T19:42:09.280Z] [INFO] [2023-09-08T19:42:09.280Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.google.oauth-client --- [2023-09-08T19:42:09.280Z] [INFO] [2023-09-08T19:42:09.280Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.google.oauth-client --- [2023-09-08T19:42:09.280Z] [INFO] Copying 3 resources [2023-09-08T19:42:09.280Z] [INFO] [2023-09-08T19:42:09.280Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.google.oauth-client --- [2023-09-08T19:42:09.280Z] [INFO] No sources to compile [2023-09-08T19:42:09.280Z] [INFO] [2023-09-08T19:42:09.280Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.google.oauth-client --- [2023-09-08T19:42:09.280Z] [INFO] Gathering dependencies [2023-09-08T19:42:09.280Z] [INFO] Configured Artifact: com.google.oauth-client:google-oauth-client:1.30.6:jar [2023-09-08T19:42:09.280Z] [INFO] Unpacking /home/vnc/.m2/repository/com/google/oauth-client/google-oauth-client/1.30.6/google-oauth-client-1.30.6.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.oauth-client_1.30.6/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:42:09.280Z] [INFO] Merging collected dependencies [2023-09-08T19:42:09.280Z] [INFO] Copying 49 resources [2023-09-08T19:42:09.280Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:42:09.280Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.google.oauth-client:eclipse-bundle-recipe:1.30.6-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:42:09.280Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.oauth-client_1.30.6/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:42:09.280Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.oauth-client_1.30.6/target/com.google.oauth-client-1.30.6-SNAPSHOT.jar [2023-09-08T19:42:09.280Z] [INFO] Gathering sources [2023-09-08T19:42:09.537Z] [INFO] Configured Artifact: com.google.oauth-client:google-oauth-client:sources:1.30.6:jar [2023-09-08T19:42:09.537Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/oauth-client/google-oauth-client/1.30.6/google-oauth-client-1.30.6-sources.jar [2023-09-08T19:42:09.537Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/oauth-client/google-oauth-client/1.30.6/google-oauth-client-1.30.6-sources.jar [2023-09-08T19:42:09.537Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/oauth-client/google-oauth-client/1.30.6/google-oauth-client-1.30.6-sources.jar (70 kB at 1.3 MB/s) [2023-09-08T19:42:09.537Z] [INFO] Unpacking /home/vnc/.m2/repository/com/google/oauth-client/google-oauth-client/1.30.6/google-oauth-client-1.30.6-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.oauth-client_1.30.6/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:42:09.537Z] [INFO] Copying 3 resources [2023-09-08T19:42:09.537Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/google/com.google.oauth-client_1.30.6/src/main/java [2023-09-08T19:42:09.537Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.oauth-client_1.30.6/target/com.google.oauth-client-1.30.6-SNAPSHOT-sources.jar [2023-09-08T19:42:09.537Z] [INFO] Assembling p2 repository [2023-09-08T19:42:10.100Z] [INFO] [2023-09-08T19:42:10.100Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.google.oauth-client --- [2023-09-08T19:42:10.100Z] [INFO] [2023-09-08T19:42:10.100Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.google.oauth-client --- [2023-09-08T19:42:10.100Z] [INFO] Gathering sources archives [2023-09-08T19:42:10.100Z] [INFO] Configured Artifact: com.google.oauth-client:google-oauth-client:sources:1.30.6:jar [2023-09-08T19:42:10.100Z] [INFO] Unpacking /home/vnc/.m2/repository/com/google/oauth-client/google-oauth-client/1.30.6/google-oauth-client-1.30.6-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.oauth-client_1.30.6/target/sources-for-eclipse-ipzilla/google-oauth-client-1.30.6-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:42:10.100Z] [INFO] Configured Artifact: com.google.oauth-client:google-oauth-client:sources:1.30.6:jar [2023-09-08T19:42:10.100Z] [INFO] Copying google-oauth-client-1.30.6-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.oauth-client_1.30.6/target/sources-for-eclipse-ipzilla/google-oauth-client-1.30.6-sources.jar [2023-09-08T19:42:10.100Z] [INFO] Refreshing about files and about.html [2023-09-08T19:42:10.100Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/google/com.google.oauth-client_1.30.6/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:42:10.100Z] [INFO] [2023-09-08T19:42:10.100Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ com.google.oauth-client --- [2023-09-08T19:42:10.100Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.oauth-client_1.30.6/target/com.google.oauth-client-1.30.6-SNAPSHOT.jar [2023-09-08T19:42:11.032Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.oauth-client_1.30.6/target/com.google.oauth-client-1.30.6-SNAPSHOT-sources.jar [2023-09-08T19:42:12.923Z] [INFO] [2023-09-08T19:42:12.923Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.google.oauth-client --- [2023-09-08T19:42:13.179Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:com.google.oauth-client:1.30.6-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/google/com.google.oauth-client_1.30.6/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:42:13.179Z] no-classifier: different [2023-09-08T19:42:13.179Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:42:13.179Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:42:13.179Z] classifier-sources: different [2023-09-08T19:42:13.179Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:42:13.179Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:42:13.179Z] [2023-09-08T19:42:13.179Z] [INFO] MavenProject: org.eclipse.orbit.bundles:com.google.oauth-client:1.30.6-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/google/com.google.oauth-client_1.30.6/pom.xml [2023-09-08T19:42:13.179Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:42:13.179Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:42:13.179Z] [2023-09-08T19:42:13.179Z] [INFO] [2023-09-08T19:42:13.179Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ com.google.oauth-client --- [2023-09-08T19:42:13.179Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.oauth-client_1.30.6/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.oauth-client/1.30.6-SNAPSHOT/com.google.oauth-client-1.30.6-SNAPSHOT.pom [2023-09-08T19:42:13.179Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.oauth-client_1.30.6/target/com.google.oauth-client-1.30.6-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.oauth-client/1.30.6-SNAPSHOT/com.google.oauth-client-1.30.6-SNAPSHOT.jar [2023-09-08T19:42:13.179Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.oauth-client_1.30.6/target/com.google.oauth-client-1.30.6-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.oauth-client/1.30.6-SNAPSHOT/com.google.oauth-client-1.30.6-SNAPSHOT-sources.jar [2023-09-08T19:42:13.179Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.oauth-client_1.30.6/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.oauth-client/1.30.6-SNAPSHOT/com.google.oauth-client-1.30.6-SNAPSHOT-p2metadata.xml [2023-09-08T19:42:13.179Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.oauth-client_1.30.6/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.oauth-client/1.30.6-SNAPSHOT/com.google.oauth-client-1.30.6-SNAPSHOT-p2artifacts.xml [2023-09-08T19:42:13.179Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.oauth-client_1.30.6/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.oauth-client/1.30.6-SNAPSHOT/com.google.oauth-client-1.30.6-SNAPSHOT-p2metadata.xml [2023-09-08T19:42:13.179Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.oauth-client_1.30.6/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.oauth-client/1.30.6-SNAPSHOT/com.google.oauth-client-1.30.6-SNAPSHOT-p2artifacts.xml [2023-09-08T19:42:13.179Z] [INFO] [2023-09-08T19:42:13.179Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.google.oauth-client --- [2023-09-08T19:42:13.179Z] [INFO] [2023-09-08T19:42:13.179Z] [INFO] ------< org.eclipse.orbit.bundles:com.google.oauth-client-java6 >------- [2023-09-08T19:42:13.179Z] [INFO] Building Java 6 (and higher) extensions to the Google OAuth Client Library for Java. 1.30.6-SNAPSHOT [241/375] [2023-09-08T19:42:13.179Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:42:13.179Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/oauth-client/google-oauth-client-java6/1.30.6/google-oauth-client-java6-1.30.6.pom [2023-09-08T19:42:13.179Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/oauth-client/google-oauth-client-java6/1.30.6/google-oauth-client-java6-1.30.6.pom [2023-09-08T19:42:13.179Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/oauth-client/google-oauth-client-java6/1.30.6/google-oauth-client-java6-1.30.6.pom (3.7 kB at 129 kB/s) [2023-09-08T19:42:13.179Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/oauth-client/google-oauth-client-java6/1.30.6/google-oauth-client-java6-1.30.6.jar [2023-09-08T19:42:13.179Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/oauth-client/google-oauth-client-java6/1.30.6/google-oauth-client-java6-1.30.6.jar [2023-09-08T19:42:13.180Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/oauth-client/google-oauth-client-java6/1.30.6/google-oauth-client-java6-1.30.6.jar (15 kB at 450 kB/s) [2023-09-08T19:42:13.180Z] [INFO] [2023-09-08T19:42:13.180Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.google.oauth-client-java6 --- [2023-09-08T19:42:13.180Z] [INFO] [2023-09-08T19:42:13.180Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.google.oauth-client-java6 --- [2023-09-08T19:42:13.180Z] [INFO] The project's OSGi version is 1.30.6.v20221112-0806 [2023-09-08T19:42:13.180Z] [INFO] [2023-09-08T19:42:13.180Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.google.oauth-client-java6 --- [2023-09-08T19:42:13.180Z] [INFO] [2023-09-08T19:42:13.180Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.google.oauth-client-java6 --- [2023-09-08T19:42:13.180Z] [INFO] Copying 3 resources [2023-09-08T19:42:13.180Z] [INFO] [2023-09-08T19:42:13.180Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.google.oauth-client-java6 --- [2023-09-08T19:42:13.180Z] [INFO] No sources to compile [2023-09-08T19:42:13.180Z] [INFO] [2023-09-08T19:42:13.180Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.google.oauth-client-java6 --- [2023-09-08T19:42:13.180Z] [INFO] Gathering dependencies [2023-09-08T19:42:13.180Z] [INFO] Configured Artifact: com.google.oauth-client:google-oauth-client-java6:1.30.6:jar [2023-09-08T19:42:13.180Z] [INFO] Unpacking /home/vnc/.m2/repository/com/google/oauth-client/google-oauth-client-java6/1.30.6/google-oauth-client-java6-1.30.6.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.oauth-client-java6_1.30.6/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:42:13.180Z] [INFO] Merging collected dependencies [2023-09-08T19:42:13.180Z] [INFO] Copying 9 resources [2023-09-08T19:42:13.180Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:42:13.435Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.google.oauth-client-java6:eclipse-bundle-recipe:1.30.6-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:42:13.435Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.oauth-client-java6_1.30.6/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:42:13.435Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.oauth-client-java6_1.30.6/target/com.google.oauth-client-java6-1.30.6-SNAPSHOT.jar [2023-09-08T19:42:13.435Z] [INFO] Gathering sources [2023-09-08T19:42:13.435Z] [INFO] Configured Artifact: com.google.oauth-client:google-oauth-client-java6:sources:1.30.6:jar [2023-09-08T19:42:13.435Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/oauth-client/google-oauth-client-java6/1.30.6/google-oauth-client-java6-1.30.6-sources.jar [2023-09-08T19:42:13.435Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/oauth-client/google-oauth-client-java6/1.30.6/google-oauth-client-java6-1.30.6-sources.jar [2023-09-08T19:42:13.435Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/oauth-client/google-oauth-client-java6/1.30.6/google-oauth-client-java6-1.30.6-sources.jar (13 kB at 326 kB/s) [2023-09-08T19:42:13.435Z] [INFO] Unpacking /home/vnc/.m2/repository/com/google/oauth-client/google-oauth-client-java6/1.30.6/google-oauth-client-java6-1.30.6-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.oauth-client-java6_1.30.6/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:42:13.435Z] [INFO] Copying 3 resources [2023-09-08T19:42:13.435Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/google/com.google.oauth-client-java6_1.30.6/src/main/java [2023-09-08T19:42:13.435Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.oauth-client-java6_1.30.6/target/com.google.oauth-client-java6-1.30.6-SNAPSHOT-sources.jar [2023-09-08T19:42:13.435Z] [INFO] Assembling p2 repository [2023-09-08T19:42:13.999Z] [INFO] [2023-09-08T19:42:13.999Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.google.oauth-client-java6 --- [2023-09-08T19:42:13.999Z] [INFO] [2023-09-08T19:42:13.999Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.google.oauth-client-java6 --- [2023-09-08T19:42:13.999Z] [INFO] Gathering sources archives [2023-09-08T19:42:13.999Z] [INFO] Configured Artifact: com.google.oauth-client:google-oauth-client-java6:sources:1.30.6:jar [2023-09-08T19:42:13.999Z] [INFO] Unpacking /home/vnc/.m2/repository/com/google/oauth-client/google-oauth-client-java6/1.30.6/google-oauth-client-java6-1.30.6-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.oauth-client-java6_1.30.6/target/sources-for-eclipse-ipzilla/google-oauth-client-java6-1.30.6-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:42:13.999Z] [INFO] Configured Artifact: com.google.oauth-client:google-oauth-client-java6:sources:1.30.6:jar [2023-09-08T19:42:13.999Z] [INFO] Copying google-oauth-client-java6-1.30.6-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.oauth-client-java6_1.30.6/target/sources-for-eclipse-ipzilla/google-oauth-client-java6-1.30.6-sources.jar [2023-09-08T19:42:13.999Z] [INFO] Refreshing about files and about.html [2023-09-08T19:42:13.999Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/google/com.google.oauth-client-java6_1.30.6/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:42:13.999Z] [INFO] [2023-09-08T19:42:13.999Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ com.google.oauth-client-java6 --- [2023-09-08T19:42:13.999Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.oauth-client-java6_1.30.6/target/com.google.oauth-client-java6-1.30.6-SNAPSHOT.jar [2023-09-08T19:42:14.931Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.oauth-client-java6_1.30.6/target/com.google.oauth-client-java6-1.30.6-SNAPSHOT-sources.jar [2023-09-08T19:42:15.861Z] [INFO] [2023-09-08T19:42:15.861Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.google.oauth-client-java6 --- [2023-09-08T19:42:16.117Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:com.google.oauth-client-java6:1.30.6-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/google/com.google.oauth-client-java6_1.30.6/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:42:16.117Z] no-classifier: different [2023-09-08T19:42:16.117Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:42:16.117Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:42:16.117Z] classifier-sources: different [2023-09-08T19:42:16.117Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:42:16.117Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:42:16.117Z] [2023-09-08T19:42:16.117Z] [INFO] MavenProject: org.eclipse.orbit.bundles:com.google.oauth-client-java6:1.30.6-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/google/com.google.oauth-client-java6_1.30.6/pom.xml [2023-09-08T19:42:16.117Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:42:16.117Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:42:16.117Z] [2023-09-08T19:42:16.117Z] [INFO] [2023-09-08T19:42:16.117Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ com.google.oauth-client-java6 --- [2023-09-08T19:42:16.117Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.oauth-client-java6_1.30.6/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.oauth-client-java6/1.30.6-SNAPSHOT/com.google.oauth-client-java6-1.30.6-SNAPSHOT.pom [2023-09-08T19:42:16.117Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.oauth-client-java6_1.30.6/target/com.google.oauth-client-java6-1.30.6-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.oauth-client-java6/1.30.6-SNAPSHOT/com.google.oauth-client-java6-1.30.6-SNAPSHOT.jar [2023-09-08T19:42:16.117Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.oauth-client-java6_1.30.6/target/com.google.oauth-client-java6-1.30.6-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.oauth-client-java6/1.30.6-SNAPSHOT/com.google.oauth-client-java6-1.30.6-SNAPSHOT-sources.jar [2023-09-08T19:42:16.117Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.oauth-client-java6_1.30.6/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.oauth-client-java6/1.30.6-SNAPSHOT/com.google.oauth-client-java6-1.30.6-SNAPSHOT-p2metadata.xml [2023-09-08T19:42:16.117Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.oauth-client-java6_1.30.6/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.oauth-client-java6/1.30.6-SNAPSHOT/com.google.oauth-client-java6-1.30.6-SNAPSHOT-p2artifacts.xml [2023-09-08T19:42:16.117Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.oauth-client-java6_1.30.6/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.oauth-client-java6/1.30.6-SNAPSHOT/com.google.oauth-client-java6-1.30.6-SNAPSHOT-p2metadata.xml [2023-09-08T19:42:16.117Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.oauth-client-java6_1.30.6/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.oauth-client-java6/1.30.6-SNAPSHOT/com.google.oauth-client-java6-1.30.6-SNAPSHOT-p2artifacts.xml [2023-09-08T19:42:16.117Z] [INFO] [2023-09-08T19:42:16.117Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.google.oauth-client-java6 --- [2023-09-08T19:42:16.117Z] [INFO] [2023-09-08T19:42:16.117Z] [INFO] ------< org.eclipse.orbit.bundles:com.google.oauth-client-jetty >------- [2023-09-08T19:42:16.117Z] [INFO] Building OAuth 2.0 verification code receiver for Google OAuth Client Library for Java. 1.30.6-SNAPSHOT [242/375] [2023-09-08T19:42:16.117Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:42:16.117Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/oauth-client/google-oauth-client-jetty/1.30.6/google-oauth-client-jetty-1.30.6.pom [2023-09-08T19:42:16.118Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/oauth-client/google-oauth-client-jetty/1.30.6/google-oauth-client-jetty-1.30.6.pom [2023-09-08T19:42:16.118Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/oauth-client/google-oauth-client-jetty/1.30.6/google-oauth-client-jetty-1.30.6.pom (3.6 kB at 82 kB/s) [2023-09-08T19:42:16.118Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/oauth-client/google-oauth-client-jetty/1.30.6/google-oauth-client-jetty-1.30.6.jar [2023-09-08T19:42:16.118Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/oauth-client/google-oauth-client-jetty/1.30.6/google-oauth-client-jetty-1.30.6.jar [2023-09-08T19:42:16.118Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/oauth-client/google-oauth-client-jetty/1.30.6/google-oauth-client-jetty-1.30.6.jar (9.7 kB at 236 kB/s) [2023-09-08T19:42:16.118Z] [INFO] [2023-09-08T19:42:16.118Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.google.oauth-client-jetty --- [2023-09-08T19:42:16.118Z] [INFO] [2023-09-08T19:42:16.118Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.google.oauth-client-jetty --- [2023-09-08T19:42:16.118Z] [INFO] The project's OSGi version is 1.30.6.v20221112-0806 [2023-09-08T19:42:16.118Z] [INFO] [2023-09-08T19:42:16.118Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.google.oauth-client-jetty --- [2023-09-08T19:42:16.118Z] [INFO] [2023-09-08T19:42:16.118Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.google.oauth-client-jetty --- [2023-09-08T19:42:16.118Z] [INFO] Copying 3 resources [2023-09-08T19:42:16.118Z] [INFO] [2023-09-08T19:42:16.118Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.google.oauth-client-jetty --- [2023-09-08T19:42:16.118Z] [INFO] No sources to compile [2023-09-08T19:42:16.118Z] [INFO] [2023-09-08T19:42:16.118Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.google.oauth-client-jetty --- [2023-09-08T19:42:16.118Z] [INFO] Gathering dependencies [2023-09-08T19:42:16.118Z] [INFO] Configured Artifact: com.google.oauth-client:google-oauth-client-jetty:1.30.6:jar [2023-09-08T19:42:16.118Z] [INFO] Unpacking /home/vnc/.m2/repository/com/google/oauth-client/google-oauth-client-jetty/1.30.6/google-oauth-client-jetty-1.30.6.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.oauth-client-jetty_1.30.6/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:42:16.118Z] [INFO] Merging collected dependencies [2023-09-08T19:42:16.118Z] [INFO] Copying 4 resources [2023-09-08T19:42:16.118Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:42:16.375Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.google.oauth-client-jetty:eclipse-bundle-recipe:1.30.6-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:42:16.375Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.oauth-client-jetty_1.30.6/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:42:16.375Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.oauth-client-jetty_1.30.6/target/com.google.oauth-client-jetty-1.30.6-SNAPSHOT.jar [2023-09-08T19:42:16.375Z] [INFO] Gathering sources [2023-09-08T19:42:16.375Z] [INFO] Configured Artifact: com.google.oauth-client:google-oauth-client-jetty:sources:1.30.6:jar [2023-09-08T19:42:16.375Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/oauth-client/google-oauth-client-jetty/1.30.6/google-oauth-client-jetty-1.30.6-sources.jar [2023-09-08T19:42:16.375Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/oauth-client/google-oauth-client-jetty/1.30.6/google-oauth-client-jetty-1.30.6-sources.jar [2023-09-08T19:42:16.375Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/oauth-client/google-oauth-client-jetty/1.30.6/google-oauth-client-jetty-1.30.6-sources.jar (7.3 kB at 97 kB/s) [2023-09-08T19:42:16.375Z] [INFO] Unpacking /home/vnc/.m2/repository/com/google/oauth-client/google-oauth-client-jetty/1.30.6/google-oauth-client-jetty-1.30.6-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.oauth-client-jetty_1.30.6/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:42:16.375Z] [INFO] Copying 3 resources [2023-09-08T19:42:16.375Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/google/com.google.oauth-client-jetty_1.30.6/src/main/java [2023-09-08T19:42:16.375Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.oauth-client-jetty_1.30.6/target/com.google.oauth-client-jetty-1.30.6-SNAPSHOT-sources.jar [2023-09-08T19:42:16.375Z] [INFO] Assembling p2 repository [2023-09-08T19:42:16.939Z] [INFO] [2023-09-08T19:42:16.939Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.google.oauth-client-jetty --- [2023-09-08T19:42:16.939Z] [INFO] [2023-09-08T19:42:16.939Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.google.oauth-client-jetty --- [2023-09-08T19:42:16.939Z] [INFO] Gathering sources archives [2023-09-08T19:42:16.939Z] [INFO] Configured Artifact: com.google.oauth-client:google-oauth-client-jetty:sources:1.30.6:jar [2023-09-08T19:42:16.939Z] [INFO] Unpacking /home/vnc/.m2/repository/com/google/oauth-client/google-oauth-client-jetty/1.30.6/google-oauth-client-jetty-1.30.6-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.oauth-client-jetty_1.30.6/target/sources-for-eclipse-ipzilla/google-oauth-client-jetty-1.30.6-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:42:16.939Z] [INFO] Configured Artifact: com.google.oauth-client:google-oauth-client-jetty:sources:1.30.6:jar [2023-09-08T19:42:16.939Z] [INFO] Copying google-oauth-client-jetty-1.30.6-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.oauth-client-jetty_1.30.6/target/sources-for-eclipse-ipzilla/google-oauth-client-jetty-1.30.6-sources.jar [2023-09-08T19:42:16.939Z] [INFO] Refreshing about files and about.html [2023-09-08T19:42:16.939Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/google/com.google.oauth-client-jetty_1.30.6/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:42:16.939Z] [INFO] [2023-09-08T19:42:16.939Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ com.google.oauth-client-jetty --- [2023-09-08T19:42:16.939Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.oauth-client-jetty_1.30.6/target/com.google.oauth-client-jetty-1.30.6-SNAPSHOT.jar [2023-09-08T19:42:18.833Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.oauth-client-jetty_1.30.6/target/com.google.oauth-client-jetty-1.30.6-SNAPSHOT-sources.jar [2023-09-08T19:42:19.764Z] [INFO] [2023-09-08T19:42:19.764Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.google.oauth-client-jetty --- [2023-09-08T19:42:20.020Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:com.google.oauth-client-jetty:1.30.6-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/google/com.google.oauth-client-jetty_1.30.6/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:42:20.020Z] no-classifier: different [2023-09-08T19:42:20.020Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:42:20.020Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:42:20.020Z] classifier-sources: different [2023-09-08T19:42:20.020Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:42:20.020Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:42:20.020Z] [2023-09-08T19:42:20.020Z] [INFO] MavenProject: org.eclipse.orbit.bundles:com.google.oauth-client-jetty:1.30.6-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/google/com.google.oauth-client-jetty_1.30.6/pom.xml [2023-09-08T19:42:20.020Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:42:20.020Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:42:20.020Z] [2023-09-08T19:42:20.020Z] [INFO] [2023-09-08T19:42:20.020Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ com.google.oauth-client-jetty --- [2023-09-08T19:42:20.020Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.oauth-client-jetty_1.30.6/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.oauth-client-jetty/1.30.6-SNAPSHOT/com.google.oauth-client-jetty-1.30.6-SNAPSHOT.pom [2023-09-08T19:42:20.020Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.oauth-client-jetty_1.30.6/target/com.google.oauth-client-jetty-1.30.6-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.oauth-client-jetty/1.30.6-SNAPSHOT/com.google.oauth-client-jetty-1.30.6-SNAPSHOT.jar [2023-09-08T19:42:20.020Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.oauth-client-jetty_1.30.6/target/com.google.oauth-client-jetty-1.30.6-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.oauth-client-jetty/1.30.6-SNAPSHOT/com.google.oauth-client-jetty-1.30.6-SNAPSHOT-sources.jar [2023-09-08T19:42:20.020Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.oauth-client-jetty_1.30.6/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.oauth-client-jetty/1.30.6-SNAPSHOT/com.google.oauth-client-jetty-1.30.6-SNAPSHOT-p2metadata.xml [2023-09-08T19:42:20.020Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.oauth-client-jetty_1.30.6/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.oauth-client-jetty/1.30.6-SNAPSHOT/com.google.oauth-client-jetty-1.30.6-SNAPSHOT-p2artifacts.xml [2023-09-08T19:42:20.020Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.oauth-client-jetty_1.30.6/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.oauth-client-jetty/1.30.6-SNAPSHOT/com.google.oauth-client-jetty-1.30.6-SNAPSHOT-p2metadata.xml [2023-09-08T19:42:20.020Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.oauth-client-jetty_1.30.6/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.oauth-client-jetty/1.30.6-SNAPSHOT/com.google.oauth-client-jetty-1.30.6-SNAPSHOT-p2artifacts.xml [2023-09-08T19:42:20.020Z] [INFO] [2023-09-08T19:42:20.020Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.google.oauth-client-jetty --- [2023-09-08T19:42:20.020Z] [INFO] [2023-09-08T19:42:20.020Z] [INFO] --------< org.eclipse.orbit.bundles:com.google.api.client-auth >-------- [2023-09-08T19:42:20.020Z] [INFO] Building com.google.api.client-auth 1.2.3-SNAPSHOT [243/375] [2023-09-08T19:42:20.020Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:42:20.020Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/api/client/google-api-client-auth/1.2.3-alpha/google-api-client-auth-1.2.3-alpha.pom [2023-09-08T19:42:20.020Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/api/client/google-api-client-auth/1.2.3-alpha/google-api-client-auth-1.2.3-alpha.pom [2023-09-08T19:42:20.020Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/api/client/google-api-client-auth/1.2.3-alpha/google-api-client-auth-1.2.3-alpha.pom (1.2 kB at 26 kB/s) [2023-09-08T19:42:20.020Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/api/client/google-api-client-modules-parent/1.2.3-alpha/google-api-client-modules-parent-1.2.3-alpha.pom [2023-09-08T19:42:20.020Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/api/client/google-api-client-modules-parent/1.2.3-alpha/google-api-client-modules-parent-1.2.3-alpha.pom [2023-09-08T19:42:20.020Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/api/client/google-api-client-modules-parent/1.2.3-alpha/google-api-client-modules-parent-1.2.3-alpha.pom (1.8 kB at 42 kB/s) [2023-09-08T19:42:20.020Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/api/client/google-api-client-parent/1.2.3-alpha/google-api-client-parent-1.2.3-alpha.pom [2023-09-08T19:42:20.020Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/api/client/google-api-client-parent/1.2.3-alpha/google-api-client-parent-1.2.3-alpha.pom [2023-09-08T19:42:20.276Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/api/client/google-api-client-parent/1.2.3-alpha/google-api-client-parent-1.2.3-alpha.pom (6.0 kB at 143 kB/s) [2023-09-08T19:42:20.276Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/api/client/google-api-client-util/1.2.3-alpha/google-api-client-util-1.2.3-alpha.pom [2023-09-08T19:42:20.276Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/api/client/google-api-client-util/1.2.3-alpha/google-api-client-util-1.2.3-alpha.pom [2023-09-08T19:42:20.276Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/api/client/google-api-client-util/1.2.3-alpha/google-api-client-util-1.2.3-alpha.pom (1.0 kB at 25 kB/s) [2023-09-08T19:42:20.276Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/api/client/google-api-client-auth/1.2.3-alpha/google-api-client-auth-1.2.3-alpha.jar [2023-09-08T19:42:20.276Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/api/client/google-api-client-util/1.2.3-alpha/google-api-client-util-1.2.3-alpha.jar [2023-09-08T19:42:20.276Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/api/client/google-api-client-auth/1.2.3-alpha/google-api-client-auth-1.2.3-alpha.jar [2023-09-08T19:42:20.276Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/api/client/google-api-client-util/1.2.3-alpha/google-api-client-util-1.2.3-alpha.jar [2023-09-08T19:42:20.276Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/api/client/google-api-client-auth/1.2.3-alpha/google-api-client-auth-1.2.3-alpha.jar (4.9 kB at 113 kB/s) [2023-09-08T19:42:20.276Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/api/client/google-api-client-util/1.2.3-alpha/google-api-client-util-1.2.3-alpha.jar (33 kB at 722 kB/s) [2023-09-08T19:42:20.276Z] [INFO] [2023-09-08T19:42:20.276Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.google.api.client-auth --- [2023-09-08T19:42:20.276Z] [INFO] [2023-09-08T19:42:20.276Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.google.api.client-auth --- [2023-09-08T19:42:20.276Z] [INFO] The project's OSGi version is 1.2.3.v20221112-0806 [2023-09-08T19:42:20.276Z] [INFO] [2023-09-08T19:42:20.276Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.google.api.client-auth --- [2023-09-08T19:42:20.276Z] [INFO] [2023-09-08T19:42:20.276Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.google.api.client-auth --- [2023-09-08T19:42:20.276Z] [INFO] Copying 3 resources [2023-09-08T19:42:20.276Z] [INFO] [2023-09-08T19:42:20.276Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.google.api.client-auth --- [2023-09-08T19:42:20.276Z] [INFO] No sources to compile [2023-09-08T19:42:20.276Z] [INFO] [2023-09-08T19:42:20.276Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.google.api.client-auth --- [2023-09-08T19:42:20.276Z] [INFO] Gathering dependencies [2023-09-08T19:42:20.276Z] [INFO] Configured Artifact: com.google.api.client:google-api-client-auth:1.2.3-alpha:jar [2023-09-08T19:42:20.276Z] [INFO] Unpacking /home/vnc/.m2/repository/com/google/api/client/google-api-client-auth/1.2.3-alpha/google-api-client-auth-1.2.3-alpha.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-auth_1.2.3/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:42:20.276Z] [INFO] Merging collected dependencies [2023-09-08T19:42:20.276Z] [INFO] Copying 3 resources [2023-09-08T19:42:20.276Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:42:20.277Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.google.api.client-auth:eclipse-bundle-recipe:1.2.3-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:42:20.277Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-auth_1.2.3/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:42:20.277Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-auth_1.2.3/target/com.google.api.client-auth-1.2.3-SNAPSHOT.jar [2023-09-08T19:42:20.277Z] [INFO] Gathering sources [2023-09-08T19:42:20.277Z] [INFO] Configured Artifact: com.google.api.client:google-api-client-auth:sources:1.2.3-alpha:jar [2023-09-08T19:42:20.277Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/api/client/google-api-client-auth/1.2.3-alpha/google-api-client-auth-1.2.3-alpha-sources.jar [2023-09-08T19:42:20.277Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/api/client/google-api-client-auth/1.2.3-alpha/google-api-client-auth-1.2.3-alpha-sources.jar [2023-09-08T19:42:20.277Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/api/client/google-api-client-auth/1.2.3-alpha/google-api-client-auth-1.2.3-alpha-sources.jar (324 B at 6.9 kB/s) [2023-09-08T19:42:20.277Z] [INFO] Unpacking /home/vnc/.m2/repository/com/google/api/client/google-api-client-auth/1.2.3-alpha/google-api-client-auth-1.2.3-alpha-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-auth_1.2.3/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:42:20.277Z] [INFO] Copying 3 resources [2023-09-08T19:42:20.277Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-auth_1.2.3/src/main/java [2023-09-08T19:42:20.277Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-auth_1.2.3/target/com.google.api.client-auth-1.2.3-SNAPSHOT-sources.jar [2023-09-08T19:42:20.277Z] [INFO] Assembling p2 repository [2023-09-08T19:42:21.207Z] [INFO] [2023-09-08T19:42:21.207Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.google.api.client-auth --- [2023-09-08T19:42:21.207Z] [INFO] [2023-09-08T19:42:21.207Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.google.api.client-auth --- [2023-09-08T19:42:21.207Z] [INFO] Gathering sources archives [2023-09-08T19:42:21.207Z] [INFO] Configured Artifact: com.google.api.client:google-api-client-auth:sources:1.2.3-alpha:jar [2023-09-08T19:42:21.207Z] [INFO] Unpacking /home/vnc/.m2/repository/com/google/api/client/google-api-client-auth/1.2.3-alpha/google-api-client-auth-1.2.3-alpha-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-auth_1.2.3/target/sources-for-eclipse-ipzilla/google-api-client-auth-1.2.3-alpha-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:42:21.207Z] [INFO] Configured Artifact: com.google.api.client:google-api-client-auth:sources:1.2.3-alpha:jar [2023-09-08T19:42:21.207Z] [INFO] Copying google-api-client-auth-1.2.3-alpha-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-auth_1.2.3/target/sources-for-eclipse-ipzilla/google-api-client-auth-1.2.3-alpha-sources.jar [2023-09-08T19:42:21.207Z] [INFO] Refreshing about files and about.html [2023-09-08T19:42:21.207Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-auth_1.2.3/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:42:21.207Z] [INFO] [2023-09-08T19:42:21.207Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ com.google.api.client-auth --- [2023-09-08T19:42:21.207Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-auth_1.2.3/target/com.google.api.client-auth-1.2.3-SNAPSHOT.jar [2023-09-08T19:42:22.139Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-auth_1.2.3/target/com.google.api.client-auth-1.2.3-SNAPSHOT-sources.jar [2023-09-08T19:42:23.069Z] [INFO] [2023-09-08T19:42:23.069Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.google.api.client-auth --- [2023-09-08T19:42:23.326Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:com.google.api.client-auth:1.2.3-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-auth_1.2.3/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:42:23.326Z] no-classifier: different [2023-09-08T19:42:23.326Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:42:23.326Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:42:23.326Z] classifier-sources: different [2023-09-08T19:42:23.326Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:42:23.326Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:42:23.326Z] [2023-09-08T19:42:23.326Z] [INFO] MavenProject: org.eclipse.orbit.bundles:com.google.api.client-auth:1.2.3-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-auth_1.2.3/pom.xml [2023-09-08T19:42:23.326Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:42:23.326Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:42:23.326Z] [2023-09-08T19:42:23.326Z] [INFO] [2023-09-08T19:42:23.326Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ com.google.api.client-auth --- [2023-09-08T19:42:23.326Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-auth_1.2.3/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.api.client-auth/1.2.3-SNAPSHOT/com.google.api.client-auth-1.2.3-SNAPSHOT.pom [2023-09-08T19:42:23.326Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-auth_1.2.3/target/com.google.api.client-auth-1.2.3-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.api.client-auth/1.2.3-SNAPSHOT/com.google.api.client-auth-1.2.3-SNAPSHOT.jar [2023-09-08T19:42:23.326Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-auth_1.2.3/target/com.google.api.client-auth-1.2.3-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.api.client-auth/1.2.3-SNAPSHOT/com.google.api.client-auth-1.2.3-SNAPSHOT-sources.jar [2023-09-08T19:42:23.326Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-auth_1.2.3/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.api.client-auth/1.2.3-SNAPSHOT/com.google.api.client-auth-1.2.3-SNAPSHOT-p2metadata.xml [2023-09-08T19:42:23.326Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-auth_1.2.3/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.api.client-auth/1.2.3-SNAPSHOT/com.google.api.client-auth-1.2.3-SNAPSHOT-p2artifacts.xml [2023-09-08T19:42:23.326Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-auth_1.2.3/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.api.client-auth/1.2.3-SNAPSHOT/com.google.api.client-auth-1.2.3-SNAPSHOT-p2metadata.xml [2023-09-08T19:42:23.326Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-auth_1.2.3/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.api.client-auth/1.2.3-SNAPSHOT/com.google.api.client-auth-1.2.3-SNAPSHOT-p2artifacts.xml [2023-09-08T19:42:23.326Z] [INFO] [2023-09-08T19:42:23.326Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.google.api.client-auth --- [2023-09-08T19:42:23.326Z] [INFO] [2023-09-08T19:42:23.326Z] [INFO] ----< org.eclipse.orbit.bundles:com.google.api.client-auth-oauth2 >----- [2023-09-08T19:42:23.326Z] [INFO] Building com.google.api.client-auth-oauth2 1.2.3-SNAPSHOT [244/375] [2023-09-08T19:42:23.326Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:42:23.326Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/api/client/google-api-client-auth-oauth2/1.2.3-alpha/google-api-client-auth-oauth2-1.2.3-alpha.pom [2023-09-08T19:42:23.327Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/api/client/google-api-client-auth-oauth2/1.2.3-alpha/google-api-client-auth-oauth2-1.2.3-alpha.pom [2023-09-08T19:42:23.327Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/api/client/google-api-client-auth-oauth2/1.2.3-alpha/google-api-client-auth-oauth2-1.2.3-alpha.pom (1.6 kB at 35 kB/s) [2023-09-08T19:42:23.327Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/api/client/google-api-client-http/1.2.3-alpha/google-api-client-http-1.2.3-alpha.pom [2023-09-08T19:42:23.327Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/api/client/google-api-client-http/1.2.3-alpha/google-api-client-http-1.2.3-alpha.pom [2023-09-08T19:42:23.327Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/api/client/google-api-client-http/1.2.3-alpha/google-api-client-http-1.2.3-alpha.pom (1.6 kB at 37 kB/s) [2023-09-08T19:42:23.327Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/api/client/google-api-client-escape/1.2.3-alpha/google-api-client-escape-1.2.3-alpha.pom [2023-09-08T19:42:23.327Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/api/client/google-api-client-escape/1.2.3-alpha/google-api-client-escape-1.2.3-alpha.pom [2023-09-08T19:42:23.583Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/api/client/google-api-client-escape/1.2.3-alpha/google-api-client-escape-1.2.3-alpha.pom (1.0 kB at 25 kB/s) [2023-09-08T19:42:23.583Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/api/client/google-api-client-repackaged-com-google-common-base/1.2.3-alpha/google-api-client-repackaged-com-google-common-base-1.2.3-alpha.pom [2023-09-08T19:42:23.583Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/api/client/google-api-client-repackaged-com-google-common-base/1.2.3-alpha/google-api-client-repackaged-com-google-common-base-1.2.3-alpha.pom [2023-09-08T19:42:23.583Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/api/client/google-api-client-repackaged-com-google-common-base/1.2.3-alpha/google-api-client-repackaged-com-google-common-base-1.2.3-alpha.pom (1.1 kB at 23 kB/s) [2023-09-08T19:42:23.583Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/api/client/google-api-client-json/1.2.3-alpha/google-api-client-json-1.2.3-alpha.pom [2023-09-08T19:42:23.583Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/api/client/google-api-client-json/1.2.3-alpha/google-api-client-json-1.2.3-alpha.pom [2023-09-08T19:42:23.583Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/api/client/google-api-client-json/1.2.3-alpha/google-api-client-json-1.2.3-alpha.pom (1.5 kB at 35 kB/s) [2023-09-08T19:42:23.583Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/codehaus/jackson/jackson-core-asl/1.5.7/jackson-core-asl-1.5.7.pom [2023-09-08T19:42:23.583Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-core-asl/1.5.7/jackson-core-asl-1.5.7.pom [2023-09-08T19:42:23.583Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-core-asl/1.5.7/jackson-core-asl-1.5.7.pom (1.0 kB at 21 kB/s) [2023-09-08T19:42:23.583Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/api/client/google-api-client-auth-oauth2/1.2.3-alpha/google-api-client-auth-oauth2-1.2.3-alpha.jar [2023-09-08T19:42:23.583Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/api/client/google-api-client-escape/1.2.3-alpha/google-api-client-escape-1.2.3-alpha.jar [2023-09-08T19:42:23.583Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/api/client/google-api-client-http/1.2.3-alpha/google-api-client-http-1.2.3-alpha.jar [2023-09-08T19:42:23.583Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/api/client/google-api-client-json/1.2.3-alpha/google-api-client-json-1.2.3-alpha.jar [2023-09-08T19:42:23.583Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/api/client/google-api-client-repackaged-com-google-common-base/1.2.3-alpha/google-api-client-repackaged-com-google-common-base-1.2.3-alpha.jar [2023-09-08T19:42:23.583Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/codehaus/jackson/jackson-core-asl/1.5.7/jackson-core-asl-1.5.7.jar [2023-09-08T19:42:23.583Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/api/client/google-api-client-auth-oauth2/1.2.3-alpha/google-api-client-auth-oauth2-1.2.3-alpha.jar [2023-09-08T19:42:23.583Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/api/client/google-api-client-json/1.2.3-alpha/google-api-client-json-1.2.3-alpha.jar [2023-09-08T19:42:23.583Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/api/client/google-api-client-repackaged-com-google-common-base/1.2.3-alpha/google-api-client-repackaged-com-google-common-base-1.2.3-alpha.jar [2023-09-08T19:42:23.583Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/api/client/google-api-client-escape/1.2.3-alpha/google-api-client-escape-1.2.3-alpha.jar [2023-09-08T19:42:23.583Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/api/client/google-api-client-http/1.2.3-alpha/google-api-client-http-1.2.3-alpha.jar [2023-09-08T19:42:23.840Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/api/client/google-api-client-auth-oauth2/1.2.3-alpha/google-api-client-auth-oauth2-1.2.3-alpha.jar (17 kB at 365 kB/s) [2023-09-08T19:42:23.840Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-core-asl/1.5.7/jackson-core-asl-1.5.7.jar [2023-09-08T19:42:23.840Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/api/client/google-api-client-repackaged-com-google-common-base/1.2.3-alpha/google-api-client-repackaged-com-google-common-base-1.2.3-alpha.jar (6.0 kB at 130 kB/s) [2023-09-08T19:42:23.840Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/api/client/google-api-client-http/1.2.3-alpha/google-api-client-http-1.2.3-alpha.jar (31 kB at 679 kB/s) [2023-09-08T19:42:23.840Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/api/client/google-api-client-escape/1.2.3-alpha/google-api-client-escape-1.2.3-alpha.jar (9.1 kB at 189 kB/s) [2023-09-08T19:42:23.840Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/api/client/google-api-client-json/1.2.3-alpha/google-api-client-json-1.2.3-alpha.jar (12 kB at 221 kB/s) [2023-09-08T19:42:23.840Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-core-asl/1.5.7/jackson-core-asl-1.5.7.jar (174 kB at 1.9 MB/s) [2023-09-08T19:42:23.840Z] [INFO] [2023-09-08T19:42:23.840Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.google.api.client-auth-oauth2 --- [2023-09-08T19:42:23.840Z] [INFO] [2023-09-08T19:42:23.840Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.google.api.client-auth-oauth2 --- [2023-09-08T19:42:23.840Z] [INFO] The project's OSGi version is 1.2.3.v20221112-0806 [2023-09-08T19:42:23.840Z] [INFO] [2023-09-08T19:42:23.840Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.google.api.client-auth-oauth2 --- [2023-09-08T19:42:23.840Z] [INFO] [2023-09-08T19:42:23.840Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.google.api.client-auth-oauth2 --- [2023-09-08T19:42:23.840Z] [INFO] Copying 3 resources [2023-09-08T19:42:23.840Z] [INFO] [2023-09-08T19:42:23.840Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.google.api.client-auth-oauth2 --- [2023-09-08T19:42:23.840Z] [INFO] No sources to compile [2023-09-08T19:42:23.840Z] [INFO] [2023-09-08T19:42:23.840Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.google.api.client-auth-oauth2 --- [2023-09-08T19:42:23.840Z] [INFO] Gathering dependencies [2023-09-08T19:42:23.840Z] [INFO] Configured Artifact: com.google.api.client:google-api-client-auth-oauth2:1.2.3-alpha:jar [2023-09-08T19:42:23.840Z] [INFO] Unpacking /home/vnc/.m2/repository/com/google/api/client/google-api-client-auth-oauth2/1.2.3-alpha/google-api-client-auth-oauth2-1.2.3-alpha.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-auth-oauth2_1.2.3/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:42:23.840Z] [INFO] Merging collected dependencies [2023-09-08T19:42:23.840Z] [INFO] Copying 18 resources [2023-09-08T19:42:23.840Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:42:23.840Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.google.api.client-auth-oauth2:eclipse-bundle-recipe:1.2.3-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:42:23.840Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-auth-oauth2_1.2.3/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:42:23.840Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-auth-oauth2_1.2.3/target/com.google.api.client-auth-oauth2-1.2.3-SNAPSHOT.jar [2023-09-08T19:42:23.840Z] [INFO] Gathering sources [2023-09-08T19:42:23.840Z] [INFO] Configured Artifact: com.google.api.client:google-api-client-auth-oauth2:sources:1.2.3-alpha:jar [2023-09-08T19:42:23.840Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/api/client/google-api-client-auth-oauth2/1.2.3-alpha/google-api-client-auth-oauth2-1.2.3-alpha-sources.jar [2023-09-08T19:42:23.840Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/api/client/google-api-client-auth-oauth2/1.2.3-alpha/google-api-client-auth-oauth2-1.2.3-alpha-sources.jar [2023-09-08T19:42:23.840Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/api/client/google-api-client-auth-oauth2/1.2.3-alpha/google-api-client-auth-oauth2-1.2.3-alpha-sources.jar (324 B at 7.2 kB/s) [2023-09-08T19:42:23.840Z] [INFO] Unpacking /home/vnc/.m2/repository/com/google/api/client/google-api-client-auth-oauth2/1.2.3-alpha/google-api-client-auth-oauth2-1.2.3-alpha-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-auth-oauth2_1.2.3/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:42:23.840Z] [INFO] Copying 3 resources [2023-09-08T19:42:23.840Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-auth-oauth2_1.2.3/src/main/java [2023-09-08T19:42:23.840Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-auth-oauth2_1.2.3/target/com.google.api.client-auth-oauth2-1.2.3-SNAPSHOT-sources.jar [2023-09-08T19:42:23.840Z] [INFO] Assembling p2 repository [2023-09-08T19:42:24.403Z] [INFO] [2023-09-08T19:42:24.403Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.google.api.client-auth-oauth2 --- [2023-09-08T19:42:24.403Z] [INFO] [2023-09-08T19:42:24.403Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.google.api.client-auth-oauth2 --- [2023-09-08T19:42:24.403Z] [INFO] Gathering sources archives [2023-09-08T19:42:24.403Z] [INFO] Configured Artifact: com.google.api.client:google-api-client-auth-oauth2:sources:1.2.3-alpha:jar [2023-09-08T19:42:24.403Z] [INFO] Unpacking /home/vnc/.m2/repository/com/google/api/client/google-api-client-auth-oauth2/1.2.3-alpha/google-api-client-auth-oauth2-1.2.3-alpha-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-auth-oauth2_1.2.3/target/sources-for-eclipse-ipzilla/google-api-client-auth-oauth2-1.2.3-alpha-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:42:24.403Z] [INFO] Configured Artifact: com.google.api.client:google-api-client-auth-oauth2:sources:1.2.3-alpha:jar [2023-09-08T19:42:24.403Z] [INFO] Copying google-api-client-auth-oauth2-1.2.3-alpha-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-auth-oauth2_1.2.3/target/sources-for-eclipse-ipzilla/google-api-client-auth-oauth2-1.2.3-alpha-sources.jar [2023-09-08T19:42:24.403Z] [INFO] Refreshing about files and about.html [2023-09-08T19:42:24.403Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-auth-oauth2_1.2.3/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:42:24.403Z] [INFO] [2023-09-08T19:42:24.403Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ com.google.api.client-auth-oauth2 --- [2023-09-08T19:42:24.403Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-auth-oauth2_1.2.3/target/com.google.api.client-auth-oauth2-1.2.3-SNAPSHOT.jar [2023-09-08T19:42:25.336Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-auth-oauth2_1.2.3/target/com.google.api.client-auth-oauth2-1.2.3-SNAPSHOT-sources.jar [2023-09-08T19:42:26.267Z] [INFO] [2023-09-08T19:42:26.267Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.google.api.client-auth-oauth2 --- [2023-09-08T19:42:26.267Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:com.google.api.client-auth-oauth2:1.2.3-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-auth-oauth2_1.2.3/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:42:26.267Z] no-classifier: different [2023-09-08T19:42:26.267Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:42:26.267Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:42:26.267Z] classifier-sources: different [2023-09-08T19:42:26.267Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:42:26.267Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:42:26.267Z] [2023-09-08T19:42:26.267Z] [INFO] MavenProject: org.eclipse.orbit.bundles:com.google.api.client-auth-oauth2:1.2.3-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-auth-oauth2_1.2.3/pom.xml [2023-09-08T19:42:26.267Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:42:26.267Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:42:26.267Z] [2023-09-08T19:42:26.267Z] [INFO] [2023-09-08T19:42:26.267Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ com.google.api.client-auth-oauth2 --- [2023-09-08T19:42:26.267Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-auth-oauth2_1.2.3/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.api.client-auth-oauth2/1.2.3-SNAPSHOT/com.google.api.client-auth-oauth2-1.2.3-SNAPSHOT.pom [2023-09-08T19:42:26.267Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-auth-oauth2_1.2.3/target/com.google.api.client-auth-oauth2-1.2.3-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.api.client-auth-oauth2/1.2.3-SNAPSHOT/com.google.api.client-auth-oauth2-1.2.3-SNAPSHOT.jar [2023-09-08T19:42:26.267Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-auth-oauth2_1.2.3/target/com.google.api.client-auth-oauth2-1.2.3-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.api.client-auth-oauth2/1.2.3-SNAPSHOT/com.google.api.client-auth-oauth2-1.2.3-SNAPSHOT-sources.jar [2023-09-08T19:42:26.267Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-auth-oauth2_1.2.3/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.api.client-auth-oauth2/1.2.3-SNAPSHOT/com.google.api.client-auth-oauth2-1.2.3-SNAPSHOT-p2metadata.xml [2023-09-08T19:42:26.267Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-auth-oauth2_1.2.3/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.api.client-auth-oauth2/1.2.3-SNAPSHOT/com.google.api.client-auth-oauth2-1.2.3-SNAPSHOT-p2artifacts.xml [2023-09-08T19:42:26.267Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-auth-oauth2_1.2.3/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.api.client-auth-oauth2/1.2.3-SNAPSHOT/com.google.api.client-auth-oauth2-1.2.3-SNAPSHOT-p2metadata.xml [2023-09-08T19:42:26.267Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-auth-oauth2_1.2.3/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.api.client-auth-oauth2/1.2.3-SNAPSHOT/com.google.api.client-auth-oauth2-1.2.3-SNAPSHOT-p2artifacts.xml [2023-09-08T19:42:26.267Z] [INFO] [2023-09-08T19:42:26.267Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.google.api.client-auth-oauth2 --- [2023-09-08T19:42:26.267Z] [INFO] [2023-09-08T19:42:26.267Z] [INFO] --------< org.eclipse.orbit.bundles:com.google.api.client-util >-------- [2023-09-08T19:42:26.267Z] [INFO] Building com.google.api.client-util 1.2.3-SNAPSHOT [245/375] [2023-09-08T19:42:26.267Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:42:26.267Z] [INFO] [2023-09-08T19:42:26.267Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.google.api.client-util --- [2023-09-08T19:42:26.267Z] [INFO] [2023-09-08T19:42:26.267Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.google.api.client-util --- [2023-09-08T19:42:26.267Z] [INFO] The project's OSGi version is 1.2.3.v20221112-0806 [2023-09-08T19:42:26.267Z] [INFO] [2023-09-08T19:42:26.267Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.google.api.client-util --- [2023-09-08T19:42:26.267Z] [INFO] [2023-09-08T19:42:26.267Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.google.api.client-util --- [2023-09-08T19:42:26.267Z] [INFO] Copying 3 resources [2023-09-08T19:42:26.267Z] [INFO] [2023-09-08T19:42:26.267Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.google.api.client-util --- [2023-09-08T19:42:26.268Z] [INFO] No sources to compile [2023-09-08T19:42:26.268Z] [INFO] [2023-09-08T19:42:26.268Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.google.api.client-util --- [2023-09-08T19:42:26.268Z] [INFO] Gathering dependencies [2023-09-08T19:42:26.268Z] [INFO] Configured Artifact: com.google.api.client:google-api-client-util:1.2.3-alpha:jar [2023-09-08T19:42:26.268Z] [INFO] Unpacking /home/vnc/.m2/repository/com/google/api/client/google-api-client-util/1.2.3-alpha/google-api-client-util-1.2.3-alpha.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-util_1.2.3/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:42:26.268Z] [INFO] Merging collected dependencies [2023-09-08T19:42:26.268Z] [INFO] Copying 21 resources [2023-09-08T19:42:26.268Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:42:26.268Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.google.api.client-util:eclipse-bundle-recipe:1.2.3-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:42:26.268Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-util_1.2.3/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:42:26.268Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-util_1.2.3/target/com.google.api.client-util-1.2.3-SNAPSHOT.jar [2023-09-08T19:42:26.268Z] [INFO] Gathering sources [2023-09-08T19:42:26.268Z] [INFO] Configured Artifact: com.google.api.client:google-api-client-util:sources:1.2.3-alpha:jar [2023-09-08T19:42:26.268Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/api/client/google-api-client-util/1.2.3-alpha/google-api-client-util-1.2.3-alpha-sources.jar [2023-09-08T19:42:26.268Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/api/client/google-api-client-util/1.2.3-alpha/google-api-client-util-1.2.3-alpha-sources.jar [2023-09-08T19:42:26.525Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/api/client/google-api-client-util/1.2.3-alpha/google-api-client-util-1.2.3-alpha-sources.jar (324 B at 6.5 kB/s) [2023-09-08T19:42:26.525Z] [INFO] Unpacking /home/vnc/.m2/repository/com/google/api/client/google-api-client-util/1.2.3-alpha/google-api-client-util-1.2.3-alpha-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-util_1.2.3/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:42:26.525Z] [INFO] Copying 3 resources [2023-09-08T19:42:26.525Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-util_1.2.3/src/main/java [2023-09-08T19:42:26.525Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-util_1.2.3/target/com.google.api.client-util-1.2.3-SNAPSHOT-sources.jar [2023-09-08T19:42:26.525Z] [INFO] Assembling p2 repository [2023-09-08T19:42:27.090Z] [INFO] [2023-09-08T19:42:27.090Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.google.api.client-util --- [2023-09-08T19:42:27.090Z] [INFO] [2023-09-08T19:42:27.090Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.google.api.client-util --- [2023-09-08T19:42:27.090Z] [INFO] Gathering sources archives [2023-09-08T19:42:27.090Z] [INFO] Configured Artifact: com.google.api.client:google-api-client-util:sources:1.2.3-alpha:jar [2023-09-08T19:42:27.090Z] [INFO] Unpacking /home/vnc/.m2/repository/com/google/api/client/google-api-client-util/1.2.3-alpha/google-api-client-util-1.2.3-alpha-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-util_1.2.3/target/sources-for-eclipse-ipzilla/google-api-client-util-1.2.3-alpha-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:42:27.090Z] [INFO] Configured Artifact: com.google.api.client:google-api-client-util:sources:1.2.3-alpha:jar [2023-09-08T19:42:27.090Z] [INFO] Copying google-api-client-util-1.2.3-alpha-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-util_1.2.3/target/sources-for-eclipse-ipzilla/google-api-client-util-1.2.3-alpha-sources.jar [2023-09-08T19:42:27.090Z] [INFO] Refreshing about files and about.html [2023-09-08T19:42:27.090Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-util_1.2.3/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:42:27.090Z] [INFO] [2023-09-08T19:42:27.090Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ com.google.api.client-util --- [2023-09-08T19:42:27.090Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-util_1.2.3/target/com.google.api.client-util-1.2.3-SNAPSHOT.jar [2023-09-08T19:42:28.021Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-util_1.2.3/target/com.google.api.client-util-1.2.3-SNAPSHOT-sources.jar [2023-09-08T19:42:29.917Z] [INFO] [2023-09-08T19:42:29.917Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.google.api.client-util --- [2023-09-08T19:42:29.917Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:com.google.api.client-util:1.2.3-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-util_1.2.3/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:42:29.917Z] no-classifier: different [2023-09-08T19:42:29.917Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:42:29.917Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:42:29.917Z] classifier-sources: different [2023-09-08T19:42:29.917Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:42:29.917Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:42:29.917Z] [2023-09-08T19:42:29.917Z] [INFO] MavenProject: org.eclipse.orbit.bundles:com.google.api.client-util:1.2.3-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-util_1.2.3/pom.xml [2023-09-08T19:42:29.917Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:42:29.917Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:42:29.917Z] [2023-09-08T19:42:29.917Z] [INFO] [2023-09-08T19:42:29.917Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ com.google.api.client-util --- [2023-09-08T19:42:29.917Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-util_1.2.3/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.api.client-util/1.2.3-SNAPSHOT/com.google.api.client-util-1.2.3-SNAPSHOT.pom [2023-09-08T19:42:29.917Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-util_1.2.3/target/com.google.api.client-util-1.2.3-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.api.client-util/1.2.3-SNAPSHOT/com.google.api.client-util-1.2.3-SNAPSHOT.jar [2023-09-08T19:42:29.917Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-util_1.2.3/target/com.google.api.client-util-1.2.3-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.api.client-util/1.2.3-SNAPSHOT/com.google.api.client-util-1.2.3-SNAPSHOT-sources.jar [2023-09-08T19:42:29.917Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-util_1.2.3/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.api.client-util/1.2.3-SNAPSHOT/com.google.api.client-util-1.2.3-SNAPSHOT-p2metadata.xml [2023-09-08T19:42:29.917Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-util_1.2.3/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.api.client-util/1.2.3-SNAPSHOT/com.google.api.client-util-1.2.3-SNAPSHOT-p2artifacts.xml [2023-09-08T19:42:29.917Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-util_1.2.3/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.api.client-util/1.2.3-SNAPSHOT/com.google.api.client-util-1.2.3-SNAPSHOT-p2metadata.xml [2023-09-08T19:42:29.917Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-util_1.2.3/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.api.client-util/1.2.3-SNAPSHOT/com.google.api.client-util-1.2.3-SNAPSHOT-p2artifacts.xml [2023-09-08T19:42:29.917Z] [INFO] [2023-09-08T19:42:29.917Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.google.api.client-util --- [2023-09-08T19:42:29.917Z] [INFO] [2023-09-08T19:42:29.917Z] [INFO] -------< org.eclipse.orbit.bundles:com.google.api.client-escape >------- [2023-09-08T19:42:29.917Z] [INFO] Building com.google.api.client-escape 1.2.3-SNAPSHOT [246/375] [2023-09-08T19:42:29.917Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:42:29.917Z] [INFO] [2023-09-08T19:42:29.917Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.google.api.client-escape --- [2023-09-08T19:42:29.917Z] [INFO] [2023-09-08T19:42:29.917Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.google.api.client-escape --- [2023-09-08T19:42:29.917Z] [INFO] The project's OSGi version is 1.2.3.v20221112-0806 [2023-09-08T19:42:29.917Z] [INFO] [2023-09-08T19:42:29.917Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.google.api.client-escape --- [2023-09-08T19:42:29.917Z] [INFO] [2023-09-08T19:42:29.917Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.google.api.client-escape --- [2023-09-08T19:42:29.917Z] [INFO] Copying 3 resources [2023-09-08T19:42:29.917Z] [INFO] [2023-09-08T19:42:29.918Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.google.api.client-escape --- [2023-09-08T19:42:29.918Z] [INFO] No sources to compile [2023-09-08T19:42:29.918Z] [INFO] [2023-09-08T19:42:29.918Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.google.api.client-escape --- [2023-09-08T19:42:29.918Z] [INFO] Gathering dependencies [2023-09-08T19:42:29.918Z] [INFO] Configured Artifact: com.google.api.client:google-api-client-escape:1.2.3-alpha:jar [2023-09-08T19:42:29.918Z] [INFO] Unpacking /home/vnc/.m2/repository/com/google/api/client/google-api-client-escape/1.2.3-alpha/google-api-client-escape-1.2.3-alpha.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-escape_1.2.3/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:42:29.918Z] [INFO] Merging collected dependencies [2023-09-08T19:42:29.918Z] [INFO] Copying 7 resources [2023-09-08T19:42:29.918Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:42:29.918Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.google.api.client-escape:eclipse-bundle-recipe:1.2.3-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:42:29.918Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-escape_1.2.3/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:42:29.918Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-escape_1.2.3/target/com.google.api.client-escape-1.2.3-SNAPSHOT.jar [2023-09-08T19:42:29.918Z] [INFO] Gathering sources [2023-09-08T19:42:29.918Z] [INFO] Configured Artifact: com.google.api.client:google-api-client-escape:sources:1.2.3-alpha:jar [2023-09-08T19:42:29.918Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/api/client/google-api-client-escape/1.2.3-alpha/google-api-client-escape-1.2.3-alpha-sources.jar [2023-09-08T19:42:29.918Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/api/client/google-api-client-escape/1.2.3-alpha/google-api-client-escape-1.2.3-alpha-sources.jar [2023-09-08T19:42:30.174Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/api/client/google-api-client-escape/1.2.3-alpha/google-api-client-escape-1.2.3-alpha-sources.jar (324 B at 7.9 kB/s) [2023-09-08T19:42:30.174Z] [INFO] Unpacking /home/vnc/.m2/repository/com/google/api/client/google-api-client-escape/1.2.3-alpha/google-api-client-escape-1.2.3-alpha-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-escape_1.2.3/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:42:30.174Z] [INFO] Copying 3 resources [2023-09-08T19:42:30.174Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-escape_1.2.3/src/main/java [2023-09-08T19:42:30.174Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-escape_1.2.3/target/com.google.api.client-escape-1.2.3-SNAPSHOT-sources.jar [2023-09-08T19:42:30.174Z] [INFO] Assembling p2 repository [2023-09-08T19:42:30.738Z] [INFO] [2023-09-08T19:42:30.738Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.google.api.client-escape --- [2023-09-08T19:42:30.738Z] [INFO] [2023-09-08T19:42:30.738Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.google.api.client-escape --- [2023-09-08T19:42:30.738Z] [INFO] Gathering sources archives [2023-09-08T19:42:30.738Z] [INFO] Configured Artifact: com.google.api.client:google-api-client-escape:sources:1.2.3-alpha:jar [2023-09-08T19:42:30.738Z] [INFO] Unpacking /home/vnc/.m2/repository/com/google/api/client/google-api-client-escape/1.2.3-alpha/google-api-client-escape-1.2.3-alpha-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-escape_1.2.3/target/sources-for-eclipse-ipzilla/google-api-client-escape-1.2.3-alpha-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:42:30.738Z] [INFO] Configured Artifact: com.google.api.client:google-api-client-escape:sources:1.2.3-alpha:jar [2023-09-08T19:42:30.738Z] [INFO] Copying google-api-client-escape-1.2.3-alpha-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-escape_1.2.3/target/sources-for-eclipse-ipzilla/google-api-client-escape-1.2.3-alpha-sources.jar [2023-09-08T19:42:30.738Z] [INFO] Refreshing about files and about.html [2023-09-08T19:42:30.738Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-escape_1.2.3/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:42:30.738Z] [INFO] [2023-09-08T19:42:30.738Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ com.google.api.client-escape --- [2023-09-08T19:42:30.738Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-escape_1.2.3/target/com.google.api.client-escape-1.2.3-SNAPSHOT.jar [2023-09-08T19:42:32.633Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-escape_1.2.3/target/com.google.api.client-escape-1.2.3-SNAPSHOT-sources.jar [2023-09-08T19:42:33.564Z] [INFO] [2023-09-08T19:42:33.564Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.google.api.client-escape --- [2023-09-08T19:42:33.820Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:com.google.api.client-escape:1.2.3-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-escape_1.2.3/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:42:33.821Z] no-classifier: different [2023-09-08T19:42:33.821Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:42:33.821Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:42:33.821Z] classifier-sources: different [2023-09-08T19:42:33.821Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:42:33.821Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:42:33.821Z] [2023-09-08T19:42:33.821Z] [INFO] MavenProject: org.eclipse.orbit.bundles:com.google.api.client-escape:1.2.3-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-escape_1.2.3/pom.xml [2023-09-08T19:42:33.821Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:42:33.821Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:42:33.821Z] [2023-09-08T19:42:33.821Z] [INFO] [2023-09-08T19:42:33.821Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ com.google.api.client-escape --- [2023-09-08T19:42:33.821Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-escape_1.2.3/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.api.client-escape/1.2.3-SNAPSHOT/com.google.api.client-escape-1.2.3-SNAPSHOT.pom [2023-09-08T19:42:33.821Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-escape_1.2.3/target/com.google.api.client-escape-1.2.3-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.api.client-escape/1.2.3-SNAPSHOT/com.google.api.client-escape-1.2.3-SNAPSHOT.jar [2023-09-08T19:42:33.821Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-escape_1.2.3/target/com.google.api.client-escape-1.2.3-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.api.client-escape/1.2.3-SNAPSHOT/com.google.api.client-escape-1.2.3-SNAPSHOT-sources.jar [2023-09-08T19:42:33.821Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-escape_1.2.3/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.api.client-escape/1.2.3-SNAPSHOT/com.google.api.client-escape-1.2.3-SNAPSHOT-p2metadata.xml [2023-09-08T19:42:33.821Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-escape_1.2.3/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.api.client-escape/1.2.3-SNAPSHOT/com.google.api.client-escape-1.2.3-SNAPSHOT-p2artifacts.xml [2023-09-08T19:42:33.821Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-escape_1.2.3/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.api.client-escape/1.2.3-SNAPSHOT/com.google.api.client-escape-1.2.3-SNAPSHOT-p2metadata.xml [2023-09-08T19:42:33.821Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-escape_1.2.3/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.api.client-escape/1.2.3-SNAPSHOT/com.google.api.client-escape-1.2.3-SNAPSHOT-p2artifacts.xml [2023-09-08T19:42:33.821Z] [INFO] [2023-09-08T19:42:33.821Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.google.api.client-escape --- [2023-09-08T19:42:33.821Z] [INFO] [2023-09-08T19:42:33.821Z] [INFO] --< org.eclipse.orbit.bundles:com.google.api.client-repackaged-com-google-common-base >-- [2023-09-08T19:42:33.821Z] [INFO] Building com.google.api.client-repackaged-com-google-common-base 1.2.3-SNAPSHOT [247/375] [2023-09-08T19:42:33.821Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:42:33.821Z] [INFO] [2023-09-08T19:42:33.821Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.google.api.client-repackaged-com-google-common-base --- [2023-09-08T19:42:33.821Z] [INFO] [2023-09-08T19:42:33.821Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.google.api.client-repackaged-com-google-common-base --- [2023-09-08T19:42:33.821Z] [INFO] The project's OSGi version is 1.2.3.v20221112-0806 [2023-09-08T19:42:33.821Z] [INFO] [2023-09-08T19:42:33.821Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.google.api.client-repackaged-com-google-common-base --- [2023-09-08T19:42:33.821Z] [INFO] [2023-09-08T19:42:33.821Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.google.api.client-repackaged-com-google-common-base --- [2023-09-08T19:42:33.821Z] [INFO] Copying 3 resources [2023-09-08T19:42:33.821Z] [INFO] [2023-09-08T19:42:33.821Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.google.api.client-repackaged-com-google-common-base --- [2023-09-08T19:42:33.821Z] [INFO] No sources to compile [2023-09-08T19:42:33.821Z] [INFO] [2023-09-08T19:42:33.821Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.google.api.client-repackaged-com-google-common-base --- [2023-09-08T19:42:33.821Z] [INFO] Gathering dependencies [2023-09-08T19:42:33.821Z] [INFO] Configured Artifact: com.google.api.client:google-api-client-repackaged-com-google-common-base:1.2.3-alpha:jar [2023-09-08T19:42:33.821Z] [INFO] Unpacking /home/vnc/.m2/repository/com/google/api/client/google-api-client-repackaged-com-google-common-base/1.2.3-alpha/google-api-client-repackaged-com-google-common-base-1.2.3-alpha.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-repackaged-com-google-common-base_1.2.3/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:42:33.821Z] [INFO] Merging collected dependencies [2023-09-08T19:42:33.821Z] [INFO] Copying 3 resources [2023-09-08T19:42:33.821Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:42:33.821Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.google.api.client-repackaged-com-google-common-base:eclipse-bundle-recipe:1.2.3-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:42:33.821Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-repackaged-com-google-common-base_1.2.3/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:42:33.821Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-repackaged-com-google-common-base_1.2.3/target/com.google.api.client-repackaged-com-google-common-base-1.2.3-SNAPSHOT.jar [2023-09-08T19:42:33.821Z] [INFO] Gathering sources [2023-09-08T19:42:33.821Z] [INFO] Configured Artifact: com.google.api.client:google-api-client-repackaged-com-google-common-base:sources:1.2.3-alpha:jar [2023-09-08T19:42:33.821Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/api/client/google-api-client-repackaged-com-google-common-base/1.2.3-alpha/google-api-client-repackaged-com-google-common-base-1.2.3-alpha-sources.jar [2023-09-08T19:42:33.821Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/api/client/google-api-client-repackaged-com-google-common-base/1.2.3-alpha/google-api-client-repackaged-com-google-common-base-1.2.3-alpha-sources.jar [2023-09-08T19:42:34.078Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/api/client/google-api-client-repackaged-com-google-common-base/1.2.3-alpha/google-api-client-repackaged-com-google-common-base-1.2.3-alpha-sources.jar (324 B at 6.5 kB/s) [2023-09-08T19:42:34.078Z] [INFO] Unpacking /home/vnc/.m2/repository/com/google/api/client/google-api-client-repackaged-com-google-common-base/1.2.3-alpha/google-api-client-repackaged-com-google-common-base-1.2.3-alpha-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-repackaged-com-google-common-base_1.2.3/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:42:34.078Z] [INFO] Copying 3 resources [2023-09-08T19:42:34.078Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-repackaged-com-google-common-base_1.2.3/src/main/java [2023-09-08T19:42:34.078Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-repackaged-com-google-common-base_1.2.3/target/com.google.api.client-repackaged-com-google-common-base-1.2.3-SNAPSHOT-sources.jar [2023-09-08T19:42:34.078Z] [INFO] Assembling p2 repository [2023-09-08T19:42:34.642Z] [INFO] [2023-09-08T19:42:34.642Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.google.api.client-repackaged-com-google-common-base --- [2023-09-08T19:42:34.642Z] [INFO] [2023-09-08T19:42:34.642Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.google.api.client-repackaged-com-google-common-base --- [2023-09-08T19:42:34.642Z] [INFO] Gathering sources archives [2023-09-08T19:42:34.642Z] [INFO] Configured Artifact: com.google.api.client:google-api-client-repackaged-com-google-common-base:sources:1.2.3-alpha:jar [2023-09-08T19:42:34.642Z] [INFO] Unpacking /home/vnc/.m2/repository/com/google/api/client/google-api-client-repackaged-com-google-common-base/1.2.3-alpha/google-api-client-repackaged-com-google-common-base-1.2.3-alpha-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-repackaged-com-google-common-base_1.2.3/target/sources-for-eclipse-ipzilla/google-api-client-repackaged-com-google-common-base-1.2.3-alpha-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:42:34.642Z] [INFO] Configured Artifact: com.google.api.client:google-api-client-repackaged-com-google-common-base:sources:1.2.3-alpha:jar [2023-09-08T19:42:34.642Z] [INFO] Copying google-api-client-repackaged-com-google-common-base-1.2.3-alpha-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-repackaged-com-google-common-base_1.2.3/target/sources-for-eclipse-ipzilla/google-api-client-repackaged-com-google-common-base-1.2.3-alpha-sources.jar [2023-09-08T19:42:34.642Z] [INFO] Refreshing about files and about.html [2023-09-08T19:42:34.642Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-repackaged-com-google-common-base_1.2.3/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:42:34.642Z] [INFO] [2023-09-08T19:42:34.642Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ com.google.api.client-repackaged-com-google-common-base --- [2023-09-08T19:42:34.642Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-repackaged-com-google-common-base_1.2.3/target/com.google.api.client-repackaged-com-google-common-base-1.2.3-SNAPSHOT.jar [2023-09-08T19:42:35.572Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-repackaged-com-google-common-base_1.2.3/target/com.google.api.client-repackaged-com-google-common-base-1.2.3-SNAPSHOT-sources.jar [2023-09-08T19:42:36.135Z] [INFO] [2023-09-08T19:42:36.135Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.google.api.client-repackaged-com-google-common-base --- [2023-09-08T19:42:36.397Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:com.google.api.client-repackaged-com-google-common-base:1.2.3-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-repackaged-com-google-common-base_1.2.3/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:42:36.397Z] no-classifier: different [2023-09-08T19:42:36.397Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:42:36.397Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:42:36.397Z] classifier-sources: different [2023-09-08T19:42:36.397Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:42:36.397Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:42:36.397Z] [2023-09-08T19:42:36.397Z] [INFO] MavenProject: org.eclipse.orbit.bundles:com.google.api.client-repackaged-com-google-common-base:1.2.3-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-repackaged-com-google-common-base_1.2.3/pom.xml [2023-09-08T19:42:36.397Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:42:36.397Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:42:36.397Z] [2023-09-08T19:42:36.397Z] [INFO] [2023-09-08T19:42:36.397Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ com.google.api.client-repackaged-com-google-common-base --- [2023-09-08T19:42:36.397Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-repackaged-com-google-common-base_1.2.3/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.api.client-repackaged-com-google-common-base/1.2.3-SNAPSHOT/com.google.api.client-repackaged-com-google-common-base-1.2.3-SNAPSHOT.pom [2023-09-08T19:42:36.397Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-repackaged-com-google-common-base_1.2.3/target/com.google.api.client-repackaged-com-google-common-base-1.2.3-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.api.client-repackaged-com-google-common-base/1.2.3-SNAPSHOT/com.google.api.client-repackaged-com-google-common-base-1.2.3-SNAPSHOT.jar [2023-09-08T19:42:36.397Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-repackaged-com-google-common-base_1.2.3/target/com.google.api.client-repackaged-com-google-common-base-1.2.3-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.api.client-repackaged-com-google-common-base/1.2.3-SNAPSHOT/com.google.api.client-repackaged-com-google-common-base-1.2.3-SNAPSHOT-sources.jar [2023-09-08T19:42:36.397Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-repackaged-com-google-common-base_1.2.3/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.api.client-repackaged-com-google-common-base/1.2.3-SNAPSHOT/com.google.api.client-repackaged-com-google-common-base-1.2.3-SNAPSHOT-p2metadata.xml [2023-09-08T19:42:36.397Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-repackaged-com-google-common-base_1.2.3/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.api.client-repackaged-com-google-common-base/1.2.3-SNAPSHOT/com.google.api.client-repackaged-com-google-common-base-1.2.3-SNAPSHOT-p2artifacts.xml [2023-09-08T19:42:36.398Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-repackaged-com-google-common-base_1.2.3/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.api.client-repackaged-com-google-common-base/1.2.3-SNAPSHOT/com.google.api.client-repackaged-com-google-common-base-1.2.3-SNAPSHOT-p2metadata.xml [2023-09-08T19:42:36.398Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-repackaged-com-google-common-base_1.2.3/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.api.client-repackaged-com-google-common-base/1.2.3-SNAPSHOT/com.google.api.client-repackaged-com-google-common-base-1.2.3-SNAPSHOT-p2artifacts.xml [2023-09-08T19:42:36.398Z] [INFO] [2023-09-08T19:42:36.398Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.google.api.client-repackaged-com-google-common-base --- [2023-09-08T19:42:36.398Z] [INFO] [2023-09-08T19:42:36.398Z] [INFO] --------< org.eclipse.orbit.bundles:com.google.api.client-json >-------- [2023-09-08T19:42:36.398Z] [INFO] Building com.google.api.client-json 1.2.3-SNAPSHOT [248/375] [2023-09-08T19:42:36.398Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:42:36.398Z] [INFO] [2023-09-08T19:42:36.398Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.google.api.client-json --- [2023-09-08T19:42:36.398Z] [INFO] [2023-09-08T19:42:36.398Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.google.api.client-json --- [2023-09-08T19:42:36.398Z] [INFO] The project's OSGi version is 1.2.3.v20221112-0806 [2023-09-08T19:42:36.398Z] [INFO] [2023-09-08T19:42:36.398Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.google.api.client-json --- [2023-09-08T19:42:36.398Z] [INFO] [2023-09-08T19:42:36.398Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.google.api.client-json --- [2023-09-08T19:42:36.398Z] [INFO] Copying 3 resources [2023-09-08T19:42:36.398Z] [INFO] [2023-09-08T19:42:36.398Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.google.api.client-json --- [2023-09-08T19:42:36.398Z] [INFO] No sources to compile [2023-09-08T19:42:36.398Z] [INFO] [2023-09-08T19:42:36.398Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.google.api.client-json --- [2023-09-08T19:42:36.398Z] [INFO] Gathering dependencies [2023-09-08T19:42:36.398Z] [INFO] Configured Artifact: com.google.api.client:google-api-client-json:1.2.3-alpha:jar [2023-09-08T19:42:36.398Z] [INFO] Unpacking /home/vnc/.m2/repository/com/google/api/client/google-api-client-json/1.2.3-alpha/google-api-client-json-1.2.3-alpha.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-json_1.2.3/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:42:36.398Z] [INFO] Merging collected dependencies [2023-09-08T19:42:36.398Z] [INFO] Copying 7 resources [2023-09-08T19:42:36.398Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:42:36.655Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.google.api.client-json:eclipse-bundle-recipe:1.2.3-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:42:36.655Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-json_1.2.3/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:42:36.655Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-json_1.2.3/target/com.google.api.client-json-1.2.3-SNAPSHOT.jar [2023-09-08T19:42:36.655Z] [INFO] Gathering sources [2023-09-08T19:42:36.655Z] [INFO] Configured Artifact: com.google.api.client:google-api-client-json:sources:1.2.3-alpha:jar [2023-09-08T19:42:36.655Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/api/client/google-api-client-json/1.2.3-alpha/google-api-client-json-1.2.3-alpha-sources.jar [2023-09-08T19:42:36.655Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/api/client/google-api-client-json/1.2.3-alpha/google-api-client-json-1.2.3-alpha-sources.jar [2023-09-08T19:42:36.655Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/api/client/google-api-client-json/1.2.3-alpha/google-api-client-json-1.2.3-alpha-sources.jar (324 B at 5.3 kB/s) [2023-09-08T19:42:36.655Z] [INFO] Unpacking /home/vnc/.m2/repository/com/google/api/client/google-api-client-json/1.2.3-alpha/google-api-client-json-1.2.3-alpha-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-json_1.2.3/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:42:36.655Z] [INFO] Copying 3 resources [2023-09-08T19:42:36.655Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-json_1.2.3/src/main/java [2023-09-08T19:42:36.655Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-json_1.2.3/target/com.google.api.client-json-1.2.3-SNAPSHOT-sources.jar [2023-09-08T19:42:36.655Z] [INFO] Assembling p2 repository [2023-09-08T19:42:37.220Z] [INFO] [2023-09-08T19:42:37.220Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.google.api.client-json --- [2023-09-08T19:42:37.220Z] [INFO] [2023-09-08T19:42:37.220Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.google.api.client-json --- [2023-09-08T19:42:37.220Z] [INFO] Gathering sources archives [2023-09-08T19:42:37.220Z] [INFO] Configured Artifact: com.google.api.client:google-api-client-json:sources:1.2.3-alpha:jar [2023-09-08T19:42:37.220Z] [INFO] Unpacking /home/vnc/.m2/repository/com/google/api/client/google-api-client-json/1.2.3-alpha/google-api-client-json-1.2.3-alpha-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-json_1.2.3/target/sources-for-eclipse-ipzilla/google-api-client-json-1.2.3-alpha-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:42:37.220Z] [INFO] Configured Artifact: com.google.api.client:google-api-client-json:sources:1.2.3-alpha:jar [2023-09-08T19:42:37.220Z] [INFO] Copying google-api-client-json-1.2.3-alpha-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-json_1.2.3/target/sources-for-eclipse-ipzilla/google-api-client-json-1.2.3-alpha-sources.jar [2023-09-08T19:42:37.220Z] [INFO] Refreshing about files and about.html [2023-09-08T19:42:37.220Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-json_1.2.3/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:42:37.220Z] [INFO] [2023-09-08T19:42:37.220Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ com.google.api.client-json --- [2023-09-08T19:42:37.220Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-json_1.2.3/target/com.google.api.client-json-1.2.3-SNAPSHOT.jar [2023-09-08T19:42:38.153Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-json_1.2.3/target/com.google.api.client-json-1.2.3-SNAPSHOT-sources.jar [2023-09-08T19:42:40.045Z] [INFO] [2023-09-08T19:42:40.045Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.google.api.client-json --- [2023-09-08T19:42:40.045Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:com.google.api.client-json:1.2.3-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-json_1.2.3/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:42:40.045Z] no-classifier: different [2023-09-08T19:42:40.046Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:42:40.046Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:42:40.046Z] classifier-sources: different [2023-09-08T19:42:40.046Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:42:40.046Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:42:40.046Z] [2023-09-08T19:42:40.046Z] [INFO] MavenProject: org.eclipse.orbit.bundles:com.google.api.client-json:1.2.3-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-json_1.2.3/pom.xml [2023-09-08T19:42:40.046Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:42:40.046Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:42:40.046Z] [2023-09-08T19:42:40.046Z] [INFO] [2023-09-08T19:42:40.046Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ com.google.api.client-json --- [2023-09-08T19:42:40.046Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-json_1.2.3/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.api.client-json/1.2.3-SNAPSHOT/com.google.api.client-json-1.2.3-SNAPSHOT.pom [2023-09-08T19:42:40.046Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-json_1.2.3/target/com.google.api.client-json-1.2.3-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.api.client-json/1.2.3-SNAPSHOT/com.google.api.client-json-1.2.3-SNAPSHOT.jar [2023-09-08T19:42:40.046Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-json_1.2.3/target/com.google.api.client-json-1.2.3-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.api.client-json/1.2.3-SNAPSHOT/com.google.api.client-json-1.2.3-SNAPSHOT-sources.jar [2023-09-08T19:42:40.046Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-json_1.2.3/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.api.client-json/1.2.3-SNAPSHOT/com.google.api.client-json-1.2.3-SNAPSHOT-p2metadata.xml [2023-09-08T19:42:40.046Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-json_1.2.3/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.api.client-json/1.2.3-SNAPSHOT/com.google.api.client-json-1.2.3-SNAPSHOT-p2artifacts.xml [2023-09-08T19:42:40.046Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-json_1.2.3/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.api.client-json/1.2.3-SNAPSHOT/com.google.api.client-json-1.2.3-SNAPSHOT-p2metadata.xml [2023-09-08T19:42:40.046Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-json_1.2.3/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.api.client-json/1.2.3-SNAPSHOT/com.google.api.client-json-1.2.3-SNAPSHOT-p2artifacts.xml [2023-09-08T19:42:40.046Z] [INFO] [2023-09-08T19:42:40.046Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.google.api.client-json --- [2023-09-08T19:42:40.046Z] [INFO] [2023-09-08T19:42:40.046Z] [INFO] --------< org.eclipse.orbit.bundles:com.google.api.client-http >-------- [2023-09-08T19:42:40.046Z] [INFO] Building com.google.api.client-http 1.2.3-SNAPSHOT [249/375] [2023-09-08T19:42:40.046Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:42:40.046Z] [INFO] [2023-09-08T19:42:40.046Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.google.api.client-http --- [2023-09-08T19:42:40.046Z] [INFO] [2023-09-08T19:42:40.046Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.google.api.client-http --- [2023-09-08T19:42:40.046Z] [INFO] The project's OSGi version is 1.2.3.v20221112-0806 [2023-09-08T19:42:40.046Z] [INFO] [2023-09-08T19:42:40.046Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.google.api.client-http --- [2023-09-08T19:42:40.046Z] [INFO] [2023-09-08T19:42:40.046Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.google.api.client-http --- [2023-09-08T19:42:40.046Z] [INFO] Copying 3 resources [2023-09-08T19:42:40.046Z] [INFO] [2023-09-08T19:42:40.046Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.google.api.client-http --- [2023-09-08T19:42:40.046Z] [INFO] No sources to compile [2023-09-08T19:42:40.046Z] [INFO] [2023-09-08T19:42:40.046Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.google.api.client-http --- [2023-09-08T19:42:40.046Z] [INFO] Gathering dependencies [2023-09-08T19:42:40.046Z] [INFO] Configured Artifact: com.google.api.client:google-api-client-http:1.2.3-alpha:jar [2023-09-08T19:42:40.046Z] [INFO] Unpacking /home/vnc/.m2/repository/com/google/api/client/google-api-client-http/1.2.3-alpha/google-api-client-http-1.2.3-alpha.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-http_1.2.3/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:42:40.046Z] [INFO] Merging collected dependencies [2023-09-08T19:42:40.046Z] [INFO] Copying 19 resources [2023-09-08T19:42:40.046Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:42:40.046Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.google.api.client-http:eclipse-bundle-recipe:1.2.3-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:42:40.046Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-http_1.2.3/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:42:40.046Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-http_1.2.3/target/com.google.api.client-http-1.2.3-SNAPSHOT.jar [2023-09-08T19:42:40.046Z] [INFO] Gathering sources [2023-09-08T19:42:40.046Z] [INFO] Configured Artifact: com.google.api.client:google-api-client-http:sources:1.2.3-alpha:jar [2023-09-08T19:42:40.046Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/api/client/google-api-client-http/1.2.3-alpha/google-api-client-http-1.2.3-alpha-sources.jar [2023-09-08T19:42:40.046Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/api/client/google-api-client-http/1.2.3-alpha/google-api-client-http-1.2.3-alpha-sources.jar [2023-09-08T19:42:40.046Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/api/client/google-api-client-http/1.2.3-alpha/google-api-client-http-1.2.3-alpha-sources.jar (324 B at 6.6 kB/s) [2023-09-08T19:42:40.046Z] [INFO] Unpacking /home/vnc/.m2/repository/com/google/api/client/google-api-client-http/1.2.3-alpha/google-api-client-http-1.2.3-alpha-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-http_1.2.3/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:42:40.046Z] [INFO] Copying 3 resources [2023-09-08T19:42:40.046Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-http_1.2.3/src/main/java [2023-09-08T19:42:40.046Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-http_1.2.3/target/com.google.api.client-http-1.2.3-SNAPSHOT-sources.jar [2023-09-08T19:42:40.046Z] [INFO] Assembling p2 repository [2023-09-08T19:42:40.611Z] [INFO] [2023-09-08T19:42:40.611Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.google.api.client-http --- [2023-09-08T19:42:40.611Z] [INFO] [2023-09-08T19:42:40.611Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.google.api.client-http --- [2023-09-08T19:42:40.611Z] [INFO] Gathering sources archives [2023-09-08T19:42:40.611Z] [INFO] Configured Artifact: com.google.api.client:google-api-client-http:sources:1.2.3-alpha:jar [2023-09-08T19:42:40.611Z] [INFO] Unpacking /home/vnc/.m2/repository/com/google/api/client/google-api-client-http/1.2.3-alpha/google-api-client-http-1.2.3-alpha-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-http_1.2.3/target/sources-for-eclipse-ipzilla/google-api-client-http-1.2.3-alpha-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:42:40.611Z] [INFO] Configured Artifact: com.google.api.client:google-api-client-http:sources:1.2.3-alpha:jar [2023-09-08T19:42:40.611Z] [INFO] Copying google-api-client-http-1.2.3-alpha-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-http_1.2.3/target/sources-for-eclipse-ipzilla/google-api-client-http-1.2.3-alpha-sources.jar [2023-09-08T19:42:40.611Z] [INFO] Refreshing about files and about.html [2023-09-08T19:42:40.611Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-http_1.2.3/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:42:40.611Z] [INFO] [2023-09-08T19:42:40.611Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ com.google.api.client-http --- [2023-09-08T19:42:40.611Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-http_1.2.3/target/com.google.api.client-http-1.2.3-SNAPSHOT.jar [2023-09-08T19:42:41.981Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-http_1.2.3/target/com.google.api.client-http-1.2.3-SNAPSHOT-sources.jar [2023-09-08T19:42:42.546Z] [INFO] [2023-09-08T19:42:42.546Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.google.api.client-http --- [2023-09-08T19:42:42.803Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:com.google.api.client-http:1.2.3-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-http_1.2.3/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:42:42.803Z] no-classifier: different [2023-09-08T19:42:42.803Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:42:42.803Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:42:42.803Z] classifier-sources: different [2023-09-08T19:42:42.803Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:42:42.803Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:42:42.803Z] [2023-09-08T19:42:42.803Z] [INFO] MavenProject: org.eclipse.orbit.bundles:com.google.api.client-http:1.2.3-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-http_1.2.3/pom.xml [2023-09-08T19:42:42.803Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:42:42.803Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:42:42.803Z] [2023-09-08T19:42:42.803Z] [INFO] [2023-09-08T19:42:42.803Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ com.google.api.client-http --- [2023-09-08T19:42:42.803Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-http_1.2.3/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.api.client-http/1.2.3-SNAPSHOT/com.google.api.client-http-1.2.3-SNAPSHOT.pom [2023-09-08T19:42:42.803Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-http_1.2.3/target/com.google.api.client-http-1.2.3-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.api.client-http/1.2.3-SNAPSHOT/com.google.api.client-http-1.2.3-SNAPSHOT.jar [2023-09-08T19:42:42.803Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-http_1.2.3/target/com.google.api.client-http-1.2.3-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.api.client-http/1.2.3-SNAPSHOT/com.google.api.client-http-1.2.3-SNAPSHOT-sources.jar [2023-09-08T19:42:42.803Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-http_1.2.3/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.api.client-http/1.2.3-SNAPSHOT/com.google.api.client-http-1.2.3-SNAPSHOT-p2metadata.xml [2023-09-08T19:42:42.803Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-http_1.2.3/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.api.client-http/1.2.3-SNAPSHOT/com.google.api.client-http-1.2.3-SNAPSHOT-p2artifacts.xml [2023-09-08T19:42:42.803Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-http_1.2.3/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.api.client-http/1.2.3-SNAPSHOT/com.google.api.client-http-1.2.3-SNAPSHOT-p2metadata.xml [2023-09-08T19:42:42.803Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.api.client-http_1.2.3/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.api.client-http/1.2.3-SNAPSHOT/com.google.api.client-http-1.2.3-SNAPSHOT-p2artifacts.xml [2023-09-08T19:42:42.803Z] [INFO] [2023-09-08T19:42:42.803Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.google.api.client-http --- [2023-09-08T19:42:42.803Z] [INFO] [2023-09-08T19:42:42.803Z] [INFO] -------< org.eclipse.orbit.bundles:com.google.auth.oauth2-http >-------- [2023-09-08T19:42:42.803Z] [INFO] Building Google Auth Library for Java - OAuth2 HTTP 0.20.0-SNAPSHOT [250/375] [2023-09-08T19:42:42.803Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:42:42.803Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/auth/google-auth-library-oauth2-http/0.20.0/google-auth-library-oauth2-http-0.20.0.pom [2023-09-08T19:42:42.803Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/auth/google-auth-library-oauth2-http/0.20.0/google-auth-library-oauth2-http-0.20.0.pom [2023-09-08T19:42:42.803Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/auth/google-auth-library-oauth2-http/0.20.0/google-auth-library-oauth2-http-0.20.0.pom (3.2 kB at 245 kB/s) [2023-09-08T19:42:42.804Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/auth/google-auth-library-parent/0.20.0/google-auth-library-parent-0.20.0.pom [2023-09-08T19:42:42.804Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/auth/google-auth-library-parent/0.20.0/google-auth-library-parent-0.20.0.pom [2023-09-08T19:42:42.804Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/auth/google-auth-library-parent/0.20.0/google-auth-library-parent-0.20.0.pom (14 kB at 1.3 MB/s) [2023-09-08T19:42:42.804Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/http-client/google-http-client-bom/1.34.0/google-http-client-bom-1.34.0.pom [2023-09-08T19:42:42.804Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/http-client/google-http-client-bom/1.34.0/google-http-client-bom-1.34.0.pom [2023-09-08T19:42:42.804Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/http-client/google-http-client-bom/1.34.0/google-http-client-bom-1.34.0.pom (6.6 kB at 597 kB/s) [2023-09-08T19:42:42.804Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/auto/value/auto-value-annotations/1.7/auto-value-annotations-1.7.pom [2023-09-08T19:42:42.804Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/auto/value/auto-value-annotations/1.7/auto-value-annotations-1.7.pom [2023-09-08T19:42:42.804Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/auto/value/auto-value-annotations/1.7/auto-value-annotations-1.7.pom (2.6 kB at 219 kB/s) [2023-09-08T19:42:42.804Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/auto/value/auto-value-parent/1.7/auto-value-parent-1.7.pom [2023-09-08T19:42:42.804Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/auto/value/auto-value-parent/1.7/auto-value-parent-1.7.pom [2023-09-08T19:42:42.804Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/auto/value/auto-value-parent/1.7/auto-value-parent-1.7.pom (6.1 kB at 610 kB/s) [2023-09-08T19:42:42.804Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/auth/google-auth-library-credentials/0.20.0/google-auth-library-credentials-0.20.0.pom [2023-09-08T19:42:42.804Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/auth/google-auth-library-credentials/0.20.0/google-auth-library-credentials-0.20.0.pom [2023-09-08T19:42:42.804Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/auth/google-auth-library-credentials/0.20.0/google-auth-library-credentials-0.20.0.pom (2.0 kB at 178 kB/s) [2023-09-08T19:42:42.804Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/http-client/google-http-client/1.34.0/google-http-client-1.34.0.pom [2023-09-08T19:42:43.061Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/http-client/google-http-client/1.34.0/google-http-client-1.34.0.pom [2023-09-08T19:42:43.061Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/http-client/google-http-client/1.34.0/google-http-client-1.34.0.pom (5.4 kB at 448 kB/s) [2023-09-08T19:42:43.061Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/http-client/google-http-client-parent/1.34.0/google-http-client-parent-1.34.0.pom [2023-09-08T19:42:43.061Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/http-client/google-http-client-parent/1.34.0/google-http-client-parent-1.34.0.pom [2023-09-08T19:42:43.061Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/http-client/google-http-client-parent/1.34.0/google-http-client-parent-1.34.0.pom (24 kB at 2.2 MB/s) [2023-09-08T19:42:43.061Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/httpcomponents/httpclient/4.5.10/httpclient-4.5.10.pom [2023-09-08T19:42:43.061Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.10/httpclient-4.5.10.pom [2023-09-08T19:42:43.061Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.10/httpclient-4.5.10.pom (6.6 kB at 661 kB/s) [2023-09-08T19:42:43.061Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/httpcomponents/httpcomponents-client/4.5.10/httpcomponents-client-4.5.10.pom [2023-09-08T19:42:43.061Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.5.10/httpcomponents-client-4.5.10.pom [2023-09-08T19:42:43.061Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.5.10/httpcomponents-client-4.5.10.pom (16 kB at 1.5 MB/s) [2023-09-08T19:42:43.061Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/httpcomponents/httpcore/4.4.12/httpcore-4.4.12.pom [2023-09-08T19:42:43.061Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.12/httpcore-4.4.12.pom [2023-09-08T19:42:43.061Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.12/httpcore-4.4.12.pom (5.0 kB at 497 kB/s) [2023-09-08T19:42:43.061Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/httpcomponents/httpcomponents-core/4.4.12/httpcomponents-core-4.4.12.pom [2023-09-08T19:42:43.061Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.4.12/httpcomponents-core-4.4.12.pom [2023-09-08T19:42:43.061Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.4.12/httpcomponents-core-4.4.12.pom (13 kB at 1.3 MB/s) [2023-09-08T19:42:43.061Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/guava/guava/28.1-android/guava-28.1-android.pom [2023-09-08T19:42:43.061Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/28.1-android/guava-28.1-android.pom [2023-09-08T19:42:43.061Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/28.1-android/guava-28.1-android.pom (8.7 kB at 873 kB/s) [2023-09-08T19:42:43.061Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/guava/guava-parent/28.1-android/guava-parent-28.1-android.pom [2023-09-08T19:42:43.061Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/28.1-android/guava-parent-28.1-android.pom [2023-09-08T19:42:43.061Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/28.1-android/guava-parent-28.1-android.pom (13 kB at 1.2 MB/s) [2023-09-08T19:42:43.061Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/errorprone/error_prone_annotations/2.3.2/error_prone_annotations-2.3.2.pom [2023-09-08T19:42:43.061Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.3.2/error_prone_annotations-2.3.2.pom [2023-09-08T19:42:43.061Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_annotations/2.3.2/error_prone_annotations-2.3.2.pom (1.8 kB at 178 kB/s) [2023-09-08T19:42:43.061Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/errorprone/error_prone_parent/2.3.2/error_prone_parent-2.3.2.pom [2023-09-08T19:42:43.061Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_parent/2.3.2/error_prone_parent-2.3.2.pom [2023-09-08T19:42:43.061Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/errorprone/error_prone_parent/2.3.2/error_prone_parent-2.3.2.pom (5.2 kB at 469 kB/s) [2023-09-08T19:42:43.061Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/codehaus/mojo/animal-sniffer-annotations/1.18/animal-sniffer-annotations-1.18.pom [2023-09-08T19:42:43.061Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/animal-sniffer-annotations/1.18/animal-sniffer-annotations-1.18.pom [2023-09-08T19:42:43.318Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/animal-sniffer-annotations/1.18/animal-sniffer-annotations-1.18.pom (2.6 kB at 234 kB/s) [2023-09-08T19:42:43.318Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/codehaus/mojo/animal-sniffer-parent/1.18/animal-sniffer-parent-1.18.pom [2023-09-08T19:42:43.318Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/animal-sniffer-parent/1.18/animal-sniffer-parent-1.18.pom [2023-09-08T19:42:43.318Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/animal-sniffer-parent/1.18/animal-sniffer-parent-1.18.pom (9.1 kB at 828 kB/s) [2023-09-08T19:42:43.318Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/codehaus/mojo/mojo-parent/50/mojo-parent-50.pom [2023-09-08T19:42:43.318Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/50/mojo-parent-50.pom [2023-09-08T19:42:43.318Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/50/mojo-parent-50.pom (34 kB at 3.4 MB/s) [2023-09-08T19:42:43.318Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/http-client/google-http-client-jackson2/1.34.0/google-http-client-jackson2-1.34.0.pom [2023-09-08T19:42:43.318Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/http-client/google-http-client-jackson2/1.34.0/google-http-client-jackson2-1.34.0.pom [2023-09-08T19:42:43.318Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/http-client/google-http-client-jackson2/1.34.0/google-http-client-jackson2-1.34.0.pom (3.1 kB at 284 kB/s) [2023-09-08T19:42:43.318Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/auth/google-auth-library-oauth2-http/0.20.0/google-auth-library-oauth2-http-0.20.0.jar [2023-09-08T19:42:43.318Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/auth/google-auth-library-credentials/0.20.0/google-auth-library-credentials-0.20.0.jar [2023-09-08T19:42:43.318Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/auto/value/auto-value-annotations/1.7/auto-value-annotations-1.7.jar [2023-09-08T19:42:43.318Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/httpcomponents/httpclient/4.5.10/httpclient-4.5.10.jar [2023-09-08T19:42:43.318Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/http-client/google-http-client/1.34.0/google-http-client-1.34.0.jar [2023-09-08T19:42:43.318Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/httpcomponents/httpcore/4.4.12/httpcore-4.4.12.jar [2023-09-08T19:42:43.318Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/http-client/google-http-client-jackson2/1.34.0/google-http-client-jackson2-1.34.0.jar [2023-09-08T19:42:43.318Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/auth/google-auth-library-oauth2-http/0.20.0/google-auth-library-oauth2-http-0.20.0.jar [2023-09-08T19:42:43.318Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/auto/value/auto-value-annotations/1.7/auto-value-annotations-1.7.jar [2023-09-08T19:42:43.318Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.10/httpclient-4.5.10.jar [2023-09-08T19:42:43.318Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/http-client/google-http-client/1.34.0/google-http-client-1.34.0.jar [2023-09-08T19:42:43.318Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/auth/google-auth-library-credentials/0.20.0/google-auth-library-credentials-0.20.0.jar [2023-09-08T19:42:43.318Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/auto/value/auto-value-annotations/1.7/auto-value-annotations-1.7.jar (5.9 kB at 296 kB/s) [2023-09-08T19:42:43.318Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.12/httpcore-4.4.12.jar [2023-09-08T19:42:43.318Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/auth/google-auth-library-oauth2-http/0.20.0/google-auth-library-oauth2-http-0.20.0.jar (105 kB at 5.3 MB/s) [2023-09-08T19:42:43.318Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/http-client/google-http-client-jackson2/1.34.0/google-http-client-jackson2-1.34.0.jar [2023-09-08T19:42:43.318Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.5.10/httpclient-4.5.10.jar (775 kB at 35 MB/s) [2023-09-08T19:42:43.318Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/auth/google-auth-library-credentials/0.20.0/google-auth-library-credentials-0.20.0.jar (5.7 kB at 236 kB/s) [2023-09-08T19:42:43.318Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/http-client/google-http-client/1.34.0/google-http-client-1.34.0.jar (285 kB at 11 MB/s) [2023-09-08T19:42:43.318Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/http-client/google-http-client-jackson2/1.34.0/google-http-client-jackson2-1.34.0.jar (8.5 kB at 315 kB/s) [2023-09-08T19:42:43.318Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.4.12/httpcore-4.4.12.jar (328 kB at 9.7 MB/s) [2023-09-08T19:42:43.318Z] [INFO] [2023-09-08T19:42:43.318Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.google.auth.oauth2-http --- [2023-09-08T19:42:43.318Z] [INFO] [2023-09-08T19:42:43.318Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.google.auth.oauth2-http --- [2023-09-08T19:42:43.318Z] [INFO] The project's OSGi version is 0.20.0.v20221112-0806 [2023-09-08T19:42:43.318Z] [INFO] [2023-09-08T19:42:43.318Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.google.auth.oauth2-http --- [2023-09-08T19:42:43.318Z] [INFO] [2023-09-08T19:42:43.318Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.google.auth.oauth2-http --- [2023-09-08T19:42:43.318Z] [INFO] Copying 3 resources [2023-09-08T19:42:43.318Z] [INFO] [2023-09-08T19:42:43.318Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.google.auth.oauth2-http --- [2023-09-08T19:42:43.318Z] [INFO] No sources to compile [2023-09-08T19:42:43.318Z] [INFO] [2023-09-08T19:42:43.318Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.google.auth.oauth2-http --- [2023-09-08T19:42:43.318Z] [INFO] Gathering dependencies [2023-09-08T19:42:43.318Z] [INFO] Configured Artifact: com.google.auth:google-auth-library-oauth2-http:0.20.0:jar [2023-09-08T19:42:43.318Z] [INFO] Unpacking /home/vnc/.m2/repository/com/google/auth/google-auth-library-oauth2-http/0.20.0/google-auth-library-oauth2-http-0.20.0.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.auth.oauth2-http_0.20.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:42:43.318Z] [INFO] Merging collected dependencies [2023-09-08T19:42:43.318Z] [INFO] Copying 60 resources [2023-09-08T19:42:43.318Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:42:43.576Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.google.auth.oauth2-http:eclipse-bundle-recipe:0.20.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:42:43.576Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.auth.oauth2-http_0.20.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:42:43.576Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.auth.oauth2-http_0.20.0/target/com.google.auth.oauth2-http-0.20.0-SNAPSHOT.jar [2023-09-08T19:42:43.576Z] [INFO] Gathering sources [2023-09-08T19:42:43.577Z] [INFO] Configured Artifact: com.google.auth:google-auth-library-oauth2-http:sources:0.20.0:jar [2023-09-08T19:42:43.577Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/auth/google-auth-library-oauth2-http/0.20.0/google-auth-library-oauth2-http-0.20.0-sources.jar [2023-09-08T19:42:43.577Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/auth/google-auth-library-oauth2-http/0.20.0/google-auth-library-oauth2-http-0.20.0-sources.jar [2023-09-08T19:42:43.577Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/auth/google-auth-library-oauth2-http/0.20.0/google-auth-library-oauth2-http-0.20.0-sources.jar (81 kB at 1.6 MB/s) [2023-09-08T19:42:43.577Z] [INFO] Unpacking /home/vnc/.m2/repository/com/google/auth/google-auth-library-oauth2-http/0.20.0/google-auth-library-oauth2-http-0.20.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.auth.oauth2-http_0.20.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:42:43.577Z] [INFO] Copying 3 resources [2023-09-08T19:42:43.577Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/google/com.google.auth.oauth2-http_0.20.0/src/main/java [2023-09-08T19:42:43.577Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.auth.oauth2-http_0.20.0/target/com.google.auth.oauth2-http-0.20.0-SNAPSHOT-sources.jar [2023-09-08T19:42:43.577Z] [INFO] Assembling p2 repository [2023-09-08T19:42:44.142Z] [INFO] [2023-09-08T19:42:44.142Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.google.auth.oauth2-http --- [2023-09-08T19:42:44.142Z] [INFO] [2023-09-08T19:42:44.142Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.google.auth.oauth2-http --- [2023-09-08T19:42:44.142Z] [INFO] Gathering sources archives [2023-09-08T19:42:44.142Z] [INFO] Configured Artifact: com.google.auth:google-auth-library-oauth2-http:sources:0.20.0:jar [2023-09-08T19:42:44.142Z] [INFO] Unpacking /home/vnc/.m2/repository/com/google/auth/google-auth-library-oauth2-http/0.20.0/google-auth-library-oauth2-http-0.20.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.auth.oauth2-http_0.20.0/target/sources-for-eclipse-ipzilla/google-auth-library-oauth2-http-0.20.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:42:44.142Z] [INFO] Configured Artifact: com.google.auth:google-auth-library-oauth2-http:sources:0.20.0:jar [2023-09-08T19:42:44.142Z] [INFO] Copying google-auth-library-oauth2-http-0.20.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.auth.oauth2-http_0.20.0/target/sources-for-eclipse-ipzilla/google-auth-library-oauth2-http-0.20.0-sources.jar [2023-09-08T19:42:44.142Z] [INFO] Refreshing about files and about.html [2023-09-08T19:42:44.142Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/google/com.google.auth.oauth2-http_0.20.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:42:44.142Z] [INFO] [2023-09-08T19:42:44.142Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ com.google.auth.oauth2-http --- [2023-09-08T19:42:44.142Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.auth.oauth2-http_0.20.0/target/com.google.auth.oauth2-http-0.20.0-SNAPSHOT.jar [2023-09-08T19:42:45.512Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.auth.oauth2-http_0.20.0/target/com.google.auth.oauth2-http-0.20.0-SNAPSHOT-sources.jar [2023-09-08T19:42:46.884Z] [INFO] [2023-09-08T19:42:46.884Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.google.auth.oauth2-http --- [2023-09-08T19:42:47.140Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:com.google.auth.oauth2-http:0.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/google/com.google.auth.oauth2-http_0.20.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:42:47.140Z] no-classifier: different [2023-09-08T19:42:47.140Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:42:47.140Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:42:47.140Z] classifier-sources: different [2023-09-08T19:42:47.140Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:42:47.140Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:42:47.140Z] [2023-09-08T19:42:47.140Z] [INFO] MavenProject: org.eclipse.orbit.bundles:com.google.auth.oauth2-http:0.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/google/com.google.auth.oauth2-http_0.20.0/pom.xml [2023-09-08T19:42:47.140Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:42:47.140Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:42:47.140Z] [2023-09-08T19:42:47.140Z] [INFO] [2023-09-08T19:42:47.140Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ com.google.auth.oauth2-http --- [2023-09-08T19:42:47.140Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.auth.oauth2-http_0.20.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.auth.oauth2-http/0.20.0-SNAPSHOT/com.google.auth.oauth2-http-0.20.0-SNAPSHOT.pom [2023-09-08T19:42:47.140Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.auth.oauth2-http_0.20.0/target/com.google.auth.oauth2-http-0.20.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.auth.oauth2-http/0.20.0-SNAPSHOT/com.google.auth.oauth2-http-0.20.0-SNAPSHOT.jar [2023-09-08T19:42:47.140Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.auth.oauth2-http_0.20.0/target/com.google.auth.oauth2-http-0.20.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.auth.oauth2-http/0.20.0-SNAPSHOT/com.google.auth.oauth2-http-0.20.0-SNAPSHOT-sources.jar [2023-09-08T19:42:47.140Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.auth.oauth2-http_0.20.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.auth.oauth2-http/0.20.0-SNAPSHOT/com.google.auth.oauth2-http-0.20.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:42:47.140Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.auth.oauth2-http_0.20.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.auth.oauth2-http/0.20.0-SNAPSHOT/com.google.auth.oauth2-http-0.20.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:42:47.140Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.auth.oauth2-http_0.20.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.auth.oauth2-http/0.20.0-SNAPSHOT/com.google.auth.oauth2-http-0.20.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:42:47.140Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.auth.oauth2-http_0.20.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.auth.oauth2-http/0.20.0-SNAPSHOT/com.google.auth.oauth2-http-0.20.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:42:47.140Z] [INFO] [2023-09-08T19:42:47.140Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.google.auth.oauth2-http --- [2023-09-08T19:42:47.140Z] [INFO] [2023-09-08T19:42:47.140Z] [INFO] --< org.eclipse.orbit.bundles:com.google.auth.google-auth-library-credentials >-- [2023-09-08T19:42:47.140Z] [INFO] Building Google Auth Library for Java - Credentials 0.20.0-SNAPSHOT [251/375] [2023-09-08T19:42:47.140Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:42:47.140Z] [INFO] [2023-09-08T19:42:47.140Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.google.auth.google-auth-library-credentials --- [2023-09-08T19:42:47.140Z] [INFO] [2023-09-08T19:42:47.140Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.google.auth.google-auth-library-credentials --- [2023-09-08T19:42:47.140Z] [INFO] The project's OSGi version is 0.20.0.v20221112-0806 [2023-09-08T19:42:47.140Z] [INFO] [2023-09-08T19:42:47.140Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.google.auth.google-auth-library-credentials --- [2023-09-08T19:42:47.140Z] [INFO] [2023-09-08T19:42:47.140Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.google.auth.google-auth-library-credentials --- [2023-09-08T19:42:47.140Z] [INFO] Copying 3 resources [2023-09-08T19:42:47.140Z] [INFO] [2023-09-08T19:42:47.140Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.google.auth.google-auth-library-credentials --- [2023-09-08T19:42:47.140Z] [INFO] No sources to compile [2023-09-08T19:42:47.140Z] [INFO] [2023-09-08T19:42:47.140Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.google.auth.google-auth-library-credentials --- [2023-09-08T19:42:47.140Z] [INFO] Gathering dependencies [2023-09-08T19:42:47.140Z] [INFO] Configured Artifact: com.google.auth:google-auth-library-credentials:0.20.0:jar [2023-09-08T19:42:47.140Z] [INFO] Unpacking /home/vnc/.m2/repository/com/google/auth/google-auth-library-credentials/0.20.0/google-auth-library-credentials-0.20.0.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.auth.google-auth-library-credentials_0.20.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:42:47.140Z] [INFO] Merging collected dependencies [2023-09-08T19:42:47.140Z] [INFO] Copying 6 resources [2023-09-08T19:42:47.140Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:42:47.140Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.google.auth.google-auth-library-credentials:eclipse-bundle-recipe:0.20.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:42:47.140Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.auth.google-auth-library-credentials_0.20.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:42:47.140Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.auth.google-auth-library-credentials_0.20.0/target/com.google.auth.google-auth-library-credentials-0.20.0-SNAPSHOT.jar [2023-09-08T19:42:47.140Z] [INFO] Gathering sources [2023-09-08T19:42:47.140Z] [INFO] Configured Artifact: com.google.auth:google-auth-library-credentials:sources:0.20.0:jar [2023-09-08T19:42:47.140Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/auth/google-auth-library-credentials/0.20.0/google-auth-library-credentials-0.20.0-sources.jar [2023-09-08T19:42:47.140Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/auth/google-auth-library-credentials/0.20.0/google-auth-library-credentials-0.20.0-sources.jar [2023-09-08T19:42:47.140Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/auth/google-auth-library-credentials/0.20.0/google-auth-library-credentials-0.20.0-sources.jar (7.5 kB at 221 kB/s) [2023-09-08T19:42:47.140Z] [INFO] Unpacking /home/vnc/.m2/repository/com/google/auth/google-auth-library-credentials/0.20.0/google-auth-library-credentials-0.20.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.auth.google-auth-library-credentials_0.20.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:42:47.140Z] [INFO] Copying 3 resources [2023-09-08T19:42:47.140Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/google/com.google.auth.google-auth-library-credentials_0.20.0/src/main/java [2023-09-08T19:42:47.140Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.auth.google-auth-library-credentials_0.20.0/target/com.google.auth.google-auth-library-credentials-0.20.0-SNAPSHOT-sources.jar [2023-09-08T19:42:47.397Z] [INFO] Assembling p2 repository [2023-09-08T19:42:47.962Z] [INFO] [2023-09-08T19:42:47.962Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.google.auth.google-auth-library-credentials --- [2023-09-08T19:42:47.962Z] [INFO] [2023-09-08T19:42:47.962Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.google.auth.google-auth-library-credentials --- [2023-09-08T19:42:47.962Z] [INFO] Gathering sources archives [2023-09-08T19:42:47.962Z] [INFO] Configured Artifact: com.google.auth:google-auth-library-credentials:sources:0.20.0:jar [2023-09-08T19:42:47.962Z] [INFO] Unpacking /home/vnc/.m2/repository/com/google/auth/google-auth-library-credentials/0.20.0/google-auth-library-credentials-0.20.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.auth.google-auth-library-credentials_0.20.0/target/sources-for-eclipse-ipzilla/google-auth-library-credentials-0.20.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:42:47.962Z] [INFO] Configured Artifact: com.google.auth:google-auth-library-credentials:sources:0.20.0:jar [2023-09-08T19:42:47.962Z] [INFO] Copying google-auth-library-credentials-0.20.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.auth.google-auth-library-credentials_0.20.0/target/sources-for-eclipse-ipzilla/google-auth-library-credentials-0.20.0-sources.jar [2023-09-08T19:42:47.962Z] [INFO] Refreshing about files and about.html [2023-09-08T19:42:47.962Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/google/com.google.auth.google-auth-library-credentials_0.20.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:42:47.962Z] [INFO] [2023-09-08T19:42:47.962Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ com.google.auth.google-auth-library-credentials --- [2023-09-08T19:42:47.962Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.auth.google-auth-library-credentials_0.20.0/target/com.google.auth.google-auth-library-credentials-0.20.0-SNAPSHOT.jar [2023-09-08T19:42:48.890Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.auth.google-auth-library-credentials_0.20.0/target/com.google.auth.google-auth-library-credentials-0.20.0-SNAPSHOT-sources.jar [2023-09-08T19:42:50.780Z] [INFO] [2023-09-08T19:42:50.780Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.google.auth.google-auth-library-credentials --- [2023-09-08T19:42:51.037Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:com.google.auth.google-auth-library-credentials:0.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/google/com.google.auth.google-auth-library-credentials_0.20.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:42:51.037Z] no-classifier: different [2023-09-08T19:42:51.037Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:42:51.037Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:42:51.037Z] classifier-sources: different [2023-09-08T19:42:51.037Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:42:51.037Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:42:51.037Z] [2023-09-08T19:42:51.037Z] [INFO] MavenProject: org.eclipse.orbit.bundles:com.google.auth.google-auth-library-credentials:0.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/google/com.google.auth.google-auth-library-credentials_0.20.0/pom.xml [2023-09-08T19:42:51.037Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:42:51.037Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:42:51.037Z] [2023-09-08T19:42:51.037Z] [INFO] [2023-09-08T19:42:51.037Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ com.google.auth.google-auth-library-credentials --- [2023-09-08T19:42:51.037Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.auth.google-auth-library-credentials_0.20.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.auth.google-auth-library-credentials/0.20.0-SNAPSHOT/com.google.auth.google-auth-library-credentials-0.20.0-SNAPSHOT.pom [2023-09-08T19:42:51.037Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.auth.google-auth-library-credentials_0.20.0/target/com.google.auth.google-auth-library-credentials-0.20.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.auth.google-auth-library-credentials/0.20.0-SNAPSHOT/com.google.auth.google-auth-library-credentials-0.20.0-SNAPSHOT.jar [2023-09-08T19:42:51.037Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.auth.google-auth-library-credentials_0.20.0/target/com.google.auth.google-auth-library-credentials-0.20.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.auth.google-auth-library-credentials/0.20.0-SNAPSHOT/com.google.auth.google-auth-library-credentials-0.20.0-SNAPSHOT-sources.jar [2023-09-08T19:42:51.037Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.auth.google-auth-library-credentials_0.20.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.auth.google-auth-library-credentials/0.20.0-SNAPSHOT/com.google.auth.google-auth-library-credentials-0.20.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:42:51.037Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.auth.google-auth-library-credentials_0.20.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.auth.google-auth-library-credentials/0.20.0-SNAPSHOT/com.google.auth.google-auth-library-credentials-0.20.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:42:51.037Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.auth.google-auth-library-credentials_0.20.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.auth.google-auth-library-credentials/0.20.0-SNAPSHOT/com.google.auth.google-auth-library-credentials-0.20.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:42:51.037Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.auth.google-auth-library-credentials_0.20.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.auth.google-auth-library-credentials/0.20.0-SNAPSHOT/com.google.auth.google-auth-library-credentials-0.20.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:42:51.037Z] [INFO] [2023-09-08T19:42:51.037Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.google.auth.google-auth-library-credentials --- [2023-09-08T19:42:51.037Z] [INFO] [2023-09-08T19:42:51.037Z] [INFO] --< org.eclipse.orbit.bundles:com.google.auto.value.auto-value-annotations >-- [2023-09-08T19:42:51.037Z] [INFO] Building AutoValue Annotations 1.7.0-SNAPSHOT [252/375] [2023-09-08T19:42:51.037Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:42:51.037Z] [INFO] [2023-09-08T19:42:51.037Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.google.auto.value.auto-value-annotations --- [2023-09-08T19:42:51.037Z] [INFO] [2023-09-08T19:42:51.037Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.google.auto.value.auto-value-annotations --- [2023-09-08T19:42:51.037Z] [INFO] The project's OSGi version is 1.7.0.v20221112-0806 [2023-09-08T19:42:51.037Z] [INFO] [2023-09-08T19:42:51.037Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.google.auto.value.auto-value-annotations --- [2023-09-08T19:42:51.037Z] [INFO] [2023-09-08T19:42:51.037Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.google.auto.value.auto-value-annotations --- [2023-09-08T19:42:51.037Z] [INFO] Copying 3 resources [2023-09-08T19:42:51.037Z] [INFO] [2023-09-08T19:42:51.037Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.google.auto.value.auto-value-annotations --- [2023-09-08T19:42:51.037Z] [INFO] No sources to compile [2023-09-08T19:42:51.037Z] [INFO] [2023-09-08T19:42:51.037Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.google.auto.value.auto-value-annotations --- [2023-09-08T19:42:51.037Z] [INFO] Gathering dependencies [2023-09-08T19:42:51.037Z] [INFO] Configured Artifact: com.google.auto.value:auto-value-annotations:1.7:jar [2023-09-08T19:42:51.037Z] [INFO] Unpacking /home/vnc/.m2/repository/com/google/auto/value/auto-value-annotations/1.7/auto-value-annotations-1.7.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.auto.value.auto-value-annotations_1.7.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:42:51.037Z] [INFO] Merging collected dependencies [2023-09-08T19:42:51.037Z] [INFO] Copying 7 resources [2023-09-08T19:42:51.037Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:42:51.037Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.google.auto.value.auto-value-annotations:eclipse-bundle-recipe:1.7.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:42:51.037Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.auto.value.auto-value-annotations_1.7.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:42:51.037Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.auto.value.auto-value-annotations_1.7.0/target/com.google.auto.value.auto-value-annotations-1.7.0-SNAPSHOT.jar [2023-09-08T19:42:51.037Z] [INFO] Gathering sources [2023-09-08T19:42:51.037Z] [INFO] Configured Artifact: com.google.auto.value:auto-value-annotations:sources:1.7:jar [2023-09-08T19:42:51.037Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/auto/value/auto-value-annotations/1.7/auto-value-annotations-1.7-sources.jar [2023-09-08T19:42:51.037Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/auto/value/auto-value-annotations/1.7/auto-value-annotations-1.7-sources.jar [2023-09-08T19:42:51.037Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/auto/value/auto-value-annotations/1.7/auto-value-annotations-1.7-sources.jar (134 kB at 3.0 MB/s) [2023-09-08T19:42:51.037Z] [INFO] Unpacking /home/vnc/.m2/repository/com/google/auto/value/auto-value-annotations/1.7/auto-value-annotations-1.7-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.auto.value.auto-value-annotations_1.7.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:42:51.038Z] [INFO] Copying 3 resources [2023-09-08T19:42:51.038Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/google/com.google.auto.value.auto-value-annotations_1.7.0/src/main/java [2023-09-08T19:42:51.038Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.auto.value.auto-value-annotations_1.7.0/target/com.google.auto.value.auto-value-annotations-1.7.0-SNAPSHOT-sources.jar [2023-09-08T19:42:51.038Z] [INFO] Assembling p2 repository [2023-09-08T19:42:51.601Z] [INFO] [2023-09-08T19:42:51.601Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.google.auto.value.auto-value-annotations --- [2023-09-08T19:42:51.601Z] [INFO] [2023-09-08T19:42:51.601Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.google.auto.value.auto-value-annotations --- [2023-09-08T19:42:51.601Z] [INFO] Gathering sources archives [2023-09-08T19:42:51.601Z] [INFO] Configured Artifact: com.google.auto.value:auto-value-annotations:sources:1.7:jar [2023-09-08T19:42:51.601Z] [INFO] Unpacking /home/vnc/.m2/repository/com/google/auto/value/auto-value-annotations/1.7/auto-value-annotations-1.7-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.auto.value.auto-value-annotations_1.7.0/target/sources-for-eclipse-ipzilla/auto-value-annotations-1.7-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:42:51.601Z] [INFO] Configured Artifact: com.google.auto.value:auto-value-annotations:sources:1.7:jar [2023-09-08T19:42:51.601Z] [INFO] Copying auto-value-annotations-1.7-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.auto.value.auto-value-annotations_1.7.0/target/sources-for-eclipse-ipzilla/auto-value-annotations-1.7-sources.jar [2023-09-08T19:42:51.601Z] [INFO] Refreshing about files and about.html [2023-09-08T19:42:51.601Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/google/com.google.auto.value.auto-value-annotations_1.7.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:42:51.601Z] [INFO] [2023-09-08T19:42:51.601Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ com.google.auto.value.auto-value-annotations --- [2023-09-08T19:42:51.601Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.auto.value.auto-value-annotations_1.7.0/target/com.google.auto.value.auto-value-annotations-1.7.0-SNAPSHOT.jar [2023-09-08T19:42:53.493Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.auto.value.auto-value-annotations_1.7.0/target/com.google.auto.value.auto-value-annotations-1.7.0-SNAPSHOT-sources.jar [2023-09-08T19:42:55.383Z] [INFO] [2023-09-08T19:42:55.383Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.google.auto.value.auto-value-annotations --- [2023-09-08T19:42:55.383Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:com.google.auto.value.auto-value-annotations:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/google/com.google.auto.value.auto-value-annotations_1.7.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:42:55.383Z] no-classifier: different [2023-09-08T19:42:55.383Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:42:55.383Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:42:55.383Z] classifier-sources: different [2023-09-08T19:42:55.383Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:42:55.383Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:42:55.383Z] [2023-09-08T19:42:55.383Z] [INFO] MavenProject: org.eclipse.orbit.bundles:com.google.auto.value.auto-value-annotations:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/google/com.google.auto.value.auto-value-annotations_1.7.0/pom.xml [2023-09-08T19:42:55.383Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:42:55.383Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:42:55.383Z] [2023-09-08T19:42:55.383Z] [INFO] [2023-09-08T19:42:55.383Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ com.google.auto.value.auto-value-annotations --- [2023-09-08T19:42:55.383Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.auto.value.auto-value-annotations_1.7.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.auto.value.auto-value-annotations/1.7.0-SNAPSHOT/com.google.auto.value.auto-value-annotations-1.7.0-SNAPSHOT.pom [2023-09-08T19:42:55.383Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.auto.value.auto-value-annotations_1.7.0/target/com.google.auto.value.auto-value-annotations-1.7.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.auto.value.auto-value-annotations/1.7.0-SNAPSHOT/com.google.auto.value.auto-value-annotations-1.7.0-SNAPSHOT.jar [2023-09-08T19:42:55.383Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.auto.value.auto-value-annotations_1.7.0/target/com.google.auto.value.auto-value-annotations-1.7.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.auto.value.auto-value-annotations/1.7.0-SNAPSHOT/com.google.auto.value.auto-value-annotations-1.7.0-SNAPSHOT-sources.jar [2023-09-08T19:42:55.383Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.auto.value.auto-value-annotations_1.7.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.auto.value.auto-value-annotations/1.7.0-SNAPSHOT/com.google.auto.value.auto-value-annotations-1.7.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:42:55.384Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.auto.value.auto-value-annotations_1.7.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.auto.value.auto-value-annotations/1.7.0-SNAPSHOT/com.google.auto.value.auto-value-annotations-1.7.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:42:55.384Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.auto.value.auto-value-annotations_1.7.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.auto.value.auto-value-annotations/1.7.0-SNAPSHOT/com.google.auto.value.auto-value-annotations-1.7.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:42:55.384Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.auto.value.auto-value-annotations_1.7.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.auto.value.auto-value-annotations/1.7.0-SNAPSHOT/com.google.auto.value.auto-value-annotations-1.7.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:42:55.384Z] [INFO] [2023-09-08T19:42:55.384Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.google.auto.value.auto-value-annotations --- [2023-09-08T19:42:55.384Z] [INFO] [2023-09-08T19:42:55.384Z] [INFO] --< org.eclipse.orbit.bundles:com.google.http-client.google-http-client >-- [2023-09-08T19:42:55.384Z] [INFO] Building Google HTTP Client Library for Java 1.34.2-SNAPSHOT [253/375] [2023-09-08T19:42:55.384Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:42:55.384Z] [INFO] [2023-09-08T19:42:55.384Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.google.http-client.google-http-client --- [2023-09-08T19:42:55.384Z] [INFO] [2023-09-08T19:42:55.384Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.google.http-client.google-http-client --- [2023-09-08T19:42:55.384Z] [INFO] The project's OSGi version is 1.34.2.v20221112-0806 [2023-09-08T19:42:55.384Z] [INFO] [2023-09-08T19:42:55.384Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.google.http-client.google-http-client --- [2023-09-08T19:42:55.384Z] [INFO] [2023-09-08T19:42:55.384Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.google.http-client.google-http-client --- [2023-09-08T19:42:55.384Z] [INFO] Copying 3 resources [2023-09-08T19:42:55.384Z] [INFO] [2023-09-08T19:42:55.384Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.google.http-client.google-http-client --- [2023-09-08T19:42:55.384Z] [INFO] No sources to compile [2023-09-08T19:42:55.384Z] [INFO] [2023-09-08T19:42:55.384Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.google.http-client.google-http-client --- [2023-09-08T19:42:55.384Z] [INFO] Gathering dependencies [2023-09-08T19:42:55.384Z] [INFO] Configured Artifact: com.google.http-client:google-http-client:1.34.2:jar [2023-09-08T19:42:55.384Z] [INFO] Unpacking /home/vnc/.m2/repository/com/google/http-client/google-http-client/1.34.2/google-http-client-1.34.2.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.http-client.google-http-client_1.34.2/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:42:55.384Z] [INFO] Merging collected dependencies [2023-09-08T19:42:55.384Z] [INFO] Copying 211 resources [2023-09-08T19:42:55.384Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:42:55.641Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.google.http-client.google-http-client:eclipse-bundle-recipe:1.34.2-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:42:55.641Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.google.http-client.google-http-client:eclipse-bundle-recipe:1.34.2-SNAPSHOT : Unused Import-Package instructions: [org.apache.http.config*, org.apache.http.ssl*] [2023-09-08T19:42:55.641Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.http-client.google-http-client_1.34.2/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:42:55.641Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.http-client.google-http-client_1.34.2/target/com.google.http-client.google-http-client-1.34.2-SNAPSHOT.jar [2023-09-08T19:42:55.641Z] [INFO] Gathering sources [2023-09-08T19:42:55.641Z] [INFO] Configured Artifact: com.google.http-client:google-http-client:sources:1.34.2:jar [2023-09-08T19:42:55.641Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/http-client/google-http-client/1.34.2/google-http-client-1.34.2-sources.jar [2023-09-08T19:42:55.641Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/http-client/google-http-client/1.34.2/google-http-client-1.34.2-sources.jar [2023-09-08T19:42:55.641Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/http-client/google-http-client/1.34.2/google-http-client-1.34.2-sources.jar (278 kB at 9.3 MB/s) [2023-09-08T19:42:55.641Z] [INFO] Unpacking /home/vnc/.m2/repository/com/google/http-client/google-http-client/1.34.2/google-http-client-1.34.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.http-client.google-http-client_1.34.2/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:42:55.641Z] [INFO] Copying 3 resources [2023-09-08T19:42:55.641Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/google/com.google.http-client.google-http-client_1.34.2/src/main/java [2023-09-08T19:42:55.641Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.http-client.google-http-client_1.34.2/target/com.google.http-client.google-http-client-1.34.2-SNAPSHOT-sources.jar [2023-09-08T19:42:55.641Z] [INFO] Assembling p2 repository [2023-09-08T19:42:56.222Z] [INFO] [2023-09-08T19:42:56.222Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.google.http-client.google-http-client --- [2023-09-08T19:42:56.222Z] [INFO] [2023-09-08T19:42:56.222Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.google.http-client.google-http-client --- [2023-09-08T19:42:56.222Z] [INFO] Gathering sources archives [2023-09-08T19:42:56.222Z] [INFO] Configured Artifact: com.google.http-client:google-http-client:sources:1.34.2:jar [2023-09-08T19:42:56.222Z] [INFO] Unpacking /home/vnc/.m2/repository/com/google/http-client/google-http-client/1.34.2/google-http-client-1.34.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.http-client.google-http-client_1.34.2/target/sources-for-eclipse-ipzilla/google-http-client-1.34.2-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:42:56.222Z] [INFO] Configured Artifact: com.google.http-client:google-http-client:sources:1.34.2:jar [2023-09-08T19:42:56.222Z] [INFO] Copying google-http-client-1.34.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.http-client.google-http-client_1.34.2/target/sources-for-eclipse-ipzilla/google-http-client-1.34.2-sources.jar [2023-09-08T19:42:56.222Z] [INFO] Refreshing about files and about.html [2023-09-08T19:42:56.222Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/google/com.google.http-client.google-http-client_1.34.2/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:42:56.222Z] [INFO] [2023-09-08T19:42:56.222Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ com.google.http-client.google-http-client --- [2023-09-08T19:42:56.480Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.http-client.google-http-client_1.34.2/target/com.google.http-client.google-http-client-1.34.2-SNAPSHOT.jar [2023-09-08T19:42:57.851Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.http-client.google-http-client_1.34.2/target/com.google.http-client.google-http-client-1.34.2-SNAPSHOT-sources.jar [2023-09-08T19:42:58.782Z] [INFO] [2023-09-08T19:42:58.782Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.google.http-client.google-http-client --- [2023-09-08T19:42:59.038Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:com.google.http-client.google-http-client:1.34.2-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/google/com.google.http-client.google-http-client_1.34.2/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:42:59.038Z] no-classifier: different [2023-09-08T19:42:59.038Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:42:59.038Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:42:59.038Z] classifier-sources: different [2023-09-08T19:42:59.038Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:42:59.038Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:42:59.038Z] [2023-09-08T19:42:59.038Z] [INFO] MavenProject: org.eclipse.orbit.bundles:com.google.http-client.google-http-client:1.34.2-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/google/com.google.http-client.google-http-client_1.34.2/pom.xml [2023-09-08T19:42:59.038Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:42:59.038Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:42:59.038Z] [2023-09-08T19:42:59.038Z] [INFO] [2023-09-08T19:42:59.038Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ com.google.http-client.google-http-client --- [2023-09-08T19:42:59.038Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.http-client.google-http-client_1.34.2/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.http-client.google-http-client/1.34.2-SNAPSHOT/com.google.http-client.google-http-client-1.34.2-SNAPSHOT.pom [2023-09-08T19:42:59.038Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.http-client.google-http-client_1.34.2/target/com.google.http-client.google-http-client-1.34.2-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.http-client.google-http-client/1.34.2-SNAPSHOT/com.google.http-client.google-http-client-1.34.2-SNAPSHOT.jar [2023-09-08T19:42:59.038Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.http-client.google-http-client_1.34.2/target/com.google.http-client.google-http-client-1.34.2-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.http-client.google-http-client/1.34.2-SNAPSHOT/com.google.http-client.google-http-client-1.34.2-SNAPSHOT-sources.jar [2023-09-08T19:42:59.038Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.http-client.google-http-client_1.34.2/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.http-client.google-http-client/1.34.2-SNAPSHOT/com.google.http-client.google-http-client-1.34.2-SNAPSHOT-p2metadata.xml [2023-09-08T19:42:59.038Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.http-client.google-http-client_1.34.2/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.http-client.google-http-client/1.34.2-SNAPSHOT/com.google.http-client.google-http-client-1.34.2-SNAPSHOT-p2artifacts.xml [2023-09-08T19:42:59.295Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.http-client.google-http-client_1.34.2/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.http-client.google-http-client/1.34.2-SNAPSHOT/com.google.http-client.google-http-client-1.34.2-SNAPSHOT-p2metadata.xml [2023-09-08T19:42:59.295Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.http-client.google-http-client_1.34.2/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.http-client.google-http-client/1.34.2-SNAPSHOT/com.google.http-client.google-http-client-1.34.2-SNAPSHOT-p2artifacts.xml [2023-09-08T19:42:59.295Z] [INFO] [2023-09-08T19:42:59.295Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.google.http-client.google-http-client --- [2023-09-08T19:42:59.295Z] [INFO] [2023-09-08T19:42:59.295Z] [INFO] --< org.eclipse.orbit.bundles:com.google.http-client.google-http-client-jackson2 >-- [2023-09-08T19:42:59.295Z] [INFO] Building Jackson 2 extensions to the Google HTTP Client Library for Java. 1.34.2-SNAPSHOT [254/375] [2023-09-08T19:42:59.295Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:42:59.295Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/http-client/google-http-client-jackson2/1.34.2/google-http-client-jackson2-1.34.2.pom [2023-09-08T19:42:59.295Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/http-client/google-http-client-jackson2/1.34.2/google-http-client-jackson2-1.34.2.pom [2023-09-08T19:42:59.295Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/http-client/google-http-client-jackson2/1.34.2/google-http-client-jackson2-1.34.2.pom (3.1 kB at 241 kB/s) [2023-09-08T19:42:59.295Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/fasterxml/jackson/core/jackson-core/2.10.2/jackson-core-2.10.2.pom [2023-09-08T19:42:59.295Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.10.2/jackson-core-2.10.2.pom [2023-09-08T19:42:59.295Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.10.2/jackson-core-2.10.2.pom (4.6 kB at 105 kB/s) [2023-09-08T19:42:59.295Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/fasterxml/jackson/jackson-base/2.10.2/jackson-base-2.10.2.pom [2023-09-08T19:42:59.295Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-base/2.10.2/jackson-base-2.10.2.pom [2023-09-08T19:42:59.295Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-base/2.10.2/jackson-base-2.10.2.pom (7.2 kB at 657 kB/s) [2023-09-08T19:42:59.295Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/fasterxml/jackson/jackson-bom/2.10.2/jackson-bom-2.10.2.pom [2023-09-08T19:42:59.295Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-bom/2.10.2/jackson-bom-2.10.2.pom [2023-09-08T19:42:59.295Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-bom/2.10.2/jackson-bom-2.10.2.pom (13 kB at 1.1 MB/s) [2023-09-08T19:42:59.295Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/http-client/google-http-client-jackson2/1.34.2/google-http-client-jackson2-1.34.2.jar [2023-09-08T19:42:59.295Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/fasterxml/jackson/core/jackson-core/2.10.2/jackson-core-2.10.2.jar [2023-09-08T19:42:59.295Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/http-client/google-http-client-jackson2/1.34.2/google-http-client-jackson2-1.34.2.jar [2023-09-08T19:42:59.295Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.10.2/jackson-core-2.10.2.jar [2023-09-08T19:42:59.295Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/http-client/google-http-client-jackson2/1.34.2/google-http-client-jackson2-1.34.2.jar (8.5 kB at 653 kB/s) [2023-09-08T19:42:59.295Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.10.2/jackson-core-2.10.2.jar (349 kB at 14 MB/s) [2023-09-08T19:42:59.295Z] [INFO] [2023-09-08T19:42:59.295Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.google.http-client.google-http-client-jackson2 --- [2023-09-08T19:42:59.295Z] [INFO] [2023-09-08T19:42:59.295Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.google.http-client.google-http-client-jackson2 --- [2023-09-08T19:42:59.295Z] [INFO] The project's OSGi version is 1.34.2.v20221112-0806 [2023-09-08T19:42:59.295Z] [INFO] [2023-09-08T19:42:59.295Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.google.http-client.google-http-client-jackson2 --- [2023-09-08T19:42:59.295Z] [INFO] [2023-09-08T19:42:59.295Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.google.http-client.google-http-client-jackson2 --- [2023-09-08T19:42:59.295Z] [INFO] Copying 3 resources [2023-09-08T19:42:59.295Z] [INFO] [2023-09-08T19:42:59.295Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.google.http-client.google-http-client-jackson2 --- [2023-09-08T19:42:59.295Z] [INFO] No sources to compile [2023-09-08T19:42:59.295Z] [INFO] [2023-09-08T19:42:59.295Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.google.http-client.google-http-client-jackson2 --- [2023-09-08T19:42:59.295Z] [INFO] Gathering dependencies [2023-09-08T19:42:59.295Z] [INFO] Configured Artifact: com.google.http-client:google-http-client-jackson2:1.34.2:jar [2023-09-08T19:42:59.295Z] [INFO] Unpacking /home/vnc/.m2/repository/com/google/http-client/google-http-client-jackson2/1.34.2/google-http-client-jackson2-1.34.2.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.http-client.google-http-client-jackson2_1.34.2/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:42:59.296Z] [INFO] Merging collected dependencies [2023-09-08T19:42:59.296Z] [INFO] Copying 6 resources [2023-09-08T19:42:59.296Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:42:59.296Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.google.http-client.google-http-client-jackson2:eclipse-bundle-recipe:1.34.2-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:42:59.296Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.http-client.google-http-client-jackson2_1.34.2/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:42:59.296Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.http-client.google-http-client-jackson2_1.34.2/target/com.google.http-client.google-http-client-jackson2-1.34.2-SNAPSHOT.jar [2023-09-08T19:42:59.554Z] [INFO] Gathering sources [2023-09-08T19:42:59.554Z] [INFO] Configured Artifact: com.google.http-client:google-http-client-jackson2:sources:1.34.2:jar [2023-09-08T19:42:59.554Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/http-client/google-http-client-jackson2/1.34.2/google-http-client-jackson2-1.34.2-sources.jar [2023-09-08T19:42:59.554Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/http-client/google-http-client-jackson2/1.34.2/google-http-client-jackson2-1.34.2-sources.jar [2023-09-08T19:42:59.554Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/http-client/google-http-client-jackson2/1.34.2/google-http-client-jackson2-1.34.2-sources.jar (7.2 kB at 241 kB/s) [2023-09-08T19:42:59.554Z] [INFO] Unpacking /home/vnc/.m2/repository/com/google/http-client/google-http-client-jackson2/1.34.2/google-http-client-jackson2-1.34.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.http-client.google-http-client-jackson2_1.34.2/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:42:59.554Z] [INFO] Copying 3 resources [2023-09-08T19:42:59.554Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/google/com.google.http-client.google-http-client-jackson2_1.34.2/src/main/java [2023-09-08T19:42:59.554Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.http-client.google-http-client-jackson2_1.34.2/target/com.google.http-client.google-http-client-jackson2-1.34.2-SNAPSHOT-sources.jar [2023-09-08T19:42:59.554Z] [INFO] Assembling p2 repository [2023-09-08T19:43:00.486Z] [INFO] [2023-09-08T19:43:00.486Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.google.http-client.google-http-client-jackson2 --- [2023-09-08T19:43:00.486Z] [INFO] [2023-09-08T19:43:00.486Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.google.http-client.google-http-client-jackson2 --- [2023-09-08T19:43:00.486Z] [INFO] Gathering sources archives [2023-09-08T19:43:00.486Z] [INFO] Configured Artifact: com.google.http-client:google-http-client-jackson2:sources:1.34.2:jar [2023-09-08T19:43:00.486Z] [INFO] Unpacking /home/vnc/.m2/repository/com/google/http-client/google-http-client-jackson2/1.34.2/google-http-client-jackson2-1.34.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.http-client.google-http-client-jackson2_1.34.2/target/sources-for-eclipse-ipzilla/google-http-client-jackson2-1.34.2-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:43:00.486Z] [INFO] Configured Artifact: com.google.http-client:google-http-client-jackson2:sources:1.34.2:jar [2023-09-08T19:43:00.486Z] [INFO] Copying google-http-client-jackson2-1.34.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.http-client.google-http-client-jackson2_1.34.2/target/sources-for-eclipse-ipzilla/google-http-client-jackson2-1.34.2-sources.jar [2023-09-08T19:43:00.486Z] [INFO] Refreshing about files and about.html [2023-09-08T19:43:00.486Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/google/com.google.http-client.google-http-client-jackson2_1.34.2/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:43:00.486Z] [INFO] [2023-09-08T19:43:00.486Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ com.google.http-client.google-http-client-jackson2 --- [2023-09-08T19:43:00.486Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.http-client.google-http-client-jackson2_1.34.2/target/com.google.http-client.google-http-client-jackson2-1.34.2-SNAPSHOT.jar [2023-09-08T19:43:01.415Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.http-client.google-http-client-jackson2_1.34.2/target/com.google.http-client.google-http-client-jackson2-1.34.2-SNAPSHOT-sources.jar [2023-09-08T19:43:02.347Z] [INFO] [2023-09-08T19:43:02.347Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.google.http-client.google-http-client-jackson2 --- [2023-09-08T19:43:02.348Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:com.google.http-client.google-http-client-jackson2:1.34.2-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/google/com.google.http-client.google-http-client-jackson2_1.34.2/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:43:02.348Z] no-classifier: different [2023-09-08T19:43:02.348Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:43:02.348Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:43:02.348Z] classifier-sources: different [2023-09-08T19:43:02.348Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:43:02.348Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:43:02.348Z] [2023-09-08T19:43:02.348Z] [INFO] MavenProject: org.eclipse.orbit.bundles:com.google.http-client.google-http-client-jackson2:1.34.2-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/google/com.google.http-client.google-http-client-jackson2_1.34.2/pom.xml [2023-09-08T19:43:02.348Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:43:02.348Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:43:02.348Z] [2023-09-08T19:43:02.348Z] [INFO] [2023-09-08T19:43:02.348Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ com.google.http-client.google-http-client-jackson2 --- [2023-09-08T19:43:02.348Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.http-client.google-http-client-jackson2_1.34.2/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.http-client.google-http-client-jackson2/1.34.2-SNAPSHOT/com.google.http-client.google-http-client-jackson2-1.34.2-SNAPSHOT.pom [2023-09-08T19:43:02.348Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.http-client.google-http-client-jackson2_1.34.2/target/com.google.http-client.google-http-client-jackson2-1.34.2-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.http-client.google-http-client-jackson2/1.34.2-SNAPSHOT/com.google.http-client.google-http-client-jackson2-1.34.2-SNAPSHOT.jar [2023-09-08T19:43:02.348Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.http-client.google-http-client-jackson2_1.34.2/target/com.google.http-client.google-http-client-jackson2-1.34.2-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.http-client.google-http-client-jackson2/1.34.2-SNAPSHOT/com.google.http-client.google-http-client-jackson2-1.34.2-SNAPSHOT-sources.jar [2023-09-08T19:43:02.348Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.http-client.google-http-client-jackson2_1.34.2/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.http-client.google-http-client-jackson2/1.34.2-SNAPSHOT/com.google.http-client.google-http-client-jackson2-1.34.2-SNAPSHOT-p2metadata.xml [2023-09-08T19:43:02.348Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.http-client.google-http-client-jackson2_1.34.2/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.http-client.google-http-client-jackson2/1.34.2-SNAPSHOT/com.google.http-client.google-http-client-jackson2-1.34.2-SNAPSHOT-p2artifacts.xml [2023-09-08T19:43:02.348Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.http-client.google-http-client-jackson2_1.34.2/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.http-client.google-http-client-jackson2/1.34.2-SNAPSHOT/com.google.http-client.google-http-client-jackson2-1.34.2-SNAPSHOT-p2metadata.xml [2023-09-08T19:43:02.348Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.http-client.google-http-client-jackson2_1.34.2/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.http-client.google-http-client-jackson2/1.34.2-SNAPSHOT/com.google.http-client.google-http-client-jackson2-1.34.2-SNAPSHOT-p2artifacts.xml [2023-09-08T19:43:02.348Z] [INFO] [2023-09-08T19:43:02.348Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.google.http-client.google-http-client-jackson2 --- [2023-09-08T19:43:02.348Z] [INFO] [2023-09-08T19:43:02.348Z] [INFO] ---< org.eclipse.orbit.bundles:com.google.j2objc.j2objc-annotations >--- [2023-09-08T19:43:02.348Z] [INFO] Building J2ObjC Annotations 1.3.0-SNAPSHOT [255/375] [2023-09-08T19:43:02.348Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:43:02.348Z] [INFO] [2023-09-08T19:43:02.348Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.google.j2objc.j2objc-annotations --- [2023-09-08T19:43:02.348Z] [INFO] [2023-09-08T19:43:02.348Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.google.j2objc.j2objc-annotations --- [2023-09-08T19:43:02.348Z] [INFO] The project's OSGi version is 1.3.0.v20221112-0806 [2023-09-08T19:43:02.348Z] [INFO] [2023-09-08T19:43:02.348Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.google.j2objc.j2objc-annotations --- [2023-09-08T19:43:02.348Z] [INFO] [2023-09-08T19:43:02.348Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.google.j2objc.j2objc-annotations --- [2023-09-08T19:43:02.348Z] [INFO] Copying 3 resources [2023-09-08T19:43:02.348Z] [INFO] [2023-09-08T19:43:02.348Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.google.j2objc.j2objc-annotations --- [2023-09-08T19:43:02.348Z] [INFO] No sources to compile [2023-09-08T19:43:02.348Z] [INFO] [2023-09-08T19:43:02.348Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.google.j2objc.j2objc-annotations --- [2023-09-08T19:43:02.348Z] [INFO] Gathering dependencies [2023-09-08T19:43:02.348Z] [INFO] Configured Artifact: com.google.j2objc:j2objc-annotations:1.3:jar [2023-09-08T19:43:02.348Z] [INFO] Unpacking /home/vnc/.m2/repository/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.j2objc.j2objc-annotations_1.3.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:43:02.348Z] [INFO] Merging collected dependencies [2023-09-08T19:43:02.348Z] [INFO] Copying 13 resources [2023-09-08T19:43:02.348Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:43:02.348Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.google.j2objc.j2objc-annotations:eclipse-bundle-recipe:1.3.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:43:02.348Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.j2objc.j2objc-annotations_1.3.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:43:02.348Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.j2objc.j2objc-annotations_1.3.0/target/com.google.j2objc.j2objc-annotations-1.3.0-SNAPSHOT.jar [2023-09-08T19:43:02.348Z] [INFO] Gathering sources [2023-09-08T19:43:02.348Z] [INFO] Configured Artifact: com.google.j2objc:j2objc-annotations:sources:1.3:jar [2023-09-08T19:43:02.348Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3-sources.jar [2023-09-08T19:43:02.348Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3-sources.jar [2023-09-08T19:43:02.348Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3-sources.jar (10 kB at 953 kB/s) [2023-09-08T19:43:02.348Z] [INFO] Unpacking /home/vnc/.m2/repository/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.j2objc.j2objc-annotations_1.3.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:43:02.348Z] [INFO] Copying 3 resources [2023-09-08T19:43:02.348Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/google/com.google.j2objc.j2objc-annotations_1.3.0/src/main/java [2023-09-08T19:43:02.348Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.j2objc.j2objc-annotations_1.3.0/target/com.google.j2objc.j2objc-annotations-1.3.0-SNAPSHOT-sources.jar [2023-09-08T19:43:02.348Z] [INFO] Assembling p2 repository [2023-09-08T19:43:03.278Z] [INFO] [2023-09-08T19:43:03.278Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.google.j2objc.j2objc-annotations --- [2023-09-08T19:43:03.278Z] [INFO] [2023-09-08T19:43:03.278Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.google.j2objc.j2objc-annotations --- [2023-09-08T19:43:03.278Z] [INFO] Gathering sources archives [2023-09-08T19:43:03.278Z] [INFO] Configured Artifact: com.google.j2objc:j2objc-annotations:sources:1.3:jar [2023-09-08T19:43:03.278Z] [INFO] Unpacking /home/vnc/.m2/repository/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.j2objc.j2objc-annotations_1.3.0/target/sources-for-eclipse-ipzilla/j2objc-annotations-1.3-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:43:03.278Z] [INFO] Configured Artifact: com.google.j2objc:j2objc-annotations:sources:1.3:jar [2023-09-08T19:43:03.278Z] [INFO] Copying j2objc-annotations-1.3-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/google/com.google.j2objc.j2objc-annotations_1.3.0/target/sources-for-eclipse-ipzilla/j2objc-annotations-1.3-sources.jar [2023-09-08T19:43:03.278Z] [INFO] Refreshing about files and about.html [2023-09-08T19:43:03.278Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/google/com.google.j2objc.j2objc-annotations_1.3.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:43:03.278Z] [INFO] [2023-09-08T19:43:03.278Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ com.google.j2objc.j2objc-annotations --- [2023-09-08T19:43:03.278Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.j2objc.j2objc-annotations_1.3.0/target/com.google.j2objc.j2objc-annotations-1.3.0-SNAPSHOT.jar [2023-09-08T19:43:04.209Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/google/com.google.j2objc.j2objc-annotations_1.3.0/target/com.google.j2objc.j2objc-annotations-1.3.0-SNAPSHOT-sources.jar [2023-09-08T19:43:05.139Z] [INFO] [2023-09-08T19:43:05.139Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.google.j2objc.j2objc-annotations --- [2023-09-08T19:43:05.395Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:com.google.j2objc.j2objc-annotations:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/google/com.google.j2objc.j2objc-annotations_1.3.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:43:05.395Z] no-classifier: different [2023-09-08T19:43:05.395Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:43:05.395Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:43:05.395Z] classifier-sources: different [2023-09-08T19:43:05.395Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:43:05.395Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:43:05.395Z] [2023-09-08T19:43:05.395Z] [INFO] MavenProject: org.eclipse.orbit.bundles:com.google.j2objc.j2objc-annotations:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/google/com.google.j2objc.j2objc-annotations_1.3.0/pom.xml [2023-09-08T19:43:05.395Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:43:05.395Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:43:05.395Z] [2023-09-08T19:43:05.395Z] [INFO] [2023-09-08T19:43:05.395Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ com.google.j2objc.j2objc-annotations --- [2023-09-08T19:43:05.395Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.j2objc.j2objc-annotations_1.3.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.j2objc.j2objc-annotations/1.3.0-SNAPSHOT/com.google.j2objc.j2objc-annotations-1.3.0-SNAPSHOT.pom [2023-09-08T19:43:05.395Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.j2objc.j2objc-annotations_1.3.0/target/com.google.j2objc.j2objc-annotations-1.3.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.j2objc.j2objc-annotations/1.3.0-SNAPSHOT/com.google.j2objc.j2objc-annotations-1.3.0-SNAPSHOT.jar [2023-09-08T19:43:05.395Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.j2objc.j2objc-annotations_1.3.0/target/com.google.j2objc.j2objc-annotations-1.3.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.j2objc.j2objc-annotations/1.3.0-SNAPSHOT/com.google.j2objc.j2objc-annotations-1.3.0-SNAPSHOT-sources.jar [2023-09-08T19:43:05.395Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.j2objc.j2objc-annotations_1.3.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.j2objc.j2objc-annotations/1.3.0-SNAPSHOT/com.google.j2objc.j2objc-annotations-1.3.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:43:05.395Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.j2objc.j2objc-annotations_1.3.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.j2objc.j2objc-annotations/1.3.0-SNAPSHOT/com.google.j2objc.j2objc-annotations-1.3.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:43:05.395Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.j2objc.j2objc-annotations_1.3.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.j2objc.j2objc-annotations/1.3.0-SNAPSHOT/com.google.j2objc.j2objc-annotations-1.3.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:43:05.395Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/com.google.j2objc.j2objc-annotations_1.3.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.google.j2objc.j2objc-annotations/1.3.0-SNAPSHOT/com.google.j2objc.j2objc-annotations-1.3.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:43:05.395Z] [INFO] [2023-09-08T19:43:05.395Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.google.j2objc.j2objc-annotations --- [2023-09-08T19:43:05.395Z] [INFO] [2023-09-08T19:43:05.395Z] [INFO] -----------< org.eclipse.orbit.bundles:io.grpc.grpc-context >----------- [2023-09-08T19:43:05.395Z] [INFO] Building io.grpc:grpc-context 1.29.0-SNAPSHOT [256/375] [2023-09-08T19:43:05.395Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:43:05.395Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/io/grpc/grpc-context/1.29.0/grpc-context-1.29.0.pom [2023-09-08T19:43:05.395Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/grpc/grpc-context/1.29.0/grpc-context-1.29.0.pom [2023-09-08T19:43:05.395Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/grpc/grpc-context/1.29.0/grpc-context-1.29.0.pom (1.2 kB at 93 kB/s) [2023-09-08T19:43:05.396Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/io/grpc/grpc-context/1.29.0/grpc-context-1.29.0.jar [2023-09-08T19:43:05.396Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/grpc/grpc-context/1.29.0/grpc-context-1.29.0.jar [2023-09-08T19:43:05.396Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/grpc/grpc-context/1.29.0/grpc-context-1.29.0.jar (30 kB at 2.1 MB/s) [2023-09-08T19:43:05.396Z] [INFO] [2023-09-08T19:43:05.396Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ io.grpc.grpc-context --- [2023-09-08T19:43:05.396Z] [INFO] [2023-09-08T19:43:05.396Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ io.grpc.grpc-context --- [2023-09-08T19:43:05.396Z] [INFO] The project's OSGi version is 1.29.0.v20221112-0806 [2023-09-08T19:43:05.396Z] [INFO] [2023-09-08T19:43:05.396Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ io.grpc.grpc-context --- [2023-09-08T19:43:05.396Z] [INFO] [2023-09-08T19:43:05.396Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ io.grpc.grpc-context --- [2023-09-08T19:43:05.396Z] [INFO] Copying 3 resources [2023-09-08T19:43:05.396Z] [INFO] [2023-09-08T19:43:05.396Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ io.grpc.grpc-context --- [2023-09-08T19:43:05.396Z] [INFO] No sources to compile [2023-09-08T19:43:05.396Z] [INFO] [2023-09-08T19:43:05.396Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ io.grpc.grpc-context --- [2023-09-08T19:43:05.396Z] [INFO] Gathering dependencies [2023-09-08T19:43:05.396Z] [INFO] Configured Artifact: io.grpc:grpc-context:1.29.0:jar [2023-09-08T19:43:05.396Z] [INFO] Unpacking /home/vnc/.m2/repository/io/grpc/grpc-context/1.29.0/grpc-context-1.29.0.jar to /home/jenkins/agent/workspace/orbit-recipes/google/io.grpc.grpc-context_1.29.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:43:05.396Z] [INFO] Merging collected dependencies [2023-09-08T19:43:05.396Z] [INFO] Copying 27 resources [2023-09-08T19:43:05.396Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:43:05.396Z] [WARNING] Manifest org.eclipse.orbit.bundles:io.grpc.grpc-context:eclipse-bundle-recipe:1.29.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:43:05.396Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/google/io.grpc.grpc-context_1.29.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:43:05.396Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/google/io.grpc.grpc-context_1.29.0/target/io.grpc.grpc-context-1.29.0-SNAPSHOT.jar [2023-09-08T19:43:05.396Z] [INFO] Gathering sources [2023-09-08T19:43:05.396Z] [INFO] Configured Artifact: io.grpc:grpc-context:sources:1.29.0:jar [2023-09-08T19:43:05.396Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/io/grpc/grpc-context/1.29.0/grpc-context-1.29.0-sources.jar [2023-09-08T19:43:05.396Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/grpc/grpc-context/1.29.0/grpc-context-1.29.0-sources.jar [2023-09-08T19:43:05.396Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/grpc/grpc-context/1.29.0/grpc-context-1.29.0-sources.jar (18 kB at 377 kB/s) [2023-09-08T19:43:05.396Z] [INFO] Unpacking /home/vnc/.m2/repository/io/grpc/grpc-context/1.29.0/grpc-context-1.29.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/google/io.grpc.grpc-context_1.29.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:43:05.396Z] [INFO] Copying 3 resources [2023-09-08T19:43:05.396Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/google/io.grpc.grpc-context_1.29.0/src/main/java [2023-09-08T19:43:05.396Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/google/io.grpc.grpc-context_1.29.0/target/io.grpc.grpc-context-1.29.0-SNAPSHOT-sources.jar [2023-09-08T19:43:05.396Z] [INFO] Assembling p2 repository [2023-09-08T19:43:06.326Z] [INFO] [2023-09-08T19:43:06.326Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ io.grpc.grpc-context --- [2023-09-08T19:43:06.326Z] [INFO] [2023-09-08T19:43:06.326Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ io.grpc.grpc-context --- [2023-09-08T19:43:06.326Z] [INFO] Gathering sources archives [2023-09-08T19:43:06.326Z] [INFO] Configured Artifact: io.grpc:grpc-context:sources:1.29.0:jar [2023-09-08T19:43:06.327Z] [INFO] Unpacking /home/vnc/.m2/repository/io/grpc/grpc-context/1.29.0/grpc-context-1.29.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/google/io.grpc.grpc-context_1.29.0/target/sources-for-eclipse-ipzilla/grpc-context-1.29.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:43:06.327Z] [INFO] Configured Artifact: io.grpc:grpc-context:sources:1.29.0:jar [2023-09-08T19:43:06.327Z] [INFO] Copying grpc-context-1.29.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/google/io.grpc.grpc-context_1.29.0/target/sources-for-eclipse-ipzilla/grpc-context-1.29.0-sources.jar [2023-09-08T19:43:06.327Z] [INFO] Refreshing about files and about.html [2023-09-08T19:43:06.327Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/google/io.grpc.grpc-context_1.29.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:43:06.327Z] [INFO] [2023-09-08T19:43:06.327Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ io.grpc.grpc-context --- [2023-09-08T19:43:06.327Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/google/io.grpc.grpc-context_1.29.0/target/io.grpc.grpc-context-1.29.0-SNAPSHOT.jar [2023-09-08T19:43:07.258Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/google/io.grpc.grpc-context_1.29.0/target/io.grpc.grpc-context-1.29.0-SNAPSHOT-sources.jar [2023-09-08T19:43:08.188Z] [INFO] [2023-09-08T19:43:08.188Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ io.grpc.grpc-context --- [2023-09-08T19:43:08.188Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:io.grpc.grpc-context:1.29.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/google/io.grpc.grpc-context_1.29.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:43:08.188Z] no-classifier: different [2023-09-08T19:43:08.188Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:43:08.188Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:43:08.188Z] classifier-sources: different [2023-09-08T19:43:08.188Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:43:08.188Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:43:08.188Z] [2023-09-08T19:43:08.188Z] [INFO] MavenProject: org.eclipse.orbit.bundles:io.grpc.grpc-context:1.29.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/google/io.grpc.grpc-context_1.29.0/pom.xml [2023-09-08T19:43:08.188Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:43:08.188Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:43:08.188Z] [2023-09-08T19:43:08.188Z] [INFO] [2023-09-08T19:43:08.188Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ io.grpc.grpc-context --- [2023-09-08T19:43:08.188Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/io.grpc.grpc-context_1.29.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/io.grpc.grpc-context/1.29.0-SNAPSHOT/io.grpc.grpc-context-1.29.0-SNAPSHOT.pom [2023-09-08T19:43:08.188Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/io.grpc.grpc-context_1.29.0/target/io.grpc.grpc-context-1.29.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/io.grpc.grpc-context/1.29.0-SNAPSHOT/io.grpc.grpc-context-1.29.0-SNAPSHOT.jar [2023-09-08T19:43:08.188Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/io.grpc.grpc-context_1.29.0/target/io.grpc.grpc-context-1.29.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/io.grpc.grpc-context/1.29.0-SNAPSHOT/io.grpc.grpc-context-1.29.0-SNAPSHOT-sources.jar [2023-09-08T19:43:08.188Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/io.grpc.grpc-context_1.29.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/io.grpc.grpc-context/1.29.0-SNAPSHOT/io.grpc.grpc-context-1.29.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:43:08.188Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/io.grpc.grpc-context_1.29.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/io.grpc.grpc-context/1.29.0-SNAPSHOT/io.grpc.grpc-context-1.29.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:43:08.188Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/io.grpc.grpc-context_1.29.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/io.grpc.grpc-context/1.29.0-SNAPSHOT/io.grpc.grpc-context-1.29.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:43:08.188Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/io.grpc.grpc-context_1.29.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/io.grpc.grpc-context/1.29.0-SNAPSHOT/io.grpc.grpc-context-1.29.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:43:08.188Z] [INFO] [2023-09-08T19:43:08.188Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ io.grpc.grpc-context --- [2023-09-08T19:43:08.188Z] [INFO] [2023-09-08T19:43:08.188Z] [INFO] -------< org.eclipse.orbit.bundles:io.opencensus.opencensus-api >------- [2023-09-08T19:43:08.188Z] [INFO] Building OpenCensus API 0.26.0-SNAPSHOT [257/375] [2023-09-08T19:43:08.188Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:43:08.188Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/io/opencensus/opencensus-api/0.26.0/opencensus-api-0.26.0.pom [2023-09-08T19:43:08.188Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/opencensus/opencensus-api/0.26.0/opencensus-api-0.26.0.pom [2023-09-08T19:43:08.188Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/opencensus/opencensus-api/0.26.0/opencensus-api-0.26.0.pom (2.2 kB at 83 kB/s) [2023-09-08T19:43:08.188Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/io/grpc/grpc-context/1.27.2/grpc-context-1.27.2.pom [2023-09-08T19:43:08.189Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/grpc/grpc-context/1.27.2/grpc-context-1.27.2.pom [2023-09-08T19:43:08.189Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/grpc/grpc-context/1.27.2/grpc-context-1.27.2.pom (1.2 kB at 121 kB/s) [2023-09-08T19:43:08.189Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/io/opencensus/opencensus-api/0.26.0/opencensus-api-0.26.0.jar [2023-09-08T19:43:08.189Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/io/grpc/grpc-context/1.27.2/grpc-context-1.27.2.jar [2023-09-08T19:43:08.189Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/opencensus/opencensus-api/0.26.0/opencensus-api-0.26.0.jar [2023-09-08T19:43:08.189Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/grpc/grpc-context/1.27.2/grpc-context-1.27.2.jar [2023-09-08T19:43:08.445Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/grpc/grpc-context/1.27.2/grpc-context-1.27.2.jar (30 kB at 2.1 MB/s) [2023-09-08T19:43:08.445Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/opencensus/opencensus-api/0.26.0/opencensus-api-0.26.0.jar (352 kB at 18 MB/s) [2023-09-08T19:43:08.445Z] [INFO] [2023-09-08T19:43:08.445Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ io.opencensus.opencensus-api --- [2023-09-08T19:43:08.445Z] [INFO] [2023-09-08T19:43:08.445Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ io.opencensus.opencensus-api --- [2023-09-08T19:43:08.445Z] [INFO] The project's OSGi version is 0.26.0.v20221112-0806 [2023-09-08T19:43:08.445Z] [INFO] [2023-09-08T19:43:08.445Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ io.opencensus.opencensus-api --- [2023-09-08T19:43:08.445Z] [INFO] [2023-09-08T19:43:08.445Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ io.opencensus.opencensus-api --- [2023-09-08T19:43:08.445Z] [INFO] Copying 3 resources [2023-09-08T19:43:08.445Z] [INFO] [2023-09-08T19:43:08.445Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ io.opencensus.opencensus-api --- [2023-09-08T19:43:08.445Z] [INFO] No sources to compile [2023-09-08T19:43:08.445Z] [INFO] [2023-09-08T19:43:08.445Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ io.opencensus.opencensus-api --- [2023-09-08T19:43:08.445Z] [INFO] Gathering dependencies [2023-09-08T19:43:08.445Z] [INFO] Configured Artifact: io.opencensus:opencensus-api:0.26.0:jar [2023-09-08T19:43:08.445Z] [INFO] Unpacking /home/vnc/.m2/repository/io/opencensus/opencensus-api/0.26.0/opencensus-api-0.26.0.jar to /home/jenkins/agent/workspace/orbit-recipes/google/io.opencensus.opencensus-api_0.26.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:43:08.445Z] [INFO] Merging collected dependencies [2023-09-08T19:43:08.445Z] [INFO] Copying 376 resources [2023-09-08T19:43:08.445Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:43:08.445Z] [WARNING] Manifest org.eclipse.orbit.bundles:io.opencensus.opencensus-api:eclipse-bundle-recipe:0.26.0-SNAPSHOT : Unused Export-Package instructions: [*.implementation.*, *.impl.*] [2023-09-08T19:43:08.445Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/google/io.opencensus.opencensus-api_0.26.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:43:08.445Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/google/io.opencensus.opencensus-api_0.26.0/target/io.opencensus.opencensus-api-0.26.0-SNAPSHOT.jar [2023-09-08T19:43:08.445Z] [INFO] Gathering sources [2023-09-08T19:43:08.445Z] [INFO] Configured Artifact: io.opencensus:opencensus-api:sources:0.26.0:jar [2023-09-08T19:43:08.445Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/io/opencensus/opencensus-api/0.26.0/opencensus-api-0.26.0-sources.jar [2023-09-08T19:43:08.445Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/opencensus/opencensus-api/0.26.0/opencensus-api-0.26.0-sources.jar [2023-09-08T19:43:08.701Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/opencensus/opencensus-api/0.26.0/opencensus-api-0.26.0-sources.jar (195 kB at 4.4 MB/s) [2023-09-08T19:43:08.701Z] [INFO] Unpacking /home/vnc/.m2/repository/io/opencensus/opencensus-api/0.26.0/opencensus-api-0.26.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/google/io.opencensus.opencensus-api_0.26.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:43:08.701Z] [INFO] Copying 3 resources [2023-09-08T19:43:08.701Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/google/io.opencensus.opencensus-api_0.26.0/src/main/java [2023-09-08T19:43:08.701Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/google/io.opencensus.opencensus-api_0.26.0/target/io.opencensus.opencensus-api-0.26.0-SNAPSHOT-sources.jar [2023-09-08T19:43:08.701Z] [INFO] Assembling p2 repository [2023-09-08T19:43:09.263Z] [INFO] [2023-09-08T19:43:09.263Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ io.opencensus.opencensus-api --- [2023-09-08T19:43:09.263Z] [INFO] [2023-09-08T19:43:09.263Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ io.opencensus.opencensus-api --- [2023-09-08T19:43:09.263Z] [INFO] Gathering sources archives [2023-09-08T19:43:09.263Z] [INFO] Configured Artifact: io.opencensus:opencensus-api:sources:0.26.0:jar [2023-09-08T19:43:09.263Z] [INFO] Unpacking /home/vnc/.m2/repository/io/opencensus/opencensus-api/0.26.0/opencensus-api-0.26.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/google/io.opencensus.opencensus-api_0.26.0/target/sources-for-eclipse-ipzilla/opencensus-api-0.26.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:43:09.263Z] [INFO] Configured Artifact: io.opencensus:opencensus-api:sources:0.26.0:jar [2023-09-08T19:43:09.263Z] [INFO] Copying opencensus-api-0.26.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/google/io.opencensus.opencensus-api_0.26.0/target/sources-for-eclipse-ipzilla/opencensus-api-0.26.0-sources.jar [2023-09-08T19:43:09.263Z] [INFO] Refreshing about files and about.html [2023-09-08T19:43:09.263Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/google/io.opencensus.opencensus-api_0.26.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:43:09.263Z] [INFO] [2023-09-08T19:43:09.263Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ io.opencensus.opencensus-api --- [2023-09-08T19:43:09.263Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/google/io.opencensus.opencensus-api_0.26.0/target/io.opencensus.opencensus-api-0.26.0-SNAPSHOT.jar [2023-09-08T19:43:11.784Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/google/io.opencensus.opencensus-api_0.26.0/target/io.opencensus.opencensus-api-0.26.0-SNAPSHOT-sources.jar [2023-09-08T19:43:13.674Z] [INFO] [2023-09-08T19:43:13.674Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ io.opencensus.opencensus-api --- [2023-09-08T19:43:13.930Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:io.opencensus.opencensus-api:0.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/google/io.opencensus.opencensus-api_0.26.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:43:13.930Z] no-classifier: different [2023-09-08T19:43:13.930Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:43:13.930Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:43:13.930Z] classifier-sources: different [2023-09-08T19:43:13.930Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:43:13.931Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:43:13.931Z] [2023-09-08T19:43:13.931Z] [INFO] MavenProject: org.eclipse.orbit.bundles:io.opencensus.opencensus-api:0.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/google/io.opencensus.opencensus-api_0.26.0/pom.xml [2023-09-08T19:43:13.931Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:43:13.931Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:43:13.931Z] [2023-09-08T19:43:13.931Z] [INFO] [2023-09-08T19:43:13.931Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ io.opencensus.opencensus-api --- [2023-09-08T19:43:13.931Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/io.opencensus.opencensus-api_0.26.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/io.opencensus.opencensus-api/0.26.0-SNAPSHOT/io.opencensus.opencensus-api-0.26.0-SNAPSHOT.pom [2023-09-08T19:43:13.931Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/io.opencensus.opencensus-api_0.26.0/target/io.opencensus.opencensus-api-0.26.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/io.opencensus.opencensus-api/0.26.0-SNAPSHOT/io.opencensus.opencensus-api-0.26.0-SNAPSHOT.jar [2023-09-08T19:43:13.931Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/io.opencensus.opencensus-api_0.26.0/target/io.opencensus.opencensus-api-0.26.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/io.opencensus.opencensus-api/0.26.0-SNAPSHOT/io.opencensus.opencensus-api-0.26.0-SNAPSHOT-sources.jar [2023-09-08T19:43:13.931Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/io.opencensus.opencensus-api_0.26.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/io.opencensus.opencensus-api/0.26.0-SNAPSHOT/io.opencensus.opencensus-api-0.26.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:43:13.931Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/io.opencensus.opencensus-api_0.26.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/io.opencensus.opencensus-api/0.26.0-SNAPSHOT/io.opencensus.opencensus-api-0.26.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:43:13.931Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/io.opencensus.opencensus-api_0.26.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/io.opencensus.opencensus-api/0.26.0-SNAPSHOT/io.opencensus.opencensus-api-0.26.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:43:13.931Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/io.opencensus.opencensus-api_0.26.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/io.opencensus.opencensus-api/0.26.0-SNAPSHOT/io.opencensus.opencensus-api-0.26.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:43:13.931Z] [INFO] [2023-09-08T19:43:13.931Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ io.opencensus.opencensus-api --- [2023-09-08T19:43:13.931Z] [INFO] [2023-09-08T19:43:13.931Z] [INFO] --< org.eclipse.orbit.bundles:io.opencensus.opencensus-contrib-http-util >-- [2023-09-08T19:43:13.931Z] [INFO] Building OpenCensus Contrib HTTP Utils 0.26.0-SNAPSHOT [258/375] [2023-09-08T19:43:13.931Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:43:13.931Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/io/opencensus/opencensus-contrib-http-util/0.26.0/opencensus-contrib-http-util-0.26.0.pom [2023-09-08T19:43:13.931Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/opencensus/opencensus-contrib-http-util/0.26.0/opencensus-contrib-http-util-0.26.0.pom [2023-09-08T19:43:13.931Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/opencensus/opencensus-contrib-http-util/0.26.0/opencensus-contrib-http-util-0.26.0.pom (2.4 kB at 50 kB/s) [2023-09-08T19:43:13.931Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/io/opencensus/opencensus-contrib-http-util/0.26.0/opencensus-contrib-http-util-0.26.0.jar [2023-09-08T19:43:13.931Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/opencensus/opencensus-contrib-http-util/0.26.0/opencensus-contrib-http-util-0.26.0.jar [2023-09-08T19:43:13.931Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/opencensus/opencensus-contrib-http-util/0.26.0/opencensus-contrib-http-util-0.26.0.jar (23 kB at 520 kB/s) [2023-09-08T19:43:13.931Z] [INFO] [2023-09-08T19:43:13.931Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ io.opencensus.opencensus-contrib-http-util --- [2023-09-08T19:43:13.931Z] [INFO] [2023-09-08T19:43:13.931Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ io.opencensus.opencensus-contrib-http-util --- [2023-09-08T19:43:13.931Z] [INFO] The project's OSGi version is 0.26.0.v20221112-0806 [2023-09-08T19:43:13.931Z] [INFO] [2023-09-08T19:43:13.931Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ io.opencensus.opencensus-contrib-http-util --- [2023-09-08T19:43:13.931Z] [INFO] [2023-09-08T19:43:13.931Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ io.opencensus.opencensus-contrib-http-util --- [2023-09-08T19:43:13.931Z] [INFO] Copying 3 resources [2023-09-08T19:43:13.931Z] [INFO] [2023-09-08T19:43:13.931Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ io.opencensus.opencensus-contrib-http-util --- [2023-09-08T19:43:13.931Z] [INFO] No sources to compile [2023-09-08T19:43:13.931Z] [INFO] [2023-09-08T19:43:13.931Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ io.opencensus.opencensus-contrib-http-util --- [2023-09-08T19:43:13.931Z] [INFO] Gathering dependencies [2023-09-08T19:43:13.931Z] [INFO] Configured Artifact: io.opencensus:opencensus-contrib-http-util:0.26.0:jar [2023-09-08T19:43:13.931Z] [INFO] Unpacking /home/vnc/.m2/repository/io/opencensus/opencensus-contrib-http-util/0.26.0/opencensus-contrib-http-util-0.26.0.jar to /home/jenkins/agent/workspace/orbit-recipes/google/io.opencensus.opencensus-contrib-http-util_0.26.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:43:13.931Z] [INFO] Merging collected dependencies [2023-09-08T19:43:13.931Z] [INFO] Copying 13 resources [2023-09-08T19:43:13.931Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:43:13.931Z] [WARNING] Manifest org.eclipse.orbit.bundles:io.opencensus.opencensus-contrib-http-util:eclipse-bundle-recipe:0.26.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:43:13.931Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/google/io.opencensus.opencensus-contrib-http-util_0.26.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:43:13.931Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/google/io.opencensus.opencensus-contrib-http-util_0.26.0/target/io.opencensus.opencensus-contrib-http-util-0.26.0-SNAPSHOT.jar [2023-09-08T19:43:13.931Z] [INFO] Gathering sources [2023-09-08T19:43:13.931Z] [INFO] Configured Artifact: io.opencensus:opencensus-contrib-http-util:sources:0.26.0:jar [2023-09-08T19:43:13.931Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/io/opencensus/opencensus-contrib-http-util/0.26.0/opencensus-contrib-http-util-0.26.0-sources.jar [2023-09-08T19:43:13.931Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/opencensus/opencensus-contrib-http-util/0.26.0/opencensus-contrib-http-util-0.26.0-sources.jar [2023-09-08T19:43:13.931Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/opencensus/opencensus-contrib-http-util/0.26.0/opencensus-contrib-http-util-0.26.0-sources.jar (21 kB at 461 kB/s) [2023-09-08T19:43:13.931Z] [INFO] Unpacking /home/vnc/.m2/repository/io/opencensus/opencensus-contrib-http-util/0.26.0/opencensus-contrib-http-util-0.26.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/google/io.opencensus.opencensus-contrib-http-util_0.26.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:43:13.931Z] [INFO] Copying 3 resources [2023-09-08T19:43:13.931Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/google/io.opencensus.opencensus-contrib-http-util_0.26.0/src/main/java [2023-09-08T19:43:13.931Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/google/io.opencensus.opencensus-contrib-http-util_0.26.0/target/io.opencensus.opencensus-contrib-http-util-0.26.0-SNAPSHOT-sources.jar [2023-09-08T19:43:14.187Z] [INFO] Assembling p2 repository [2023-09-08T19:43:14.751Z] [INFO] [2023-09-08T19:43:14.751Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ io.opencensus.opencensus-contrib-http-util --- [2023-09-08T19:43:14.751Z] [INFO] [2023-09-08T19:43:14.751Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ io.opencensus.opencensus-contrib-http-util --- [2023-09-08T19:43:14.751Z] [INFO] Gathering sources archives [2023-09-08T19:43:14.751Z] [INFO] Configured Artifact: io.opencensus:opencensus-contrib-http-util:sources:0.26.0:jar [2023-09-08T19:43:14.751Z] [INFO] Unpacking /home/vnc/.m2/repository/io/opencensus/opencensus-contrib-http-util/0.26.0/opencensus-contrib-http-util-0.26.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/google/io.opencensus.opencensus-contrib-http-util_0.26.0/target/sources-for-eclipse-ipzilla/opencensus-contrib-http-util-0.26.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:43:14.751Z] [INFO] Configured Artifact: io.opencensus:opencensus-contrib-http-util:sources:0.26.0:jar [2023-09-08T19:43:14.751Z] [INFO] Copying opencensus-contrib-http-util-0.26.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/google/io.opencensus.opencensus-contrib-http-util_0.26.0/target/sources-for-eclipse-ipzilla/opencensus-contrib-http-util-0.26.0-sources.jar [2023-09-08T19:43:14.751Z] [INFO] Refreshing about files and about.html [2023-09-08T19:43:14.751Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/google/io.opencensus.opencensus-contrib-http-util_0.26.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:43:14.751Z] [INFO] [2023-09-08T19:43:14.751Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ io.opencensus.opencensus-contrib-http-util --- [2023-09-08T19:43:14.751Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/google/io.opencensus.opencensus-contrib-http-util_0.26.0/target/io.opencensus.opencensus-contrib-http-util-0.26.0-SNAPSHOT.jar [2023-09-08T19:43:16.642Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/google/io.opencensus.opencensus-contrib-http-util_0.26.0/target/io.opencensus.opencensus-contrib-http-util-0.26.0-SNAPSHOT-sources.jar [2023-09-08T19:43:18.538Z] [INFO] [2023-09-08T19:43:18.538Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ io.opencensus.opencensus-contrib-http-util --- [2023-09-08T19:43:18.795Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:io.opencensus.opencensus-contrib-http-util:0.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/google/io.opencensus.opencensus-contrib-http-util_0.26.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:43:18.795Z] no-classifier: different [2023-09-08T19:43:18.795Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:43:18.795Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:43:18.795Z] classifier-sources: different [2023-09-08T19:43:18.795Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:43:18.795Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:43:18.795Z] [2023-09-08T19:43:18.795Z] [INFO] MavenProject: org.eclipse.orbit.bundles:io.opencensus.opencensus-contrib-http-util:0.26.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/google/io.opencensus.opencensus-contrib-http-util_0.26.0/pom.xml [2023-09-08T19:43:18.795Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:43:18.795Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:43:18.795Z] [2023-09-08T19:43:18.795Z] [INFO] [2023-09-08T19:43:18.795Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ io.opencensus.opencensus-contrib-http-util --- [2023-09-08T19:43:18.795Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/io.opencensus.opencensus-contrib-http-util_0.26.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/io.opencensus.opencensus-contrib-http-util/0.26.0-SNAPSHOT/io.opencensus.opencensus-contrib-http-util-0.26.0-SNAPSHOT.pom [2023-09-08T19:43:18.795Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/io.opencensus.opencensus-contrib-http-util_0.26.0/target/io.opencensus.opencensus-contrib-http-util-0.26.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/io.opencensus.opencensus-contrib-http-util/0.26.0-SNAPSHOT/io.opencensus.opencensus-contrib-http-util-0.26.0-SNAPSHOT.jar [2023-09-08T19:43:18.795Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/io.opencensus.opencensus-contrib-http-util_0.26.0/target/io.opencensus.opencensus-contrib-http-util-0.26.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/io.opencensus.opencensus-contrib-http-util/0.26.0-SNAPSHOT/io.opencensus.opencensus-contrib-http-util-0.26.0-SNAPSHOT-sources.jar [2023-09-08T19:43:18.795Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/io.opencensus.opencensus-contrib-http-util_0.26.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/io.opencensus.opencensus-contrib-http-util/0.26.0-SNAPSHOT/io.opencensus.opencensus-contrib-http-util-0.26.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:43:18.795Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/io.opencensus.opencensus-contrib-http-util_0.26.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/io.opencensus.opencensus-contrib-http-util/0.26.0-SNAPSHOT/io.opencensus.opencensus-contrib-http-util-0.26.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:43:18.795Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/io.opencensus.opencensus-contrib-http-util_0.26.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/io.opencensus.opencensus-contrib-http-util/0.26.0-SNAPSHOT/io.opencensus.opencensus-contrib-http-util-0.26.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:43:18.795Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/io.opencensus.opencensus-contrib-http-util_0.26.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/io.opencensus.opencensus-contrib-http-util/0.26.0-SNAPSHOT/io.opencensus.opencensus-contrib-http-util-0.26.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:43:18.795Z] [INFO] [2023-09-08T19:43:18.795Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ io.opencensus.opencensus-contrib-http-util --- [2023-09-08T19:43:18.795Z] [INFO] [2023-09-08T19:43:18.795Z] [INFO] ---< org.eclipse.orbit.bundles:org.conscrypt.conscrypt-openjdk-uber >--- [2023-09-08T19:43:18.795Z] [INFO] Building org.conscrypt:conscrypt-openjdk-uber 2.5.1-SNAPSHOT [259/375] [2023-09-08T19:43:18.795Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:43:18.795Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/conscrypt/conscrypt-openjdk-uber/2.5.1/conscrypt-openjdk-uber-2.5.1.pom [2023-09-08T19:43:18.795Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/conscrypt/conscrypt-openjdk-uber/2.5.1/conscrypt-openjdk-uber-2.5.1.pom [2023-09-08T19:43:18.795Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/conscrypt/conscrypt-openjdk-uber/2.5.1/conscrypt-openjdk-uber-2.5.1.pom (1.3 kB at 105 kB/s) [2023-09-08T19:43:18.795Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/conscrypt/conscrypt-openjdk-uber/2.5.1/conscrypt-openjdk-uber-2.5.1.jar [2023-09-08T19:43:18.795Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/conscrypt/conscrypt-openjdk-uber/2.5.1/conscrypt-openjdk-uber-2.5.1.jar [2023-09-08T19:43:18.795Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/conscrypt/conscrypt-openjdk-uber/2.5.1/conscrypt-openjdk-uber-2.5.1.jar (4.5 MB at 86 MB/s) [2023-09-08T19:43:18.795Z] [INFO] [2023-09-08T19:43:18.795Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.conscrypt.conscrypt-openjdk-uber --- [2023-09-08T19:43:18.795Z] [INFO] [2023-09-08T19:43:18.795Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.conscrypt.conscrypt-openjdk-uber --- [2023-09-08T19:43:18.795Z] [INFO] The project's OSGi version is 2.5.1.v20220506-1020 [2023-09-08T19:43:18.795Z] [INFO] [2023-09-08T19:43:18.795Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.conscrypt.conscrypt-openjdk-uber --- [2023-09-08T19:43:18.795Z] [INFO] [2023-09-08T19:43:18.795Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.conscrypt.conscrypt-openjdk-uber --- [2023-09-08T19:43:18.795Z] [INFO] Copying 3 resources [2023-09-08T19:43:18.795Z] [INFO] [2023-09-08T19:43:18.795Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.conscrypt.conscrypt-openjdk-uber --- [2023-09-08T19:43:18.795Z] [INFO] No sources to compile [2023-09-08T19:43:18.795Z] [INFO] [2023-09-08T19:43:18.795Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.conscrypt.conscrypt-openjdk-uber --- [2023-09-08T19:43:18.795Z] [INFO] Gathering dependencies [2023-09-08T19:43:18.795Z] [INFO] Configured Artifact: org.conscrypt:conscrypt-openjdk-uber:2.5.1:jar [2023-09-08T19:43:18.795Z] [INFO] Unpacking /home/vnc/.m2/repository/org/conscrypt/conscrypt-openjdk-uber/2.5.1/conscrypt-openjdk-uber-2.5.1.jar to /home/jenkins/agent/workspace/orbit-recipes/google/org.conscrypt.conscrypt-openjdk-uber_2.5.1/target/dependency-bin with includes "**/*" and excludes "META-INF/*.SF,META-INF/*.DSA,META-INF/*.RSA" [2023-09-08T19:43:18.795Z] [INFO] Merging collected dependencies [2023-09-08T19:43:18.795Z] [INFO] Copying 321 resources [2023-09-08T19:43:19.052Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:43:19.052Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.conscrypt.conscrypt-openjdk-uber:eclipse-bundle-recipe:2.5.1-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:43:19.052Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/google/org.conscrypt.conscrypt-openjdk-uber_2.5.1/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:43:19.052Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/google/org.conscrypt.conscrypt-openjdk-uber_2.5.1/target/org.conscrypt.conscrypt-openjdk-uber-2.5.1-SNAPSHOT.jar [2023-09-08T19:43:19.615Z] [INFO] Gathering sources [2023-09-08T19:43:19.615Z] [INFO] Configured Artifact: org.conscrypt:conscrypt-openjdk-uber:sources:2.5.1:jar [2023-09-08T19:43:19.615Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/conscrypt/conscrypt-openjdk-uber/2.5.1/conscrypt-openjdk-uber-2.5.1-sources.jar [2023-09-08T19:43:19.615Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/conscrypt/conscrypt-openjdk-uber/2.5.1/conscrypt-openjdk-uber-2.5.1-sources.jar [2023-09-08T19:43:19.615Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/conscrypt/conscrypt-openjdk-uber/2.5.1/conscrypt-openjdk-uber-2.5.1-sources.jar (301 kB at 9.4 MB/s) [2023-09-08T19:43:19.615Z] [INFO] Unpacking /home/vnc/.m2/repository/org/conscrypt/conscrypt-openjdk-uber/2.5.1/conscrypt-openjdk-uber-2.5.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/google/org.conscrypt.conscrypt-openjdk-uber_2.5.1/target/dependency-src with includes "**/*" and excludes "META-INF/*.SF,META-INF/*.DSA,META-INF/*.RSA" [2023-09-08T19:43:19.615Z] [INFO] Copying 3 resources [2023-09-08T19:43:19.615Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/google/org.conscrypt.conscrypt-openjdk-uber_2.5.1/src/main/java [2023-09-08T19:43:19.615Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/google/org.conscrypt.conscrypt-openjdk-uber_2.5.1/target/org.conscrypt.conscrypt-openjdk-uber-2.5.1-SNAPSHOT-sources.jar [2023-09-08T19:43:19.615Z] [INFO] Assembling p2 repository [2023-09-08T19:43:20.177Z] [INFO] [2023-09-08T19:43:20.177Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.conscrypt.conscrypt-openjdk-uber --- [2023-09-08T19:43:20.177Z] [INFO] [2023-09-08T19:43:20.177Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.conscrypt.conscrypt-openjdk-uber --- [2023-09-08T19:43:20.177Z] [INFO] Gathering sources archives [2023-09-08T19:43:20.177Z] [INFO] Configured Artifact: org.conscrypt:conscrypt-openjdk-uber:sources:2.5.1:jar [2023-09-08T19:43:20.177Z] [INFO] Unpacking /home/vnc/.m2/repository/org/conscrypt/conscrypt-openjdk-uber/2.5.1/conscrypt-openjdk-uber-2.5.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/google/org.conscrypt.conscrypt-openjdk-uber_2.5.1/target/sources-for-eclipse-ipzilla/conscrypt-openjdk-uber-2.5.1-sources-filtered with includes "**/*" and excludes "META-INF/*.SF,META-INF/*.DSA,META-INF/*.RSA" [2023-09-08T19:43:20.177Z] [INFO] Configured Artifact: org.conscrypt:conscrypt-openjdk-uber:sources:2.5.1:jar [2023-09-08T19:43:20.177Z] [INFO] Copying conscrypt-openjdk-uber-2.5.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/google/org.conscrypt.conscrypt-openjdk-uber_2.5.1/target/sources-for-eclipse-ipzilla/conscrypt-openjdk-uber-2.5.1-sources.jar [2023-09-08T19:43:20.177Z] [INFO] Refreshing about files and about.html [2023-09-08T19:43:20.177Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/google/org.conscrypt.conscrypt-openjdk-uber_2.5.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:43:20.177Z] [INFO] [2023-09-08T19:43:20.177Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.conscrypt.conscrypt-openjdk-uber --- [2023-09-08T19:43:21.104Z] [INFO] Jar '/home/jenkins/agent/workspace/orbit-recipes/google/org.conscrypt.conscrypt-openjdk-uber_2.5.1/target/org.conscrypt.conscrypt-openjdk-uber-2.5.1-SNAPSHOT.jar' is already signed. The signature will be overwritten. [2023-09-08T19:43:21.364Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/google/org.conscrypt.conscrypt-openjdk-uber_2.5.1/target/org.conscrypt.conscrypt-openjdk-uber-2.5.1-SNAPSHOT.jar [2023-09-08T19:43:25.542Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/google/org.conscrypt.conscrypt-openjdk-uber_2.5.1/target/org.conscrypt.conscrypt-openjdk-uber-2.5.1-SNAPSHOT-sources.jar [2023-09-08T19:43:26.912Z] [INFO] [2023-09-08T19:43:26.913Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign-jce) @ org.conscrypt.conscrypt-openjdk-uber --- [2023-09-08T19:43:27.842Z] [INFO] Jar '/home/jenkins/agent/workspace/orbit-recipes/google/org.conscrypt.conscrypt-openjdk-uber_2.5.1/target/org.conscrypt.conscrypt-openjdk-uber-2.5.1-SNAPSHOT.jar' is already signed and will be resigned. [2023-09-08T19:43:27.842Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/google/org.conscrypt.conscrypt-openjdk-uber_2.5.1/target/org.conscrypt.conscrypt-openjdk-uber-2.5.1-SNAPSHOT.jar [2023-09-08T19:43:30.365Z] [INFO] Jar '/home/jenkins/agent/workspace/orbit-recipes/google/org.conscrypt.conscrypt-openjdk-uber_2.5.1/target/org.conscrypt.conscrypt-openjdk-uber-2.5.1-SNAPSHOT-sources.jar' is already signed and will be resigned. [2023-09-08T19:43:30.365Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/google/org.conscrypt.conscrypt-openjdk-uber_2.5.1/target/org.conscrypt.conscrypt-openjdk-uber-2.5.1-SNAPSHOT-sources.jar [2023-09-08T19:43:32.259Z] [INFO] [2023-09-08T19:43:32.259Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.conscrypt.conscrypt-openjdk-uber --- [2023-09-08T19:43:32.515Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.conscrypt.conscrypt-openjdk-uber:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/google/org.conscrypt.conscrypt-openjdk-uber_2.5.1/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:43:32.515Z] no-classifier: different [2023-09-08T19:43:32.515Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:43:32.515Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:43:32.515Z] META-INF/JCE-ECLI.RSA: different [2023-09-08T19:43:32.515Z] META-INF/JCE-ECLI.SF: different [2023-09-08T19:43:32.515Z] classifier-sources: different [2023-09-08T19:43:32.515Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:43:32.515Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:43:32.515Z] META-INF/JCE-ECLI.RSA: different [2023-09-08T19:43:32.515Z] META-INF/JCE-ECLI.SF: different [2023-09-08T19:43:32.515Z] [2023-09-08T19:43:32.515Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.conscrypt.conscrypt-openjdk-uber:2.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/google/org.conscrypt.conscrypt-openjdk-uber_2.5.1/pom.xml [2023-09-08T19:43:32.515Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:43:32.515Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:43:32.515Z] [2023-09-08T19:43:32.515Z] [INFO] [2023-09-08T19:43:32.515Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.conscrypt.conscrypt-openjdk-uber --- [2023-09-08T19:43:32.515Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/org.conscrypt.conscrypt-openjdk-uber_2.5.1/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.conscrypt.conscrypt-openjdk-uber/2.5.1-SNAPSHOT/org.conscrypt.conscrypt-openjdk-uber-2.5.1-SNAPSHOT.pom [2023-09-08T19:43:32.515Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/org.conscrypt.conscrypt-openjdk-uber_2.5.1/target/org.conscrypt.conscrypt-openjdk-uber-2.5.1-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.conscrypt.conscrypt-openjdk-uber/2.5.1-SNAPSHOT/org.conscrypt.conscrypt-openjdk-uber-2.5.1-SNAPSHOT.jar [2023-09-08T19:43:32.515Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/org.conscrypt.conscrypt-openjdk-uber_2.5.1/target/org.conscrypt.conscrypt-openjdk-uber-2.5.1-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.conscrypt.conscrypt-openjdk-uber/2.5.1-SNAPSHOT/org.conscrypt.conscrypt-openjdk-uber-2.5.1-SNAPSHOT-sources.jar [2023-09-08T19:43:32.515Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/org.conscrypt.conscrypt-openjdk-uber_2.5.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.conscrypt.conscrypt-openjdk-uber/2.5.1-SNAPSHOT/org.conscrypt.conscrypt-openjdk-uber-2.5.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:43:32.515Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/org.conscrypt.conscrypt-openjdk-uber_2.5.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.conscrypt.conscrypt-openjdk-uber/2.5.1-SNAPSHOT/org.conscrypt.conscrypt-openjdk-uber-2.5.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:43:32.515Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/org.conscrypt.conscrypt-openjdk-uber_2.5.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.conscrypt.conscrypt-openjdk-uber/2.5.1-SNAPSHOT/org.conscrypt.conscrypt-openjdk-uber-2.5.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:43:32.515Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/google/org.conscrypt.conscrypt-openjdk-uber_2.5.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.conscrypt.conscrypt-openjdk-uber/2.5.1-SNAPSHOT/org.conscrypt.conscrypt-openjdk-uber-2.5.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:43:32.515Z] [INFO] [2023-09-08T19:43:32.515Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.conscrypt.conscrypt-openjdk-uber --- [2023-09-08T19:43:32.515Z] [INFO] [2023-09-08T19:43:32.515Z] [INFO] --------------< org.eclipse.orbit.bundles:graphql-parent >-------------- [2023-09-08T19:43:32.515Z] [INFO] Building Eclipse Orbit :: GraphQL Recipes 1.0.0-SNAPSHOT [260/375] [2023-09-08T19:43:32.515Z] [INFO] --------------------------------[ pom ]--------------------------------- [2023-09-08T19:43:32.516Z] [INFO] [2023-09-08T19:43:32.516Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ graphql-parent --- [2023-09-08T19:43:32.516Z] [INFO] [2023-09-08T19:43:32.516Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ graphql-parent --- [2023-09-08T19:43:32.516Z] [INFO] [2023-09-08T19:43:32.516Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ graphql-parent --- [2023-09-08T19:43:32.516Z] [INFO] [2023-09-08T19:43:32.516Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ graphql-parent --- [2023-09-08T19:43:32.516Z] [INFO] [2023-09-08T19:43:32.516Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ graphql-parent --- [2023-09-08T19:43:32.516Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/graphql/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/graphql-parent/1.0.0-SNAPSHOT/graphql-parent-1.0.0-SNAPSHOT.pom [2023-09-08T19:43:32.516Z] [INFO] [2023-09-08T19:43:32.516Z] [INFO] -------< org.eclipse.orbit.bundles:com.graphql.java.dataloader >-------- [2023-09-08T19:43:32.516Z] [INFO] Building java-dataloader 2.1.1-SNAPSHOT [261/375] [2023-09-08T19:43:32.516Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:43:32.516Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/graphql-java/java-dataloader/2.1.1/java-dataloader-2.1.1.pom [2023-09-08T19:43:32.516Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/graphql-java/java-dataloader/2.1.1/java-dataloader-2.1.1.pom [2023-09-08T19:43:32.516Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/graphql-java/java-dataloader/2.1.1/java-dataloader-2.1.1.pom (1.3 kB at 42 kB/s) [2023-09-08T19:43:32.516Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/graphql-java/java-dataloader/2.1.1/java-dataloader-2.1.1.jar [2023-09-08T19:43:32.516Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/graphql-java/java-dataloader/2.1.1/java-dataloader-2.1.1.jar [2023-09-08T19:43:32.516Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/graphql-java/java-dataloader/2.1.1/java-dataloader-2.1.1.jar (37 kB at 3.1 MB/s) [2023-09-08T19:43:32.516Z] [INFO] [2023-09-08T19:43:32.516Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.graphql.java.dataloader --- [2023-09-08T19:43:32.516Z] [INFO] [2023-09-08T19:43:32.516Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.graphql.java.dataloader --- [2023-09-08T19:43:32.516Z] [INFO] The project's OSGi version is 2.1.1.v20181120-0809 [2023-09-08T19:43:32.516Z] [INFO] [2023-09-08T19:43:32.516Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.graphql.java.dataloader --- [2023-09-08T19:43:32.516Z] [INFO] [2023-09-08T19:43:32.516Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.graphql.java.dataloader --- [2023-09-08T19:43:32.516Z] [INFO] Copying 3 resources [2023-09-08T19:43:32.516Z] [INFO] [2023-09-08T19:43:32.516Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.graphql.java.dataloader --- [2023-09-08T19:43:32.516Z] [INFO] No sources to compile [2023-09-08T19:43:32.516Z] [INFO] [2023-09-08T19:43:32.516Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.graphql.java.dataloader --- [2023-09-08T19:43:32.516Z] [INFO] Gathering dependencies [2023-09-08T19:43:32.516Z] [INFO] Configured Artifact: com.graphql-java:java-dataloader:2.1.1:jar [2023-09-08T19:43:32.516Z] [INFO] Unpacking /home/vnc/.m2/repository/com/graphql-java/java-dataloader/2.1.1/java-dataloader-2.1.1.jar to /home/jenkins/agent/workspace/orbit-recipes/graphql/com.graphql.java.dataloader_2.1.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:43:32.516Z] [INFO] Merging collected dependencies [2023-09-08T19:43:32.516Z] [INFO] Copying 31 resources [2023-09-08T19:43:32.516Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:43:32.516Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.graphql.java.dataloader:eclipse-bundle-recipe:2.1.1-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*] [2023-09-08T19:43:32.516Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/graphql/com.graphql.java.dataloader_2.1.1/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:43:32.516Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/graphql/com.graphql.java.dataloader_2.1.1/target/com.graphql.java.dataloader-2.1.1-SNAPSHOT.jar [2023-09-08T19:43:32.772Z] [INFO] Gathering sources [2023-09-08T19:43:32.772Z] [INFO] Configured Artifact: com.graphql-java:java-dataloader:sources:2.1.1:jar [2023-09-08T19:43:32.772Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/graphql-java/java-dataloader/2.1.1/java-dataloader-2.1.1-sources.jar [2023-09-08T19:43:32.772Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/graphql-java/java-dataloader/2.1.1/java-dataloader-2.1.1-sources.jar [2023-09-08T19:43:32.772Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/graphql-java/java-dataloader/2.1.1/java-dataloader-2.1.1-sources.jar (30 kB at 2.7 MB/s) [2023-09-08T19:43:32.772Z] [INFO] Unpacking /home/vnc/.m2/repository/com/graphql-java/java-dataloader/2.1.1/java-dataloader-2.1.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/graphql/com.graphql.java.dataloader_2.1.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:43:32.772Z] [INFO] Copying 3 resources [2023-09-08T19:43:32.772Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/graphql/com.graphql.java.dataloader_2.1.1/src/main/java [2023-09-08T19:43:32.772Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/graphql/com.graphql.java.dataloader_2.1.1/target/com.graphql.java.dataloader-2.1.1-SNAPSHOT-sources.jar [2023-09-08T19:43:32.772Z] [INFO] Assembling p2 repository [2023-09-08T19:43:33.335Z] [INFO] [2023-09-08T19:43:33.335Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.graphql.java.dataloader --- [2023-09-08T19:43:33.335Z] [INFO] [2023-09-08T19:43:33.335Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.graphql.java.dataloader --- [2023-09-08T19:43:33.335Z] [INFO] Gathering sources archives [2023-09-08T19:43:33.335Z] [INFO] Configured Artifact: com.graphql-java:java-dataloader:sources:2.1.1:jar [2023-09-08T19:43:33.335Z] [INFO] Unpacking /home/vnc/.m2/repository/com/graphql-java/java-dataloader/2.1.1/java-dataloader-2.1.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/graphql/com.graphql.java.dataloader_2.1.1/target/sources-for-eclipse-ipzilla/java-dataloader-2.1.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:43:33.592Z] [INFO] Configured Artifact: com.graphql-java:java-dataloader:sources:2.1.1:jar [2023-09-08T19:43:33.592Z] [INFO] Copying java-dataloader-2.1.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/graphql/com.graphql.java.dataloader_2.1.1/target/sources-for-eclipse-ipzilla/java-dataloader-2.1.1-sources.jar [2023-09-08T19:43:33.592Z] [INFO] Refreshing about files and about.html [2023-09-08T19:43:33.592Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/graphql/com.graphql.java.dataloader_2.1.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:43:33.592Z] [INFO] [2023-09-08T19:43:33.592Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ com.graphql.java.dataloader --- [2023-09-08T19:43:33.592Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/graphql/com.graphql.java.dataloader_2.1.1/target/com.graphql.java.dataloader-2.1.1-SNAPSHOT.jar [2023-09-08T19:43:34.524Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/graphql/com.graphql.java.dataloader_2.1.1/target/com.graphql.java.dataloader-2.1.1-SNAPSHOT-sources.jar [2023-09-08T19:43:35.455Z] [INFO] [2023-09-08T19:43:35.455Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.graphql.java.dataloader --- [2023-09-08T19:43:35.715Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:com.graphql.java.dataloader:2.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/graphql/com.graphql.java.dataloader_2.1.1/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:43:35.715Z] no-classifier: different [2023-09-08T19:43:35.715Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:43:35.715Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:43:35.715Z] classifier-sources: different [2023-09-08T19:43:35.715Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:43:35.715Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:43:35.715Z] [2023-09-08T19:43:35.715Z] [INFO] MavenProject: org.eclipse.orbit.bundles:com.graphql.java.dataloader:2.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/graphql/com.graphql.java.dataloader_2.1.1/pom.xml [2023-09-08T19:43:35.715Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:43:35.715Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:43:35.715Z] [2023-09-08T19:43:35.715Z] [INFO] [2023-09-08T19:43:35.715Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ com.graphql.java.dataloader --- [2023-09-08T19:43:35.715Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/graphql/com.graphql.java.dataloader_2.1.1/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.graphql.java.dataloader/2.1.1-SNAPSHOT/com.graphql.java.dataloader-2.1.1-SNAPSHOT.pom [2023-09-08T19:43:35.715Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/graphql/com.graphql.java.dataloader_2.1.1/target/com.graphql.java.dataloader-2.1.1-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.graphql.java.dataloader/2.1.1-SNAPSHOT/com.graphql.java.dataloader-2.1.1-SNAPSHOT.jar [2023-09-08T19:43:35.715Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/graphql/com.graphql.java.dataloader_2.1.1/target/com.graphql.java.dataloader-2.1.1-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.graphql.java.dataloader/2.1.1-SNAPSHOT/com.graphql.java.dataloader-2.1.1-SNAPSHOT-sources.jar [2023-09-08T19:43:35.715Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/graphql/com.graphql.java.dataloader_2.1.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.graphql.java.dataloader/2.1.1-SNAPSHOT/com.graphql.java.dataloader-2.1.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:43:35.715Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/graphql/com.graphql.java.dataloader_2.1.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.graphql.java.dataloader/2.1.1-SNAPSHOT/com.graphql.java.dataloader-2.1.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:43:35.715Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/graphql/com.graphql.java.dataloader_2.1.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.graphql.java.dataloader/2.1.1-SNAPSHOT/com.graphql.java.dataloader-2.1.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:43:35.715Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/graphql/com.graphql.java.dataloader_2.1.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.graphql.java.dataloader/2.1.1-SNAPSHOT/com.graphql.java.dataloader-2.1.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:43:35.715Z] [INFO] [2023-09-08T19:43:35.715Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.graphql.java.dataloader --- [2023-09-08T19:43:35.715Z] [INFO] [2023-09-08T19:43:35.715Z] [INFO] -------------< org.eclipse.orbit.bundles:com.graphql.java >------------- [2023-09-08T19:43:35.715Z] [INFO] Building graphql-java 11.0.0-SNAPSHOT [262/375] [2023-09-08T19:43:35.715Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:43:35.715Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/graphql-java/graphql-java/11.0/graphql-java-11.0.pom [2023-09-08T19:43:35.715Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/graphql-java/graphql-java/11.0/graphql-java-11.0.pom [2023-09-08T19:43:35.715Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/graphql-java/graphql-java/11.0/graphql-java-11.0.pom (1.8 kB at 64 kB/s) [2023-09-08T19:43:35.715Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/reactivestreams/reactive-streams/1.0.2/reactive-streams-1.0.2.pom [2023-09-08T19:43:35.715Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/reactivestreams/reactive-streams/1.0.2/reactive-streams-1.0.2.pom [2023-09-08T19:43:35.715Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/reactivestreams/reactive-streams/1.0.2/reactive-streams-1.0.2.pom (1.2 kB at 116 kB/s) [2023-09-08T19:43:35.715Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/graphql-java/graphql-java/11.0/graphql-java-11.0.jar [2023-09-08T19:43:35.715Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/reactivestreams/reactive-streams/1.0.2/reactive-streams-1.0.2.jar [2023-09-08T19:43:35.715Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/graphql-java/graphql-java/11.0/graphql-java-11.0.jar [2023-09-08T19:43:35.716Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/reactivestreams/reactive-streams/1.0.2/reactive-streams-1.0.2.jar [2023-09-08T19:43:35.978Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/reactivestreams/reactive-streams/1.0.2/reactive-streams-1.0.2.jar (2.1 kB at 100 kB/s) [2023-09-08T19:43:35.978Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/graphql-java/graphql-java/11.0/graphql-java-11.0.jar (1.0 MB at 27 MB/s) [2023-09-08T19:43:35.978Z] [INFO] [2023-09-08T19:43:35.978Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.graphql.java --- [2023-09-08T19:43:35.978Z] [INFO] [2023-09-08T19:43:35.978Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.graphql.java --- [2023-09-08T19:43:35.978Z] [INFO] The project's OSGi version is 11.0.0.v20221112-0806 [2023-09-08T19:43:35.978Z] [INFO] [2023-09-08T19:43:35.978Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.graphql.java --- [2023-09-08T19:43:35.978Z] [INFO] [2023-09-08T19:43:35.978Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.graphql.java --- [2023-09-08T19:43:35.978Z] [INFO] Copying 3 resources [2023-09-08T19:43:35.978Z] [INFO] [2023-09-08T19:43:35.978Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.graphql.java --- [2023-09-08T19:43:35.978Z] [INFO] No sources to compile [2023-09-08T19:43:35.978Z] [INFO] [2023-09-08T19:43:35.978Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.graphql.java --- [2023-09-08T19:43:35.978Z] [INFO] Gathering dependencies [2023-09-08T19:43:35.978Z] [INFO] Configured Artifact: com.graphql-java:graphql-java:11.0:jar [2023-09-08T19:43:35.978Z] [INFO] Unpacking /home/vnc/.m2/repository/com/graphql-java/graphql-java/11.0/graphql-java-11.0.jar to /home/jenkins/agent/workspace/orbit-recipes/graphql/com.graphql.java_11.0.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:43:35.978Z] [INFO] Merging collected dependencies [2023-09-08T19:43:35.978Z] [INFO] Copying 676 resources [2023-09-08T19:43:35.978Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:43:36.236Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.graphql.java:eclipse-bundle-recipe:11.0.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:43:36.236Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/graphql/com.graphql.java_11.0.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:43:36.236Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/graphql/com.graphql.java_11.0.0/target/com.graphql.java-11.0.0-SNAPSHOT.jar [2023-09-08T19:43:36.492Z] [INFO] Gathering sources [2023-09-08T19:43:36.492Z] [INFO] Configured Artifact: com.graphql-java:graphql-java:sources:11.0:jar [2023-09-08T19:43:36.492Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/graphql-java/graphql-java/11.0/graphql-java-11.0-sources.jar [2023-09-08T19:43:36.492Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/graphql-java/graphql-java/11.0/graphql-java-11.0-sources.jar [2023-09-08T19:43:36.492Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/graphql-java/graphql-java/11.0/graphql-java-11.0-sources.jar (448 kB at 3.0 MB/s) [2023-09-08T19:43:36.492Z] [INFO] Unpacking /home/vnc/.m2/repository/com/graphql-java/graphql-java/11.0/graphql-java-11.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/graphql/com.graphql.java_11.0.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:43:36.747Z] [INFO] Copying 3 resources [2023-09-08T19:43:36.747Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/graphql/com.graphql.java_11.0.0/src/main/java [2023-09-08T19:43:36.747Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/graphql/com.graphql.java_11.0.0/target/com.graphql.java-11.0.0-SNAPSHOT-sources.jar [2023-09-08T19:43:36.747Z] [INFO] Assembling p2 repository [2023-09-08T19:43:37.676Z] [INFO] [2023-09-08T19:43:37.676Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.graphql.java --- [2023-09-08T19:43:37.676Z] [INFO] [2023-09-08T19:43:37.676Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.graphql.java --- [2023-09-08T19:43:37.676Z] [INFO] Gathering sources archives [2023-09-08T19:43:37.676Z] [INFO] Configured Artifact: com.graphql-java:graphql-java:sources:11.0:jar [2023-09-08T19:43:37.676Z] [INFO] Unpacking /home/vnc/.m2/repository/com/graphql-java/graphql-java/11.0/graphql-java-11.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/graphql/com.graphql.java_11.0.0/target/sources-for-eclipse-ipzilla/graphql-java-11.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:43:37.676Z] [INFO] Configured Artifact: com.graphql-java:graphql-java:sources:11.0:jar [2023-09-08T19:43:37.676Z] [INFO] Copying graphql-java-11.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/graphql/com.graphql.java_11.0.0/target/sources-for-eclipse-ipzilla/graphql-java-11.0-sources.jar [2023-09-08T19:43:37.676Z] [INFO] Refreshing about files and about.html [2023-09-08T19:43:37.676Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/graphql/com.graphql.java_11.0.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:43:37.676Z] [INFO] [2023-09-08T19:43:37.676Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ com.graphql.java --- [2023-09-08T19:43:37.933Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/graphql/com.graphql.java_11.0.0/target/com.graphql.java-11.0.0-SNAPSHOT.jar [2023-09-08T19:43:39.821Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/graphql/com.graphql.java_11.0.0/target/com.graphql.java-11.0.0-SNAPSHOT-sources.jar [2023-09-08T19:43:40.751Z] [INFO] [2023-09-08T19:43:40.751Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.graphql.java --- [2023-09-08T19:43:41.008Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:com.graphql.java:11.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/graphql/com.graphql.java_11.0.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:43:41.008Z] no-classifier: different [2023-09-08T19:43:41.008Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:43:41.008Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:43:41.008Z] classifier-sources: different [2023-09-08T19:43:41.008Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:43:41.008Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:43:41.008Z] [2023-09-08T19:43:41.008Z] [INFO] MavenProject: org.eclipse.orbit.bundles:com.graphql.java:11.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/graphql/com.graphql.java_11.0.0/pom.xml [2023-09-08T19:43:41.008Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:43:41.008Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:43:41.008Z] [2023-09-08T19:43:41.008Z] [INFO] [2023-09-08T19:43:41.008Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ com.graphql.java --- [2023-09-08T19:43:41.008Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/graphql/com.graphql.java_11.0.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.graphql.java/11.0.0-SNAPSHOT/com.graphql.java-11.0.0-SNAPSHOT.pom [2023-09-08T19:43:41.008Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/graphql/com.graphql.java_11.0.0/target/com.graphql.java-11.0.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.graphql.java/11.0.0-SNAPSHOT/com.graphql.java-11.0.0-SNAPSHOT.jar [2023-09-08T19:43:41.008Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/graphql/com.graphql.java_11.0.0/target/com.graphql.java-11.0.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.graphql.java/11.0.0-SNAPSHOT/com.graphql.java-11.0.0-SNAPSHOT-sources.jar [2023-09-08T19:43:41.008Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/graphql/com.graphql.java_11.0.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.graphql.java/11.0.0-SNAPSHOT/com.graphql.java-11.0.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:43:41.008Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/graphql/com.graphql.java_11.0.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.graphql.java/11.0.0-SNAPSHOT/com.graphql.java-11.0.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:43:41.008Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/graphql/com.graphql.java_11.0.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.graphql.java/11.0.0-SNAPSHOT/com.graphql.java-11.0.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:43:41.008Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/graphql/com.graphql.java_11.0.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.graphql.java/11.0.0-SNAPSHOT/com.graphql.java-11.0.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:43:41.008Z] [INFO] [2023-09-08T19:43:41.008Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.graphql.java --- [2023-09-08T19:43:41.008Z] [INFO] [2023-09-08T19:43:41.008Z] [INFO] -----------------< org.eclipse.orbit.bundles:hamcrest >----------------- [2023-09-08T19:43:41.008Z] [INFO] Building Eclipse Orbit :: Hamcrest Recipes 1.0.0-SNAPSHOT [263/375] [2023-09-08T19:43:41.008Z] [INFO] --------------------------------[ pom ]--------------------------------- [2023-09-08T19:43:41.008Z] [INFO] [2023-09-08T19:43:41.008Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hamcrest --- [2023-09-08T19:43:41.008Z] [INFO] [2023-09-08T19:43:41.008Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ hamcrest --- [2023-09-08T19:43:41.008Z] [INFO] [2023-09-08T19:43:41.008Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ hamcrest --- [2023-09-08T19:43:41.008Z] [INFO] [2023-09-08T19:43:41.008Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ hamcrest --- [2023-09-08T19:43:41.008Z] [INFO] [2023-09-08T19:43:41.008Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hamcrest --- [2023-09-08T19:43:41.008Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/hamcrest/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/hamcrest/1.0.0-SNAPSHOT/hamcrest-1.0.0-SNAPSHOT.pom [2023-09-08T19:43:41.008Z] [INFO] [2023-09-08T19:43:41.008Z] [INFO] ------------< org.eclipse.orbit.bundles:org.hamcrest.core >------------- [2023-09-08T19:43:41.008Z] [INFO] Building Hamcrest Core 1.3.0-SNAPSHOT [264/375] [2023-09-08T19:43:41.008Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:43:41.008Z] [INFO] [2023-09-08T19:43:41.008Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.hamcrest.core --- [2023-09-08T19:43:41.008Z] [INFO] [2023-09-08T19:43:41.008Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.hamcrest.core --- [2023-09-08T19:43:41.264Z] [INFO] The project's OSGi version is 1.3.0.v20180420-1519 [2023-09-08T19:43:41.264Z] [INFO] [2023-09-08T19:43:41.264Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.hamcrest.core --- [2023-09-08T19:43:41.264Z] [INFO] [2023-09-08T19:43:41.264Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.hamcrest.core --- [2023-09-08T19:43:41.264Z] [INFO] Copying 3 resources [2023-09-08T19:43:41.264Z] [INFO] [2023-09-08T19:43:41.264Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.hamcrest.core --- [2023-09-08T19:43:41.264Z] [INFO] No sources to compile [2023-09-08T19:43:41.264Z] [INFO] [2023-09-08T19:43:41.264Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.hamcrest.core --- [2023-09-08T19:43:41.264Z] [INFO] Gathering dependencies [2023-09-08T19:43:41.264Z] [INFO] Configured Artifact: org.hamcrest:hamcrest-core:1.3:jar [2023-09-08T19:43:41.264Z] [INFO] Unpacking /home/vnc/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar to /home/jenkins/agent/workspace/orbit-recipes/hamcrest/org.hamcrest.core_1.3.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:43:41.264Z] [INFO] Merging collected dependencies [2023-09-08T19:43:41.264Z] [INFO] Copying 47 resources [2023-09-08T19:43:41.264Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:43:41.264Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.hamcrest.core:eclipse-bundle-recipe:1.3.0-SNAPSHOT : Unused Import-Package instructions: [Import-Package: !*] [2023-09-08T19:43:41.264Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/hamcrest/org.hamcrest.core_1.3.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:43:41.264Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/hamcrest/org.hamcrest.core_1.3.0/target/org.hamcrest.core-1.3.0-SNAPSHOT.jar [2023-09-08T19:43:41.264Z] [INFO] Gathering sources [2023-09-08T19:43:41.264Z] [INFO] Configured Artifact: org.hamcrest:hamcrest-core:sources:1.3:jar [2023-09-08T19:43:41.264Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-sources.jar [2023-09-08T19:43:41.264Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-sources.jar [2023-09-08T19:43:41.264Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-sources.jar (33 kB at 473 kB/s) [2023-09-08T19:43:41.264Z] [INFO] Unpacking /home/vnc/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/hamcrest/org.hamcrest.core_1.3.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:43:41.264Z] [INFO] Copying 3 resources [2023-09-08T19:43:41.264Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/hamcrest/org.hamcrest.core_1.3.0/src/main/java [2023-09-08T19:43:41.264Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/hamcrest/org.hamcrest.core_1.3.0/target/org.hamcrest.core-1.3.0-SNAPSHOT-sources.jar [2023-09-08T19:43:41.264Z] [INFO] Assembling p2 repository [2023-09-08T19:43:41.828Z] [INFO] [2023-09-08T19:43:41.828Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.hamcrest.core --- [2023-09-08T19:43:41.828Z] [INFO] [2023-09-08T19:43:41.828Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.hamcrest.core --- [2023-09-08T19:43:41.828Z] [INFO] Gathering sources archives [2023-09-08T19:43:41.828Z] [INFO] Configured Artifact: org.hamcrest:hamcrest-core:sources:1.3:jar [2023-09-08T19:43:41.828Z] [INFO] Unpacking /home/vnc/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/hamcrest/org.hamcrest.core_1.3.0/target/sources-for-eclipse-ipzilla/hamcrest-core-1.3-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:43:41.828Z] [INFO] Configured Artifact: org.hamcrest:hamcrest-core:sources:1.3:jar [2023-09-08T19:43:41.828Z] [INFO] Copying hamcrest-core-1.3-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/hamcrest/org.hamcrest.core_1.3.0/target/sources-for-eclipse-ipzilla/hamcrest-core-1.3-sources.jar [2023-09-08T19:43:41.828Z] [INFO] Refreshing about files and about.html [2023-09-08T19:43:41.828Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/hamcrest/org.hamcrest.core_1.3.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:43:41.828Z] [INFO] [2023-09-08T19:43:41.828Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.hamcrest.core --- [2023-09-08T19:43:41.828Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/hamcrest/org.hamcrest.core_1.3.0/target/org.hamcrest.core-1.3.0-SNAPSHOT.jar [2023-09-08T19:43:45.998Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/hamcrest/org.hamcrest.core_1.3.0/target/org.hamcrest.core-1.3.0-SNAPSHOT-sources.jar [2023-09-08T19:43:46.561Z] [INFO] [2023-09-08T19:43:46.561Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.hamcrest.core --- [2023-09-08T19:43:46.818Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.hamcrest.core:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/hamcrest/org.hamcrest.core_1.3.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:43:46.818Z] no-classifier: different [2023-09-08T19:43:46.818Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:43:46.818Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:43:46.818Z] classifier-sources: different [2023-09-08T19:43:46.818Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:43:46.818Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:43:46.818Z] [2023-09-08T19:43:46.818Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.hamcrest.core:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/hamcrest/org.hamcrest.core_1.3.0/pom.xml [2023-09-08T19:43:46.818Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:43:46.818Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:43:46.818Z] [2023-09-08T19:43:46.818Z] [INFO] [2023-09-08T19:43:46.818Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.hamcrest.core --- [2023-09-08T19:43:46.818Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/hamcrest/org.hamcrest.core_1.3.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.hamcrest.core/1.3.0-SNAPSHOT/org.hamcrest.core-1.3.0-SNAPSHOT.pom [2023-09-08T19:43:46.818Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/hamcrest/org.hamcrest.core_1.3.0/target/org.hamcrest.core-1.3.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.hamcrest.core/1.3.0-SNAPSHOT/org.hamcrest.core-1.3.0-SNAPSHOT.jar [2023-09-08T19:43:46.818Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/hamcrest/org.hamcrest.core_1.3.0/target/org.hamcrest.core-1.3.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.hamcrest.core/1.3.0-SNAPSHOT/org.hamcrest.core-1.3.0-SNAPSHOT-sources.jar [2023-09-08T19:43:46.818Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/hamcrest/org.hamcrest.core_1.3.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.hamcrest.core/1.3.0-SNAPSHOT/org.hamcrest.core-1.3.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:43:46.818Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/hamcrest/org.hamcrest.core_1.3.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.hamcrest.core/1.3.0-SNAPSHOT/org.hamcrest.core-1.3.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:43:46.818Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/hamcrest/org.hamcrest.core_1.3.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.hamcrest.core/1.3.0-SNAPSHOT/org.hamcrest.core-1.3.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:43:46.818Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/hamcrest/org.hamcrest.core_1.3.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.hamcrest.core/1.3.0-SNAPSHOT/org.hamcrest.core-1.3.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:43:46.818Z] [INFO] [2023-09-08T19:43:46.818Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.hamcrest.core --- [2023-09-08T19:43:46.818Z] [INFO] [2023-09-08T19:43:46.818Z] [INFO] -----------< org.eclipse.orbit.bundles:org.hamcrest.library >----------- [2023-09-08T19:43:46.818Z] [INFO] Building Hamcrest library 1.3.0-SNAPSHOT [265/375] [2023-09-08T19:43:46.818Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:43:46.818Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.pom [2023-09-08T19:43:46.818Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.pom [2023-09-08T19:43:46.818Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.pom (820 B at 68 kB/s) [2023-09-08T19:43:46.818Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.jar [2023-09-08T19:43:46.818Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.jar [2023-09-08T19:43:46.818Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.jar (53 kB at 4.8 MB/s) [2023-09-08T19:43:46.818Z] [INFO] [2023-09-08T19:43:46.818Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.hamcrest.library --- [2023-09-08T19:43:46.818Z] [INFO] [2023-09-08T19:43:46.818Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.hamcrest.library --- [2023-09-08T19:43:46.818Z] [INFO] The project's OSGi version is 1.3.0.v20180524-2246 [2023-09-08T19:43:46.818Z] [INFO] [2023-09-08T19:43:46.818Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.hamcrest.library --- [2023-09-08T19:43:46.818Z] [INFO] [2023-09-08T19:43:46.818Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.hamcrest.library --- [2023-09-08T19:43:46.818Z] [INFO] Copying 3 resources [2023-09-08T19:43:46.818Z] [INFO] [2023-09-08T19:43:46.818Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.hamcrest.library --- [2023-09-08T19:43:46.818Z] [INFO] No sources to compile [2023-09-08T19:43:46.818Z] [INFO] [2023-09-08T19:43:46.818Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.hamcrest.library --- [2023-09-08T19:43:46.818Z] [INFO] Gathering dependencies [2023-09-08T19:43:46.818Z] [INFO] Configured Artifact: org.hamcrest:hamcrest-library:1.3:jar [2023-09-08T19:43:46.818Z] [INFO] Unpacking /home/vnc/.m2/repository/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.jar to /home/jenkins/agent/workspace/orbit-recipes/hamcrest/org.hamcrest.library_1.3.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:43:46.818Z] [INFO] Merging collected dependencies [2023-09-08T19:43:46.818Z] [INFO] Copying 37 resources [2023-09-08T19:43:46.818Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:43:46.818Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.hamcrest.library:eclipse-bundle-recipe:1.3.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:43:46.818Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.hamcrest.library:eclipse-bundle-recipe:1.3.0-SNAPSHOT : Host org.hamcrest.core=bundle-version="1.3.0" for this fragment/require bundle cannot be found on the classpath [2023-09-08T19:43:46.818Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/hamcrest/org.hamcrest.library_1.3.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:43:47.076Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/hamcrest/org.hamcrest.library_1.3.0/target/org.hamcrest.library-1.3.0-SNAPSHOT.jar [2023-09-08T19:43:47.076Z] [INFO] Gathering sources [2023-09-08T19:43:47.076Z] [INFO] Configured Artifact: org.hamcrest:hamcrest-library:sources:1.3:jar [2023-09-08T19:43:47.076Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3-sources.jar [2023-09-08T19:43:47.076Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3-sources.jar [2023-09-08T19:43:47.076Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3-sources.jar (39 kB at 3.2 MB/s) [2023-09-08T19:43:47.076Z] [INFO] Unpacking /home/vnc/.m2/repository/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/hamcrest/org.hamcrest.library_1.3.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:43:47.076Z] [INFO] Copying 3 resources [2023-09-08T19:43:47.076Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/hamcrest/org.hamcrest.library_1.3.0/src/main/java [2023-09-08T19:43:47.076Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/hamcrest/org.hamcrest.library_1.3.0/target/org.hamcrest.library-1.3.0-SNAPSHOT-sources.jar [2023-09-08T19:43:47.333Z] [INFO] Assembling p2 repository [2023-09-08T19:43:47.894Z] [INFO] [2023-09-08T19:43:47.894Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.hamcrest.library --- [2023-09-08T19:43:47.894Z] [INFO] [2023-09-08T19:43:47.894Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.hamcrest.library --- [2023-09-08T19:43:47.894Z] [INFO] Gathering sources archives [2023-09-08T19:43:47.894Z] [INFO] Configured Artifact: org.hamcrest:hamcrest-library:sources:1.3:jar [2023-09-08T19:43:47.894Z] [INFO] Unpacking /home/vnc/.m2/repository/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/hamcrest/org.hamcrest.library_1.3.0/target/sources-for-eclipse-ipzilla/hamcrest-library-1.3-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:43:47.894Z] [INFO] Configured Artifact: org.hamcrest:hamcrest-library:sources:1.3:jar [2023-09-08T19:43:47.894Z] [INFO] Copying hamcrest-library-1.3-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/hamcrest/org.hamcrest.library_1.3.0/target/sources-for-eclipse-ipzilla/hamcrest-library-1.3-sources.jar [2023-09-08T19:43:47.894Z] [INFO] Refreshing about files and about.html [2023-09-08T19:43:47.894Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/hamcrest/org.hamcrest.library_1.3.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:43:47.894Z] [INFO] [2023-09-08T19:43:47.894Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.hamcrest.library --- [2023-09-08T19:43:47.894Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/hamcrest/org.hamcrest.library_1.3.0/target/org.hamcrest.library-1.3.0-SNAPSHOT.jar [2023-09-08T19:43:49.262Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/hamcrest/org.hamcrest.library_1.3.0/target/org.hamcrest.library-1.3.0-SNAPSHOT-sources.jar [2023-09-08T19:43:49.827Z] [INFO] [2023-09-08T19:43:49.827Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.hamcrest.library --- [2023-09-08T19:43:50.083Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.hamcrest.library:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/hamcrest/org.hamcrest.library_1.3.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:43:50.083Z] no-classifier: different [2023-09-08T19:43:50.083Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:43:50.083Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:43:50.083Z] classifier-sources: different [2023-09-08T19:43:50.083Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:43:50.083Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:43:50.083Z] [2023-09-08T19:43:50.083Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.hamcrest.library:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/hamcrest/org.hamcrest.library_1.3.0/pom.xml [2023-09-08T19:43:50.083Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:43:50.083Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:43:50.083Z] [2023-09-08T19:43:50.083Z] [INFO] [2023-09-08T19:43:50.083Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.hamcrest.library --- [2023-09-08T19:43:50.083Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/hamcrest/org.hamcrest.library_1.3.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.hamcrest.library/1.3.0-SNAPSHOT/org.hamcrest.library-1.3.0-SNAPSHOT.pom [2023-09-08T19:43:50.083Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/hamcrest/org.hamcrest.library_1.3.0/target/org.hamcrest.library-1.3.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.hamcrest.library/1.3.0-SNAPSHOT/org.hamcrest.library-1.3.0-SNAPSHOT.jar [2023-09-08T19:43:50.083Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/hamcrest/org.hamcrest.library_1.3.0/target/org.hamcrest.library-1.3.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.hamcrest.library/1.3.0-SNAPSHOT/org.hamcrest.library-1.3.0-SNAPSHOT-sources.jar [2023-09-08T19:43:50.083Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/hamcrest/org.hamcrest.library_1.3.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.hamcrest.library/1.3.0-SNAPSHOT/org.hamcrest.library-1.3.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:43:50.083Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/hamcrest/org.hamcrest.library_1.3.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.hamcrest.library/1.3.0-SNAPSHOT/org.hamcrest.library-1.3.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:43:50.083Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/hamcrest/org.hamcrest.library_1.3.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.hamcrest.library/1.3.0-SNAPSHOT/org.hamcrest.library-1.3.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:43:50.083Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/hamcrest/org.hamcrest.library_1.3.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.hamcrest.library/1.3.0-SNAPSHOT/org.hamcrest.library-1.3.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:43:50.083Z] [INFO] [2023-09-08T19:43:50.083Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.hamcrest.library --- [2023-09-08T19:43:50.083Z] [INFO] [2023-09-08T19:43:50.083Z] [INFO] ---------------< org.eclipse.orbit.bundles:org.hamcrest >--------------- [2023-09-08T19:43:50.083Z] [INFO] Building Hamcrest 2.2.0-SNAPSHOT [266/375] [2023-09-08T19:43:50.083Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:43:50.083Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom [2023-09-08T19:43:50.083Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom [2023-09-08T19:43:50.083Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom (1.1 kB at 103 kB/s) [2023-09-08T19:43:50.083Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/hamcrest/hamcrest/2.2/hamcrest-2.2.jar [2023-09-08T19:43:50.083Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest/2.2/hamcrest-2.2.jar [2023-09-08T19:43:50.083Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest/2.2/hamcrest-2.2.jar (123 kB at 10 MB/s) [2023-09-08T19:43:50.083Z] [INFO] [2023-09-08T19:43:50.083Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.hamcrest --- [2023-09-08T19:43:50.083Z] [INFO] [2023-09-08T19:43:50.084Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.hamcrest --- [2023-09-08T19:43:50.340Z] [INFO] The project's OSGi version is 2.2.0.v20210711-0821 [2023-09-08T19:43:50.340Z] [INFO] [2023-09-08T19:43:50.340Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.hamcrest --- [2023-09-08T19:43:50.340Z] [INFO] [2023-09-08T19:43:50.340Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.hamcrest --- [2023-09-08T19:43:50.340Z] [INFO] Copying 3 resources [2023-09-08T19:43:50.340Z] [INFO] [2023-09-08T19:43:50.340Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.hamcrest --- [2023-09-08T19:43:50.340Z] [INFO] No sources to compile [2023-09-08T19:43:50.340Z] [INFO] [2023-09-08T19:43:50.340Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.hamcrest --- [2023-09-08T19:43:50.340Z] [INFO] Gathering dependencies [2023-09-08T19:43:50.340Z] [INFO] Configured Artifact: org.hamcrest:hamcrest:2.2:jar [2023-09-08T19:43:50.340Z] [INFO] Unpacking /home/vnc/.m2/repository/org/hamcrest/hamcrest/2.2/hamcrest-2.2.jar to /home/jenkins/agent/workspace/orbit-recipes/hamcrest/org.hamcrest_2.2.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:43:50.340Z] [INFO] Merging collected dependencies [2023-09-08T19:43:50.340Z] [INFO] Copying 109 resources [2023-09-08T19:43:50.340Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:43:50.340Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.hamcrest:eclipse-bundle-recipe:2.2.0-SNAPSHOT : Unused Export-Package instructions: [*.implementation.*, *.impl.*] [2023-09-08T19:43:50.340Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/hamcrest/org.hamcrest_2.2.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:43:50.340Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/hamcrest/org.hamcrest_2.2.0/target/org.hamcrest-2.2.0-SNAPSHOT.jar [2023-09-08T19:43:50.340Z] [INFO] Gathering sources [2023-09-08T19:43:50.340Z] [INFO] Configured Artifact: org.hamcrest:hamcrest:sources:2.2:jar [2023-09-08T19:43:50.340Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/hamcrest/hamcrest/2.2/hamcrest-2.2-sources.jar [2023-09-08T19:43:50.341Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest/2.2/hamcrest-2.2-sources.jar [2023-09-08T19:43:50.341Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest/2.2/hamcrest-2.2-sources.jar (83 kB at 4.6 MB/s) [2023-09-08T19:43:50.341Z] [INFO] Unpacking /home/vnc/.m2/repository/org/hamcrest/hamcrest/2.2/hamcrest-2.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/hamcrest/org.hamcrest_2.2.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:43:50.341Z] [INFO] Copying 3 resources [2023-09-08T19:43:50.341Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/hamcrest/org.hamcrest_2.2.0/src/main/java [2023-09-08T19:43:50.341Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/hamcrest/org.hamcrest_2.2.0/target/org.hamcrest-2.2.0-SNAPSHOT-sources.jar [2023-09-08T19:43:50.341Z] [INFO] Assembling p2 repository [2023-09-08T19:43:51.269Z] [INFO] [2023-09-08T19:43:51.269Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.hamcrest --- [2023-09-08T19:43:51.269Z] [INFO] [2023-09-08T19:43:51.269Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.hamcrest --- [2023-09-08T19:43:51.269Z] [INFO] Gathering sources archives [2023-09-08T19:43:51.269Z] [INFO] Configured Artifact: org.hamcrest:hamcrest:sources:2.2:jar [2023-09-08T19:43:51.269Z] [INFO] Unpacking /home/vnc/.m2/repository/org/hamcrest/hamcrest/2.2/hamcrest-2.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/hamcrest/org.hamcrest_2.2.0/target/sources-for-eclipse-ipzilla/hamcrest-2.2-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:43:51.269Z] [INFO] Configured Artifact: org.hamcrest:hamcrest:sources:2.2:jar [2023-09-08T19:43:51.269Z] [INFO] Copying hamcrest-2.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/hamcrest/org.hamcrest_2.2.0/target/sources-for-eclipse-ipzilla/hamcrest-2.2-sources.jar [2023-09-08T19:43:51.269Z] [INFO] Refreshing about files and about.html [2023-09-08T19:43:51.269Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/hamcrest/org.hamcrest_2.2.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:43:51.269Z] [INFO] [2023-09-08T19:43:51.269Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.hamcrest --- [2023-09-08T19:43:51.269Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/hamcrest/org.hamcrest_2.2.0/target/org.hamcrest-2.2.0-SNAPSHOT.jar [2023-09-08T19:43:52.199Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/hamcrest/org.hamcrest_2.2.0/target/org.hamcrest-2.2.0-SNAPSHOT-sources.jar [2023-09-08T19:43:54.096Z] [INFO] [2023-09-08T19:43:54.096Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.hamcrest --- [2023-09-08T19:43:54.352Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.hamcrest:2.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/hamcrest/org.hamcrest_2.2.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:43:54.352Z] no-classifier: different [2023-09-08T19:43:54.352Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:43:54.352Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:43:54.352Z] classifier-sources: different [2023-09-08T19:43:54.352Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:43:54.352Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:43:54.352Z] [2023-09-08T19:43:54.352Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.hamcrest:2.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/hamcrest/org.hamcrest_2.2.0/pom.xml [2023-09-08T19:43:54.353Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:43:54.353Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:43:54.353Z] [2023-09-08T19:43:54.353Z] [INFO] [2023-09-08T19:43:54.353Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.hamcrest --- [2023-09-08T19:43:54.353Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/hamcrest/org.hamcrest_2.2.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.hamcrest/2.2.0-SNAPSHOT/org.hamcrest-2.2.0-SNAPSHOT.pom [2023-09-08T19:43:54.353Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/hamcrest/org.hamcrest_2.2.0/target/org.hamcrest-2.2.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.hamcrest/2.2.0-SNAPSHOT/org.hamcrest-2.2.0-SNAPSHOT.jar [2023-09-08T19:43:54.353Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/hamcrest/org.hamcrest_2.2.0/target/org.hamcrest-2.2.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.hamcrest/2.2.0-SNAPSHOT/org.hamcrest-2.2.0-SNAPSHOT-sources.jar [2023-09-08T19:43:54.353Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/hamcrest/org.hamcrest_2.2.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.hamcrest/2.2.0-SNAPSHOT/org.hamcrest-2.2.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:43:54.353Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/hamcrest/org.hamcrest_2.2.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.hamcrest/2.2.0-SNAPSHOT/org.hamcrest-2.2.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:43:54.353Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/hamcrest/org.hamcrest_2.2.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.hamcrest/2.2.0-SNAPSHOT/org.hamcrest-2.2.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:43:54.353Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/hamcrest/org.hamcrest_2.2.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.hamcrest/2.2.0-SNAPSHOT/org.hamcrest-2.2.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:43:54.353Z] [INFO] [2023-09-08T19:43:54.353Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.hamcrest --- [2023-09-08T19:43:54.353Z] [INFO] [2023-09-08T19:43:54.353Z] [INFO] --------------< org.eclipse.orbit.bundles:hsqldb-parent >--------------- [2023-09-08T19:43:54.353Z] [INFO] Building Eclipse Orbit :: Hsqldb Recipes 1.0.0-SNAPSHOT [267/375] [2023-09-08T19:43:54.353Z] [INFO] --------------------------------[ pom ]--------------------------------- [2023-09-08T19:43:54.353Z] [INFO] [2023-09-08T19:43:54.353Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hsqldb-parent --- [2023-09-08T19:43:54.353Z] [INFO] [2023-09-08T19:43:54.353Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ hsqldb-parent --- [2023-09-08T19:43:54.353Z] [INFO] [2023-09-08T19:43:54.353Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ hsqldb-parent --- [2023-09-08T19:43:54.353Z] [INFO] [2023-09-08T19:43:54.353Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ hsqldb-parent --- [2023-09-08T19:43:54.353Z] [INFO] [2023-09-08T19:43:54.353Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hsqldb-parent --- [2023-09-08T19:43:54.353Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/hsqldb/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/hsqldb-parent/1.0.0-SNAPSHOT/hsqldb-parent-1.0.0-SNAPSHOT.pom [2023-09-08T19:43:54.353Z] [INFO] [2023-09-08T19:43:54.353Z] [INFO] ----------------< org.eclipse.orbit.bundles:org.hsqldb >---------------- [2023-09-08T19:43:54.353Z] [INFO] Building HyperSQL Database 2.2.9-SNAPSHOT [268/375] [2023-09-08T19:43:54.353Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:43:54.353Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/hsqldb/hsqldb/2.2.9/hsqldb-2.2.9.pom [2023-09-08T19:43:54.353Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/hsqldb/hsqldb/2.2.9/hsqldb-2.2.9.pom [2023-09-08T19:43:54.353Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/hsqldb/hsqldb/2.2.9/hsqldb-2.2.9.pom (1.3 kB at 47 kB/s) [2023-09-08T19:43:54.353Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/hsqldb/hsqldb/2.2.9/hsqldb-2.2.9.jar [2023-09-08T19:43:54.353Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/hsqldb/hsqldb/2.2.9/hsqldb-2.2.9.jar [2023-09-08T19:43:54.353Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/hsqldb/hsqldb/2.2.9/hsqldb-2.2.9.jar (1.4 MB at 33 MB/s) [2023-09-08T19:43:54.353Z] [INFO] [2023-09-08T19:43:54.353Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.hsqldb --- [2023-09-08T19:43:54.353Z] [INFO] [2023-09-08T19:43:54.353Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.hsqldb --- [2023-09-08T19:43:54.353Z] [INFO] The project's OSGi version is 2.2.9.v20221112-0806 [2023-09-08T19:43:54.353Z] [INFO] [2023-09-08T19:43:54.353Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.hsqldb --- [2023-09-08T19:43:54.353Z] [INFO] [2023-09-08T19:43:54.353Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.hsqldb --- [2023-09-08T19:43:54.353Z] [INFO] Copying 2 resources [2023-09-08T19:43:54.353Z] [INFO] [2023-09-08T19:43:54.353Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.hsqldb --- [2023-09-08T19:43:54.353Z] [INFO] No sources to compile [2023-09-08T19:43:54.353Z] [INFO] [2023-09-08T19:43:54.353Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.hsqldb --- [2023-09-08T19:43:54.353Z] [INFO] Gathering dependencies [2023-09-08T19:43:54.353Z] [INFO] Configured Artifact: org.hsqldb:hsqldb:2.2.9:jar [2023-09-08T19:43:54.353Z] [INFO] Unpacking /home/vnc/.m2/repository/org/hsqldb/hsqldb/2.2.9/hsqldb-2.2.9.jar to /home/jenkins/agent/workspace/orbit-recipes/hsqldb/org.hsqldb_2.2.9/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:43:54.609Z] [INFO] Merging collected dependencies [2023-09-08T19:43:54.609Z] [INFO] Copying 609 resources [2023-09-08T19:43:54.609Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:43:54.865Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.hsqldb:eclipse-bundle-recipe:2.2.9-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:43:54.865Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/hsqldb/org.hsqldb_2.2.9/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:43:54.865Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/hsqldb/org.hsqldb_2.2.9/target/org.hsqldb-2.2.9-SNAPSHOT.jar [2023-09-08T19:43:54.865Z] [INFO] Gathering sources [2023-09-08T19:43:54.865Z] [INFO] Configured Artifact: org.hsqldb:hsqldb:sources:2.2.9:jar [2023-09-08T19:43:54.865Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/hsqldb/hsqldb/2.2.9/hsqldb-2.2.9-sources.jar [2023-09-08T19:43:55.121Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/hsqldb/hsqldb/2.2.9/hsqldb-2.2.9-sources.jar [2023-09-08T19:43:55.121Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/hsqldb/hsqldb/2.2.9/hsqldb-2.2.9-sources.jar (2.3 MB at 34 MB/s) [2023-09-08T19:43:55.121Z] [INFO] Unpacking /home/vnc/.m2/repository/org/hsqldb/hsqldb/2.2.9/hsqldb-2.2.9-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/hsqldb/org.hsqldb_2.2.9/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:43:55.121Z] [INFO] Copying 2 resources [2023-09-08T19:43:55.121Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/hsqldb/org.hsqldb_2.2.9/src/main/java [2023-09-08T19:43:55.377Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/hsqldb/org.hsqldb_2.2.9/target/org.hsqldb-2.2.9-SNAPSHOT-sources.jar [2023-09-08T19:43:55.635Z] [INFO] Assembling p2 repository [2023-09-08T19:43:56.198Z] [INFO] [2023-09-08T19:43:56.198Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.hsqldb --- [2023-09-08T19:43:56.198Z] [INFO] [2023-09-08T19:43:56.198Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.hsqldb --- [2023-09-08T19:43:56.198Z] [INFO] Gathering sources archives [2023-09-08T19:43:56.198Z] [INFO] Configured Artifact: org.hsqldb:hsqldb:sources:2.2.9:jar [2023-09-08T19:43:56.198Z] [INFO] Unpacking /home/vnc/.m2/repository/org/hsqldb/hsqldb/2.2.9/hsqldb-2.2.9-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/hsqldb/org.hsqldb_2.2.9/target/sources-for-eclipse-ipzilla/hsqldb-2.2.9-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:43:56.198Z] [INFO] Configured Artifact: org.hsqldb:hsqldb:sources:2.2.9:jar [2023-09-08T19:43:56.198Z] [INFO] Copying hsqldb-2.2.9-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/hsqldb/org.hsqldb_2.2.9/target/sources-for-eclipse-ipzilla/hsqldb-2.2.9-sources.jar [2023-09-08T19:43:56.198Z] [INFO] Refreshing about files and about.html [2023-09-08T19:43:56.198Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/hsqldb/org.hsqldb_2.2.9/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:43:56.198Z] [INFO] [2023-09-08T19:43:56.198Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.hsqldb --- [2023-09-08T19:43:56.455Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/hsqldb/org.hsqldb_2.2.9/target/org.hsqldb-2.2.9-SNAPSHOT.jar [2023-09-08T19:43:59.734Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/hsqldb/org.hsqldb_2.2.9/target/org.hsqldb-2.2.9-SNAPSHOT-sources.jar [2023-09-08T19:44:01.105Z] [INFO] [2023-09-08T19:44:01.105Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.hsqldb --- [2023-09-08T19:44:01.666Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.hsqldb:2.2.9-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/hsqldb/org.hsqldb_2.2.9/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:44:01.666Z] no-classifier: different [2023-09-08T19:44:01.666Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:44:01.666Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:44:01.666Z] classifier-sources: different [2023-09-08T19:44:01.666Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:44:01.666Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:44:01.666Z] [2023-09-08T19:44:01.666Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.hsqldb:2.2.9-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/hsqldb/org.hsqldb_2.2.9/pom.xml [2023-09-08T19:44:01.666Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:44:01.666Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:44:01.666Z] [2023-09-08T19:44:01.666Z] [INFO] [2023-09-08T19:44:01.666Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.hsqldb --- [2023-09-08T19:44:01.666Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/hsqldb/org.hsqldb_2.2.9/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.hsqldb/2.2.9-SNAPSHOT/org.hsqldb-2.2.9-SNAPSHOT.pom [2023-09-08T19:44:01.666Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/hsqldb/org.hsqldb_2.2.9/target/org.hsqldb-2.2.9-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.hsqldb/2.2.9-SNAPSHOT/org.hsqldb-2.2.9-SNAPSHOT.jar [2023-09-08T19:44:01.666Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/hsqldb/org.hsqldb_2.2.9/target/org.hsqldb-2.2.9-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.hsqldb/2.2.9-SNAPSHOT/org.hsqldb-2.2.9-SNAPSHOT-sources.jar [2023-09-08T19:44:01.666Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/hsqldb/org.hsqldb_2.2.9/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.hsqldb/2.2.9-SNAPSHOT/org.hsqldb-2.2.9-SNAPSHOT-p2metadata.xml [2023-09-08T19:44:01.666Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/hsqldb/org.hsqldb_2.2.9/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.hsqldb/2.2.9-SNAPSHOT/org.hsqldb-2.2.9-SNAPSHOT-p2artifacts.xml [2023-09-08T19:44:01.666Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/hsqldb/org.hsqldb_2.2.9/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.hsqldb/2.2.9-SNAPSHOT/org.hsqldb-2.2.9-SNAPSHOT-p2metadata.xml [2023-09-08T19:44:01.666Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/hsqldb/org.hsqldb_2.2.9/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.hsqldb/2.2.9-SNAPSHOT/org.hsqldb-2.2.9-SNAPSHOT-p2artifacts.xml [2023-09-08T19:44:01.666Z] [INFO] [2023-09-08T19:44:01.666Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.hsqldb --- [2023-09-08T19:44:01.666Z] [INFO] [2023-09-08T19:44:01.666Z] [INFO] ---------------< org.eclipse.orbit.bundles:icu4j-parent >--------------- [2023-09-08T19:44:01.666Z] [INFO] Building Eclipse Orbit :: ICU4J Recipes 1.0.0-SNAPSHOT [269/375] [2023-09-08T19:44:01.666Z] [INFO] --------------------------------[ pom ]--------------------------------- [2023-09-08T19:44:01.666Z] [INFO] [2023-09-08T19:44:01.666Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ icu4j-parent --- [2023-09-08T19:44:01.666Z] [INFO] [2023-09-08T19:44:01.666Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ icu4j-parent --- [2023-09-08T19:44:01.666Z] [INFO] [2023-09-08T19:44:01.666Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ icu4j-parent --- [2023-09-08T19:44:01.666Z] [INFO] [2023-09-08T19:44:01.666Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ icu4j-parent --- [2023-09-08T19:44:01.666Z] [INFO] [2023-09-08T19:44:01.666Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ icu4j-parent --- [2023-09-08T19:44:01.666Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/icu4j/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/icu4j-parent/1.0.0-SNAPSHOT/icu4j-parent-1.0.0-SNAPSHOT.pom [2023-09-08T19:44:01.666Z] [INFO] [2023-09-08T19:44:01.666Z] [INFO] ---------------< org.eclipse.orbit.bundles:com.ibm.icu >---------------- [2023-09-08T19:44:01.666Z] [INFO] Building ICU4J 72.1 72.1.0-SNAPSHOT [270/375] [2023-09-08T19:44:01.666Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:44:01.666Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/ibm/icu/icu4j/72.1/icu4j-72.1.pom [2023-09-08T19:44:01.666Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/ibm/icu/icu4j/72.1/icu4j-72.1.pom [2023-09-08T19:44:01.666Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/ibm/icu/icu4j/72.1/icu4j-72.1.pom (4.9 kB at 411 kB/s) [2023-09-08T19:44:01.666Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/ibm/icu/icu4j/72.1/icu4j-72.1.jar [2023-09-08T19:44:01.666Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/ibm/icu/icu4j/72.1/icu4j-72.1.jar [2023-09-08T19:44:01.666Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/ibm/icu/icu4j/72.1/icu4j-72.1.jar (14 MB at 106 MB/s) [2023-09-08T19:44:01.666Z] [INFO] [2023-09-08T19:44:01.666Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.ibm.icu --- [2023-09-08T19:44:01.666Z] [INFO] [2023-09-08T19:44:01.666Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.ibm.icu --- [2023-09-08T19:44:01.666Z] [INFO] The project's OSGi version is 72.1.0.v20221115-2007 [2023-09-08T19:44:01.666Z] [INFO] [2023-09-08T19:44:01.666Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.ibm.icu --- [2023-09-08T19:44:01.666Z] [INFO] [2023-09-08T19:44:01.666Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.ibm.icu --- [2023-09-08T19:44:01.666Z] [INFO] Copying 3 resources [2023-09-08T19:44:01.666Z] [INFO] [2023-09-08T19:44:01.666Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.ibm.icu --- [2023-09-08T19:44:01.666Z] [INFO] No sources to compile [2023-09-08T19:44:01.666Z] [INFO] [2023-09-08T19:44:01.666Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.ibm.icu --- [2023-09-08T19:44:01.666Z] [INFO] Gathering dependencies [2023-09-08T19:44:01.666Z] [INFO] Configured Artifact: com.ibm.icu:icu4j:72.1:jar [2023-09-08T19:44:01.666Z] [INFO] Unpacking /home/vnc/.m2/repository/com/ibm/icu/icu4j/72.1/icu4j-72.1.jar to /home/jenkins/agent/workspace/orbit-recipes/icu4j/com.ibm.icu_72.1.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:44:02.594Z] [INFO] Merging collected dependencies [2023-09-08T19:44:02.594Z] [INFO] Copying 5424 resources [2023-09-08T19:44:02.850Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:44:03.778Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.ibm.icu:eclipse-bundle-recipe:72.1.0-SNAPSHOT : Unused Export-Package instructions: [*.internal*] [2023-09-08T19:44:03.778Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/icu4j/com.ibm.icu_72.1.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:44:03.778Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/icu4j/com.ibm.icu_72.1.0/target/com.ibm.icu-72.1.0-SNAPSHOT.jar [2023-09-08T19:44:05.666Z] [INFO] Gathering sources [2023-09-08T19:44:05.666Z] [INFO] Configured Artifact: com.ibm.icu:icu4j:sources:72.1:jar [2023-09-08T19:44:05.666Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/ibm/icu/icu4j/72.1/icu4j-72.1-sources.jar [2023-09-08T19:44:05.666Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/ibm/icu/icu4j/72.1/icu4j-72.1-sources.jar [2023-09-08T19:44:05.666Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/ibm/icu/icu4j/72.1/icu4j-72.1-sources.jar (2.5 MB at 42 MB/s) [2023-09-08T19:44:05.666Z] [INFO] Unpacking /home/vnc/.m2/repository/com/ibm/icu/icu4j/72.1/icu4j-72.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/icu4j/com.ibm.icu_72.1.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:44:05.666Z] [INFO] Copying 3 resources [2023-09-08T19:44:05.666Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/icu4j/com.ibm.icu_72.1.0/src/main/java [2023-09-08T19:44:05.666Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/icu4j/com.ibm.icu_72.1.0/target/com.ibm.icu-72.1.0-SNAPSHOT-sources.jar [2023-09-08T19:44:05.922Z] [INFO] Assembling p2 repository [2023-09-08T19:44:06.485Z] [INFO] [2023-09-08T19:44:06.486Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.ibm.icu --- [2023-09-08T19:44:06.486Z] [INFO] [2023-09-08T19:44:06.486Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.ibm.icu --- [2023-09-08T19:44:06.486Z] [INFO] Gathering sources archives [2023-09-08T19:44:06.486Z] [INFO] Configured Artifact: com.ibm.icu:icu4j:sources:72.1:jar [2023-09-08T19:44:06.486Z] [INFO] Unpacking /home/vnc/.m2/repository/com/ibm/icu/icu4j/72.1/icu4j-72.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/icu4j/com.ibm.icu_72.1.0/target/sources-for-eclipse-ipzilla/icu4j-72.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:44:06.486Z] [INFO] Configured Artifact: com.ibm.icu:icu4j:sources:72.1:jar [2023-09-08T19:44:06.486Z] [INFO] Copying icu4j-72.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/icu4j/com.ibm.icu_72.1.0/target/sources-for-eclipse-ipzilla/icu4j-72.1-sources.jar [2023-09-08T19:44:06.486Z] [INFO] Refreshing about files and about.html [2023-09-08T19:44:06.486Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/icu4j/com.ibm.icu_72.1.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:44:06.486Z] [INFO] [2023-09-08T19:44:06.486Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ com.ibm.icu --- [2023-09-08T19:44:09.756Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/icu4j/com.ibm.icu_72.1.0/target/com.ibm.icu-72.1.0-SNAPSHOT.jar [2023-09-08T19:44:15.011Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/icu4j/com.ibm.icu_72.1.0/target/com.ibm.icu-72.1.0-SNAPSHOT-sources.jar [2023-09-08T19:44:16.380Z] [INFO] [2023-09-08T19:44:16.380Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.ibm.icu --- [2023-09-08T19:44:17.747Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:com.ibm.icu:72.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/icu4j/com.ibm.icu_72.1.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:44:17.747Z] no-classifier: different [2023-09-08T19:44:17.747Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:44:17.747Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:44:17.747Z] classifier-sources: different [2023-09-08T19:44:17.747Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:44:17.748Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:44:17.748Z] [2023-09-08T19:44:17.748Z] [INFO] MavenProject: org.eclipse.orbit.bundles:com.ibm.icu:72.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/icu4j/com.ibm.icu_72.1.0/pom.xml [2023-09-08T19:44:17.748Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:44:17.748Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:44:17.748Z] [2023-09-08T19:44:17.748Z] [INFO] [2023-09-08T19:44:17.748Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ com.ibm.icu --- [2023-09-08T19:44:17.748Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/icu4j/com.ibm.icu_72.1.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.ibm.icu/72.1.0-SNAPSHOT/com.ibm.icu-72.1.0-SNAPSHOT.pom [2023-09-08T19:44:17.748Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/icu4j/com.ibm.icu_72.1.0/target/com.ibm.icu-72.1.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.ibm.icu/72.1.0-SNAPSHOT/com.ibm.icu-72.1.0-SNAPSHOT.jar [2023-09-08T19:44:17.748Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/icu4j/com.ibm.icu_72.1.0/target/com.ibm.icu-72.1.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.ibm.icu/72.1.0-SNAPSHOT/com.ibm.icu-72.1.0-SNAPSHOT-sources.jar [2023-09-08T19:44:17.748Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/icu4j/com.ibm.icu_72.1.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.ibm.icu/72.1.0-SNAPSHOT/com.ibm.icu-72.1.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:44:17.748Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/icu4j/com.ibm.icu_72.1.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.ibm.icu/72.1.0-SNAPSHOT/com.ibm.icu-72.1.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:44:17.748Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/icu4j/com.ibm.icu_72.1.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.ibm.icu/72.1.0-SNAPSHOT/com.ibm.icu-72.1.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:44:17.748Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/icu4j/com.ibm.icu_72.1.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.ibm.icu/72.1.0-SNAPSHOT/com.ibm.icu-72.1.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:44:17.748Z] [INFO] [2023-09-08T19:44:17.748Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.ibm.icu --- [2023-09-08T19:44:17.748Z] [INFO] [2023-09-08T19:44:17.748Z] [INFO] --------------< org.eclipse.orbit.bundles:org.immutables >-------------- [2023-09-08T19:44:17.748Z] [INFO] Building Eclipse Orbit :: Immutables Recipes 1.0.0-SNAPSHOT [271/375] [2023-09-08T19:44:17.748Z] [INFO] --------------------------------[ pom ]--------------------------------- [2023-09-08T19:44:17.748Z] [INFO] [2023-09-08T19:44:17.748Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.immutables --- [2023-09-08T19:44:17.748Z] [INFO] [2023-09-08T19:44:17.748Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.immutables --- [2023-09-08T19:44:17.748Z] [INFO] [2023-09-08T19:44:17.748Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.immutables --- [2023-09-08T19:44:17.748Z] [INFO] [2023-09-08T19:44:17.748Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.immutables --- [2023-09-08T19:44:17.748Z] [INFO] [2023-09-08T19:44:17.748Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.immutables --- [2023-09-08T19:44:17.748Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/immutables/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.immutables/1.0.0-SNAPSHOT/org.immutables-1.0.0-SNAPSHOT.pom [2023-09-08T19:44:17.748Z] [INFO] [2023-09-08T19:44:17.748Z] [INFO] -----------< org.eclipse.orbit.bundles:org.immutables.value >----------- [2023-09-08T19:44:17.748Z] [INFO] Building org.immutables.value 2.8.3-SNAPSHOT [272/375] [2023-09-08T19:44:17.748Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:44:17.748Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/immutables/value/2.8.3/value-2.8.3.pom [2023-09-08T19:44:17.748Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/immutables/value/2.8.3/value-2.8.3.pom [2023-09-08T19:44:17.748Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/immutables/value/2.8.3/value-2.8.3.pom (5.4 kB at 97 kB/s) [2023-09-08T19:44:17.748Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/immutables/immutables/2.8.3/immutables-2.8.3.pom [2023-09-08T19:44:17.748Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/immutables/immutables/2.8.3/immutables-2.8.3.pom [2023-09-08T19:44:17.748Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/immutables/immutables/2.8.3/immutables-2.8.3.pom (13 kB at 201 kB/s) [2023-09-08T19:44:17.748Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/immutables/value/2.8.3/value-2.8.3.jar [2023-09-08T19:44:17.748Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/immutables/value/2.8.3/value-2.8.3.jar [2023-09-08T19:44:18.005Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/immutables/value/2.8.3/value-2.8.3.jar (3.0 MB at 39 MB/s) [2023-09-08T19:44:18.005Z] [INFO] [2023-09-08T19:44:18.005Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.immutables.value --- [2023-09-08T19:44:18.005Z] [INFO] [2023-09-08T19:44:18.005Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.immutables.value --- [2023-09-08T19:44:18.005Z] [INFO] The project's OSGi version is 2.8.3.v20221112-0806 [2023-09-08T19:44:18.005Z] [INFO] [2023-09-08T19:44:18.005Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.immutables.value --- [2023-09-08T19:44:18.005Z] [INFO] [2023-09-08T19:44:18.005Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.immutables.value --- [2023-09-08T19:44:18.005Z] [INFO] Copying 3 resources [2023-09-08T19:44:18.005Z] [INFO] [2023-09-08T19:44:18.005Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.immutables.value --- [2023-09-08T19:44:18.005Z] [INFO] No sources to compile [2023-09-08T19:44:18.005Z] [INFO] [2023-09-08T19:44:18.005Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.immutables.value --- [2023-09-08T19:44:18.005Z] [INFO] Gathering dependencies [2023-09-08T19:44:18.005Z] [INFO] Configured Artifact: org.immutables:value:2.8.3:jar [2023-09-08T19:44:18.005Z] [INFO] Unpacking /home/vnc/.m2/repository/org/immutables/value/2.8.3/value-2.8.3.jar to /home/jenkins/agent/workspace/orbit-recipes/immutables/org.immutables.value_2.8.3/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:44:18.261Z] [INFO] Merging collected dependencies [2023-09-08T19:44:18.261Z] [INFO] Copying 1869 resources [2023-09-08T19:44:18.261Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:44:18.517Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.immutables.value:eclipse-bundle-recipe:2.8.3-SNAPSHOT : Unused Export-Package instructions: [*.implementation.*, *.impl.*] [2023-09-08T19:44:18.517Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/immutables/org.immutables.value_2.8.3/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:44:18.775Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/immutables/org.immutables.value_2.8.3/target/org.immutables.value-2.8.3-SNAPSHOT.jar [2023-09-08T19:44:19.537Z] [INFO] Gathering sources [2023-09-08T19:44:19.537Z] [INFO] Configured Artifact: org.immutables:value:sources:2.8.3:jar [2023-09-08T19:44:19.537Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/immutables/value/2.8.3/value-2.8.3-sources.jar [2023-09-08T19:44:19.537Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/immutables/value/2.8.3/value-2.8.3-sources.jar [2023-09-08T19:44:19.537Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/immutables/value/2.8.3/value-2.8.3-sources.jar (616 kB at 12 MB/s) [2023-09-08T19:44:19.537Z] [INFO] Unpacking /home/vnc/.m2/repository/org/immutables/value/2.8.3/value-2.8.3-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/immutables/org.immutables.value_2.8.3/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:44:19.537Z] [INFO] Copying 3 resources [2023-09-08T19:44:19.537Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/immutables/org.immutables.value_2.8.3/src/main/java [2023-09-08T19:44:19.537Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/immutables/org.immutables.value_2.8.3/target/org.immutables.value-2.8.3-SNAPSHOT-sources.jar [2023-09-08T19:44:19.537Z] [INFO] Assembling p2 repository [2023-09-08T19:44:20.101Z] [INFO] [2023-09-08T19:44:20.101Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.immutables.value --- [2023-09-08T19:44:20.101Z] [INFO] [2023-09-08T19:44:20.101Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.immutables.value --- [2023-09-08T19:44:20.101Z] [INFO] Gathering sources archives [2023-09-08T19:44:20.101Z] [INFO] Configured Artifact: org.immutables:value:sources:2.8.3:jar [2023-09-08T19:44:20.101Z] [INFO] Unpacking /home/vnc/.m2/repository/org/immutables/value/2.8.3/value-2.8.3-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/immutables/org.immutables.value_2.8.3/target/sources-for-eclipse-ipzilla/value-2.8.3-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:44:20.101Z] [INFO] Configured Artifact: org.immutables:value:sources:2.8.3:jar [2023-09-08T19:44:20.101Z] [INFO] Copying value-2.8.3-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/immutables/org.immutables.value_2.8.3/target/sources-for-eclipse-ipzilla/value-2.8.3-sources.jar [2023-09-08T19:44:20.101Z] [INFO] Refreshing about files and about.html [2023-09-08T19:44:20.101Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/immutables/org.immutables.value_2.8.3/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:44:20.101Z] [INFO] [2023-09-08T19:44:20.101Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.immutables.value --- [2023-09-08T19:44:21.032Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/immutables/org.immutables.value_2.8.3/target/org.immutables.value-2.8.3-SNAPSHOT.jar [2023-09-08T19:44:25.210Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/immutables/org.immutables.value_2.8.3/target/org.immutables.value-2.8.3-SNAPSHOT-sources.jar [2023-09-08T19:44:25.468Z] [INFO] [2023-09-08T19:44:25.468Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.immutables.value --- [2023-09-08T19:44:26.031Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.immutables.value:2.8.3-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/immutables/org.immutables.value_2.8.3/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:44:26.031Z] no-classifier: different [2023-09-08T19:44:26.031Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:44:26.031Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:44:26.031Z] classifier-sources: different [2023-09-08T19:44:26.031Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:44:26.031Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:44:26.031Z] [2023-09-08T19:44:26.031Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.immutables.value:2.8.3-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/immutables/org.immutables.value_2.8.3/pom.xml [2023-09-08T19:44:26.031Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:44:26.031Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:44:26.031Z] [2023-09-08T19:44:26.031Z] [INFO] [2023-09-08T19:44:26.031Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.immutables.value --- [2023-09-08T19:44:26.031Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/immutables/org.immutables.value_2.8.3/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.immutables.value/2.8.3-SNAPSHOT/org.immutables.value-2.8.3-SNAPSHOT.pom [2023-09-08T19:44:26.031Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/immutables/org.immutables.value_2.8.3/target/org.immutables.value-2.8.3-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.immutables.value/2.8.3-SNAPSHOT/org.immutables.value-2.8.3-SNAPSHOT.jar [2023-09-08T19:44:26.031Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/immutables/org.immutables.value_2.8.3/target/org.immutables.value-2.8.3-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.immutables.value/2.8.3-SNAPSHOT/org.immutables.value-2.8.3-SNAPSHOT-sources.jar [2023-09-08T19:44:26.031Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/immutables/org.immutables.value_2.8.3/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.immutables.value/2.8.3-SNAPSHOT/org.immutables.value-2.8.3-SNAPSHOT-p2metadata.xml [2023-09-08T19:44:26.031Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/immutables/org.immutables.value_2.8.3/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.immutables.value/2.8.3-SNAPSHOT/org.immutables.value-2.8.3-SNAPSHOT-p2artifacts.xml [2023-09-08T19:44:26.031Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/immutables/org.immutables.value_2.8.3/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.immutables.value/2.8.3-SNAPSHOT/org.immutables.value-2.8.3-SNAPSHOT-p2metadata.xml [2023-09-08T19:44:26.031Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/immutables/org.immutables.value_2.8.3/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.immutables.value/2.8.3-SNAPSHOT/org.immutables.value-2.8.3-SNAPSHOT-p2artifacts.xml [2023-09-08T19:44:26.031Z] [INFO] [2023-09-08T19:44:26.031Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.immutables.value --- [2023-09-08T19:44:26.031Z] [INFO] [2023-09-08T19:44:26.031Z] [INFO] -----------------< org.eclipse.orbit.bundles:jackson >------------------ [2023-09-08T19:44:26.031Z] [INFO] Building Eclipse Orbit :: Jackson Recipes 1.0.0-SNAPSHOT [273/375] [2023-09-08T19:44:26.031Z] [INFO] --------------------------------[ pom ]--------------------------------- [2023-09-08T19:44:26.031Z] [INFO] [2023-09-08T19:44:26.031Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jackson --- [2023-09-08T19:44:26.031Z] [INFO] [2023-09-08T19:44:26.031Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ jackson --- [2023-09-08T19:44:26.031Z] [INFO] [2023-09-08T19:44:26.031Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ jackson --- [2023-09-08T19:44:26.031Z] [INFO] [2023-09-08T19:44:26.031Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ jackson --- [2023-09-08T19:44:26.031Z] [INFO] [2023-09-08T19:44:26.031Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ jackson --- [2023-09-08T19:44:26.031Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jackson/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/jackson/1.0.0-SNAPSHOT/jackson-1.0.0-SNAPSHOT.pom [2023-09-08T19:44:26.031Z] [INFO] [2023-09-08T19:44:26.031Z] [INFO] --< org.eclipse.orbit.bundles:com.fasterxml.jackson.core.jackson-annotations >-- [2023-09-08T19:44:26.031Z] [INFO] Building Jackson-annotations 2.13.2-SNAPSHOT [274/375] [2023-09-08T19:44:26.031Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:44:26.031Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/fasterxml/jackson/core/jackson-annotations/2.13.2/jackson-annotations-2.13.2.pom [2023-09-08T19:44:26.031Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.13.2/jackson-annotations-2.13.2.pom [2023-09-08T19:44:26.031Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.13.2/jackson-annotations-2.13.2.pom (6.1 kB at 553 kB/s) [2023-09-08T19:44:26.031Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/fasterxml/jackson/jackson-parent/2.13/jackson-parent-2.13.pom [2023-09-08T19:44:26.031Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-parent/2.13/jackson-parent-2.13.pom [2023-09-08T19:44:26.289Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-parent/2.13/jackson-parent-2.13.pom (7.4 kB at 742 kB/s) [2023-09-08T19:44:26.289Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/fasterxml/oss-parent/43/oss-parent-43.pom [2023-09-08T19:44:26.289Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/43/oss-parent-43.pom [2023-09-08T19:44:26.289Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/oss-parent/43/oss-parent-43.pom (24 kB at 2.1 MB/s) [2023-09-08T19:44:26.289Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/fasterxml/jackson/core/jackson-annotations/2.13.2/jackson-annotations-2.13.2.jar [2023-09-08T19:44:26.289Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.13.2/jackson-annotations-2.13.2.jar [2023-09-08T19:44:26.289Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.13.2/jackson-annotations-2.13.2.jar (76 kB at 6.3 MB/s) [2023-09-08T19:44:26.289Z] [INFO] [2023-09-08T19:44:26.289Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.fasterxml.jackson.core.jackson-annotations --- [2023-09-08T19:44:26.289Z] [INFO] [2023-09-08T19:44:26.289Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.fasterxml.jackson.core.jackson-annotations --- [2023-09-08T19:44:26.289Z] [INFO] The project's OSGi version is 2.13.2.v20220426-1653 [2023-09-08T19:44:26.289Z] [INFO] [2023-09-08T19:44:26.289Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.fasterxml.jackson.core.jackson-annotations --- [2023-09-08T19:44:26.289Z] [INFO] [2023-09-08T19:44:26.289Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.fasterxml.jackson.core.jackson-annotations --- [2023-09-08T19:44:26.289Z] [INFO] Copying 3 resources [2023-09-08T19:44:26.289Z] [INFO] [2023-09-08T19:44:26.289Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.fasterxml.jackson.core.jackson-annotations --- [2023-09-08T19:44:26.289Z] [INFO] No sources to compile [2023-09-08T19:44:26.289Z] [INFO] [2023-09-08T19:44:26.289Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.fasterxml.jackson.core.jackson-annotations --- [2023-09-08T19:44:26.289Z] [INFO] Gathering dependencies [2023-09-08T19:44:26.289Z] [INFO] Configured Artifact: com.fasterxml.jackson.core:jackson-annotations:2.13.2:jar [2023-09-08T19:44:26.289Z] [INFO] Unpacking /home/vnc/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.13.2/jackson-annotations-2.13.2.jar to /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.core.jackson-annotations_2.13.2/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:44:26.289Z] [INFO] Merging collected dependencies [2023-09-08T19:44:26.289Z] [INFO] Copying 74 resources [2023-09-08T19:44:26.289Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:44:26.289Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.fasterxml.jackson.core.jackson-annotations:eclipse-bundle-recipe:2.13.2-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.impl.*] [2023-09-08T19:44:26.289Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.core.jackson-annotations_2.13.2/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:44:26.289Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.core.jackson-annotations_2.13.2/target/com.fasterxml.jackson.core.jackson-annotations-2.13.2-SNAPSHOT.jar [2023-09-08T19:44:26.289Z] [INFO] Gathering sources [2023-09-08T19:44:26.289Z] [INFO] Configured Artifact: com.fasterxml.jackson.core:jackson-annotations:sources:2.13.2:jar [2023-09-08T19:44:26.289Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/fasterxml/jackson/core/jackson-annotations/2.13.2/jackson-annotations-2.13.2-sources.jar [2023-09-08T19:44:26.289Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.13.2/jackson-annotations-2.13.2-sources.jar [2023-09-08T19:44:26.289Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.13.2/jackson-annotations-2.13.2-sources.jar (80 kB at 6.7 MB/s) [2023-09-08T19:44:26.289Z] [INFO] Unpacking /home/vnc/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.13.2/jackson-annotations-2.13.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.core.jackson-annotations_2.13.2/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:44:26.289Z] [INFO] Copying 3 resources [2023-09-08T19:44:26.289Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.core.jackson-annotations_2.13.2/src/main/java [2023-09-08T19:44:26.289Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.core.jackson-annotations_2.13.2/target/com.fasterxml.jackson.core.jackson-annotations-2.13.2-SNAPSHOT-sources.jar [2023-09-08T19:44:26.289Z] [INFO] Assembling p2 repository [2023-09-08T19:44:26.853Z] [INFO] [2023-09-08T19:44:26.853Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.fasterxml.jackson.core.jackson-annotations --- [2023-09-08T19:44:26.853Z] [INFO] [2023-09-08T19:44:26.853Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.fasterxml.jackson.core.jackson-annotations --- [2023-09-08T19:44:26.853Z] [INFO] Gathering sources archives [2023-09-08T19:44:26.853Z] [INFO] Configured Artifact: com.fasterxml.jackson.core:jackson-annotations:sources:2.13.2:jar [2023-09-08T19:44:26.853Z] [INFO] Unpacking /home/vnc/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.13.2/jackson-annotations-2.13.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.core.jackson-annotations_2.13.2/target/sources-for-eclipse-ipzilla/jackson-annotations-2.13.2-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:44:26.853Z] [INFO] Configured Artifact: com.fasterxml.jackson.core:jackson-annotations:sources:2.13.2:jar [2023-09-08T19:44:26.853Z] [INFO] Copying jackson-annotations-2.13.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.core.jackson-annotations_2.13.2/target/sources-for-eclipse-ipzilla/jackson-annotations-2.13.2-sources.jar [2023-09-08T19:44:26.853Z] [INFO] Refreshing about files and about.html [2023-09-08T19:44:26.853Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.core.jackson-annotations_2.13.2/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:44:26.853Z] [INFO] [2023-09-08T19:44:26.853Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ com.fasterxml.jackson.core.jackson-annotations --- [2023-09-08T19:44:27.110Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.core.jackson-annotations_2.13.2/target/com.fasterxml.jackson.core.jackson-annotations-2.13.2-SNAPSHOT.jar [2023-09-08T19:44:28.042Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.core.jackson-annotations_2.13.2/target/com.fasterxml.jackson.core.jackson-annotations-2.13.2-SNAPSHOT-sources.jar [2023-09-08T19:44:28.975Z] [INFO] [2023-09-08T19:44:28.975Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.fasterxml.jackson.core.jackson-annotations --- [2023-09-08T19:44:29.231Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:com.fasterxml.jackson.core.jackson-annotations:2.13.2-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.core.jackson-annotations_2.13.2/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:44:29.231Z] no-classifier: different [2023-09-08T19:44:29.231Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:44:29.231Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:44:29.231Z] classifier-sources: different [2023-09-08T19:44:29.231Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:44:29.231Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:44:29.231Z] [2023-09-08T19:44:29.231Z] [INFO] MavenProject: org.eclipse.orbit.bundles:com.fasterxml.jackson.core.jackson-annotations:2.13.2-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.core.jackson-annotations_2.13.2/pom.xml [2023-09-08T19:44:29.231Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:44:29.231Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:44:29.231Z] [2023-09-08T19:44:29.231Z] [INFO] [2023-09-08T19:44:29.231Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ com.fasterxml.jackson.core.jackson-annotations --- [2023-09-08T19:44:29.231Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.core.jackson-annotations_2.13.2/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.core.jackson-annotations/2.13.2-SNAPSHOT/com.fasterxml.jackson.core.jackson-annotations-2.13.2-SNAPSHOT.pom [2023-09-08T19:44:29.232Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.core.jackson-annotations_2.13.2/target/com.fasterxml.jackson.core.jackson-annotations-2.13.2-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.core.jackson-annotations/2.13.2-SNAPSHOT/com.fasterxml.jackson.core.jackson-annotations-2.13.2-SNAPSHOT.jar [2023-09-08T19:44:29.232Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.core.jackson-annotations_2.13.2/target/com.fasterxml.jackson.core.jackson-annotations-2.13.2-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.core.jackson-annotations/2.13.2-SNAPSHOT/com.fasterxml.jackson.core.jackson-annotations-2.13.2-SNAPSHOT-sources.jar [2023-09-08T19:44:29.232Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.core.jackson-annotations_2.13.2/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.core.jackson-annotations/2.13.2-SNAPSHOT/com.fasterxml.jackson.core.jackson-annotations-2.13.2-SNAPSHOT-p2metadata.xml [2023-09-08T19:44:29.232Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.core.jackson-annotations_2.13.2/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.core.jackson-annotations/2.13.2-SNAPSHOT/com.fasterxml.jackson.core.jackson-annotations-2.13.2-SNAPSHOT-p2artifacts.xml [2023-09-08T19:44:29.232Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.core.jackson-annotations_2.13.2/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.core.jackson-annotations/2.13.2-SNAPSHOT/com.fasterxml.jackson.core.jackson-annotations-2.13.2-SNAPSHOT-p2metadata.xml [2023-09-08T19:44:29.232Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.core.jackson-annotations_2.13.2/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.core.jackson-annotations/2.13.2-SNAPSHOT/com.fasterxml.jackson.core.jackson-annotations-2.13.2-SNAPSHOT-p2artifacts.xml [2023-09-08T19:44:29.232Z] [INFO] [2023-09-08T19:44:29.232Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.fasterxml.jackson.core.jackson-annotations --- [2023-09-08T19:44:29.232Z] [INFO] [2023-09-08T19:44:29.232Z] [INFO] --< org.eclipse.orbit.bundles:com.fasterxml.jackson.core.jackson-core >-- [2023-09-08T19:44:29.232Z] [INFO] Building Jackson-core 2.13.2-SNAPSHOT [275/375] [2023-09-08T19:44:29.232Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:44:29.232Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/fasterxml/jackson/core/jackson-core/2.13.2/jackson-core-2.13.2.pom [2023-09-08T19:44:29.232Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.13.2/jackson-core-2.13.2.pom [2023-09-08T19:44:29.232Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.13.2/jackson-core-2.13.2.pom (5.5 kB at 461 kB/s) [2023-09-08T19:44:29.232Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/fasterxml/jackson/jackson-base/2.13.2/jackson-base-2.13.2.pom [2023-09-08T19:44:29.232Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-base/2.13.2/jackson-base-2.13.2.pom [2023-09-08T19:44:29.488Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-base/2.13.2/jackson-base-2.13.2.pom (9.9 kB at 988 kB/s) [2023-09-08T19:44:29.488Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/fasterxml/jackson/jackson-bom/2.13.2/jackson-bom-2.13.2.pom [2023-09-08T19:44:29.488Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-bom/2.13.2/jackson-bom-2.13.2.pom [2023-09-08T19:44:29.488Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jackson-bom/2.13.2/jackson-bom-2.13.2.pom (17 kB at 1.6 MB/s) [2023-09-08T19:44:29.488Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/fasterxml/jackson/core/jackson-core/2.13.2/jackson-core-2.13.2.jar [2023-09-08T19:44:29.488Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.13.2/jackson-core-2.13.2.jar [2023-09-08T19:44:29.488Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.13.2/jackson-core-2.13.2.jar (375 kB at 27 MB/s) [2023-09-08T19:44:29.488Z] [INFO] [2023-09-08T19:44:29.488Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.fasterxml.jackson.core.jackson-core --- [2023-09-08T19:44:29.488Z] [INFO] [2023-09-08T19:44:29.488Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.fasterxml.jackson.core.jackson-core --- [2023-09-08T19:44:29.488Z] [INFO] The project's OSGi version is 2.13.2.v20220426-1653 [2023-09-08T19:44:29.488Z] [INFO] [2023-09-08T19:44:29.488Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.fasterxml.jackson.core.jackson-core --- [2023-09-08T19:44:29.488Z] [INFO] [2023-09-08T19:44:29.488Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.fasterxml.jackson.core.jackson-core --- [2023-09-08T19:44:29.488Z] [INFO] Copying 3 resources [2023-09-08T19:44:29.488Z] [INFO] [2023-09-08T19:44:29.488Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.fasterxml.jackson.core.jackson-core --- [2023-09-08T19:44:29.488Z] [INFO] No sources to compile [2023-09-08T19:44:29.488Z] [INFO] [2023-09-08T19:44:29.488Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.fasterxml.jackson.core.jackson-core --- [2023-09-08T19:44:29.488Z] [INFO] Gathering dependencies [2023-09-08T19:44:29.488Z] [INFO] Configured Artifact: com.fasterxml.jackson.core:jackson-core:2.13.2:jar [2023-09-08T19:44:29.488Z] [INFO] Unpacking /home/vnc/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.13.2/jackson-core-2.13.2.jar to /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.core.jackson-core_2.13.2/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:44:29.488Z] [INFO] Merging collected dependencies [2023-09-08T19:44:29.488Z] [INFO] Copying 132 resources [2023-09-08T19:44:29.488Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:44:29.488Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.fasterxml.jackson.core.jackson-core:eclipse-bundle-recipe:2.13.2-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.impl.*] [2023-09-08T19:44:29.488Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.fasterxml.jackson.core.jackson-core:eclipse-bundle-recipe:2.13.2-SNAPSHOT : Classes found in the wrong directory: {META-INF/versions/9/module-info.class=module-info} [2023-09-08T19:44:29.488Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.core.jackson-core_2.13.2/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:44:29.488Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.core.jackson-core_2.13.2/target/com.fasterxml.jackson.core.jackson-core-2.13.2-SNAPSHOT.jar [2023-09-08T19:44:29.488Z] [INFO] Gathering sources [2023-09-08T19:44:29.488Z] [INFO] Configured Artifact: com.fasterxml.jackson.core:jackson-core:sources:2.13.2:jar [2023-09-08T19:44:29.488Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/fasterxml/jackson/core/jackson-core/2.13.2/jackson-core-2.13.2-sources.jar [2023-09-08T19:44:29.488Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.13.2/jackson-core-2.13.2-sources.jar [2023-09-08T19:44:29.489Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.13.2/jackson-core-2.13.2-sources.jar (406 kB at 24 MB/s) [2023-09-08T19:44:29.489Z] [INFO] Unpacking /home/vnc/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.13.2/jackson-core-2.13.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.core.jackson-core_2.13.2/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:44:29.746Z] [INFO] Copying 3 resources [2023-09-08T19:44:29.746Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.core.jackson-core_2.13.2/src/main/java [2023-09-08T19:44:29.746Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.core.jackson-core_2.13.2/target/com.fasterxml.jackson.core.jackson-core-2.13.2-SNAPSHOT-sources.jar [2023-09-08T19:44:29.746Z] [INFO] Assembling p2 repository [2023-09-08T19:44:30.309Z] [INFO] [2023-09-08T19:44:30.309Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.fasterxml.jackson.core.jackson-core --- [2023-09-08T19:44:30.309Z] [INFO] [2023-09-08T19:44:30.309Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.fasterxml.jackson.core.jackson-core --- [2023-09-08T19:44:30.309Z] [INFO] Gathering sources archives [2023-09-08T19:44:30.309Z] [INFO] Configured Artifact: com.fasterxml.jackson.core:jackson-core:sources:2.13.2:jar [2023-09-08T19:44:30.310Z] [INFO] Unpacking /home/vnc/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.13.2/jackson-core-2.13.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.core.jackson-core_2.13.2/target/sources-for-eclipse-ipzilla/jackson-core-2.13.2-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:44:30.310Z] [INFO] Configured Artifact: com.fasterxml.jackson.core:jackson-core:sources:2.13.2:jar [2023-09-08T19:44:30.310Z] [INFO] Copying jackson-core-2.13.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.core.jackson-core_2.13.2/target/sources-for-eclipse-ipzilla/jackson-core-2.13.2-sources.jar [2023-09-08T19:44:30.310Z] [INFO] Refreshing about files and about.html [2023-09-08T19:44:30.310Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.core.jackson-core_2.13.2/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:44:30.310Z] [INFO] [2023-09-08T19:44:30.310Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ com.fasterxml.jackson.core.jackson-core --- [2023-09-08T19:44:30.310Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.core.jackson-core_2.13.2/target/com.fasterxml.jackson.core.jackson-core-2.13.2-SNAPSHOT.jar [2023-09-08T19:44:31.681Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.core.jackson-core_2.13.2/target/com.fasterxml.jackson.core.jackson-core-2.13.2-SNAPSHOT-sources.jar [2023-09-08T19:44:32.611Z] [INFO] [2023-09-08T19:44:32.611Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.fasterxml.jackson.core.jackson-core --- [2023-09-08T19:44:32.866Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:com.fasterxml.jackson.core.jackson-core:2.13.2-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.core.jackson-core_2.13.2/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:44:32.866Z] no-classifier: different [2023-09-08T19:44:32.866Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:44:32.866Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:44:32.866Z] classifier-sources: different [2023-09-08T19:44:32.866Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:44:32.866Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:44:32.866Z] [2023-09-08T19:44:32.866Z] [INFO] MavenProject: org.eclipse.orbit.bundles:com.fasterxml.jackson.core.jackson-core:2.13.2-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.core.jackson-core_2.13.2/pom.xml [2023-09-08T19:44:32.866Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:44:32.866Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:44:32.866Z] [2023-09-08T19:44:32.866Z] [INFO] [2023-09-08T19:44:32.866Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ com.fasterxml.jackson.core.jackson-core --- [2023-09-08T19:44:32.866Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.core.jackson-core_2.13.2/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.core.jackson-core/2.13.2-SNAPSHOT/com.fasterxml.jackson.core.jackson-core-2.13.2-SNAPSHOT.pom [2023-09-08T19:44:32.866Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.core.jackson-core_2.13.2/target/com.fasterxml.jackson.core.jackson-core-2.13.2-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.core.jackson-core/2.13.2-SNAPSHOT/com.fasterxml.jackson.core.jackson-core-2.13.2-SNAPSHOT.jar [2023-09-08T19:44:32.867Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.core.jackson-core_2.13.2/target/com.fasterxml.jackson.core.jackson-core-2.13.2-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.core.jackson-core/2.13.2-SNAPSHOT/com.fasterxml.jackson.core.jackson-core-2.13.2-SNAPSHOT-sources.jar [2023-09-08T19:44:32.867Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.core.jackson-core_2.13.2/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.core.jackson-core/2.13.2-SNAPSHOT/com.fasterxml.jackson.core.jackson-core-2.13.2-SNAPSHOT-p2metadata.xml [2023-09-08T19:44:32.867Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.core.jackson-core_2.13.2/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.core.jackson-core/2.13.2-SNAPSHOT/com.fasterxml.jackson.core.jackson-core-2.13.2-SNAPSHOT-p2artifacts.xml [2023-09-08T19:44:32.867Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.core.jackson-core_2.13.2/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.core.jackson-core/2.13.2-SNAPSHOT/com.fasterxml.jackson.core.jackson-core-2.13.2-SNAPSHOT-p2metadata.xml [2023-09-08T19:44:32.867Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.core.jackson-core_2.13.2/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.core.jackson-core/2.13.2-SNAPSHOT/com.fasterxml.jackson.core.jackson-core-2.13.2-SNAPSHOT-p2artifacts.xml [2023-09-08T19:44:32.867Z] [INFO] [2023-09-08T19:44:32.867Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.fasterxml.jackson.core.jackson-core --- [2023-09-08T19:44:32.867Z] [INFO] [2023-09-08T19:44:32.867Z] [INFO] --< org.eclipse.orbit.bundles:com.fasterxml.jackson.core.jackson-databind >-- [2023-09-08T19:44:32.867Z] [INFO] Building jackson-databind 2.13.2-SNAPSHOT [276/375] [2023-09-08T19:44:32.867Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:44:32.867Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/fasterxml/jackson/core/jackson-databind/2.13.2/jackson-databind-2.13.2.pom [2023-09-08T19:44:32.867Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.13.2/jackson-databind-2.13.2.pom [2023-09-08T19:44:32.867Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.13.2/jackson-databind-2.13.2.pom (16 kB at 1.3 MB/s) [2023-09-08T19:44:32.867Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/fasterxml/jackson/core/jackson-databind/2.13.2/jackson-databind-2.13.2.jar [2023-09-08T19:44:32.867Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.13.2/jackson-databind-2.13.2.jar [2023-09-08T19:44:32.867Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.13.2/jackson-databind-2.13.2.jar (1.5 MB at 14 MB/s) [2023-09-08T19:44:32.867Z] [INFO] [2023-09-08T19:44:32.867Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.fasterxml.jackson.core.jackson-databind --- [2023-09-08T19:44:32.867Z] [INFO] [2023-09-08T19:44:32.867Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.fasterxml.jackson.core.jackson-databind --- [2023-09-08T19:44:32.867Z] [INFO] The project's OSGi version is 2.13.2.v20220426-1653 [2023-09-08T19:44:32.867Z] [INFO] [2023-09-08T19:44:32.867Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.fasterxml.jackson.core.jackson-databind --- [2023-09-08T19:44:32.867Z] [INFO] [2023-09-08T19:44:32.867Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.fasterxml.jackson.core.jackson-databind --- [2023-09-08T19:44:32.867Z] [INFO] Copying 3 resources [2023-09-08T19:44:32.867Z] [INFO] [2023-09-08T19:44:32.867Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.fasterxml.jackson.core.jackson-databind --- [2023-09-08T19:44:32.867Z] [INFO] No sources to compile [2023-09-08T19:44:32.867Z] [INFO] [2023-09-08T19:44:32.867Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.fasterxml.jackson.core.jackson-databind --- [2023-09-08T19:44:32.867Z] [INFO] Gathering dependencies [2023-09-08T19:44:32.867Z] [INFO] Configured Artifact: com.fasterxml.jackson.core:jackson-databind:2.13.2:jar [2023-09-08T19:44:32.867Z] [INFO] Unpacking /home/vnc/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.13.2/jackson-databind-2.13.2.jar to /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.core.jackson-databind_2.13.2/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:44:33.124Z] [INFO] Merging collected dependencies [2023-09-08T19:44:33.124Z] [INFO] Copying 711 resources [2023-09-08T19:44:33.124Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:44:33.381Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.fasterxml.jackson.core.jackson-databind:eclipse-bundle-recipe:2.13.2-SNAPSHOT : Unused Export-Package instructions: [*.internal.*] [2023-09-08T19:44:33.381Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.fasterxml.jackson.core.jackson-databind:eclipse-bundle-recipe:2.13.2-SNAPSHOT : Classes found in the wrong directory: {META-INF/versions/9/module-info.class=module-info} [2023-09-08T19:44:33.381Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.core.jackson-databind_2.13.2/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:44:33.381Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.core.jackson-databind_2.13.2/target/com.fasterxml.jackson.core.jackson-databind-2.13.2-SNAPSHOT.jar [2023-09-08T19:44:33.639Z] [INFO] Gathering sources [2023-09-08T19:44:33.640Z] [INFO] Configured Artifact: com.fasterxml.jackson.core:jackson-databind:sources:2.13.2:jar [2023-09-08T19:44:33.640Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/fasterxml/jackson/core/jackson-databind/2.13.2/jackson-databind-2.13.2-sources.jar [2023-09-08T19:44:33.640Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.13.2/jackson-databind-2.13.2-sources.jar [2023-09-08T19:44:33.640Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.13.2/jackson-databind-2.13.2-sources.jar (1.1 MB at 27 MB/s) [2023-09-08T19:44:33.640Z] [INFO] Unpacking /home/vnc/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.13.2/jackson-databind-2.13.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.core.jackson-databind_2.13.2/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:44:33.640Z] [INFO] Copying 3 resources [2023-09-08T19:44:33.640Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.core.jackson-databind_2.13.2/src/main/java [2023-09-08T19:44:33.896Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.core.jackson-databind_2.13.2/target/com.fasterxml.jackson.core.jackson-databind-2.13.2-SNAPSHOT-sources.jar [2023-09-08T19:44:33.896Z] [INFO] Assembling p2 repository [2023-09-08T19:44:34.460Z] [INFO] [2023-09-08T19:44:34.460Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.fasterxml.jackson.core.jackson-databind --- [2023-09-08T19:44:34.460Z] [INFO] [2023-09-08T19:44:34.460Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.fasterxml.jackson.core.jackson-databind --- [2023-09-08T19:44:34.460Z] [INFO] Gathering sources archives [2023-09-08T19:44:34.460Z] [INFO] Configured Artifact: com.fasterxml.jackson.core:jackson-databind:sources:2.13.2:jar [2023-09-08T19:44:34.460Z] [INFO] Unpacking /home/vnc/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.13.2/jackson-databind-2.13.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.core.jackson-databind_2.13.2/target/sources-for-eclipse-ipzilla/jackson-databind-2.13.2-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:44:34.716Z] [INFO] Configured Artifact: com.fasterxml.jackson.core:jackson-databind:sources:2.13.2:jar [2023-09-08T19:44:34.716Z] [INFO] Copying jackson-databind-2.13.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.core.jackson-databind_2.13.2/target/sources-for-eclipse-ipzilla/jackson-databind-2.13.2-sources.jar [2023-09-08T19:44:34.716Z] [INFO] Refreshing about files and about.html [2023-09-08T19:44:34.716Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.core.jackson-databind_2.13.2/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:44:34.716Z] [INFO] [2023-09-08T19:44:34.716Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ com.fasterxml.jackson.core.jackson-databind --- [2023-09-08T19:44:34.973Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.core.jackson-databind_2.13.2/target/com.fasterxml.jackson.core.jackson-databind-2.13.2-SNAPSHOT.jar [2023-09-08T19:44:36.870Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.core.jackson-databind_2.13.2/target/com.fasterxml.jackson.core.jackson-databind-2.13.2-SNAPSHOT-sources.jar [2023-09-08T19:44:37.802Z] [INFO] [2023-09-08T19:44:37.802Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.fasterxml.jackson.core.jackson-databind --- [2023-09-08T19:44:38.363Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:com.fasterxml.jackson.core.jackson-databind:2.13.2-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.core.jackson-databind_2.13.2/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:44:38.363Z] no-classifier: different [2023-09-08T19:44:38.363Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:44:38.363Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:44:38.363Z] classifier-sources: different [2023-09-08T19:44:38.363Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:44:38.363Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:44:38.363Z] [2023-09-08T19:44:38.363Z] [INFO] MavenProject: org.eclipse.orbit.bundles:com.fasterxml.jackson.core.jackson-databind:2.13.2-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.core.jackson-databind_2.13.2/pom.xml [2023-09-08T19:44:38.363Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:44:38.363Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:44:38.363Z] [2023-09-08T19:44:38.363Z] [INFO] [2023-09-08T19:44:38.363Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ com.fasterxml.jackson.core.jackson-databind --- [2023-09-08T19:44:38.363Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.core.jackson-databind_2.13.2/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.core.jackson-databind/2.13.2-SNAPSHOT/com.fasterxml.jackson.core.jackson-databind-2.13.2-SNAPSHOT.pom [2023-09-08T19:44:38.363Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.core.jackson-databind_2.13.2/target/com.fasterxml.jackson.core.jackson-databind-2.13.2-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.core.jackson-databind/2.13.2-SNAPSHOT/com.fasterxml.jackson.core.jackson-databind-2.13.2-SNAPSHOT.jar [2023-09-08T19:44:38.363Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.core.jackson-databind_2.13.2/target/com.fasterxml.jackson.core.jackson-databind-2.13.2-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.core.jackson-databind/2.13.2-SNAPSHOT/com.fasterxml.jackson.core.jackson-databind-2.13.2-SNAPSHOT-sources.jar [2023-09-08T19:44:38.363Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.core.jackson-databind_2.13.2/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.core.jackson-databind/2.13.2-SNAPSHOT/com.fasterxml.jackson.core.jackson-databind-2.13.2-SNAPSHOT-p2metadata.xml [2023-09-08T19:44:38.363Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.core.jackson-databind_2.13.2/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.core.jackson-databind/2.13.2-SNAPSHOT/com.fasterxml.jackson.core.jackson-databind-2.13.2-SNAPSHOT-p2artifacts.xml [2023-09-08T19:44:38.363Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.core.jackson-databind_2.13.2/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.core.jackson-databind/2.13.2-SNAPSHOT/com.fasterxml.jackson.core.jackson-databind-2.13.2-SNAPSHOT-p2metadata.xml [2023-09-08T19:44:38.363Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.core.jackson-databind_2.13.2/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.core.jackson-databind/2.13.2-SNAPSHOT/com.fasterxml.jackson.core.jackson-databind-2.13.2-SNAPSHOT-p2artifacts.xml [2023-09-08T19:44:38.363Z] [INFO] [2023-09-08T19:44:38.363Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.fasterxml.jackson.core.jackson-databind --- [2023-09-08T19:44:38.363Z] [INFO] [2023-09-08T19:44:38.363Z] [INFO] --< org.eclipse.orbit.bundles:com.fasterxml.jackson.datatype.jackson-datatype-guava >-- [2023-09-08T19:44:38.363Z] [INFO] Building Jackson datatype: Guava 2.13.2-SNAPSHOT [277/375] [2023-09-08T19:44:38.363Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:44:38.363Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/fasterxml/jackson/datatype/jackson-datatype-guava/2.13.2/jackson-datatype-guava-2.13.2.pom [2023-09-08T19:44:38.363Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/datatype/jackson-datatype-guava/2.13.2/jackson-datatype-guava-2.13.2.pom [2023-09-08T19:44:38.363Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/datatype/jackson-datatype-guava/2.13.2/jackson-datatype-guava-2.13.2.pom (3.0 kB at 228 kB/s) [2023-09-08T19:44:38.363Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/fasterxml/jackson/datatype/jackson-datatypes-collections/2.13.2/jackson-datatypes-collections-2.13.2.pom [2023-09-08T19:44:38.363Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/datatype/jackson-datatypes-collections/2.13.2/jackson-datatypes-collections-2.13.2.pom [2023-09-08T19:44:38.363Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/datatype/jackson-datatypes-collections/2.13.2/jackson-datatypes-collections-2.13.2.pom (3.1 kB at 258 kB/s) [2023-09-08T19:44:38.363Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/guava/guava/21.0/guava-21.0.pom [2023-09-08T19:44:38.363Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/21.0/guava-21.0.pom [2023-09-08T19:44:38.363Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/21.0/guava-21.0.pom (7.0 kB at 701 kB/s) [2023-09-08T19:44:38.363Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/guava/guava-parent/21.0/guava-parent-21.0.pom [2023-09-08T19:44:38.363Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/21.0/guava-parent-21.0.pom [2023-09-08T19:44:38.363Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava-parent/21.0/guava-parent-21.0.pom (9.7 kB at 879 kB/s) [2023-09-08T19:44:38.363Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/fasterxml/jackson/datatype/jackson-datatype-guava/2.13.2/jackson-datatype-guava-2.13.2.jar [2023-09-08T19:44:38.363Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/google/guava/guava/21.0/guava-21.0.jar [2023-09-08T19:44:38.363Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/datatype/jackson-datatype-guava/2.13.2/jackson-datatype-guava-2.13.2.jar [2023-09-08T19:44:38.363Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/21.0/guava-21.0.jar [2023-09-08T19:44:38.363Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/datatype/jackson-datatype-guava/2.13.2/jackson-datatype-guava-2.13.2.jar (88 kB at 4.4 MB/s) [2023-09-08T19:44:38.620Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/google/guava/guava/21.0/guava-21.0.jar (2.5 MB at 68 MB/s) [2023-09-08T19:44:38.620Z] [INFO] [2023-09-08T19:44:38.620Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.fasterxml.jackson.datatype.jackson-datatype-guava --- [2023-09-08T19:44:38.620Z] [INFO] [2023-09-08T19:44:38.620Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.fasterxml.jackson.datatype.jackson-datatype-guava --- [2023-09-08T19:44:38.620Z] [INFO] The project's OSGi version is 2.13.2.v20220426-1653 [2023-09-08T19:44:38.620Z] [INFO] [2023-09-08T19:44:38.620Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.fasterxml.jackson.datatype.jackson-datatype-guava --- [2023-09-08T19:44:38.620Z] [INFO] [2023-09-08T19:44:38.620Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.fasterxml.jackson.datatype.jackson-datatype-guava --- [2023-09-08T19:44:38.620Z] [INFO] Copying 3 resources [2023-09-08T19:44:38.620Z] [INFO] [2023-09-08T19:44:38.620Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.fasterxml.jackson.datatype.jackson-datatype-guava --- [2023-09-08T19:44:38.620Z] [INFO] No sources to compile [2023-09-08T19:44:38.620Z] [INFO] [2023-09-08T19:44:38.620Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.fasterxml.jackson.datatype.jackson-datatype-guava --- [2023-09-08T19:44:38.620Z] [INFO] Gathering dependencies [2023-09-08T19:44:38.620Z] [INFO] Configured Artifact: com.fasterxml.jackson.datatype:jackson-datatype-guava:2.13.2:jar [2023-09-08T19:44:38.620Z] [INFO] Unpacking /home/vnc/.m2/repository/com/fasterxml/jackson/datatype/jackson-datatype-guava/2.13.2/jackson-datatype-guava-2.13.2.jar to /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.datatype.jackson-datatype-guava_2.13.2/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:44:38.620Z] [INFO] Merging collected dependencies [2023-09-08T19:44:38.620Z] [INFO] Copying 50 resources [2023-09-08T19:44:38.620Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:44:38.620Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.fasterxml.jackson.datatype.jackson-datatype-guava:eclipse-bundle-recipe:2.13.2-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.impl.*] [2023-09-08T19:44:38.620Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.fasterxml.jackson.datatype.jackson-datatype-guava:eclipse-bundle-recipe:2.13.2-SNAPSHOT : Classes found in the wrong directory: {META-INF/versions/9/module-info.class=module-info} [2023-09-08T19:44:38.620Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.datatype.jackson-datatype-guava_2.13.2/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:44:38.620Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.datatype.jackson-datatype-guava_2.13.2/target/com.fasterxml.jackson.datatype.jackson-datatype-guava-2.13.2-SNAPSHOT.jar [2023-09-08T19:44:38.620Z] [INFO] Gathering sources [2023-09-08T19:44:38.620Z] [INFO] Configured Artifact: com.fasterxml.jackson.datatype:jackson-datatype-guava:sources:2.13.2:jar [2023-09-08T19:44:38.620Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/fasterxml/jackson/datatype/jackson-datatype-guava/2.13.2/jackson-datatype-guava-2.13.2-sources.jar [2023-09-08T19:44:38.621Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/datatype/jackson-datatype-guava/2.13.2/jackson-datatype-guava-2.13.2-sources.jar [2023-09-08T19:44:38.621Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/datatype/jackson-datatype-guava/2.13.2/jackson-datatype-guava-2.13.2-sources.jar (55 kB at 2.1 MB/s) [2023-09-08T19:44:38.621Z] [INFO] Unpacking /home/vnc/.m2/repository/com/fasterxml/jackson/datatype/jackson-datatype-guava/2.13.2/jackson-datatype-guava-2.13.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.datatype.jackson-datatype-guava_2.13.2/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:44:38.621Z] [INFO] Copying 3 resources [2023-09-08T19:44:38.621Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.datatype.jackson-datatype-guava_2.13.2/src/main/java [2023-09-08T19:44:38.621Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.datatype.jackson-datatype-guava_2.13.2/target/com.fasterxml.jackson.datatype.jackson-datatype-guava-2.13.2-SNAPSHOT-sources.jar [2023-09-08T19:44:38.621Z] [INFO] Assembling p2 repository [2023-09-08T19:44:39.184Z] [INFO] [2023-09-08T19:44:39.184Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.fasterxml.jackson.datatype.jackson-datatype-guava --- [2023-09-08T19:44:39.184Z] [INFO] [2023-09-08T19:44:39.184Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.fasterxml.jackson.datatype.jackson-datatype-guava --- [2023-09-08T19:44:39.184Z] [INFO] Gathering sources archives [2023-09-08T19:44:39.184Z] [INFO] Configured Artifact: com.fasterxml.jackson.datatype:jackson-datatype-guava:sources:2.13.2:jar [2023-09-08T19:44:39.184Z] [INFO] Unpacking /home/vnc/.m2/repository/com/fasterxml/jackson/datatype/jackson-datatype-guava/2.13.2/jackson-datatype-guava-2.13.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.datatype.jackson-datatype-guava_2.13.2/target/sources-for-eclipse-ipzilla/jackson-datatype-guava-2.13.2-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:44:39.184Z] [INFO] Configured Artifact: com.fasterxml.jackson.datatype:jackson-datatype-guava:sources:2.13.2:jar [2023-09-08T19:44:39.184Z] [INFO] Copying jackson-datatype-guava-2.13.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.datatype.jackson-datatype-guava_2.13.2/target/sources-for-eclipse-ipzilla/jackson-datatype-guava-2.13.2-sources.jar [2023-09-08T19:44:39.184Z] [INFO] Refreshing about files and about.html [2023-09-08T19:44:39.184Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.datatype.jackson-datatype-guava_2.13.2/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:44:39.184Z] [INFO] [2023-09-08T19:44:39.184Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ com.fasterxml.jackson.datatype.jackson-datatype-guava --- [2023-09-08T19:44:39.184Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.datatype.jackson-datatype-guava_2.13.2/target/com.fasterxml.jackson.datatype.jackson-datatype-guava-2.13.2-SNAPSHOT.jar [2023-09-08T19:44:41.074Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.datatype.jackson-datatype-guava_2.13.2/target/com.fasterxml.jackson.datatype.jackson-datatype-guava-2.13.2-SNAPSHOT-sources.jar [2023-09-08T19:44:42.967Z] [INFO] [2023-09-08T19:44:42.967Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.fasterxml.jackson.datatype.jackson-datatype-guava --- [2023-09-08T19:44:42.968Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:com.fasterxml.jackson.datatype.jackson-datatype-guava:2.13.2-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.datatype.jackson-datatype-guava_2.13.2/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:44:42.968Z] no-classifier: different [2023-09-08T19:44:42.968Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:44:42.968Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:44:42.968Z] classifier-sources: different [2023-09-08T19:44:42.968Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:44:42.968Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:44:42.968Z] [2023-09-08T19:44:42.968Z] [INFO] MavenProject: org.eclipse.orbit.bundles:com.fasterxml.jackson.datatype.jackson-datatype-guava:2.13.2-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.datatype.jackson-datatype-guava_2.13.2/pom.xml [2023-09-08T19:44:42.968Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:44:42.968Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:44:42.968Z] [2023-09-08T19:44:42.968Z] [INFO] [2023-09-08T19:44:42.968Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ com.fasterxml.jackson.datatype.jackson-datatype-guava --- [2023-09-08T19:44:42.968Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.datatype.jackson-datatype-guava_2.13.2/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.datatype.jackson-datatype-guava/2.13.2-SNAPSHOT/com.fasterxml.jackson.datatype.jackson-datatype-guava-2.13.2-SNAPSHOT.pom [2023-09-08T19:44:42.968Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.datatype.jackson-datatype-guava_2.13.2/target/com.fasterxml.jackson.datatype.jackson-datatype-guava-2.13.2-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.datatype.jackson-datatype-guava/2.13.2-SNAPSHOT/com.fasterxml.jackson.datatype.jackson-datatype-guava-2.13.2-SNAPSHOT.jar [2023-09-08T19:44:42.968Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.datatype.jackson-datatype-guava_2.13.2/target/com.fasterxml.jackson.datatype.jackson-datatype-guava-2.13.2-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.datatype.jackson-datatype-guava/2.13.2-SNAPSHOT/com.fasterxml.jackson.datatype.jackson-datatype-guava-2.13.2-SNAPSHOT-sources.jar [2023-09-08T19:44:42.968Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.datatype.jackson-datatype-guava_2.13.2/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.datatype.jackson-datatype-guava/2.13.2-SNAPSHOT/com.fasterxml.jackson.datatype.jackson-datatype-guava-2.13.2-SNAPSHOT-p2metadata.xml [2023-09-08T19:44:42.968Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.datatype.jackson-datatype-guava_2.13.2/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.datatype.jackson-datatype-guava/2.13.2-SNAPSHOT/com.fasterxml.jackson.datatype.jackson-datatype-guava-2.13.2-SNAPSHOT-p2artifacts.xml [2023-09-08T19:44:42.968Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.datatype.jackson-datatype-guava_2.13.2/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.datatype.jackson-datatype-guava/2.13.2-SNAPSHOT/com.fasterxml.jackson.datatype.jackson-datatype-guava-2.13.2-SNAPSHOT-p2metadata.xml [2023-09-08T19:44:42.968Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.datatype.jackson-datatype-guava_2.13.2/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.datatype.jackson-datatype-guava/2.13.2-SNAPSHOT/com.fasterxml.jackson.datatype.jackson-datatype-guava-2.13.2-SNAPSHOT-p2artifacts.xml [2023-09-08T19:44:42.968Z] [INFO] [2023-09-08T19:44:42.968Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.fasterxml.jackson.datatype.jackson-datatype-guava --- [2023-09-08T19:44:42.968Z] [INFO] [2023-09-08T19:44:42.968Z] [INFO] --< org.eclipse.orbit.bundles:com.fasterxml.jackson.jaxrs.jackson-jaxrs-base >-- [2023-09-08T19:44:42.968Z] [INFO] Building Jackson-JAXRS: base 2.13.2-SNAPSHOT [278/375] [2023-09-08T19:44:42.968Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:44:42.968Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.13.2/jackson-jaxrs-base-2.13.2.pom [2023-09-08T19:44:42.968Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.13.2/jackson-jaxrs-base-2.13.2.pom [2023-09-08T19:44:42.968Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.13.2/jackson-jaxrs-base-2.13.2.pom (2.1 kB at 171 kB/s) [2023-09-08T19:44:42.968Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/fasterxml/jackson/jaxrs/jackson-jaxrs-providers/2.13.2/jackson-jaxrs-providers-2.13.2.pom [2023-09-08T19:44:42.968Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-providers/2.13.2/jackson-jaxrs-providers-2.13.2.pom [2023-09-08T19:44:42.968Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-providers/2.13.2/jackson-jaxrs-providers-2.13.2.pom (5.6 kB at 466 kB/s) [2023-09-08T19:44:42.968Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.13.2/jackson-jaxrs-base-2.13.2.jar [2023-09-08T19:44:42.968Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.13.2/jackson-jaxrs-base-2.13.2.jar [2023-09-08T19:44:42.968Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.13.2/jackson-jaxrs-base-2.13.2.jar (31 kB at 2.8 MB/s) [2023-09-08T19:44:42.968Z] [INFO] [2023-09-08T19:44:42.968Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.fasterxml.jackson.jaxrs.jackson-jaxrs-base --- [2023-09-08T19:44:42.968Z] [INFO] [2023-09-08T19:44:42.968Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.fasterxml.jackson.jaxrs.jackson-jaxrs-base --- [2023-09-08T19:44:42.968Z] [INFO] The project's OSGi version is 2.13.2.v20220426-1653 [2023-09-08T19:44:42.968Z] [INFO] [2023-09-08T19:44:42.968Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.fasterxml.jackson.jaxrs.jackson-jaxrs-base --- [2023-09-08T19:44:42.968Z] [INFO] [2023-09-08T19:44:42.968Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.fasterxml.jackson.jaxrs.jackson-jaxrs-base --- [2023-09-08T19:44:42.968Z] [INFO] Copying 3 resources [2023-09-08T19:44:42.968Z] [INFO] [2023-09-08T19:44:42.968Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.fasterxml.jackson.jaxrs.jackson-jaxrs-base --- [2023-09-08T19:44:42.968Z] [INFO] No sources to compile [2023-09-08T19:44:42.968Z] [INFO] [2023-09-08T19:44:42.968Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.fasterxml.jackson.jaxrs.jackson-jaxrs-base --- [2023-09-08T19:44:42.968Z] [INFO] Gathering dependencies [2023-09-08T19:44:42.968Z] [INFO] Configured Artifact: com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:2.13.2:jar [2023-09-08T19:44:42.968Z] [INFO] Unpacking /home/vnc/.m2/repository/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.13.2/jackson-jaxrs-base-2.13.2.jar to /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base_2.13.2/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:44:42.968Z] [INFO] Merging collected dependencies [2023-09-08T19:44:42.968Z] [INFO] Copying 19 resources [2023-09-08T19:44:42.968Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:44:42.968Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.fasterxml.jackson.jaxrs.jackson-jaxrs-base:eclipse-bundle-recipe:2.13.2-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.impl.*] [2023-09-08T19:44:43.224Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.fasterxml.jackson.jaxrs.jackson-jaxrs-base:eclipse-bundle-recipe:2.13.2-SNAPSHOT : Classes found in the wrong directory: {META-INF/versions/11/module-info.class=module-info} [2023-09-08T19:44:43.224Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base_2.13.2/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:44:43.224Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base_2.13.2/target/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base-2.13.2-SNAPSHOT.jar [2023-09-08T19:44:43.224Z] [INFO] Gathering sources [2023-09-08T19:44:43.224Z] [INFO] Configured Artifact: com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:sources:2.13.2:jar [2023-09-08T19:44:43.224Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.13.2/jackson-jaxrs-base-2.13.2-sources.jar [2023-09-08T19:44:43.224Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.13.2/jackson-jaxrs-base-2.13.2-sources.jar [2023-09-08T19:44:43.224Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.13.2/jackson-jaxrs-base-2.13.2-sources.jar (27 kB at 2.4 MB/s) [2023-09-08T19:44:43.224Z] [INFO] Unpacking /home/vnc/.m2/repository/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.13.2/jackson-jaxrs-base-2.13.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base_2.13.2/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:44:43.224Z] [INFO] Copying 3 resources [2023-09-08T19:44:43.224Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base_2.13.2/src/main/java [2023-09-08T19:44:43.224Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base_2.13.2/target/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base-2.13.2-SNAPSHOT-sources.jar [2023-09-08T19:44:43.224Z] [INFO] Assembling p2 repository [2023-09-08T19:44:43.787Z] [INFO] [2023-09-08T19:44:43.787Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.fasterxml.jackson.jaxrs.jackson-jaxrs-base --- [2023-09-08T19:44:43.787Z] [INFO] [2023-09-08T19:44:43.787Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.fasterxml.jackson.jaxrs.jackson-jaxrs-base --- [2023-09-08T19:44:43.787Z] [INFO] Gathering sources archives [2023-09-08T19:44:43.787Z] [INFO] Configured Artifact: com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:sources:2.13.2:jar [2023-09-08T19:44:43.787Z] [INFO] Unpacking /home/vnc/.m2/repository/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.13.2/jackson-jaxrs-base-2.13.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base_2.13.2/target/sources-for-eclipse-ipzilla/jackson-jaxrs-base-2.13.2-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:44:43.787Z] [INFO] Configured Artifact: com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:sources:2.13.2:jar [2023-09-08T19:44:43.787Z] [INFO] Copying jackson-jaxrs-base-2.13.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base_2.13.2/target/sources-for-eclipse-ipzilla/jackson-jaxrs-base-2.13.2-sources.jar [2023-09-08T19:44:43.787Z] [INFO] Refreshing about files and about.html [2023-09-08T19:44:43.787Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base_2.13.2/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:44:43.787Z] [INFO] [2023-09-08T19:44:43.787Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ com.fasterxml.jackson.jaxrs.jackson-jaxrs-base --- [2023-09-08T19:44:43.788Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base_2.13.2/target/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base-2.13.2-SNAPSHOT.jar [2023-09-08T19:44:45.680Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base_2.13.2/target/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base-2.13.2-SNAPSHOT-sources.jar [2023-09-08T19:44:46.609Z] [INFO] [2023-09-08T19:44:46.609Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.fasterxml.jackson.jaxrs.jackson-jaxrs-base --- [2023-09-08T19:44:46.865Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:com.fasterxml.jackson.jaxrs.jackson-jaxrs-base:2.13.2-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base_2.13.2/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:44:46.865Z] no-classifier: different [2023-09-08T19:44:46.865Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:44:46.865Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:44:46.865Z] classifier-sources: different [2023-09-08T19:44:46.865Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:44:46.865Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:44:46.865Z] [2023-09-08T19:44:46.865Z] [INFO] MavenProject: org.eclipse.orbit.bundles:com.fasterxml.jackson.jaxrs.jackson-jaxrs-base:2.13.2-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base_2.13.2/pom.xml [2023-09-08T19:44:46.865Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:44:46.865Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:44:46.865Z] [2023-09-08T19:44:46.865Z] [INFO] [2023-09-08T19:44:46.865Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ com.fasterxml.jackson.jaxrs.jackson-jaxrs-base --- [2023-09-08T19:44:46.865Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base_2.13.2/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base/2.13.2-SNAPSHOT/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base-2.13.2-SNAPSHOT.pom [2023-09-08T19:44:46.865Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base_2.13.2/target/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base-2.13.2-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base/2.13.2-SNAPSHOT/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base-2.13.2-SNAPSHOT.jar [2023-09-08T19:44:46.865Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base_2.13.2/target/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base-2.13.2-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base/2.13.2-SNAPSHOT/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base-2.13.2-SNAPSHOT-sources.jar [2023-09-08T19:44:46.865Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base_2.13.2/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base/2.13.2-SNAPSHOT/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base-2.13.2-SNAPSHOT-p2metadata.xml [2023-09-08T19:44:46.865Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base_2.13.2/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base/2.13.2-SNAPSHOT/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base-2.13.2-SNAPSHOT-p2artifacts.xml [2023-09-08T19:44:46.865Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base_2.13.2/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base/2.13.2-SNAPSHOT/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base-2.13.2-SNAPSHOT-p2metadata.xml [2023-09-08T19:44:46.865Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base_2.13.2/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base/2.13.2-SNAPSHOT/com.fasterxml.jackson.jaxrs.jackson-jaxrs-base-2.13.2-SNAPSHOT-p2artifacts.xml [2023-09-08T19:44:46.865Z] [INFO] [2023-09-08T19:44:46.865Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.fasterxml.jackson.jaxrs.jackson-jaxrs-base --- [2023-09-08T19:44:46.865Z] [INFO] [2023-09-08T19:44:46.865Z] [INFO] --< org.eclipse.orbit.bundles:com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider >-- [2023-09-08T19:44:46.865Z] [INFO] Building Jackson-JAXRS: JSON 2.13.2-SNAPSHOT [279/375] [2023-09-08T19:44:46.865Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:44:46.865Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.13.2/jackson-jaxrs-json-provider-2.13.2.pom [2023-09-08T19:44:46.866Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.13.2/jackson-jaxrs-json-provider-2.13.2.pom [2023-09-08T19:44:46.866Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.13.2/jackson-jaxrs-json-provider-2.13.2.pom (4.4 kB at 151 kB/s) [2023-09-08T19:44:46.866Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.13.2/jackson-module-jaxb-annotations-2.13.2.pom [2023-09-08T19:44:46.866Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.13.2/jackson-module-jaxb-annotations-2.13.2.pom [2023-09-08T19:44:46.866Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.13.2/jackson-module-jaxb-annotations-2.13.2.pom (3.7 kB at 307 kB/s) [2023-09-08T19:44:46.866Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/fasterxml/jackson/module/jackson-modules-base/2.13.2/jackson-modules-base-2.13.2.pom [2023-09-08T19:44:46.866Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/module/jackson-modules-base/2.13.2/jackson-modules-base-2.13.2.pom [2023-09-08T19:44:46.866Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/module/jackson-modules-base/2.13.2/jackson-modules-base-2.13.2.pom (3.4 kB at 286 kB/s) [2023-09-08T19:44:47.121Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3.pom [2023-09-08T19:44:47.121Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3.pom [2023-09-08T19:44:47.121Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3.pom (13 kB at 1.3 MB/s) [2023-09-08T19:44:47.121Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/jakarta/xml/bind/jakarta.xml.bind-api-parent/2.3.3/jakarta.xml.bind-api-parent-2.3.3.pom [2023-09-08T19:44:47.121Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/jakarta/xml/bind/jakarta.xml.bind-api-parent/2.3.3/jakarta.xml.bind-api-parent-2.3.3.pom [2023-09-08T19:44:47.121Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/xml/bind/jakarta.xml.bind-api-parent/2.3.3/jakarta.xml.bind-api-parent-2.3.3.pom (9.0 kB at 998 kB/s) [2023-09-08T19:44:47.121Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom [2023-09-08T19:44:47.121Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom [2023-09-08T19:44:47.121Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom (13 kB at 1.2 MB/s) [2023-09-08T19:44:47.121Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/jakarta/activation/jakarta.activation-api/1.2.2/jakarta.activation-api-1.2.2.pom [2023-09-08T19:44:47.121Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/jakarta/activation/jakarta.activation-api/1.2.2/jakarta.activation-api-1.2.2.pom [2023-09-08T19:44:47.121Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/activation/jakarta.activation-api/1.2.2/jakarta.activation-api-1.2.2.pom (5.3 kB at 531 kB/s) [2023-09-08T19:44:47.121Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/sun/activation/all/1.2.2/all-1.2.2.pom [2023-09-08T19:44:47.121Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sun/activation/all/1.2.2/all-1.2.2.pom [2023-09-08T19:44:47.121Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/activation/all/1.2.2/all-1.2.2.pom (15 kB at 1.4 MB/s) [2023-09-08T19:44:47.121Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.13.2/jackson-jaxrs-json-provider-2.13.2.jar [2023-09-08T19:44:47.122Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3.jar [2023-09-08T19:44:47.122Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.13.2/jackson-module-jaxb-annotations-2.13.2.jar [2023-09-08T19:44:47.122Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.13.2/jackson-jaxrs-json-provider-2.13.2.jar [2023-09-08T19:44:47.122Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3.jar [2023-09-08T19:44:47.122Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.13.2/jackson-module-jaxb-annotations-2.13.2.jar [2023-09-08T19:44:47.122Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.13.2/jackson-jaxrs-json-provider-2.13.2.jar (16 kB at 1.1 MB/s) [2023-09-08T19:44:47.122Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.13.2/jackson-module-jaxb-annotations-2.13.2.jar (36 kB at 1.6 MB/s) [2023-09-08T19:44:47.122Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3.jar (116 kB at 4.1 MB/s) [2023-09-08T19:44:47.122Z] [INFO] [2023-09-08T19:44:47.122Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider --- [2023-09-08T19:44:47.122Z] [INFO] [2023-09-08T19:44:47.122Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider --- [2023-09-08T19:44:47.122Z] [INFO] The project's OSGi version is 2.13.2.v20220426-1653 [2023-09-08T19:44:47.122Z] [INFO] [2023-09-08T19:44:47.122Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider --- [2023-09-08T19:44:47.122Z] [INFO] [2023-09-08T19:44:47.122Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider --- [2023-09-08T19:44:47.122Z] [INFO] Copying 3 resources [2023-09-08T19:44:47.122Z] [INFO] [2023-09-08T19:44:47.122Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider --- [2023-09-08T19:44:47.122Z] [INFO] No sources to compile [2023-09-08T19:44:47.122Z] [INFO] [2023-09-08T19:44:47.122Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider --- [2023-09-08T19:44:47.122Z] [INFO] Gathering dependencies [2023-09-08T19:44:47.122Z] [INFO] Configured Artifact: com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:2.13.2:jar [2023-09-08T19:44:47.122Z] [INFO] Unpacking /home/vnc/.m2/repository/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.13.2/jackson-jaxrs-json-provider-2.13.2.jar to /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider_2.13.2/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:44:47.122Z] [INFO] Merging collected dependencies [2023-09-08T19:44:47.122Z] [INFO] Copying 14 resources [2023-09-08T19:44:47.122Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:44:47.122Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider:eclipse-bundle-recipe:2.13.2-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.impl.*] [2023-09-08T19:44:47.122Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider:eclipse-bundle-recipe:2.13.2-SNAPSHOT : Classes found in the wrong directory: {META-INF/versions/11/module-info.class=module-info} [2023-09-08T19:44:47.122Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider_2.13.2/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:44:47.122Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider_2.13.2/target/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider-2.13.2-SNAPSHOT.jar [2023-09-08T19:44:47.122Z] [INFO] Gathering sources [2023-09-08T19:44:47.122Z] [INFO] Configured Artifact: com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:sources:2.13.2:jar [2023-09-08T19:44:47.122Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.13.2/jackson-jaxrs-json-provider-2.13.2-sources.jar [2023-09-08T19:44:47.122Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.13.2/jackson-jaxrs-json-provider-2.13.2-sources.jar [2023-09-08T19:44:47.122Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.13.2/jackson-jaxrs-json-provider-2.13.2-sources.jar (15 kB at 1.2 MB/s) [2023-09-08T19:44:47.122Z] [INFO] Unpacking /home/vnc/.m2/repository/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.13.2/jackson-jaxrs-json-provider-2.13.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider_2.13.2/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:44:47.122Z] [INFO] Copying 3 resources [2023-09-08T19:44:47.122Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider_2.13.2/src/main/java [2023-09-08T19:44:47.122Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider_2.13.2/target/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider-2.13.2-SNAPSHOT-sources.jar [2023-09-08T19:44:47.378Z] [INFO] Assembling p2 repository [2023-09-08T19:44:47.942Z] [INFO] [2023-09-08T19:44:47.942Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider --- [2023-09-08T19:44:47.942Z] [INFO] [2023-09-08T19:44:47.942Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider --- [2023-09-08T19:44:47.942Z] [INFO] Gathering sources archives [2023-09-08T19:44:47.942Z] [INFO] Configured Artifact: com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:sources:2.13.2:jar [2023-09-08T19:44:47.942Z] [INFO] Unpacking /home/vnc/.m2/repository/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.13.2/jackson-jaxrs-json-provider-2.13.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider_2.13.2/target/sources-for-eclipse-ipzilla/jackson-jaxrs-json-provider-2.13.2-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:44:47.942Z] [INFO] Configured Artifact: com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:sources:2.13.2:jar [2023-09-08T19:44:47.942Z] [INFO] Copying jackson-jaxrs-json-provider-2.13.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider_2.13.2/target/sources-for-eclipse-ipzilla/jackson-jaxrs-json-provider-2.13.2-sources.jar [2023-09-08T19:44:47.942Z] [INFO] Refreshing about files and about.html [2023-09-08T19:44:47.943Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider_2.13.2/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:44:47.943Z] [INFO] [2023-09-08T19:44:47.943Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider --- [2023-09-08T19:44:47.943Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider_2.13.2/target/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider-2.13.2-SNAPSHOT.jar [2023-09-08T19:44:48.506Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider_2.13.2/target/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider-2.13.2-SNAPSHOT-sources.jar [2023-09-08T19:44:49.436Z] [INFO] [2023-09-08T19:44:49.436Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider --- [2023-09-08T19:44:49.693Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider:2.13.2-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider_2.13.2/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:44:49.693Z] no-classifier: different [2023-09-08T19:44:49.693Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:44:49.693Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:44:49.693Z] META-INF/MANIFEST.MF: different [2023-09-08T19:44:49.693Z] Import-Package: baseline='com.fasterxml.jackson.annotation;version="2.13.2",com.fasterxml.jackson.core;version="2.13.2",com.fasterxml.jackson.core.util;version="2.13.2",com.fasterxml.jackson.databind;version="2.13.2",com.fasterxml.jackson.databind.cfg;version="2.13.2",com.fasterxml.jackson.databind.introspect;version="2.13.2",com.fasterxml.jackson.databind.util;version="2.13.2",com.fasterxml.jackson.jaxrs.base;version="2.13.2",com.fasterxml.jackson.jaxrs.cfg;version="2.13.2",javax.ws.rs;version="2.1.1",javax.ws.rs.core;version="2.1.1",javax.ws.rs.ext;version="2.1.1",com.fasterxml.jackson.module.jaxb;version="2.13.2";resolution:=optional,com.fasterxml.jackson.jaxrs.json.annotation;resolution:=optional;version="[2.13,3)"' != reactor='com.fasterxml.jackson.annotation;version="2.13.2",com.fasterxml.jackson.core;version="2.13.2",com.fasterxml.jackson.core.util;version="2.13.2",com.fasterxml.jackson.databind;version="2.13.2",com.fasterxml.jackson.databind.cfg;version="2.13.2",com.fasterxml.jackson.databind.introspect;version="2.13.2",com.fasterxml.jackson.databind.util;version="2.13.2",com.fasterxml.jackson.jaxrs.base;version="2.13.2",com.fasterxml.jackson.jaxrs.cfg;version="2.13.2",javax.ws.rs;version="2.1.1",javax.ws.rs.core;version="2.1.1",javax.ws.rs.ext;version="2.1.1",com.fasterxml.jackson.module.jaxb;resolution:=optional;version="2.13.2",com.fasterxml.jackson.jaxrs.json.annotation;resolution:=optional;version="[2.13,3)"' [2023-09-08T19:44:49.693Z] classifier-sources: different [2023-09-08T19:44:49.693Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:44:49.693Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:44:49.693Z] [2023-09-08T19:44:49.693Z] [INFO] MavenProject: org.eclipse.orbit.bundles:com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider:2.13.2-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider_2.13.2/pom.xml [2023-09-08T19:44:49.693Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:44:49.693Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:44:49.693Z] [2023-09-08T19:44:49.693Z] [INFO] [2023-09-08T19:44:49.693Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider --- [2023-09-08T19:44:49.693Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider_2.13.2/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider/2.13.2-SNAPSHOT/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider-2.13.2-SNAPSHOT.pom [2023-09-08T19:44:49.693Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider_2.13.2/target/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider-2.13.2-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider/2.13.2-SNAPSHOT/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider-2.13.2-SNAPSHOT.jar [2023-09-08T19:44:49.693Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider_2.13.2/target/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider-2.13.2-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider/2.13.2-SNAPSHOT/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider-2.13.2-SNAPSHOT-sources.jar [2023-09-08T19:44:49.693Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider_2.13.2/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider/2.13.2-SNAPSHOT/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider-2.13.2-SNAPSHOT-p2metadata.xml [2023-09-08T19:44:49.693Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider_2.13.2/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider/2.13.2-SNAPSHOT/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider-2.13.2-SNAPSHOT-p2artifacts.xml [2023-09-08T19:44:49.693Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider_2.13.2/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider/2.13.2-SNAPSHOT/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider-2.13.2-SNAPSHOT-p2metadata.xml [2023-09-08T19:44:49.693Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider_2.13.2/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider/2.13.2-SNAPSHOT/com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider-2.13.2-SNAPSHOT-p2artifacts.xml [2023-09-08T19:44:49.693Z] [INFO] [2023-09-08T19:44:49.693Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider --- [2023-09-08T19:44:49.693Z] [INFO] [2023-09-08T19:44:49.693Z] [INFO] --< org.eclipse.orbit.bundles:com.fasterxml.jackson.module.jackson-module-jaxb-annotations >-- [2023-09-08T19:44:49.693Z] [INFO] Building Jackson module: Old JAXB Annotations (javax.xml.bind) 2.13.2-SNAPSHOT [280/375] [2023-09-08T19:44:49.693Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:44:49.693Z] [INFO] [2023-09-08T19:44:49.693Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.fasterxml.jackson.module.jackson-module-jaxb-annotations --- [2023-09-08T19:44:49.694Z] [INFO] [2023-09-08T19:44:49.694Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.fasterxml.jackson.module.jackson-module-jaxb-annotations --- [2023-09-08T19:44:49.694Z] [INFO] The project's OSGi version is 2.13.2.v20220426-1653 [2023-09-08T19:44:49.694Z] [INFO] [2023-09-08T19:44:49.694Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.fasterxml.jackson.module.jackson-module-jaxb-annotations --- [2023-09-08T19:44:49.694Z] [INFO] [2023-09-08T19:44:49.694Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.fasterxml.jackson.module.jackson-module-jaxb-annotations --- [2023-09-08T19:44:49.694Z] [INFO] Copying 3 resources [2023-09-08T19:44:49.694Z] [INFO] [2023-09-08T19:44:49.694Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.fasterxml.jackson.module.jackson-module-jaxb-annotations --- [2023-09-08T19:44:49.694Z] [INFO] No sources to compile [2023-09-08T19:44:49.694Z] [INFO] [2023-09-08T19:44:49.694Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.fasterxml.jackson.module.jackson-module-jaxb-annotations --- [2023-09-08T19:44:49.694Z] [INFO] Gathering dependencies [2023-09-08T19:44:49.694Z] [INFO] Configured Artifact: com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.13.2:jar [2023-09-08T19:44:49.694Z] [INFO] Unpacking /home/vnc/.m2/repository/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.13.2/jackson-module-jaxb-annotations-2.13.2.jar to /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.module.jackson-module-jaxb-annotations_2.13.2/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:44:49.694Z] [INFO] Merging collected dependencies [2023-09-08T19:44:49.694Z] [INFO] Copying 17 resources [2023-09-08T19:44:49.694Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:44:49.694Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.fasterxml.jackson.module.jackson-module-jaxb-annotations:eclipse-bundle-recipe:2.13.2-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:44:49.694Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.fasterxml.jackson.module.jackson-module-jaxb-annotations:eclipse-bundle-recipe:2.13.2-SNAPSHOT : Classes found in the wrong directory: {META-INF/versions/11/module-info.class=module-info} [2023-09-08T19:44:49.694Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.module.jackson-module-jaxb-annotations_2.13.2/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:44:49.694Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.module.jackson-module-jaxb-annotations_2.13.2/target/com.fasterxml.jackson.module.jackson-module-jaxb-annotations-2.13.2-SNAPSHOT.jar [2023-09-08T19:44:49.694Z] [INFO] Gathering sources [2023-09-08T19:44:49.694Z] [INFO] Configured Artifact: com.fasterxml.jackson.module:jackson-module-jaxb-annotations:sources:2.13.2:jar [2023-09-08T19:44:49.694Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.13.2/jackson-module-jaxb-annotations-2.13.2-sources.jar [2023-09-08T19:44:49.694Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.13.2/jackson-module-jaxb-annotations-2.13.2-sources.jar [2023-09-08T19:44:49.694Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.13.2/jackson-module-jaxb-annotations-2.13.2-sources.jar (27 kB at 912 kB/s) [2023-09-08T19:44:49.694Z] [INFO] Unpacking /home/vnc/.m2/repository/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.13.2/jackson-module-jaxb-annotations-2.13.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.module.jackson-module-jaxb-annotations_2.13.2/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:44:49.694Z] [INFO] Copying 3 resources [2023-09-08T19:44:49.694Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.module.jackson-module-jaxb-annotations_2.13.2/src/main/java [2023-09-08T19:44:49.694Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.module.jackson-module-jaxb-annotations_2.13.2/target/com.fasterxml.jackson.module.jackson-module-jaxb-annotations-2.13.2-SNAPSHOT-sources.jar [2023-09-08T19:44:49.694Z] [INFO] Assembling p2 repository [2023-09-08T19:44:50.258Z] [INFO] [2023-09-08T19:44:50.258Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.fasterxml.jackson.module.jackson-module-jaxb-annotations --- [2023-09-08T19:44:50.258Z] [INFO] [2023-09-08T19:44:50.258Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.fasterxml.jackson.module.jackson-module-jaxb-annotations --- [2023-09-08T19:44:50.258Z] [INFO] Gathering sources archives [2023-09-08T19:44:50.258Z] [INFO] Configured Artifact: com.fasterxml.jackson.module:jackson-module-jaxb-annotations:sources:2.13.2:jar [2023-09-08T19:44:50.258Z] [INFO] Unpacking /home/vnc/.m2/repository/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.13.2/jackson-module-jaxb-annotations-2.13.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.module.jackson-module-jaxb-annotations_2.13.2/target/sources-for-eclipse-ipzilla/jackson-module-jaxb-annotations-2.13.2-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:44:50.515Z] [INFO] Configured Artifact: com.fasterxml.jackson.module:jackson-module-jaxb-annotations:sources:2.13.2:jar [2023-09-08T19:44:50.516Z] [INFO] Copying jackson-module-jaxb-annotations-2.13.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.module.jackson-module-jaxb-annotations_2.13.2/target/sources-for-eclipse-ipzilla/jackson-module-jaxb-annotations-2.13.2-sources.jar [2023-09-08T19:44:50.516Z] [INFO] Refreshing about files and about.html [2023-09-08T19:44:50.516Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.module.jackson-module-jaxb-annotations_2.13.2/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:44:50.516Z] [INFO] [2023-09-08T19:44:50.516Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ com.fasterxml.jackson.module.jackson-module-jaxb-annotations --- [2023-09-08T19:44:50.516Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.module.jackson-module-jaxb-annotations_2.13.2/target/com.fasterxml.jackson.module.jackson-module-jaxb-annotations-2.13.2-SNAPSHOT.jar [2023-09-08T19:44:51.446Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.module.jackson-module-jaxb-annotations_2.13.2/target/com.fasterxml.jackson.module.jackson-module-jaxb-annotations-2.13.2-SNAPSHOT-sources.jar [2023-09-08T19:44:52.814Z] [INFO] [2023-09-08T19:44:52.814Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.fasterxml.jackson.module.jackson-module-jaxb-annotations --- [2023-09-08T19:44:52.814Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:com.fasterxml.jackson.module.jackson-module-jaxb-annotations:2.13.2-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.module.jackson-module-jaxb-annotations_2.13.2/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:44:52.814Z] no-classifier: different [2023-09-08T19:44:52.814Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:44:52.814Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:44:52.814Z] classifier-sources: different [2023-09-08T19:44:52.814Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:44:52.814Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:44:52.814Z] [2023-09-08T19:44:52.814Z] [INFO] MavenProject: org.eclipse.orbit.bundles:com.fasterxml.jackson.module.jackson-module-jaxb-annotations:2.13.2-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.module.jackson-module-jaxb-annotations_2.13.2/pom.xml [2023-09-08T19:44:52.814Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:44:52.814Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:44:52.814Z] [2023-09-08T19:44:52.814Z] [INFO] [2023-09-08T19:44:52.814Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ com.fasterxml.jackson.module.jackson-module-jaxb-annotations --- [2023-09-08T19:44:52.814Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.module.jackson-module-jaxb-annotations_2.13.2/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.module.jackson-module-jaxb-annotations/2.13.2-SNAPSHOT/com.fasterxml.jackson.module.jackson-module-jaxb-annotations-2.13.2-SNAPSHOT.pom [2023-09-08T19:44:52.814Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.module.jackson-module-jaxb-annotations_2.13.2/target/com.fasterxml.jackson.module.jackson-module-jaxb-annotations-2.13.2-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.module.jackson-module-jaxb-annotations/2.13.2-SNAPSHOT/com.fasterxml.jackson.module.jackson-module-jaxb-annotations-2.13.2-SNAPSHOT.jar [2023-09-08T19:44:52.814Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.module.jackson-module-jaxb-annotations_2.13.2/target/com.fasterxml.jackson.module.jackson-module-jaxb-annotations-2.13.2-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.module.jackson-module-jaxb-annotations/2.13.2-SNAPSHOT/com.fasterxml.jackson.module.jackson-module-jaxb-annotations-2.13.2-SNAPSHOT-sources.jar [2023-09-08T19:44:52.814Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.module.jackson-module-jaxb-annotations_2.13.2/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.module.jackson-module-jaxb-annotations/2.13.2-SNAPSHOT/com.fasterxml.jackson.module.jackson-module-jaxb-annotations-2.13.2-SNAPSHOT-p2metadata.xml [2023-09-08T19:44:52.814Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.module.jackson-module-jaxb-annotations_2.13.2/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.module.jackson-module-jaxb-annotations/2.13.2-SNAPSHOT/com.fasterxml.jackson.module.jackson-module-jaxb-annotations-2.13.2-SNAPSHOT-p2artifacts.xml [2023-09-08T19:44:52.814Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.module.jackson-module-jaxb-annotations_2.13.2/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.module.jackson-module-jaxb-annotations/2.13.2-SNAPSHOT/com.fasterxml.jackson.module.jackson-module-jaxb-annotations-2.13.2-SNAPSHOT-p2metadata.xml [2023-09-08T19:44:52.814Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jackson/com.fasterxml.jackson.module.jackson-module-jaxb-annotations_2.13.2/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.fasterxml.jackson.module.jackson-module-jaxb-annotations/2.13.2-SNAPSHOT/com.fasterxml.jackson.module.jackson-module-jaxb-annotations-2.13.2-SNAPSHOT-p2artifacts.xml [2023-09-08T19:44:52.814Z] [INFO] [2023-09-08T19:44:52.814Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.fasterxml.jackson.module.jackson-module-jaxb-annotations --- [2023-09-08T19:44:52.814Z] [INFO] [2023-09-08T19:44:52.814Z] [INFO] ---------------< org.eclipse.orbit.bundles:javax-parent >--------------- [2023-09-08T19:44:52.814Z] [INFO] Building Eclipse Orbit :: javax Recipes 1.0.0-SNAPSHOT [281/375] [2023-09-08T19:44:52.814Z] [INFO] --------------------------------[ pom ]--------------------------------- [2023-09-08T19:44:52.814Z] [INFO] [2023-09-08T19:44:52.814Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ javax-parent --- [2023-09-08T19:44:52.814Z] [INFO] [2023-09-08T19:44:52.814Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ javax-parent --- [2023-09-08T19:44:52.814Z] [INFO] [2023-09-08T19:44:52.814Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ javax-parent --- [2023-09-08T19:44:52.814Z] [INFO] [2023-09-08T19:44:52.814Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ javax-parent --- [2023-09-08T19:44:52.814Z] [INFO] [2023-09-08T19:44:52.814Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ javax-parent --- [2023-09-08T19:44:52.814Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/javax/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/javax-parent/1.0.0-SNAPSHOT/javax-parent-1.0.0-SNAPSHOT.pom [2023-09-08T19:44:52.814Z] [INFO] [2023-09-08T19:44:52.814Z] [INFO] -------------< org.eclipse.orbit.bundles:javax.activation >------------- [2023-09-08T19:44:52.814Z] [INFO] Building Jakarta Activation 1.2.2-SNAPSHOT [282/375] [2023-09-08T19:44:52.814Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:44:52.814Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/sun/activation/jakarta.activation/1.2.2/jakarta.activation-1.2.2.pom [2023-09-08T19:44:52.814Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sun/activation/jakarta.activation/1.2.2/jakarta.activation-1.2.2.pom [2023-09-08T19:44:52.815Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/activation/jakarta.activation/1.2.2/jakarta.activation-1.2.2.pom (4.6 kB at 420 kB/s) [2023-09-08T19:44:52.815Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/sun/activation/jakarta.activation/1.2.2/jakarta.activation-1.2.2.jar [2023-09-08T19:44:52.815Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sun/activation/jakarta.activation/1.2.2/jakarta.activation-1.2.2.jar [2023-09-08T19:44:52.815Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/activation/jakarta.activation/1.2.2/jakarta.activation-1.2.2.jar (68 kB at 3.1 MB/s) [2023-09-08T19:44:52.815Z] [INFO] [2023-09-08T19:44:52.815Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ javax.activation --- [2023-09-08T19:44:52.815Z] [INFO] [2023-09-08T19:44:52.815Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ javax.activation --- [2023-09-08T19:44:52.815Z] [INFO] The project's OSGi version is 1.2.2.v20221203-1659 [2023-09-08T19:44:52.815Z] [INFO] [2023-09-08T19:44:52.815Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ javax.activation --- [2023-09-08T19:44:52.815Z] [INFO] [2023-09-08T19:44:52.815Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ javax.activation --- [2023-09-08T19:44:52.815Z] [INFO] Copying 3 resources [2023-09-08T19:44:52.815Z] [INFO] [2023-09-08T19:44:52.815Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ javax.activation --- [2023-09-08T19:44:52.815Z] [INFO] No sources to compile [2023-09-08T19:44:52.815Z] [INFO] [2023-09-08T19:44:52.815Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ javax.activation --- [2023-09-08T19:44:52.815Z] [INFO] Gathering dependencies [2023-09-08T19:44:52.815Z] [INFO] Configured Artifact: com.sun.activation:jakarta.activation:1.2.2:jar [2023-09-08T19:44:52.815Z] [INFO] Unpacking /home/vnc/.m2/repository/com/sun/activation/jakarta.activation/1.2.2/jakarta.activation-1.2.2.jar to /home/jenkins/agent/workspace/orbit-recipes/javax/javax.activation_1.2.2/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:44:52.815Z] [INFO] Merging collected dependencies [2023-09-08T19:44:52.815Z] [INFO] Copying 48 resources [2023-09-08T19:44:52.815Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:44:52.815Z] [WARNING] Manifest org.eclipse.orbit.bundles:javax.activation:eclipse-bundle-recipe:1.2.2-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:44:52.815Z] [WARNING] Manifest org.eclipse.orbit.bundles:javax.activation:eclipse-bundle-recipe:1.2.2-SNAPSHOT : Version for package javax.activation is set to different values in the source (1.2.2) and in the manifest (1.2). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project [2023-09-08T19:44:52.815Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/javax/javax.activation_1.2.2/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:44:52.815Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/javax/javax.activation_1.2.2/target/javax.activation-1.2.2-SNAPSHOT.jar [2023-09-08T19:44:52.815Z] [INFO] Gathering sources [2023-09-08T19:44:52.815Z] [INFO] Configured Artifact: com.sun.activation:jakarta.activation:sources:1.2.2:jar [2023-09-08T19:44:52.815Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/sun/activation/jakarta.activation/1.2.2/jakarta.activation-1.2.2-sources.jar [2023-09-08T19:44:53.072Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sun/activation/jakarta.activation/1.2.2/jakarta.activation-1.2.2-sources.jar [2023-09-08T19:44:53.072Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/activation/jakarta.activation/1.2.2/jakarta.activation-1.2.2-sources.jar (62 kB at 5.2 MB/s) [2023-09-08T19:44:53.072Z] [INFO] Unpacking /home/vnc/.m2/repository/com/sun/activation/jakarta.activation/1.2.2/jakarta.activation-1.2.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/javax/javax.activation_1.2.2/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:44:53.072Z] [INFO] Copying 3 resources [2023-09-08T19:44:53.072Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/javax/javax.activation_1.2.2/src/main/java [2023-09-08T19:44:53.072Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/javax/javax.activation_1.2.2/target/javax.activation-1.2.2-SNAPSHOT-sources.jar [2023-09-08T19:44:53.072Z] [INFO] Assembling p2 repository [2023-09-08T19:44:53.635Z] [INFO] [2023-09-08T19:44:53.635Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ javax.activation --- [2023-09-08T19:44:53.635Z] [INFO] [2023-09-08T19:44:53.635Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ javax.activation --- [2023-09-08T19:44:53.635Z] [INFO] Gathering sources archives [2023-09-08T19:44:53.635Z] [INFO] Configured Artifact: com.sun.activation:jakarta.activation:sources:1.2.2:jar [2023-09-08T19:44:53.635Z] [INFO] Unpacking /home/vnc/.m2/repository/com/sun/activation/jakarta.activation/1.2.2/jakarta.activation-1.2.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/javax/javax.activation_1.2.2/target/sources-for-eclipse-ipzilla/jakarta.activation-1.2.2-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:44:53.635Z] [INFO] Configured Artifact: com.sun.activation:jakarta.activation:sources:1.2.2:jar [2023-09-08T19:44:53.635Z] [INFO] Copying jakarta.activation-1.2.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/javax/javax.activation_1.2.2/target/sources-for-eclipse-ipzilla/jakarta.activation-1.2.2-sources.jar [2023-09-08T19:44:53.635Z] [INFO] Refreshing about files and about.html [2023-09-08T19:44:53.635Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/javax/javax.activation_1.2.2/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:44:53.635Z] [INFO] [2023-09-08T19:44:53.635Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ javax.activation --- [2023-09-08T19:44:53.635Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/javax/javax.activation_1.2.2/target/javax.activation-1.2.2-SNAPSHOT.jar [2023-09-08T19:44:54.564Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/javax/javax.activation_1.2.2/target/javax.activation-1.2.2-SNAPSHOT-sources.jar [2023-09-08T19:44:55.127Z] [INFO] [2023-09-08T19:44:55.127Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ javax.activation --- [2023-09-08T19:44:55.382Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:javax.activation:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/javax/javax.activation_1.2.2/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:44:55.382Z] no-classifier: different [2023-09-08T19:44:55.382Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:44:55.382Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:44:55.382Z] classifier-sources: different [2023-09-08T19:44:55.382Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:44:55.382Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:44:55.382Z] [2023-09-08T19:44:55.382Z] [INFO] MavenProject: org.eclipse.orbit.bundles:javax.activation:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/javax/javax.activation_1.2.2/pom.xml [2023-09-08T19:44:55.382Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:44:55.382Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:44:55.382Z] [2023-09-08T19:44:55.382Z] [INFO] [2023-09-08T19:44:55.382Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ javax.activation --- [2023-09-08T19:44:55.382Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/javax/javax.activation_1.2.2/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/javax.activation/1.2.2-SNAPSHOT/javax.activation-1.2.2-SNAPSHOT.pom [2023-09-08T19:44:55.382Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/javax/javax.activation_1.2.2/target/javax.activation-1.2.2-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/javax.activation/1.2.2-SNAPSHOT/javax.activation-1.2.2-SNAPSHOT.jar [2023-09-08T19:44:55.382Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/javax/javax.activation_1.2.2/target/javax.activation-1.2.2-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/javax.activation/1.2.2-SNAPSHOT/javax.activation-1.2.2-SNAPSHOT-sources.jar [2023-09-08T19:44:55.382Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/javax/javax.activation_1.2.2/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/javax.activation/1.2.2-SNAPSHOT/javax.activation-1.2.2-SNAPSHOT-p2metadata.xml [2023-09-08T19:44:55.383Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/javax/javax.activation_1.2.2/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/javax.activation/1.2.2-SNAPSHOT/javax.activation-1.2.2-SNAPSHOT-p2artifacts.xml [2023-09-08T19:44:55.383Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/javax/javax.activation_1.2.2/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/javax.activation/1.2.2-SNAPSHOT/javax.activation-1.2.2-SNAPSHOT-p2metadata.xml [2023-09-08T19:44:55.383Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/javax/javax.activation_1.2.2/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/javax.activation/1.2.2-SNAPSHOT/javax.activation-1.2.2-SNAPSHOT-p2artifacts.xml [2023-09-08T19:44:55.383Z] [INFO] [2023-09-08T19:44:55.383Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ javax.activation --- [2023-09-08T19:44:55.383Z] [INFO] [2023-09-08T19:44:55.383Z] [INFO] -------------< org.eclipse.orbit.bundles:javax.activation >------------- [2023-09-08T19:44:55.383Z] [INFO] Building Jakarta Activation 2.0.0-SNAPSHOT [283/375] [2023-09-08T19:44:55.383Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:44:55.383Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/sun/activation/jakarta.activation/2.0.0/jakarta.activation-2.0.0.pom [2023-09-08T19:44:55.383Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sun/activation/jakarta.activation/2.0.0/jakarta.activation-2.0.0.pom [2023-09-08T19:44:55.383Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/activation/jakarta.activation/2.0.0/jakarta.activation-2.0.0.pom (3.6 kB at 301 kB/s) [2023-09-08T19:44:55.383Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/sun/activation/all/2.0.0/all-2.0.0.pom [2023-09-08T19:44:55.638Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sun/activation/all/2.0.0/all-2.0.0.pom [2023-09-08T19:44:55.638Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/activation/all/2.0.0/all-2.0.0.pom (17 kB at 1.6 MB/s) [2023-09-08T19:44:55.638Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/sun/activation/jakarta.activation/2.0.0/jakarta.activation-2.0.0.jar [2023-09-08T19:44:55.638Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sun/activation/jakarta.activation/2.0.0/jakarta.activation-2.0.0.jar [2023-09-08T19:44:55.638Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/activation/jakarta.activation/2.0.0/jakarta.activation-2.0.0.jar (63 kB at 4.5 MB/s) [2023-09-08T19:44:55.638Z] [INFO] [2023-09-08T19:44:55.638Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ javax.activation --- [2023-09-08T19:44:55.638Z] [INFO] [2023-09-08T19:44:55.638Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ javax.activation --- [2023-09-08T19:44:55.638Z] [INFO] The project's OSGi version is 2.0.0.v20221203-1659 [2023-09-08T19:44:55.638Z] [INFO] [2023-09-08T19:44:55.638Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ javax.activation --- [2023-09-08T19:44:55.638Z] [INFO] [2023-09-08T19:44:55.638Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ javax.activation --- [2023-09-08T19:44:55.638Z] [INFO] Copying 3 resources [2023-09-08T19:44:55.638Z] [INFO] [2023-09-08T19:44:55.638Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ javax.activation --- [2023-09-08T19:44:55.638Z] [INFO] No sources to compile [2023-09-08T19:44:55.638Z] [INFO] [2023-09-08T19:44:55.638Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ javax.activation --- [2023-09-08T19:44:55.638Z] [INFO] Gathering dependencies [2023-09-08T19:44:55.638Z] [INFO] Configured Artifact: com.sun.activation:jakarta.activation:2.0.0:jar [2023-09-08T19:44:55.638Z] [INFO] Unpacking /home/vnc/.m2/repository/com/sun/activation/jakarta.activation/2.0.0/jakarta.activation-2.0.0.jar to /home/jenkins/agent/workspace/orbit-recipes/javax/javax.activation_2.0.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:44:55.638Z] [INFO] Merging collected dependencies [2023-09-08T19:44:55.638Z] [INFO] Copying 44 resources [2023-09-08T19:44:55.638Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:44:55.638Z] [WARNING] Manifest org.eclipse.orbit.bundles:javax.activation:eclipse-bundle-recipe:2.0.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:44:55.638Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/javax/javax.activation_2.0.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:44:55.638Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/javax/javax.activation_2.0.0/target/javax.activation-2.0.0-SNAPSHOT.jar [2023-09-08T19:44:55.638Z] [INFO] Gathering sources [2023-09-08T19:44:55.638Z] [INFO] Configured Artifact: com.sun.activation:jakarta.activation:sources:2.0.0:jar [2023-09-08T19:44:55.638Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/sun/activation/jakarta.activation/2.0.0/jakarta.activation-2.0.0-sources.jar [2023-09-08T19:44:55.638Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sun/activation/jakarta.activation/2.0.0/jakarta.activation-2.0.0-sources.jar [2023-09-08T19:44:55.638Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/activation/jakarta.activation/2.0.0/jakarta.activation-2.0.0-sources.jar (57 kB at 2.1 MB/s) [2023-09-08T19:44:55.638Z] [INFO] Unpacking /home/vnc/.m2/repository/com/sun/activation/jakarta.activation/2.0.0/jakarta.activation-2.0.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/javax/javax.activation_2.0.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:44:55.638Z] [INFO] Copying 3 resources [2023-09-08T19:44:55.638Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/javax/javax.activation_2.0.0/src/main/java [2023-09-08T19:44:55.638Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/javax/javax.activation_2.0.0/target/javax.activation-2.0.0-SNAPSHOT-sources.jar [2023-09-08T19:44:55.638Z] [INFO] Assembling p2 repository [2023-09-08T19:44:56.200Z] [INFO] [2023-09-08T19:44:56.200Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ javax.activation --- [2023-09-08T19:44:56.200Z] [INFO] [2023-09-08T19:44:56.200Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ javax.activation --- [2023-09-08T19:44:56.200Z] [INFO] Gathering sources archives [2023-09-08T19:44:56.200Z] [INFO] Configured Artifact: com.sun.activation:jakarta.activation:sources:2.0.0:jar [2023-09-08T19:44:56.200Z] [INFO] Unpacking /home/vnc/.m2/repository/com/sun/activation/jakarta.activation/2.0.0/jakarta.activation-2.0.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/javax/javax.activation_2.0.0/target/sources-for-eclipse-ipzilla/jakarta.activation-2.0.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:44:56.200Z] [INFO] Configured Artifact: com.sun.activation:jakarta.activation:sources:2.0.0:jar [2023-09-08T19:44:56.200Z] [INFO] Copying jakarta.activation-2.0.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/javax/javax.activation_2.0.0/target/sources-for-eclipse-ipzilla/jakarta.activation-2.0.0-sources.jar [2023-09-08T19:44:56.200Z] [INFO] Refreshing about files and about.html [2023-09-08T19:44:56.200Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/javax/javax.activation_2.0.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:44:56.200Z] [INFO] [2023-09-08T19:44:56.200Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ javax.activation --- [2023-09-08T19:44:56.457Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/javax/javax.activation_2.0.0/target/javax.activation-2.0.0-SNAPSHOT.jar [2023-09-08T19:44:58.351Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/javax/javax.activation_2.0.0/target/javax.activation-2.0.0-SNAPSHOT-sources.jar [2023-09-08T19:44:59.280Z] [INFO] [2023-09-08T19:44:59.280Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ javax.activation --- [2023-09-08T19:44:59.536Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:javax.activation:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/javax/javax.activation_2.0.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:44:59.536Z] no-classifier: different [2023-09-08T19:44:59.536Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:44:59.536Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:44:59.536Z] classifier-sources: different [2023-09-08T19:44:59.536Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:44:59.536Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:44:59.536Z] [2023-09-08T19:44:59.536Z] [INFO] MavenProject: org.eclipse.orbit.bundles:javax.activation:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/javax/javax.activation_2.0.0/pom.xml [2023-09-08T19:44:59.536Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:44:59.536Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:44:59.536Z] [2023-09-08T19:44:59.536Z] [INFO] [2023-09-08T19:44:59.536Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ javax.activation --- [2023-09-08T19:44:59.536Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/javax/javax.activation_2.0.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/javax.activation/2.0.0-SNAPSHOT/javax.activation-2.0.0-SNAPSHOT.pom [2023-09-08T19:44:59.536Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/javax/javax.activation_2.0.0/target/javax.activation-2.0.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/javax.activation/2.0.0-SNAPSHOT/javax.activation-2.0.0-SNAPSHOT.jar [2023-09-08T19:44:59.536Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/javax/javax.activation_2.0.0/target/javax.activation-2.0.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/javax.activation/2.0.0-SNAPSHOT/javax.activation-2.0.0-SNAPSHOT-sources.jar [2023-09-08T19:44:59.536Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/javax/javax.activation_2.0.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/javax.activation/2.0.0-SNAPSHOT/javax.activation-2.0.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:44:59.536Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/javax/javax.activation_2.0.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/javax.activation/2.0.0-SNAPSHOT/javax.activation-2.0.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:44:59.536Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/javax/javax.activation_2.0.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/javax.activation/2.0.0-SNAPSHOT/javax.activation-2.0.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:44:59.536Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/javax/javax.activation_2.0.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/javax.activation/2.0.0-SNAPSHOT/javax.activation-2.0.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:44:59.536Z] [INFO] [2023-09-08T19:44:59.537Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ javax.activation --- [2023-09-08T19:44:59.537Z] [INFO] [2023-09-08T19:44:59.537Z] [INFO] ---------------< org.eclipse.orbit.bundles:javax.inject >--------------- [2023-09-08T19:44:59.537Z] [INFO] Building javax.inject 1.0.0-SNAPSHOT [284/375] [2023-09-08T19:44:59.537Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:44:59.537Z] [INFO] [2023-09-08T19:44:59.537Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ javax.inject --- [2023-09-08T19:44:59.537Z] [INFO] [2023-09-08T19:44:59.537Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ javax.inject --- [2023-09-08T19:44:59.537Z] [INFO] The project's OSGi version is 1.0.0.v20220405-0441 [2023-09-08T19:44:59.537Z] [INFO] [2023-09-08T19:44:59.537Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ javax.inject --- [2023-09-08T19:44:59.537Z] [INFO] [2023-09-08T19:44:59.537Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ javax.inject --- [2023-09-08T19:44:59.537Z] [INFO] Copying 3 resources [2023-09-08T19:44:59.537Z] [INFO] [2023-09-08T19:44:59.537Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ javax.inject --- [2023-09-08T19:44:59.537Z] [INFO] No sources to compile [2023-09-08T19:44:59.537Z] [INFO] [2023-09-08T19:44:59.537Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ javax.inject --- [2023-09-08T19:44:59.537Z] [INFO] Gathering dependencies [2023-09-08T19:44:59.537Z] [INFO] Configured Artifact: javax.inject:javax.inject:1:jar [2023-09-08T19:44:59.537Z] [INFO] Unpacking /home/vnc/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.jar to /home/jenkins/agent/workspace/orbit-recipes/javax/javax.inject_1.0.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:44:59.537Z] [INFO] Merging collected dependencies [2023-09-08T19:44:59.537Z] [INFO] Copying 6 resources [2023-09-08T19:44:59.537Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:44:59.537Z] [INFO] No MANIFEST.MF file found, generating manifest. [2023-09-08T19:44:59.537Z] [WARNING] Manifest org.eclipse.orbit.bundles:javax.inject:eclipse-bundle-recipe:1.0.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:44:59.537Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/javax/javax.inject_1.0.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:44:59.537Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/javax/javax.inject_1.0.0/target/javax.inject-1.0.0-SNAPSHOT.jar [2023-09-08T19:44:59.537Z] [INFO] Gathering sources [2023-09-08T19:44:59.537Z] [INFO] Configured Artifact: javax.inject:javax.inject:sources:1:jar [2023-09-08T19:44:59.537Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/javax/inject/javax.inject/1/javax.inject-1-sources.jar [2023-09-08T19:44:59.537Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1-sources.jar [2023-09-08T19:44:59.537Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1-sources.jar (11 kB at 233 kB/s) [2023-09-08T19:44:59.537Z] [INFO] Unpacking /home/vnc/.m2/repository/javax/inject/javax.inject/1/javax.inject-1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/javax/javax.inject_1.0.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:44:59.537Z] [INFO] Copying 3 resources [2023-09-08T19:44:59.537Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/javax/javax.inject_1.0.0/src/main/java [2023-09-08T19:44:59.537Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/javax/javax.inject_1.0.0/target/javax.inject-1.0.0-SNAPSHOT-sources.jar [2023-09-08T19:44:59.537Z] [INFO] Assembling p2 repository [2023-09-08T19:45:00.102Z] [INFO] [2023-09-08T19:45:00.102Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ javax.inject --- [2023-09-08T19:45:00.102Z] [INFO] [2023-09-08T19:45:00.102Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ javax.inject --- [2023-09-08T19:45:00.102Z] [INFO] Gathering sources archives [2023-09-08T19:45:00.102Z] [INFO] Configured Artifact: javax.inject:javax.inject:sources:1:jar [2023-09-08T19:45:00.102Z] [INFO] Unpacking /home/vnc/.m2/repository/javax/inject/javax.inject/1/javax.inject-1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/javax/javax.inject_1.0.0/target/sources-for-eclipse-ipzilla/javax.inject-1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:45:00.102Z] [INFO] Configured Artifact: javax.inject:javax.inject:sources:1:jar [2023-09-08T19:45:00.102Z] [INFO] Copying javax.inject-1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/javax/javax.inject_1.0.0/target/sources-for-eclipse-ipzilla/javax.inject-1-sources.jar [2023-09-08T19:45:00.102Z] [INFO] Refreshing about files and about.html [2023-09-08T19:45:00.102Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/javax/javax.inject_1.0.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:45:00.102Z] [INFO] [2023-09-08T19:45:00.102Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ javax.inject --- [2023-09-08T19:45:00.103Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/javax/javax.inject_1.0.0/target/javax.inject-1.0.0-SNAPSHOT.jar [2023-09-08T19:45:01.031Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/javax/javax.inject_1.0.0/target/javax.inject-1.0.0-SNAPSHOT-sources.jar [2023-09-08T19:45:01.960Z] [INFO] [2023-09-08T19:45:01.960Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ javax.inject --- [2023-09-08T19:45:02.216Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:javax.inject:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/javax/javax.inject_1.0.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:45:02.216Z] no-classifier: different [2023-09-08T19:45:02.216Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:45:02.216Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:45:02.216Z] classifier-sources: different [2023-09-08T19:45:02.216Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:45:02.216Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:45:02.216Z] [2023-09-08T19:45:02.216Z] [INFO] MavenProject: org.eclipse.orbit.bundles:javax.inject:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/javax/javax.inject_1.0.0/pom.xml [2023-09-08T19:45:02.216Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:45:02.216Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:45:02.216Z] [2023-09-08T19:45:02.216Z] [INFO] [2023-09-08T19:45:02.216Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ javax.inject --- [2023-09-08T19:45:02.216Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/javax/javax.inject_1.0.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/javax.inject/1.0.0-SNAPSHOT/javax.inject-1.0.0-SNAPSHOT.pom [2023-09-08T19:45:02.216Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/javax/javax.inject_1.0.0/target/javax.inject-1.0.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/javax.inject/1.0.0-SNAPSHOT/javax.inject-1.0.0-SNAPSHOT.jar [2023-09-08T19:45:02.216Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/javax/javax.inject_1.0.0/target/javax.inject-1.0.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/javax.inject/1.0.0-SNAPSHOT/javax.inject-1.0.0-SNAPSHOT-sources.jar [2023-09-08T19:45:02.216Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/javax/javax.inject_1.0.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/javax.inject/1.0.0-SNAPSHOT/javax.inject-1.0.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:45:02.216Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/javax/javax.inject_1.0.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/javax.inject/1.0.0-SNAPSHOT/javax.inject-1.0.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:45:02.216Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/javax/javax.inject_1.0.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/javax.inject/1.0.0-SNAPSHOT/javax.inject-1.0.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:45:02.216Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/javax/javax.inject_1.0.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/javax.inject/1.0.0-SNAPSHOT/javax.inject-1.0.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:45:02.216Z] [INFO] [2023-09-08T19:45:02.216Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ javax.inject --- [2023-09-08T19:45:02.216Z] [INFO] [2023-09-08T19:45:02.216Z] [INFO] ------------< org.eclipse.orbit.bundles:jakarta.activation >------------ [2023-09-08T19:45:02.216Z] [INFO] Building Jakarta Activation API jar 1.2.2-SNAPSHOT [285/375] [2023-09-08T19:45:02.216Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:45:02.216Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/jakarta/activation/jakarta.activation-api/1.2.2/jakarta.activation-api-1.2.2.jar [2023-09-08T19:45:02.216Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/jakarta/activation/jakarta.activation-api/1.2.2/jakarta.activation-api-1.2.2.jar [2023-09-08T19:45:02.216Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/activation/jakarta.activation-api/1.2.2/jakarta.activation-api-1.2.2.jar (47 kB at 3.9 MB/s) [2023-09-08T19:45:02.216Z] [INFO] [2023-09-08T19:45:02.216Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jakarta.activation --- [2023-09-08T19:45:02.216Z] [INFO] [2023-09-08T19:45:02.216Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ jakarta.activation --- [2023-09-08T19:45:02.216Z] [INFO] The project's OSGi version is 1.2.2.v20221203-1659 [2023-09-08T19:45:02.216Z] [INFO] [2023-09-08T19:45:02.216Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ jakarta.activation --- [2023-09-08T19:45:02.216Z] [INFO] [2023-09-08T19:45:02.216Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jakarta.activation --- [2023-09-08T19:45:02.216Z] [INFO] Copying 3 resources [2023-09-08T19:45:02.216Z] [INFO] [2023-09-08T19:45:02.216Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ jakarta.activation --- [2023-09-08T19:45:02.216Z] [INFO] No sources to compile [2023-09-08T19:45:02.216Z] [INFO] [2023-09-08T19:45:02.216Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ jakarta.activation --- [2023-09-08T19:45:02.216Z] [INFO] Gathering dependencies [2023-09-08T19:45:02.216Z] [INFO] Configured Artifact: jakarta.activation:jakarta.activation-api:1.2.2:jar [2023-09-08T19:45:02.216Z] [INFO] Unpacking /home/vnc/.m2/repository/jakarta/activation/jakarta.activation-api/1.2.2/jakarta.activation-api-1.2.2.jar to /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.activation_1.2.2/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:45:02.216Z] [INFO] Merging collected dependencies [2023-09-08T19:45:02.216Z] [INFO] Copying 35 resources [2023-09-08T19:45:02.216Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:45:02.473Z] [WARNING] Manifest org.eclipse.orbit.bundles:jakarta.activation:eclipse-bundle-recipe:1.2.2-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:45:02.473Z] [WARNING] Manifest org.eclipse.orbit.bundles:jakarta.activation:eclipse-bundle-recipe:1.2.2-SNAPSHOT : Version for package javax.activation is set to different values in the source (1.2.2) and in the manifest (1.2). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project [2023-09-08T19:45:02.473Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.activation_1.2.2/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:45:02.473Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.activation_1.2.2/target/jakarta.activation-1.2.2-SNAPSHOT.jar [2023-09-08T19:45:02.473Z] [INFO] Gathering sources [2023-09-08T19:45:02.473Z] [INFO] Configured Artifact: jakarta.activation:jakarta.activation-api:sources:1.2.2:jar [2023-09-08T19:45:02.473Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/jakarta/activation/jakarta.activation-api/1.2.2/jakarta.activation-api-1.2.2-sources.jar [2023-09-08T19:45:02.473Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/jakarta/activation/jakarta.activation-api/1.2.2/jakarta.activation-api-1.2.2-sources.jar [2023-09-08T19:45:02.473Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/activation/jakarta.activation-api/1.2.2/jakarta.activation-api-1.2.2-sources.jar (44 kB at 4.0 MB/s) [2023-09-08T19:45:02.473Z] [INFO] Unpacking /home/vnc/.m2/repository/jakarta/activation/jakarta.activation-api/1.2.2/jakarta.activation-api-1.2.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.activation_1.2.2/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:45:02.473Z] [INFO] Copying 3 resources [2023-09-08T19:45:02.473Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.activation_1.2.2/src/main/java [2023-09-08T19:45:02.473Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.activation_1.2.2/target/jakarta.activation-1.2.2-SNAPSHOT-sources.jar [2023-09-08T19:45:02.473Z] [INFO] Assembling p2 repository [2023-09-08T19:45:03.035Z] [INFO] [2023-09-08T19:45:03.035Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ jakarta.activation --- [2023-09-08T19:45:03.035Z] [INFO] [2023-09-08T19:45:03.035Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ jakarta.activation --- [2023-09-08T19:45:03.035Z] [INFO] Gathering sources archives [2023-09-08T19:45:03.035Z] [INFO] Configured Artifact: jakarta.activation:jakarta.activation-api:sources:1.2.2:jar [2023-09-08T19:45:03.035Z] [INFO] Unpacking /home/vnc/.m2/repository/jakarta/activation/jakarta.activation-api/1.2.2/jakarta.activation-api-1.2.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.activation_1.2.2/target/sources-for-eclipse-ipzilla/jakarta.activation-api-1.2.2-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:45:03.035Z] [INFO] Configured Artifact: jakarta.activation:jakarta.activation-api:sources:1.2.2:jar [2023-09-08T19:45:03.035Z] [INFO] Copying jakarta.activation-api-1.2.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.activation_1.2.2/target/sources-for-eclipse-ipzilla/jakarta.activation-api-1.2.2-sources.jar [2023-09-08T19:45:03.035Z] [INFO] Refreshing about files and about.html [2023-09-08T19:45:03.035Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.activation_1.2.2/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:45:03.035Z] [INFO] [2023-09-08T19:45:03.035Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ jakarta.activation --- [2023-09-08T19:45:03.035Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.activation_1.2.2/target/jakarta.activation-1.2.2-SNAPSHOT.jar [2023-09-08T19:45:04.402Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.activation_1.2.2/target/jakarta.activation-1.2.2-SNAPSHOT-sources.jar [2023-09-08T19:45:04.965Z] [INFO] [2023-09-08T19:45:04.965Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ jakarta.activation --- [2023-09-08T19:45:05.220Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:jakarta.activation:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.activation_1.2.2/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:45:05.220Z] no-classifier: different [2023-09-08T19:45:05.220Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:45:05.220Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:45:05.220Z] classifier-sources: different [2023-09-08T19:45:05.220Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:45:05.220Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:45:05.220Z] [2023-09-08T19:45:05.220Z] [INFO] MavenProject: org.eclipse.orbit.bundles:jakarta.activation:1.2.2-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.activation_1.2.2/pom.xml [2023-09-08T19:45:05.220Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:45:05.220Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:45:05.220Z] [2023-09-08T19:45:05.220Z] [INFO] [2023-09-08T19:45:05.220Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ jakarta.activation --- [2023-09-08T19:45:05.221Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.activation_1.2.2/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/jakarta.activation/1.2.2-SNAPSHOT/jakarta.activation-1.2.2-SNAPSHOT.pom [2023-09-08T19:45:05.221Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.activation_1.2.2/target/jakarta.activation-1.2.2-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/jakarta.activation/1.2.2-SNAPSHOT/jakarta.activation-1.2.2-SNAPSHOT.jar [2023-09-08T19:45:05.221Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.activation_1.2.2/target/jakarta.activation-1.2.2-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/jakarta.activation/1.2.2-SNAPSHOT/jakarta.activation-1.2.2-SNAPSHOT-sources.jar [2023-09-08T19:45:05.221Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.activation_1.2.2/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/jakarta.activation/1.2.2-SNAPSHOT/jakarta.activation-1.2.2-SNAPSHOT-p2metadata.xml [2023-09-08T19:45:05.221Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.activation_1.2.2/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/jakarta.activation/1.2.2-SNAPSHOT/jakarta.activation-1.2.2-SNAPSHOT-p2artifacts.xml [2023-09-08T19:45:05.221Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.activation_1.2.2/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/jakarta.activation/1.2.2-SNAPSHOT/jakarta.activation-1.2.2-SNAPSHOT-p2metadata.xml [2023-09-08T19:45:05.221Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.activation_1.2.2/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/jakarta.activation/1.2.2-SNAPSHOT/jakarta.activation-1.2.2-SNAPSHOT-p2artifacts.xml [2023-09-08T19:45:05.221Z] [INFO] [2023-09-08T19:45:05.221Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ jakarta.activation --- [2023-09-08T19:45:05.221Z] [INFO] [2023-09-08T19:45:05.221Z] [INFO] ------------< org.eclipse.orbit.bundles:jakarta.activation >------------ [2023-09-08T19:45:05.221Z] [INFO] Building Jakarta Activation API jar 2.0.0-SNAPSHOT [286/375] [2023-09-08T19:45:05.221Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:45:05.221Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/jakarta/activation/jakarta.activation-api/2.0.0/jakarta.activation-api-2.0.0.pom [2023-09-08T19:45:05.221Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/jakarta/activation/jakarta.activation-api/2.0.0/jakarta.activation-api-2.0.0.pom [2023-09-08T19:45:05.221Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/activation/jakarta.activation-api/2.0.0/jakarta.activation-api-2.0.0.pom (5.3 kB at 409 kB/s) [2023-09-08T19:45:05.221Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/jakarta/activation/jakarta.activation-api/2.0.0/jakarta.activation-api-2.0.0.jar [2023-09-08T19:45:05.476Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/jakarta/activation/jakarta.activation-api/2.0.0/jakarta.activation-api-2.0.0.jar [2023-09-08T19:45:05.477Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/activation/jakarta.activation-api/2.0.0/jakarta.activation-api-2.0.0.jar (48 kB at 836 kB/s) [2023-09-08T19:45:05.477Z] [INFO] [2023-09-08T19:45:05.477Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jakarta.activation --- [2023-09-08T19:45:05.477Z] [INFO] [2023-09-08T19:45:05.477Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ jakarta.activation --- [2023-09-08T19:45:05.477Z] [INFO] The project's OSGi version is 2.0.0.v20221203-1659 [2023-09-08T19:45:05.477Z] [INFO] [2023-09-08T19:45:05.477Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ jakarta.activation --- [2023-09-08T19:45:05.477Z] [INFO] [2023-09-08T19:45:05.477Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jakarta.activation --- [2023-09-08T19:45:05.477Z] [INFO] Copying 3 resources [2023-09-08T19:45:05.477Z] [INFO] [2023-09-08T19:45:05.477Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ jakarta.activation --- [2023-09-08T19:45:05.477Z] [INFO] No sources to compile [2023-09-08T19:45:05.477Z] [INFO] [2023-09-08T19:45:05.477Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ jakarta.activation --- [2023-09-08T19:45:05.477Z] [INFO] Gathering dependencies [2023-09-08T19:45:05.477Z] [INFO] Configured Artifact: jakarta.activation:jakarta.activation-api:2.0.0:jar [2023-09-08T19:45:05.477Z] [INFO] Unpacking /home/vnc/.m2/repository/jakarta/activation/jakarta.activation-api/2.0.0/jakarta.activation-api-2.0.0.jar to /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.activation_2.0.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:45:05.477Z] [INFO] Merging collected dependencies [2023-09-08T19:45:05.477Z] [INFO] Copying 35 resources [2023-09-08T19:45:05.477Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:45:05.477Z] [WARNING] Manifest org.eclipse.orbit.bundles:jakarta.activation:eclipse-bundle-recipe:2.0.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:45:05.477Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.activation_2.0.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:45:05.477Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.activation_2.0.0/target/jakarta.activation-2.0.0-SNAPSHOT.jar [2023-09-08T19:45:05.477Z] [INFO] Gathering sources [2023-09-08T19:45:05.477Z] [INFO] Configured Artifact: jakarta.activation:jakarta.activation-api:sources:2.0.0:jar [2023-09-08T19:45:05.477Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/jakarta/activation/jakarta.activation-api/2.0.0/jakarta.activation-api-2.0.0-sources.jar [2023-09-08T19:45:05.477Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/jakarta/activation/jakarta.activation-api/2.0.0/jakarta.activation-api-2.0.0-sources.jar [2023-09-08T19:45:05.477Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/activation/jakarta.activation-api/2.0.0/jakarta.activation-api-2.0.0-sources.jar (44 kB at 981 kB/s) [2023-09-08T19:45:05.477Z] [INFO] Unpacking /home/vnc/.m2/repository/jakarta/activation/jakarta.activation-api/2.0.0/jakarta.activation-api-2.0.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.activation_2.0.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:45:05.477Z] [INFO] Copying 3 resources [2023-09-08T19:45:05.477Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.activation_2.0.0/src/main/java [2023-09-08T19:45:05.477Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.activation_2.0.0/target/jakarta.activation-2.0.0-SNAPSHOT-sources.jar [2023-09-08T19:45:05.477Z] [INFO] Assembling p2 repository [2023-09-08T19:45:06.039Z] [INFO] [2023-09-08T19:45:06.039Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ jakarta.activation --- [2023-09-08T19:45:06.039Z] [INFO] [2023-09-08T19:45:06.039Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ jakarta.activation --- [2023-09-08T19:45:06.039Z] [INFO] Gathering sources archives [2023-09-08T19:45:06.039Z] [INFO] Configured Artifact: jakarta.activation:jakarta.activation-api:sources:2.0.0:jar [2023-09-08T19:45:06.039Z] [INFO] Unpacking /home/vnc/.m2/repository/jakarta/activation/jakarta.activation-api/2.0.0/jakarta.activation-api-2.0.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.activation_2.0.0/target/sources-for-eclipse-ipzilla/jakarta.activation-api-2.0.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:45:06.039Z] [INFO] Configured Artifact: jakarta.activation:jakarta.activation-api:sources:2.0.0:jar [2023-09-08T19:45:06.039Z] [INFO] Copying jakarta.activation-api-2.0.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.activation_2.0.0/target/sources-for-eclipse-ipzilla/jakarta.activation-api-2.0.0-sources.jar [2023-09-08T19:45:06.039Z] [INFO] Refreshing about files and about.html [2023-09-08T19:45:06.039Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.activation_2.0.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:45:06.039Z] [INFO] [2023-09-08T19:45:06.039Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ jakarta.activation --- [2023-09-08T19:45:06.039Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.activation_2.0.0/target/jakarta.activation-2.0.0-SNAPSHOT.jar [2023-09-08T19:45:07.929Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.activation_2.0.0/target/jakarta.activation-2.0.0-SNAPSHOT-sources.jar [2023-09-08T19:45:09.820Z] [INFO] [2023-09-08T19:45:09.820Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ jakarta.activation --- [2023-09-08T19:45:10.077Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:jakarta.activation:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.activation_2.0.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:45:10.077Z] no-classifier: different [2023-09-08T19:45:10.077Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:45:10.077Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:45:10.077Z] classifier-sources: different [2023-09-08T19:45:10.077Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:45:10.077Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:45:10.077Z] [2023-09-08T19:45:10.077Z] [INFO] MavenProject: org.eclipse.orbit.bundles:jakarta.activation:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.activation_2.0.0/pom.xml [2023-09-08T19:45:10.077Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:45:10.077Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:45:10.077Z] [2023-09-08T19:45:10.077Z] [INFO] [2023-09-08T19:45:10.077Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ jakarta.activation --- [2023-09-08T19:45:10.077Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.activation_2.0.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/jakarta.activation/2.0.0-SNAPSHOT/jakarta.activation-2.0.0-SNAPSHOT.pom [2023-09-08T19:45:10.077Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.activation_2.0.0/target/jakarta.activation-2.0.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/jakarta.activation/2.0.0-SNAPSHOT/jakarta.activation-2.0.0-SNAPSHOT.jar [2023-09-08T19:45:10.077Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.activation_2.0.0/target/jakarta.activation-2.0.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/jakarta.activation/2.0.0-SNAPSHOT/jakarta.activation-2.0.0-SNAPSHOT-sources.jar [2023-09-08T19:45:10.077Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.activation_2.0.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/jakarta.activation/2.0.0-SNAPSHOT/jakarta.activation-2.0.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:45:10.077Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.activation_2.0.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/jakarta.activation/2.0.0-SNAPSHOT/jakarta.activation-2.0.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:45:10.077Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.activation_2.0.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/jakarta.activation/2.0.0-SNAPSHOT/jakarta.activation-2.0.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:45:10.077Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.activation_2.0.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/jakarta.activation/2.0.0-SNAPSHOT/jakarta.activation-2.0.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:45:10.077Z] [INFO] [2023-09-08T19:45:10.077Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ jakarta.activation --- [2023-09-08T19:45:10.077Z] [INFO] [2023-09-08T19:45:10.077Z] [INFO] ----------------< org.eclipse.orbit.bundles:jakarta.el >---------------- [2023-09-08T19:45:10.077Z] [INFO] Building Jakarta Expression Language API 4.0.0-SNAPSHOT [287/375] [2023-09-08T19:45:10.077Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:45:10.077Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/jakarta/el/jakarta.el-api/4.0.0/jakarta.el-api-4.0.0.pom [2023-09-08T19:45:10.077Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/jakarta/el/jakarta.el-api/4.0.0/jakarta.el-api-4.0.0.pom [2023-09-08T19:45:10.077Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/el/jakarta.el-api/4.0.0/jakarta.el-api-4.0.0.pom (12 kB at 888 kB/s) [2023-09-08T19:45:10.077Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/jakarta/el/jakarta.el-api/4.0.0/jakarta.el-api-4.0.0.jar [2023-09-08T19:45:10.078Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/jakarta/el/jakarta.el-api/4.0.0/jakarta.el-api-4.0.0.jar [2023-09-08T19:45:10.078Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/el/jakarta.el-api/4.0.0/jakarta.el-api-4.0.0.jar (81 kB at 6.7 MB/s) [2023-09-08T19:45:10.078Z] [INFO] [2023-09-08T19:45:10.078Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jakarta.el --- [2023-09-08T19:45:10.078Z] [INFO] [2023-09-08T19:45:10.078Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ jakarta.el --- [2023-09-08T19:45:10.078Z] [INFO] The project's OSGi version is 4.0.0.v20221203-1659 [2023-09-08T19:45:10.078Z] [INFO] [2023-09-08T19:45:10.078Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ jakarta.el --- [2023-09-08T19:45:10.078Z] [INFO] [2023-09-08T19:45:10.078Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jakarta.el --- [2023-09-08T19:45:10.078Z] [INFO] Copying 4 resources [2023-09-08T19:45:10.078Z] [INFO] [2023-09-08T19:45:10.078Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ jakarta.el --- [2023-09-08T19:45:10.078Z] [INFO] No sources to compile [2023-09-08T19:45:10.078Z] [INFO] [2023-09-08T19:45:10.078Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ jakarta.el --- [2023-09-08T19:45:10.078Z] [INFO] Gathering dependencies [2023-09-08T19:45:10.078Z] [INFO] Configured Artifact: jakarta.el:jakarta.el-api:4.0.0:jar [2023-09-08T19:45:10.078Z] [INFO] Unpacking /home/vnc/.m2/repository/jakarta/el/jakarta.el-api/4.0.0/jakarta.el-api-4.0.0.jar to /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.el_4.0.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:45:10.078Z] [INFO] Merging collected dependencies [2023-09-08T19:45:10.078Z] [INFO] Copying 53 resources [2023-09-08T19:45:10.078Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:45:10.078Z] [WARNING] Manifest org.eclipse.orbit.bundles:jakarta.el:eclipse-bundle-recipe:4.0.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:45:10.078Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.el_4.0.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:45:10.078Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.el_4.0.0/target/jakarta.el-4.0.0-SNAPSHOT.jar [2023-09-08T19:45:10.078Z] [INFO] Gathering sources [2023-09-08T19:45:10.078Z] [INFO] Configured Artifact: jakarta.el:jakarta.el-api:sources:4.0.0:jar [2023-09-08T19:45:10.078Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/jakarta/el/jakarta.el-api/4.0.0/jakarta.el-api-4.0.0-sources.jar [2023-09-08T19:45:10.078Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/jakarta/el/jakarta.el-api/4.0.0/jakarta.el-api-4.0.0-sources.jar [2023-09-08T19:45:10.078Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/el/jakarta.el-api/4.0.0/jakarta.el-api-4.0.0-sources.jar (105 kB at 3.7 MB/s) [2023-09-08T19:45:10.078Z] [INFO] Unpacking /home/vnc/.m2/repository/jakarta/el/jakarta.el-api/4.0.0/jakarta.el-api-4.0.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.el_4.0.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:45:10.078Z] [INFO] Copying 4 resources [2023-09-08T19:45:10.078Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.el_4.0.0/src/main/java [2023-09-08T19:45:10.334Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.el_4.0.0/target/jakarta.el-4.0.0-SNAPSHOT-sources.jar [2023-09-08T19:45:10.334Z] [INFO] Assembling p2 repository [2023-09-08T19:45:10.897Z] [INFO] [2023-09-08T19:45:10.897Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ jakarta.el --- [2023-09-08T19:45:10.897Z] [INFO] [2023-09-08T19:45:10.897Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ jakarta.el --- [2023-09-08T19:45:10.897Z] [INFO] Gathering sources archives [2023-09-08T19:45:10.897Z] [INFO] Configured Artifact: jakarta.el:jakarta.el-api:sources:4.0.0:jar [2023-09-08T19:45:10.897Z] [INFO] Unpacking /home/vnc/.m2/repository/jakarta/el/jakarta.el-api/4.0.0/jakarta.el-api-4.0.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.el_4.0.0/target/sources-for-eclipse-ipzilla/jakarta.el-api-4.0.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:45:10.897Z] [INFO] Configured Artifact: jakarta.el:jakarta.el-api:sources:4.0.0:jar [2023-09-08T19:45:10.897Z] [INFO] Copying jakarta.el-api-4.0.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.el_4.0.0/target/sources-for-eclipse-ipzilla/jakarta.el-api-4.0.0-sources.jar [2023-09-08T19:45:10.897Z] [INFO] Refreshing about files and about.html [2023-09-08T19:45:10.897Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.el_4.0.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:45:10.897Z] [INFO] [2023-09-08T19:45:10.897Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ jakarta.el --- [2023-09-08T19:45:10.897Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.el_4.0.0/target/jakarta.el-4.0.0-SNAPSHOT.jar [2023-09-08T19:45:12.266Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.el_4.0.0/target/jakarta.el-4.0.0-SNAPSHOT-sources.jar [2023-09-08T19:45:13.195Z] [INFO] [2023-09-08T19:45:13.195Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ jakarta.el --- [2023-09-08T19:45:13.195Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:jakarta.el:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.el_4.0.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:45:13.195Z] no-classifier: different [2023-09-08T19:45:13.195Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:45:13.195Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:45:13.195Z] classifier-sources: different [2023-09-08T19:45:13.195Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:45:13.195Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:45:13.195Z] [2023-09-08T19:45:13.195Z] [INFO] MavenProject: org.eclipse.orbit.bundles:jakarta.el:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.el_4.0.0/pom.xml [2023-09-08T19:45:13.195Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:45:13.195Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:45:13.195Z] [2023-09-08T19:45:13.195Z] [INFO] [2023-09-08T19:45:13.195Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ jakarta.el --- [2023-09-08T19:45:13.195Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.el_4.0.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/jakarta.el/4.0.0-SNAPSHOT/jakarta.el-4.0.0-SNAPSHOT.pom [2023-09-08T19:45:13.195Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.el_4.0.0/target/jakarta.el-4.0.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/jakarta.el/4.0.0-SNAPSHOT/jakarta.el-4.0.0-SNAPSHOT.jar [2023-09-08T19:45:13.195Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.el_4.0.0/target/jakarta.el-4.0.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/jakarta.el/4.0.0-SNAPSHOT/jakarta.el-4.0.0-SNAPSHOT-sources.jar [2023-09-08T19:45:13.195Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.el_4.0.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/jakarta.el/4.0.0-SNAPSHOT/jakarta.el-4.0.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:45:13.195Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.el_4.0.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/jakarta.el/4.0.0-SNAPSHOT/jakarta.el-4.0.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:45:13.195Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.el_4.0.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/jakarta.el/4.0.0-SNAPSHOT/jakarta.el-4.0.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:45:13.195Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.el_4.0.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/jakarta.el/4.0.0-SNAPSHOT/jakarta.el-4.0.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:45:13.195Z] [INFO] [2023-09-08T19:45:13.195Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ jakarta.el --- [2023-09-08T19:45:13.195Z] [INFO] [2023-09-08T19:45:13.195Z] [INFO] -------------< org.eclipse.orbit.bundles:jakarta.servlet >-------------- [2023-09-08T19:45:13.195Z] [INFO] Building Jakarta Servlet 5.0.0-SNAPSHOT [288/375] [2023-09-08T19:45:13.195Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:45:13.195Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/jakarta/servlet/jakarta.servlet-api/5.0.0/jakarta.servlet-api-5.0.0.pom [2023-09-08T19:45:13.195Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/jakarta/servlet/jakarta.servlet-api/5.0.0/jakarta.servlet-api-5.0.0.pom [2023-09-08T19:45:13.195Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/servlet/jakarta.servlet-api/5.0.0/jakarta.servlet-api-5.0.0.pom (18 kB at 1.4 MB/s) [2023-09-08T19:45:13.195Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/jakarta/servlet/jakarta.servlet-api/5.0.0/jakarta.servlet-api-5.0.0.jar [2023-09-08T19:45:13.195Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/jakarta/servlet/jakarta.servlet-api/5.0.0/jakarta.servlet-api-5.0.0.jar [2023-09-08T19:45:13.450Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/servlet/jakarta.servlet-api/5.0.0/jakarta.servlet-api-5.0.0.jar (308 kB at 18 MB/s) [2023-09-08T19:45:13.450Z] [INFO] [2023-09-08T19:45:13.450Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jakarta.servlet --- [2023-09-08T19:45:13.450Z] [INFO] [2023-09-08T19:45:13.450Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ jakarta.servlet --- [2023-09-08T19:45:13.450Z] [INFO] The project's OSGi version is 5.0.0.v20221203-1659 [2023-09-08T19:45:13.450Z] [INFO] [2023-09-08T19:45:13.450Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ jakarta.servlet --- [2023-09-08T19:45:13.450Z] [INFO] [2023-09-08T19:45:13.450Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jakarta.servlet --- [2023-09-08T19:45:13.450Z] [INFO] Copying 4 resources [2023-09-08T19:45:13.450Z] [INFO] [2023-09-08T19:45:13.450Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ jakarta.servlet --- [2023-09-08T19:45:13.450Z] [INFO] No sources to compile [2023-09-08T19:45:13.450Z] [INFO] [2023-09-08T19:45:13.450Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ jakarta.servlet --- [2023-09-08T19:45:13.450Z] [INFO] Gathering dependencies [2023-09-08T19:45:13.450Z] [INFO] Configured Artifact: jakarta.servlet:jakarta.servlet-api:5.0.0:jar [2023-09-08T19:45:13.450Z] [INFO] Unpacking /home/vnc/.m2/repository/jakarta/servlet/jakarta.servlet-api/5.0.0/jakarta.servlet-api-5.0.0.jar to /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.servlet_5.0.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:45:13.450Z] [INFO] Merging collected dependencies [2023-09-08T19:45:13.450Z] [INFO] Copying 139 resources [2023-09-08T19:45:13.450Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:45:13.450Z] [WARNING] Manifest org.eclipse.orbit.bundles:jakarta.servlet:eclipse-bundle-recipe:5.0.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:45:13.450Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.servlet_5.0.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:45:13.450Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.servlet_5.0.0/target/jakarta.servlet-5.0.0-SNAPSHOT.jar [2023-09-08T19:45:13.450Z] [INFO] Gathering sources [2023-09-08T19:45:13.450Z] [INFO] Configured Artifact: jakarta.servlet:jakarta.servlet-api:sources:5.0.0:jar [2023-09-08T19:45:13.450Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/jakarta/servlet/jakarta.servlet-api/5.0.0/jakarta.servlet-api-5.0.0-sources.jar [2023-09-08T19:45:13.450Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/jakarta/servlet/jakarta.servlet-api/5.0.0/jakarta.servlet-api-5.0.0-sources.jar [2023-09-08T19:45:13.450Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/servlet/jakarta.servlet-api/5.0.0/jakarta.servlet-api-5.0.0-sources.jar (397 kB at 19 MB/s) [2023-09-08T19:45:13.450Z] [INFO] Unpacking /home/vnc/.m2/repository/jakarta/servlet/jakarta.servlet-api/5.0.0/jakarta.servlet-api-5.0.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.servlet_5.0.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:45:13.450Z] [INFO] Copying 4 resources [2023-09-08T19:45:13.450Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.servlet_5.0.0/src/main/java [2023-09-08T19:45:13.450Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.servlet_5.0.0/target/jakarta.servlet-5.0.0-SNAPSHOT-sources.jar [2023-09-08T19:45:13.450Z] [INFO] Assembling p2 repository [2023-09-08T19:45:14.013Z] [INFO] [2023-09-08T19:45:14.013Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ jakarta.servlet --- [2023-09-08T19:45:14.013Z] [INFO] [2023-09-08T19:45:14.013Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ jakarta.servlet --- [2023-09-08T19:45:14.013Z] [INFO] Gathering sources archives [2023-09-08T19:45:14.013Z] [INFO] Configured Artifact: jakarta.servlet:jakarta.servlet-api:sources:5.0.0:jar [2023-09-08T19:45:14.013Z] [INFO] Unpacking /home/vnc/.m2/repository/jakarta/servlet/jakarta.servlet-api/5.0.0/jakarta.servlet-api-5.0.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.servlet_5.0.0/target/sources-for-eclipse-ipzilla/jakarta.servlet-api-5.0.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:45:14.013Z] [INFO] Configured Artifact: jakarta.servlet:jakarta.servlet-api:sources:5.0.0:jar [2023-09-08T19:45:14.013Z] [INFO] Copying jakarta.servlet-api-5.0.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.servlet_5.0.0/target/sources-for-eclipse-ipzilla/jakarta.servlet-api-5.0.0-sources.jar [2023-09-08T19:45:14.013Z] [INFO] Refreshing about files and about.html [2023-09-08T19:45:14.013Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.servlet_5.0.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:45:14.013Z] [INFO] [2023-09-08T19:45:14.013Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ jakarta.servlet --- [2023-09-08T19:45:14.269Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.servlet_5.0.0/target/jakarta.servlet-5.0.0-SNAPSHOT.jar [2023-09-08T19:45:15.637Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.servlet_5.0.0/target/jakarta.servlet-5.0.0-SNAPSHOT-sources.jar [2023-09-08T19:45:17.528Z] [INFO] [2023-09-08T19:45:17.529Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ jakarta.servlet --- [2023-09-08T19:45:18.091Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:jakarta.servlet:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.servlet_5.0.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:45:18.091Z] no-classifier: different [2023-09-08T19:45:18.091Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:45:18.091Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:45:18.091Z] classifier-sources: different [2023-09-08T19:45:18.091Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:45:18.091Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:45:18.091Z] [2023-09-08T19:45:18.091Z] [INFO] MavenProject: org.eclipse.orbit.bundles:jakarta.servlet:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.servlet_5.0.0/pom.xml [2023-09-08T19:45:18.091Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:45:18.091Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:45:18.091Z] [2023-09-08T19:45:18.091Z] [INFO] [2023-09-08T19:45:18.091Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ jakarta.servlet --- [2023-09-08T19:45:18.092Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.servlet_5.0.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/jakarta.servlet/5.0.0-SNAPSHOT/jakarta.servlet-5.0.0-SNAPSHOT.pom [2023-09-08T19:45:18.092Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.servlet_5.0.0/target/jakarta.servlet-5.0.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/jakarta.servlet/5.0.0-SNAPSHOT/jakarta.servlet-5.0.0-SNAPSHOT.jar [2023-09-08T19:45:18.092Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.servlet_5.0.0/target/jakarta.servlet-5.0.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/jakarta.servlet/5.0.0-SNAPSHOT/jakarta.servlet-5.0.0-SNAPSHOT-sources.jar [2023-09-08T19:45:18.092Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.servlet_5.0.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/jakarta.servlet/5.0.0-SNAPSHOT/jakarta.servlet-5.0.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:45:18.092Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.servlet_5.0.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/jakarta.servlet/5.0.0-SNAPSHOT/jakarta.servlet-5.0.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:45:18.092Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.servlet_5.0.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/jakarta.servlet/5.0.0-SNAPSHOT/jakarta.servlet-5.0.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:45:18.092Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.servlet_5.0.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/jakarta.servlet/5.0.0-SNAPSHOT/jakarta.servlet-5.0.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:45:18.092Z] [INFO] [2023-09-08T19:45:18.092Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ jakarta.servlet --- [2023-09-08T19:45:18.092Z] [INFO] [2023-09-08T19:45:18.092Z] [INFO] -----------< org.eclipse.orbit.bundles:jakarta.servlet.jsp >------------ [2023-09-08T19:45:18.092Z] [INFO] Building Jakarta Server Pages API 3.0.0-SNAPSHOT [289/375] [2023-09-08T19:45:18.092Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:45:18.092Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/jakarta/servlet/jsp/jakarta.servlet.jsp-api/3.0.0/jakarta.servlet.jsp-api-3.0.0.pom [2023-09-08T19:45:18.092Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/jakarta/servlet/jsp/jakarta.servlet.jsp-api/3.0.0/jakarta.servlet.jsp-api-3.0.0.pom [2023-09-08T19:45:18.092Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/servlet/jsp/jakarta.servlet.jsp-api/3.0.0/jakarta.servlet.jsp-api-3.0.0.pom (12 kB at 274 kB/s) [2023-09-08T19:45:18.092Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/jakarta/servlet/jsp/jakarta.servlet.jsp-api/3.0.0/jakarta.servlet.jsp-api-3.0.0.jar [2023-09-08T19:45:18.092Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/jakarta/servlet/jsp/jakarta.servlet.jsp-api/3.0.0/jakarta.servlet.jsp-api-3.0.0.jar [2023-09-08T19:45:18.092Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/servlet/jsp/jakarta.servlet.jsp-api/3.0.0/jakarta.servlet.jsp-api-3.0.0.jar (67 kB at 3.5 MB/s) [2023-09-08T19:45:18.092Z] [INFO] [2023-09-08T19:45:18.092Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jakarta.servlet.jsp --- [2023-09-08T19:45:18.092Z] [INFO] [2023-09-08T19:45:18.092Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ jakarta.servlet.jsp --- [2023-09-08T19:45:18.092Z] [INFO] The project's OSGi version is 3.0.0.v20221203-1659 [2023-09-08T19:45:18.092Z] [INFO] [2023-09-08T19:45:18.092Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ jakarta.servlet.jsp --- [2023-09-08T19:45:18.092Z] [INFO] [2023-09-08T19:45:18.092Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jakarta.servlet.jsp --- [2023-09-08T19:45:18.092Z] [INFO] Copying 4 resources [2023-09-08T19:45:18.092Z] [INFO] [2023-09-08T19:45:18.092Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ jakarta.servlet.jsp --- [2023-09-08T19:45:18.092Z] [INFO] No sources to compile [2023-09-08T19:45:18.092Z] [INFO] [2023-09-08T19:45:18.092Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ jakarta.servlet.jsp --- [2023-09-08T19:45:18.092Z] [INFO] Gathering dependencies [2023-09-08T19:45:18.092Z] [INFO] Configured Artifact: jakarta.servlet.jsp:jakarta.servlet.jsp-api:3.0.0:jar [2023-09-08T19:45:18.092Z] [INFO] Unpacking /home/vnc/.m2/repository/jakarta/servlet/jsp/jakarta.servlet.jsp-api/3.0.0/jakarta.servlet.jsp-api-3.0.0.jar to /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.servlet.jsp_3.0.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:45:18.092Z] [INFO] Merging collected dependencies [2023-09-08T19:45:18.092Z] [INFO] Copying 61 resources [2023-09-08T19:45:18.092Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:45:18.092Z] [WARNING] Manifest org.eclipse.orbit.bundles:jakarta.servlet.jsp:eclipse-bundle-recipe:3.0.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:45:18.092Z] [WARNING] Manifest org.eclipse.orbit.bundles:jakarta.servlet.jsp:eclipse-bundle-recipe:3.0.0-SNAPSHOT : Version for package jakarta.servlet.jsp is set to different values in the source (3.0.0) and in the manifest (3.0.0.SNAPSHOT). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project [2023-09-08T19:45:18.092Z] [WARNING] Manifest org.eclipse.orbit.bundles:jakarta.servlet.jsp:eclipse-bundle-recipe:3.0.0-SNAPSHOT : Version for package jakarta.servlet.jsp.el is set to different values in the source (3.0.0) and in the manifest (3.0.0.SNAPSHOT). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project [2023-09-08T19:45:18.092Z] [WARNING] Manifest org.eclipse.orbit.bundles:jakarta.servlet.jsp:eclipse-bundle-recipe:3.0.0-SNAPSHOT : Version for package jakarta.servlet.jsp.tagext is set to different values in the source (3.0.0) and in the manifest (3.0.0.SNAPSHOT). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project [2023-09-08T19:45:18.092Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.servlet.jsp_3.0.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:45:18.092Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.servlet.jsp_3.0.0/target/jakarta.servlet.jsp-3.0.0-SNAPSHOT.jar [2023-09-08T19:45:18.092Z] [INFO] Gathering sources [2023-09-08T19:45:18.092Z] [INFO] Configured Artifact: jakarta.servlet.jsp:jakarta.servlet.jsp-api:sources:3.0.0:jar [2023-09-08T19:45:18.092Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/jakarta/servlet/jsp/jakarta.servlet.jsp-api/3.0.0/jakarta.servlet.jsp-api-3.0.0-sources.jar [2023-09-08T19:45:18.093Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/jakarta/servlet/jsp/jakarta.servlet.jsp-api/3.0.0/jakarta.servlet.jsp-api-3.0.0-sources.jar [2023-09-08T19:45:18.093Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/servlet/jsp/jakarta.servlet.jsp-api/3.0.0/jakarta.servlet.jsp-api-3.0.0-sources.jar (110 kB at 2.1 MB/s) [2023-09-08T19:45:18.093Z] [INFO] Unpacking /home/vnc/.m2/repository/jakarta/servlet/jsp/jakarta.servlet.jsp-api/3.0.0/jakarta.servlet.jsp-api-3.0.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.servlet.jsp_3.0.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:45:18.093Z] [INFO] Copying 4 resources [2023-09-08T19:45:18.093Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.servlet.jsp_3.0.0/src/main/java [2023-09-08T19:45:18.093Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.servlet.jsp_3.0.0/target/jakarta.servlet.jsp-3.0.0-SNAPSHOT-sources.jar [2023-09-08T19:45:18.093Z] [INFO] Assembling p2 repository [2023-09-08T19:45:18.655Z] [INFO] [2023-09-08T19:45:18.655Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ jakarta.servlet.jsp --- [2023-09-08T19:45:18.655Z] [INFO] [2023-09-08T19:45:18.655Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ jakarta.servlet.jsp --- [2023-09-08T19:45:18.655Z] [INFO] Gathering sources archives [2023-09-08T19:45:18.655Z] [INFO] Configured Artifact: jakarta.servlet.jsp:jakarta.servlet.jsp-api:sources:3.0.0:jar [2023-09-08T19:45:18.655Z] [INFO] Unpacking /home/vnc/.m2/repository/jakarta/servlet/jsp/jakarta.servlet.jsp-api/3.0.0/jakarta.servlet.jsp-api-3.0.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.servlet.jsp_3.0.0/target/sources-for-eclipse-ipzilla/jakarta.servlet.jsp-api-3.0.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:45:18.655Z] [INFO] Configured Artifact: jakarta.servlet.jsp:jakarta.servlet.jsp-api:sources:3.0.0:jar [2023-09-08T19:45:18.655Z] [INFO] Copying jakarta.servlet.jsp-api-3.0.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.servlet.jsp_3.0.0/target/sources-for-eclipse-ipzilla/jakarta.servlet.jsp-api-3.0.0-sources.jar [2023-09-08T19:45:18.655Z] [INFO] Refreshing about files and about.html [2023-09-08T19:45:18.655Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.servlet.jsp_3.0.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:45:18.655Z] [INFO] [2023-09-08T19:45:18.655Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ jakarta.servlet.jsp --- [2023-09-08T19:45:18.655Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.servlet.jsp_3.0.0/target/jakarta.servlet.jsp-3.0.0-SNAPSHOT.jar [2023-09-08T19:45:19.585Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.servlet.jsp_3.0.0/target/jakarta.servlet.jsp-3.0.0-SNAPSHOT-sources.jar [2023-09-08T19:45:20.516Z] [INFO] [2023-09-08T19:45:20.516Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ jakarta.servlet.jsp --- [2023-09-08T19:45:20.772Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:jakarta.servlet.jsp:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.servlet.jsp_3.0.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:45:20.772Z] no-classifier: different [2023-09-08T19:45:20.772Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:45:20.772Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:45:20.772Z] classifier-sources: different [2023-09-08T19:45:20.772Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:45:20.772Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:45:20.772Z] [2023-09-08T19:45:20.772Z] [INFO] MavenProject: org.eclipse.orbit.bundles:jakarta.servlet.jsp:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.servlet.jsp_3.0.0/pom.xml [2023-09-08T19:45:20.772Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:45:20.772Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:45:20.772Z] [2023-09-08T19:45:20.772Z] [INFO] [2023-09-08T19:45:20.772Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ jakarta.servlet.jsp --- [2023-09-08T19:45:20.772Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.servlet.jsp_3.0.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/jakarta.servlet.jsp/3.0.0-SNAPSHOT/jakarta.servlet.jsp-3.0.0-SNAPSHOT.pom [2023-09-08T19:45:20.772Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.servlet.jsp_3.0.0/target/jakarta.servlet.jsp-3.0.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/jakarta.servlet.jsp/3.0.0-SNAPSHOT/jakarta.servlet.jsp-3.0.0-SNAPSHOT.jar [2023-09-08T19:45:20.772Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.servlet.jsp_3.0.0/target/jakarta.servlet.jsp-3.0.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/jakarta.servlet.jsp/3.0.0-SNAPSHOT/jakarta.servlet.jsp-3.0.0-SNAPSHOT-sources.jar [2023-09-08T19:45:20.773Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.servlet.jsp_3.0.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/jakarta.servlet.jsp/3.0.0-SNAPSHOT/jakarta.servlet.jsp-3.0.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:45:20.773Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.servlet.jsp_3.0.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/jakarta.servlet.jsp/3.0.0-SNAPSHOT/jakarta.servlet.jsp-3.0.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:45:20.773Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.servlet.jsp_3.0.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/jakarta.servlet.jsp/3.0.0-SNAPSHOT/jakarta.servlet.jsp-3.0.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:45:20.773Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.servlet.jsp_3.0.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/jakarta.servlet.jsp/3.0.0-SNAPSHOT/jakarta.servlet.jsp-3.0.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:45:20.773Z] [INFO] [2023-09-08T19:45:20.773Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ jakarta.servlet.jsp --- [2023-09-08T19:45:20.773Z] [INFO] [2023-09-08T19:45:20.773Z] [INFO] -------------< org.eclipse.orbit.bundles:javax.annotation >------------- [2023-09-08T19:45:20.773Z] [INFO] Building Jakarta Annotations API 1.3.5-SNAPSHOT [290/375] [2023-09-08T19:45:20.773Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:45:20.773Z] [INFO] [2023-09-08T19:45:20.773Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ javax.annotation --- [2023-09-08T19:45:20.773Z] [INFO] [2023-09-08T19:45:20.773Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ javax.annotation --- [2023-09-08T19:45:20.773Z] [INFO] The project's OSGi version is 1.3.5.v20230504-0748 [2023-09-08T19:45:20.773Z] [INFO] [2023-09-08T19:45:20.773Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ javax.annotation --- [2023-09-08T19:45:20.773Z] [INFO] [2023-09-08T19:45:20.773Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ javax.annotation --- [2023-09-08T19:45:20.773Z] [INFO] Copying 4 resources [2023-09-08T19:45:20.773Z] [INFO] [2023-09-08T19:45:20.773Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ javax.annotation --- [2023-09-08T19:45:20.773Z] [INFO] No sources to compile [2023-09-08T19:45:20.773Z] [INFO] [2023-09-08T19:45:20.773Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ javax.annotation --- [2023-09-08T19:45:20.773Z] [INFO] Gathering dependencies [2023-09-08T19:45:20.773Z] [INFO] Configured Artifact: jakarta.annotation:jakarta.annotation-api:1.3.5:jar [2023-09-08T19:45:20.773Z] [INFO] Unpacking /home/vnc/.m2/repository/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.jar to /home/jenkins/agent/workspace/orbit-recipes/javax/javax.annotation_1.3.5/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:45:20.773Z] [INFO] Merging collected dependencies [2023-09-08T19:45:20.773Z] [INFO] Copying 18 resources [2023-09-08T19:45:20.773Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:45:20.773Z] [WARNING] Manifest org.eclipse.orbit.bundles:javax.annotation:eclipse-bundle-recipe:1.3.5-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:45:20.773Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/javax/javax.annotation_1.3.5/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:45:20.773Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/javax/javax.annotation_1.3.5/target/javax.annotation-1.3.5-SNAPSHOT.jar [2023-09-08T19:45:20.773Z] [INFO] Gathering sources [2023-09-08T19:45:20.773Z] [INFO] Configured Artifact: jakarta.annotation:jakarta.annotation-api:sources:1.3.5:jar [2023-09-08T19:45:20.773Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5-sources.jar [2023-09-08T19:45:20.773Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5-sources.jar [2023-09-08T19:45:20.773Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5-sources.jar (38 kB at 2.9 MB/s) [2023-09-08T19:45:20.773Z] [INFO] Unpacking /home/vnc/.m2/repository/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/javax/javax.annotation_1.3.5/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:45:20.773Z] [INFO] Copying 4 resources [2023-09-08T19:45:20.773Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/javax/javax.annotation_1.3.5/src/main/java [2023-09-08T19:45:21.030Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/javax/javax.annotation_1.3.5/target/javax.annotation-1.3.5-SNAPSHOT-sources.jar [2023-09-08T19:45:21.030Z] [INFO] Assembling p2 repository [2023-09-08T19:45:21.592Z] [INFO] [2023-09-08T19:45:21.592Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ javax.annotation --- [2023-09-08T19:45:21.592Z] [INFO] [2023-09-08T19:45:21.592Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ javax.annotation --- [2023-09-08T19:45:21.592Z] [INFO] Gathering sources archives [2023-09-08T19:45:21.592Z] [INFO] Configured Artifact: jakarta.annotation:jakarta.annotation-api:sources:1.3.5:jar [2023-09-08T19:45:21.592Z] [INFO] Unpacking /home/vnc/.m2/repository/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/javax/javax.annotation_1.3.5/target/sources-for-eclipse-ipzilla/jakarta.annotation-api-1.3.5-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:45:21.592Z] [INFO] Configured Artifact: jakarta.annotation:jakarta.annotation-api:sources:1.3.5:jar [2023-09-08T19:45:21.592Z] [INFO] Copying jakarta.annotation-api-1.3.5-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/javax/javax.annotation_1.3.5/target/sources-for-eclipse-ipzilla/jakarta.annotation-api-1.3.5-sources.jar [2023-09-08T19:45:21.592Z] [INFO] Refreshing about files and about.html [2023-09-08T19:45:21.592Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/javax/javax.annotation_1.3.5/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:45:21.592Z] [INFO] [2023-09-08T19:45:21.592Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ javax.annotation --- [2023-09-08T19:45:21.592Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/javax/javax.annotation_1.3.5/target/javax.annotation-1.3.5-SNAPSHOT.jar [2023-09-08T19:45:22.955Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/javax/javax.annotation_1.3.5/target/javax.annotation-1.3.5-SNAPSHOT-sources.jar [2023-09-08T19:45:24.847Z] [INFO] [2023-09-08T19:45:24.847Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ javax.annotation --- [2023-09-08T19:45:24.847Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:javax.annotation:1.3.5-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/javax/javax.annotation_1.3.5/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:45:24.847Z] no-classifier: different [2023-09-08T19:45:24.847Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:45:24.847Z] classifier-sources: different [2023-09-08T19:45:24.847Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:45:24.847Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:45:24.847Z] [2023-09-08T19:45:24.847Z] [INFO] MavenProject: org.eclipse.orbit.bundles:javax.annotation:1.3.5-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/javax/javax.annotation_1.3.5/pom.xml [2023-09-08T19:45:24.847Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:45:24.847Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:45:24.847Z] [2023-09-08T19:45:24.847Z] [INFO] [2023-09-08T19:45:24.847Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ javax.annotation --- [2023-09-08T19:45:24.847Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/javax/javax.annotation_1.3.5/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/javax.annotation/1.3.5-SNAPSHOT/javax.annotation-1.3.5-SNAPSHOT.pom [2023-09-08T19:45:24.847Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/javax/javax.annotation_1.3.5/target/javax.annotation-1.3.5-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/javax.annotation/1.3.5-SNAPSHOT/javax.annotation-1.3.5-SNAPSHOT.jar [2023-09-08T19:45:24.847Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/javax/javax.annotation_1.3.5/target/javax.annotation-1.3.5-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/javax.annotation/1.3.5-SNAPSHOT/javax.annotation-1.3.5-SNAPSHOT-sources.jar [2023-09-08T19:45:24.847Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/javax/javax.annotation_1.3.5/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/javax.annotation/1.3.5-SNAPSHOT/javax.annotation-1.3.5-SNAPSHOT-p2metadata.xml [2023-09-08T19:45:24.847Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/javax/javax.annotation_1.3.5/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/javax.annotation/1.3.5-SNAPSHOT/javax.annotation-1.3.5-SNAPSHOT-p2artifacts.xml [2023-09-08T19:45:24.847Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/javax/javax.annotation_1.3.5/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/javax.annotation/1.3.5-SNAPSHOT/javax.annotation-1.3.5-SNAPSHOT-p2metadata.xml [2023-09-08T19:45:24.847Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/javax/javax.annotation_1.3.5/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/javax.annotation/1.3.5-SNAPSHOT/javax.annotation-1.3.5-SNAPSHOT-p2artifacts.xml [2023-09-08T19:45:24.847Z] [INFO] [2023-09-08T19:45:24.847Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ javax.annotation --- [2023-09-08T19:45:24.847Z] [INFO] [2023-09-08T19:45:24.847Z] [INFO] -------------< org.eclipse.orbit.bundles:javax.validation >------------- [2023-09-08T19:45:24.847Z] [INFO] Building Bean Validation API 1.1.0-SNAPSHOT [291/375] [2023-09-08T19:45:24.847Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:45:24.847Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.pom [2023-09-08T19:45:24.847Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.pom [2023-09-08T19:45:24.847Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.pom (7.9 kB at 715 kB/s) [2023-09-08T19:45:24.847Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar [2023-09-08T19:45:24.847Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar [2023-09-08T19:45:24.847Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar (64 kB at 5.3 MB/s) [2023-09-08T19:45:24.847Z] [INFO] [2023-09-08T19:45:24.847Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ javax.validation --- [2023-09-08T19:45:24.847Z] [INFO] [2023-09-08T19:45:24.847Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ javax.validation --- [2023-09-08T19:45:24.847Z] [INFO] The project's OSGi version is 1.1.0.v20221112-0806 [2023-09-08T19:45:24.847Z] [INFO] [2023-09-08T19:45:24.848Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ javax.validation --- [2023-09-08T19:45:24.848Z] [INFO] [2023-09-08T19:45:24.848Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ javax.validation --- [2023-09-08T19:45:24.848Z] [INFO] Copying 3 resources [2023-09-08T19:45:24.848Z] [INFO] [2023-09-08T19:45:24.848Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ javax.validation --- [2023-09-08T19:45:24.848Z] [INFO] No sources to compile [2023-09-08T19:45:24.848Z] [INFO] [2023-09-08T19:45:24.848Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ javax.validation --- [2023-09-08T19:45:24.848Z] [INFO] Gathering dependencies [2023-09-08T19:45:24.848Z] [INFO] Configured Artifact: javax.validation:validation-api:1.1.0.Final:jar [2023-09-08T19:45:24.848Z] [INFO] Unpacking /home/vnc/.m2/repository/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar to /home/jenkins/agent/workspace/orbit-recipes/javax/javax.validation_1.1.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:45:24.848Z] [INFO] Merging collected dependencies [2023-09-08T19:45:24.848Z] [INFO] Copying 107 resources [2023-09-08T19:45:24.848Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:45:24.848Z] [WARNING] Manifest org.eclipse.orbit.bundles:javax.validation:eclipse-bundle-recipe:1.1.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:45:24.848Z] [WARNING] Manifest org.eclipse.orbit.bundles:javax.validation:eclipse-bundle-recipe:1.1.0-SNAPSHOT : Version for package javax.validation is set to different values in the source (1.1.0) and in the manifest (1.1.0.Final). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project [2023-09-08T19:45:24.848Z] [WARNING] Manifest org.eclipse.orbit.bundles:javax.validation:eclipse-bundle-recipe:1.1.0-SNAPSHOT : Version for package javax.validation.bootstrap is set to different values in the source (1.1.0) and in the manifest (1.1.0.Final). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project [2023-09-08T19:45:24.848Z] [WARNING] Manifest org.eclipse.orbit.bundles:javax.validation:eclipse-bundle-recipe:1.1.0-SNAPSHOT : Version for package javax.validation.constraints is set to different values in the source (1.1.0) and in the manifest (1.1.0.Final). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project [2023-09-08T19:45:24.848Z] [WARNING] Manifest org.eclipse.orbit.bundles:javax.validation:eclipse-bundle-recipe:1.1.0-SNAPSHOT : Version for package javax.validation.constraintvalidation is set to different values in the source (1.1.0) and in the manifest (1.1.0.Final). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project [2023-09-08T19:45:24.848Z] [WARNING] Manifest org.eclipse.orbit.bundles:javax.validation:eclipse-bundle-recipe:1.1.0-SNAPSHOT : Version for package javax.validation.executable is set to different values in the source (1.1.0) and in the manifest (1.1.0.Final). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project [2023-09-08T19:45:24.848Z] [WARNING] Manifest org.eclipse.orbit.bundles:javax.validation:eclipse-bundle-recipe:1.1.0-SNAPSHOT : Version for package javax.validation.groups is set to different values in the source (1.1.0) and in the manifest (1.1.0.Final). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project [2023-09-08T19:45:24.848Z] [WARNING] Manifest org.eclipse.orbit.bundles:javax.validation:eclipse-bundle-recipe:1.1.0-SNAPSHOT : Version for package javax.validation.metadata is set to different values in the source (1.1.0) and in the manifest (1.1.0.Final). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project [2023-09-08T19:45:24.848Z] [WARNING] Manifest org.eclipse.orbit.bundles:javax.validation:eclipse-bundle-recipe:1.1.0-SNAPSHOT : Version for package javax.validation.spi is set to different values in the source (1.1.0) and in the manifest (1.1.0.Final). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project [2023-09-08T19:45:24.848Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/javax/javax.validation_1.1.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:45:24.848Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/javax/javax.validation_1.1.0/target/javax.validation-1.1.0-SNAPSHOT.jar [2023-09-08T19:45:24.848Z] [INFO] Gathering sources [2023-09-08T19:45:24.848Z] [INFO] Configured Artifact: javax.validation:validation-api:sources:1.1.0.Final:jar [2023-09-08T19:45:24.848Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final-sources.jar [2023-09-08T19:45:24.848Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final-sources.jar [2023-09-08T19:45:24.848Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final-sources.jar (95 kB at 7.3 MB/s) [2023-09-08T19:45:24.848Z] [INFO] Unpacking /home/vnc/.m2/repository/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/javax/javax.validation_1.1.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:45:24.848Z] [INFO] Copying 3 resources [2023-09-08T19:45:24.848Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/javax/javax.validation_1.1.0/src/main/java [2023-09-08T19:45:24.848Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/javax/javax.validation_1.1.0/target/javax.validation-1.1.0-SNAPSHOT-sources.jar [2023-09-08T19:45:25.104Z] [INFO] Assembling p2 repository [2023-09-08T19:45:25.667Z] [INFO] [2023-09-08T19:45:25.667Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ javax.validation --- [2023-09-08T19:45:25.667Z] [INFO] [2023-09-08T19:45:25.667Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ javax.validation --- [2023-09-08T19:45:25.667Z] [INFO] Gathering sources archives [2023-09-08T19:45:25.667Z] [INFO] Configured Artifact: javax.validation:validation-api:sources:1.1.0.Final:jar [2023-09-08T19:45:25.667Z] [INFO] Unpacking /home/vnc/.m2/repository/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/javax/javax.validation_1.1.0/target/sources-for-eclipse-ipzilla/validation-api-1.1.0.Final-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:45:25.667Z] [INFO] Configured Artifact: javax.validation:validation-api:sources:1.1.0.Final:jar [2023-09-08T19:45:25.667Z] [INFO] Copying validation-api-1.1.0.Final-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/javax/javax.validation_1.1.0/target/sources-for-eclipse-ipzilla/validation-api-1.1.0.Final-sources.jar [2023-09-08T19:45:25.667Z] [INFO] Refreshing about files and about.html [2023-09-08T19:45:25.923Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/javax/javax.validation_1.1.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:45:25.923Z] [INFO] [2023-09-08T19:45:25.923Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ javax.validation --- [2023-09-08T19:45:25.923Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/javax/javax.validation_1.1.0/target/javax.validation-1.1.0-SNAPSHOT.jar [2023-09-08T19:45:27.290Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/javax/javax.validation_1.1.0/target/javax.validation-1.1.0-SNAPSHOT-sources.jar [2023-09-08T19:45:27.852Z] [INFO] [2023-09-08T19:45:27.852Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ javax.validation --- [2023-09-08T19:45:28.110Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:javax.validation:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/javax/javax.validation_1.1.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:45:28.110Z] no-classifier: different [2023-09-08T19:45:28.110Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:45:28.110Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:45:28.110Z] classifier-sources: different [2023-09-08T19:45:28.110Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:45:28.110Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:45:28.110Z] [2023-09-08T19:45:28.110Z] [INFO] MavenProject: org.eclipse.orbit.bundles:javax.validation:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/javax/javax.validation_1.1.0/pom.xml [2023-09-08T19:45:28.110Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:45:28.110Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:45:28.110Z] [2023-09-08T19:45:28.110Z] [INFO] [2023-09-08T19:45:28.110Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ javax.validation --- [2023-09-08T19:45:28.110Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/javax/javax.validation_1.1.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/javax.validation/1.1.0-SNAPSHOT/javax.validation-1.1.0-SNAPSHOT.pom [2023-09-08T19:45:28.110Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/javax/javax.validation_1.1.0/target/javax.validation-1.1.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/javax.validation/1.1.0-SNAPSHOT/javax.validation-1.1.0-SNAPSHOT.jar [2023-09-08T19:45:28.110Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/javax/javax.validation_1.1.0/target/javax.validation-1.1.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/javax.validation/1.1.0-SNAPSHOT/javax.validation-1.1.0-SNAPSHOT-sources.jar [2023-09-08T19:45:28.110Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/javax/javax.validation_1.1.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/javax.validation/1.1.0-SNAPSHOT/javax.validation-1.1.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:45:28.110Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/javax/javax.validation_1.1.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/javax.validation/1.1.0-SNAPSHOT/javax.validation-1.1.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:45:28.111Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/javax/javax.validation_1.1.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/javax.validation/1.1.0-SNAPSHOT/javax.validation-1.1.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:45:28.111Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/javax/javax.validation_1.1.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/javax.validation/1.1.0-SNAPSHOT/javax.validation-1.1.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:45:28.111Z] [INFO] [2023-09-08T19:45:28.111Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ javax.validation --- [2023-09-08T19:45:28.111Z] [INFO] [2023-09-08T19:45:28.111Z] [INFO] -------------< org.eclipse.orbit.bundles:jakarta.xml.bind >------------- [2023-09-08T19:45:28.111Z] [INFO] Building Jakarta XML Binding API 2.3.3-SNAPSHOT [292/375] [2023-09-08T19:45:28.111Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:45:28.111Z] [INFO] [2023-09-08T19:45:28.111Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jakarta.xml.bind --- [2023-09-08T19:45:28.111Z] [INFO] [2023-09-08T19:45:28.111Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ jakarta.xml.bind --- [2023-09-08T19:45:28.111Z] [INFO] The project's OSGi version is 2.3.3.v20221203-1659 [2023-09-08T19:45:28.111Z] [INFO] [2023-09-08T19:45:28.111Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ jakarta.xml.bind --- [2023-09-08T19:45:28.111Z] [INFO] [2023-09-08T19:45:28.111Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jakarta.xml.bind --- [2023-09-08T19:45:28.111Z] [INFO] Copying 3 resources [2023-09-08T19:45:28.111Z] [INFO] [2023-09-08T19:45:28.111Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ jakarta.xml.bind --- [2023-09-08T19:45:28.111Z] [INFO] No sources to compile [2023-09-08T19:45:28.111Z] [INFO] [2023-09-08T19:45:28.111Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ jakarta.xml.bind --- [2023-09-08T19:45:28.111Z] [INFO] Gathering dependencies [2023-09-08T19:45:28.111Z] [INFO] Configured Artifact: jakarta.xml.bind:jakarta.xml.bind-api:2.3.3:jar [2023-09-08T19:45:28.111Z] [INFO] Unpacking /home/vnc/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3.jar to /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.xml.bind_2.3.3/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:45:28.111Z] [INFO] Merging collected dependencies [2023-09-08T19:45:28.111Z] [INFO] Copying 118 resources [2023-09-08T19:45:28.111Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:45:28.111Z] [WARNING] Manifest org.eclipse.orbit.bundles:jakarta.xml.bind:eclipse-bundle-recipe:2.3.3-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:45:28.111Z] [WARNING] Manifest org.eclipse.orbit.bundles:jakarta.xml.bind:eclipse-bundle-recipe:2.3.3-SNAPSHOT : Classes found in the wrong directory: {META-INF/versions/9/javax/xml/bind/ModuleUtil.class=javax.xml.bind.ModuleUtil} [2023-09-08T19:45:28.111Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.xml.bind_2.3.3/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:45:28.111Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.xml.bind_2.3.3/target/jakarta.xml.bind-2.3.3-SNAPSHOT.jar [2023-09-08T19:45:28.111Z] [INFO] Gathering sources [2023-09-08T19:45:28.111Z] [INFO] Configured Artifact: jakarta.xml.bind:jakarta.xml.bind-api:sources:2.3.3:jar [2023-09-08T19:45:28.111Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3-sources.jar [2023-09-08T19:45:28.111Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3-sources.jar [2023-09-08T19:45:28.111Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3-sources.jar (193 kB at 12 MB/s) [2023-09-08T19:45:28.111Z] [INFO] Unpacking /home/vnc/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.xml.bind_2.3.3/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:45:28.368Z] [INFO] Copying 3 resources [2023-09-08T19:45:28.368Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.xml.bind_2.3.3/src/main/java [2023-09-08T19:45:28.368Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.xml.bind_2.3.3/target/jakarta.xml.bind-2.3.3-SNAPSHOT-sources.jar [2023-09-08T19:45:28.368Z] [INFO] Assembling p2 repository [2023-09-08T19:45:28.931Z] [INFO] [2023-09-08T19:45:28.931Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ jakarta.xml.bind --- [2023-09-08T19:45:28.931Z] [INFO] [2023-09-08T19:45:28.931Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ jakarta.xml.bind --- [2023-09-08T19:45:28.931Z] [INFO] Gathering sources archives [2023-09-08T19:45:28.931Z] [INFO] Configured Artifact: jakarta.xml.bind:jakarta.xml.bind-api:sources:2.3.3:jar [2023-09-08T19:45:28.931Z] [INFO] Unpacking /home/vnc/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.xml.bind_2.3.3/target/sources-for-eclipse-ipzilla/jakarta.xml.bind-api-2.3.3-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:45:28.931Z] [INFO] Configured Artifact: jakarta.xml.bind:jakarta.xml.bind-api:sources:2.3.3:jar [2023-09-08T19:45:28.931Z] [INFO] Copying jakarta.xml.bind-api-2.3.3-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.xml.bind_2.3.3/target/sources-for-eclipse-ipzilla/jakarta.xml.bind-api-2.3.3-sources.jar [2023-09-08T19:45:28.931Z] [INFO] Refreshing about files and about.html [2023-09-08T19:45:28.931Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.xml.bind_2.3.3/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:45:28.931Z] [INFO] [2023-09-08T19:45:28.931Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ jakarta.xml.bind --- [2023-09-08T19:45:28.931Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.xml.bind_2.3.3/target/jakarta.xml.bind-2.3.3-SNAPSHOT.jar [2023-09-08T19:45:30.299Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.xml.bind_2.3.3/target/jakarta.xml.bind-2.3.3-SNAPSHOT-sources.jar [2023-09-08T19:45:32.191Z] [INFO] [2023-09-08T19:45:32.191Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ jakarta.xml.bind --- [2023-09-08T19:45:32.191Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:jakarta.xml.bind:2.3.3-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.xml.bind_2.3.3/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:45:32.191Z] no-classifier: different [2023-09-08T19:45:32.191Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:45:32.191Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:45:32.191Z] classifier-sources: different [2023-09-08T19:45:32.191Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:45:32.191Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:45:32.191Z] [2023-09-08T19:45:32.191Z] [INFO] MavenProject: org.eclipse.orbit.bundles:jakarta.xml.bind:2.3.3-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.xml.bind_2.3.3/pom.xml [2023-09-08T19:45:32.191Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:45:32.191Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:45:32.191Z] [2023-09-08T19:45:32.191Z] [INFO] [2023-09-08T19:45:32.191Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ jakarta.xml.bind --- [2023-09-08T19:45:32.191Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.xml.bind_2.3.3/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/jakarta.xml.bind/2.3.3-SNAPSHOT/jakarta.xml.bind-2.3.3-SNAPSHOT.pom [2023-09-08T19:45:32.191Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.xml.bind_2.3.3/target/jakarta.xml.bind-2.3.3-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/jakarta.xml.bind/2.3.3-SNAPSHOT/jakarta.xml.bind-2.3.3-SNAPSHOT.jar [2023-09-08T19:45:32.191Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.xml.bind_2.3.3/target/jakarta.xml.bind-2.3.3-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/jakarta.xml.bind/2.3.3-SNAPSHOT/jakarta.xml.bind-2.3.3-SNAPSHOT-sources.jar [2023-09-08T19:45:32.191Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.xml.bind_2.3.3/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/jakarta.xml.bind/2.3.3-SNAPSHOT/jakarta.xml.bind-2.3.3-SNAPSHOT-p2metadata.xml [2023-09-08T19:45:32.191Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.xml.bind_2.3.3/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/jakarta.xml.bind/2.3.3-SNAPSHOT/jakarta.xml.bind-2.3.3-SNAPSHOT-p2artifacts.xml [2023-09-08T19:45:32.191Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.xml.bind_2.3.3/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/jakarta.xml.bind/2.3.3-SNAPSHOT/jakarta.xml.bind-2.3.3-SNAPSHOT-p2metadata.xml [2023-09-08T19:45:32.191Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.xml.bind_2.3.3/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/jakarta.xml.bind/2.3.3-SNAPSHOT/jakarta.xml.bind-2.3.3-SNAPSHOT-p2artifacts.xml [2023-09-08T19:45:32.191Z] [INFO] [2023-09-08T19:45:32.191Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ jakarta.xml.bind --- [2023-09-08T19:45:32.191Z] [INFO] [2023-09-08T19:45:32.191Z] [INFO] ------------< org.eclipse.orbit.bundles:jakarta.websocket >------------- [2023-09-08T19:45:32.191Z] [INFO] Building Jakarta WebSocket - Server API 2.0.0-SNAPSHOT [293/375] [2023-09-08T19:45:32.191Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:45:32.191Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/jakarta/websocket/jakarta.websocket-api/2.0.0/jakarta.websocket-api-2.0.0.pom [2023-09-08T19:45:32.191Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/jakarta/websocket/jakarta.websocket-api/2.0.0/jakarta.websocket-api-2.0.0.pom [2023-09-08T19:45:32.191Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/websocket/jakarta.websocket-api/2.0.0/jakarta.websocket-api-2.0.0.pom (6.5 kB at 233 kB/s) [2023-09-08T19:45:32.191Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/jakarta/websocket/jakarta.websocket-all/2.0.0/jakarta.websocket-all-2.0.0.pom [2023-09-08T19:45:32.191Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/jakarta/websocket/jakarta.websocket-all/2.0.0/jakarta.websocket-all-2.0.0.pom [2023-09-08T19:45:32.191Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/websocket/jakarta.websocket-all/2.0.0/jakarta.websocket-all-2.0.0.pom (11 kB at 191 kB/s) [2023-09-08T19:45:32.191Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/jakarta/websocket/jakarta.websocket-api/2.0.0/jakarta.websocket-api-2.0.0.jar [2023-09-08T19:45:32.191Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/jakarta/websocket/jakarta.websocket-api/2.0.0/jakarta.websocket-api-2.0.0.jar [2023-09-08T19:45:32.191Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/websocket/jakarta.websocket-api/2.0.0/jakarta.websocket-api-2.0.0.jar (49 kB at 3.8 MB/s) [2023-09-08T19:45:32.191Z] [INFO] [2023-09-08T19:45:32.191Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jakarta.websocket --- [2023-09-08T19:45:32.191Z] [INFO] [2023-09-08T19:45:32.191Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ jakarta.websocket --- [2023-09-08T19:45:32.191Z] [INFO] The project's OSGi version is 2.0.0.v20221203-1659 [2023-09-08T19:45:32.191Z] [INFO] [2023-09-08T19:45:32.191Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ jakarta.websocket --- [2023-09-08T19:45:32.191Z] [INFO] [2023-09-08T19:45:32.191Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jakarta.websocket --- [2023-09-08T19:45:32.191Z] [INFO] Copying 4 resources [2023-09-08T19:45:32.191Z] [INFO] [2023-09-08T19:45:32.191Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ jakarta.websocket --- [2023-09-08T19:45:32.191Z] [INFO] No sources to compile [2023-09-08T19:45:32.191Z] [INFO] [2023-09-08T19:45:32.191Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ jakarta.websocket --- [2023-09-08T19:45:32.191Z] [INFO] Gathering dependencies [2023-09-08T19:45:32.191Z] [INFO] Configured Artifact: jakarta.websocket:jakarta.websocket-api:2.0.0:jar [2023-09-08T19:45:32.192Z] [INFO] Unpacking /home/vnc/.m2/repository/jakarta/websocket/jakarta.websocket-api/2.0.0/jakarta.websocket-api-2.0.0.jar to /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.websocket_2.0.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:45:32.192Z] [INFO] Merging collected dependencies [2023-09-08T19:45:32.192Z] [INFO] Copying 57 resources [2023-09-08T19:45:32.192Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:45:32.192Z] [WARNING] Manifest org.eclipse.orbit.bundles:jakarta.websocket:eclipse-bundle-recipe:2.0.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:45:32.192Z] [WARNING] Manifest org.eclipse.orbit.bundles:jakarta.websocket:eclipse-bundle-recipe:2.0.0-SNAPSHOT : Version for package jakarta.websocket is set to different values in the source (2.0.0) and in the manifest (2.0.0.SNAPSHOT). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project [2023-09-08T19:45:32.448Z] [WARNING] Manifest org.eclipse.orbit.bundles:jakarta.websocket:eclipse-bundle-recipe:2.0.0-SNAPSHOT : Version for package jakarta.websocket.server is set to different values in the source (2.0.0) and in the manifest (2.0.0.SNAPSHOT). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project [2023-09-08T19:45:32.448Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.websocket_2.0.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:45:32.448Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.websocket_2.0.0/target/jakarta.websocket-2.0.0-SNAPSHOT.jar [2023-09-08T19:45:32.448Z] [INFO] Gathering sources [2023-09-08T19:45:32.448Z] [INFO] Configured Artifact: jakarta.websocket:jakarta.websocket-api:sources:2.0.0:jar [2023-09-08T19:45:32.448Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/jakarta/websocket/jakarta.websocket-api/2.0.0/jakarta.websocket-api-2.0.0-sources.jar [2023-09-08T19:45:32.448Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/jakarta/websocket/jakarta.websocket-api/2.0.0/jakarta.websocket-api-2.0.0-sources.jar [2023-09-08T19:45:32.448Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/websocket/jakarta.websocket-api/2.0.0/jakarta.websocket-api-2.0.0-sources.jar (76 kB at 1.8 MB/s) [2023-09-08T19:45:32.448Z] [INFO] Unpacking /home/vnc/.m2/repository/jakarta/websocket/jakarta.websocket-api/2.0.0/jakarta.websocket-api-2.0.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.websocket_2.0.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:45:32.448Z] [INFO] Copying 4 resources [2023-09-08T19:45:32.448Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.websocket_2.0.0/src/main/java [2023-09-08T19:45:32.448Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.websocket_2.0.0/target/jakarta.websocket-2.0.0-SNAPSHOT-sources.jar [2023-09-08T19:45:32.448Z] [INFO] Assembling p2 repository [2023-09-08T19:45:33.011Z] [INFO] [2023-09-08T19:45:33.011Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ jakarta.websocket --- [2023-09-08T19:45:33.011Z] [INFO] [2023-09-08T19:45:33.011Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ jakarta.websocket --- [2023-09-08T19:45:33.011Z] [INFO] Gathering sources archives [2023-09-08T19:45:33.011Z] [INFO] Configured Artifact: jakarta.websocket:jakarta.websocket-api:sources:2.0.0:jar [2023-09-08T19:45:33.011Z] [INFO] Unpacking /home/vnc/.m2/repository/jakarta/websocket/jakarta.websocket-api/2.0.0/jakarta.websocket-api-2.0.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.websocket_2.0.0/target/sources-for-eclipse-ipzilla/jakarta.websocket-api-2.0.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:45:33.011Z] [INFO] Configured Artifact: jakarta.websocket:jakarta.websocket-api:sources:2.0.0:jar [2023-09-08T19:45:33.011Z] [INFO] Copying jakarta.websocket-api-2.0.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.websocket_2.0.0/target/sources-for-eclipse-ipzilla/jakarta.websocket-api-2.0.0-sources.jar [2023-09-08T19:45:33.011Z] [INFO] Refreshing about files and about.html [2023-09-08T19:45:33.011Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.websocket_2.0.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:45:33.011Z] [INFO] [2023-09-08T19:45:33.011Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ jakarta.websocket --- [2023-09-08T19:45:33.012Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.websocket_2.0.0/target/jakarta.websocket-2.0.0-SNAPSHOT.jar [2023-09-08T19:45:34.380Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.websocket_2.0.0/target/jakarta.websocket-2.0.0-SNAPSHOT-sources.jar [2023-09-08T19:45:35.311Z] [INFO] [2023-09-08T19:45:35.311Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ jakarta.websocket --- [2023-09-08T19:45:35.567Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:jakarta.websocket:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.websocket_2.0.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:45:35.567Z] no-classifier: different [2023-09-08T19:45:35.567Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:45:35.567Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:45:35.567Z] classifier-sources: different [2023-09-08T19:45:35.567Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:45:35.567Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:45:35.567Z] [2023-09-08T19:45:35.567Z] [INFO] MavenProject: org.eclipse.orbit.bundles:jakarta.websocket:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.websocket_2.0.0/pom.xml [2023-09-08T19:45:35.567Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:45:35.567Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:45:35.567Z] [2023-09-08T19:45:35.567Z] [INFO] [2023-09-08T19:45:35.567Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ jakarta.websocket --- [2023-09-08T19:45:35.567Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.websocket_2.0.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/jakarta.websocket/2.0.0-SNAPSHOT/jakarta.websocket-2.0.0-SNAPSHOT.pom [2023-09-08T19:45:35.567Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.websocket_2.0.0/target/jakarta.websocket-2.0.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/jakarta.websocket/2.0.0-SNAPSHOT/jakarta.websocket-2.0.0-SNAPSHOT.jar [2023-09-08T19:45:35.567Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.websocket_2.0.0/target/jakarta.websocket-2.0.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/jakarta.websocket/2.0.0-SNAPSHOT/jakarta.websocket-2.0.0-SNAPSHOT-sources.jar [2023-09-08T19:45:35.567Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.websocket_2.0.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/jakarta.websocket/2.0.0-SNAPSHOT/jakarta.websocket-2.0.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:45:35.567Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.websocket_2.0.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/jakarta.websocket/2.0.0-SNAPSHOT/jakarta.websocket-2.0.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:45:35.567Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.websocket_2.0.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/jakarta.websocket/2.0.0-SNAPSHOT/jakarta.websocket-2.0.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:45:35.567Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/javax/jakarta.websocket_2.0.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/jakarta.websocket/2.0.0-SNAPSHOT/jakarta.websocket-2.0.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:45:35.567Z] [INFO] [2023-09-08T19:45:35.567Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ jakarta.websocket --- [2023-09-08T19:45:35.567Z] [INFO] [2023-09-08T19:45:35.567Z] [INFO] ---------------< org.eclipse.orbit.bundles:javax.ws.rs >---------------- [2023-09-08T19:45:35.567Z] [INFO] Building jakarta.ws.rs-api 2.1.6-SNAPSHOT [294/375] [2023-09-08T19:45:35.567Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:45:35.567Z] [INFO] [2023-09-08T19:45:35.567Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ javax.ws.rs --- [2023-09-08T19:45:35.567Z] [INFO] [2023-09-08T19:45:35.567Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ javax.ws.rs --- [2023-09-08T19:45:35.567Z] [INFO] The project's OSGi version is 2.1.6.v20221203-1659 [2023-09-08T19:45:35.567Z] [INFO] [2023-09-08T19:45:35.567Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ javax.ws.rs --- [2023-09-08T19:45:35.567Z] [INFO] [2023-09-08T19:45:35.567Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ javax.ws.rs --- [2023-09-08T19:45:35.567Z] [INFO] Copying 4 resources [2023-09-08T19:45:35.567Z] [INFO] [2023-09-08T19:45:35.567Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ javax.ws.rs --- [2023-09-08T19:45:35.567Z] [INFO] No sources to compile [2023-09-08T19:45:35.567Z] [INFO] [2023-09-08T19:45:35.567Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ javax.ws.rs --- [2023-09-08T19:45:35.567Z] [INFO] Gathering dependencies [2023-09-08T19:45:35.567Z] [INFO] Configured Artifact: jakarta.ws.rs:jakarta.ws.rs-api:2.1.6:jar [2023-09-08T19:45:35.567Z] [INFO] Unpacking /home/vnc/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/2.1.6/jakarta.ws.rs-api-2.1.6.jar to /home/jenkins/agent/workspace/orbit-recipes/javax/javax.ws.rs_2.1.6/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:45:35.568Z] [INFO] Merging collected dependencies [2023-09-08T19:45:35.568Z] [INFO] Copying 141 resources [2023-09-08T19:45:35.568Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:45:35.568Z] [WARNING] Manifest org.eclipse.orbit.bundles:javax.ws.rs:eclipse-bundle-recipe:2.1.6-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:45:35.568Z] [WARNING] Manifest org.eclipse.orbit.bundles:javax.ws.rs:eclipse-bundle-recipe:2.1.6-SNAPSHOT : Unused Import-Package instructions: [jakarta.activation*, jakarta.xml.bind*] [2023-09-08T19:45:35.568Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/javax/javax.ws.rs_2.1.6/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:45:35.568Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/javax/javax.ws.rs_2.1.6/target/javax.ws.rs-2.1.6-SNAPSHOT.jar [2023-09-08T19:45:35.568Z] [INFO] Gathering sources [2023-09-08T19:45:35.568Z] [INFO] Configured Artifact: jakarta.ws.rs:jakarta.ws.rs-api:sources:2.1.6:jar [2023-09-08T19:45:35.568Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/jakarta/ws/rs/jakarta.ws.rs-api/2.1.6/jakarta.ws.rs-api-2.1.6-sources.jar [2023-09-08T19:45:35.568Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/jakarta/ws/rs/jakarta.ws.rs-api/2.1.6/jakarta.ws.rs-api-2.1.6-sources.jar [2023-09-08T19:45:35.823Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/ws/rs/jakarta.ws.rs-api/2.1.6/jakarta.ws.rs-api-2.1.6-sources.jar (246 kB at 15 MB/s) [2023-09-08T19:45:35.823Z] [INFO] Unpacking /home/vnc/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/2.1.6/jakarta.ws.rs-api-2.1.6-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/javax/javax.ws.rs_2.1.6/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:45:35.823Z] [INFO] Copying 4 resources [2023-09-08T19:45:35.823Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/javax/javax.ws.rs_2.1.6/src/main/java [2023-09-08T19:45:35.823Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/javax/javax.ws.rs_2.1.6/target/javax.ws.rs-2.1.6-SNAPSHOT-sources.jar [2023-09-08T19:45:36.079Z] [INFO] Assembling p2 repository [2023-09-08T19:45:36.641Z] [INFO] [2023-09-08T19:45:36.641Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ javax.ws.rs --- [2023-09-08T19:45:36.641Z] [INFO] [2023-09-08T19:45:36.641Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ javax.ws.rs --- [2023-09-08T19:45:36.641Z] [INFO] Gathering sources archives [2023-09-08T19:45:36.641Z] [INFO] Configured Artifact: jakarta.ws.rs:jakarta.ws.rs-api:sources:2.1.6:jar [2023-09-08T19:45:36.641Z] [INFO] Unpacking /home/vnc/.m2/repository/jakarta/ws/rs/jakarta.ws.rs-api/2.1.6/jakarta.ws.rs-api-2.1.6-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/javax/javax.ws.rs_2.1.6/target/sources-for-eclipse-ipzilla/jakarta.ws.rs-api-2.1.6-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:45:36.641Z] [INFO] Configured Artifact: jakarta.ws.rs:jakarta.ws.rs-api:sources:2.1.6:jar [2023-09-08T19:45:36.641Z] [INFO] Copying jakarta.ws.rs-api-2.1.6-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/javax/javax.ws.rs_2.1.6/target/sources-for-eclipse-ipzilla/jakarta.ws.rs-api-2.1.6-sources.jar [2023-09-08T19:45:36.641Z] [INFO] Refreshing about files and about.html [2023-09-08T19:45:36.641Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/javax/javax.ws.rs_2.1.6/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:45:36.641Z] [INFO] [2023-09-08T19:45:36.641Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ javax.ws.rs --- [2023-09-08T19:45:36.641Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/javax/javax.ws.rs_2.1.6/target/javax.ws.rs-2.1.6-SNAPSHOT.jar [2023-09-08T19:45:39.158Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/javax/javax.ws.rs_2.1.6/target/javax.ws.rs-2.1.6-SNAPSHOT-sources.jar [2023-09-08T19:45:39.720Z] [INFO] [2023-09-08T19:45:39.720Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ javax.ws.rs --- [2023-09-08T19:45:39.720Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:javax.ws.rs:2.1.6-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/javax/javax.ws.rs_2.1.6/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:45:39.720Z] no-classifier: different [2023-09-08T19:45:39.720Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:45:39.720Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:45:39.720Z] classifier-sources: different [2023-09-08T19:45:39.720Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:45:39.720Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:45:39.720Z] [2023-09-08T19:45:39.720Z] [INFO] MavenProject: org.eclipse.orbit.bundles:javax.ws.rs:2.1.6-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/javax/javax.ws.rs_2.1.6/pom.xml [2023-09-08T19:45:39.720Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:45:39.720Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:45:39.720Z] [2023-09-08T19:45:39.720Z] [INFO] [2023-09-08T19:45:39.720Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ javax.ws.rs --- [2023-09-08T19:45:39.720Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/javax/javax.ws.rs_2.1.6/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/javax.ws.rs/2.1.6-SNAPSHOT/javax.ws.rs-2.1.6-SNAPSHOT.pom [2023-09-08T19:45:39.720Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/javax/javax.ws.rs_2.1.6/target/javax.ws.rs-2.1.6-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/javax.ws.rs/2.1.6-SNAPSHOT/javax.ws.rs-2.1.6-SNAPSHOT.jar [2023-09-08T19:45:39.720Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/javax/javax.ws.rs_2.1.6/target/javax.ws.rs-2.1.6-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/javax.ws.rs/2.1.6-SNAPSHOT/javax.ws.rs-2.1.6-SNAPSHOT-sources.jar [2023-09-08T19:45:39.720Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/javax/javax.ws.rs_2.1.6/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/javax.ws.rs/2.1.6-SNAPSHOT/javax.ws.rs-2.1.6-SNAPSHOT-p2metadata.xml [2023-09-08T19:45:39.720Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/javax/javax.ws.rs_2.1.6/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/javax.ws.rs/2.1.6-SNAPSHOT/javax.ws.rs-2.1.6-SNAPSHOT-p2artifacts.xml [2023-09-08T19:45:39.720Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/javax/javax.ws.rs_2.1.6/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/javax.ws.rs/2.1.6-SNAPSHOT/javax.ws.rs-2.1.6-SNAPSHOT-p2metadata.xml [2023-09-08T19:45:39.720Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/javax/javax.ws.rs_2.1.6/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/javax.ws.rs/2.1.6-SNAPSHOT/javax.ws.rs-2.1.6-SNAPSHOT-p2artifacts.xml [2023-09-08T19:45:39.720Z] [INFO] [2023-09-08T19:45:39.720Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ javax.ws.rs --- [2023-09-08T19:45:39.720Z] [INFO] [2023-09-08T19:45:39.720Z] [INFO] ----------------< org.eclipse.orbit.bundles:javax.xml >----------------- [2023-09-08T19:45:39.720Z] [INFO] Building XML Commons External Components XML APIs 1.4.1-SNAPSHOT [295/375] [2023-09-08T19:45:39.720Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:45:39.720Z] [INFO] [2023-09-08T19:45:39.720Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ javax.xml --- [2023-09-08T19:45:39.720Z] [INFO] [2023-09-08T19:45:39.720Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ javax.xml --- [2023-09-08T19:45:39.720Z] [INFO] The project's OSGi version is 1.4.1.v20220503-2331 [2023-09-08T19:45:39.720Z] [INFO] [2023-09-08T19:45:39.720Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ javax.xml --- [2023-09-08T19:45:39.720Z] [INFO] [2023-09-08T19:45:39.720Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ javax.xml --- [2023-09-08T19:45:39.720Z] [INFO] Copying 5 resources [2023-09-08T19:45:39.720Z] [INFO] [2023-09-08T19:45:39.720Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ javax.xml --- [2023-09-08T19:45:39.720Z] [INFO] No sources to compile [2023-09-08T19:45:39.720Z] [INFO] [2023-09-08T19:45:39.720Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ javax.xml --- [2023-09-08T19:45:39.720Z] [INFO] Gathering dependencies [2023-09-08T19:45:39.720Z] [INFO] Configured Artifact: xml-apis:xml-apis:1.4.01:jar [2023-09-08T19:45:39.720Z] [INFO] Unpacking /home/vnc/.m2/repository/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.jar to /home/jenkins/agent/workspace/orbit-recipes/javax/javax.xml_1.4.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:45:39.976Z] [INFO] Merging collected dependencies [2023-09-08T19:45:39.976Z] [INFO] Copying 354 resources [2023-09-08T19:45:39.976Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:45:39.976Z] [WARNING] Manifest org.eclipse.orbit.bundles:javax.xml:eclipse-bundle-recipe:1.4.1-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:45:39.976Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/javax/javax.xml_1.4.1/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:45:39.976Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/javax/javax.xml_1.4.1/target/javax.xml-1.4.1-SNAPSHOT.jar [2023-09-08T19:45:39.976Z] [INFO] Gathering sources [2023-09-08T19:45:39.976Z] [INFO] Configured Artifact: xml-apis:xml-apis:sources:1.4.01:jar [2023-09-08T19:45:39.976Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01-sources.jar [2023-09-08T19:45:39.976Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01-sources.jar [2023-09-08T19:45:39.976Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01-sources.jar (657 kB at 36 MB/s) [2023-09-08T19:45:39.976Z] [INFO] Unpacking /home/vnc/.m2/repository/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/javax/javax.xml_1.4.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:45:40.232Z] [INFO] Copying 5 resources [2023-09-08T19:45:40.232Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/javax/javax.xml_1.4.1/src/main/java [2023-09-08T19:45:40.232Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/javax/javax.xml_1.4.1/target/javax.xml-1.4.1-SNAPSHOT-sources.jar [2023-09-08T19:45:40.488Z] [INFO] Assembling p2 repository [2023-09-08T19:45:41.052Z] [INFO] [2023-09-08T19:45:41.052Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ javax.xml --- [2023-09-08T19:45:41.052Z] [INFO] [2023-09-08T19:45:41.052Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ javax.xml --- [2023-09-08T19:45:41.052Z] [INFO] Gathering sources archives [2023-09-08T19:45:41.052Z] [INFO] Configured Artifact: xml-apis:xml-apis:sources:1.4.01:jar [2023-09-08T19:45:41.052Z] [INFO] Unpacking /home/vnc/.m2/repository/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/javax/javax.xml_1.4.1/target/sources-for-eclipse-ipzilla/xml-apis-1.4.01-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:45:41.052Z] [INFO] Configured Artifact: xml-apis:xml-apis:sources:1.4.01:jar [2023-09-08T19:45:41.052Z] [INFO] Copying xml-apis-1.4.01-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/javax/javax.xml_1.4.1/target/sources-for-eclipse-ipzilla/xml-apis-1.4.01-sources.jar [2023-09-08T19:45:41.052Z] [INFO] Refreshing about files and about.html [2023-09-08T19:45:41.052Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/javax/javax.xml_1.4.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:45:41.052Z] [INFO] [2023-09-08T19:45:41.052Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ javax.xml --- [2023-09-08T19:45:41.052Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/javax/javax.xml_1.4.1/target/javax.xml-1.4.1-SNAPSHOT.jar [2023-09-08T19:45:42.420Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/javax/javax.xml_1.4.1/target/javax.xml-1.4.1-SNAPSHOT-sources.jar [2023-09-08T19:45:43.349Z] [INFO] [2023-09-08T19:45:43.349Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ javax.xml --- [2023-09-08T19:45:43.606Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:javax.xml:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/javax/javax.xml_1.4.1/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:45:43.606Z] no-classifier: different [2023-09-08T19:45:43.606Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:45:43.606Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:45:43.606Z] classifier-sources: different [2023-09-08T19:45:43.606Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:45:43.606Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:45:43.606Z] [2023-09-08T19:45:43.606Z] [INFO] MavenProject: org.eclipse.orbit.bundles:javax.xml:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/javax/javax.xml_1.4.1/pom.xml [2023-09-08T19:45:43.606Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:45:43.606Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:45:43.606Z] [2023-09-08T19:45:43.606Z] [INFO] [2023-09-08T19:45:43.606Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ javax.xml --- [2023-09-08T19:45:43.606Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/javax/javax.xml_1.4.1/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/javax.xml/1.4.1-SNAPSHOT/javax.xml-1.4.1-SNAPSHOT.pom [2023-09-08T19:45:43.606Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/javax/javax.xml_1.4.1/target/javax.xml-1.4.1-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/javax.xml/1.4.1-SNAPSHOT/javax.xml-1.4.1-SNAPSHOT.jar [2023-09-08T19:45:43.606Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/javax/javax.xml_1.4.1/target/javax.xml-1.4.1-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/javax.xml/1.4.1-SNAPSHOT/javax.xml-1.4.1-SNAPSHOT-sources.jar [2023-09-08T19:45:43.606Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/javax/javax.xml_1.4.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/javax.xml/1.4.1-SNAPSHOT/javax.xml-1.4.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:45:43.606Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/javax/javax.xml_1.4.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/javax.xml/1.4.1-SNAPSHOT/javax.xml-1.4.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:45:43.606Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/javax/javax.xml_1.4.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/javax.xml/1.4.1-SNAPSHOT/javax.xml-1.4.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:45:43.606Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/javax/javax.xml_1.4.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/javax.xml/1.4.1-SNAPSHOT/javax.xml-1.4.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:45:43.606Z] [INFO] [2023-09-08T19:45:43.606Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ javax.xml --- [2023-09-08T19:45:43.606Z] [INFO] [2023-09-08T19:45:43.606Z] [INFO] ---------------< org.eclipse.orbit.bundles:jaxb-parent >---------------- [2023-09-08T19:45:43.606Z] [INFO] Building Eclipse Orbit :: jaxb Recipes 1.0.0-SNAPSHOT [296/375] [2023-09-08T19:45:43.606Z] [INFO] --------------------------------[ pom ]--------------------------------- [2023-09-08T19:45:43.606Z] [INFO] [2023-09-08T19:45:43.606Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jaxb-parent --- [2023-09-08T19:45:43.606Z] [INFO] [2023-09-08T19:45:43.606Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ jaxb-parent --- [2023-09-08T19:45:43.606Z] [INFO] [2023-09-08T19:45:43.606Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ jaxb-parent --- [2023-09-08T19:45:43.606Z] [INFO] [2023-09-08T19:45:43.606Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ jaxb-parent --- [2023-09-08T19:45:43.606Z] [INFO] [2023-09-08T19:45:43.606Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ jaxb-parent --- [2023-09-08T19:45:43.606Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jaxb/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/jaxb-parent/1.0.0-SNAPSHOT/jaxb-parent-1.0.0-SNAPSHOT.pom [2023-09-08T19:45:43.606Z] [INFO] [2023-09-08T19:45:43.606Z] [INFO] -------------< org.eclipse.orbit.bundles:com.sun.xml.bind >------------- [2023-09-08T19:45:43.606Z] [INFO] Building com.sun.xml.bind 2.2.0-SNAPSHOT [297/375] [2023-09-08T19:45:43.606Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:45:43.606Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/sun/xml/bind/jaxb-impl/2.2/jaxb-impl-2.2.pom [2023-09-08T19:45:43.606Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/jaxb-impl/2.2/jaxb-impl-2.2.pom [2023-09-08T19:45:43.606Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/jaxb-impl/2.2/jaxb-impl-2.2.pom (337 B at 12 kB/s) [2023-09-08T19:45:43.607Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/javax/xml/bind/jaxb-api/2.2/jaxb-api-2.2.pom [2023-09-08T19:45:43.607Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.2/jaxb-api-2.2.pom [2023-09-08T19:45:43.607Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.2/jaxb-api-2.2.pom (486 B at 44 kB/s) [2023-09-08T19:45:43.607Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.pom [2023-09-08T19:45:43.607Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.pom [2023-09-08T19:45:43.607Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.pom (962 B at 87 kB/s) [2023-09-08T19:45:43.607Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/sun/xml/bind/jaxb-impl/2.2/jaxb-impl-2.2.jar [2023-09-08T19:45:43.607Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/javax/xml/bind/jaxb-api/2.2/jaxb-api-2.2.jar [2023-09-08T19:45:43.607Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar [2023-09-08T19:45:43.607Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/jaxb-impl/2.2/jaxb-impl-2.2.jar [2023-09-08T19:45:43.607Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.2/jaxb-api-2.2.jar [2023-09-08T19:45:43.607Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar [2023-09-08T19:45:43.607Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar (23 kB at 1.7 MB/s) [2023-09-08T19:45:43.863Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/xml/bind/jaxb-api/2.2/jaxb-api-2.2.jar (104 kB at 5.5 MB/s) [2023-09-08T19:45:43.863Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/jaxb-impl/2.2/jaxb-impl-2.2.jar (873 kB at 35 MB/s) [2023-09-08T19:45:43.863Z] [INFO] [2023-09-08T19:45:43.863Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.sun.xml.bind --- [2023-09-08T19:45:43.863Z] [INFO] [2023-09-08T19:45:43.863Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.sun.xml.bind --- [2023-09-08T19:45:43.863Z] [INFO] The project's OSGi version is 2.2.0.v20221112-0806 [2023-09-08T19:45:43.863Z] [INFO] [2023-09-08T19:45:43.863Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.sun.xml.bind --- [2023-09-08T19:45:43.863Z] [INFO] [2023-09-08T19:45:43.863Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.sun.xml.bind --- [2023-09-08T19:45:43.863Z] [INFO] Copying 2 resources [2023-09-08T19:45:43.863Z] [INFO] [2023-09-08T19:45:43.863Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.sun.xml.bind --- [2023-09-08T19:45:43.863Z] [INFO] No sources to compile [2023-09-08T19:45:43.863Z] [INFO] [2023-09-08T19:45:43.863Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.sun.xml.bind --- [2023-09-08T19:45:43.863Z] [INFO] Gathering dependencies [2023-09-08T19:45:43.863Z] [INFO] Configured Artifact: com.sun.xml.bind:jaxb-impl:2.2:jar [2023-09-08T19:45:43.863Z] [INFO] Unpacking /home/vnc/.m2/repository/com/sun/xml/bind/jaxb-impl/2.2/jaxb-impl-2.2.jar to /home/jenkins/agent/workspace/orbit-recipes/jaxb/com.sun.xml.bind_2.2.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:45:43.863Z] [INFO] Merging collected dependencies [2023-09-08T19:45:43.863Z] [INFO] Copying 669 resources [2023-09-08T19:45:43.863Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:45:44.120Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.sun.xml.bind:eclipse-bundle-recipe:2.2.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*] [2023-09-08T19:45:44.120Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/jaxb/com.sun.xml.bind_2.2.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:45:44.120Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/jaxb/com.sun.xml.bind_2.2.0/target/com.sun.xml.bind-2.2.0-SNAPSHOT.jar [2023-09-08T19:45:44.120Z] [INFO] Gathering sources [2023-09-08T19:45:44.120Z] [INFO] Configured Artifact: com.sun.xml.bind:jaxb-impl:sources:2.2:jar [2023-09-08T19:45:44.120Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/sun/xml/bind/jaxb-impl/2.2/jaxb-impl-2.2-sources.jar [2023-09-08T19:45:44.120Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/jaxb-impl/2.2/jaxb-impl-2.2-sources.jar [2023-09-08T19:45:44.120Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/jaxb-impl/2.2/jaxb-impl-2.2-sources.jar (995 kB at 17 MB/s) [2023-09-08T19:45:44.120Z] [INFO] Unpacking /home/vnc/.m2/repository/com/sun/xml/bind/jaxb-impl/2.2/jaxb-impl-2.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/jaxb/com.sun.xml.bind_2.2.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:45:44.376Z] [INFO] Copying 2 resources [2023-09-08T19:45:44.376Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/jaxb/com.sun.xml.bind_2.2.0/src/main/java [2023-09-08T19:45:44.376Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/jaxb/com.sun.xml.bind_2.2.0/target/com.sun.xml.bind-2.2.0-SNAPSHOT-sources.jar [2023-09-08T19:45:44.376Z] [INFO] Assembling p2 repository [2023-09-08T19:45:44.938Z] [INFO] [2023-09-08T19:45:44.938Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.sun.xml.bind --- [2023-09-08T19:45:44.938Z] [INFO] [2023-09-08T19:45:44.938Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.sun.xml.bind --- [2023-09-08T19:45:44.938Z] [INFO] Gathering sources archives [2023-09-08T19:45:44.938Z] [INFO] Configured Artifact: com.sun.xml.bind:jaxb-impl:sources:2.2:jar [2023-09-08T19:45:44.938Z] [INFO] Unpacking /home/vnc/.m2/repository/com/sun/xml/bind/jaxb-impl/2.2/jaxb-impl-2.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/jaxb/com.sun.xml.bind_2.2.0/target/sources-for-eclipse-ipzilla/jaxb-impl-2.2-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:45:44.938Z] [INFO] Configured Artifact: com.sun.xml.bind:jaxb-impl:sources:2.2:jar [2023-09-08T19:45:44.938Z] [INFO] Copying jaxb-impl-2.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/jaxb/com.sun.xml.bind_2.2.0/target/sources-for-eclipse-ipzilla/jaxb-impl-2.2-sources.jar [2023-09-08T19:45:44.938Z] [INFO] Refreshing about files and about.html [2023-09-08T19:45:44.938Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/jaxb/com.sun.xml.bind_2.2.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:45:44.938Z] [INFO] [2023-09-08T19:45:44.938Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ com.sun.xml.bind --- [2023-09-08T19:45:45.194Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/jaxb/com.sun.xml.bind_2.2.0/target/com.sun.xml.bind-2.2.0-SNAPSHOT.jar [2023-09-08T19:45:47.090Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/jaxb/com.sun.xml.bind_2.2.0/target/com.sun.xml.bind-2.2.0-SNAPSHOT-sources.jar [2023-09-08T19:45:47.654Z] [INFO] [2023-09-08T19:45:47.654Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.sun.xml.bind --- [2023-09-08T19:45:48.217Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:com.sun.xml.bind:2.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/jaxb/com.sun.xml.bind_2.2.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:45:48.217Z] no-classifier: different [2023-09-08T19:45:48.217Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:45:48.217Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:45:48.217Z] classifier-sources: different [2023-09-08T19:45:48.217Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:45:48.217Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:45:48.217Z] [2023-09-08T19:45:48.217Z] [INFO] MavenProject: org.eclipse.orbit.bundles:com.sun.xml.bind:2.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/jaxb/com.sun.xml.bind_2.2.0/pom.xml [2023-09-08T19:45:48.217Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:45:48.217Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:45:48.217Z] [2023-09-08T19:45:48.217Z] [INFO] [2023-09-08T19:45:48.217Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ com.sun.xml.bind --- [2023-09-08T19:45:48.217Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jaxb/com.sun.xml.bind_2.2.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.sun.xml.bind/2.2.0-SNAPSHOT/com.sun.xml.bind-2.2.0-SNAPSHOT.pom [2023-09-08T19:45:48.217Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jaxb/com.sun.xml.bind_2.2.0/target/com.sun.xml.bind-2.2.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.sun.xml.bind/2.2.0-SNAPSHOT/com.sun.xml.bind-2.2.0-SNAPSHOT.jar [2023-09-08T19:45:48.217Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jaxb/com.sun.xml.bind_2.2.0/target/com.sun.xml.bind-2.2.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.sun.xml.bind/2.2.0-SNAPSHOT/com.sun.xml.bind-2.2.0-SNAPSHOT-sources.jar [2023-09-08T19:45:48.217Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jaxb/com.sun.xml.bind_2.2.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.sun.xml.bind/2.2.0-SNAPSHOT/com.sun.xml.bind-2.2.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:45:48.217Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jaxb/com.sun.xml.bind_2.2.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.sun.xml.bind/2.2.0-SNAPSHOT/com.sun.xml.bind-2.2.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:45:48.217Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jaxb/com.sun.xml.bind_2.2.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.sun.xml.bind/2.2.0-SNAPSHOT/com.sun.xml.bind-2.2.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:45:48.217Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jaxb/com.sun.xml.bind_2.2.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.sun.xml.bind/2.2.0-SNAPSHOT/com.sun.xml.bind-2.2.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:45:48.217Z] [INFO] [2023-09-08T19:45:48.217Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.sun.xml.bind --- [2023-09-08T19:45:48.217Z] [INFO] [2023-09-08T19:45:48.217Z] [INFO] -------------< org.eclipse.orbit.bundles:com.sun.xml.bind >------------- [2023-09-08T19:45:48.217Z] [INFO] Building Old JAXB Runtime 2.3.3-SNAPSHOT [298/375] [2023-09-08T19:45:48.217Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:45:48.217Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/sun/xml/bind/jaxb-impl/2.3.3/jaxb-impl-2.3.3.pom [2023-09-08T19:45:48.217Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/jaxb-impl/2.3.3/jaxb-impl-2.3.3.pom [2023-09-08T19:45:48.217Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/jaxb-impl/2.3.3/jaxb-impl-2.3.3.pom (14 kB at 1.3 MB/s) [2023-09-08T19:45:48.217Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/sun/xml/bind/mvn/jaxb-bundles/2.3.3/jaxb-bundles-2.3.3.pom [2023-09-08T19:45:48.217Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/mvn/jaxb-bundles/2.3.3/jaxb-bundles-2.3.3.pom [2023-09-08T19:45:48.217Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/mvn/jaxb-bundles/2.3.3/jaxb-bundles-2.3.3.pom (1.3 kB at 126 kB/s) [2023-09-08T19:45:48.217Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/sun/xml/bind/mvn/jaxb-parent/2.3.3/jaxb-parent-2.3.3.pom [2023-09-08T19:45:48.217Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/mvn/jaxb-parent/2.3.3/jaxb-parent-2.3.3.pom [2023-09-08T19:45:48.217Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/mvn/jaxb-parent/2.3.3/jaxb-parent-2.3.3.pom (29 kB at 2.9 MB/s) [2023-09-08T19:45:48.217Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/sun/xml/bind/jaxb-bom-ext/2.3.3/jaxb-bom-ext-2.3.3.pom [2023-09-08T19:45:48.217Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/jaxb-bom-ext/2.3.3/jaxb-bom-ext-2.3.3.pom [2023-09-08T19:45:48.217Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/jaxb-bom-ext/2.3.3/jaxb-bom-ext-2.3.3.pom (3.4 kB at 342 kB/s) [2023-09-08T19:45:48.217Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/glassfish/jaxb/jaxb-bom/2.3.3/jaxb-bom-2.3.3.pom [2023-09-08T19:45:48.217Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-bom/2.3.3/jaxb-bom-2.3.3.pom [2023-09-08T19:45:48.217Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jaxb/jaxb-bom/2.3.3/jaxb-bom-2.3.3.pom (8.2 kB at 912 kB/s) [2023-09-08T19:45:48.217Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/sun/xml/bind/jaxb-impl/2.3.3/jaxb-impl-2.3.3.jar [2023-09-08T19:45:48.218Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/jaxb-impl/2.3.3/jaxb-impl-2.3.3.jar [2023-09-08T19:45:48.218Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/jaxb-impl/2.3.3/jaxb-impl-2.3.3.jar (1.1 MB at 40 MB/s) [2023-09-08T19:45:48.218Z] [INFO] [2023-09-08T19:45:48.218Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.sun.xml.bind --- [2023-09-08T19:45:48.218Z] [INFO] [2023-09-08T19:45:48.218Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.sun.xml.bind --- [2023-09-08T19:45:48.218Z] [INFO] The project's OSGi version is 2.3.3.v20221203-1659 [2023-09-08T19:45:48.218Z] [INFO] [2023-09-08T19:45:48.218Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.sun.xml.bind --- [2023-09-08T19:45:48.218Z] [INFO] [2023-09-08T19:45:48.218Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.sun.xml.bind --- [2023-09-08T19:45:48.218Z] [INFO] Copying 3 resources [2023-09-08T19:45:48.218Z] [INFO] [2023-09-08T19:45:48.218Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.sun.xml.bind --- [2023-09-08T19:45:48.218Z] [INFO] No sources to compile [2023-09-08T19:45:48.218Z] [INFO] [2023-09-08T19:45:48.218Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.sun.xml.bind --- [2023-09-08T19:45:48.218Z] [INFO] Gathering dependencies [2023-09-08T19:45:48.218Z] [INFO] Configured Artifact: com.sun.xml.bind:jaxb-impl:2.3.3:jar [2023-09-08T19:45:48.218Z] [INFO] Unpacking /home/vnc/.m2/repository/com/sun/xml/bind/jaxb-impl/2.3.3/jaxb-impl-2.3.3.jar to /home/jenkins/agent/workspace/orbit-recipes/jaxb/com.sun.xml.bind_2.3.3/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:45:48.473Z] [INFO] Merging collected dependencies [2023-09-08T19:45:48.473Z] [INFO] Copying 858 resources [2023-09-08T19:45:48.473Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:45:48.473Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.sun.xml.bind:eclipse-bundle-recipe:2.3.3-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*] [2023-09-08T19:45:48.473Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.sun.xml.bind:eclipse-bundle-recipe:2.3.3-SNAPSHOT : Version for package com.sun.istack is set to different values in the source (2.3.3) and in the manifest (3.0.11). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project [2023-09-08T19:45:48.473Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.sun.xml.bind:eclipse-bundle-recipe:2.3.3-SNAPSHOT : Version for package com.sun.istack.localization is set to different values in the source (2.3.3) and in the manifest (3.0.11). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project [2023-09-08T19:45:48.473Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.sun.xml.bind:eclipse-bundle-recipe:2.3.3-SNAPSHOT : Version for package com.sun.istack.logging is set to different values in the source (2.3.3) and in the manifest (3.0.11). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project [2023-09-08T19:45:48.473Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.sun.xml.bind:eclipse-bundle-recipe:2.3.3-SNAPSHOT : Classes found in the wrong directory: {META-INF/versions/9/com/sun/xml/bind/v2/runtime/reflect/opt/Injector.class=com.sun.xml.bind.v2.runtime.reflect.opt.Injector, META-INF/versions/9/com/sun/xml/bind/v2/runtime/reflect/opt/AccessorInjector.class=com.sun.xml.bind.v2.runtime.reflect.opt.AccessorInjector, META-INF/versions/9/com/sun/xml/bind/v2/runtime/reflect/opt/OptimizedTransducedAccessorFactory.class=com.sun.xml.bind.v2.runtime.reflect.opt.OptimizedTransducedAccessorFactory, META-INF/versions/9/com/sun/istack/logging/StackHelper.class=com.sun.istack.logging.StackHelper, META-INF/versions/9/com/sun/xml/bind/v2/runtime/reflect/opt/OptimizedAccessorFactory.class=com.sun.xml.bind.v2.runtime.reflect.opt.OptimizedAccessorFactory} [2023-09-08T19:45:48.473Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/jaxb/com.sun.xml.bind_2.3.3/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:45:48.473Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/jaxb/com.sun.xml.bind_2.3.3/target/com.sun.xml.bind-2.3.3-SNAPSHOT.jar [2023-09-08T19:45:48.729Z] [INFO] Gathering sources [2023-09-08T19:45:48.729Z] [INFO] Configured Artifact: com.sun.xml.bind:jaxb-impl:sources:2.3.3:jar [2023-09-08T19:45:48.729Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/sun/xml/bind/jaxb-impl/2.3.3/jaxb-impl-2.3.3-sources.jar [2023-09-08T19:45:48.729Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/jaxb-impl/2.3.3/jaxb-impl-2.3.3-sources.jar [2023-09-08T19:45:48.729Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/sun/xml/bind/jaxb-impl/2.3.3/jaxb-impl-2.3.3-sources.jar (854 kB at 41 MB/s) [2023-09-08T19:45:48.729Z] [INFO] Unpacking /home/vnc/.m2/repository/com/sun/xml/bind/jaxb-impl/2.3.3/jaxb-impl-2.3.3-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/jaxb/com.sun.xml.bind_2.3.3/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:45:48.729Z] [INFO] Copying 3 resources [2023-09-08T19:45:48.729Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/jaxb/com.sun.xml.bind_2.3.3/src/main/java [2023-09-08T19:45:48.729Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/jaxb/com.sun.xml.bind_2.3.3/target/com.sun.xml.bind-2.3.3-SNAPSHOT-sources.jar [2023-09-08T19:45:48.986Z] [INFO] Assembling p2 repository [2023-09-08T19:45:49.547Z] [INFO] [2023-09-08T19:45:49.547Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.sun.xml.bind --- [2023-09-08T19:45:49.547Z] [INFO] [2023-09-08T19:45:49.548Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.sun.xml.bind --- [2023-09-08T19:45:49.548Z] [INFO] Gathering sources archives [2023-09-08T19:45:49.548Z] [INFO] Configured Artifact: com.sun.xml.bind:jaxb-impl:sources:2.3.3:jar [2023-09-08T19:45:49.548Z] [INFO] Unpacking /home/vnc/.m2/repository/com/sun/xml/bind/jaxb-impl/2.3.3/jaxb-impl-2.3.3-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/jaxb/com.sun.xml.bind_2.3.3/target/sources-for-eclipse-ipzilla/jaxb-impl-2.3.3-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:45:49.548Z] [INFO] Configured Artifact: com.sun.xml.bind:jaxb-impl:sources:2.3.3:jar [2023-09-08T19:45:49.548Z] [INFO] Copying jaxb-impl-2.3.3-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/jaxb/com.sun.xml.bind_2.3.3/target/sources-for-eclipse-ipzilla/jaxb-impl-2.3.3-sources.jar [2023-09-08T19:45:49.548Z] [INFO] Refreshing about files and about.html [2023-09-08T19:45:49.548Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/jaxb/com.sun.xml.bind_2.3.3/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:45:49.548Z] [INFO] [2023-09-08T19:45:49.548Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ com.sun.xml.bind --- [2023-09-08T19:45:50.111Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/jaxb/com.sun.xml.bind_2.3.3/target/com.sun.xml.bind-2.3.3-SNAPSHOT.jar [2023-09-08T19:45:51.477Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/jaxb/com.sun.xml.bind_2.3.3/target/com.sun.xml.bind-2.3.3-SNAPSHOT-sources.jar [2023-09-08T19:45:54.000Z] [INFO] [2023-09-08T19:45:54.000Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.sun.xml.bind --- [2023-09-08T19:45:54.255Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:com.sun.xml.bind:2.3.3-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/jaxb/com.sun.xml.bind_2.3.3/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:45:54.255Z] no-classifier: different [2023-09-08T19:45:54.255Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:45:54.255Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:45:54.255Z] classifier-sources: different [2023-09-08T19:45:54.255Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:45:54.255Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:45:54.255Z] [2023-09-08T19:45:54.255Z] [INFO] MavenProject: org.eclipse.orbit.bundles:com.sun.xml.bind:2.3.3-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/jaxb/com.sun.xml.bind_2.3.3/pom.xml [2023-09-08T19:45:54.255Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:45:54.255Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:45:54.255Z] [2023-09-08T19:45:54.255Z] [INFO] [2023-09-08T19:45:54.255Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ com.sun.xml.bind --- [2023-09-08T19:45:54.255Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jaxb/com.sun.xml.bind_2.3.3/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.sun.xml.bind/2.3.3-SNAPSHOT/com.sun.xml.bind-2.3.3-SNAPSHOT.pom [2023-09-08T19:45:54.255Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jaxb/com.sun.xml.bind_2.3.3/target/com.sun.xml.bind-2.3.3-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.sun.xml.bind/2.3.3-SNAPSHOT/com.sun.xml.bind-2.3.3-SNAPSHOT.jar [2023-09-08T19:45:54.255Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jaxb/com.sun.xml.bind_2.3.3/target/com.sun.xml.bind-2.3.3-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.sun.xml.bind/2.3.3-SNAPSHOT/com.sun.xml.bind-2.3.3-SNAPSHOT-sources.jar [2023-09-08T19:45:54.255Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jaxb/com.sun.xml.bind_2.3.3/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.sun.xml.bind/2.3.3-SNAPSHOT/com.sun.xml.bind-2.3.3-SNAPSHOT-p2metadata.xml [2023-09-08T19:45:54.256Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jaxb/com.sun.xml.bind_2.3.3/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.sun.xml.bind/2.3.3-SNAPSHOT/com.sun.xml.bind-2.3.3-SNAPSHOT-p2artifacts.xml [2023-09-08T19:45:54.256Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jaxb/com.sun.xml.bind_2.3.3/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.sun.xml.bind/2.3.3-SNAPSHOT/com.sun.xml.bind-2.3.3-SNAPSHOT-p2metadata.xml [2023-09-08T19:45:54.256Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jaxb/com.sun.xml.bind_2.3.3/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.sun.xml.bind/2.3.3-SNAPSHOT/com.sun.xml.bind-2.3.3-SNAPSHOT-p2artifacts.xml [2023-09-08T19:45:54.256Z] [INFO] [2023-09-08T19:45:54.256Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.sun.xml.bind --- [2023-09-08T19:45:54.256Z] [INFO] [2023-09-08T19:45:54.256Z] [INFO] --------------< org.eclipse.orbit.bundles:jcraft-parent >--------------- [2023-09-08T19:45:54.256Z] [INFO] Building Eclipse Orbit :: JCraft Recipes 1.0.0-SNAPSHOT [299/375] [2023-09-08T19:45:54.256Z] [INFO] --------------------------------[ pom ]--------------------------------- [2023-09-08T19:45:54.256Z] [INFO] [2023-09-08T19:45:54.256Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jcraft-parent --- [2023-09-08T19:45:54.256Z] [INFO] [2023-09-08T19:45:54.256Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ jcraft-parent --- [2023-09-08T19:45:54.256Z] [INFO] [2023-09-08T19:45:54.256Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ jcraft-parent --- [2023-09-08T19:45:54.256Z] [INFO] [2023-09-08T19:45:54.256Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ jcraft-parent --- [2023-09-08T19:45:54.256Z] [INFO] [2023-09-08T19:45:54.256Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ jcraft-parent --- [2023-09-08T19:45:54.256Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jcraft/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/jcraft-parent/1.0.0-SNAPSHOT/jcraft-parent-1.0.0-SNAPSHOT.pom [2023-09-08T19:45:54.256Z] [INFO] [2023-09-08T19:45:54.256Z] [INFO] -------------< org.eclipse.orbit.bundles:com.jcraft.jsch >-------------- [2023-09-08T19:45:54.256Z] [INFO] Building JSch 0.1.55-SNAPSHOT [300/375] [2023-09-08T19:45:54.256Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:45:54.256Z] [INFO] [2023-09-08T19:45:54.256Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.jcraft.jsch --- [2023-09-08T19:45:54.256Z] [INFO] [2023-09-08T19:45:54.256Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.jcraft.jsch --- [2023-09-08T19:45:54.256Z] [INFO] The project's OSGi version is 0.1.55.v20221112-0806 [2023-09-08T19:45:54.256Z] [INFO] [2023-09-08T19:45:54.256Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.jcraft.jsch --- [2023-09-08T19:45:54.256Z] [INFO] [2023-09-08T19:45:54.256Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.jcraft.jsch --- [2023-09-08T19:45:54.256Z] [INFO] Copying 3 resources [2023-09-08T19:45:54.256Z] [INFO] [2023-09-08T19:45:54.256Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.jcraft.jsch --- [2023-09-08T19:45:54.256Z] [INFO] No sources to compile [2023-09-08T19:45:54.256Z] [INFO] [2023-09-08T19:45:54.256Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.jcraft.jsch --- [2023-09-08T19:45:54.256Z] [INFO] Gathering dependencies [2023-09-08T19:45:54.256Z] [INFO] Configured Artifact: com.jcraft:jsch:0.1.55:jar [2023-09-08T19:45:54.256Z] [INFO] Unpacking /home/vnc/.m2/repository/com/jcraft/jsch/0.1.55/jsch-0.1.55.jar to /home/jenkins/agent/workspace/orbit-recipes/jcraft/com.jcraft.jsch_0.1.55/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:45:54.256Z] [INFO] Merging collected dependencies [2023-09-08T19:45:54.256Z] [INFO] Copying 168 resources [2023-09-08T19:45:54.256Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:45:54.514Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.jcraft.jsch:eclipse-bundle-recipe:0.1.55-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] [2023-09-08T19:45:54.514Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/jcraft/com.jcraft.jsch_0.1.55/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:45:54.514Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/jcraft/com.jcraft.jsch_0.1.55/target/com.jcraft.jsch-0.1.55-SNAPSHOT.jar [2023-09-08T19:45:54.514Z] [INFO] Gathering sources [2023-09-08T19:45:54.514Z] [INFO] Configured Artifact: com.jcraft:jsch:sources:0.1.55:jar [2023-09-08T19:45:54.514Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/jcraft/jsch/0.1.55/jsch-0.1.55-sources.jar [2023-09-08T19:45:54.514Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.55/jsch-0.1.55-sources.jar [2023-09-08T19:45:54.514Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.55/jsch-0.1.55-sources.jar (279 kB at 16 MB/s) [2023-09-08T19:45:54.514Z] [INFO] Unpacking /home/vnc/.m2/repository/com/jcraft/jsch/0.1.55/jsch-0.1.55-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/jcraft/com.jcraft.jsch_0.1.55/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:45:54.514Z] [INFO] Copying 3 resources [2023-09-08T19:45:54.514Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/jcraft/com.jcraft.jsch_0.1.55/src/main/java [2023-09-08T19:45:54.514Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/jcraft/com.jcraft.jsch_0.1.55/target/com.jcraft.jsch-0.1.55-SNAPSHOT-sources.jar [2023-09-08T19:45:54.514Z] [INFO] Assembling p2 repository [2023-09-08T19:45:55.078Z] [INFO] [2023-09-08T19:45:55.078Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.jcraft.jsch --- [2023-09-08T19:45:55.078Z] [INFO] [2023-09-08T19:45:55.078Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.jcraft.jsch --- [2023-09-08T19:45:55.078Z] [INFO] Gathering sources archives [2023-09-08T19:45:55.078Z] [INFO] Configured Artifact: com.jcraft:jsch:sources:0.1.55:jar [2023-09-08T19:45:55.078Z] [INFO] Unpacking /home/vnc/.m2/repository/com/jcraft/jsch/0.1.55/jsch-0.1.55-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/jcraft/com.jcraft.jsch_0.1.55/target/sources-for-eclipse-ipzilla/jsch-0.1.55-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:45:55.078Z] [INFO] Configured Artifact: com.jcraft:jsch:sources:0.1.55:jar [2023-09-08T19:45:55.078Z] [INFO] Copying jsch-0.1.55-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/jcraft/com.jcraft.jsch_0.1.55/target/sources-for-eclipse-ipzilla/jsch-0.1.55-sources.jar [2023-09-08T19:45:55.078Z] [INFO] Refreshing about files and about.html [2023-09-08T19:45:55.078Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/jcraft/com.jcraft.jsch_0.1.55/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:45:55.079Z] [INFO] [2023-09-08T19:45:55.079Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ com.jcraft.jsch --- [2023-09-08T19:45:55.335Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/jcraft/com.jcraft.jsch_0.1.55/target/com.jcraft.jsch-0.1.55-SNAPSHOT.jar [2023-09-08T19:45:56.267Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/jcraft/com.jcraft.jsch_0.1.55/target/com.jcraft.jsch-0.1.55-SNAPSHOT-sources.jar [2023-09-08T19:45:58.159Z] [INFO] [2023-09-08T19:45:58.159Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.jcraft.jsch --- [2023-09-08T19:45:58.416Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:com.jcraft.jsch:0.1.55-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/jcraft/com.jcraft.jsch_0.1.55/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:45:58.416Z] no-classifier: different [2023-09-08T19:45:58.416Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:45:58.416Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:45:58.416Z] classifier-sources: different [2023-09-08T19:45:58.416Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:45:58.416Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:45:58.416Z] [2023-09-08T19:45:58.416Z] [INFO] MavenProject: org.eclipse.orbit.bundles:com.jcraft.jsch:0.1.55-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/jcraft/com.jcraft.jsch_0.1.55/pom.xml [2023-09-08T19:45:58.416Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:45:58.416Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:45:58.416Z] [2023-09-08T19:45:58.416Z] [INFO] [2023-09-08T19:45:58.416Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ com.jcraft.jsch --- [2023-09-08T19:45:58.416Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jcraft/com.jcraft.jsch_0.1.55/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.jcraft.jsch/0.1.55-SNAPSHOT/com.jcraft.jsch-0.1.55-SNAPSHOT.pom [2023-09-08T19:45:58.416Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jcraft/com.jcraft.jsch_0.1.55/target/com.jcraft.jsch-0.1.55-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.jcraft.jsch/0.1.55-SNAPSHOT/com.jcraft.jsch-0.1.55-SNAPSHOT.jar [2023-09-08T19:45:58.416Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jcraft/com.jcraft.jsch_0.1.55/target/com.jcraft.jsch-0.1.55-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.jcraft.jsch/0.1.55-SNAPSHOT/com.jcraft.jsch-0.1.55-SNAPSHOT-sources.jar [2023-09-08T19:45:58.416Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jcraft/com.jcraft.jsch_0.1.55/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.jcraft.jsch/0.1.55-SNAPSHOT/com.jcraft.jsch-0.1.55-SNAPSHOT-p2metadata.xml [2023-09-08T19:45:58.416Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jcraft/com.jcraft.jsch_0.1.55/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.jcraft.jsch/0.1.55-SNAPSHOT/com.jcraft.jsch-0.1.55-SNAPSHOT-p2artifacts.xml [2023-09-08T19:45:58.416Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jcraft/com.jcraft.jsch_0.1.55/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.jcraft.jsch/0.1.55-SNAPSHOT/com.jcraft.jsch-0.1.55-SNAPSHOT-p2metadata.xml [2023-09-08T19:45:58.416Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jcraft/com.jcraft.jsch_0.1.55/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.jcraft.jsch/0.1.55-SNAPSHOT/com.jcraft.jsch-0.1.55-SNAPSHOT-p2artifacts.xml [2023-09-08T19:45:58.416Z] [INFO] [2023-09-08T19:45:58.416Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.jcraft.jsch --- [2023-09-08T19:45:58.416Z] [INFO] [2023-09-08T19:45:58.416Z] [INFO] -------------< org.eclipse.orbit.bundles:com.jcraft.jzlib >------------- [2023-09-08T19:45:58.416Z] [INFO] Building JZlib 1.1.3-SNAPSHOT [301/375] [2023-09-08T19:45:58.416Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:45:58.416Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/jcraft/jzlib/1.1.3/jzlib-1.1.3.pom [2023-09-08T19:45:58.416Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/jcraft/jzlib/1.1.3/jzlib-1.1.3.pom [2023-09-08T19:45:58.416Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/jcraft/jzlib/1.1.3/jzlib-1.1.3.pom (3.1 kB at 283 kB/s) [2023-09-08T19:45:58.416Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/jcraft/jzlib/1.1.3/jzlib-1.1.3.jar [2023-09-08T19:45:58.672Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/jcraft/jzlib/1.1.3/jzlib-1.1.3.jar [2023-09-08T19:45:58.672Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/jcraft/jzlib/1.1.3/jzlib-1.1.3.jar (72 kB at 5.5 MB/s) [2023-09-08T19:45:58.672Z] [INFO] [2023-09-08T19:45:58.672Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.jcraft.jzlib --- [2023-09-08T19:45:58.672Z] [INFO] [2023-09-08T19:45:58.672Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.jcraft.jzlib --- [2023-09-08T19:45:58.672Z] [INFO] The project's OSGi version is 1.1.3.v20220502-1820 [2023-09-08T19:45:58.672Z] [INFO] [2023-09-08T19:45:58.672Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.jcraft.jzlib --- [2023-09-08T19:45:58.672Z] [INFO] [2023-09-08T19:45:58.672Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.jcraft.jzlib --- [2023-09-08T19:45:58.672Z] [INFO] Copying 3 resources [2023-09-08T19:45:58.672Z] [INFO] [2023-09-08T19:45:58.672Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.jcraft.jzlib --- [2023-09-08T19:45:58.672Z] [INFO] No sources to compile [2023-09-08T19:45:58.672Z] [INFO] [2023-09-08T19:45:58.672Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.jcraft.jzlib --- [2023-09-08T19:45:58.672Z] [INFO] Gathering dependencies [2023-09-08T19:45:58.672Z] [INFO] Configured Artifact: com.jcraft:jzlib:1.1.3:jar [2023-09-08T19:45:58.672Z] [INFO] Unpacking /home/vnc/.m2/repository/com/jcraft/jzlib/1.1.3/jzlib-1.1.3.jar to /home/jenkins/agent/workspace/orbit-recipes/jcraft/com.jcraft.jzlib_1.1.3/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:45:58.672Z] [INFO] Merging collected dependencies [2023-09-08T19:45:58.672Z] [INFO] Copying 27 resources [2023-09-08T19:45:58.672Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:45:58.672Z] [WARNING] Manifest org.eclipse.orbit.bundles:com.jcraft.jzlib:eclipse-bundle-recipe:1.1.3-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:45:58.673Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/jcraft/com.jcraft.jzlib_1.1.3/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:45:58.673Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/jcraft/com.jcraft.jzlib_1.1.3/target/com.jcraft.jzlib-1.1.3-SNAPSHOT.jar [2023-09-08T19:45:58.673Z] [INFO] Gathering sources [2023-09-08T19:45:58.673Z] [INFO] Configured Artifact: com.jcraft:jzlib:sources:1.1.3:jar [2023-09-08T19:45:58.673Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/jcraft/jzlib/1.1.3/jzlib-1.1.3-sources.jar [2023-09-08T19:45:58.673Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/jcraft/jzlib/1.1.3/jzlib-1.1.3-sources.jar [2023-09-08T19:45:58.673Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/jcraft/jzlib/1.1.3/jzlib-1.1.3-sources.jar (76 kB at 6.3 MB/s) [2023-09-08T19:45:58.673Z] [INFO] Unpacking /home/vnc/.m2/repository/com/jcraft/jzlib/1.1.3/jzlib-1.1.3-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/jcraft/com.jcraft.jzlib_1.1.3/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:45:58.673Z] [INFO] Copying 3 resources [2023-09-08T19:45:58.673Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/jcraft/com.jcraft.jzlib_1.1.3/src/main/java [2023-09-08T19:45:58.673Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/jcraft/com.jcraft.jzlib_1.1.3/target/com.jcraft.jzlib-1.1.3-SNAPSHOT-sources.jar [2023-09-08T19:45:58.673Z] [INFO] Assembling p2 repository [2023-09-08T19:45:59.236Z] [INFO] [2023-09-08T19:45:59.236Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.jcraft.jzlib --- [2023-09-08T19:45:59.236Z] [INFO] [2023-09-08T19:45:59.236Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.jcraft.jzlib --- [2023-09-08T19:45:59.236Z] [INFO] Gathering sources archives [2023-09-08T19:45:59.236Z] [INFO] Configured Artifact: com.jcraft:jzlib:sources:1.1.3:jar [2023-09-08T19:45:59.236Z] [INFO] Unpacking /home/vnc/.m2/repository/com/jcraft/jzlib/1.1.3/jzlib-1.1.3-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/jcraft/com.jcraft.jzlib_1.1.3/target/sources-for-eclipse-ipzilla/jzlib-1.1.3-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:45:59.236Z] [INFO] Configured Artifact: com.jcraft:jzlib:sources:1.1.3:jar [2023-09-08T19:45:59.236Z] [INFO] Copying jzlib-1.1.3-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/jcraft/com.jcraft.jzlib_1.1.3/target/sources-for-eclipse-ipzilla/jzlib-1.1.3-sources.jar [2023-09-08T19:45:59.236Z] [INFO] Refreshing about files and about.html [2023-09-08T19:45:59.236Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/jcraft/com.jcraft.jzlib_1.1.3/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:45:59.236Z] [INFO] [2023-09-08T19:45:59.236Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ com.jcraft.jzlib --- [2023-09-08T19:45:59.236Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/jcraft/com.jcraft.jzlib_1.1.3/target/com.jcraft.jzlib-1.1.3-SNAPSHOT.jar [2023-09-08T19:46:00.167Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/jcraft/com.jcraft.jzlib_1.1.3/target/com.jcraft.jzlib-1.1.3-SNAPSHOT-sources.jar [2023-09-08T19:46:01.095Z] [INFO] [2023-09-08T19:46:01.095Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.jcraft.jzlib --- [2023-09-08T19:46:01.352Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:com.jcraft.jzlib:1.1.3-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/jcraft/com.jcraft.jzlib_1.1.3/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:46:01.352Z] no-classifier: different [2023-09-08T19:46:01.352Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:46:01.352Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:46:01.352Z] classifier-sources: different [2023-09-08T19:46:01.352Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:46:01.352Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:46:01.352Z] [2023-09-08T19:46:01.352Z] [INFO] MavenProject: org.eclipse.orbit.bundles:com.jcraft.jzlib:1.1.3-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/jcraft/com.jcraft.jzlib_1.1.3/pom.xml [2023-09-08T19:46:01.352Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:46:01.352Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:46:01.352Z] [2023-09-08T19:46:01.352Z] [INFO] [2023-09-08T19:46:01.352Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ com.jcraft.jzlib --- [2023-09-08T19:46:01.352Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jcraft/com.jcraft.jzlib_1.1.3/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.jcraft.jzlib/1.1.3-SNAPSHOT/com.jcraft.jzlib-1.1.3-SNAPSHOT.pom [2023-09-08T19:46:01.352Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jcraft/com.jcraft.jzlib_1.1.3/target/com.jcraft.jzlib-1.1.3-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.jcraft.jzlib/1.1.3-SNAPSHOT/com.jcraft.jzlib-1.1.3-SNAPSHOT.jar [2023-09-08T19:46:01.352Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jcraft/com.jcraft.jzlib_1.1.3/target/com.jcraft.jzlib-1.1.3-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.jcraft.jzlib/1.1.3-SNAPSHOT/com.jcraft.jzlib-1.1.3-SNAPSHOT-sources.jar [2023-09-08T19:46:01.352Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jcraft/com.jcraft.jzlib_1.1.3/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.jcraft.jzlib/1.1.3-SNAPSHOT/com.jcraft.jzlib-1.1.3-SNAPSHOT-p2metadata.xml [2023-09-08T19:46:01.352Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jcraft/com.jcraft.jzlib_1.1.3/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.jcraft.jzlib/1.1.3-SNAPSHOT/com.jcraft.jzlib-1.1.3-SNAPSHOT-p2artifacts.xml [2023-09-08T19:46:01.352Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jcraft/com.jcraft.jzlib_1.1.3/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.jcraft.jzlib/1.1.3-SNAPSHOT/com.jcraft.jzlib-1.1.3-SNAPSHOT-p2metadata.xml [2023-09-08T19:46:01.352Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jcraft/com.jcraft.jzlib_1.1.3/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.jcraft.jzlib/1.1.3-SNAPSHOT/com.jcraft.jzlib-1.1.3-SNAPSHOT-p2artifacts.xml [2023-09-08T19:46:01.352Z] [INFO] [2023-09-08T19:46:01.352Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.jcraft.jzlib --- [2023-09-08T19:46:01.352Z] [INFO] [2023-09-08T19:46:01.352Z] [INFO] --------------< org.eclipse.orbit.bundles:jgrapht-parent >-------------- [2023-09-08T19:46:01.352Z] [INFO] Building Eclipse Orbit :: JGraphT Recipes 1.0.0-SNAPSHOT [302/375] [2023-09-08T19:46:01.352Z] [INFO] --------------------------------[ pom ]--------------------------------- [2023-09-08T19:46:01.352Z] [INFO] [2023-09-08T19:46:01.352Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jgrapht-parent --- [2023-09-08T19:46:01.352Z] [INFO] [2023-09-08T19:46:01.352Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ jgrapht-parent --- [2023-09-08T19:46:01.352Z] [INFO] [2023-09-08T19:46:01.352Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ jgrapht-parent --- [2023-09-08T19:46:01.352Z] [INFO] [2023-09-08T19:46:01.352Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ jgrapht-parent --- [2023-09-08T19:46:01.352Z] [INFO] [2023-09-08T19:46:01.352Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ jgrapht-parent --- [2023-09-08T19:46:01.352Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jgrapht/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/jgrapht-parent/1.0.0-SNAPSHOT/jgrapht-parent-1.0.0-SNAPSHOT.pom [2023-09-08T19:46:01.352Z] [INFO] [2023-09-08T19:46:01.352Z] [INFO] ------------< org.eclipse.orbit.bundles:org.jheaps.jheaps >------------- [2023-09-08T19:46:01.352Z] [INFO] Building JHeaps 0.14.0-SNAPSHOT [303/375] [2023-09-08T19:46:01.352Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:46:01.352Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/jheaps/jheaps/0.14/jheaps-0.14.pom [2023-09-08T19:46:01.353Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jheaps/jheaps/0.14/jheaps-0.14.pom [2023-09-08T19:46:01.353Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jheaps/jheaps/0.14/jheaps-0.14.pom (10 kB at 875 kB/s) [2023-09-08T19:46:01.353Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/jheaps/jheaps/0.14/jheaps-0.14.jar [2023-09-08T19:46:01.353Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jheaps/jheaps/0.14/jheaps-0.14.jar [2023-09-08T19:46:01.353Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jheaps/jheaps/0.14/jheaps-0.14.jar (153 kB at 5.9 MB/s) [2023-09-08T19:46:01.353Z] [INFO] [2023-09-08T19:46:01.353Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.jheaps.jheaps --- [2023-09-08T19:46:01.353Z] [INFO] [2023-09-08T19:46:01.353Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.jheaps.jheaps --- [2023-09-08T19:46:01.353Z] [INFO] The project's OSGi version is 0.14.0.v20220411-2343 [2023-09-08T19:46:01.353Z] [INFO] [2023-09-08T19:46:01.353Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.jheaps.jheaps --- [2023-09-08T19:46:01.353Z] [INFO] [2023-09-08T19:46:01.353Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.jheaps.jheaps --- [2023-09-08T19:46:01.353Z] [INFO] Copying 3 resources [2023-09-08T19:46:01.353Z] [INFO] [2023-09-08T19:46:01.353Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.jheaps.jheaps --- [2023-09-08T19:46:01.353Z] [INFO] No sources to compile [2023-09-08T19:46:01.353Z] [INFO] [2023-09-08T19:46:01.353Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.jheaps.jheaps --- [2023-09-08T19:46:01.353Z] [INFO] Gathering dependencies [2023-09-08T19:46:01.353Z] [INFO] Configured Artifact: org.jheaps:jheaps:0.14:jar [2023-09-08T19:46:01.353Z] [INFO] Unpacking /home/vnc/.m2/repository/org/jheaps/jheaps/0.14/jheaps-0.14.jar to /home/jenkins/agent/workspace/orbit-recipes/jgrapht/org.jheaps.jheaps_0.14.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:46:01.353Z] [INFO] Merging collected dependencies [2023-09-08T19:46:01.353Z] [INFO] Copying 89 resources [2023-09-08T19:46:01.353Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:46:01.608Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.jheaps.jheaps:eclipse-bundle-recipe:0.14.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:46:01.609Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/jgrapht/org.jheaps.jheaps_0.14.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:46:01.609Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/jgrapht/org.jheaps.jheaps_0.14.0/target/org.jheaps.jheaps-0.14.0-SNAPSHOT.jar [2023-09-08T19:46:01.609Z] [INFO] Gathering sources [2023-09-08T19:46:01.609Z] [INFO] Configured Artifact: org.jheaps:jheaps:sources:0.14:jar [2023-09-08T19:46:01.609Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/jheaps/jheaps/0.14/jheaps-0.14-sources.jar [2023-09-08T19:46:01.609Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jheaps/jheaps/0.14/jheaps-0.14-sources.jar [2023-09-08T19:46:01.609Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jheaps/jheaps/0.14/jheaps-0.14-sources.jar (153 kB at 11 MB/s) [2023-09-08T19:46:01.609Z] [INFO] Unpacking /home/vnc/.m2/repository/org/jheaps/jheaps/0.14/jheaps-0.14-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/jgrapht/org.jheaps.jheaps_0.14.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:46:01.609Z] [INFO] Copying 3 resources [2023-09-08T19:46:01.609Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/jgrapht/org.jheaps.jheaps_0.14.0/src/main/java [2023-09-08T19:46:01.609Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/jgrapht/org.jheaps.jheaps_0.14.0/target/org.jheaps.jheaps-0.14.0-SNAPSHOT-sources.jar [2023-09-08T19:46:01.609Z] [INFO] Assembling p2 repository [2023-09-08T19:46:02.171Z] [INFO] [2023-09-08T19:46:02.171Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.jheaps.jheaps --- [2023-09-08T19:46:02.171Z] [INFO] [2023-09-08T19:46:02.171Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.jheaps.jheaps --- [2023-09-08T19:46:02.171Z] [INFO] Gathering sources archives [2023-09-08T19:46:02.171Z] [INFO] Configured Artifact: org.jheaps:jheaps:sources:0.14:jar [2023-09-08T19:46:02.171Z] [INFO] Unpacking /home/vnc/.m2/repository/org/jheaps/jheaps/0.14/jheaps-0.14-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/jgrapht/org.jheaps.jheaps_0.14.0/target/sources-for-eclipse-ipzilla/jheaps-0.14-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:46:02.427Z] [INFO] Configured Artifact: org.jheaps:jheaps:sources:0.14:jar [2023-09-08T19:46:02.427Z] [INFO] Copying jheaps-0.14-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/jgrapht/org.jheaps.jheaps_0.14.0/target/sources-for-eclipse-ipzilla/jheaps-0.14-sources.jar [2023-09-08T19:46:02.427Z] [INFO] Refreshing about files and about.html [2023-09-08T19:46:02.427Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/jgrapht/org.jheaps.jheaps_0.14.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:46:02.427Z] [INFO] [2023-09-08T19:46:02.427Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.jheaps.jheaps --- [2023-09-08T19:46:02.427Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/jgrapht/org.jheaps.jheaps_0.14.0/target/org.jheaps.jheaps-0.14.0-SNAPSHOT.jar [2023-09-08T19:46:03.794Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/jgrapht/org.jheaps.jheaps_0.14.0/target/org.jheaps.jheaps-0.14.0-SNAPSHOT-sources.jar [2023-09-08T19:46:05.163Z] [INFO] [2023-09-08T19:46:05.163Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.jheaps.jheaps --- [2023-09-08T19:46:05.163Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.jheaps.jheaps:0.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/jgrapht/org.jheaps.jheaps_0.14.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:46:05.163Z] no-classifier: different [2023-09-08T19:46:05.163Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:46:05.163Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:46:05.163Z] classifier-sources: different [2023-09-08T19:46:05.163Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:46:05.163Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:46:05.163Z] [2023-09-08T19:46:05.163Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.jheaps.jheaps:0.14.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/jgrapht/org.jheaps.jheaps_0.14.0/pom.xml [2023-09-08T19:46:05.163Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:46:05.163Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:46:05.163Z] [2023-09-08T19:46:05.163Z] [INFO] [2023-09-08T19:46:05.163Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.jheaps.jheaps --- [2023-09-08T19:46:05.163Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jgrapht/org.jheaps.jheaps_0.14.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.jheaps.jheaps/0.14.0-SNAPSHOT/org.jheaps.jheaps-0.14.0-SNAPSHOT.pom [2023-09-08T19:46:05.163Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jgrapht/org.jheaps.jheaps_0.14.0/target/org.jheaps.jheaps-0.14.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.jheaps.jheaps/0.14.0-SNAPSHOT/org.jheaps.jheaps-0.14.0-SNAPSHOT.jar [2023-09-08T19:46:05.163Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jgrapht/org.jheaps.jheaps_0.14.0/target/org.jheaps.jheaps-0.14.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.jheaps.jheaps/0.14.0-SNAPSHOT/org.jheaps.jheaps-0.14.0-SNAPSHOT-sources.jar [2023-09-08T19:46:05.163Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jgrapht/org.jheaps.jheaps_0.14.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.jheaps.jheaps/0.14.0-SNAPSHOT/org.jheaps.jheaps-0.14.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:46:05.163Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jgrapht/org.jheaps.jheaps_0.14.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.jheaps.jheaps/0.14.0-SNAPSHOT/org.jheaps.jheaps-0.14.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:46:05.163Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jgrapht/org.jheaps.jheaps_0.14.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.jheaps.jheaps/0.14.0-SNAPSHOT/org.jheaps.jheaps-0.14.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:46:05.163Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jgrapht/org.jheaps.jheaps_0.14.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.jheaps.jheaps/0.14.0-SNAPSHOT/org.jheaps.jheaps-0.14.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:46:05.163Z] [INFO] [2023-09-08T19:46:05.163Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.jheaps.jheaps --- [2023-09-08T19:46:05.163Z] [INFO] [2023-09-08T19:46:05.163Z] [INFO] ---------< org.eclipse.orbit.bundles:org.jgrapht.jgrapht-core >--------- [2023-09-08T19:46:05.163Z] [INFO] Building JGraphT - Core 1.4.0-SNAPSHOT [304/375] [2023-09-08T19:46:05.163Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:46:05.163Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/jgrapht/jgrapht-core/1.4.0/jgrapht-core-1.4.0.pom [2023-09-08T19:46:05.163Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jgrapht/jgrapht-core/1.4.0/jgrapht-core-1.4.0.pom [2023-09-08T19:46:05.163Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jgrapht/jgrapht-core/1.4.0/jgrapht-core-1.4.0.pom (3.6 kB at 273 kB/s) [2023-09-08T19:46:05.163Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/jgrapht/jgrapht/1.4.0/jgrapht-1.4.0.pom [2023-09-08T19:46:05.163Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jgrapht/jgrapht/1.4.0/jgrapht-1.4.0.pom [2023-09-08T19:46:05.419Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jgrapht/jgrapht/1.4.0/jgrapht-1.4.0.pom (10 kB at 796 kB/s) [2023-09-08T19:46:05.419Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/jheaps/jheaps/0.11/jheaps-0.11.pom [2023-09-08T19:46:05.419Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jheaps/jheaps/0.11/jheaps-0.11.pom [2023-09-08T19:46:05.419Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jheaps/jheaps/0.11/jheaps-0.11.pom (10 kB at 930 kB/s) [2023-09-08T19:46:05.419Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/jgrapht/jgrapht-core/1.4.0/jgrapht-core-1.4.0.jar [2023-09-08T19:46:05.419Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/jheaps/jheaps/0.11/jheaps-0.11.jar [2023-09-08T19:46:05.419Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jgrapht/jgrapht-core/1.4.0/jgrapht-core-1.4.0.jar [2023-09-08T19:46:05.419Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jheaps/jheaps/0.11/jheaps-0.11.jar [2023-09-08T19:46:05.419Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jgrapht/jgrapht-core/1.4.0/jgrapht-core-1.4.0.jar (1.1 MB at 18 MB/s) [2023-09-08T19:46:05.419Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jheaps/jheaps/0.11/jheaps-0.11.jar (134 kB at 2.2 MB/s) [2023-09-08T19:46:05.419Z] [INFO] [2023-09-08T19:46:05.419Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.jgrapht.jgrapht-core --- [2023-09-08T19:46:05.419Z] [INFO] [2023-09-08T19:46:05.419Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.jgrapht.jgrapht-core --- [2023-09-08T19:46:05.419Z] [INFO] The project's OSGi version is 1.4.0.v20220411-2343 [2023-09-08T19:46:05.419Z] [INFO] [2023-09-08T19:46:05.419Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.jgrapht.jgrapht-core --- [2023-09-08T19:46:05.419Z] [INFO] [2023-09-08T19:46:05.419Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.jgrapht.jgrapht-core --- [2023-09-08T19:46:05.419Z] [INFO] Copying 4 resources [2023-09-08T19:46:05.419Z] [INFO] [2023-09-08T19:46:05.419Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.jgrapht.jgrapht-core --- [2023-09-08T19:46:05.419Z] [INFO] No sources to compile [2023-09-08T19:46:05.419Z] [INFO] [2023-09-08T19:46:05.419Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.jgrapht.jgrapht-core --- [2023-09-08T19:46:05.419Z] [INFO] Gathering dependencies [2023-09-08T19:46:05.419Z] [INFO] Configured Artifact: org.jgrapht:jgrapht-core:1.4.0:jar [2023-09-08T19:46:05.419Z] [INFO] Unpacking /home/vnc/.m2/repository/org/jgrapht/jgrapht-core/1.4.0/jgrapht-core-1.4.0.jar to /home/jenkins/agent/workspace/orbit-recipes/jgrapht/org.jgrapht.jgrapht-core_1.4.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:46:05.419Z] [INFO] Merging collected dependencies [2023-09-08T19:46:05.419Z] [INFO] Copying 591 resources [2023-09-08T19:46:05.419Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:46:05.675Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.jgrapht.jgrapht-core:eclipse-bundle-recipe:1.4.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:46:05.675Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/jgrapht/org.jgrapht.jgrapht-core_1.4.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:46:05.675Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/jgrapht/org.jgrapht.jgrapht-core_1.4.0/target/org.jgrapht.jgrapht-core-1.4.0-SNAPSHOT.jar [2023-09-08T19:46:05.931Z] [INFO] Gathering sources [2023-09-08T19:46:05.931Z] [INFO] Configured Artifact: org.jgrapht:jgrapht-core:sources:1.4.0:jar [2023-09-08T19:46:05.931Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/jgrapht/jgrapht-core/1.4.0/jgrapht-core-1.4.0-sources.jar [2023-09-08T19:46:05.931Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jgrapht/jgrapht-core/1.4.0/jgrapht-core-1.4.0-sources.jar [2023-09-08T19:46:05.931Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jgrapht/jgrapht-core/1.4.0/jgrapht-core-1.4.0-sources.jar (895 kB at 31 MB/s) [2023-09-08T19:46:05.931Z] [INFO] Unpacking /home/vnc/.m2/repository/org/jgrapht/jgrapht-core/1.4.0/jgrapht-core-1.4.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/jgrapht/org.jgrapht.jgrapht-core_1.4.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:46:05.931Z] [INFO] Copying 4 resources [2023-09-08T19:46:05.931Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/jgrapht/org.jgrapht.jgrapht-core_1.4.0/src/main/java [2023-09-08T19:46:05.931Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/jgrapht/org.jgrapht.jgrapht-core_1.4.0/target/org.jgrapht.jgrapht-core-1.4.0-SNAPSHOT-sources.jar [2023-09-08T19:46:06.187Z] [INFO] Assembling p2 repository [2023-09-08T19:46:07.118Z] [INFO] [2023-09-08T19:46:07.118Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.jgrapht.jgrapht-core --- [2023-09-08T19:46:07.118Z] [INFO] [2023-09-08T19:46:07.118Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.jgrapht.jgrapht-core --- [2023-09-08T19:46:07.118Z] [INFO] Gathering sources archives [2023-09-08T19:46:07.118Z] [INFO] Configured Artifact: org.jgrapht:jgrapht-core:sources:1.4.0:jar [2023-09-08T19:46:07.118Z] [INFO] Unpacking /home/vnc/.m2/repository/org/jgrapht/jgrapht-core/1.4.0/jgrapht-core-1.4.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/jgrapht/org.jgrapht.jgrapht-core_1.4.0/target/sources-for-eclipse-ipzilla/jgrapht-core-1.4.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:46:07.118Z] [INFO] Configured Artifact: org.jgrapht:jgrapht-core:sources:1.4.0:jar [2023-09-08T19:46:07.118Z] [INFO] Copying jgrapht-core-1.4.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/jgrapht/org.jgrapht.jgrapht-core_1.4.0/target/sources-for-eclipse-ipzilla/jgrapht-core-1.4.0-sources.jar [2023-09-08T19:46:07.118Z] [INFO] Refreshing about files and about.html [2023-09-08T19:46:07.118Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/jgrapht/org.jgrapht.jgrapht-core_1.4.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:46:07.118Z] [INFO] [2023-09-08T19:46:07.118Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.jgrapht.jgrapht-core --- [2023-09-08T19:46:07.118Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/jgrapht/org.jgrapht.jgrapht-core_1.4.0/target/org.jgrapht.jgrapht-core-1.4.0-SNAPSHOT.jar [2023-09-08T19:46:09.008Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/jgrapht/org.jgrapht.jgrapht-core_1.4.0/target/org.jgrapht.jgrapht-core-1.4.0-SNAPSHOT-sources.jar [2023-09-08T19:46:10.374Z] [INFO] [2023-09-08T19:46:10.374Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.jgrapht.jgrapht-core --- [2023-09-08T19:46:10.374Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.jgrapht.jgrapht-core:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/jgrapht/org.jgrapht.jgrapht-core_1.4.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:46:10.374Z] no-classifier: different [2023-09-08T19:46:10.374Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:46:10.374Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:46:10.374Z] classifier-sources: different [2023-09-08T19:46:10.374Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:46:10.374Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:46:10.374Z] [2023-09-08T19:46:10.374Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.jgrapht.jgrapht-core:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/jgrapht/org.jgrapht.jgrapht-core_1.4.0/pom.xml [2023-09-08T19:46:10.374Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:46:10.374Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:46:10.374Z] [2023-09-08T19:46:10.374Z] [INFO] [2023-09-08T19:46:10.375Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.jgrapht.jgrapht-core --- [2023-09-08T19:46:10.375Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jgrapht/org.jgrapht.jgrapht-core_1.4.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.jgrapht.jgrapht-core/1.4.0-SNAPSHOT/org.jgrapht.jgrapht-core-1.4.0-SNAPSHOT.pom [2023-09-08T19:46:10.375Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jgrapht/org.jgrapht.jgrapht-core_1.4.0/target/org.jgrapht.jgrapht-core-1.4.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.jgrapht.jgrapht-core/1.4.0-SNAPSHOT/org.jgrapht.jgrapht-core-1.4.0-SNAPSHOT.jar [2023-09-08T19:46:10.375Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jgrapht/org.jgrapht.jgrapht-core_1.4.0/target/org.jgrapht.jgrapht-core-1.4.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.jgrapht.jgrapht-core/1.4.0-SNAPSHOT/org.jgrapht.jgrapht-core-1.4.0-SNAPSHOT-sources.jar [2023-09-08T19:46:10.375Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jgrapht/org.jgrapht.jgrapht-core_1.4.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.jgrapht.jgrapht-core/1.4.0-SNAPSHOT/org.jgrapht.jgrapht-core-1.4.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:46:10.375Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jgrapht/org.jgrapht.jgrapht-core_1.4.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.jgrapht.jgrapht-core/1.4.0-SNAPSHOT/org.jgrapht.jgrapht-core-1.4.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:46:10.375Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jgrapht/org.jgrapht.jgrapht-core_1.4.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.jgrapht.jgrapht-core/1.4.0-SNAPSHOT/org.jgrapht.jgrapht-core-1.4.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:46:10.375Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jgrapht/org.jgrapht.jgrapht-core_1.4.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.jgrapht.jgrapht-core/1.4.0-SNAPSHOT/org.jgrapht.jgrapht-core-1.4.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:46:10.375Z] [INFO] [2023-09-08T19:46:10.375Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.jgrapht.jgrapht-core --- [2023-09-08T19:46:10.375Z] [INFO] [2023-09-08T19:46:10.375Z] [INFO] ---------------< org.eclipse.orbit.bundles:jini-parent >---------------- [2023-09-08T19:46:10.375Z] [INFO] Building Eclipse Orbit :: Jini Recipes 1.0.0-SNAPSHOT [305/375] [2023-09-08T19:46:10.375Z] [INFO] --------------------------------[ pom ]--------------------------------- [2023-09-08T19:46:10.375Z] [INFO] [2023-09-08T19:46:10.375Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jini-parent --- [2023-09-08T19:46:10.375Z] [INFO] [2023-09-08T19:46:10.375Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ jini-parent --- [2023-09-08T19:46:10.375Z] [INFO] [2023-09-08T19:46:10.375Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ jini-parent --- [2023-09-08T19:46:10.375Z] [INFO] [2023-09-08T19:46:10.375Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ jini-parent --- [2023-09-08T19:46:10.375Z] [INFO] [2023-09-08T19:46:10.375Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ jini-parent --- [2023-09-08T19:46:10.375Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jini/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/jini-parent/1.0.0-SNAPSHOT/jini-parent-1.0.0-SNAPSHOT.pom [2023-09-08T19:46:10.375Z] [INFO] [2023-09-08T19:46:10.375Z] [INFO] -----------------< org.eclipse.orbit.bundles:net.jini >----------------- [2023-09-08T19:46:10.375Z] [INFO] Building Jini Jini Core Jar 2.1.0-SNAPSHOT [306/375] [2023-09-08T19:46:10.375Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:46:10.375Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/net/jini/jini-core/2.1/jini-core-2.1.pom [2023-09-08T19:46:10.631Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/jini/jini-core/2.1/jini-core-2.1.pom [2023-09-08T19:46:10.631Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/jini/jini-core/2.1/jini-core-2.1.pom (426 B at 8.5 kB/s) [2023-09-08T19:46:10.631Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/net/jini/jini-core/2.1/jini-core-2.1.jar [2023-09-08T19:46:10.631Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/jini/jini-core/2.1/jini-core-2.1.jar [2023-09-08T19:46:10.631Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/jini/jini-core/2.1/jini-core-2.1.jar (68 kB at 1.6 MB/s) [2023-09-08T19:46:10.631Z] [INFO] [2023-09-08T19:46:10.631Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ net.jini --- [2023-09-08T19:46:10.631Z] [INFO] [2023-09-08T19:46:10.631Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ net.jini --- [2023-09-08T19:46:10.631Z] [INFO] The project's OSGi version is 2.1.0.v20221112-0806 [2023-09-08T19:46:10.631Z] [INFO] [2023-09-08T19:46:10.631Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ net.jini --- [2023-09-08T19:46:10.631Z] [INFO] [2023-09-08T19:46:10.631Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ net.jini --- [2023-09-08T19:46:10.631Z] [INFO] Copying 2 resources [2023-09-08T19:46:10.631Z] [INFO] [2023-09-08T19:46:10.631Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ net.jini --- [2023-09-08T19:46:10.631Z] [INFO] No sources to compile [2023-09-08T19:46:10.631Z] [INFO] [2023-09-08T19:46:10.631Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ net.jini --- [2023-09-08T19:46:10.631Z] [INFO] Gathering dependencies [2023-09-08T19:46:10.631Z] [INFO] Configured Artifact: net.jini:jini-core:2.1:jar [2023-09-08T19:46:10.631Z] [INFO] Unpacking /home/vnc/.m2/repository/net/jini/jini-core/2.1/jini-core-2.1.jar to /home/jenkins/agent/workspace/orbit-recipes/jini/net.jini_2.1.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:46:10.631Z] [INFO] Merging collected dependencies [2023-09-08T19:46:10.631Z] [INFO] Copying 65 resources [2023-09-08T19:46:10.631Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:46:10.631Z] [WARNING] Manifest org.eclipse.orbit.bundles:net.jini:eclipse-bundle-recipe:2.1.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:46:10.631Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/jini/net.jini_2.1.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:46:10.631Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/jini/net.jini_2.1.0/target/net.jini-2.1.0-SNAPSHOT.jar [2023-09-08T19:46:10.631Z] [INFO] Gathering sources [2023-09-08T19:46:10.632Z] [INFO] Configured Artifact: net.jini:jini-core:sources:2.1:jar [2023-09-08T19:46:10.632Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/net/jini/jini-core/2.1/jini-core-2.1-sources.jar [2023-09-08T19:46:10.632Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/jini/jini-core/2.1/jini-core-2.1-sources.jar [2023-09-08T19:46:10.632Z] [WARNING] Unable to resolve source jar; skipping source bundle [2023-09-08T19:46:10.632Z] [INFO] Assembling p2 repository [2023-09-08T19:46:11.194Z] [INFO] [2023-09-08T19:46:11.194Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ net.jini --- [2023-09-08T19:46:11.194Z] [INFO] [2023-09-08T19:46:11.194Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ net.jini --- [2023-09-08T19:46:11.194Z] [INFO] Gathering sources archives [2023-09-08T19:46:11.194Z] [INFO] Configured Artifact: net.jini:jini-core:sources:2.1:jar [2023-09-08T19:46:11.194Z] [WARNING] Unable to resolve source jar; skipping Eclipse IP information [2023-09-08T19:46:11.194Z] [INFO] Refreshing about files and about.html [2023-09-08T19:46:11.194Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/jini/net.jini_2.1.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:46:11.194Z] [INFO] [2023-09-08T19:46:11.194Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ net.jini --- [2023-09-08T19:46:11.194Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/jini/net.jini_2.1.0/target/net.jini-2.1.0-SNAPSHOT.jar [2023-09-08T19:46:13.087Z] [INFO] [2023-09-08T19:46:13.087Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ net.jini --- [2023-09-08T19:46:13.342Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:net.jini:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/jini/net.jini_2.1.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:46:13.342Z] no-classifier: different [2023-09-08T19:46:13.342Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:46:13.342Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:46:13.342Z] [2023-09-08T19:46:13.342Z] [INFO] MavenProject: org.eclipse.orbit.bundles:net.jini:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/jini/net.jini_2.1.0/pom.xml [2023-09-08T19:46:13.342Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:46:13.342Z] [2023-09-08T19:46:13.342Z] [INFO] [2023-09-08T19:46:13.342Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ net.jini --- [2023-09-08T19:46:13.342Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jini/net.jini_2.1.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/net.jini/2.1.0-SNAPSHOT/net.jini-2.1.0-SNAPSHOT.pom [2023-09-08T19:46:13.342Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jini/net.jini_2.1.0/target/net.jini-2.1.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/net.jini/2.1.0-SNAPSHOT/net.jini-2.1.0-SNAPSHOT.jar [2023-09-08T19:46:13.342Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jini/net.jini_2.1.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/net.jini/2.1.0-SNAPSHOT/net.jini-2.1.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:46:13.342Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jini/net.jini_2.1.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/net.jini/2.1.0-SNAPSHOT/net.jini-2.1.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:46:13.342Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jini/net.jini_2.1.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/net.jini/2.1.0-SNAPSHOT/net.jini-2.1.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:46:13.342Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jini/net.jini_2.1.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/net.jini/2.1.0-SNAPSHOT/net.jini-2.1.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:46:13.342Z] [INFO] [2023-09-08T19:46:13.342Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ net.jini --- [2023-09-08T19:46:13.342Z] [INFO] [2023-09-08T19:46:13.342Z] [INFO] ----------------< org.eclipse.orbit.bundles:jna-parent >---------------- [2023-09-08T19:46:13.342Z] [INFO] Building Eclipse Orbit :: JNA Recipes 1.0.0-SNAPSHOT [307/375] [2023-09-08T19:46:13.342Z] [INFO] --------------------------------[ pom ]--------------------------------- [2023-09-08T19:46:13.342Z] [INFO] [2023-09-08T19:46:13.342Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jna-parent --- [2023-09-08T19:46:13.342Z] [INFO] [2023-09-08T19:46:13.342Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ jna-parent --- [2023-09-08T19:46:13.342Z] [INFO] [2023-09-08T19:46:13.342Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ jna-parent --- [2023-09-08T19:46:13.342Z] [INFO] [2023-09-08T19:46:13.342Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ jna-parent --- [2023-09-08T19:46:13.342Z] [INFO] [2023-09-08T19:46:13.342Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ jna-parent --- [2023-09-08T19:46:13.342Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jna/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/jna-parent/1.0.0-SNAPSHOT/jna-parent-1.0.0-SNAPSHOT.pom [2023-09-08T19:46:13.342Z] [INFO] [2023-09-08T19:46:13.342Z] [INFO] ---------------< org.eclipse.orbit.bundles:com.sun.jna >---------------- [2023-09-08T19:46:13.342Z] [INFO] Building Java Native Access 4.1.0-SNAPSHOT [308/375] [2023-09-08T19:46:13.342Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:46:13.342Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/net/java/dev/jna/jna/4.1.0/jna-4.1.0.pom [2023-09-08T19:46:13.342Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/4.1.0/jna-4.1.0.pom [2023-09-08T19:46:13.342Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/4.1.0/jna-4.1.0.pom (1.3 kB at 98 kB/s) [2023-09-08T19:46:13.342Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/net/java/dev/jna/jna/4.1.0/jna-4.1.0.jar [2023-09-08T19:46:13.342Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/4.1.0/jna-4.1.0.jar [2023-09-08T19:46:13.342Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/4.1.0/jna-4.1.0.jar (915 kB at 46 MB/s) [2023-09-08T19:46:13.342Z] [INFO] [2023-09-08T19:46:13.342Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.sun.jna --- [2023-09-08T19:46:13.342Z] [INFO] [2023-09-08T19:46:13.342Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.sun.jna --- [2023-09-08T19:46:13.342Z] [INFO] The project's OSGi version is 4.1.0.v20210503-0343 [2023-09-08T19:46:13.342Z] [INFO] [2023-09-08T19:46:13.342Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.sun.jna --- [2023-09-08T19:46:13.342Z] [INFO] [2023-09-08T19:46:13.342Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.sun.jna --- [2023-09-08T19:46:13.342Z] [INFO] Copying 3 resources [2023-09-08T19:46:13.342Z] [INFO] [2023-09-08T19:46:13.342Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.sun.jna --- [2023-09-08T19:46:13.342Z] [INFO] No sources to compile [2023-09-08T19:46:13.342Z] [INFO] [2023-09-08T19:46:13.342Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.sun.jna --- [2023-09-08T19:46:13.342Z] [INFO] Gathering dependencies [2023-09-08T19:46:13.342Z] [INFO] Configured Artifact: net.java.dev.jna:jna:4.1.0:jar [2023-09-08T19:46:13.342Z] [INFO] Unpacking /home/vnc/.m2/repository/net/java/dev/jna/jna/4.1.0/jna-4.1.0.jar to /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_4.1.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:46:13.342Z] [INFO] Merging collected dependencies [2023-09-08T19:46:13.342Z] [INFO] Copying 120 resources [2023-09-08T19:46:13.342Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:46:13.342Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_4.1.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:46:13.342Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_4.1.0/target/com.sun.jna-4.1.0-SNAPSHOT.jar [2023-09-08T19:46:13.598Z] [INFO] Gathering sources [2023-09-08T19:46:13.598Z] [INFO] Configured Artifact: net.java.dev.jna:jna:sources:4.1.0:jar [2023-09-08T19:46:13.598Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/net/java/dev/jna/jna/4.1.0/jna-4.1.0-sources.jar [2023-09-08T19:46:13.598Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/4.1.0/jna-4.1.0-sources.jar [2023-09-08T19:46:13.598Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/4.1.0/jna-4.1.0-sources.jar (135 kB at 9.7 MB/s) [2023-09-08T19:46:13.599Z] [INFO] Unpacking /home/vnc/.m2/repository/net/java/dev/jna/jna/4.1.0/jna-4.1.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_4.1.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:46:13.599Z] [INFO] Copying 3 resources [2023-09-08T19:46:13.599Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_4.1.0/src/main/java [2023-09-08T19:46:13.599Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_4.1.0/target/com.sun.jna-4.1.0-SNAPSHOT-sources.jar [2023-09-08T19:46:13.599Z] [INFO] Assembling p2 repository [2023-09-08T19:46:14.159Z] [INFO] [2023-09-08T19:46:14.159Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.sun.jna --- [2023-09-08T19:46:14.159Z] [INFO] [2023-09-08T19:46:14.159Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.sun.jna --- [2023-09-08T19:46:14.159Z] [INFO] Gathering sources archives [2023-09-08T19:46:14.159Z] [INFO] Configured Artifact: net.java.dev.jna:jna:sources:4.1.0:jar [2023-09-08T19:46:14.159Z] [INFO] Unpacking /home/vnc/.m2/repository/net/java/dev/jna/jna/4.1.0/jna-4.1.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_4.1.0/target/sources-for-eclipse-ipzilla/jna-4.1.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:46:14.159Z] [INFO] Configured Artifact: net.java.dev.jna:jna:sources:4.1.0:jar [2023-09-08T19:46:14.159Z] [INFO] Copying jna-4.1.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_4.1.0/target/sources-for-eclipse-ipzilla/jna-4.1.0-sources.jar [2023-09-08T19:46:14.159Z] [INFO] Refreshing about files and about.html [2023-09-08T19:46:14.159Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_4.1.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:46:14.159Z] [INFO] [2023-09-08T19:46:14.159Z] [INFO] --- maven-antrun-plugin:3.1.0:run (sign-jnilibs) @ com.sun.jna --- [2023-09-08T19:46:14.159Z] [INFO] Executing tasks [2023-09-08T19:46:14.415Z] [INFO] [exec] Signing jnilibs in /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_4.1.0/target/com.sun.jna-4.1.0-SNAPSHOT.jar [2023-09-08T19:46:14.416Z] [INFO] [exec] + JAR=/home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_4.1.0/target/com.sun.jna-4.1.0-SNAPSHOT.jar [2023-09-08T19:46:14.416Z] [INFO] [exec] + echo 'Signing jnilibs in /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_4.1.0/target/com.sun.jna-4.1.0-SNAPSHOT.jar' [2023-09-08T19:46:14.416Z] [INFO] [exec] + mkdir -p sign-jnilibs [2023-09-08T19:46:14.416Z] [INFO] [exec] + cd sign-jnilibs [2023-09-08T19:46:14.416Z] [INFO] [exec] + jar --extract --file=/home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_4.1.0/target/com.sun.jna-4.1.0-SNAPSHOT.jar [2023-09-08T19:46:14.672Z] [INFO] [exec] ++ find META-INF OSGI-INF about.html about_files com -name '*.jnilib' [2023-09-08T19:46:14.672Z] [INFO] [exec] + for j in `find * -name \*\.jnilib` [2023-09-08T19:46:14.672Z] [INFO] [exec] + mv com/sun/jna/darwin/libjnidispatch.jnilib com/sun/jna/darwin/libjnidispatch.jnilib-tosign [2023-09-08T19:46:14.672Z] [INFO] [exec] + curl -o com/sun/jna/darwin/libjnidispatch.jnilib -F file=@com/sun/jna/darwin/libjnidispatch.jnilib-tosign https://cbi.eclipse.org/macos/codesign/sign [2023-09-08T19:46:14.672Z] [INFO] [exec] % Total % Received % Xferd Average Speed Time Time Time Current [2023-09-08T19:46:14.672Z] [INFO] [exec] Dload Upload Total Spent Left Speed [2023-09-08T19:46:14.672Z] [INFO] [exec] [2023-09-08T19:46:14.927Z] [INFO] [exec] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 586k 100 320k 100 265k 826k 684k --:--:-- --:--:-- --:--:-- 1510k+ rm com/sun/jna/darwin/libjnidispatch.jnilib-tosign [2023-09-08T19:46:14.927Z] [INFO] [exec] + jar --update --file=/home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_4.1.0/target/com.sun.jna-4.1.0-SNAPSHOT.jar com/sun/jna/darwin/libjnidispatch.jnilib [2023-09-08T19:46:15.182Z] [INFO] Executed tasks [2023-09-08T19:46:15.182Z] [INFO] [2023-09-08T19:46:15.182Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ com.sun.jna --- [2023-09-08T19:46:15.438Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_4.1.0/target/com.sun.jna-4.1.0-SNAPSHOT.jar [2023-09-08T19:46:16.805Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_4.1.0/target/com.sun.jna-4.1.0-SNAPSHOT-sources.jar [2023-09-08T19:46:17.368Z] [INFO] [2023-09-08T19:46:17.368Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.sun.jna --- [2023-09-08T19:46:17.624Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:com.sun.jna:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_4.1.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:46:17.624Z] no-classifier: different [2023-09-08T19:46:17.624Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:46:17.624Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:46:17.624Z] com/sun/jna/darwin/libjnidispatch.jnilib: different [2023-09-08T19:46:17.624Z] classifier-sources: different [2023-09-08T19:46:17.624Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:46:17.624Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:46:17.624Z] [2023-09-08T19:46:17.624Z] [INFO] MavenProject: org.eclipse.orbit.bundles:com.sun.jna:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_4.1.0/pom.xml [2023-09-08T19:46:17.624Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:46:17.624Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:46:17.624Z] [2023-09-08T19:46:17.624Z] [INFO] [2023-09-08T19:46:17.624Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ com.sun.jna --- [2023-09-08T19:46:17.624Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_4.1.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.sun.jna/4.1.0-SNAPSHOT/com.sun.jna-4.1.0-SNAPSHOT.pom [2023-09-08T19:46:17.624Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_4.1.0/target/com.sun.jna-4.1.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.sun.jna/4.1.0-SNAPSHOT/com.sun.jna-4.1.0-SNAPSHOT.jar [2023-09-08T19:46:17.624Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_4.1.0/target/com.sun.jna-4.1.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.sun.jna/4.1.0-SNAPSHOT/com.sun.jna-4.1.0-SNAPSHOT-sources.jar [2023-09-08T19:46:17.624Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_4.1.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.sun.jna/4.1.0-SNAPSHOT/com.sun.jna-4.1.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:46:17.624Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_4.1.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.sun.jna/4.1.0-SNAPSHOT/com.sun.jna-4.1.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:46:17.624Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_4.1.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.sun.jna/4.1.0-SNAPSHOT/com.sun.jna-4.1.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:46:17.624Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_4.1.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.sun.jna/4.1.0-SNAPSHOT/com.sun.jna-4.1.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:46:17.624Z] [INFO] [2023-09-08T19:46:17.624Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.sun.jna --- [2023-09-08T19:46:17.624Z] [INFO] [2023-09-08T19:46:17.624Z] [INFO] -----------< org.eclipse.orbit.bundles:com.sun.jna.platform >----------- [2023-09-08T19:46:17.624Z] [INFO] Building Java Native Access Platform 4.1.0-SNAPSHOT [309/375] [2023-09-08T19:46:17.624Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:46:17.624Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/net/java/dev/jna/jna-platform/4.1.0/jna-platform-4.1.0.pom [2023-09-08T19:46:17.624Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/4.1.0/jna-platform-4.1.0.pom [2023-09-08T19:46:17.880Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/4.1.0/jna-platform-4.1.0.pom (1.5 kB at 115 kB/s) [2023-09-08T19:46:17.880Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/net/java/dev/jna/jna-platform/4.1.0/jna-platform-4.1.0.jar [2023-09-08T19:46:17.880Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/4.1.0/jna-platform-4.1.0.jar [2023-09-08T19:46:17.880Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/4.1.0/jna-platform-4.1.0.jar (1.5 MB at 46 MB/s) [2023-09-08T19:46:17.880Z] [INFO] [2023-09-08T19:46:17.880Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.sun.jna.platform --- [2023-09-08T19:46:17.880Z] [INFO] [2023-09-08T19:46:17.880Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.sun.jna.platform --- [2023-09-08T19:46:17.880Z] [INFO] The project's OSGi version is 4.1.0.v20170410-1117 [2023-09-08T19:46:17.880Z] [INFO] [2023-09-08T19:46:17.880Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.sun.jna.platform --- [2023-09-08T19:46:17.880Z] [INFO] [2023-09-08T19:46:17.880Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.sun.jna.platform --- [2023-09-08T19:46:17.880Z] [INFO] Copying 3 resources [2023-09-08T19:46:17.880Z] [INFO] [2023-09-08T19:46:17.881Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.sun.jna.platform --- [2023-09-08T19:46:17.881Z] [INFO] No sources to compile [2023-09-08T19:46:17.881Z] [INFO] [2023-09-08T19:46:17.881Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.sun.jna.platform --- [2023-09-08T19:46:17.881Z] [INFO] Gathering dependencies [2023-09-08T19:46:17.881Z] [INFO] Configured Artifact: net.java.dev.jna:jna-platform:4.1.0:jar [2023-09-08T19:46:17.881Z] [INFO] Unpacking /home/vnc/.m2/repository/net/java/dev/jna/jna-platform/4.1.0/jna-platform-4.1.0.jar to /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna.platform_4.1.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:46:17.881Z] [INFO] Merging collected dependencies [2023-09-08T19:46:17.881Z] [INFO] Copying 658 resources [2023-09-08T19:46:17.881Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:46:18.137Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna.platform_4.1.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:46:18.137Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna.platform_4.1.0/target/com.sun.jna.platform-4.1.0-SNAPSHOT.jar [2023-09-08T19:46:18.137Z] [INFO] Gathering sources [2023-09-08T19:46:18.137Z] [INFO] Configured Artifact: net.java.dev.jna:jna-platform:sources:4.1.0:jar [2023-09-08T19:46:18.137Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/net/java/dev/jna/jna-platform/4.1.0/jna-platform-4.1.0-sources.jar [2023-09-08T19:46:18.137Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/4.1.0/jna-platform-4.1.0-sources.jar [2023-09-08T19:46:18.137Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/4.1.0/jna-platform-4.1.0-sources.jar (539 kB at 30 MB/s) [2023-09-08T19:46:18.137Z] [INFO] Unpacking /home/vnc/.m2/repository/net/java/dev/jna/jna-platform/4.1.0/jna-platform-4.1.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna.platform_4.1.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:46:18.137Z] [INFO] Copying 3 resources [2023-09-08T19:46:18.137Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna.platform_4.1.0/src/main/java [2023-09-08T19:46:18.137Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna.platform_4.1.0/target/com.sun.jna.platform-4.1.0-SNAPSHOT-sources.jar [2023-09-08T19:46:18.392Z] [INFO] Assembling p2 repository [2023-09-08T19:46:18.957Z] [INFO] [2023-09-08T19:46:18.957Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.sun.jna.platform --- [2023-09-08T19:46:18.958Z] [INFO] [2023-09-08T19:46:18.958Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.sun.jna.platform --- [2023-09-08T19:46:18.958Z] [INFO] Gathering sources archives [2023-09-08T19:46:18.958Z] [INFO] Configured Artifact: net.java.dev.jna:jna-platform:sources:4.1.0:jar [2023-09-08T19:46:18.958Z] [INFO] Unpacking /home/vnc/.m2/repository/net/java/dev/jna/jna-platform/4.1.0/jna-platform-4.1.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna.platform_4.1.0/target/sources-for-eclipse-ipzilla/jna-platform-4.1.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:46:18.958Z] [INFO] Configured Artifact: net.java.dev.jna:jna-platform:sources:4.1.0:jar [2023-09-08T19:46:18.958Z] [INFO] Copying jna-platform-4.1.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna.platform_4.1.0/target/sources-for-eclipse-ipzilla/jna-platform-4.1.0-sources.jar [2023-09-08T19:46:18.958Z] [INFO] Refreshing about files and about.html [2023-09-08T19:46:18.958Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna.platform_4.1.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:46:18.958Z] [INFO] [2023-09-08T19:46:18.958Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ com.sun.jna.platform --- [2023-09-08T19:46:18.958Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna.platform_4.1.0/target/com.sun.jna.platform-4.1.0-SNAPSHOT.jar [2023-09-08T19:46:20.326Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna.platform_4.1.0/target/com.sun.jna.platform-4.1.0-SNAPSHOT-sources.jar [2023-09-08T19:46:22.218Z] [INFO] [2023-09-08T19:46:22.218Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.sun.jna.platform --- [2023-09-08T19:46:22.474Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:com.sun.jna.platform:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna.platform_4.1.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:46:22.474Z] no-classifier: different [2023-09-08T19:46:22.474Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:46:22.474Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:46:22.474Z] META-INF/MANIFEST.MF: different [2023-09-08T19:46:22.474Z] Automatic-Module-Name: not present in baseline version [2023-09-08T19:46:22.474Z] Export-Package: baseline='com.sun.jna.platform;version="4.1.0";uses:="javax.swing",com.sun.jna.platform.dnd;version="4.1.0";uses:="javax.swing",com.sun.jna.platform.mac;version="4.1.0";uses:="com.sun.jna,com.sun.jna.platform,com.sun.jna.ptr",com.sun.jna.platform.unix;version="4.1.0";uses:="com.sun.jna,com.sun.jna.ptr",com.sun.jna.platform.win32;version="4.1.0";uses:="com.sun.jna,com.sun.jna.platform,com.sun.jna.platform.win32.COM,com.sun.jna.ptr,com.sun.jna.win32",com.sun.jna.platform.win32.COM;version="4.1.0";uses:="com.sun.jna,com.sun.jna.platform.win32,com.sun.jna.ptr",com.sun.jna.platform.win32.COM.tlb;version="4.1.0";uses:="com.sun.jna.platform.win32.COM.tlb.imp",com.sun.jna.platform.win32.COM.tlb.imp;version="4.1.0";uses:="com.sun.jna.platform.win32,com.sun.jna.platform.win32.COM",com.sun.jna.platform.wince;version="4.1.0";uses:="com.sun.jna.platform.win32"' != reactor='com.sun.jna.platform;version="4.1.0";uses:="javax.swing",com.sun.jna.platform.dnd;version="4.1.0";uses:="javax.swing",com.sun.jna.platform.mac;version="4.1.0";uses:="com.sun.jna.platform",com.sun.jna.platform.unix;version="4.1.0",com.sun.jna.platform.win32;version="4.1.0";uses:="com.sun.jna.platform,com.sun.jna.platform.win32.COM",com.sun.jna.platform.win32.COM;version="4.1.0";uses:="com.sun.jna.platform.win32",com.sun.jna.platform.win32.COM.tlb;version="4.1.0";uses:="com.sun.jna.platform.win32.COM.tlb.imp",com.sun.jna.platform.win32.COM.tlb.imp;version="4.1.0";uses:="com.sun.jna.platform.win32,com.sun.jna.platform.win32.COM",com.sun.jna.platform.wince;version="4.1.0";uses:="com.sun.jna.platform.win32"' [2023-09-08T19:46:22.474Z] Import-Package: baseline='com.sun.jna;version="[4.1.0,4.2)",com.sun.jna.platform;version="[4.1.0,4.2)",com.sun.jna.platform.mac;version="[4.1.0,4.2)",com.sun.jna.platform.unix;version="[4.1.0,4.2)",com.sun.jna.platform.win32;version="[4.1.0,4.2)",com.sun.jna.platform.win32.COM;version="[4.1.0,4.2)",com.sun.jna.platform.win32.COM.tlb.imp;version="[4.1.0,4.2)",com.sun.jna.ptr;version="[4.1.0,4.2)",com.sun.jna.win32;version="[4.1.0,4.2)",javax.swing;resolution:=optional,javax.swing.text;resolution:=optional' != reactor='com.sun.jna.platform;version="[4.1.0,4.2)",com.sun.jna.platform.mac;version="[4.1.0,4.2)",com.sun.jna.platform.unix;version="[4.1.0,4.2)",com.sun.jna.platform.win32;version="[4.1.0,4.2)",com.sun.jna.platform.win32.COM;version="[4.1.0,4.2)",com.sun.jna.platform.win32.COM.tlb.imp;version="[4.1.0,4.2)",javax.swing;resolution:=optional,javax.swing.text;resolution:=optional' [2023-09-08T19:46:22.475Z] classifier-sources: different [2023-09-08T19:46:22.475Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:46:22.475Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:46:22.475Z] [2023-09-08T19:46:22.475Z] [INFO] MavenProject: org.eclipse.orbit.bundles:com.sun.jna.platform:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna.platform_4.1.0/pom.xml [2023-09-08T19:46:22.475Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:46:22.475Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:46:22.475Z] [2023-09-08T19:46:22.475Z] [INFO] [2023-09-08T19:46:22.475Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ com.sun.jna.platform --- [2023-09-08T19:46:22.475Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna.platform_4.1.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.sun.jna.platform/4.1.0-SNAPSHOT/com.sun.jna.platform-4.1.0-SNAPSHOT.pom [2023-09-08T19:46:22.475Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna.platform_4.1.0/target/com.sun.jna.platform-4.1.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.sun.jna.platform/4.1.0-SNAPSHOT/com.sun.jna.platform-4.1.0-SNAPSHOT.jar [2023-09-08T19:46:22.475Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna.platform_4.1.0/target/com.sun.jna.platform-4.1.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.sun.jna.platform/4.1.0-SNAPSHOT/com.sun.jna.platform-4.1.0-SNAPSHOT-sources.jar [2023-09-08T19:46:22.475Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna.platform_4.1.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.sun.jna.platform/4.1.0-SNAPSHOT/com.sun.jna.platform-4.1.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:46:22.475Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna.platform_4.1.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.sun.jna.platform/4.1.0-SNAPSHOT/com.sun.jna.platform-4.1.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:46:22.475Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna.platform_4.1.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.sun.jna.platform/4.1.0-SNAPSHOT/com.sun.jna.platform-4.1.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:46:22.475Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna.platform_4.1.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.sun.jna.platform/4.1.0-SNAPSHOT/com.sun.jna.platform-4.1.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:46:22.475Z] [INFO] [2023-09-08T19:46:22.475Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.sun.jna.platform --- [2023-09-08T19:46:22.475Z] [INFO] [2023-09-08T19:46:22.475Z] [INFO] ---------------< org.eclipse.orbit.bundles:com.sun.jna >---------------- [2023-09-08T19:46:22.475Z] [INFO] Building Java Native Access 4.5.1-SNAPSHOT [310/375] [2023-09-08T19:46:22.475Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:46:22.475Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/net/java/dev/jna/jna/4.5.1/jna-4.5.1.pom [2023-09-08T19:46:22.475Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/4.5.1/jna-4.5.1.pom [2023-09-08T19:46:22.475Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/4.5.1/jna-4.5.1.pom (1.6 kB at 132 kB/s) [2023-09-08T19:46:22.475Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/net/java/dev/jna/jna/4.5.1/jna-4.5.1.jar [2023-09-08T19:46:22.475Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/4.5.1/jna-4.5.1.jar [2023-09-08T19:46:22.475Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/4.5.1/jna-4.5.1.jar (1.4 MB at 38 MB/s) [2023-09-08T19:46:22.475Z] [INFO] [2023-09-08T19:46:22.475Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.sun.jna --- [2023-09-08T19:46:22.475Z] [INFO] [2023-09-08T19:46:22.475Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.sun.jna --- [2023-09-08T19:46:22.475Z] [INFO] The project's OSGi version is 4.5.1.v20210503-0343 [2023-09-08T19:46:22.475Z] [INFO] [2023-09-08T19:46:22.475Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.sun.jna --- [2023-09-08T19:46:22.475Z] [INFO] [2023-09-08T19:46:22.475Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.sun.jna --- [2023-09-08T19:46:22.475Z] [INFO] Copying 3 resources [2023-09-08T19:46:22.475Z] [INFO] [2023-09-08T19:46:22.475Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.sun.jna --- [2023-09-08T19:46:22.475Z] [INFO] No sources to compile [2023-09-08T19:46:22.475Z] [INFO] [2023-09-08T19:46:22.475Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.sun.jna --- [2023-09-08T19:46:22.475Z] [INFO] Gathering dependencies [2023-09-08T19:46:22.475Z] [INFO] Configured Artifact: net.java.dev.jna:jna:4.5.1:jar [2023-09-08T19:46:22.475Z] [INFO] Unpacking /home/vnc/.m2/repository/net/java/dev/jna/jna/4.5.1/jna-4.5.1.jar to /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_4.5.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:46:22.731Z] [INFO] Merging collected dependencies [2023-09-08T19:46:22.731Z] [INFO] Copying 129 resources [2023-09-08T19:46:22.731Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:46:22.731Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_4.5.1/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:46:22.731Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_4.5.1/target/com.sun.jna-4.5.1-SNAPSHOT.jar [2023-09-08T19:46:22.731Z] [INFO] Gathering sources [2023-09-08T19:46:22.731Z] [INFO] Configured Artifact: net.java.dev.jna:jna:sources:4.5.1:jar [2023-09-08T19:46:22.731Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/net/java/dev/jna/jna/4.5.1/jna-4.5.1-sources.jar [2023-09-08T19:46:22.731Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/4.5.1/jna-4.5.1-sources.jar [2023-09-08T19:46:22.987Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/4.5.1/jna-4.5.1-sources.jar (147 kB at 9.8 MB/s) [2023-09-08T19:46:22.987Z] [INFO] Unpacking /home/vnc/.m2/repository/net/java/dev/jna/jna/4.5.1/jna-4.5.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_4.5.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:46:22.987Z] [INFO] Copying 3 resources [2023-09-08T19:46:22.987Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_4.5.1/src/main/java [2023-09-08T19:46:22.987Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_4.5.1/target/com.sun.jna-4.5.1-SNAPSHOT-sources.jar [2023-09-08T19:46:22.987Z] [INFO] Assembling p2 repository [2023-09-08T19:46:23.550Z] [INFO] [2023-09-08T19:46:23.550Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.sun.jna --- [2023-09-08T19:46:23.550Z] [INFO] [2023-09-08T19:46:23.550Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.sun.jna --- [2023-09-08T19:46:23.550Z] [INFO] Gathering sources archives [2023-09-08T19:46:23.550Z] [INFO] Configured Artifact: net.java.dev.jna:jna:sources:4.5.1:jar [2023-09-08T19:46:23.550Z] [INFO] Unpacking /home/vnc/.m2/repository/net/java/dev/jna/jna/4.5.1/jna-4.5.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_4.5.1/target/sources-for-eclipse-ipzilla/jna-4.5.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:46:23.550Z] [INFO] Configured Artifact: net.java.dev.jna:jna:sources:4.5.1:jar [2023-09-08T19:46:23.550Z] [INFO] Copying jna-4.5.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_4.5.1/target/sources-for-eclipse-ipzilla/jna-4.5.1-sources.jar [2023-09-08T19:46:23.550Z] [INFO] Refreshing about files and about.html [2023-09-08T19:46:23.550Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_4.5.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:46:23.550Z] [INFO] [2023-09-08T19:46:23.550Z] [INFO] --- maven-antrun-plugin:3.1.0:run (sign-jnilibs) @ com.sun.jna --- [2023-09-08T19:46:23.550Z] [INFO] Executing tasks [2023-09-08T19:46:23.808Z] [INFO] [exec] + JAR=/home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_4.5.1/target/com.sun.jna-4.5.1-SNAPSHOT.jar [2023-09-08T19:46:23.808Z] [INFO] [exec] + echo 'Signing jnilibs in /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_4.5.1/target/com.sun.jna-4.5.1-SNAPSHOT.jar' [2023-09-08T19:46:23.808Z] [INFO] [exec] + mkdir -p sign-jnilibs [2023-09-08T19:46:23.808Z] [INFO] [exec] + cd sign-jnilibs [2023-09-08T19:46:23.808Z] [INFO] [exec] + jar --extract --file=/home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_4.5.1/target/com.sun.jna-4.5.1-SNAPSHOT.jar [2023-09-08T19:46:23.808Z] [INFO] [exec] Signing jnilibs in /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_4.5.1/target/com.sun.jna-4.5.1-SNAPSHOT.jar [2023-09-08T19:46:23.808Z] [INFO] [exec] ++ find META-INF OSGI-INF about.html about_files com -name '*.jnilib' [2023-09-08T19:46:23.808Z] [INFO] [exec] + for j in `find * -name \*\.jnilib` [2023-09-08T19:46:23.808Z] [INFO] [exec] + mv com/sun/jna/darwin/libjnidispatch.jnilib com/sun/jna/darwin/libjnidispatch.jnilib-tosign [2023-09-08T19:46:23.808Z] [INFO] [exec] + curl -o com/sun/jna/darwin/libjnidispatch.jnilib -F file=@com/sun/jna/darwin/libjnidispatch.jnilib-tosign https://cbi.eclipse.org/macos/codesign/sign [2023-09-08T19:46:23.808Z] [INFO] [exec] % Total % Received % Xferd Average Speed Time Time Time Current [2023-09-08T19:46:23.808Z] [INFO] [exec] Dload Upload Total Spent Left Speed [2023-09-08T19:46:23.808Z] [INFO] [exec] [2023-09-08T19:46:24.369Z] [INFO] [exec] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 409k 100 232k 100 176k 758k 578k --:--:-- --:--:-- --:--:-- 1336k+ rm com/sun/jna/darwin/libjnidispatch.jnilib-tosign [2023-09-08T19:46:24.369Z] [INFO] [exec] + jar --update --file=/home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_4.5.1/target/com.sun.jna-4.5.1-SNAPSHOT.jar com/sun/jna/darwin/libjnidispatch.jnilib [2023-09-08T19:46:24.369Z] [INFO] Executed tasks [2023-09-08T19:46:24.369Z] [INFO] [2023-09-08T19:46:24.369Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ com.sun.jna --- [2023-09-08T19:46:24.624Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_4.5.1/target/com.sun.jna-4.5.1-SNAPSHOT.jar [2023-09-08T19:46:25.990Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_4.5.1/target/com.sun.jna-4.5.1-SNAPSHOT-sources.jar [2023-09-08T19:46:26.917Z] [INFO] [2023-09-08T19:46:26.917Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.sun.jna --- [2023-09-08T19:46:27.172Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:com.sun.jna:4.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_4.5.1/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:46:27.172Z] no-classifier: different [2023-09-08T19:46:27.172Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:46:27.172Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:46:27.172Z] com/sun/jna/darwin/libjnidispatch.jnilib: different [2023-09-08T19:46:27.172Z] classifier-sources: different [2023-09-08T19:46:27.172Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:46:27.172Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:46:27.172Z] [2023-09-08T19:46:27.172Z] [INFO] MavenProject: org.eclipse.orbit.bundles:com.sun.jna:4.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_4.5.1/pom.xml [2023-09-08T19:46:27.172Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:46:27.172Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:46:27.172Z] [2023-09-08T19:46:27.172Z] [INFO] [2023-09-08T19:46:27.172Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ com.sun.jna --- [2023-09-08T19:46:27.172Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_4.5.1/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.sun.jna/4.5.1-SNAPSHOT/com.sun.jna-4.5.1-SNAPSHOT.pom [2023-09-08T19:46:27.172Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_4.5.1/target/com.sun.jna-4.5.1-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.sun.jna/4.5.1-SNAPSHOT/com.sun.jna-4.5.1-SNAPSHOT.jar [2023-09-08T19:46:27.173Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_4.5.1/target/com.sun.jna-4.5.1-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.sun.jna/4.5.1-SNAPSHOT/com.sun.jna-4.5.1-SNAPSHOT-sources.jar [2023-09-08T19:46:27.173Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_4.5.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.sun.jna/4.5.1-SNAPSHOT/com.sun.jna-4.5.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:46:27.173Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_4.5.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.sun.jna/4.5.1-SNAPSHOT/com.sun.jna-4.5.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:46:27.173Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_4.5.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.sun.jna/4.5.1-SNAPSHOT/com.sun.jna-4.5.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:46:27.173Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_4.5.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.sun.jna/4.5.1-SNAPSHOT/com.sun.jna-4.5.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:46:27.173Z] [INFO] [2023-09-08T19:46:27.173Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.sun.jna --- [2023-09-08T19:46:27.173Z] [INFO] [2023-09-08T19:46:27.173Z] [INFO] -----------< org.eclipse.orbit.bundles:com.sun.jna.platform >----------- [2023-09-08T19:46:27.173Z] [INFO] Building Java Native Access Platform 4.5.1-SNAPSHOT [311/375] [2023-09-08T19:46:27.173Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:46:27.173Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/net/java/dev/jna/jna-platform/4.5.1/jna-platform-4.5.1.pom [2023-09-08T19:46:27.173Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/4.5.1/jna-platform-4.5.1.pom [2023-09-08T19:46:27.173Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/4.5.1/jna-platform-4.5.1.pom (1.8 kB at 138 kB/s) [2023-09-08T19:46:27.173Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/net/java/dev/jna/jna-platform/4.5.1/jna-platform-4.5.1.jar [2023-09-08T19:46:27.173Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/4.5.1/jna-platform-4.5.1.jar [2023-09-08T19:46:27.173Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/4.5.1/jna-platform-4.5.1.jar (2.3 MB at 75 MB/s) [2023-09-08T19:46:27.173Z] [INFO] [2023-09-08T19:46:27.173Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.sun.jna.platform --- [2023-09-08T19:46:27.173Z] [INFO] [2023-09-08T19:46:27.173Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.sun.jna.platform --- [2023-09-08T19:46:27.173Z] [INFO] The project's OSGi version is 4.5.1.v20221112-0806 [2023-09-08T19:46:27.173Z] [INFO] [2023-09-08T19:46:27.173Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.sun.jna.platform --- [2023-09-08T19:46:27.173Z] [INFO] [2023-09-08T19:46:27.173Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.sun.jna.platform --- [2023-09-08T19:46:27.173Z] [INFO] Copying 3 resources [2023-09-08T19:46:27.173Z] [INFO] [2023-09-08T19:46:27.173Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.sun.jna.platform --- [2023-09-08T19:46:27.173Z] [INFO] No sources to compile [2023-09-08T19:46:27.173Z] [INFO] [2023-09-08T19:46:27.173Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.sun.jna.platform --- [2023-09-08T19:46:27.173Z] [INFO] Gathering dependencies [2023-09-08T19:46:27.173Z] [INFO] Configured Artifact: net.java.dev.jna:jna-platform:4.5.1:jar [2023-09-08T19:46:27.173Z] [INFO] Unpacking /home/vnc/.m2/repository/net/java/dev/jna/jna-platform/4.5.1/jna-platform-4.5.1.jar to /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna.platform_4.5.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:46:27.428Z] [INFO] Merging collected dependencies [2023-09-08T19:46:27.428Z] [INFO] Copying 999 resources [2023-09-08T19:46:27.428Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:46:27.686Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna.platform_4.5.1/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:46:27.686Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna.platform_4.5.1/target/com.sun.jna.platform-4.5.1-SNAPSHOT.jar [2023-09-08T19:46:27.686Z] [INFO] Gathering sources [2023-09-08T19:46:27.686Z] [INFO] Configured Artifact: net.java.dev.jna:jna-platform:sources:4.5.1:jar [2023-09-08T19:46:27.686Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/net/java/dev/jna/jna-platform/4.5.1/jna-platform-4.5.1-sources.jar [2023-09-08T19:46:27.942Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/4.5.1/jna-platform-4.5.1-sources.jar [2023-09-08T19:46:27.942Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/4.5.1/jna-platform-4.5.1-sources.jar (901 kB at 26 MB/s) [2023-09-08T19:46:27.942Z] [INFO] Unpacking /home/vnc/.m2/repository/net/java/dev/jna/jna-platform/4.5.1/jna-platform-4.5.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna.platform_4.5.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:46:27.942Z] [INFO] Copying 3 resources [2023-09-08T19:46:27.942Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna.platform_4.5.1/src/main/java [2023-09-08T19:46:27.942Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna.platform_4.5.1/target/com.sun.jna.platform-4.5.1-SNAPSHOT-sources.jar [2023-09-08T19:46:27.942Z] [INFO] Assembling p2 repository [2023-09-08T19:46:28.504Z] [INFO] [2023-09-08T19:46:28.504Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.sun.jna.platform --- [2023-09-08T19:46:28.504Z] [INFO] [2023-09-08T19:46:28.504Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.sun.jna.platform --- [2023-09-08T19:46:28.504Z] [INFO] Gathering sources archives [2023-09-08T19:46:28.504Z] [INFO] Configured Artifact: net.java.dev.jna:jna-platform:sources:4.5.1:jar [2023-09-08T19:46:28.504Z] [INFO] Unpacking /home/vnc/.m2/repository/net/java/dev/jna/jna-platform/4.5.1/jna-platform-4.5.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna.platform_4.5.1/target/sources-for-eclipse-ipzilla/jna-platform-4.5.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:46:28.760Z] [INFO] Configured Artifact: net.java.dev.jna:jna-platform:sources:4.5.1:jar [2023-09-08T19:46:28.760Z] [INFO] Copying jna-platform-4.5.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna.platform_4.5.1/target/sources-for-eclipse-ipzilla/jna-platform-4.5.1-sources.jar [2023-09-08T19:46:28.760Z] [INFO] Refreshing about files and about.html [2023-09-08T19:46:28.760Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna.platform_4.5.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:46:28.760Z] [INFO] [2023-09-08T19:46:28.760Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ com.sun.jna.platform --- [2023-09-08T19:46:29.016Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna.platform_4.5.1/target/com.sun.jna.platform-4.5.1-SNAPSHOT.jar [2023-09-08T19:46:30.385Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna.platform_4.5.1/target/com.sun.jna.platform-4.5.1-SNAPSHOT-sources.jar [2023-09-08T19:46:31.754Z] [INFO] [2023-09-08T19:46:31.754Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.sun.jna.platform --- [2023-09-08T19:46:32.315Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:com.sun.jna.platform:4.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna.platform_4.5.1/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:46:32.315Z] no-classifier: different [2023-09-08T19:46:32.315Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:46:32.315Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:46:32.315Z] classifier-sources: different [2023-09-08T19:46:32.315Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:46:32.315Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:46:32.315Z] [2023-09-08T19:46:32.315Z] [INFO] MavenProject: org.eclipse.orbit.bundles:com.sun.jna.platform:4.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna.platform_4.5.1/pom.xml [2023-09-08T19:46:32.315Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:46:32.315Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:46:32.315Z] [2023-09-08T19:46:32.315Z] [INFO] [2023-09-08T19:46:32.315Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ com.sun.jna.platform --- [2023-09-08T19:46:32.315Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna.platform_4.5.1/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.sun.jna.platform/4.5.1-SNAPSHOT/com.sun.jna.platform-4.5.1-SNAPSHOT.pom [2023-09-08T19:46:32.315Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna.platform_4.5.1/target/com.sun.jna.platform-4.5.1-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.sun.jna.platform/4.5.1-SNAPSHOT/com.sun.jna.platform-4.5.1-SNAPSHOT.jar [2023-09-08T19:46:32.315Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna.platform_4.5.1/target/com.sun.jna.platform-4.5.1-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.sun.jna.platform/4.5.1-SNAPSHOT/com.sun.jna.platform-4.5.1-SNAPSHOT-sources.jar [2023-09-08T19:46:32.315Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna.platform_4.5.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.sun.jna.platform/4.5.1-SNAPSHOT/com.sun.jna.platform-4.5.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:46:32.315Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna.platform_4.5.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.sun.jna.platform/4.5.1-SNAPSHOT/com.sun.jna.platform-4.5.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:46:32.315Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna.platform_4.5.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.sun.jna.platform/4.5.1-SNAPSHOT/com.sun.jna.platform-4.5.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:46:32.316Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna.platform_4.5.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.sun.jna.platform/4.5.1-SNAPSHOT/com.sun.jna.platform-4.5.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:46:32.316Z] [INFO] [2023-09-08T19:46:32.316Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.sun.jna.platform --- [2023-09-08T19:46:32.316Z] [INFO] [2023-09-08T19:46:32.316Z] [INFO] ---------------< org.eclipse.orbit.bundles:com.sun.jna >---------------- [2023-09-08T19:46:32.316Z] [INFO] Building Java Native Access 5.6.0-SNAPSHOT [312/375] [2023-09-08T19:46:32.316Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:46:32.316Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/net/java/dev/jna/jna/5.6.0/jna-5.6.0.pom [2023-09-08T19:46:32.316Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/5.6.0/jna-5.6.0.pom [2023-09-08T19:46:32.316Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/5.6.0/jna-5.6.0.pom (1.6 kB at 132 kB/s) [2023-09-08T19:46:32.316Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/net/java/dev/jna/jna/5.6.0/jna-5.6.0.jar [2023-09-08T19:46:32.316Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/5.6.0/jna-5.6.0.jar [2023-09-08T19:46:32.316Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/5.6.0/jna-5.6.0.jar (1.5 MB at 60 MB/s) [2023-09-08T19:46:32.316Z] [INFO] [2023-09-08T19:46:32.316Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.sun.jna --- [2023-09-08T19:46:32.316Z] [INFO] [2023-09-08T19:46:32.316Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.sun.jna --- [2023-09-08T19:46:32.316Z] [INFO] The project's OSGi version is 5.6.0.v20210503-0343 [2023-09-08T19:46:32.316Z] [INFO] [2023-09-08T19:46:32.316Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.sun.jna --- [2023-09-08T19:46:32.316Z] [INFO] [2023-09-08T19:46:32.316Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.sun.jna --- [2023-09-08T19:46:32.316Z] [INFO] Copying 4 resources [2023-09-08T19:46:32.316Z] [INFO] [2023-09-08T19:46:32.316Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.sun.jna --- [2023-09-08T19:46:32.316Z] [INFO] No sources to compile [2023-09-08T19:46:32.316Z] [INFO] [2023-09-08T19:46:32.316Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.sun.jna --- [2023-09-08T19:46:32.316Z] [INFO] Gathering dependencies [2023-09-08T19:46:32.316Z] [INFO] Configured Artifact: net.java.dev.jna:jna:5.6.0:jar [2023-09-08T19:46:32.316Z] [INFO] Unpacking /home/vnc/.m2/repository/net/java/dev/jna/jna/5.6.0/jna-5.6.0.jar to /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_5.6.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:46:32.316Z] [INFO] Merging collected dependencies [2023-09-08T19:46:32.316Z] [INFO] Copying 141 resources [2023-09-08T19:46:32.316Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:46:32.316Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_5.6.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:46:32.316Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_5.6.0/target/com.sun.jna-5.6.0-SNAPSHOT.jar [2023-09-08T19:46:32.572Z] [INFO] Gathering sources [2023-09-08T19:46:32.572Z] [INFO] Configured Artifact: net.java.dev.jna:jna:sources:5.6.0:jar [2023-09-08T19:46:32.572Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/net/java/dev/jna/jna/5.6.0/jna-5.6.0-sources.jar [2023-09-08T19:46:32.572Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/5.6.0/jna-5.6.0-sources.jar [2023-09-08T19:46:32.572Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/5.6.0/jna-5.6.0-sources.jar (157 kB at 12 MB/s) [2023-09-08T19:46:32.572Z] [INFO] Unpacking /home/vnc/.m2/repository/net/java/dev/jna/jna/5.6.0/jna-5.6.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_5.6.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:46:32.572Z] [INFO] Copying 4 resources [2023-09-08T19:46:32.572Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_5.6.0/src/main/java [2023-09-08T19:46:32.572Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_5.6.0/target/com.sun.jna-5.6.0-SNAPSHOT-sources.jar [2023-09-08T19:46:32.572Z] [INFO] Assembling p2 repository [2023-09-08T19:46:33.502Z] [INFO] [2023-09-08T19:46:33.502Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.sun.jna --- [2023-09-08T19:46:33.502Z] [INFO] [2023-09-08T19:46:33.502Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.sun.jna --- [2023-09-08T19:46:33.502Z] [INFO] Gathering sources archives [2023-09-08T19:46:33.502Z] [INFO] Configured Artifact: net.java.dev.jna:jna:sources:5.6.0:jar [2023-09-08T19:46:33.502Z] [INFO] Unpacking /home/vnc/.m2/repository/net/java/dev/jna/jna/5.6.0/jna-5.6.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_5.6.0/target/sources-for-eclipse-ipzilla/jna-5.6.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:46:33.502Z] [INFO] Configured Artifact: net.java.dev.jna:jna:sources:5.6.0:jar [2023-09-08T19:46:33.502Z] [INFO] Copying jna-5.6.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_5.6.0/target/sources-for-eclipse-ipzilla/jna-5.6.0-sources.jar [2023-09-08T19:46:33.502Z] [INFO] Refreshing about files and about.html [2023-09-08T19:46:33.502Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_5.6.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:46:33.502Z] [INFO] [2023-09-08T19:46:33.502Z] [INFO] --- maven-antrun-plugin:3.1.0:run (sign-jnilibs) @ com.sun.jna --- [2023-09-08T19:46:33.502Z] [INFO] Executing tasks [2023-09-08T19:46:33.502Z] [INFO] [exec] + JAR=/home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_5.6.0/target/com.sun.jna-5.6.0-SNAPSHOT.jar [2023-09-08T19:46:33.502Z] [INFO] [exec] + echo 'Signing jnilibs in /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_5.6.0/target/com.sun.jna-5.6.0-SNAPSHOT.jar' [2023-09-08T19:46:33.502Z] [INFO] [exec] + mkdir -p sign-jnilibs [2023-09-08T19:46:33.502Z] [INFO] [exec] + cd sign-jnilibs [2023-09-08T19:46:33.502Z] [INFO] [exec] + jar --extract --file=/home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_5.6.0/target/com.sun.jna-5.6.0-SNAPSHOT.jar [2023-09-08T19:46:33.502Z] [INFO] [exec] Signing jnilibs in /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_5.6.0/target/com.sun.jna-5.6.0-SNAPSHOT.jar [2023-09-08T19:46:33.502Z] [INFO] [exec] ++ find META-INF OSGI-INF about.html about_files com -name '*.jnilib' [2023-09-08T19:46:33.502Z] [INFO] [exec] + for j in `find * -name \*\.jnilib` [2023-09-08T19:46:33.502Z] [INFO] [exec] + mv com/sun/jna/darwin/libjnidispatch.jnilib com/sun/jna/darwin/libjnidispatch.jnilib-tosign [2023-09-08T19:46:33.502Z] [INFO] [exec] + curl -o com/sun/jna/darwin/libjnidispatch.jnilib -F file=@com/sun/jna/darwin/libjnidispatch.jnilib-tosign https://cbi.eclipse.org/macos/codesign/sign [2023-09-08T19:46:33.502Z] [INFO] [exec] % Total % Received % Xferd Average Speed Time Time Time Current [2023-09-08T19:46:33.502Z] [INFO] [exec] Dload Upload Total Spent Left Speed [2023-09-08T19:46:33.502Z] [INFO] [exec] [2023-09-08T19:46:33.758Z] [INFO] [exec] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 392k 100 216k 100 176k 854k 699k --:--:-- --:--:-- --:--:-- 1553k+ rm com/sun/jna/darwin/libjnidispatch.jnilib-tosign [2023-09-08T19:46:33.758Z] [INFO] [exec] + jar --update --file=/home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_5.6.0/target/com.sun.jna-5.6.0-SNAPSHOT.jar com/sun/jna/darwin/libjnidispatch.jnilib [2023-09-08T19:46:34.014Z] [INFO] Executed tasks [2023-09-08T19:46:34.014Z] [INFO] [2023-09-08T19:46:34.014Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ com.sun.jna --- [2023-09-08T19:46:34.271Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_5.6.0/target/com.sun.jna-5.6.0-SNAPSHOT.jar [2023-09-08T19:46:36.792Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_5.6.0/target/com.sun.jna-5.6.0-SNAPSHOT-sources.jar [2023-09-08T19:46:38.159Z] [INFO] [2023-09-08T19:46:38.159Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.sun.jna --- [2023-09-08T19:46:38.159Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:com.sun.jna:5.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_5.6.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:46:38.159Z] no-classifier: different [2023-09-08T19:46:38.159Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:46:38.159Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:46:38.159Z] com/sun/jna/darwin/libjnidispatch.jnilib: different [2023-09-08T19:46:38.159Z] classifier-sources: different [2023-09-08T19:46:38.159Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:46:38.159Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:46:38.159Z] [2023-09-08T19:46:38.159Z] [INFO] MavenProject: org.eclipse.orbit.bundles:com.sun.jna:5.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_5.6.0/pom.xml [2023-09-08T19:46:38.159Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:46:38.159Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:46:38.159Z] [2023-09-08T19:46:38.159Z] [INFO] [2023-09-08T19:46:38.159Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ com.sun.jna --- [2023-09-08T19:46:38.159Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_5.6.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.sun.jna/5.6.0-SNAPSHOT/com.sun.jna-5.6.0-SNAPSHOT.pom [2023-09-08T19:46:38.159Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_5.6.0/target/com.sun.jna-5.6.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.sun.jna/5.6.0-SNAPSHOT/com.sun.jna-5.6.0-SNAPSHOT.jar [2023-09-08T19:46:38.159Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_5.6.0/target/com.sun.jna-5.6.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.sun.jna/5.6.0-SNAPSHOT/com.sun.jna-5.6.0-SNAPSHOT-sources.jar [2023-09-08T19:46:38.159Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_5.6.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.sun.jna/5.6.0-SNAPSHOT/com.sun.jna-5.6.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:46:38.159Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_5.6.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.sun.jna/5.6.0-SNAPSHOT/com.sun.jna-5.6.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:46:38.159Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_5.6.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.sun.jna/5.6.0-SNAPSHOT/com.sun.jna-5.6.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:46:38.159Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_5.6.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.sun.jna/5.6.0-SNAPSHOT/com.sun.jna-5.6.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:46:38.159Z] [INFO] [2023-09-08T19:46:38.159Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.sun.jna --- [2023-09-08T19:46:38.159Z] [INFO] [2023-09-08T19:46:38.159Z] [INFO] -----------< org.eclipse.orbit.bundles:com.sun.jna.platform >----------- [2023-09-08T19:46:38.159Z] [INFO] Building Java Native Access Platform 5.6.0-SNAPSHOT [313/375] [2023-09-08T19:46:38.159Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:46:38.159Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/net/java/dev/jna/jna-platform/5.6.0/jna-platform-5.6.0.pom [2023-09-08T19:46:38.159Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/5.6.0/jna-platform-5.6.0.pom [2023-09-08T19:46:38.159Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/5.6.0/jna-platform-5.6.0.pom (1.8 kB at 150 kB/s) [2023-09-08T19:46:38.159Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/net/java/dev/jna/jna-platform/5.6.0/jna-platform-5.6.0.jar [2023-09-08T19:46:38.414Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/5.6.0/jna-platform-5.6.0.jar [2023-09-08T19:46:38.414Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/5.6.0/jna-platform-5.6.0.jar (2.7 MB at 72 MB/s) [2023-09-08T19:46:38.414Z] [INFO] [2023-09-08T19:46:38.414Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.sun.jna.platform --- [2023-09-08T19:46:38.414Z] [INFO] [2023-09-08T19:46:38.414Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.sun.jna.platform --- [2023-09-08T19:46:38.414Z] [INFO] The project's OSGi version is 5.6.0.v20221112-0806 [2023-09-08T19:46:38.414Z] [INFO] [2023-09-08T19:46:38.414Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.sun.jna.platform --- [2023-09-08T19:46:38.414Z] [INFO] [2023-09-08T19:46:38.414Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.sun.jna.platform --- [2023-09-08T19:46:38.414Z] [INFO] Copying 4 resources [2023-09-08T19:46:38.414Z] [INFO] [2023-09-08T19:46:38.414Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.sun.jna.platform --- [2023-09-08T19:46:38.414Z] [INFO] No sources to compile [2023-09-08T19:46:38.414Z] [INFO] [2023-09-08T19:46:38.414Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.sun.jna.platform --- [2023-09-08T19:46:38.414Z] [INFO] Gathering dependencies [2023-09-08T19:46:38.414Z] [INFO] Configured Artifact: net.java.dev.jna:jna-platform:5.6.0:jar [2023-09-08T19:46:38.414Z] [INFO] Unpacking /home/vnc/.m2/repository/net/java/dev/jna/jna-platform/5.6.0/jna-platform-5.6.0.jar to /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna.platform_5.6.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:46:38.414Z] [INFO] Merging collected dependencies [2023-09-08T19:46:38.414Z] [INFO] Copying 1230 resources [2023-09-08T19:46:38.670Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:46:38.670Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna.platform_5.6.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:46:38.926Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna.platform_5.6.0/target/com.sun.jna.platform-5.6.0-SNAPSHOT.jar [2023-09-08T19:46:39.181Z] [INFO] Gathering sources [2023-09-08T19:46:39.181Z] [INFO] Configured Artifact: net.java.dev.jna:jna-platform:sources:5.6.0:jar [2023-09-08T19:46:39.181Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/net/java/dev/jna/jna-platform/5.6.0/jna-platform-5.6.0-sources.jar [2023-09-08T19:46:39.181Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/5.6.0/jna-platform-5.6.0-sources.jar [2023-09-08T19:46:39.181Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/5.6.0/jna-platform-5.6.0-sources.jar (1.0 MB at 16 MB/s) [2023-09-08T19:46:39.181Z] [INFO] Unpacking /home/vnc/.m2/repository/net/java/dev/jna/jna-platform/5.6.0/jna-platform-5.6.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna.platform_5.6.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:46:39.181Z] [INFO] Copying 4 resources [2023-09-08T19:46:39.181Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna.platform_5.6.0/src/main/java [2023-09-08T19:46:39.181Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna.platform_5.6.0/target/com.sun.jna.platform-5.6.0-SNAPSHOT-sources.jar [2023-09-08T19:46:39.437Z] [INFO] Assembling p2 repository [2023-09-08T19:46:40.001Z] [INFO] [2023-09-08T19:46:40.001Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.sun.jna.platform --- [2023-09-08T19:46:40.001Z] [INFO] [2023-09-08T19:46:40.001Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.sun.jna.platform --- [2023-09-08T19:46:40.001Z] [INFO] Gathering sources archives [2023-09-08T19:46:40.001Z] [INFO] Configured Artifact: net.java.dev.jna:jna-platform:sources:5.6.0:jar [2023-09-08T19:46:40.001Z] [INFO] Unpacking /home/vnc/.m2/repository/net/java/dev/jna/jna-platform/5.6.0/jna-platform-5.6.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna.platform_5.6.0/target/sources-for-eclipse-ipzilla/jna-platform-5.6.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:46:40.256Z] [INFO] Configured Artifact: net.java.dev.jna:jna-platform:sources:5.6.0:jar [2023-09-08T19:46:40.257Z] [INFO] Copying jna-platform-5.6.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna.platform_5.6.0/target/sources-for-eclipse-ipzilla/jna-platform-5.6.0-sources.jar [2023-09-08T19:46:40.257Z] [INFO] Refreshing about files and about.html [2023-09-08T19:46:40.257Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna.platform_5.6.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:46:40.257Z] [INFO] [2023-09-08T19:46:40.257Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ com.sun.jna.platform --- [2023-09-08T19:46:40.513Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna.platform_5.6.0/target/com.sun.jna.platform-5.6.0-SNAPSHOT.jar [2023-09-08T19:46:42.406Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna.platform_5.6.0/target/com.sun.jna.platform-5.6.0-SNAPSHOT-sources.jar [2023-09-08T19:46:43.335Z] [INFO] [2023-09-08T19:46:43.335Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.sun.jna.platform --- [2023-09-08T19:46:43.898Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:com.sun.jna.platform:5.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna.platform_5.6.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:46:43.898Z] no-classifier: different [2023-09-08T19:46:43.898Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:46:43.898Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:46:43.898Z] classifier-sources: different [2023-09-08T19:46:43.898Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:46:43.898Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:46:43.898Z] [2023-09-08T19:46:43.898Z] [INFO] MavenProject: org.eclipse.orbit.bundles:com.sun.jna.platform:5.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna.platform_5.6.0/pom.xml [2023-09-08T19:46:43.898Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:46:43.898Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:46:43.898Z] [2023-09-08T19:46:43.898Z] [INFO] [2023-09-08T19:46:43.898Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ com.sun.jna.platform --- [2023-09-08T19:46:43.898Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna.platform_5.6.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.sun.jna.platform/5.6.0-SNAPSHOT/com.sun.jna.platform-5.6.0-SNAPSHOT.pom [2023-09-08T19:46:43.898Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna.platform_5.6.0/target/com.sun.jna.platform-5.6.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.sun.jna.platform/5.6.0-SNAPSHOT/com.sun.jna.platform-5.6.0-SNAPSHOT.jar [2023-09-08T19:46:43.898Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna.platform_5.6.0/target/com.sun.jna.platform-5.6.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.sun.jna.platform/5.6.0-SNAPSHOT/com.sun.jna.platform-5.6.0-SNAPSHOT-sources.jar [2023-09-08T19:46:43.898Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna.platform_5.6.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.sun.jna.platform/5.6.0-SNAPSHOT/com.sun.jna.platform-5.6.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:46:43.898Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna.platform_5.6.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.sun.jna.platform/5.6.0-SNAPSHOT/com.sun.jna.platform-5.6.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:46:43.898Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna.platform_5.6.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.sun.jna.platform/5.6.0-SNAPSHOT/com.sun.jna.platform-5.6.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:46:43.898Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna.platform_5.6.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.sun.jna.platform/5.6.0-SNAPSHOT/com.sun.jna.platform-5.6.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:46:43.898Z] [INFO] [2023-09-08T19:46:43.898Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.sun.jna.platform --- [2023-09-08T19:46:43.898Z] [INFO] [2023-09-08T19:46:43.898Z] [INFO] ---------------< org.eclipse.orbit.bundles:com.sun.jna >---------------- [2023-09-08T19:46:43.898Z] [INFO] Building Java Native Access 5.8.0-SNAPSHOT [314/375] [2023-09-08T19:46:43.898Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:46:43.898Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/net/java/dev/jna/jna/5.8.0/jna-5.8.0.pom [2023-09-08T19:46:43.898Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/5.8.0/jna-5.8.0.pom [2023-09-08T19:46:43.898Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/5.8.0/jna-5.8.0.pom (1.6 kB at 144 kB/s) [2023-09-08T19:46:43.898Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/net/java/dev/jna/jna/5.8.0/jna-5.8.0.jar [2023-09-08T19:46:43.898Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/5.8.0/jna-5.8.0.jar [2023-09-08T19:46:43.898Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/5.8.0/jna-5.8.0.jar (1.7 MB at 69 MB/s) [2023-09-08T19:46:43.898Z] [INFO] [2023-09-08T19:46:43.898Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.sun.jna --- [2023-09-08T19:46:43.898Z] [INFO] [2023-09-08T19:46:43.898Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.sun.jna --- [2023-09-08T19:46:43.898Z] [INFO] The project's OSGi version is 5.8.0.v20210503-0343 [2023-09-08T19:46:43.898Z] [INFO] [2023-09-08T19:46:43.898Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.sun.jna --- [2023-09-08T19:46:43.898Z] [INFO] [2023-09-08T19:46:43.898Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.sun.jna --- [2023-09-08T19:46:43.898Z] [INFO] Copying 3 resources [2023-09-08T19:46:43.898Z] [INFO] [2023-09-08T19:46:43.898Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.sun.jna --- [2023-09-08T19:46:43.898Z] [INFO] No sources to compile [2023-09-08T19:46:43.898Z] [INFO] [2023-09-08T19:46:43.898Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.sun.jna --- [2023-09-08T19:46:43.898Z] [INFO] Gathering dependencies [2023-09-08T19:46:43.898Z] [INFO] Configured Artifact: net.java.dev.jna:jna:5.8.0:jar [2023-09-08T19:46:43.898Z] [INFO] Unpacking /home/vnc/.m2/repository/net/java/dev/jna/jna/5.8.0/jna-5.8.0.jar to /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_5.8.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:46:43.898Z] [INFO] Merging collected dependencies [2023-09-08T19:46:43.898Z] [INFO] Copying 146 resources [2023-09-08T19:46:43.898Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:46:44.155Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_5.8.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:46:44.155Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_5.8.0/target/com.sun.jna-5.8.0-SNAPSHOT.jar [2023-09-08T19:46:44.155Z] [INFO] Gathering sources [2023-09-08T19:46:44.155Z] [INFO] Configured Artifact: net.java.dev.jna:jna:sources:5.8.0:jar [2023-09-08T19:46:44.155Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/net/java/dev/jna/jna/5.8.0/jna-5.8.0-sources.jar [2023-09-08T19:46:44.155Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/5.8.0/jna-5.8.0-sources.jar [2023-09-08T19:46:44.411Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/5.8.0/jna-5.8.0-sources.jar (161 kB at 11 MB/s) [2023-09-08T19:46:44.411Z] [INFO] Unpacking /home/vnc/.m2/repository/net/java/dev/jna/jna/5.8.0/jna-5.8.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_5.8.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:46:44.411Z] [INFO] Copying 3 resources [2023-09-08T19:46:44.411Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_5.8.0/src/main/java [2023-09-08T19:46:44.411Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_5.8.0/target/com.sun.jna-5.8.0-SNAPSHOT-sources.jar [2023-09-08T19:46:44.411Z] [INFO] Assembling p2 repository [2023-09-08T19:46:44.973Z] [INFO] [2023-09-08T19:46:44.973Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.sun.jna --- [2023-09-08T19:46:44.973Z] [INFO] [2023-09-08T19:46:44.973Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.sun.jna --- [2023-09-08T19:46:44.973Z] [INFO] Gathering sources archives [2023-09-08T19:46:44.973Z] [INFO] Configured Artifact: net.java.dev.jna:jna:sources:5.8.0:jar [2023-09-08T19:46:44.973Z] [INFO] Unpacking /home/vnc/.m2/repository/net/java/dev/jna/jna/5.8.0/jna-5.8.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_5.8.0/target/sources-for-eclipse-ipzilla/jna-5.8.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:46:44.973Z] [INFO] Configured Artifact: net.java.dev.jna:jna:sources:5.8.0:jar [2023-09-08T19:46:44.973Z] [INFO] Copying jna-5.8.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_5.8.0/target/sources-for-eclipse-ipzilla/jna-5.8.0-sources.jar [2023-09-08T19:46:44.973Z] [INFO] Refreshing about files and about.html [2023-09-08T19:46:44.973Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_5.8.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:46:44.973Z] [INFO] [2023-09-08T19:46:44.973Z] [INFO] --- maven-antrun-plugin:3.1.0:run (sign-jnilibs) @ com.sun.jna --- [2023-09-08T19:46:44.973Z] [INFO] Executing tasks [2023-09-08T19:46:45.229Z] [INFO] [exec] Signing jnilibs in /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_5.8.0/target/com.sun.jna-5.8.0-SNAPSHOT.jar [2023-09-08T19:46:45.229Z] [INFO] [exec] + JAR=/home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_5.8.0/target/com.sun.jna-5.8.0-SNAPSHOT.jar [2023-09-08T19:46:45.229Z] [INFO] [exec] + echo 'Signing jnilibs in /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_5.8.0/target/com.sun.jna-5.8.0-SNAPSHOT.jar' [2023-09-08T19:46:45.229Z] [INFO] [exec] + mkdir -p sign-jnilibs [2023-09-08T19:46:45.229Z] [INFO] [exec] + cd sign-jnilibs [2023-09-08T19:46:45.229Z] [INFO] [exec] + jar --extract --file=/home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_5.8.0/target/com.sun.jna-5.8.0-SNAPSHOT.jar [2023-09-08T19:46:45.229Z] [INFO] [exec] ++ find META-INF OSGI-INF about.html about_files com -name '*.jnilib' [2023-09-08T19:46:45.229Z] [INFO] [exec] + for j in `find * -name \*\.jnilib` [2023-09-08T19:46:45.229Z] [INFO] [exec] + mv com/sun/jna/darwin-x86-64/libjnidispatch.jnilib com/sun/jna/darwin-x86-64/libjnidispatch.jnilib-tosign [2023-09-08T19:46:45.229Z] [INFO] [exec] + curl -o com/sun/jna/darwin-x86-64/libjnidispatch.jnilib -F file=@com/sun/jna/darwin-x86-64/libjnidispatch.jnilib-tosign https://cbi.eclipse.org/macos/codesign/sign [2023-09-08T19:46:45.229Z] [INFO] [exec] % Total % Received % Xferd Average Speed Time Time Time Current [2023-09-08T19:46:45.229Z] [INFO] [exec] Dload Upload Total Spent Left Speed [2023-09-08T19:46:45.229Z] [INFO] [exec] [2023-09-08T19:46:45.485Z] [INFO] [exec] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 261k 100 140k 100 120k 617k 532k --:--:-- --:--:-- --:--:-- 1150k+ rm com/sun/jna/darwin-x86-64/libjnidispatch.jnilib-tosign [2023-09-08T19:46:45.485Z] [INFO] [exec] + jar --update --file=/home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_5.8.0/target/com.sun.jna-5.8.0-SNAPSHOT.jar com/sun/jna/darwin-x86-64/libjnidispatch.jnilib [2023-09-08T19:46:45.742Z] [INFO] [exec] + for j in `find * -name \*\.jnilib` [2023-09-08T19:46:45.742Z] [INFO] [exec] + mv com/sun/jna/darwin-aarch64/libjnidispatch.jnilib com/sun/jna/darwin-aarch64/libjnidispatch.jnilib-tosign [2023-09-08T19:46:45.742Z] [INFO] [exec] + curl -o com/sun/jna/darwin-aarch64/libjnidispatch.jnilib -F file=@com/sun/jna/darwin-aarch64/libjnidispatch.jnilib-tosign https://cbi.eclipse.org/macos/codesign/sign [2023-09-08T19:46:45.742Z] [INFO] [exec] % Total % Received % Xferd Average Speed Time Time Time Current [2023-09-08T19:46:45.742Z] [INFO] [exec] Dload Upload Total Spent Left Speed [2023-09-08T19:46:45.742Z] [INFO] [exec] [2023-09-08T19:46:45.998Z] [INFO] [exec] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 362k 100 189k 100 172k 1055k 956k --:--:-- --:--:-- --:--:-- 2012k+ rm com/sun/jna/darwin-aarch64/libjnidispatch.jnilib-tosign [2023-09-08T19:46:45.998Z] [INFO] [exec] + jar --update --file=/home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_5.8.0/target/com.sun.jna-5.8.0-SNAPSHOT.jar com/sun/jna/darwin-aarch64/libjnidispatch.jnilib [2023-09-08T19:46:46.254Z] [INFO] Executed tasks [2023-09-08T19:46:46.254Z] [INFO] [2023-09-08T19:46:46.254Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ com.sun.jna --- [2023-09-08T19:46:46.816Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_5.8.0/target/com.sun.jna-5.8.0-SNAPSHOT.jar [2023-09-08T19:46:48.183Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_5.8.0/target/com.sun.jna-5.8.0-SNAPSHOT-sources.jar [2023-09-08T19:46:50.076Z] [INFO] [2023-09-08T19:46:50.076Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.sun.jna --- [2023-09-08T19:46:50.331Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:com.sun.jna:5.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_5.8.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:46:50.331Z] no-classifier: different [2023-09-08T19:46:50.331Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:46:50.331Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:46:50.331Z] com/sun/jna/darwin-aarch64/libjnidispatch.jnilib: different [2023-09-08T19:46:50.331Z] com/sun/jna/darwin-x86-64/libjnidispatch.jnilib: different [2023-09-08T19:46:50.331Z] classifier-sources: different [2023-09-08T19:46:50.331Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:46:50.331Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:46:50.331Z] [2023-09-08T19:46:50.331Z] [INFO] MavenProject: org.eclipse.orbit.bundles:com.sun.jna:5.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_5.8.0/pom.xml [2023-09-08T19:46:50.331Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:46:50.331Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:46:50.331Z] [2023-09-08T19:46:50.331Z] [INFO] [2023-09-08T19:46:50.331Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ com.sun.jna --- [2023-09-08T19:46:50.331Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_5.8.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.sun.jna/5.8.0-SNAPSHOT/com.sun.jna-5.8.0-SNAPSHOT.pom [2023-09-08T19:46:50.331Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_5.8.0/target/com.sun.jna-5.8.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.sun.jna/5.8.0-SNAPSHOT/com.sun.jna-5.8.0-SNAPSHOT.jar [2023-09-08T19:46:50.331Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_5.8.0/target/com.sun.jna-5.8.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.sun.jna/5.8.0-SNAPSHOT/com.sun.jna-5.8.0-SNAPSHOT-sources.jar [2023-09-08T19:46:50.331Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_5.8.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.sun.jna/5.8.0-SNAPSHOT/com.sun.jna-5.8.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:46:50.331Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_5.8.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.sun.jna/5.8.0-SNAPSHOT/com.sun.jna-5.8.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:46:50.331Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_5.8.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.sun.jna/5.8.0-SNAPSHOT/com.sun.jna-5.8.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:46:50.331Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_5.8.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.sun.jna/5.8.0-SNAPSHOT/com.sun.jna-5.8.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:46:50.331Z] [INFO] [2023-09-08T19:46:50.331Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.sun.jna --- [2023-09-08T19:46:50.331Z] [INFO] [2023-09-08T19:46:50.331Z] [INFO] -----------< org.eclipse.orbit.bundles:com.sun.jna.platform >----------- [2023-09-08T19:46:50.331Z] [INFO] Building Java Native Access Platform 5.8.0-SNAPSHOT [315/375] [2023-09-08T19:46:50.331Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:46:50.331Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/net/java/dev/jna/jna-platform/5.8.0/jna-platform-5.8.0.pom [2023-09-08T19:46:50.331Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/5.8.0/jna-platform-5.8.0.pom [2023-09-08T19:46:50.331Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/5.8.0/jna-platform-5.8.0.pom (1.8 kB at 164 kB/s) [2023-09-08T19:46:50.331Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/net/java/dev/jna/jna-platform/5.8.0/jna-platform-5.8.0.jar [2023-09-08T19:46:50.331Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/5.8.0/jna-platform-5.8.0.jar [2023-09-08T19:46:50.331Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/5.8.0/jna-platform-5.8.0.jar (1.3 MB at 56 MB/s) [2023-09-08T19:46:50.331Z] [INFO] [2023-09-08T19:46:50.331Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.sun.jna.platform --- [2023-09-08T19:46:50.331Z] [INFO] [2023-09-08T19:46:50.331Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.sun.jna.platform --- [2023-09-08T19:46:50.331Z] [INFO] The project's OSGi version is 5.8.0.v20221112-0806 [2023-09-08T19:46:50.331Z] [INFO] [2023-09-08T19:46:50.331Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.sun.jna.platform --- [2023-09-08T19:46:50.332Z] [INFO] [2023-09-08T19:46:50.332Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.sun.jna.platform --- [2023-09-08T19:46:50.332Z] [INFO] Copying 3 resources [2023-09-08T19:46:50.332Z] [INFO] [2023-09-08T19:46:50.332Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.sun.jna.platform --- [2023-09-08T19:46:50.332Z] [INFO] No sources to compile [2023-09-08T19:46:50.332Z] [INFO] [2023-09-08T19:46:50.332Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.sun.jna.platform --- [2023-09-08T19:46:50.332Z] [INFO] Gathering dependencies [2023-09-08T19:46:50.332Z] [INFO] Configured Artifact: net.java.dev.jna:jna-platform:5.8.0:jar [2023-09-08T19:46:50.332Z] [INFO] Unpacking /home/vnc/.m2/repository/net/java/dev/jna/jna-platform/5.8.0/jna-platform-5.8.0.jar to /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna.platform_5.8.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:46:50.587Z] [INFO] Merging collected dependencies [2023-09-08T19:46:50.587Z] [INFO] Copying 1295 resources [2023-09-08T19:46:50.587Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:46:50.842Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna.platform_5.8.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:46:50.842Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna.platform_5.8.0/target/com.sun.jna.platform-5.8.0-SNAPSHOT.jar [2023-09-08T19:46:51.404Z] [INFO] Gathering sources [2023-09-08T19:46:51.404Z] [INFO] Configured Artifact: net.java.dev.jna:jna-platform:sources:5.8.0:jar [2023-09-08T19:46:51.404Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/net/java/dev/jna/jna-platform/5.8.0/jna-platform-5.8.0-sources.jar [2023-09-08T19:46:51.404Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/5.8.0/jna-platform-5.8.0-sources.jar [2023-09-08T19:46:51.404Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/5.8.0/jna-platform-5.8.0-sources.jar (1.1 MB at 19 MB/s) [2023-09-08T19:46:51.404Z] [INFO] Unpacking /home/vnc/.m2/repository/net/java/dev/jna/jna-platform/5.8.0/jna-platform-5.8.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna.platform_5.8.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:46:51.404Z] [INFO] Copying 3 resources [2023-09-08T19:46:51.404Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna.platform_5.8.0/src/main/java [2023-09-08T19:46:51.404Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna.platform_5.8.0/target/com.sun.jna.platform-5.8.0-SNAPSHOT-sources.jar [2023-09-08T19:46:51.404Z] [INFO] Assembling p2 repository [2023-09-08T19:46:52.344Z] [INFO] [2023-09-08T19:46:52.344Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.sun.jna.platform --- [2023-09-08T19:46:52.344Z] [INFO] [2023-09-08T19:46:52.344Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.sun.jna.platform --- [2023-09-08T19:46:52.344Z] [INFO] Gathering sources archives [2023-09-08T19:46:52.344Z] [INFO] Configured Artifact: net.java.dev.jna:jna-platform:sources:5.8.0:jar [2023-09-08T19:46:52.344Z] [INFO] Unpacking /home/vnc/.m2/repository/net/java/dev/jna/jna-platform/5.8.0/jna-platform-5.8.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna.platform_5.8.0/target/sources-for-eclipse-ipzilla/jna-platform-5.8.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:46:52.344Z] [INFO] Configured Artifact: net.java.dev.jna:jna-platform:sources:5.8.0:jar [2023-09-08T19:46:52.344Z] [INFO] Copying jna-platform-5.8.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna.platform_5.8.0/target/sources-for-eclipse-ipzilla/jna-platform-5.8.0-sources.jar [2023-09-08T19:46:52.344Z] [INFO] Refreshing about files and about.html [2023-09-08T19:46:52.344Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna.platform_5.8.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:46:52.344Z] [INFO] [2023-09-08T19:46:52.344Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ com.sun.jna.platform --- [2023-09-08T19:46:52.602Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna.platform_5.8.0/target/com.sun.jna.platform-5.8.0-SNAPSHOT.jar [2023-09-08T19:46:55.875Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna.platform_5.8.0/target/com.sun.jna.platform-5.8.0-SNAPSHOT-sources.jar [2023-09-08T19:46:57.244Z] [INFO] [2023-09-08T19:46:57.244Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.sun.jna.platform --- [2023-09-08T19:46:57.808Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:com.sun.jna.platform:5.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna.platform_5.8.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:46:57.808Z] no-classifier: different [2023-09-08T19:46:57.808Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:46:57.808Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:46:57.808Z] classifier-sources: different [2023-09-08T19:46:57.808Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:46:57.808Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:46:57.808Z] [2023-09-08T19:46:57.808Z] [INFO] MavenProject: org.eclipse.orbit.bundles:com.sun.jna.platform:5.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna.platform_5.8.0/pom.xml [2023-09-08T19:46:57.808Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:46:57.808Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:46:57.808Z] [2023-09-08T19:46:57.808Z] [INFO] [2023-09-08T19:46:57.808Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ com.sun.jna.platform --- [2023-09-08T19:46:57.808Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna.platform_5.8.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.sun.jna.platform/5.8.0-SNAPSHOT/com.sun.jna.platform-5.8.0-SNAPSHOT.pom [2023-09-08T19:46:57.808Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna.platform_5.8.0/target/com.sun.jna.platform-5.8.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.sun.jna.platform/5.8.0-SNAPSHOT/com.sun.jna.platform-5.8.0-SNAPSHOT.jar [2023-09-08T19:46:57.808Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna.platform_5.8.0/target/com.sun.jna.platform-5.8.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.sun.jna.platform/5.8.0-SNAPSHOT/com.sun.jna.platform-5.8.0-SNAPSHOT-sources.jar [2023-09-08T19:46:57.808Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna.platform_5.8.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.sun.jna.platform/5.8.0-SNAPSHOT/com.sun.jna.platform-5.8.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:46:57.808Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna.platform_5.8.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.sun.jna.platform/5.8.0-SNAPSHOT/com.sun.jna.platform-5.8.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:46:57.808Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna.platform_5.8.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.sun.jna.platform/5.8.0-SNAPSHOT/com.sun.jna.platform-5.8.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:46:57.808Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna.platform_5.8.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.sun.jna.platform/5.8.0-SNAPSHOT/com.sun.jna.platform-5.8.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:46:57.808Z] [INFO] [2023-09-08T19:46:57.808Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.sun.jna.platform --- [2023-09-08T19:46:57.808Z] [INFO] [2023-09-08T19:46:57.808Z] [INFO] ---------------< org.eclipse.orbit.bundles:com.sun.jna >---------------- [2023-09-08T19:46:57.808Z] [INFO] Building Java Native Access 5.12.1-SNAPSHOT [316/375] [2023-09-08T19:46:57.808Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:46:57.808Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/net/java/dev/jna/jna/5.12.1/jna-5.12.1.pom [2023-09-08T19:46:57.808Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/5.12.1/jna-5.12.1.pom [2023-09-08T19:46:57.808Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/5.12.1/jna-5.12.1.pom (2.0 kB at 169 kB/s) [2023-09-08T19:46:57.808Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/net/java/dev/jna/jna/5.12.1/jna-5.12.1.jar [2023-09-08T19:46:57.808Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/5.12.1/jna-5.12.1.jar [2023-09-08T19:46:57.808Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/5.12.1/jna-5.12.1.jar (1.9 MB at 50 MB/s) [2023-09-08T19:46:57.808Z] [INFO] [2023-09-08T19:46:57.808Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.sun.jna --- [2023-09-08T19:46:57.808Z] [INFO] [2023-09-08T19:46:57.808Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.sun.jna --- [2023-09-08T19:46:57.808Z] [INFO] The project's OSGi version is 5.12.1.v20221103-2317 [2023-09-08T19:46:57.808Z] [INFO] [2023-09-08T19:46:57.808Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.sun.jna --- [2023-09-08T19:46:57.808Z] [INFO] [2023-09-08T19:46:57.808Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.sun.jna --- [2023-09-08T19:46:57.808Z] [INFO] Copying 3 resources [2023-09-08T19:46:57.808Z] [INFO] [2023-09-08T19:46:57.808Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.sun.jna --- [2023-09-08T19:46:57.808Z] [INFO] No sources to compile [2023-09-08T19:46:57.808Z] [INFO] [2023-09-08T19:46:57.808Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.sun.jna --- [2023-09-08T19:46:57.808Z] [INFO] Gathering dependencies [2023-09-08T19:46:57.808Z] [INFO] Configured Artifact: net.java.dev.jna:jna:5.12.1:jar [2023-09-08T19:46:57.808Z] [INFO] Unpacking /home/vnc/.m2/repository/net/java/dev/jna/jna/5.12.1/jna-5.12.1.jar to /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_5.12.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:46:57.808Z] [INFO] Merging collected dependencies [2023-09-08T19:46:57.808Z] [INFO] Copying 153 resources [2023-09-08T19:46:57.808Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:46:57.808Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_5.12.1/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:46:57.808Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_5.12.1/target/com.sun.jna-5.12.1-SNAPSHOT.jar [2023-09-08T19:46:58.369Z] [INFO] Gathering sources [2023-09-08T19:46:58.369Z] [INFO] Configured Artifact: net.java.dev.jna:jna:sources:5.12.1:jar [2023-09-08T19:46:58.369Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/net/java/dev/jna/jna/5.12.1/jna-5.12.1-sources.jar [2023-09-08T19:46:58.369Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/5.12.1/jna-5.12.1-sources.jar [2023-09-08T19:46:58.369Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna/5.12.1/jna-5.12.1-sources.jar (163 kB at 12 MB/s) [2023-09-08T19:46:58.369Z] [INFO] Unpacking /home/vnc/.m2/repository/net/java/dev/jna/jna/5.12.1/jna-5.12.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_5.12.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:46:58.369Z] [INFO] Copying 3 resources [2023-09-08T19:46:58.369Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_5.12.1/src/main/java [2023-09-08T19:46:58.369Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_5.12.1/target/com.sun.jna-5.12.1-SNAPSHOT-sources.jar [2023-09-08T19:46:58.369Z] [INFO] Assembling p2 repository [2023-09-08T19:46:58.932Z] [INFO] [2023-09-08T19:46:58.932Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.sun.jna --- [2023-09-08T19:46:58.932Z] [INFO] [2023-09-08T19:46:58.932Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.sun.jna --- [2023-09-08T19:46:58.932Z] [INFO] Gathering sources archives [2023-09-08T19:46:58.932Z] [INFO] Configured Artifact: net.java.dev.jna:jna:sources:5.12.1:jar [2023-09-08T19:46:58.932Z] [INFO] Unpacking /home/vnc/.m2/repository/net/java/dev/jna/jna/5.12.1/jna-5.12.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_5.12.1/target/sources-for-eclipse-ipzilla/jna-5.12.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:46:58.932Z] [INFO] Configured Artifact: net.java.dev.jna:jna:sources:5.12.1:jar [2023-09-08T19:46:58.932Z] [INFO] Copying jna-5.12.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_5.12.1/target/sources-for-eclipse-ipzilla/jna-5.12.1-sources.jar [2023-09-08T19:46:58.932Z] [INFO] Refreshing about files and about.html [2023-09-08T19:46:58.933Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_5.12.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:46:58.933Z] [INFO] [2023-09-08T19:46:58.933Z] [INFO] --- maven-antrun-plugin:3.1.0:run (sign-jnilibs) @ com.sun.jna --- [2023-09-08T19:46:58.933Z] [INFO] Executing tasks [2023-09-08T19:46:59.189Z] [INFO] [exec] Signing jnilibs in /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_5.12.1/target/com.sun.jna-5.12.1-SNAPSHOT.jar [2023-09-08T19:46:59.189Z] [INFO] [exec] + JAR=/home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_5.12.1/target/com.sun.jna-5.12.1-SNAPSHOT.jar [2023-09-08T19:46:59.189Z] [INFO] [exec] + echo 'Signing jnilibs in /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_5.12.1/target/com.sun.jna-5.12.1-SNAPSHOT.jar' [2023-09-08T19:46:59.189Z] [INFO] [exec] + mkdir -p sign-jnilibs [2023-09-08T19:46:59.189Z] [INFO] [exec] + cd sign-jnilibs [2023-09-08T19:46:59.189Z] [INFO] [exec] + jar --extract --file=/home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_5.12.1/target/com.sun.jna-5.12.1-SNAPSHOT.jar [2023-09-08T19:46:59.189Z] [INFO] [exec] ++ find META-INF OSGI-INF about.html about_files com -name '*.jnilib' [2023-09-08T19:46:59.189Z] [INFO] [exec] + for j in `find * -name \*\.jnilib` [2023-09-08T19:46:59.189Z] [INFO] [exec] + mv com/sun/jna/darwin-x86-64/libjnidispatch.jnilib com/sun/jna/darwin-x86-64/libjnidispatch.jnilib-tosign [2023-09-08T19:46:59.189Z] [INFO] [exec] + curl -o com/sun/jna/darwin-x86-64/libjnidispatch.jnilib -F file=@com/sun/jna/darwin-x86-64/libjnidispatch.jnilib-tosign https://cbi.eclipse.org/macos/codesign/sign [2023-09-08T19:46:59.189Z] [INFO] [exec] % Total % Received % Xferd Average Speed Time Time Time Current [2023-09-08T19:46:59.189Z] [INFO] [exec] Dload Upload Total Spent Left Speed [2023-09-08T19:46:59.189Z] [INFO] [exec] [2023-09-08T19:46:59.444Z] [INFO] [exec] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 229k 100 124k 100 105k 628k 530k --:--:-- --:--:-- --:--:-- 1159k+ rm com/sun/jna/darwin-x86-64/libjnidispatch.jnilib-tosign [2023-09-08T19:46:59.444Z] [INFO] [exec] + jar --update --file=/home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_5.12.1/target/com.sun.jna-5.12.1-SNAPSHOT.jar com/sun/jna/darwin-x86-64/libjnidispatch.jnilib [2023-09-08T19:47:00.005Z] [INFO] [exec] + for j in `find * -name \*\.jnilib` [2023-09-08T19:47:00.005Z] [INFO] [exec] + mv com/sun/jna/darwin-aarch64/libjnidispatch.jnilib com/sun/jna/darwin-aarch64/libjnidispatch.jnilib-tosign [2023-09-08T19:47:00.005Z] [INFO] [exec] + curl -o com/sun/jna/darwin-aarch64/libjnidispatch.jnilib -F file=@com/sun/jna/darwin-aarch64/libjnidispatch.jnilib-tosign https://cbi.eclipse.org/macos/codesign/sign [2023-09-08T19:47:00.005Z] [INFO] [exec] % Total % Received % Xferd Average Speed Time Time Time Current [2023-09-08T19:47:00.005Z] [INFO] [exec] Dload Upload Total Spent Left Speed [2023-09-08T19:47:00.005Z] [INFO] [exec] [2023-09-08T19:47:00.005Z] [INFO] [exec] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 330k 100 174k 100 156k 1017k 914k --:--:-- --:--:-- --:--:-- 1931k+ rm com/sun/jna/darwin-aarch64/libjnidispatch.jnilib-tosign [2023-09-08T19:47:00.005Z] [INFO] [exec] + jar --update --file=/home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_5.12.1/target/com.sun.jna-5.12.1-SNAPSHOT.jar com/sun/jna/darwin-aarch64/libjnidispatch.jnilib [2023-09-08T19:47:00.262Z] [INFO] Executed tasks [2023-09-08T19:47:00.262Z] [INFO] [2023-09-08T19:47:00.262Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ com.sun.jna --- [2023-09-08T19:47:00.840Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_5.12.1/target/com.sun.jna-5.12.1-SNAPSHOT.jar [2023-09-08T19:47:02.206Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_5.12.1/target/com.sun.jna-5.12.1-SNAPSHOT-sources.jar [2023-09-08T19:47:03.135Z] [INFO] [2023-09-08T19:47:03.135Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.sun.jna --- [2023-09-08T19:47:03.135Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:com.sun.jna:5.12.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_5.12.1/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:47:03.135Z] no-classifier: different [2023-09-08T19:47:03.135Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:47:03.135Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:47:03.135Z] com/sun/jna/darwin-aarch64/libjnidispatch.jnilib: different [2023-09-08T19:47:03.135Z] com/sun/jna/darwin-x86-64/libjnidispatch.jnilib: different [2023-09-08T19:47:03.135Z] classifier-sources: different [2023-09-08T19:47:03.135Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:47:03.135Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:47:03.135Z] [2023-09-08T19:47:03.135Z] [INFO] MavenProject: org.eclipse.orbit.bundles:com.sun.jna:5.12.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_5.12.1/pom.xml [2023-09-08T19:47:03.135Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:47:03.135Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:47:03.135Z] [2023-09-08T19:47:03.135Z] [INFO] [2023-09-08T19:47:03.135Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ com.sun.jna --- [2023-09-08T19:47:03.135Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_5.12.1/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.sun.jna/5.12.1-SNAPSHOT/com.sun.jna-5.12.1-SNAPSHOT.pom [2023-09-08T19:47:03.135Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_5.12.1/target/com.sun.jna-5.12.1-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.sun.jna/5.12.1-SNAPSHOT/com.sun.jna-5.12.1-SNAPSHOT.jar [2023-09-08T19:47:03.135Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_5.12.1/target/com.sun.jna-5.12.1-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.sun.jna/5.12.1-SNAPSHOT/com.sun.jna-5.12.1-SNAPSHOT-sources.jar [2023-09-08T19:47:03.135Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_5.12.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.sun.jna/5.12.1-SNAPSHOT/com.sun.jna-5.12.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:47:03.135Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_5.12.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.sun.jna/5.12.1-SNAPSHOT/com.sun.jna-5.12.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:47:03.135Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_5.12.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.sun.jna/5.12.1-SNAPSHOT/com.sun.jna-5.12.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:47:03.135Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna_5.12.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.sun.jna/5.12.1-SNAPSHOT/com.sun.jna-5.12.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:47:03.135Z] [INFO] [2023-09-08T19:47:03.135Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.sun.jna --- [2023-09-08T19:47:03.135Z] [INFO] [2023-09-08T19:47:03.135Z] [INFO] -----------< org.eclipse.orbit.bundles:com.sun.jna.platform >----------- [2023-09-08T19:47:03.135Z] [INFO] Building Java Native Access Platform 5.12.1-SNAPSHOT [317/375] [2023-09-08T19:47:03.135Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:47:03.135Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/net/java/dev/jna/jna-platform/5.12.1/jna-platform-5.12.1.pom [2023-09-08T19:47:03.135Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/5.12.1/jna-platform-5.12.1.pom [2023-09-08T19:47:03.391Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/5.12.1/jna-platform-5.12.1.pom (2.3 kB at 188 kB/s) [2023-09-08T19:47:03.391Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/net/java/dev/jna/jna-platform/5.12.1/jna-platform-5.12.1.jar [2023-09-08T19:47:03.391Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/5.12.1/jna-platform-5.12.1.jar [2023-09-08T19:47:03.391Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/5.12.1/jna-platform-5.12.1.jar (1.4 MB at 57 MB/s) [2023-09-08T19:47:03.391Z] [INFO] [2023-09-08T19:47:03.391Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ com.sun.jna.platform --- [2023-09-08T19:47:03.391Z] [INFO] [2023-09-08T19:47:03.391Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ com.sun.jna.platform --- [2023-09-08T19:47:03.391Z] [INFO] The project's OSGi version is 5.12.1.v20221103-2317 [2023-09-08T19:47:03.391Z] [INFO] [2023-09-08T19:47:03.391Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ com.sun.jna.platform --- [2023-09-08T19:47:03.391Z] [INFO] [2023-09-08T19:47:03.391Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ com.sun.jna.platform --- [2023-09-08T19:47:03.391Z] [INFO] Copying 3 resources [2023-09-08T19:47:03.391Z] [INFO] [2023-09-08T19:47:03.391Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ com.sun.jna.platform --- [2023-09-08T19:47:03.391Z] [INFO] No sources to compile [2023-09-08T19:47:03.391Z] [INFO] [2023-09-08T19:47:03.391Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ com.sun.jna.platform --- [2023-09-08T19:47:03.391Z] [INFO] Gathering dependencies [2023-09-08T19:47:03.391Z] [INFO] Configured Artifact: net.java.dev.jna:jna-platform:5.12.1:jar [2023-09-08T19:47:03.391Z] [INFO] Unpacking /home/vnc/.m2/repository/net/java/dev/jna/jna-platform/5.12.1/jna-platform-5.12.1.jar to /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna.platform_5.12.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:47:03.392Z] [INFO] Merging collected dependencies [2023-09-08T19:47:03.392Z] [INFO] Copying 1308 resources [2023-09-08T19:47:03.647Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:47:03.647Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna.platform_5.12.1/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:47:03.904Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna.platform_5.12.1/target/com.sun.jna.platform-5.12.1-SNAPSHOT.jar [2023-09-08T19:47:03.904Z] [INFO] Gathering sources [2023-09-08T19:47:03.904Z] [INFO] Configured Artifact: net.java.dev.jna:jna-platform:sources:5.12.1:jar [2023-09-08T19:47:03.904Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/net/java/dev/jna/jna-platform/5.12.1/jna-platform-5.12.1-sources.jar [2023-09-08T19:47:03.904Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/5.12.1/jna-platform-5.12.1-sources.jar [2023-09-08T19:47:03.904Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/java/dev/jna/jna-platform/5.12.1/jna-platform-5.12.1-sources.jar (1.1 MB at 28 MB/s) [2023-09-08T19:47:03.904Z] [INFO] Unpacking /home/vnc/.m2/repository/net/java/dev/jna/jna-platform/5.12.1/jna-platform-5.12.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna.platform_5.12.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:47:04.160Z] [INFO] Copying 3 resources [2023-09-08T19:47:04.160Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna.platform_5.12.1/src/main/java [2023-09-08T19:47:04.160Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna.platform_5.12.1/target/com.sun.jna.platform-5.12.1-SNAPSHOT-sources.jar [2023-09-08T19:47:04.417Z] [INFO] Assembling p2 repository [2023-09-08T19:47:04.978Z] [INFO] [2023-09-08T19:47:04.978Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ com.sun.jna.platform --- [2023-09-08T19:47:04.978Z] [INFO] [2023-09-08T19:47:04.978Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ com.sun.jna.platform --- [2023-09-08T19:47:04.978Z] [INFO] Gathering sources archives [2023-09-08T19:47:04.978Z] [INFO] Configured Artifact: net.java.dev.jna:jna-platform:sources:5.12.1:jar [2023-09-08T19:47:04.978Z] [INFO] Unpacking /home/vnc/.m2/repository/net/java/dev/jna/jna-platform/5.12.1/jna-platform-5.12.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna.platform_5.12.1/target/sources-for-eclipse-ipzilla/jna-platform-5.12.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:47:04.978Z] [INFO] Configured Artifact: net.java.dev.jna:jna-platform:sources:5.12.1:jar [2023-09-08T19:47:04.978Z] [INFO] Copying jna-platform-5.12.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna.platform_5.12.1/target/sources-for-eclipse-ipzilla/jna-platform-5.12.1-sources.jar [2023-09-08T19:47:04.978Z] [INFO] Refreshing about files and about.html [2023-09-08T19:47:04.978Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna.platform_5.12.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:47:04.978Z] [INFO] [2023-09-08T19:47:04.978Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ com.sun.jna.platform --- [2023-09-08T19:47:05.234Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna.platform_5.12.1/target/com.sun.jna.platform-5.12.1-SNAPSHOT.jar [2023-09-08T19:47:06.605Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna.platform_5.12.1/target/com.sun.jna.platform-5.12.1-SNAPSHOT-sources.jar [2023-09-08T19:47:07.533Z] [INFO] [2023-09-08T19:47:07.533Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ com.sun.jna.platform --- [2023-09-08T19:47:08.094Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:com.sun.jna.platform:5.12.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna.platform_5.12.1/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:47:08.094Z] no-classifier: different [2023-09-08T19:47:08.094Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:47:08.094Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:47:08.094Z] classifier-sources: different [2023-09-08T19:47:08.094Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:47:08.094Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:47:08.094Z] [2023-09-08T19:47:08.094Z] [INFO] MavenProject: org.eclipse.orbit.bundles:com.sun.jna.platform:5.12.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna.platform_5.12.1/pom.xml [2023-09-08T19:47:08.094Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:47:08.094Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:47:08.094Z] [2023-09-08T19:47:08.094Z] [INFO] [2023-09-08T19:47:08.094Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ com.sun.jna.platform --- [2023-09-08T19:47:08.094Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna.platform_5.12.1/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.sun.jna.platform/5.12.1-SNAPSHOT/com.sun.jna.platform-5.12.1-SNAPSHOT.pom [2023-09-08T19:47:08.094Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna.platform_5.12.1/target/com.sun.jna.platform-5.12.1-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.sun.jna.platform/5.12.1-SNAPSHOT/com.sun.jna.platform-5.12.1-SNAPSHOT.jar [2023-09-08T19:47:08.094Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna.platform_5.12.1/target/com.sun.jna.platform-5.12.1-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.sun.jna.platform/5.12.1-SNAPSHOT/com.sun.jna.platform-5.12.1-SNAPSHOT-sources.jar [2023-09-08T19:47:08.094Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna.platform_5.12.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.sun.jna.platform/5.12.1-SNAPSHOT/com.sun.jna.platform-5.12.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:47:08.094Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna.platform_5.12.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.sun.jna.platform/5.12.1-SNAPSHOT/com.sun.jna.platform-5.12.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:47:08.095Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna.platform_5.12.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.sun.jna.platform/5.12.1-SNAPSHOT/com.sun.jna.platform-5.12.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:47:08.095Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/jna/com.sun.jna.platform_5.12.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/com.sun.jna.platform/5.12.1-SNAPSHOT/com.sun.jna.platform-5.12.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:47:08.095Z] [INFO] [2023-09-08T19:47:08.095Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ com.sun.jna.platform --- [2023-09-08T19:47:08.095Z] [INFO] [2023-09-08T19:47:08.095Z] [INFO] ---------------< org.eclipse.orbit.bundles:junit-parent >--------------- [2023-09-08T19:47:08.095Z] [INFO] Building Eclipse Orbit :: JUnit Recipes 1.0.0-SNAPSHOT [318/375] [2023-09-08T19:47:08.095Z] [INFO] --------------------------------[ pom ]--------------------------------- [2023-09-08T19:47:08.095Z] [INFO] [2023-09-08T19:47:08.095Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ junit-parent --- [2023-09-08T19:47:08.095Z] [INFO] [2023-09-08T19:47:08.095Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ junit-parent --- [2023-09-08T19:47:08.095Z] [INFO] [2023-09-08T19:47:08.095Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ junit-parent --- [2023-09-08T19:47:08.095Z] [INFO] [2023-09-08T19:47:08.095Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ junit-parent --- [2023-09-08T19:47:08.095Z] [INFO] [2023-09-08T19:47:08.095Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ junit-parent --- [2023-09-08T19:47:08.095Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/junit-parent/1.0.0-SNAPSHOT/junit-parent-1.0.0-SNAPSHOT.pom [2023-09-08T19:47:08.095Z] [INFO] [2023-09-08T19:47:08.095Z] [INFO] ------------------< org.eclipse.orbit.bundles:junit4 >------------------ [2023-09-08T19:47:08.095Z] [INFO] Building Eclipse Orbit :: JUnit 4 Recipes 1.0.0-SNAPSHOT [319/375] [2023-09-08T19:47:08.095Z] [INFO] --------------------------------[ pom ]--------------------------------- [2023-09-08T19:47:08.095Z] [INFO] [2023-09-08T19:47:08.095Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ junit4 --- [2023-09-08T19:47:08.095Z] [INFO] [2023-09-08T19:47:08.095Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ junit4 --- [2023-09-08T19:47:08.095Z] [INFO] [2023-09-08T19:47:08.095Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ junit4 --- [2023-09-08T19:47:08.095Z] [INFO] [2023-09-08T19:47:08.095Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ junit4 --- [2023-09-08T19:47:08.095Z] [INFO] [2023-09-08T19:47:08.095Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ junit4 --- [2023-09-08T19:47:08.095Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit4/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/junit4/1.0.0-SNAPSHOT/junit4-1.0.0-SNAPSHOT.pom [2023-09-08T19:47:08.095Z] [INFO] [2023-09-08T19:47:08.095Z] [INFO] ----------------< org.eclipse.orbit.bundles:org.junit >----------------- [2023-09-08T19:47:08.095Z] [INFO] Building JUnit 4.13.2-SNAPSHOT [320/375] [2023-09-08T19:47:08.095Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:47:08.095Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/junit/junit/4.13.2/junit-4.13.2.pom [2023-09-08T19:47:08.095Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/4.13.2/junit-4.13.2.pom [2023-09-08T19:47:08.095Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/junit/junit/4.13.2/junit-4.13.2.pom (27 kB at 2.3 MB/s) [2023-09-08T19:47:08.095Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/junit/junit/4.13.2/junit-4.13.2.jar [2023-09-08T19:47:08.095Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/4.13.2/junit-4.13.2.jar [2023-09-08T19:47:08.095Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/junit/junit/4.13.2/junit-4.13.2.jar (385 kB at 27 MB/s) [2023-09-08T19:47:08.095Z] [INFO] [2023-09-08T19:47:08.095Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.junit --- [2023-09-08T19:47:08.095Z] [INFO] [2023-09-08T19:47:08.095Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.junit --- [2023-09-08T19:47:08.095Z] [INFO] The project's OSGi version is 4.13.2.v20211018-1956 [2023-09-08T19:47:08.095Z] [INFO] [2023-09-08T19:47:08.095Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.junit --- [2023-09-08T19:47:08.095Z] [INFO] [2023-09-08T19:47:08.095Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.junit --- [2023-09-08T19:47:08.095Z] [INFO] Copying 3 resources [2023-09-08T19:47:08.095Z] [INFO] [2023-09-08T19:47:08.095Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.junit --- [2023-09-08T19:47:08.095Z] [INFO] No sources to compile [2023-09-08T19:47:08.095Z] [INFO] [2023-09-08T19:47:08.095Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.junit --- [2023-09-08T19:47:08.095Z] [INFO] Gathering dependencies [2023-09-08T19:47:08.095Z] [INFO] Configured Artifact: junit:junit:4.13.2:jar [2023-09-08T19:47:08.095Z] [INFO] Unpacking /home/vnc/.m2/repository/junit/junit/4.13.2/junit-4.13.2.jar to /home/jenkins/agent/workspace/orbit-recipes/junit/junit4/org.junit_4.13.2/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:47:08.095Z] [INFO] Merging collected dependencies [2023-09-08T19:47:08.095Z] [INFO] Copying 354 resources [2023-09-08T19:47:08.095Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:47:08.350Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.junit:eclipse-bundle-recipe:4.13.2-SNAPSHOT : Host org.hamcrest.core=bundle-version="1.3";visibility:=reexport for this fragment/require bundle cannot be found on the classpath [2023-09-08T19:47:08.350Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/junit/junit4/org.junit_4.13.2/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:47:08.350Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/junit/junit4/org.junit_4.13.2/target/org.junit-4.13.2-SNAPSHOT.jar [2023-09-08T19:47:08.606Z] [INFO] Gathering sources [2023-09-08T19:47:08.606Z] [INFO] Configured Artifact: junit:junit:sources:4.13.2:jar [2023-09-08T19:47:08.606Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/junit/junit/4.13.2/junit-4.13.2-sources.jar [2023-09-08T19:47:08.606Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/junit/junit/4.13.2/junit-4.13.2-sources.jar [2023-09-08T19:47:08.606Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/junit/junit/4.13.2/junit-4.13.2-sources.jar (235 kB at 13 MB/s) [2023-09-08T19:47:08.606Z] [INFO] Unpacking /home/vnc/.m2/repository/junit/junit/4.13.2/junit-4.13.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/junit/junit4/org.junit_4.13.2/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:47:08.606Z] [INFO] Copying 3 resources [2023-09-08T19:47:08.606Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/junit/junit4/org.junit_4.13.2/src/main/java [2023-09-08T19:47:08.606Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/junit/junit4/org.junit_4.13.2/target/org.junit-4.13.2-SNAPSHOT-sources.jar [2023-09-08T19:47:08.606Z] [INFO] Assembling p2 repository [2023-09-08T19:47:09.168Z] [INFO] [2023-09-08T19:47:09.168Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.junit --- [2023-09-08T19:47:09.168Z] [INFO] [2023-09-08T19:47:09.168Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.junit --- [2023-09-08T19:47:09.168Z] [INFO] Gathering sources archives [2023-09-08T19:47:09.168Z] [INFO] Configured Artifact: junit:junit:sources:4.13.2:jar [2023-09-08T19:47:09.168Z] [INFO] Unpacking /home/vnc/.m2/repository/junit/junit/4.13.2/junit-4.13.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/junit/junit4/org.junit_4.13.2/target/sources-for-eclipse-ipzilla/junit-4.13.2-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:47:09.168Z] [INFO] Configured Artifact: junit:junit:sources:4.13.2:jar [2023-09-08T19:47:09.168Z] [INFO] Copying junit-4.13.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/junit/junit4/org.junit_4.13.2/target/sources-for-eclipse-ipzilla/junit-4.13.2-sources.jar [2023-09-08T19:47:09.168Z] [INFO] Refreshing about files and about.html [2023-09-08T19:47:09.168Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/junit/junit4/org.junit_4.13.2/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:47:09.168Z] [INFO] [2023-09-08T19:47:09.168Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.junit --- [2023-09-08T19:47:09.423Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/junit/junit4/org.junit_4.13.2/target/org.junit-4.13.2-SNAPSHOT.jar [2023-09-08T19:47:10.353Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/junit/junit4/org.junit_4.13.2/target/org.junit-4.13.2-SNAPSHOT-sources.jar [2023-09-08T19:47:12.247Z] [INFO] [2023-09-08T19:47:12.247Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.junit --- [2023-09-08T19:47:12.247Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.junit:4.13.2-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/junit/junit4/org.junit_4.13.2/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:47:12.247Z] no-classifier: different [2023-09-08T19:47:12.247Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:47:12.247Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:47:12.247Z] classifier-sources: different [2023-09-08T19:47:12.247Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:47:12.247Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:47:12.247Z] [2023-09-08T19:47:12.247Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.junit:4.13.2-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/junit/junit4/org.junit_4.13.2/pom.xml [2023-09-08T19:47:12.247Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:47:12.247Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:47:12.247Z] [2023-09-08T19:47:12.247Z] [INFO] [2023-09-08T19:47:12.247Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.junit --- [2023-09-08T19:47:12.247Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit4/org.junit_4.13.2/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.junit/4.13.2-SNAPSHOT/org.junit-4.13.2-SNAPSHOT.pom [2023-09-08T19:47:12.247Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit4/org.junit_4.13.2/target/org.junit-4.13.2-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.junit/4.13.2-SNAPSHOT/org.junit-4.13.2-SNAPSHOT.jar [2023-09-08T19:47:12.247Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit4/org.junit_4.13.2/target/org.junit-4.13.2-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.junit/4.13.2-SNAPSHOT/org.junit-4.13.2-SNAPSHOT-sources.jar [2023-09-08T19:47:12.247Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit4/org.junit_4.13.2/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.junit/4.13.2-SNAPSHOT/org.junit-4.13.2-SNAPSHOT-p2metadata.xml [2023-09-08T19:47:12.247Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit4/org.junit_4.13.2/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.junit/4.13.2-SNAPSHOT/org.junit-4.13.2-SNAPSHOT-p2artifacts.xml [2023-09-08T19:47:12.247Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit4/org.junit_4.13.2/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.junit/4.13.2-SNAPSHOT/org.junit-4.13.2-SNAPSHOT-p2metadata.xml [2023-09-08T19:47:12.247Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit4/org.junit_4.13.2/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.junit/4.13.2-SNAPSHOT/org.junit-4.13.2-SNAPSHOT-p2artifacts.xml [2023-09-08T19:47:12.247Z] [INFO] [2023-09-08T19:47:12.247Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.junit --- [2023-09-08T19:47:12.247Z] [INFO] [2023-09-08T19:47:12.247Z] [INFO] ------------------< org.eclipse.orbit.bundles:junit5 >------------------ [2023-09-08T19:47:12.247Z] [INFO] Building Eclipse Orbit :: JUnit 5 Recipes 1.0.0-SNAPSHOT [321/375] [2023-09-08T19:47:12.247Z] [INFO] --------------------------------[ pom ]--------------------------------- [2023-09-08T19:47:12.247Z] [INFO] [2023-09-08T19:47:12.247Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ junit5 --- [2023-09-08T19:47:12.247Z] [INFO] [2023-09-08T19:47:12.247Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ junit5 --- [2023-09-08T19:47:12.247Z] [INFO] [2023-09-08T19:47:12.247Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ junit5 --- [2023-09-08T19:47:12.247Z] [INFO] [2023-09-08T19:47:12.247Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ junit5 --- [2023-09-08T19:47:12.247Z] [INFO] [2023-09-08T19:47:12.247Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ junit5 --- [2023-09-08T19:47:12.247Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/junit5/1.0.0-SNAPSHOT/junit5-1.0.0-SNAPSHOT.pom [2023-09-08T19:47:12.247Z] [INFO] [2023-09-08T19:47:12.247Z] [INFO] ----------< org.eclipse.orbit.bundles:org.junit.jupiter.api >----------- [2023-09-08T19:47:12.247Z] [INFO] Building JUnit Jupiter API 5.9.1-SNAPSHOT [322/375] [2023-09-08T19:47:12.247Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:47:12.247Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/junit/jupiter/junit-jupiter-api/5.9.1/junit-jupiter-api-5.9.1.pom [2023-09-08T19:47:12.248Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.9.1/junit-jupiter-api-5.9.1.pom [2023-09-08T19:47:12.504Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.9.1/junit-jupiter-api-5.9.1.pom (3.2 kB at 245 kB/s) [2023-09-08T19:47:12.504Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.pom [2023-09-08T19:47:12.504Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.pom [2023-09-08T19:47:12.504Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.pom (1.7 kB at 168 kB/s) [2023-09-08T19:47:12.504Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/junit/platform/junit-platform-commons/1.9.1/junit-platform-commons-1.9.1.pom [2023-09-08T19:47:12.504Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.9.1/junit-platform-commons-1.9.1.pom [2023-09-08T19:47:12.504Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.9.1/junit-platform-commons-1.9.1.pom (2.8 kB at 236 kB/s) [2023-09-08T19:47:12.504Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.pom [2023-09-08T19:47:12.504Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.pom [2023-09-08T19:47:12.504Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.pom (1.5 kB at 170 kB/s) [2023-09-08T19:47:12.504Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/junit/jupiter/junit-jupiter-api/5.9.1/junit-jupiter-api-5.9.1.jar [2023-09-08T19:47:12.504Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar [2023-09-08T19:47:12.504Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/junit/platform/junit-platform-commons/1.9.1/junit-platform-commons-1.9.1.jar [2023-09-08T19:47:12.504Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar [2023-09-08T19:47:12.504Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.9.1/junit-jupiter-api-5.9.1.jar [2023-09-08T19:47:12.504Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.9.1/junit-platform-commons-1.9.1.jar [2023-09-08T19:47:12.504Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar [2023-09-08T19:47:12.504Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar [2023-09-08T19:47:12.504Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar (7.7 kB at 638 kB/s) [2023-09-08T19:47:12.504Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.9.1/junit-jupiter-api-5.9.1.jar (208 kB at 17 MB/s) [2023-09-08T19:47:12.504Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.9.1/junit-platform-commons-1.9.1.jar (103 kB at 7.4 MB/s) [2023-09-08T19:47:12.504Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar (6.8 kB at 243 kB/s) [2023-09-08T19:47:12.504Z] [INFO] [2023-09-08T19:47:12.504Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.junit.jupiter.api --- [2023-09-08T19:47:12.504Z] [INFO] [2023-09-08T19:47:12.504Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.junit.jupiter.api --- [2023-09-08T19:47:12.504Z] [INFO] The project's OSGi version is 5.9.1.v20221103-2317 [2023-09-08T19:47:12.504Z] [INFO] [2023-09-08T19:47:12.504Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.junit.jupiter.api --- [2023-09-08T19:47:12.504Z] [INFO] [2023-09-08T19:47:12.504Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.junit.jupiter.api --- [2023-09-08T19:47:12.504Z] [INFO] Copying 3 resources [2023-09-08T19:47:12.504Z] [INFO] [2023-09-08T19:47:12.504Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.junit.jupiter.api --- [2023-09-08T19:47:12.504Z] [INFO] No sources to compile [2023-09-08T19:47:12.504Z] [INFO] [2023-09-08T19:47:12.504Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.junit.jupiter.api --- [2023-09-08T19:47:12.504Z] [INFO] Gathering dependencies [2023-09-08T19:47:12.504Z] [INFO] Configured Artifact: org.junit.jupiter:junit-jupiter-api:5.9.1:jar [2023-09-08T19:47:12.504Z] [INFO] Unpacking /home/vnc/.m2/repository/org/junit/jupiter/junit-jupiter-api/5.9.1/junit-jupiter-api-5.9.1.jar to /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.jupiter.api_5.9.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:47:12.504Z] [INFO] Merging collected dependencies [2023-09-08T19:47:12.504Z] [INFO] Copying 183 resources [2023-09-08T19:47:12.504Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:47:12.504Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.junit.jupiter.api:eclipse-bundle-recipe:5.9.1-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:47:12.504Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.jupiter.api_5.9.1/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:47:12.505Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.jupiter.api_5.9.1/target/org.junit.jupiter.api-5.9.1-SNAPSHOT.jar [2023-09-08T19:47:12.761Z] [INFO] Gathering sources [2023-09-08T19:47:12.761Z] [INFO] Configured Artifact: org.junit.jupiter:junit-jupiter-api:sources:5.9.1:jar [2023-09-08T19:47:12.761Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/junit/jupiter/junit-jupiter-api/5.9.1/junit-jupiter-api-5.9.1-sources.jar [2023-09-08T19:47:12.761Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.9.1/junit-jupiter-api-5.9.1-sources.jar [2023-09-08T19:47:12.761Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-api/5.9.1/junit-jupiter-api-5.9.1-sources.jar (203 kB at 8.1 MB/s) [2023-09-08T19:47:12.761Z] [INFO] Unpacking /home/vnc/.m2/repository/org/junit/jupiter/junit-jupiter-api/5.9.1/junit-jupiter-api-5.9.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.jupiter.api_5.9.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:47:12.761Z] [INFO] Copying 3 resources [2023-09-08T19:47:12.761Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.jupiter.api_5.9.1/src/main/java [2023-09-08T19:47:12.761Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.jupiter.api_5.9.1/target/org.junit.jupiter.api-5.9.1-SNAPSHOT-sources.jar [2023-09-08T19:47:12.761Z] [INFO] Assembling p2 repository [2023-09-08T19:47:13.322Z] [INFO] [2023-09-08T19:47:13.322Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.junit.jupiter.api --- [2023-09-08T19:47:13.322Z] [INFO] [2023-09-08T19:47:13.323Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.junit.jupiter.api --- [2023-09-08T19:47:13.323Z] [INFO] Gathering sources archives [2023-09-08T19:47:13.323Z] [INFO] Configured Artifact: org.junit.jupiter:junit-jupiter-api:sources:5.9.1:jar [2023-09-08T19:47:13.323Z] [INFO] Unpacking /home/vnc/.m2/repository/org/junit/jupiter/junit-jupiter-api/5.9.1/junit-jupiter-api-5.9.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.jupiter.api_5.9.1/target/sources-for-eclipse-ipzilla/junit-jupiter-api-5.9.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:47:13.323Z] [INFO] Configured Artifact: org.junit.jupiter:junit-jupiter-api:sources:5.9.1:jar [2023-09-08T19:47:13.323Z] [INFO] Copying junit-jupiter-api-5.9.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.jupiter.api_5.9.1/target/sources-for-eclipse-ipzilla/junit-jupiter-api-5.9.1-sources.jar [2023-09-08T19:47:13.323Z] [INFO] Refreshing about files and about.html [2023-09-08T19:47:13.323Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.jupiter.api_5.9.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:47:13.323Z] [INFO] [2023-09-08T19:47:13.323Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.junit.jupiter.api --- [2023-09-08T19:47:13.323Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.jupiter.api_5.9.1/target/org.junit.jupiter.api-5.9.1-SNAPSHOT.jar [2023-09-08T19:47:15.294Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.jupiter.api_5.9.1/target/org.junit.jupiter.api-5.9.1-SNAPSHOT-sources.jar [2023-09-08T19:47:15.854Z] [INFO] [2023-09-08T19:47:15.854Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.junit.jupiter.api --- [2023-09-08T19:47:16.110Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.junit.jupiter.api:5.9.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.jupiter.api_5.9.1/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:47:16.110Z] no-classifier: different [2023-09-08T19:47:16.110Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:47:16.110Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:47:16.110Z] classifier-sources: different [2023-09-08T19:47:16.110Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:47:16.110Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:47:16.110Z] [2023-09-08T19:47:16.110Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.junit.jupiter.api:5.9.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.jupiter.api_5.9.1/pom.xml [2023-09-08T19:47:16.110Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:47:16.110Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:47:16.110Z] [2023-09-08T19:47:16.110Z] [INFO] [2023-09-08T19:47:16.110Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.junit.jupiter.api --- [2023-09-08T19:47:16.110Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.jupiter.api_5.9.1/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.junit.jupiter.api/5.9.1-SNAPSHOT/org.junit.jupiter.api-5.9.1-SNAPSHOT.pom [2023-09-08T19:47:16.111Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.jupiter.api_5.9.1/target/org.junit.jupiter.api-5.9.1-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.junit.jupiter.api/5.9.1-SNAPSHOT/org.junit.jupiter.api-5.9.1-SNAPSHOT.jar [2023-09-08T19:47:16.111Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.jupiter.api_5.9.1/target/org.junit.jupiter.api-5.9.1-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.junit.jupiter.api/5.9.1-SNAPSHOT/org.junit.jupiter.api-5.9.1-SNAPSHOT-sources.jar [2023-09-08T19:47:16.111Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.jupiter.api_5.9.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.junit.jupiter.api/5.9.1-SNAPSHOT/org.junit.jupiter.api-5.9.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:47:16.111Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.jupiter.api_5.9.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.junit.jupiter.api/5.9.1-SNAPSHOT/org.junit.jupiter.api-5.9.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:47:16.111Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.jupiter.api_5.9.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.junit.jupiter.api/5.9.1-SNAPSHOT/org.junit.jupiter.api-5.9.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:47:16.111Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.jupiter.api_5.9.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.junit.jupiter.api/5.9.1-SNAPSHOT/org.junit.jupiter.api-5.9.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:47:16.111Z] [INFO] [2023-09-08T19:47:16.111Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.junit.jupiter.api --- [2023-09-08T19:47:16.111Z] [INFO] [2023-09-08T19:47:16.111Z] [INFO] ---------< org.eclipse.orbit.bundles:org.junit.jupiter.engine >--------- [2023-09-08T19:47:16.111Z] [INFO] Building JUnit Jupiter Engine 5.9.1-SNAPSHOT [323/375] [2023-09-08T19:47:16.111Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:47:16.111Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/junit/jupiter/junit-jupiter-engine/5.9.1/junit-jupiter-engine-5.9.1.pom [2023-09-08T19:47:16.111Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.9.1/junit-jupiter-engine-5.9.1.pom [2023-09-08T19:47:16.111Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.9.1/junit-jupiter-engine-5.9.1.pom (3.2 kB at 267 kB/s) [2023-09-08T19:47:16.111Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/junit/platform/junit-platform-engine/1.9.1/junit-platform-engine-1.9.1.pom [2023-09-08T19:47:16.111Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.9.1/junit-platform-engine-1.9.1.pom [2023-09-08T19:47:16.111Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.9.1/junit-platform-engine-1.9.1.pom (3.2 kB at 291 kB/s) [2023-09-08T19:47:16.111Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/junit/jupiter/junit-jupiter-engine/5.9.1/junit-jupiter-engine-5.9.1.jar [2023-09-08T19:47:16.111Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/junit/platform/junit-platform-engine/1.9.1/junit-platform-engine-1.9.1.jar [2023-09-08T19:47:16.111Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.9.1/junit-jupiter-engine-5.9.1.jar [2023-09-08T19:47:16.111Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.9.1/junit-platform-engine-1.9.1.jar [2023-09-08T19:47:16.111Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.9.1/junit-platform-engine-1.9.1.jar (188 kB at 13 MB/s) [2023-09-08T19:47:16.111Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.9.1/junit-jupiter-engine-5.9.1.jar (247 kB at 15 MB/s) [2023-09-08T19:47:16.111Z] [INFO] [2023-09-08T19:47:16.111Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.junit.jupiter.engine --- [2023-09-08T19:47:16.111Z] [INFO] [2023-09-08T19:47:16.111Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.junit.jupiter.engine --- [2023-09-08T19:47:16.111Z] [INFO] The project's OSGi version is 5.9.1.v20221103-2317 [2023-09-08T19:47:16.111Z] [INFO] [2023-09-08T19:47:16.111Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.junit.jupiter.engine --- [2023-09-08T19:47:16.111Z] [INFO] [2023-09-08T19:47:16.111Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.junit.jupiter.engine --- [2023-09-08T19:47:16.111Z] [INFO] Copying 3 resources [2023-09-08T19:47:16.111Z] [INFO] [2023-09-08T19:47:16.111Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.junit.jupiter.engine --- [2023-09-08T19:47:16.111Z] [INFO] No sources to compile [2023-09-08T19:47:16.111Z] [INFO] [2023-09-08T19:47:16.111Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.junit.jupiter.engine --- [2023-09-08T19:47:16.111Z] [INFO] Gathering dependencies [2023-09-08T19:47:16.111Z] [INFO] Configured Artifact: org.junit.jupiter:junit-jupiter-engine:5.9.1:jar [2023-09-08T19:47:16.111Z] [INFO] Unpacking /home/vnc/.m2/repository/org/junit/jupiter/junit-jupiter-engine/5.9.1/junit-jupiter-engine-5.9.1.jar to /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.jupiter.engine_5.9.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:47:16.111Z] [INFO] Merging collected dependencies [2023-09-08T19:47:16.111Z] [INFO] Copying 138 resources [2023-09-08T19:47:16.111Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:47:16.366Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.junit.jupiter.engine:eclipse-bundle-recipe:5.9.1-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:47:16.366Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.jupiter.engine_5.9.1/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:47:16.366Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.jupiter.engine_5.9.1/target/org.junit.jupiter.engine-5.9.1-SNAPSHOT.jar [2023-09-08T19:47:16.366Z] [INFO] Gathering sources [2023-09-08T19:47:16.366Z] [INFO] Configured Artifact: org.junit.jupiter:junit-jupiter-engine:sources:5.9.1:jar [2023-09-08T19:47:16.366Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/junit/jupiter/junit-jupiter-engine/5.9.1/junit-jupiter-engine-5.9.1-sources.jar [2023-09-08T19:47:16.366Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.9.1/junit-jupiter-engine-5.9.1-sources.jar [2023-09-08T19:47:16.366Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-engine/5.9.1/junit-jupiter-engine-5.9.1-sources.jar (131 kB at 6.5 MB/s) [2023-09-08T19:47:16.366Z] [INFO] Unpacking /home/vnc/.m2/repository/org/junit/jupiter/junit-jupiter-engine/5.9.1/junit-jupiter-engine-5.9.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.jupiter.engine_5.9.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:47:16.366Z] [INFO] Copying 3 resources [2023-09-08T19:47:16.366Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.jupiter.engine_5.9.1/src/main/java [2023-09-08T19:47:16.366Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.jupiter.engine_5.9.1/target/org.junit.jupiter.engine-5.9.1-SNAPSHOT-sources.jar [2023-09-08T19:47:16.366Z] [INFO] Assembling p2 repository [2023-09-08T19:47:17.294Z] [INFO] [2023-09-08T19:47:17.294Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.junit.jupiter.engine --- [2023-09-08T19:47:17.294Z] [INFO] [2023-09-08T19:47:17.294Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.junit.jupiter.engine --- [2023-09-08T19:47:17.294Z] [INFO] Gathering sources archives [2023-09-08T19:47:17.294Z] [INFO] Configured Artifact: org.junit.jupiter:junit-jupiter-engine:sources:5.9.1:jar [2023-09-08T19:47:17.294Z] [INFO] Unpacking /home/vnc/.m2/repository/org/junit/jupiter/junit-jupiter-engine/5.9.1/junit-jupiter-engine-5.9.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.jupiter.engine_5.9.1/target/sources-for-eclipse-ipzilla/junit-jupiter-engine-5.9.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:47:17.294Z] [INFO] Configured Artifact: org.junit.jupiter:junit-jupiter-engine:sources:5.9.1:jar [2023-09-08T19:47:17.294Z] [INFO] Copying junit-jupiter-engine-5.9.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.jupiter.engine_5.9.1/target/sources-for-eclipse-ipzilla/junit-jupiter-engine-5.9.1-sources.jar [2023-09-08T19:47:17.294Z] [INFO] Refreshing about files and about.html [2023-09-08T19:47:17.294Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.jupiter.engine_5.9.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:47:17.294Z] [INFO] [2023-09-08T19:47:17.294Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.junit.jupiter.engine --- [2023-09-08T19:47:17.294Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.jupiter.engine_5.9.1/target/org.junit.jupiter.engine-5.9.1-SNAPSHOT.jar [2023-09-08T19:47:18.221Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.jupiter.engine_5.9.1/target/org.junit.jupiter.engine-5.9.1-SNAPSHOT-sources.jar [2023-09-08T19:47:18.785Z] [INFO] [2023-09-08T19:47:18.785Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.junit.jupiter.engine --- [2023-09-08T19:47:19.042Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.junit.jupiter.engine:5.9.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.jupiter.engine_5.9.1/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:47:19.042Z] no-classifier: different [2023-09-08T19:47:19.042Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:47:19.042Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:47:19.042Z] classifier-sources: different [2023-09-08T19:47:19.042Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:47:19.042Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:47:19.042Z] [2023-09-08T19:47:19.042Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.junit.jupiter.engine:5.9.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.jupiter.engine_5.9.1/pom.xml [2023-09-08T19:47:19.042Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:47:19.042Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:47:19.042Z] [2023-09-08T19:47:19.042Z] [INFO] [2023-09-08T19:47:19.042Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.junit.jupiter.engine --- [2023-09-08T19:47:19.042Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.jupiter.engine_5.9.1/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.junit.jupiter.engine/5.9.1-SNAPSHOT/org.junit.jupiter.engine-5.9.1-SNAPSHOT.pom [2023-09-08T19:47:19.042Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.jupiter.engine_5.9.1/target/org.junit.jupiter.engine-5.9.1-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.junit.jupiter.engine/5.9.1-SNAPSHOT/org.junit.jupiter.engine-5.9.1-SNAPSHOT.jar [2023-09-08T19:47:19.042Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.jupiter.engine_5.9.1/target/org.junit.jupiter.engine-5.9.1-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.junit.jupiter.engine/5.9.1-SNAPSHOT/org.junit.jupiter.engine-5.9.1-SNAPSHOT-sources.jar [2023-09-08T19:47:19.042Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.jupiter.engine_5.9.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.junit.jupiter.engine/5.9.1-SNAPSHOT/org.junit.jupiter.engine-5.9.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:47:19.042Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.jupiter.engine_5.9.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.junit.jupiter.engine/5.9.1-SNAPSHOT/org.junit.jupiter.engine-5.9.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:47:19.042Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.jupiter.engine_5.9.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.junit.jupiter.engine/5.9.1-SNAPSHOT/org.junit.jupiter.engine-5.9.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:47:19.042Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.jupiter.engine_5.9.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.junit.jupiter.engine/5.9.1-SNAPSHOT/org.junit.jupiter.engine-5.9.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:47:19.042Z] [INFO] [2023-09-08T19:47:19.042Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.junit.jupiter.engine --- [2023-09-08T19:47:19.042Z] [INFO] [2023-09-08T19:47:19.042Z] [INFO] ----< org.eclipse.orbit.bundles:org.junit.jupiter.migrationsupport >---- [2023-09-08T19:47:19.042Z] [INFO] Building JUnit Jupiter Migration Support 5.9.1-SNAPSHOT [324/375] [2023-09-08T19:47:19.042Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:47:19.042Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/junit/jupiter/junit-jupiter-migrationsupport/5.9.1/junit-jupiter-migrationsupport-5.9.1.pom [2023-09-08T19:47:19.042Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-migrationsupport/5.9.1/junit-jupiter-migrationsupport-5.9.1.pom [2023-09-08T19:47:19.042Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-migrationsupport/5.9.1/junit-jupiter-migrationsupport-5.9.1.pom (3.2 kB at 111 kB/s) [2023-09-08T19:47:19.042Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/junit/jupiter/junit-jupiter-migrationsupport/5.9.1/junit-jupiter-migrationsupport-5.9.1.jar [2023-09-08T19:47:19.297Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-migrationsupport/5.9.1/junit-jupiter-migrationsupport-5.9.1.jar [2023-09-08T19:47:19.298Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-migrationsupport/5.9.1/junit-jupiter-migrationsupport-5.9.1.jar (28 kB at 893 kB/s) [2023-09-08T19:47:19.298Z] [INFO] [2023-09-08T19:47:19.298Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.junit.jupiter.migrationsupport --- [2023-09-08T19:47:19.298Z] [INFO] [2023-09-08T19:47:19.298Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.junit.jupiter.migrationsupport --- [2023-09-08T19:47:19.298Z] [INFO] The project's OSGi version is 5.9.1.v20221103-2317 [2023-09-08T19:47:19.298Z] [INFO] [2023-09-08T19:47:19.298Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.junit.jupiter.migrationsupport --- [2023-09-08T19:47:19.298Z] [INFO] [2023-09-08T19:47:19.298Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.junit.jupiter.migrationsupport --- [2023-09-08T19:47:19.298Z] [INFO] Copying 3 resources [2023-09-08T19:47:19.298Z] [INFO] [2023-09-08T19:47:19.298Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.junit.jupiter.migrationsupport --- [2023-09-08T19:47:19.298Z] [INFO] No sources to compile [2023-09-08T19:47:19.298Z] [INFO] [2023-09-08T19:47:19.298Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.junit.jupiter.migrationsupport --- [2023-09-08T19:47:19.298Z] [INFO] Gathering dependencies [2023-09-08T19:47:19.298Z] [INFO] Configured Artifact: org.junit.jupiter:junit-jupiter-migrationsupport:5.9.1:jar [2023-09-08T19:47:19.298Z] [INFO] Unpacking /home/vnc/.m2/repository/org/junit/jupiter/junit-jupiter-migrationsupport/5.9.1/junit-jupiter-migrationsupport-5.9.1.jar to /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.jupiter.migrationsupport_5.9.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:47:19.298Z] [INFO] Merging collected dependencies [2023-09-08T19:47:19.298Z] [INFO] Copying 21 resources [2023-09-08T19:47:19.298Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:47:19.298Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.junit.jupiter.migrationsupport:eclipse-bundle-recipe:5.9.1-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:47:19.298Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.jupiter.migrationsupport_5.9.1/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:47:19.298Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.jupiter.migrationsupport_5.9.1/target/org.junit.jupiter.migrationsupport-5.9.1-SNAPSHOT.jar [2023-09-08T19:47:19.298Z] [INFO] Gathering sources [2023-09-08T19:47:19.298Z] [INFO] Configured Artifact: org.junit.jupiter:junit-jupiter-migrationsupport:sources:5.9.1:jar [2023-09-08T19:47:19.298Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/junit/jupiter/junit-jupiter-migrationsupport/5.9.1/junit-jupiter-migrationsupport-5.9.1-sources.jar [2023-09-08T19:47:19.298Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-migrationsupport/5.9.1/junit-jupiter-migrationsupport-5.9.1-sources.jar [2023-09-08T19:47:19.298Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-migrationsupport/5.9.1/junit-jupiter-migrationsupport-5.9.1-sources.jar (24 kB at 920 kB/s) [2023-09-08T19:47:19.298Z] [INFO] Unpacking /home/vnc/.m2/repository/org/junit/jupiter/junit-jupiter-migrationsupport/5.9.1/junit-jupiter-migrationsupport-5.9.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.jupiter.migrationsupport_5.9.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:47:19.298Z] [INFO] Copying 3 resources [2023-09-08T19:47:19.298Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.jupiter.migrationsupport_5.9.1/src/main/java [2023-09-08T19:47:19.298Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.jupiter.migrationsupport_5.9.1/target/org.junit.jupiter.migrationsupport-5.9.1-SNAPSHOT-sources.jar [2023-09-08T19:47:19.298Z] [INFO] Assembling p2 repository [2023-09-08T19:47:19.859Z] [INFO] [2023-09-08T19:47:19.859Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.junit.jupiter.migrationsupport --- [2023-09-08T19:47:19.859Z] [INFO] [2023-09-08T19:47:19.859Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.junit.jupiter.migrationsupport --- [2023-09-08T19:47:19.859Z] [INFO] Gathering sources archives [2023-09-08T19:47:19.859Z] [INFO] Configured Artifact: org.junit.jupiter:junit-jupiter-migrationsupport:sources:5.9.1:jar [2023-09-08T19:47:19.859Z] [INFO] Unpacking /home/vnc/.m2/repository/org/junit/jupiter/junit-jupiter-migrationsupport/5.9.1/junit-jupiter-migrationsupport-5.9.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.jupiter.migrationsupport_5.9.1/target/sources-for-eclipse-ipzilla/junit-jupiter-migrationsupport-5.9.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:47:19.859Z] [INFO] Configured Artifact: org.junit.jupiter:junit-jupiter-migrationsupport:sources:5.9.1:jar [2023-09-08T19:47:20.114Z] [INFO] Copying junit-jupiter-migrationsupport-5.9.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.jupiter.migrationsupport_5.9.1/target/sources-for-eclipse-ipzilla/junit-jupiter-migrationsupport-5.9.1-sources.jar [2023-09-08T19:47:20.115Z] [INFO] Refreshing about files and about.html [2023-09-08T19:47:20.115Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.jupiter.migrationsupport_5.9.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:47:20.115Z] [INFO] [2023-09-08T19:47:20.115Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.junit.jupiter.migrationsupport --- [2023-09-08T19:47:20.115Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.jupiter.migrationsupport_5.9.1/target/org.junit.jupiter.migrationsupport-5.9.1-SNAPSHOT.jar [2023-09-08T19:47:21.042Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.jupiter.migrationsupport_5.9.1/target/org.junit.jupiter.migrationsupport-5.9.1-SNAPSHOT-sources.jar [2023-09-08T19:47:21.606Z] [INFO] [2023-09-08T19:47:21.606Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.junit.jupiter.migrationsupport --- [2023-09-08T19:47:21.606Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.junit.jupiter.migrationsupport:5.9.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.jupiter.migrationsupport_5.9.1/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:47:21.606Z] no-classifier: different [2023-09-08T19:47:21.606Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:47:21.606Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:47:21.606Z] classifier-sources: different [2023-09-08T19:47:21.606Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:47:21.606Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:47:21.606Z] [2023-09-08T19:47:21.607Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.junit.jupiter.migrationsupport:5.9.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.jupiter.migrationsupport_5.9.1/pom.xml [2023-09-08T19:47:21.607Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:47:21.607Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:47:21.607Z] [2023-09-08T19:47:21.607Z] [INFO] [2023-09-08T19:47:21.607Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.junit.jupiter.migrationsupport --- [2023-09-08T19:47:21.607Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.jupiter.migrationsupport_5.9.1/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.junit.jupiter.migrationsupport/5.9.1-SNAPSHOT/org.junit.jupiter.migrationsupport-5.9.1-SNAPSHOT.pom [2023-09-08T19:47:21.607Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.jupiter.migrationsupport_5.9.1/target/org.junit.jupiter.migrationsupport-5.9.1-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.junit.jupiter.migrationsupport/5.9.1-SNAPSHOT/org.junit.jupiter.migrationsupport-5.9.1-SNAPSHOT.jar [2023-09-08T19:47:21.607Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.jupiter.migrationsupport_5.9.1/target/org.junit.jupiter.migrationsupport-5.9.1-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.junit.jupiter.migrationsupport/5.9.1-SNAPSHOT/org.junit.jupiter.migrationsupport-5.9.1-SNAPSHOT-sources.jar [2023-09-08T19:47:21.607Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.jupiter.migrationsupport_5.9.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.junit.jupiter.migrationsupport/5.9.1-SNAPSHOT/org.junit.jupiter.migrationsupport-5.9.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:47:21.607Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.jupiter.migrationsupport_5.9.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.junit.jupiter.migrationsupport/5.9.1-SNAPSHOT/org.junit.jupiter.migrationsupport-5.9.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:47:21.607Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.jupiter.migrationsupport_5.9.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.junit.jupiter.migrationsupport/5.9.1-SNAPSHOT/org.junit.jupiter.migrationsupport-5.9.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:47:21.607Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.jupiter.migrationsupport_5.9.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.junit.jupiter.migrationsupport/5.9.1-SNAPSHOT/org.junit.jupiter.migrationsupport-5.9.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:47:21.607Z] [INFO] [2023-09-08T19:47:21.607Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.junit.jupiter.migrationsupport --- [2023-09-08T19:47:21.607Z] [INFO] [2023-09-08T19:47:21.607Z] [INFO] ---------< org.eclipse.orbit.bundles:org.junit.jupiter.params >--------- [2023-09-08T19:47:21.607Z] [INFO] Building JUnit Jupiter Params 5.9.1-SNAPSHOT [325/375] [2023-09-08T19:47:21.607Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:47:21.607Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/junit/jupiter/junit-jupiter-params/5.9.1/junit-jupiter-params-5.9.1.pom [2023-09-08T19:47:21.607Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.9.1/junit-jupiter-params-5.9.1.pom [2023-09-08T19:47:21.607Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.9.1/junit-jupiter-params-5.9.1.pom (3.0 kB at 273 kB/s) [2023-09-08T19:47:21.607Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/junit/jupiter/junit-jupiter-params/5.9.1/junit-jupiter-params-5.9.1.jar [2023-09-08T19:47:21.607Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.9.1/junit-jupiter-params-5.9.1.jar [2023-09-08T19:47:21.862Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.9.1/junit-jupiter-params-5.9.1.jar (579 kB at 34 MB/s) [2023-09-08T19:47:21.862Z] [INFO] [2023-09-08T19:47:21.862Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.junit.jupiter.params --- [2023-09-08T19:47:21.862Z] [INFO] [2023-09-08T19:47:21.862Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.junit.jupiter.params --- [2023-09-08T19:47:21.862Z] [INFO] The project's OSGi version is 5.9.1.v20221103-2317 [2023-09-08T19:47:21.862Z] [INFO] [2023-09-08T19:47:21.862Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.junit.jupiter.params --- [2023-09-08T19:47:21.862Z] [INFO] [2023-09-08T19:47:21.863Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.junit.jupiter.params --- [2023-09-08T19:47:21.863Z] [INFO] Copying 3 resources [2023-09-08T19:47:21.863Z] [INFO] [2023-09-08T19:47:21.863Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.junit.jupiter.params --- [2023-09-08T19:47:21.863Z] [INFO] No sources to compile [2023-09-08T19:47:21.863Z] [INFO] [2023-09-08T19:47:21.863Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.junit.jupiter.params --- [2023-09-08T19:47:21.863Z] [INFO] Gathering dependencies [2023-09-08T19:47:21.863Z] [INFO] Configured Artifact: org.junit.jupiter:junit-jupiter-params:5.9.1:jar [2023-09-08T19:47:21.863Z] [INFO] Unpacking /home/vnc/.m2/repository/org/junit/jupiter/junit-jupiter-params/5.9.1/junit-jupiter-params-5.9.1.jar to /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.jupiter.params_5.9.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:47:21.863Z] [INFO] Merging collected dependencies [2023-09-08T19:47:21.863Z] [INFO] Copying 348 resources [2023-09-08T19:47:21.863Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:47:21.863Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.junit.jupiter.params:eclipse-bundle-recipe:5.9.1-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:47:21.863Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.jupiter.params_5.9.1/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:47:21.863Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.jupiter.params_5.9.1/target/org.junit.jupiter.params-5.9.1-SNAPSHOT.jar [2023-09-08T19:47:22.120Z] [INFO] Gathering sources [2023-09-08T19:47:22.120Z] [INFO] Configured Artifact: org.junit.jupiter:junit-jupiter-params:sources:5.9.1:jar [2023-09-08T19:47:22.120Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/junit/jupiter/junit-jupiter-params/5.9.1/junit-jupiter-params-5.9.1-sources.jar [2023-09-08T19:47:22.120Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.9.1/junit-jupiter-params-5.9.1-sources.jar [2023-09-08T19:47:22.120Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/jupiter/junit-jupiter-params/5.9.1/junit-jupiter-params-5.9.1-sources.jar (73 kB at 2.8 MB/s) [2023-09-08T19:47:22.120Z] [INFO] Unpacking /home/vnc/.m2/repository/org/junit/jupiter/junit-jupiter-params/5.9.1/junit-jupiter-params-5.9.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.jupiter.params_5.9.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:47:22.120Z] [INFO] Copying 3 resources [2023-09-08T19:47:22.120Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.jupiter.params_5.9.1/src/main/java [2023-09-08T19:47:22.120Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.jupiter.params_5.9.1/target/org.junit.jupiter.params-5.9.1-SNAPSHOT-sources.jar [2023-09-08T19:47:22.120Z] [INFO] Assembling p2 repository [2023-09-08T19:47:22.682Z] [INFO] [2023-09-08T19:47:22.682Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.junit.jupiter.params --- [2023-09-08T19:47:22.682Z] [INFO] [2023-09-08T19:47:22.682Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.junit.jupiter.params --- [2023-09-08T19:47:22.682Z] [INFO] Gathering sources archives [2023-09-08T19:47:22.682Z] [INFO] Configured Artifact: org.junit.jupiter:junit-jupiter-params:sources:5.9.1:jar [2023-09-08T19:47:22.682Z] [INFO] Unpacking /home/vnc/.m2/repository/org/junit/jupiter/junit-jupiter-params/5.9.1/junit-jupiter-params-5.9.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.jupiter.params_5.9.1/target/sources-for-eclipse-ipzilla/junit-jupiter-params-5.9.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:47:22.682Z] [INFO] Configured Artifact: org.junit.jupiter:junit-jupiter-params:sources:5.9.1:jar [2023-09-08T19:47:22.682Z] [INFO] Copying junit-jupiter-params-5.9.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.jupiter.params_5.9.1/target/sources-for-eclipse-ipzilla/junit-jupiter-params-5.9.1-sources.jar [2023-09-08T19:47:22.682Z] [INFO] Refreshing about files and about.html [2023-09-08T19:47:22.682Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.jupiter.params_5.9.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:47:22.682Z] [INFO] [2023-09-08T19:47:22.682Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.junit.jupiter.params --- [2023-09-08T19:47:22.938Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.jupiter.params_5.9.1/target/org.junit.jupiter.params-5.9.1-SNAPSHOT.jar [2023-09-08T19:47:24.831Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.jupiter.params_5.9.1/target/org.junit.jupiter.params-5.9.1-SNAPSHOT-sources.jar [2023-09-08T19:47:25.761Z] [INFO] [2023-09-08T19:47:25.761Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.junit.jupiter.params --- [2023-09-08T19:47:25.761Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.junit.jupiter.params:5.9.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.jupiter.params_5.9.1/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:47:25.761Z] no-classifier: different [2023-09-08T19:47:25.761Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:47:25.761Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:47:25.761Z] classifier-sources: different [2023-09-08T19:47:25.761Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:47:25.761Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:47:25.761Z] [2023-09-08T19:47:26.016Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.junit.jupiter.params:5.9.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.jupiter.params_5.9.1/pom.xml [2023-09-08T19:47:26.016Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:47:26.016Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:47:26.016Z] [2023-09-08T19:47:26.016Z] [INFO] [2023-09-08T19:47:26.016Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.junit.jupiter.params --- [2023-09-08T19:47:26.016Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.jupiter.params_5.9.1/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.junit.jupiter.params/5.9.1-SNAPSHOT/org.junit.jupiter.params-5.9.1-SNAPSHOT.pom [2023-09-08T19:47:26.016Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.jupiter.params_5.9.1/target/org.junit.jupiter.params-5.9.1-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.junit.jupiter.params/5.9.1-SNAPSHOT/org.junit.jupiter.params-5.9.1-SNAPSHOT.jar [2023-09-08T19:47:26.016Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.jupiter.params_5.9.1/target/org.junit.jupiter.params-5.9.1-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.junit.jupiter.params/5.9.1-SNAPSHOT/org.junit.jupiter.params-5.9.1-SNAPSHOT-sources.jar [2023-09-08T19:47:26.016Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.jupiter.params_5.9.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.junit.jupiter.params/5.9.1-SNAPSHOT/org.junit.jupiter.params-5.9.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:47:26.016Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.jupiter.params_5.9.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.junit.jupiter.params/5.9.1-SNAPSHOT/org.junit.jupiter.params-5.9.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:47:26.016Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.jupiter.params_5.9.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.junit.jupiter.params/5.9.1-SNAPSHOT/org.junit.jupiter.params-5.9.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:47:26.016Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.jupiter.params_5.9.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.junit.jupiter.params/5.9.1-SNAPSHOT/org.junit.jupiter.params-5.9.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:47:26.016Z] [INFO] [2023-09-08T19:47:26.016Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.junit.jupiter.params --- [2023-09-08T19:47:26.016Z] [INFO] [2023-09-08T19:47:26.016Z] [INFO] --------< org.eclipse.orbit.bundles:org.junit.platform.commons >-------- [2023-09-08T19:47:26.016Z] [INFO] Building JUnit Platform Commons 1.9.1-SNAPSHOT [326/375] [2023-09-08T19:47:26.016Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:47:26.016Z] [INFO] [2023-09-08T19:47:26.016Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.junit.platform.commons --- [2023-09-08T19:47:26.016Z] [INFO] [2023-09-08T19:47:26.017Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.junit.platform.commons --- [2023-09-08T19:47:26.017Z] [INFO] The project's OSGi version is 1.9.1.v20221103-2317 [2023-09-08T19:47:26.017Z] [INFO] [2023-09-08T19:47:26.017Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.junit.platform.commons --- [2023-09-08T19:47:26.017Z] [INFO] [2023-09-08T19:47:26.017Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.junit.platform.commons --- [2023-09-08T19:47:26.017Z] [INFO] Copying 3 resources [2023-09-08T19:47:26.017Z] [INFO] [2023-09-08T19:47:26.017Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.junit.platform.commons --- [2023-09-08T19:47:26.017Z] [INFO] No sources to compile [2023-09-08T19:47:26.017Z] [INFO] [2023-09-08T19:47:26.017Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.junit.platform.commons --- [2023-09-08T19:47:26.017Z] [INFO] Gathering dependencies [2023-09-08T19:47:26.017Z] [INFO] Configured Artifact: org.junit.platform:junit-platform-commons:1.9.1:jar [2023-09-08T19:47:26.017Z] [INFO] Unpacking /home/vnc/.m2/repository/org/junit/platform/junit-platform-commons/1.9.1/junit-platform-commons-1.9.1.jar to /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.commons_1.9.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:47:26.017Z] [INFO] Merging collected dependencies [2023-09-08T19:47:26.017Z] [INFO] Copying 48 resources [2023-09-08T19:47:26.017Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:47:26.017Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.junit.platform.commons:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:47:26.017Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.junit.platform.commons:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Classes found in the wrong directory: {META-INF/versions/9/org/junit/platform/commons/util/ModuleUtils$ModuleReferenceScanner.class=org.junit.platform.commons.util.ModuleUtils$ModuleReferenceScanner, META-INF/versions/9/org/junit/platform/commons/util/ModuleUtils.class=org.junit.platform.commons.util.ModuleUtils} [2023-09-08T19:47:26.017Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.commons_1.9.1/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:47:26.017Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.commons_1.9.1/target/org.junit.platform.commons-1.9.1-SNAPSHOT.jar [2023-09-08T19:47:26.017Z] [INFO] Gathering sources [2023-09-08T19:47:26.017Z] [INFO] Configured Artifact: org.junit.platform:junit-platform-commons:sources:1.9.1:jar [2023-09-08T19:47:26.017Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/junit/platform/junit-platform-commons/1.9.1/junit-platform-commons-1.9.1-sources.jar [2023-09-08T19:47:26.017Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.9.1/junit-platform-commons-1.9.1-sources.jar [2023-09-08T19:47:26.017Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-commons/1.9.1/junit-platform-commons-1.9.1-sources.jar (76 kB at 5.8 MB/s) [2023-09-08T19:47:26.017Z] [INFO] Unpacking /home/vnc/.m2/repository/org/junit/platform/junit-platform-commons/1.9.1/junit-platform-commons-1.9.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.commons_1.9.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:47:26.274Z] [INFO] Copying 3 resources [2023-09-08T19:47:26.274Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.commons_1.9.1/src/main/java [2023-09-08T19:47:26.274Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.commons_1.9.1/target/org.junit.platform.commons-1.9.1-SNAPSHOT-sources.jar [2023-09-08T19:47:26.274Z] [INFO] Assembling p2 repository [2023-09-08T19:47:26.839Z] [INFO] [2023-09-08T19:47:26.839Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.junit.platform.commons --- [2023-09-08T19:47:26.839Z] [INFO] [2023-09-08T19:47:26.839Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.junit.platform.commons --- [2023-09-08T19:47:26.839Z] [INFO] Gathering sources archives [2023-09-08T19:47:26.839Z] [INFO] Configured Artifact: org.junit.platform:junit-platform-commons:sources:1.9.1:jar [2023-09-08T19:47:26.839Z] [INFO] Unpacking /home/vnc/.m2/repository/org/junit/platform/junit-platform-commons/1.9.1/junit-platform-commons-1.9.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.commons_1.9.1/target/sources-for-eclipse-ipzilla/junit-platform-commons-1.9.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:47:26.839Z] [INFO] Configured Artifact: org.junit.platform:junit-platform-commons:sources:1.9.1:jar [2023-09-08T19:47:26.839Z] [INFO] Copying junit-platform-commons-1.9.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.commons_1.9.1/target/sources-for-eclipse-ipzilla/junit-platform-commons-1.9.1-sources.jar [2023-09-08T19:47:26.839Z] [INFO] Refreshing about files and about.html [2023-09-08T19:47:26.839Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.commons_1.9.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:47:26.839Z] [INFO] [2023-09-08T19:47:26.839Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.junit.platform.commons --- [2023-09-08T19:47:26.839Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.commons_1.9.1/target/org.junit.platform.commons-1.9.1-SNAPSHOT.jar [2023-09-08T19:47:27.402Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.commons_1.9.1/target/org.junit.platform.commons-1.9.1-SNAPSHOT-sources.jar [2023-09-08T19:47:28.332Z] [INFO] [2023-09-08T19:47:28.332Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.junit.platform.commons --- [2023-09-08T19:47:28.332Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.junit.platform.commons:1.9.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.commons_1.9.1/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:47:28.332Z] no-classifier: different [2023-09-08T19:47:28.332Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:47:28.332Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:47:28.332Z] classifier-sources: different [2023-09-08T19:47:28.332Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:47:28.332Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:47:28.332Z] [2023-09-08T19:47:28.332Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.junit.platform.commons:1.9.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.commons_1.9.1/pom.xml [2023-09-08T19:47:28.332Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:47:28.332Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:47:28.332Z] [2023-09-08T19:47:28.332Z] [INFO] [2023-09-08T19:47:28.332Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.junit.platform.commons --- [2023-09-08T19:47:28.332Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.commons_1.9.1/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.junit.platform.commons/1.9.1-SNAPSHOT/org.junit.platform.commons-1.9.1-SNAPSHOT.pom [2023-09-08T19:47:28.332Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.commons_1.9.1/target/org.junit.platform.commons-1.9.1-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.junit.platform.commons/1.9.1-SNAPSHOT/org.junit.platform.commons-1.9.1-SNAPSHOT.jar [2023-09-08T19:47:28.332Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.commons_1.9.1/target/org.junit.platform.commons-1.9.1-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.junit.platform.commons/1.9.1-SNAPSHOT/org.junit.platform.commons-1.9.1-SNAPSHOT-sources.jar [2023-09-08T19:47:28.332Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.commons_1.9.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.junit.platform.commons/1.9.1-SNAPSHOT/org.junit.platform.commons-1.9.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:47:28.332Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.commons_1.9.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.junit.platform.commons/1.9.1-SNAPSHOT/org.junit.platform.commons-1.9.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:47:28.332Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.commons_1.9.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.junit.platform.commons/1.9.1-SNAPSHOT/org.junit.platform.commons-1.9.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:47:28.332Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.commons_1.9.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.junit.platform.commons/1.9.1-SNAPSHOT/org.junit.platform.commons-1.9.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:47:28.332Z] [INFO] [2023-09-08T19:47:28.332Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.junit.platform.commons --- [2023-09-08T19:47:28.332Z] [INFO] [2023-09-08T19:47:28.332Z] [INFO] --------< org.eclipse.orbit.bundles:org.junit.platform.engine >--------- [2023-09-08T19:47:28.332Z] [INFO] Building JUnit Platform Engine API 1.9.1-SNAPSHOT [327/375] [2023-09-08T19:47:28.332Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:47:28.332Z] [INFO] [2023-09-08T19:47:28.332Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.junit.platform.engine --- [2023-09-08T19:47:28.332Z] [INFO] [2023-09-08T19:47:28.332Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.junit.platform.engine --- [2023-09-08T19:47:28.332Z] [INFO] The project's OSGi version is 1.9.1.v20221103-2317 [2023-09-08T19:47:28.332Z] [INFO] [2023-09-08T19:47:28.332Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.junit.platform.engine --- [2023-09-08T19:47:28.332Z] [INFO] [2023-09-08T19:47:28.332Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.junit.platform.engine --- [2023-09-08T19:47:28.332Z] [INFO] Copying 3 resources [2023-09-08T19:47:28.332Z] [INFO] [2023-09-08T19:47:28.332Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.junit.platform.engine --- [2023-09-08T19:47:28.332Z] [INFO] No sources to compile [2023-09-08T19:47:28.332Z] [INFO] [2023-09-08T19:47:28.332Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.junit.platform.engine --- [2023-09-08T19:47:28.332Z] [INFO] Gathering dependencies [2023-09-08T19:47:28.332Z] [INFO] Configured Artifact: org.junit.platform:junit-platform-engine:1.9.1:jar [2023-09-08T19:47:28.332Z] [INFO] Unpacking /home/vnc/.m2/repository/org/junit/platform/junit-platform-engine/1.9.1/junit-platform-engine-1.9.1.jar to /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.engine_1.9.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:47:28.333Z] [INFO] Merging collected dependencies [2023-09-08T19:47:28.333Z] [INFO] Copying 130 resources [2023-09-08T19:47:28.333Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:47:28.333Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.junit.platform.engine:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:47:28.333Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.engine_1.9.1/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:47:28.333Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.engine_1.9.1/target/org.junit.platform.engine-1.9.1-SNAPSHOT.jar [2023-09-08T19:47:28.588Z] [INFO] Gathering sources [2023-09-08T19:47:28.588Z] [INFO] Configured Artifact: org.junit.platform:junit-platform-engine:sources:1.9.1:jar [2023-09-08T19:47:28.588Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/junit/platform/junit-platform-engine/1.9.1/junit-platform-engine-1.9.1-sources.jar [2023-09-08T19:47:28.588Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.9.1/junit-platform-engine-1.9.1-sources.jar [2023-09-08T19:47:28.588Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-engine/1.9.1/junit-platform-engine-1.9.1-sources.jar (135 kB at 10 MB/s) [2023-09-08T19:47:28.588Z] [INFO] Unpacking /home/vnc/.m2/repository/org/junit/platform/junit-platform-engine/1.9.1/junit-platform-engine-1.9.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.engine_1.9.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:47:28.588Z] [INFO] Copying 3 resources [2023-09-08T19:47:28.588Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.engine_1.9.1/src/main/java [2023-09-08T19:47:28.588Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.engine_1.9.1/target/org.junit.platform.engine-1.9.1-SNAPSHOT-sources.jar [2023-09-08T19:47:28.588Z] [INFO] Assembling p2 repository [2023-09-08T19:47:29.151Z] [INFO] [2023-09-08T19:47:29.151Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.junit.platform.engine --- [2023-09-08T19:47:29.151Z] [INFO] [2023-09-08T19:47:29.151Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.junit.platform.engine --- [2023-09-08T19:47:29.151Z] [INFO] Gathering sources archives [2023-09-08T19:47:29.151Z] [INFO] Configured Artifact: org.junit.platform:junit-platform-engine:sources:1.9.1:jar [2023-09-08T19:47:29.151Z] [INFO] Unpacking /home/vnc/.m2/repository/org/junit/platform/junit-platform-engine/1.9.1/junit-platform-engine-1.9.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.engine_1.9.1/target/sources-for-eclipse-ipzilla/junit-platform-engine-1.9.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:47:29.151Z] [INFO] Configured Artifact: org.junit.platform:junit-platform-engine:sources:1.9.1:jar [2023-09-08T19:47:29.151Z] [INFO] Copying junit-platform-engine-1.9.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.engine_1.9.1/target/sources-for-eclipse-ipzilla/junit-platform-engine-1.9.1-sources.jar [2023-09-08T19:47:29.151Z] [INFO] Refreshing about files and about.html [2023-09-08T19:47:29.151Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.engine_1.9.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:47:29.151Z] [INFO] [2023-09-08T19:47:29.151Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.junit.platform.engine --- [2023-09-08T19:47:29.151Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.engine_1.9.1/target/org.junit.platform.engine-1.9.1-SNAPSHOT.jar [2023-09-08T19:47:30.081Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.engine_1.9.1/target/org.junit.platform.engine-1.9.1-SNAPSHOT-sources.jar [2023-09-08T19:47:31.975Z] [INFO] [2023-09-08T19:47:31.975Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.junit.platform.engine --- [2023-09-08T19:47:31.975Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.junit.platform.engine:1.9.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.engine_1.9.1/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:47:31.975Z] no-classifier: different [2023-09-08T19:47:31.975Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:47:31.975Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:47:31.975Z] classifier-sources: different [2023-09-08T19:47:31.975Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:47:31.975Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:47:31.975Z] [2023-09-08T19:47:31.975Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.junit.platform.engine:1.9.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.engine_1.9.1/pom.xml [2023-09-08T19:47:31.975Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:47:31.975Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:47:31.975Z] [2023-09-08T19:47:31.975Z] [INFO] [2023-09-08T19:47:31.975Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.junit.platform.engine --- [2023-09-08T19:47:31.975Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.engine_1.9.1/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.junit.platform.engine/1.9.1-SNAPSHOT/org.junit.platform.engine-1.9.1-SNAPSHOT.pom [2023-09-08T19:47:31.975Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.engine_1.9.1/target/org.junit.platform.engine-1.9.1-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.junit.platform.engine/1.9.1-SNAPSHOT/org.junit.platform.engine-1.9.1-SNAPSHOT.jar [2023-09-08T19:47:31.975Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.engine_1.9.1/target/org.junit.platform.engine-1.9.1-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.junit.platform.engine/1.9.1-SNAPSHOT/org.junit.platform.engine-1.9.1-SNAPSHOT-sources.jar [2023-09-08T19:47:31.976Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.engine_1.9.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.junit.platform.engine/1.9.1-SNAPSHOT/org.junit.platform.engine-1.9.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:47:31.976Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.engine_1.9.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.junit.platform.engine/1.9.1-SNAPSHOT/org.junit.platform.engine-1.9.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:47:31.976Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.engine_1.9.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.junit.platform.engine/1.9.1-SNAPSHOT/org.junit.platform.engine-1.9.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:47:31.976Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.engine_1.9.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.junit.platform.engine/1.9.1-SNAPSHOT/org.junit.platform.engine-1.9.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:47:31.976Z] [INFO] [2023-09-08T19:47:31.976Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.junit.platform.engine --- [2023-09-08T19:47:31.976Z] [INFO] [2023-09-08T19:47:31.976Z] [INFO] -------< org.eclipse.orbit.bundles:org.junit.platform.launcher >-------- [2023-09-08T19:47:31.976Z] [INFO] Building JUnit Platform Launcher 1.9.1-SNAPSHOT [328/375] [2023-09-08T19:47:31.976Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:47:31.976Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/junit/platform/junit-platform-launcher/1.9.1/junit-platform-launcher-1.9.1.pom [2023-09-08T19:47:31.976Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.9.1/junit-platform-launcher-1.9.1.pom [2023-09-08T19:47:31.976Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.9.1/junit-platform-launcher-1.9.1.pom (3.0 kB at 252 kB/s) [2023-09-08T19:47:31.976Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/junit/platform/junit-platform-launcher/1.9.1/junit-platform-launcher-1.9.1.jar [2023-09-08T19:47:31.976Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.9.1/junit-platform-launcher-1.9.1.jar [2023-09-08T19:47:31.976Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.9.1/junit-platform-launcher-1.9.1.jar (169 kB at 13 MB/s) [2023-09-08T19:47:31.976Z] [INFO] [2023-09-08T19:47:31.976Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.junit.platform.launcher --- [2023-09-08T19:47:31.976Z] [INFO] [2023-09-08T19:47:31.976Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.junit.platform.launcher --- [2023-09-08T19:47:31.976Z] [INFO] The project's OSGi version is 1.9.1.v20221103-2317 [2023-09-08T19:47:31.976Z] [INFO] [2023-09-08T19:47:31.976Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.junit.platform.launcher --- [2023-09-08T19:47:31.976Z] [INFO] [2023-09-08T19:47:31.976Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.junit.platform.launcher --- [2023-09-08T19:47:31.976Z] [INFO] Copying 3 resources [2023-09-08T19:47:31.976Z] [INFO] [2023-09-08T19:47:31.976Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.junit.platform.launcher --- [2023-09-08T19:47:31.976Z] [INFO] No sources to compile [2023-09-08T19:47:31.976Z] [INFO] [2023-09-08T19:47:31.976Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.junit.platform.launcher --- [2023-09-08T19:47:31.976Z] [INFO] Gathering dependencies [2023-09-08T19:47:31.976Z] [INFO] Configured Artifact: org.junit.platform:junit-platform-launcher:1.9.1:jar [2023-09-08T19:47:31.976Z] [INFO] Unpacking /home/vnc/.m2/repository/org/junit/platform/junit-platform-launcher/1.9.1/junit-platform-launcher-1.9.1.jar to /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.launcher_1.9.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:47:31.976Z] [INFO] Merging collected dependencies [2023-09-08T19:47:31.976Z] [INFO] Copying 109 resources [2023-09-08T19:47:31.976Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:47:32.233Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.junit.platform.launcher:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:47:32.233Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.launcher_1.9.1/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:47:32.233Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.launcher_1.9.1/target/org.junit.platform.launcher-1.9.1-SNAPSHOT.jar [2023-09-08T19:47:32.233Z] [INFO] Gathering sources [2023-09-08T19:47:32.233Z] [INFO] Configured Artifact: org.junit.platform:junit-platform-launcher:sources:1.9.1:jar [2023-09-08T19:47:32.233Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/junit/platform/junit-platform-launcher/1.9.1/junit-platform-launcher-1.9.1-sources.jar [2023-09-08T19:47:32.233Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.9.1/junit-platform-launcher-1.9.1-sources.jar [2023-09-08T19:47:32.233Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-launcher/1.9.1/junit-platform-launcher-1.9.1-sources.jar (101 kB at 7.8 MB/s) [2023-09-08T19:47:32.233Z] [INFO] Unpacking /home/vnc/.m2/repository/org/junit/platform/junit-platform-launcher/1.9.1/junit-platform-launcher-1.9.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.launcher_1.9.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:47:32.233Z] [INFO] Copying 3 resources [2023-09-08T19:47:32.233Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.launcher_1.9.1/src/main/java [2023-09-08T19:47:32.233Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.launcher_1.9.1/target/org.junit.platform.launcher-1.9.1-SNAPSHOT-sources.jar [2023-09-08T19:47:32.233Z] [INFO] Assembling p2 repository [2023-09-08T19:47:32.796Z] [INFO] [2023-09-08T19:47:32.796Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.junit.platform.launcher --- [2023-09-08T19:47:32.796Z] [INFO] [2023-09-08T19:47:32.796Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.junit.platform.launcher --- [2023-09-08T19:47:32.796Z] [INFO] Gathering sources archives [2023-09-08T19:47:32.796Z] [INFO] Configured Artifact: org.junit.platform:junit-platform-launcher:sources:1.9.1:jar [2023-09-08T19:47:32.796Z] [INFO] Unpacking /home/vnc/.m2/repository/org/junit/platform/junit-platform-launcher/1.9.1/junit-platform-launcher-1.9.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.launcher_1.9.1/target/sources-for-eclipse-ipzilla/junit-platform-launcher-1.9.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:47:32.796Z] [INFO] Configured Artifact: org.junit.platform:junit-platform-launcher:sources:1.9.1:jar [2023-09-08T19:47:32.796Z] [INFO] Copying junit-platform-launcher-1.9.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.launcher_1.9.1/target/sources-for-eclipse-ipzilla/junit-platform-launcher-1.9.1-sources.jar [2023-09-08T19:47:32.796Z] [INFO] Refreshing about files and about.html [2023-09-08T19:47:32.796Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.launcher_1.9.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:47:32.796Z] [INFO] [2023-09-08T19:47:32.796Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.junit.platform.launcher --- [2023-09-08T19:47:32.796Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.launcher_1.9.1/target/org.junit.platform.launcher-1.9.1-SNAPSHOT.jar [2023-09-08T19:47:36.069Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.launcher_1.9.1/target/org.junit.platform.launcher-1.9.1-SNAPSHOT-sources.jar [2023-09-08T19:47:36.325Z] [INFO] [2023-09-08T19:47:36.325Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.junit.platform.launcher --- [2023-09-08T19:47:36.581Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.junit.platform.launcher:1.9.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.launcher_1.9.1/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:47:36.581Z] no-classifier: different [2023-09-08T19:47:36.581Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:47:36.581Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:47:36.581Z] classifier-sources: different [2023-09-08T19:47:36.581Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:47:36.581Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:47:36.581Z] [2023-09-08T19:47:36.581Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.junit.platform.launcher:1.9.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.launcher_1.9.1/pom.xml [2023-09-08T19:47:36.581Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:47:36.581Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:47:36.581Z] [2023-09-08T19:47:36.581Z] [INFO] [2023-09-08T19:47:36.581Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.junit.platform.launcher --- [2023-09-08T19:47:36.581Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.launcher_1.9.1/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.junit.platform.launcher/1.9.1-SNAPSHOT/org.junit.platform.launcher-1.9.1-SNAPSHOT.pom [2023-09-08T19:47:36.581Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.launcher_1.9.1/target/org.junit.platform.launcher-1.9.1-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.junit.platform.launcher/1.9.1-SNAPSHOT/org.junit.platform.launcher-1.9.1-SNAPSHOT.jar [2023-09-08T19:47:36.581Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.launcher_1.9.1/target/org.junit.platform.launcher-1.9.1-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.junit.platform.launcher/1.9.1-SNAPSHOT/org.junit.platform.launcher-1.9.1-SNAPSHOT-sources.jar [2023-09-08T19:47:36.581Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.launcher_1.9.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.junit.platform.launcher/1.9.1-SNAPSHOT/org.junit.platform.launcher-1.9.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:47:36.581Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.launcher_1.9.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.junit.platform.launcher/1.9.1-SNAPSHOT/org.junit.platform.launcher-1.9.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:47:36.581Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.launcher_1.9.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.junit.platform.launcher/1.9.1-SNAPSHOT/org.junit.platform.launcher-1.9.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:47:36.581Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.launcher_1.9.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.junit.platform.launcher/1.9.1-SNAPSHOT/org.junit.platform.launcher-1.9.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:47:36.581Z] [INFO] [2023-09-08T19:47:36.581Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.junit.platform.launcher --- [2023-09-08T19:47:36.581Z] [INFO] [2023-09-08T19:47:36.581Z] [INFO] --------< org.eclipse.orbit.bundles:org.junit.platform.runner >--------- [2023-09-08T19:47:36.581Z] [INFO] Building JUnit Platform Runner 1.9.1-SNAPSHOT [329/375] [2023-09-08T19:47:36.581Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:47:36.581Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/junit/platform/junit-platform-runner/1.9.1/junit-platform-runner-1.9.1.pom [2023-09-08T19:47:36.581Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-runner/1.9.1/junit-platform-runner-1.9.1.pom [2023-09-08T19:47:36.581Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-runner/1.9.1/junit-platform-runner-1.9.1.pom (3.6 kB at 298 kB/s) [2023-09-08T19:47:36.581Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/junit/platform/junit-platform-suite-api/1.9.1/junit-platform-suite-api-1.9.1.pom [2023-09-08T19:47:36.581Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-suite-api/1.9.1/junit-platform-suite-api-1.9.1.pom [2023-09-08T19:47:36.581Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-suite-api/1.9.1/junit-platform-suite-api-1.9.1.pom (3.0 kB at 168 kB/s) [2023-09-08T19:47:36.581Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/junit/platform/junit-platform-suite-commons/1.9.1/junit-platform-suite-commons-1.9.1.pom [2023-09-08T19:47:36.581Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-suite-commons/1.9.1/junit-platform-suite-commons-1.9.1.pom [2023-09-08T19:47:36.581Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-suite-commons/1.9.1/junit-platform-suite-commons-1.9.1.pom (3.4 kB at 312 kB/s) [2023-09-08T19:47:36.581Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/junit/platform/junit-platform-runner/1.9.1/junit-platform-runner-1.9.1.jar [2023-09-08T19:47:36.581Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/junit/platform/junit-platform-suite-commons/1.9.1/junit-platform-suite-commons-1.9.1.jar [2023-09-08T19:47:36.581Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/junit/platform/junit-platform-suite-api/1.9.1/junit-platform-suite-api-1.9.1.jar [2023-09-08T19:47:36.838Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-runner/1.9.1/junit-platform-runner-1.9.1.jar [2023-09-08T19:47:36.838Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-suite-commons/1.9.1/junit-platform-suite-commons-1.9.1.jar [2023-09-08T19:47:36.838Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-suite-api/1.9.1/junit-platform-suite-api-1.9.1.jar [2023-09-08T19:47:36.838Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-suite-commons/1.9.1/junit-platform-suite-commons-1.9.1.jar (15 kB at 1.3 MB/s) [2023-09-08T19:47:36.838Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-suite-api/1.9.1/junit-platform-suite-api-1.9.1.jar (21 kB at 1.5 MB/s) [2023-09-08T19:47:36.838Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-runner/1.9.1/junit-platform-runner-1.9.1.jar (17 kB at 611 kB/s) [2023-09-08T19:47:36.838Z] [INFO] [2023-09-08T19:47:36.838Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.junit.platform.runner --- [2023-09-08T19:47:36.838Z] [INFO] [2023-09-08T19:47:36.838Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.junit.platform.runner --- [2023-09-08T19:47:36.838Z] [INFO] The project's OSGi version is 1.9.1.v20221103-2317 [2023-09-08T19:47:36.838Z] [INFO] [2023-09-08T19:47:36.838Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.junit.platform.runner --- [2023-09-08T19:47:36.838Z] [INFO] [2023-09-08T19:47:36.838Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.junit.platform.runner --- [2023-09-08T19:47:36.838Z] [INFO] Copying 3 resources [2023-09-08T19:47:36.838Z] [INFO] [2023-09-08T19:47:36.838Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.junit.platform.runner --- [2023-09-08T19:47:36.838Z] [INFO] No sources to compile [2023-09-08T19:47:36.838Z] [INFO] [2023-09-08T19:47:36.838Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.junit.platform.runner --- [2023-09-08T19:47:36.838Z] [INFO] Gathering dependencies [2023-09-08T19:47:36.838Z] [INFO] Configured Artifact: org.junit.platform:junit-platform-runner:1.9.1:jar [2023-09-08T19:47:36.838Z] [INFO] Unpacking /home/vnc/.m2/repository/org/junit/platform/junit-platform-runner/1.9.1/junit-platform-runner-1.9.1.jar to /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.runner_1.9.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:47:36.838Z] [INFO] Merging collected dependencies [2023-09-08T19:47:36.838Z] [INFO] Copying 7 resources [2023-09-08T19:47:36.838Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:47:36.839Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.junit.platform.runner:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:47:36.839Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.runner_1.9.1/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:47:36.839Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.runner_1.9.1/target/org.junit.platform.runner-1.9.1-SNAPSHOT.jar [2023-09-08T19:47:36.839Z] [INFO] Gathering sources [2023-09-08T19:47:36.839Z] [INFO] Configured Artifact: org.junit.platform:junit-platform-runner:sources:1.9.1:jar [2023-09-08T19:47:36.839Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/junit/platform/junit-platform-runner/1.9.1/junit-platform-runner-1.9.1-sources.jar [2023-09-08T19:47:36.839Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-runner/1.9.1/junit-platform-runner-1.9.1-sources.jar [2023-09-08T19:47:36.839Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-runner/1.9.1/junit-platform-runner-1.9.1-sources.jar (12 kB at 285 kB/s) [2023-09-08T19:47:36.839Z] [INFO] Unpacking /home/vnc/.m2/repository/org/junit/platform/junit-platform-runner/1.9.1/junit-platform-runner-1.9.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.runner_1.9.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:47:36.839Z] [INFO] Copying 3 resources [2023-09-08T19:47:36.839Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.runner_1.9.1/src/main/java [2023-09-08T19:47:36.839Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.runner_1.9.1/target/org.junit.platform.runner-1.9.1-SNAPSHOT-sources.jar [2023-09-08T19:47:36.839Z] [INFO] Assembling p2 repository [2023-09-08T19:47:37.402Z] [INFO] [2023-09-08T19:47:37.402Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.junit.platform.runner --- [2023-09-08T19:47:37.402Z] [INFO] [2023-09-08T19:47:37.402Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.junit.platform.runner --- [2023-09-08T19:47:37.402Z] [INFO] Gathering sources archives [2023-09-08T19:47:37.402Z] [INFO] Configured Artifact: org.junit.platform:junit-platform-runner:sources:1.9.1:jar [2023-09-08T19:47:37.402Z] [INFO] Unpacking /home/vnc/.m2/repository/org/junit/platform/junit-platform-runner/1.9.1/junit-platform-runner-1.9.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.runner_1.9.1/target/sources-for-eclipse-ipzilla/junit-platform-runner-1.9.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:47:37.402Z] [INFO] Configured Artifact: org.junit.platform:junit-platform-runner:sources:1.9.1:jar [2023-09-08T19:47:37.402Z] [INFO] Copying junit-platform-runner-1.9.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.runner_1.9.1/target/sources-for-eclipse-ipzilla/junit-platform-runner-1.9.1-sources.jar [2023-09-08T19:47:37.402Z] [INFO] Refreshing about files and about.html [2023-09-08T19:47:37.403Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.runner_1.9.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:47:37.403Z] [INFO] [2023-09-08T19:47:37.403Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.junit.platform.runner --- [2023-09-08T19:47:37.403Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.runner_1.9.1/target/org.junit.platform.runner-1.9.1-SNAPSHOT.jar [2023-09-08T19:47:39.295Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.runner_1.9.1/target/org.junit.platform.runner-1.9.1-SNAPSHOT-sources.jar [2023-09-08T19:47:40.661Z] [INFO] [2023-09-08T19:47:40.662Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.junit.platform.runner --- [2023-09-08T19:47:40.662Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.junit.platform.runner:1.9.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.runner_1.9.1/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:47:40.662Z] no-classifier: different [2023-09-08T19:47:40.662Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:47:40.662Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:47:40.662Z] classifier-sources: different [2023-09-08T19:47:40.662Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:47:40.662Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:47:40.662Z] [2023-09-08T19:47:40.662Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.junit.platform.runner:1.9.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.runner_1.9.1/pom.xml [2023-09-08T19:47:40.662Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:47:40.662Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:47:40.662Z] [2023-09-08T19:47:40.662Z] [INFO] [2023-09-08T19:47:40.662Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.junit.platform.runner --- [2023-09-08T19:47:40.662Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.runner_1.9.1/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.junit.platform.runner/1.9.1-SNAPSHOT/org.junit.platform.runner-1.9.1-SNAPSHOT.pom [2023-09-08T19:47:40.662Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.runner_1.9.1/target/org.junit.platform.runner-1.9.1-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.junit.platform.runner/1.9.1-SNAPSHOT/org.junit.platform.runner-1.9.1-SNAPSHOT.jar [2023-09-08T19:47:40.917Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.runner_1.9.1/target/org.junit.platform.runner-1.9.1-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.junit.platform.runner/1.9.1-SNAPSHOT/org.junit.platform.runner-1.9.1-SNAPSHOT-sources.jar [2023-09-08T19:47:40.917Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.runner_1.9.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.junit.platform.runner/1.9.1-SNAPSHOT/org.junit.platform.runner-1.9.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:47:40.917Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.runner_1.9.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.junit.platform.runner/1.9.1-SNAPSHOT/org.junit.platform.runner-1.9.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:47:40.917Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.runner_1.9.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.junit.platform.runner/1.9.1-SNAPSHOT/org.junit.platform.runner-1.9.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:47:40.917Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.runner_1.9.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.junit.platform.runner/1.9.1-SNAPSHOT/org.junit.platform.runner-1.9.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:47:40.917Z] [INFO] [2023-09-08T19:47:40.917Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.junit.platform.runner --- [2023-09-08T19:47:40.917Z] [INFO] [2023-09-08T19:47:40.918Z] [INFO] -------< org.eclipse.orbit.bundles:org.junit.platform.suite.api >------- [2023-09-08T19:47:40.918Z] [INFO] Building JUnit Platform Suite API 1.9.1-SNAPSHOT [330/375] [2023-09-08T19:47:40.918Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:47:40.918Z] [INFO] [2023-09-08T19:47:40.918Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.junit.platform.suite.api --- [2023-09-08T19:47:40.918Z] [INFO] [2023-09-08T19:47:40.918Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.junit.platform.suite.api --- [2023-09-08T19:47:40.918Z] [INFO] The project's OSGi version is 1.9.1.v20221103-2317 [2023-09-08T19:47:40.918Z] [INFO] [2023-09-08T19:47:40.918Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.junit.platform.suite.api --- [2023-09-08T19:47:40.918Z] [INFO] [2023-09-08T19:47:40.918Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.junit.platform.suite.api --- [2023-09-08T19:47:40.918Z] [INFO] Copying 3 resources [2023-09-08T19:47:40.918Z] [INFO] [2023-09-08T19:47:40.918Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.junit.platform.suite.api --- [2023-09-08T19:47:40.918Z] [INFO] No sources to compile [2023-09-08T19:47:40.918Z] [INFO] [2023-09-08T19:47:40.918Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.junit.platform.suite.api --- [2023-09-08T19:47:40.918Z] [INFO] Gathering dependencies [2023-09-08T19:47:40.918Z] [INFO] Configured Artifact: org.junit.platform:junit-platform-suite-api:1.9.1:jar [2023-09-08T19:47:40.918Z] [INFO] Unpacking /home/vnc/.m2/repository/org/junit/platform/junit-platform-suite-api/1.9.1/junit-platform-suite-api-1.9.1.jar to /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.suite.api_1.9.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:47:40.918Z] [INFO] Merging collected dependencies [2023-09-08T19:47:40.918Z] [INFO] Copying 27 resources [2023-09-08T19:47:40.918Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:47:40.918Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.junit.platform.suite.api:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:47:40.918Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.suite.api_1.9.1/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:47:40.918Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.suite.api_1.9.1/target/org.junit.platform.suite.api-1.9.1-SNAPSHOT.jar [2023-09-08T19:47:40.918Z] [INFO] Gathering sources [2023-09-08T19:47:40.918Z] [INFO] Configured Artifact: org.junit.platform:junit-platform-suite-api:sources:1.9.1:jar [2023-09-08T19:47:40.918Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/junit/platform/junit-platform-suite-api/1.9.1/junit-platform-suite-api-1.9.1-sources.jar [2023-09-08T19:47:40.918Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-suite-api/1.9.1/junit-platform-suite-api-1.9.1-sources.jar [2023-09-08T19:47:40.918Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-suite-api/1.9.1/junit-platform-suite-api-1.9.1-sources.jar (28 kB at 517 kB/s) [2023-09-08T19:47:40.918Z] [INFO] Unpacking /home/vnc/.m2/repository/org/junit/platform/junit-platform-suite-api/1.9.1/junit-platform-suite-api-1.9.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.suite.api_1.9.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:47:40.918Z] [INFO] Copying 3 resources [2023-09-08T19:47:40.918Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.suite.api_1.9.1/src/main/java [2023-09-08T19:47:40.918Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.suite.api_1.9.1/target/org.junit.platform.suite.api-1.9.1-SNAPSHOT-sources.jar [2023-09-08T19:47:40.918Z] [INFO] Assembling p2 repository [2023-09-08T19:47:41.481Z] [INFO] [2023-09-08T19:47:41.481Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.junit.platform.suite.api --- [2023-09-08T19:47:41.481Z] [INFO] [2023-09-08T19:47:41.481Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.junit.platform.suite.api --- [2023-09-08T19:47:41.481Z] [INFO] Gathering sources archives [2023-09-08T19:47:41.481Z] [INFO] Configured Artifact: org.junit.platform:junit-platform-suite-api:sources:1.9.1:jar [2023-09-08T19:47:41.481Z] [INFO] Unpacking /home/vnc/.m2/repository/org/junit/platform/junit-platform-suite-api/1.9.1/junit-platform-suite-api-1.9.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.suite.api_1.9.1/target/sources-for-eclipse-ipzilla/junit-platform-suite-api-1.9.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:47:41.481Z] [INFO] Configured Artifact: org.junit.platform:junit-platform-suite-api:sources:1.9.1:jar [2023-09-08T19:47:41.481Z] [INFO] Copying junit-platform-suite-api-1.9.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.suite.api_1.9.1/target/sources-for-eclipse-ipzilla/junit-platform-suite-api-1.9.1-sources.jar [2023-09-08T19:47:41.481Z] [INFO] Refreshing about files and about.html [2023-09-08T19:47:41.481Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.suite.api_1.9.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:47:41.481Z] [INFO] [2023-09-08T19:47:41.481Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.junit.platform.suite.api --- [2023-09-08T19:47:41.481Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.suite.api_1.9.1/target/org.junit.platform.suite.api-1.9.1-SNAPSHOT.jar [2023-09-08T19:47:42.409Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.suite.api_1.9.1/target/org.junit.platform.suite.api-1.9.1-SNAPSHOT-sources.jar [2023-09-08T19:47:43.339Z] [INFO] [2023-09-08T19:47:43.339Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.junit.platform.suite.api --- [2023-09-08T19:47:43.596Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.junit.platform.suite.api:1.9.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.suite.api_1.9.1/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:47:43.596Z] no-classifier: different [2023-09-08T19:47:43.596Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:47:43.596Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:47:43.596Z] classifier-sources: different [2023-09-08T19:47:43.596Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:47:43.596Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:47:43.596Z] [2023-09-08T19:47:43.596Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.junit.platform.suite.api:1.9.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.suite.api_1.9.1/pom.xml [2023-09-08T19:47:43.596Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:47:43.596Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:47:43.596Z] [2023-09-08T19:47:43.596Z] [INFO] [2023-09-08T19:47:43.596Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.junit.platform.suite.api --- [2023-09-08T19:47:43.596Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.suite.api_1.9.1/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.junit.platform.suite.api/1.9.1-SNAPSHOT/org.junit.platform.suite.api-1.9.1-SNAPSHOT.pom [2023-09-08T19:47:43.596Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.suite.api_1.9.1/target/org.junit.platform.suite.api-1.9.1-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.junit.platform.suite.api/1.9.1-SNAPSHOT/org.junit.platform.suite.api-1.9.1-SNAPSHOT.jar [2023-09-08T19:47:43.596Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.suite.api_1.9.1/target/org.junit.platform.suite.api-1.9.1-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.junit.platform.suite.api/1.9.1-SNAPSHOT/org.junit.platform.suite.api-1.9.1-SNAPSHOT-sources.jar [2023-09-08T19:47:43.596Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.suite.api_1.9.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.junit.platform.suite.api/1.9.1-SNAPSHOT/org.junit.platform.suite.api-1.9.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:47:43.596Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.suite.api_1.9.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.junit.platform.suite.api/1.9.1-SNAPSHOT/org.junit.platform.suite.api-1.9.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:47:43.596Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.suite.api_1.9.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.junit.platform.suite.api/1.9.1-SNAPSHOT/org.junit.platform.suite.api-1.9.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:47:43.596Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.suite.api_1.9.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.junit.platform.suite.api/1.9.1-SNAPSHOT/org.junit.platform.suite.api-1.9.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:47:43.596Z] [INFO] [2023-09-08T19:47:43.596Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.junit.platform.suite.api --- [2023-09-08T19:47:43.596Z] [INFO] [2023-09-08T19:47:43.596Z] [INFO] -----< org.eclipse.orbit.bundles:org.junit.platform.suite.commons >----- [2023-09-08T19:47:43.596Z] [INFO] Building JUnit Platform Suite Commons 1.9.1 [331/375] [2023-09-08T19:47:43.596Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:47:43.596Z] [INFO] [2023-09-08T19:47:43.596Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.junit.platform.suite.commons --- [2023-09-08T19:47:43.596Z] [INFO] [2023-09-08T19:47:43.596Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.junit.platform.suite.commons --- [2023-09-08T19:47:43.596Z] [INFO] The project's OSGi version is 1.9.1.v20221103-2317 [2023-09-08T19:47:43.596Z] [INFO] [2023-09-08T19:47:43.596Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.junit.platform.suite.commons --- [2023-09-08T19:47:43.596Z] [INFO] [2023-09-08T19:47:43.596Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.junit.platform.suite.commons --- [2023-09-08T19:47:43.596Z] [INFO] Copying 3 resources [2023-09-08T19:47:43.596Z] [INFO] [2023-09-08T19:47:43.596Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.junit.platform.suite.commons --- [2023-09-08T19:47:43.596Z] [INFO] No sources to compile [2023-09-08T19:47:43.596Z] [INFO] [2023-09-08T19:47:43.596Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.junit.platform.suite.commons --- [2023-09-08T19:47:43.596Z] [INFO] Gathering dependencies [2023-09-08T19:47:43.596Z] [INFO] Configured Artifact: org.junit.platform:junit-platform-suite-commons:1.9.1:jar [2023-09-08T19:47:43.596Z] [INFO] Unpacking /home/vnc/.m2/repository/org/junit/platform/junit-platform-suite-commons/1.9.1/junit-platform-suite-commons-1.9.1.jar to /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.suite.commons_1.9.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:47:43.596Z] [INFO] Merging collected dependencies [2023-09-08T19:47:43.596Z] [INFO] Copying 6 resources [2023-09-08T19:47:43.596Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:47:43.596Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.junit.platform.suite.commons:eclipse-bundle-recipe:1.9.1 : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:47:43.596Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.suite.commons_1.9.1/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:47:43.596Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.suite.commons_1.9.1/target/org.junit.platform.suite.commons-1.9.1.jar [2023-09-08T19:47:43.596Z] [INFO] Gathering sources [2023-09-08T19:47:43.596Z] [INFO] Configured Artifact: org.junit.platform:junit-platform-suite-commons:sources:1.9.1:jar [2023-09-08T19:47:43.596Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/junit/platform/junit-platform-suite-commons/1.9.1/junit-platform-suite-commons-1.9.1-sources.jar [2023-09-08T19:47:43.596Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-suite-commons/1.9.1/junit-platform-suite-commons-1.9.1-sources.jar [2023-09-08T19:47:43.596Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-suite-commons/1.9.1/junit-platform-suite-commons-1.9.1-sources.jar (11 kB at 248 kB/s) [2023-09-08T19:47:43.596Z] [INFO] Unpacking /home/vnc/.m2/repository/org/junit/platform/junit-platform-suite-commons/1.9.1/junit-platform-suite-commons-1.9.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.suite.commons_1.9.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:47:43.596Z] [INFO] Copying 3 resources [2023-09-08T19:47:43.597Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.suite.commons_1.9.1/src/main/java [2023-09-08T19:47:43.597Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.suite.commons_1.9.1/target/org.junit.platform.suite.commons-1.9.1-sources.jar [2023-09-08T19:47:43.597Z] [INFO] Assembling p2 repository [2023-09-08T19:47:44.160Z] [INFO] [2023-09-08T19:47:44.160Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.junit.platform.suite.commons --- [2023-09-08T19:47:44.160Z] [INFO] [2023-09-08T19:47:44.160Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.junit.platform.suite.commons --- [2023-09-08T19:47:44.160Z] [INFO] Gathering sources archives [2023-09-08T19:47:44.160Z] [INFO] Configured Artifact: org.junit.platform:junit-platform-suite-commons:sources:1.9.1:jar [2023-09-08T19:47:44.160Z] [INFO] Unpacking /home/vnc/.m2/repository/org/junit/platform/junit-platform-suite-commons/1.9.1/junit-platform-suite-commons-1.9.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.suite.commons_1.9.1/target/sources-for-eclipse-ipzilla/junit-platform-suite-commons-1.9.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:47:44.160Z] [INFO] Configured Artifact: org.junit.platform:junit-platform-suite-commons:sources:1.9.1:jar [2023-09-08T19:47:44.160Z] [INFO] Copying junit-platform-suite-commons-1.9.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.suite.commons_1.9.1/target/sources-for-eclipse-ipzilla/junit-platform-suite-commons-1.9.1-sources.jar [2023-09-08T19:47:44.160Z] [INFO] Refreshing about files and about.html [2023-09-08T19:47:44.160Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.suite.commons_1.9.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:47:44.160Z] [INFO] [2023-09-08T19:47:44.160Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.junit.platform.suite.commons --- [2023-09-08T19:47:44.160Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.suite.commons_1.9.1/target/org.junit.platform.suite.commons-1.9.1.jar [2023-09-08T19:47:45.089Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.suite.commons_1.9.1/target/org.junit.platform.suite.commons-1.9.1-sources.jar [2023-09-08T19:47:45.651Z] [INFO] [2023-09-08T19:47:45.651Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.junit.platform.suite.commons --- [2023-09-08T19:47:45.906Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.junit.platform.suite.commons:1.9.1 @ /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.suite.commons_1.9.1/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:47:45.906Z] no-classifier: different [2023-09-08T19:47:45.906Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:47:45.906Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:47:45.906Z] classifier-sources: different [2023-09-08T19:47:45.906Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:47:45.906Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:47:45.907Z] [2023-09-08T19:47:45.907Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.junit.platform.suite.commons:1.9.1 @ /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.suite.commons_1.9.1/pom.xml [2023-09-08T19:47:45.907Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:47:45.907Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:47:45.907Z] [2023-09-08T19:47:45.907Z] [INFO] [2023-09-08T19:47:45.907Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.junit.platform.suite.commons --- [2023-09-08T19:47:45.907Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.suite.commons_1.9.1/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.junit.platform.suite.commons/1.9.1/org.junit.platform.suite.commons-1.9.1.pom [2023-09-08T19:47:45.907Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.suite.commons_1.9.1/target/org.junit.platform.suite.commons-1.9.1.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.junit.platform.suite.commons/1.9.1/org.junit.platform.suite.commons-1.9.1.jar [2023-09-08T19:47:45.907Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.suite.commons_1.9.1/target/org.junit.platform.suite.commons-1.9.1-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.junit.platform.suite.commons/1.9.1/org.junit.platform.suite.commons-1.9.1-sources.jar [2023-09-08T19:47:45.907Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.suite.commons_1.9.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.junit.platform.suite.commons/1.9.1/org.junit.platform.suite.commons-1.9.1-p2metadata.xml [2023-09-08T19:47:45.907Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.suite.commons_1.9.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.junit.platform.suite.commons/1.9.1/org.junit.platform.suite.commons-1.9.1-p2artifacts.xml [2023-09-08T19:47:45.907Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.suite.commons_1.9.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.junit.platform.suite.commons/1.9.1/org.junit.platform.suite.commons-1.9.1-p2metadata.xml [2023-09-08T19:47:45.907Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.suite.commons_1.9.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.junit.platform.suite.commons/1.9.1/org.junit.platform.suite.commons-1.9.1-p2artifacts.xml [2023-09-08T19:47:45.907Z] [INFO] [2023-09-08T19:47:45.907Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.junit.platform.suite.commons --- [2023-09-08T19:47:45.907Z] [INFO] [2023-09-08T19:47:45.907Z] [INFO] -----< org.eclipse.orbit.bundles:org.junit.platform.suite.engine >------ [2023-09-08T19:47:45.907Z] [INFO] Building JUnit Platform Suite Engine 1.9.1-SNAPSHOT [332/375] [2023-09-08T19:47:45.907Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:47:45.907Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/junit/platform/junit-platform-suite-engine/1.9.1/junit-platform-suite-engine-1.9.1.pom [2023-09-08T19:47:45.907Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-suite-engine/1.9.1/junit-platform-suite-engine-1.9.1.pom [2023-09-08T19:47:46.163Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-suite-engine/1.9.1/junit-platform-suite-engine-1.9.1.pom (3.4 kB at 264 kB/s) [2023-09-08T19:47:46.163Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/junit/platform/junit-platform-suite-engine/1.9.1/junit-platform-suite-engine-1.9.1.jar [2023-09-08T19:47:46.163Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-suite-engine/1.9.1/junit-platform-suite-engine-1.9.1.jar [2023-09-08T19:47:46.163Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-suite-engine/1.9.1/junit-platform-suite-engine-1.9.1.jar (24 kB at 867 kB/s) [2023-09-08T19:47:46.163Z] [INFO] [2023-09-08T19:47:46.163Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.junit.platform.suite.engine --- [2023-09-08T19:47:46.163Z] [INFO] [2023-09-08T19:47:46.163Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.junit.platform.suite.engine --- [2023-09-08T19:47:46.163Z] [INFO] The project's OSGi version is 1.9.1.v20221103-2317 [2023-09-08T19:47:46.163Z] [INFO] [2023-09-08T19:47:46.163Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.junit.platform.suite.engine --- [2023-09-08T19:47:46.163Z] [INFO] [2023-09-08T19:47:46.163Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.junit.platform.suite.engine --- [2023-09-08T19:47:46.163Z] [INFO] Copying 3 resources [2023-09-08T19:47:46.163Z] [INFO] [2023-09-08T19:47:46.163Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.junit.platform.suite.engine --- [2023-09-08T19:47:46.164Z] [INFO] No sources to compile [2023-09-08T19:47:46.164Z] [INFO] [2023-09-08T19:47:46.164Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.junit.platform.suite.engine --- [2023-09-08T19:47:46.164Z] [INFO] Gathering dependencies [2023-09-08T19:47:46.164Z] [INFO] Configured Artifact: org.junit.platform:junit-platform-suite-engine:1.9.1:jar [2023-09-08T19:47:46.164Z] [INFO] Unpacking /home/vnc/.m2/repository/org/junit/platform/junit-platform-suite-engine/1.9.1/junit-platform-suite-engine-1.9.1.jar to /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.suite.engine_1.9.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:47:46.164Z] [INFO] Merging collected dependencies [2023-09-08T19:47:46.164Z] [INFO] Copying 14 resources [2023-09-08T19:47:46.164Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:47:46.164Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.junit.platform.suite.engine:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:47:46.164Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.junit.platform.suite.engine:eclipse-bundle-recipe:1.9.1-SNAPSHOT : Unused Import-Package instructions: [org.junit.platform.suite-api.*, org.junit.platform.suite-commons.*] [2023-09-08T19:47:46.164Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.suite.engine_1.9.1/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:47:46.164Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.suite.engine_1.9.1/target/org.junit.platform.suite.engine-1.9.1-SNAPSHOT.jar [2023-09-08T19:47:46.164Z] [INFO] Gathering sources [2023-09-08T19:47:46.164Z] [INFO] Configured Artifact: org.junit.platform:junit-platform-suite-engine:sources:1.9.1:jar [2023-09-08T19:47:46.164Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/junit/platform/junit-platform-suite-engine/1.9.1/junit-platform-suite-engine-1.9.1-sources.jar [2023-09-08T19:47:46.164Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-suite-engine/1.9.1/junit-platform-suite-engine-1.9.1-sources.jar [2023-09-08T19:47:46.164Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/platform/junit-platform-suite-engine/1.9.1/junit-platform-suite-engine-1.9.1-sources.jar (16 kB at 274 kB/s) [2023-09-08T19:47:46.164Z] [INFO] Unpacking /home/vnc/.m2/repository/org/junit/platform/junit-platform-suite-engine/1.9.1/junit-platform-suite-engine-1.9.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.suite.engine_1.9.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:47:46.164Z] [INFO] Copying 3 resources [2023-09-08T19:47:46.164Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.suite.engine_1.9.1/src/main/java [2023-09-08T19:47:46.164Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.suite.engine_1.9.1/target/org.junit.platform.suite.engine-1.9.1-SNAPSHOT-sources.jar [2023-09-08T19:47:46.164Z] [INFO] Assembling p2 repository [2023-09-08T19:47:46.727Z] [INFO] [2023-09-08T19:47:46.727Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.junit.platform.suite.engine --- [2023-09-08T19:47:46.727Z] [INFO] [2023-09-08T19:47:46.727Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.junit.platform.suite.engine --- [2023-09-08T19:47:46.727Z] [INFO] Gathering sources archives [2023-09-08T19:47:46.727Z] [INFO] Configured Artifact: org.junit.platform:junit-platform-suite-engine:sources:1.9.1:jar [2023-09-08T19:47:46.727Z] [INFO] Unpacking /home/vnc/.m2/repository/org/junit/platform/junit-platform-suite-engine/1.9.1/junit-platform-suite-engine-1.9.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.suite.engine_1.9.1/target/sources-for-eclipse-ipzilla/junit-platform-suite-engine-1.9.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:47:46.727Z] [INFO] Configured Artifact: org.junit.platform:junit-platform-suite-engine:sources:1.9.1:jar [2023-09-08T19:47:46.727Z] [INFO] Copying junit-platform-suite-engine-1.9.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.suite.engine_1.9.1/target/sources-for-eclipse-ipzilla/junit-platform-suite-engine-1.9.1-sources.jar [2023-09-08T19:47:46.727Z] [INFO] Refreshing about files and about.html [2023-09-08T19:47:46.727Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.suite.engine_1.9.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:47:46.727Z] [INFO] [2023-09-08T19:47:46.727Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.junit.platform.suite.engine --- [2023-09-08T19:47:46.727Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.suite.engine_1.9.1/target/org.junit.platform.suite.engine-1.9.1-SNAPSHOT.jar [2023-09-08T19:47:47.297Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.suite.engine_1.9.1/target/org.junit.platform.suite.engine-1.9.1-SNAPSHOT-sources.jar [2023-09-08T19:47:48.225Z] [INFO] [2023-09-08T19:47:48.225Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.junit.platform.suite.engine --- [2023-09-08T19:47:48.481Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.junit.platform.suite.engine:1.9.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.suite.engine_1.9.1/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:47:48.481Z] no-classifier: different [2023-09-08T19:47:48.481Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:47:48.481Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:47:48.481Z] classifier-sources: different [2023-09-08T19:47:48.481Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:47:48.481Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:47:48.481Z] [2023-09-08T19:47:48.482Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.junit.platform.suite.engine:1.9.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.suite.engine_1.9.1/pom.xml [2023-09-08T19:47:48.482Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:47:48.482Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:47:48.482Z] [2023-09-08T19:47:48.482Z] [INFO] [2023-09-08T19:47:48.482Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.junit.platform.suite.engine --- [2023-09-08T19:47:48.482Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.suite.engine_1.9.1/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.junit.platform.suite.engine/1.9.1-SNAPSHOT/org.junit.platform.suite.engine-1.9.1-SNAPSHOT.pom [2023-09-08T19:47:48.482Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.suite.engine_1.9.1/target/org.junit.platform.suite.engine-1.9.1-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.junit.platform.suite.engine/1.9.1-SNAPSHOT/org.junit.platform.suite.engine-1.9.1-SNAPSHOT.jar [2023-09-08T19:47:48.482Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.suite.engine_1.9.1/target/org.junit.platform.suite.engine-1.9.1-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.junit.platform.suite.engine/1.9.1-SNAPSHOT/org.junit.platform.suite.engine-1.9.1-SNAPSHOT-sources.jar [2023-09-08T19:47:48.482Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.suite.engine_1.9.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.junit.platform.suite.engine/1.9.1-SNAPSHOT/org.junit.platform.suite.engine-1.9.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:47:48.482Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.suite.engine_1.9.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.junit.platform.suite.engine/1.9.1-SNAPSHOT/org.junit.platform.suite.engine-1.9.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:47:48.482Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.suite.engine_1.9.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.junit.platform.suite.engine/1.9.1-SNAPSHOT/org.junit.platform.suite.engine-1.9.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:47:48.482Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.platform.suite.engine_1.9.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.junit.platform.suite.engine/1.9.1-SNAPSHOT/org.junit.platform.suite.engine-1.9.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:47:48.482Z] [INFO] [2023-09-08T19:47:48.482Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.junit.platform.suite.engine --- [2023-09-08T19:47:48.482Z] [INFO] [2023-09-08T19:47:48.482Z] [INFO] ---------< org.eclipse.orbit.bundles:org.junit.vintage.engine >--------- [2023-09-08T19:47:48.482Z] [INFO] Building JUnit Vintage Engine 5.9.1-SNAPSHOT [333/375] [2023-09-08T19:47:48.482Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:47:48.482Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/junit/vintage/junit-vintage-engine/5.9.1/junit-vintage-engine-5.9.1.pom [2023-09-08T19:47:48.482Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/vintage/junit-vintage-engine/5.9.1/junit-vintage-engine-5.9.1.pom [2023-09-08T19:47:48.482Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/vintage/junit-vintage-engine/5.9.1/junit-vintage-engine-5.9.1.pom (3.2 kB at 110 kB/s) [2023-09-08T19:47:48.482Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/junit/vintage/junit-vintage-engine/5.9.1/junit-vintage-engine-5.9.1.jar [2023-09-08T19:47:48.482Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/vintage/junit-vintage-engine/5.9.1/junit-vintage-engine-5.9.1.jar [2023-09-08T19:47:48.482Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/vintage/junit-vintage-engine/5.9.1/junit-vintage-engine-5.9.1.jar (67 kB at 5.6 MB/s) [2023-09-08T19:47:48.482Z] [INFO] [2023-09-08T19:47:48.482Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.junit.vintage.engine --- [2023-09-08T19:47:48.482Z] [INFO] [2023-09-08T19:47:48.482Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.junit.vintage.engine --- [2023-09-08T19:47:48.482Z] [INFO] The project's OSGi version is 5.9.1.v20221103-2317 [2023-09-08T19:47:48.482Z] [INFO] [2023-09-08T19:47:48.482Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.junit.vintage.engine --- [2023-09-08T19:47:48.482Z] [INFO] [2023-09-08T19:47:48.482Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.junit.vintage.engine --- [2023-09-08T19:47:48.482Z] [INFO] Copying 3 resources [2023-09-08T19:47:48.482Z] [INFO] [2023-09-08T19:47:48.482Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.junit.vintage.engine --- [2023-09-08T19:47:48.482Z] [INFO] No sources to compile [2023-09-08T19:47:48.482Z] [INFO] [2023-09-08T19:47:48.482Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.junit.vintage.engine --- [2023-09-08T19:47:48.482Z] [INFO] Gathering dependencies [2023-09-08T19:47:48.482Z] [INFO] Configured Artifact: org.junit.vintage:junit-vintage-engine:5.9.1:jar [2023-09-08T19:47:48.482Z] [INFO] Unpacking /home/vnc/.m2/repository/org/junit/vintage/junit-vintage-engine/5.9.1/junit-vintage-engine-5.9.1.jar to /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.vintage.engine_5.9.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:47:48.482Z] [INFO] Merging collected dependencies [2023-09-08T19:47:48.482Z] [INFO] Copying 39 resources [2023-09-08T19:47:48.482Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:47:48.482Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.junit.vintage.engine:eclipse-bundle-recipe:5.9.1-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:47:48.482Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.vintage.engine_5.9.1/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:47:48.482Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.vintage.engine_5.9.1/target/org.junit.vintage.engine-5.9.1-SNAPSHOT.jar [2023-09-08T19:47:48.482Z] [INFO] Gathering sources [2023-09-08T19:47:48.482Z] [INFO] Configured Artifact: org.junit.vintage:junit-vintage-engine:sources:5.9.1:jar [2023-09-08T19:47:48.482Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/junit/vintage/junit-vintage-engine/5.9.1/junit-vintage-engine-5.9.1-sources.jar [2023-09-08T19:47:48.740Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/junit/vintage/junit-vintage-engine/5.9.1/junit-vintage-engine-5.9.1-sources.jar [2023-09-08T19:47:48.740Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/junit/vintage/junit-vintage-engine/5.9.1/junit-vintage-engine-5.9.1-sources.jar (38 kB at 1.2 MB/s) [2023-09-08T19:47:48.740Z] [INFO] Unpacking /home/vnc/.m2/repository/org/junit/vintage/junit-vintage-engine/5.9.1/junit-vintage-engine-5.9.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.vintage.engine_5.9.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:47:48.740Z] [INFO] Copying 3 resources [2023-09-08T19:47:48.740Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.vintage.engine_5.9.1/src/main/java [2023-09-08T19:47:48.740Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.vintage.engine_5.9.1/target/org.junit.vintage.engine-5.9.1-SNAPSHOT-sources.jar [2023-09-08T19:47:48.740Z] [INFO] Assembling p2 repository [2023-09-08T19:47:49.304Z] [INFO] [2023-09-08T19:47:49.304Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.junit.vintage.engine --- [2023-09-08T19:47:49.304Z] [INFO] [2023-09-08T19:47:49.304Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.junit.vintage.engine --- [2023-09-08T19:47:49.304Z] [INFO] Gathering sources archives [2023-09-08T19:47:49.304Z] [INFO] Configured Artifact: org.junit.vintage:junit-vintage-engine:sources:5.9.1:jar [2023-09-08T19:47:49.304Z] [INFO] Unpacking /home/vnc/.m2/repository/org/junit/vintage/junit-vintage-engine/5.9.1/junit-vintage-engine-5.9.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.vintage.engine_5.9.1/target/sources-for-eclipse-ipzilla/junit-vintage-engine-5.9.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:47:49.304Z] [INFO] Configured Artifact: org.junit.vintage:junit-vintage-engine:sources:5.9.1:jar [2023-09-08T19:47:49.304Z] [INFO] Copying junit-vintage-engine-5.9.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.vintage.engine_5.9.1/target/sources-for-eclipse-ipzilla/junit-vintage-engine-5.9.1-sources.jar [2023-09-08T19:47:49.304Z] [INFO] Refreshing about files and about.html [2023-09-08T19:47:49.304Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.vintage.engine_5.9.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:47:49.304Z] [INFO] [2023-09-08T19:47:49.304Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.junit.vintage.engine --- [2023-09-08T19:47:49.304Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.vintage.engine_5.9.1/target/org.junit.vintage.engine-5.9.1-SNAPSHOT.jar [2023-09-08T19:47:50.237Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.vintage.engine_5.9.1/target/org.junit.vintage.engine-5.9.1-SNAPSHOT-sources.jar [2023-09-08T19:47:51.603Z] [INFO] [2023-09-08T19:47:51.603Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.junit.vintage.engine --- [2023-09-08T19:47:51.859Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.junit.vintage.engine:5.9.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.vintage.engine_5.9.1/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:47:51.859Z] no-classifier: different [2023-09-08T19:47:51.859Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:47:51.859Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:47:51.859Z] classifier-sources: different [2023-09-08T19:47:51.859Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:47:51.859Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:47:51.859Z] [2023-09-08T19:47:51.859Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.junit.vintage.engine:5.9.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.vintage.engine_5.9.1/pom.xml [2023-09-08T19:47:51.859Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:47:51.859Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:47:51.859Z] [2023-09-08T19:47:51.859Z] [INFO] [2023-09-08T19:47:51.859Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.junit.vintage.engine --- [2023-09-08T19:47:51.859Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.vintage.engine_5.9.1/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.junit.vintage.engine/5.9.1-SNAPSHOT/org.junit.vintage.engine-5.9.1-SNAPSHOT.pom [2023-09-08T19:47:51.859Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.vintage.engine_5.9.1/target/org.junit.vintage.engine-5.9.1-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.junit.vintage.engine/5.9.1-SNAPSHOT/org.junit.vintage.engine-5.9.1-SNAPSHOT.jar [2023-09-08T19:47:51.859Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.vintage.engine_5.9.1/target/org.junit.vintage.engine-5.9.1-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.junit.vintage.engine/5.9.1-SNAPSHOT/org.junit.vintage.engine-5.9.1-SNAPSHOT-sources.jar [2023-09-08T19:47:51.859Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.vintage.engine_5.9.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.junit.vintage.engine/5.9.1-SNAPSHOT/org.junit.vintage.engine-5.9.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:47:51.859Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.vintage.engine_5.9.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.junit.vintage.engine/5.9.1-SNAPSHOT/org.junit.vintage.engine-5.9.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:47:51.859Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.vintage.engine_5.9.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.junit.vintage.engine/5.9.1-SNAPSHOT/org.junit.vintage.engine-5.9.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:47:51.859Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.junit.vintage.engine_5.9.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.junit.vintage.engine/5.9.1-SNAPSHOT/org.junit.vintage.engine-5.9.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:47:51.859Z] [INFO] [2023-09-08T19:47:51.859Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.junit.vintage.engine --- [2023-09-08T19:47:51.859Z] [INFO] [2023-09-08T19:47:51.859Z] [INFO] --------------< org.eclipse.orbit.bundles:org.opentest4j >-------------- [2023-09-08T19:47:51.859Z] [INFO] Building org.opentest4j:opentest4j 1.2.0-SNAPSHOT [334/375] [2023-09-08T19:47:51.859Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:47:51.859Z] [INFO] [2023-09-08T19:47:51.859Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.opentest4j --- [2023-09-08T19:47:51.859Z] [INFO] [2023-09-08T19:47:51.860Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.opentest4j --- [2023-09-08T19:47:51.860Z] [INFO] The project's OSGi version is 1.2.0.v20211018-1956 [2023-09-08T19:47:51.860Z] [INFO] [2023-09-08T19:47:51.860Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.opentest4j --- [2023-09-08T19:47:51.860Z] [INFO] [2023-09-08T19:47:51.860Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.opentest4j --- [2023-09-08T19:47:51.860Z] [INFO] Copying 3 resources [2023-09-08T19:47:51.860Z] [INFO] [2023-09-08T19:47:51.860Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.opentest4j --- [2023-09-08T19:47:51.860Z] [INFO] No sources to compile [2023-09-08T19:47:51.860Z] [INFO] [2023-09-08T19:47:51.860Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.opentest4j --- [2023-09-08T19:47:51.860Z] [INFO] Gathering dependencies [2023-09-08T19:47:51.860Z] [INFO] Configured Artifact: org.opentest4j:opentest4j:1.2.0:jar [2023-09-08T19:47:51.860Z] [INFO] Unpacking /home/vnc/.m2/repository/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar to /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.opentest4j_1.2.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:47:51.860Z] [INFO] Merging collected dependencies [2023-09-08T19:47:51.860Z] [INFO] Copying 8 resources [2023-09-08T19:47:51.860Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:47:51.860Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.opentest4j:eclipse-bundle-recipe:1.2.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:47:51.860Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.opentest4j_1.2.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:47:51.860Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.opentest4j_1.2.0/target/org.opentest4j-1.2.0-SNAPSHOT.jar [2023-09-08T19:47:51.860Z] [INFO] Gathering sources [2023-09-08T19:47:51.860Z] [INFO] Configured Artifact: org.opentest4j:opentest4j:sources:1.2.0:jar [2023-09-08T19:47:51.860Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0-sources.jar [2023-09-08T19:47:51.860Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0-sources.jar [2023-09-08T19:47:51.860Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0-sources.jar (8.4 kB at 602 kB/s) [2023-09-08T19:47:51.860Z] [INFO] Unpacking /home/vnc/.m2/repository/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.opentest4j_1.2.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:47:51.860Z] [INFO] Copying 3 resources [2023-09-08T19:47:51.860Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.opentest4j_1.2.0/src/main/java [2023-09-08T19:47:51.860Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.opentest4j_1.2.0/target/org.opentest4j-1.2.0-SNAPSHOT-sources.jar [2023-09-08T19:47:52.116Z] [INFO] Assembling p2 repository [2023-09-08T19:47:52.679Z] [INFO] [2023-09-08T19:47:52.679Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.opentest4j --- [2023-09-08T19:47:52.679Z] [INFO] [2023-09-08T19:47:52.679Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.opentest4j --- [2023-09-08T19:47:52.679Z] [INFO] Gathering sources archives [2023-09-08T19:47:52.679Z] [INFO] Configured Artifact: org.opentest4j:opentest4j:sources:1.2.0:jar [2023-09-08T19:47:52.679Z] [INFO] Unpacking /home/vnc/.m2/repository/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.opentest4j_1.2.0/target/sources-for-eclipse-ipzilla/opentest4j-1.2.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:47:52.679Z] [INFO] Configured Artifact: org.opentest4j:opentest4j:sources:1.2.0:jar [2023-09-08T19:47:52.679Z] [INFO] Copying opentest4j-1.2.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.opentest4j_1.2.0/target/sources-for-eclipse-ipzilla/opentest4j-1.2.0-sources.jar [2023-09-08T19:47:52.679Z] [INFO] Refreshing about files and about.html [2023-09-08T19:47:52.679Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.opentest4j_1.2.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:47:52.680Z] [INFO] [2023-09-08T19:47:52.680Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.opentest4j --- [2023-09-08T19:47:52.680Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.opentest4j_1.2.0/target/org.opentest4j-1.2.0-SNAPSHOT.jar [2023-09-08T19:47:54.572Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.opentest4j_1.2.0/target/org.opentest4j-1.2.0-SNAPSHOT-sources.jar [2023-09-08T19:47:55.136Z] [INFO] [2023-09-08T19:47:55.136Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.opentest4j --- [2023-09-08T19:47:55.392Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.opentest4j:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.opentest4j_1.2.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:47:55.392Z] no-classifier: different [2023-09-08T19:47:55.392Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:47:55.392Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:47:55.392Z] classifier-sources: different [2023-09-08T19:47:55.392Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:47:55.392Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:47:55.392Z] [2023-09-08T19:47:55.392Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.opentest4j:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.opentest4j_1.2.0/pom.xml [2023-09-08T19:47:55.392Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:47:55.392Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:47:55.392Z] [2023-09-08T19:47:55.392Z] [INFO] [2023-09-08T19:47:55.392Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.opentest4j --- [2023-09-08T19:47:55.392Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.opentest4j_1.2.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.opentest4j/1.2.0-SNAPSHOT/org.opentest4j-1.2.0-SNAPSHOT.pom [2023-09-08T19:47:55.392Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.opentest4j_1.2.0/target/org.opentest4j-1.2.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.opentest4j/1.2.0-SNAPSHOT/org.opentest4j-1.2.0-SNAPSHOT.jar [2023-09-08T19:47:55.392Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.opentest4j_1.2.0/target/org.opentest4j-1.2.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.opentest4j/1.2.0-SNAPSHOT/org.opentest4j-1.2.0-SNAPSHOT-sources.jar [2023-09-08T19:47:55.392Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.opentest4j_1.2.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.opentest4j/1.2.0-SNAPSHOT/org.opentest4j-1.2.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:47:55.392Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.opentest4j_1.2.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.opentest4j/1.2.0-SNAPSHOT/org.opentest4j-1.2.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:47:55.392Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.opentest4j_1.2.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.opentest4j/1.2.0-SNAPSHOT/org.opentest4j-1.2.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:47:55.393Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.opentest4j_1.2.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.opentest4j/1.2.0-SNAPSHOT/org.opentest4j-1.2.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:47:55.393Z] [INFO] [2023-09-08T19:47:55.393Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.opentest4j --- [2023-09-08T19:47:55.393Z] [INFO] [2023-09-08T19:47:55.393Z] [INFO] -------------< org.eclipse.orbit.bundles:org.apiguardian >-------------- [2023-09-08T19:47:55.393Z] [INFO] Building org.apiguardian:apiguardian-api 1.1.2-SNAPSHOT [335/375] [2023-09-08T19:47:55.393Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:47:55.393Z] [INFO] [2023-09-08T19:47:55.393Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apiguardian --- [2023-09-08T19:47:55.393Z] [INFO] [2023-09-08T19:47:55.393Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apiguardian --- [2023-09-08T19:47:55.393Z] [INFO] The project's OSGi version is 1.1.2.v20211018-1956 [2023-09-08T19:47:55.393Z] [INFO] [2023-09-08T19:47:55.393Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apiguardian --- [2023-09-08T19:47:55.393Z] [INFO] [2023-09-08T19:47:55.393Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apiguardian --- [2023-09-08T19:47:55.393Z] [INFO] Copying 3 resources [2023-09-08T19:47:55.393Z] [INFO] [2023-09-08T19:47:55.393Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apiguardian --- [2023-09-08T19:47:55.393Z] [INFO] No sources to compile [2023-09-08T19:47:55.393Z] [INFO] [2023-09-08T19:47:55.393Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apiguardian --- [2023-09-08T19:47:55.393Z] [INFO] Gathering dependencies [2023-09-08T19:47:55.393Z] [INFO] Configured Artifact: org.apiguardian:apiguardian-api:1.1.2:jar [2023-09-08T19:47:55.393Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar to /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.apiguardian_1.1.2/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:47:55.393Z] [INFO] Merging collected dependencies [2023-09-08T19:47:55.393Z] [INFO] Copying 5 resources [2023-09-08T19:47:55.393Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:47:55.393Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apiguardian:eclipse-bundle-recipe:1.1.2-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:47:55.393Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.apiguardian_1.1.2/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:47:55.393Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.apiguardian_1.1.2/target/org.apiguardian-1.1.2-SNAPSHOT.jar [2023-09-08T19:47:55.393Z] [INFO] Gathering sources [2023-09-08T19:47:55.393Z] [INFO] Configured Artifact: org.apiguardian:apiguardian-api:sources:1.1.2:jar [2023-09-08T19:47:55.393Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2-sources.jar [2023-09-08T19:47:55.393Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2-sources.jar [2023-09-08T19:47:55.393Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2-sources.jar (6.6 kB at 603 kB/s) [2023-09-08T19:47:55.393Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.apiguardian_1.1.2/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:47:55.393Z] [INFO] Copying 3 resources [2023-09-08T19:47:55.393Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.apiguardian_1.1.2/src/main/java [2023-09-08T19:47:55.393Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.apiguardian_1.1.2/target/org.apiguardian-1.1.2-SNAPSHOT-sources.jar [2023-09-08T19:47:55.393Z] [INFO] Assembling p2 repository [2023-09-08T19:47:55.955Z] [INFO] [2023-09-08T19:47:55.955Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apiguardian --- [2023-09-08T19:47:55.955Z] [INFO] [2023-09-08T19:47:55.955Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apiguardian --- [2023-09-08T19:47:55.955Z] [INFO] Gathering sources archives [2023-09-08T19:47:55.955Z] [INFO] Configured Artifact: org.apiguardian:apiguardian-api:sources:1.1.2:jar [2023-09-08T19:47:55.955Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.apiguardian_1.1.2/target/sources-for-eclipse-ipzilla/apiguardian-api-1.1.2-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:47:55.955Z] [INFO] Configured Artifact: org.apiguardian:apiguardian-api:sources:1.1.2:jar [2023-09-08T19:47:55.956Z] [INFO] Copying apiguardian-api-1.1.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.apiguardian_1.1.2/target/sources-for-eclipse-ipzilla/apiguardian-api-1.1.2-sources.jar [2023-09-08T19:47:55.956Z] [INFO] Refreshing about files and about.html [2023-09-08T19:47:55.956Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.apiguardian_1.1.2/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:47:55.956Z] [INFO] [2023-09-08T19:47:55.956Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.apiguardian --- [2023-09-08T19:47:55.956Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.apiguardian_1.1.2/target/org.apiguardian-1.1.2-SNAPSHOT.jar [2023-09-08T19:47:56.886Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.apiguardian_1.1.2/target/org.apiguardian-1.1.2-SNAPSHOT-sources.jar [2023-09-08T19:47:57.450Z] [INFO] [2023-09-08T19:47:57.450Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apiguardian --- [2023-09-08T19:47:57.706Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.apiguardian:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.apiguardian_1.1.2/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:47:57.706Z] no-classifier: different [2023-09-08T19:47:57.706Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:47:57.706Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:47:57.706Z] classifier-sources: different [2023-09-08T19:47:57.706Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:47:57.706Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:47:57.706Z] [2023-09-08T19:47:57.706Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.apiguardian:1.1.2-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.apiguardian_1.1.2/pom.xml [2023-09-08T19:47:57.706Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:47:57.706Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:47:57.706Z] [2023-09-08T19:47:57.706Z] [INFO] [2023-09-08T19:47:57.706Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.apiguardian --- [2023-09-08T19:47:57.706Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.apiguardian_1.1.2/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apiguardian/1.1.2-SNAPSHOT/org.apiguardian-1.1.2-SNAPSHOT.pom [2023-09-08T19:47:57.706Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.apiguardian_1.1.2/target/org.apiguardian-1.1.2-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apiguardian/1.1.2-SNAPSHOT/org.apiguardian-1.1.2-SNAPSHOT.jar [2023-09-08T19:47:57.706Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.apiguardian_1.1.2/target/org.apiguardian-1.1.2-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apiguardian/1.1.2-SNAPSHOT/org.apiguardian-1.1.2-SNAPSHOT-sources.jar [2023-09-08T19:47:57.706Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.apiguardian_1.1.2/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apiguardian/1.1.2-SNAPSHOT/org.apiguardian-1.1.2-SNAPSHOT-p2metadata.xml [2023-09-08T19:47:57.706Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.apiguardian_1.1.2/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apiguardian/1.1.2-SNAPSHOT/org.apiguardian-1.1.2-SNAPSHOT-p2artifacts.xml [2023-09-08T19:47:57.707Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.apiguardian_1.1.2/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apiguardian/1.1.2-SNAPSHOT/org.apiguardian-1.1.2-SNAPSHOT-p2metadata.xml [2023-09-08T19:47:57.707Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/junit/junit5/org.apiguardian_1.1.2/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apiguardian/1.1.2-SNAPSHOT/org.apiguardian-1.1.2-SNAPSHOT-p2artifacts.xml [2023-09-08T19:47:57.707Z] [INFO] [2023-09-08T19:47:57.707Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apiguardian --- [2023-09-08T19:47:57.707Z] [INFO] [2023-09-08T19:47:57.707Z] [INFO] ---------------< org.eclipse.orbit.bundles:knowm-parent >--------------- [2023-09-08T19:47:57.707Z] [INFO] Building Eclipse Orbit :: Knowm Recipes 1.0.0-SNAPSHOT [336/375] [2023-09-08T19:47:57.707Z] [INFO] --------------------------------[ pom ]--------------------------------- [2023-09-08T19:47:57.707Z] [INFO] [2023-09-08T19:47:57.707Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ knowm-parent --- [2023-09-08T19:47:57.707Z] [INFO] [2023-09-08T19:47:57.707Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ knowm-parent --- [2023-09-08T19:47:57.707Z] [INFO] [2023-09-08T19:47:57.707Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ knowm-parent --- [2023-09-08T19:47:57.707Z] [INFO] [2023-09-08T19:47:57.707Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ knowm-parent --- [2023-09-08T19:47:57.707Z] [INFO] [2023-09-08T19:47:57.707Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ knowm-parent --- [2023-09-08T19:47:57.707Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/knowm/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/knowm-parent/1.0.0-SNAPSHOT/knowm-parent-1.0.0-SNAPSHOT.pom [2023-09-08T19:47:57.707Z] [INFO] [2023-09-08T19:47:57.707Z] [INFO] -------------< org.eclipse.orbit.bundles:org.knowm.xchart >------------- [2023-09-08T19:47:57.707Z] [INFO] Building XChart 3.6.5-SNAPSHOT [337/375] [2023-09-08T19:47:57.707Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:47:57.707Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/knowm/xchart/xchart/3.6.5/xchart-3.6.5.pom [2023-09-08T19:47:57.707Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/knowm/xchart/xchart/3.6.5/xchart-3.6.5.pom [2023-09-08T19:47:57.707Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/knowm/xchart/xchart/3.6.5/xchart-3.6.5.pom (918 B at 20 kB/s) [2023-09-08T19:47:57.707Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/knowm/xchart/xchart-parent/3.6.5/xchart-parent-3.6.5.pom [2023-09-08T19:47:57.707Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/knowm/xchart/xchart-parent/3.6.5/xchart-parent-3.6.5.pom [2023-09-08T19:47:57.963Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/knowm/xchart/xchart-parent/3.6.5/xchart-parent-3.6.5.pom (5.8 kB at 145 kB/s) [2023-09-08T19:47:57.963Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/de/erichseifert/vectorgraphics2d/VectorGraphics2D/0.13/VectorGraphics2D-0.13.pom [2023-09-08T19:47:57.963Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/de/erichseifert/vectorgraphics2d/VectorGraphics2D/0.13/VectorGraphics2D-0.13.pom [2023-09-08T19:47:57.963Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/de/erichseifert/vectorgraphics2d/VectorGraphics2D/0.13/VectorGraphics2D-0.13.pom (2.6 kB at 237 kB/s) [2023-09-08T19:47:57.963Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/de/rototor/pdfbox/graphics2d/0.27/graphics2d-0.27.pom [2023-09-08T19:47:57.963Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/de/rototor/pdfbox/graphics2d/0.27/graphics2d-0.27.pom [2023-09-08T19:47:57.963Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/de/rototor/pdfbox/graphics2d/0.27/graphics2d-0.27.pom (5.2 kB at 99 kB/s) [2023-09-08T19:47:57.963Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/madgag/animated-gif-lib/1.4/animated-gif-lib-1.4.pom [2023-09-08T19:47:57.963Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/madgag/animated-gif-lib/1.4/animated-gif-lib-1.4.pom [2023-09-08T19:47:57.963Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/madgag/animated-gif-lib/1.4/animated-gif-lib-1.4.pom (2.7 kB at 247 kB/s) [2023-09-08T19:47:57.963Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/knowm/xchart/xchart/3.6.5/xchart-3.6.5.jar [2023-09-08T19:47:57.963Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/de/erichseifert/vectorgraphics2d/VectorGraphics2D/0.13/VectorGraphics2D-0.13.jar [2023-09-08T19:47:57.963Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/com/madgag/animated-gif-lib/1.4/animated-gif-lib-1.4.jar [2023-09-08T19:47:57.963Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/de/rototor/pdfbox/graphics2d/0.27/graphics2d-0.27.jar [2023-09-08T19:47:57.963Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/knowm/xchart/xchart/3.6.5/xchart-3.6.5.jar [2023-09-08T19:47:57.963Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/de/erichseifert/vectorgraphics2d/VectorGraphics2D/0.13/VectorGraphics2D-0.13.jar [2023-09-08T19:47:57.963Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/madgag/animated-gif-lib/1.4/animated-gif-lib-1.4.jar [2023-09-08T19:47:57.963Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/de/rototor/pdfbox/graphics2d/0.27/graphics2d-0.27.jar [2023-09-08T19:47:57.963Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/de/erichseifert/vectorgraphics2d/VectorGraphics2D/0.13/VectorGraphics2D-0.13.jar (94 kB at 5.9 MB/s) [2023-09-08T19:47:57.963Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/com/madgag/animated-gif-lib/1.4/animated-gif-lib-1.4.jar (21 kB at 902 kB/s) [2023-09-08T19:47:57.963Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/knowm/xchart/xchart/3.6.5/xchart-3.6.5.jar (352 kB at 6.9 MB/s) [2023-09-08T19:47:57.963Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/de/rototor/pdfbox/graphics2d/0.27/graphics2d-0.27.jar (67 kB at 1.1 MB/s) [2023-09-08T19:47:57.963Z] [INFO] [2023-09-08T19:47:57.963Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.knowm.xchart --- [2023-09-08T19:47:57.963Z] [INFO] [2023-09-08T19:47:57.963Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.knowm.xchart --- [2023-09-08T19:47:57.963Z] [INFO] The project's OSGi version is 3.6.5.v20221112-0806 [2023-09-08T19:47:57.963Z] [INFO] [2023-09-08T19:47:57.963Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.knowm.xchart --- [2023-09-08T19:47:57.963Z] [INFO] [2023-09-08T19:47:57.963Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.knowm.xchart --- [2023-09-08T19:47:57.963Z] [INFO] Copying 3 resources [2023-09-08T19:47:57.963Z] [INFO] [2023-09-08T19:47:57.963Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.knowm.xchart --- [2023-09-08T19:47:57.963Z] [INFO] No sources to compile [2023-09-08T19:47:57.963Z] [INFO] [2023-09-08T19:47:57.963Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.knowm.xchart --- [2023-09-08T19:47:57.963Z] [INFO] Gathering dependencies [2023-09-08T19:47:57.963Z] [INFO] Configured Artifact: org.knowm.xchart:xchart:3.6.5:jar [2023-09-08T19:47:57.963Z] [INFO] Unpacking /home/vnc/.m2/repository/org/knowm/xchart/xchart/3.6.5/xchart-3.6.5.jar to /home/jenkins/agent/workspace/orbit-recipes/knowm/org.knowm.xchart_3.6.5/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:47:57.963Z] [INFO] Merging collected dependencies [2023-09-08T19:47:57.963Z] [INFO] Copying 206 resources [2023-09-08T19:47:58.220Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:47:58.220Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/knowm/org.knowm.xchart_3.6.5/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:47:58.220Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/knowm/org.knowm.xchart_3.6.5/target/org.knowm.xchart-3.6.5-SNAPSHOT.jar [2023-09-08T19:47:58.220Z] [INFO] Gathering sources [2023-09-08T19:47:58.220Z] [INFO] Configured Artifact: org.knowm.xchart:xchart:sources:3.6.5:jar [2023-09-08T19:47:58.220Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/knowm/xchart/xchart/3.6.5/xchart-3.6.5-sources.jar [2023-09-08T19:47:58.220Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/knowm/xchart/xchart/3.6.5/xchart-3.6.5-sources.jar [2023-09-08T19:47:58.220Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/knowm/xchart/xchart/3.6.5/xchart-3.6.5-sources.jar (190 kB at 3.8 MB/s) [2023-09-08T19:47:58.220Z] [INFO] Unpacking /home/vnc/.m2/repository/org/knowm/xchart/xchart/3.6.5/xchart-3.6.5-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/knowm/org.knowm.xchart_3.6.5/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:47:58.220Z] [INFO] Copying 3 resources [2023-09-08T19:47:58.220Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/knowm/org.knowm.xchart_3.6.5/src/main/java [2023-09-08T19:47:58.220Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/knowm/org.knowm.xchart_3.6.5/target/org.knowm.xchart-3.6.5-SNAPSHOT-sources.jar [2023-09-08T19:47:58.220Z] [INFO] Assembling p2 repository [2023-09-08T19:47:58.782Z] [INFO] [2023-09-08T19:47:58.783Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.knowm.xchart --- [2023-09-08T19:47:58.783Z] [INFO] [2023-09-08T19:47:58.783Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.knowm.xchart --- [2023-09-08T19:47:58.783Z] [INFO] Gathering sources archives [2023-09-08T19:47:58.783Z] [INFO] Configured Artifact: org.knowm.xchart:xchart:sources:3.6.5:jar [2023-09-08T19:47:58.783Z] [INFO] Unpacking /home/vnc/.m2/repository/org/knowm/xchart/xchart/3.6.5/xchart-3.6.5-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/knowm/org.knowm.xchart_3.6.5/target/sources-for-eclipse-ipzilla/xchart-3.6.5-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:47:58.783Z] [INFO] Configured Artifact: org.knowm.xchart:xchart:sources:3.6.5:jar [2023-09-08T19:47:58.783Z] [INFO] Copying xchart-3.6.5-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/knowm/org.knowm.xchart_3.6.5/target/sources-for-eclipse-ipzilla/xchart-3.6.5-sources.jar [2023-09-08T19:47:58.783Z] [INFO] Refreshing about files and about.html [2023-09-08T19:47:58.783Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/knowm/org.knowm.xchart_3.6.5/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:47:58.783Z] [INFO] [2023-09-08T19:47:58.783Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.knowm.xchart --- [2023-09-08T19:47:59.040Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/knowm/org.knowm.xchart_3.6.5/target/org.knowm.xchart-3.6.5-SNAPSHOT.jar [2023-09-08T19:47:59.971Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/knowm/org.knowm.xchart_3.6.5/target/org.knowm.xchart-3.6.5-SNAPSHOT-sources.jar [2023-09-08T19:48:00.902Z] [INFO] [2023-09-08T19:48:00.902Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.knowm.xchart --- [2023-09-08T19:48:00.902Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.knowm.xchart:3.6.5-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/knowm/org.knowm.xchart_3.6.5/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:48:00.902Z] no-classifier: different [2023-09-08T19:48:00.902Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:48:00.902Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:48:00.902Z] classifier-sources: different [2023-09-08T19:48:00.902Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:48:00.902Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:48:00.902Z] [2023-09-08T19:48:00.902Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.knowm.xchart:3.6.5-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/knowm/org.knowm.xchart_3.6.5/pom.xml [2023-09-08T19:48:00.902Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:48:00.902Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:48:00.902Z] [2023-09-08T19:48:01.157Z] [INFO] [2023-09-08T19:48:01.157Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.knowm.xchart --- [2023-09-08T19:48:01.157Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/knowm/org.knowm.xchart_3.6.5/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.knowm.xchart/3.6.5-SNAPSHOT/org.knowm.xchart-3.6.5-SNAPSHOT.pom [2023-09-08T19:48:01.157Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/knowm/org.knowm.xchart_3.6.5/target/org.knowm.xchart-3.6.5-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.knowm.xchart/3.6.5-SNAPSHOT/org.knowm.xchart-3.6.5-SNAPSHOT.jar [2023-09-08T19:48:01.157Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/knowm/org.knowm.xchart_3.6.5/target/org.knowm.xchart-3.6.5-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.knowm.xchart/3.6.5-SNAPSHOT/org.knowm.xchart-3.6.5-SNAPSHOT-sources.jar [2023-09-08T19:48:01.157Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/knowm/org.knowm.xchart_3.6.5/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.knowm.xchart/3.6.5-SNAPSHOT/org.knowm.xchart-3.6.5-SNAPSHOT-p2metadata.xml [2023-09-08T19:48:01.157Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/knowm/org.knowm.xchart_3.6.5/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.knowm.xchart/3.6.5-SNAPSHOT/org.knowm.xchart-3.6.5-SNAPSHOT-p2artifacts.xml [2023-09-08T19:48:01.157Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/knowm/org.knowm.xchart_3.6.5/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.knowm.xchart/3.6.5-SNAPSHOT/org.knowm.xchart-3.6.5-SNAPSHOT-p2metadata.xml [2023-09-08T19:48:01.157Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/knowm/org.knowm.xchart_3.6.5/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.knowm.xchart/3.6.5-SNAPSHOT/org.knowm.xchart-3.6.5-SNAPSHOT-p2artifacts.xml [2023-09-08T19:48:01.157Z] [INFO] [2023-09-08T19:48:01.157Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.knowm.xchart --- [2023-09-08T19:48:01.157Z] [INFO] [2023-09-08T19:48:01.157Z] [INFO] -----------------< org.eclipse.orbit.bundles:logging >------------------ [2023-09-08T19:48:01.157Z] [INFO] Building Eclipse Orbit :: Logging Recipes 1.0.0-SNAPSHOT [338/375] [2023-09-08T19:48:01.157Z] [INFO] --------------------------------[ pom ]--------------------------------- [2023-09-08T19:48:01.157Z] [INFO] [2023-09-08T19:48:01.157Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ logging --- [2023-09-08T19:48:01.157Z] [INFO] [2023-09-08T19:48:01.157Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ logging --- [2023-09-08T19:48:01.157Z] [INFO] [2023-09-08T19:48:01.157Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ logging --- [2023-09-08T19:48:01.157Z] [INFO] [2023-09-08T19:48:01.157Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ logging --- [2023-09-08T19:48:01.157Z] [INFO] [2023-09-08T19:48:01.157Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ logging --- [2023-09-08T19:48:01.157Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/logging/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/logging/1.0.0-SNAPSHOT/logging-1.0.0-SNAPSHOT.pom [2023-09-08T19:48:01.157Z] [INFO] [2023-09-08T19:48:01.157Z] [INFO] --------------< org.eclipse.orbit.bundles:org.slf4j.api >--------------- [2023-09-08T19:48:01.157Z] [INFO] Building SLF4J API Module 1.7.30-SNAPSHOT [339/375] [2023-09-08T19:48:01.157Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:48:01.158Z] [INFO] [2023-09-08T19:48:01.158Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.slf4j.api --- [2023-09-08T19:48:01.158Z] [INFO] [2023-09-08T19:48:01.158Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.slf4j.api --- [2023-09-08T19:48:01.158Z] [INFO] The project's OSGi version is 1.7.30.v20221112-0806 [2023-09-08T19:48:01.158Z] [INFO] [2023-09-08T19:48:01.158Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.slf4j.api --- [2023-09-08T19:48:01.158Z] [INFO] [2023-09-08T19:48:01.158Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.slf4j.api --- [2023-09-08T19:48:01.158Z] [INFO] Copying 3 resources [2023-09-08T19:48:01.158Z] [INFO] [2023-09-08T19:48:01.158Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.slf4j.api --- [2023-09-08T19:48:01.158Z] [INFO] No sources to compile [2023-09-08T19:48:01.158Z] [INFO] [2023-09-08T19:48:01.158Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.slf4j.api --- [2023-09-08T19:48:01.158Z] [INFO] Gathering dependencies [2023-09-08T19:48:01.158Z] [INFO] Configured Artifact: org.slf4j:slf4j-api:1.7.30:jar [2023-09-08T19:48:01.158Z] [INFO] Unpacking /home/vnc/.m2/repository/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar to /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.api_1.7.30/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:48:01.158Z] [INFO] Merging collected dependencies [2023-09-08T19:48:01.158Z] [INFO] Copying 35 resources [2023-09-08T19:48:01.158Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:48:01.158Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.slf4j.api:eclipse-bundle-recipe:1.7.30-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] [2023-09-08T19:48:01.158Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.api_1.7.30/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:48:01.158Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.api_1.7.30/target/org.slf4j.api-1.7.30-SNAPSHOT.jar [2023-09-08T19:48:01.158Z] [INFO] Gathering sources [2023-09-08T19:48:01.158Z] [INFO] Configured Artifact: org.slf4j:slf4j-api:sources:1.7.30:jar [2023-09-08T19:48:01.158Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30-sources.jar [2023-09-08T19:48:01.158Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30-sources.jar [2023-09-08T19:48:01.158Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30-sources.jar (59 kB at 1.4 MB/s) [2023-09-08T19:48:01.158Z] [INFO] Unpacking /home/vnc/.m2/repository/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.api_1.7.30/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:48:01.158Z] [INFO] Copying 3 resources [2023-09-08T19:48:01.158Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.api_1.7.30/src/main/java [2023-09-08T19:48:01.158Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.api_1.7.30/target/org.slf4j.api-1.7.30-SNAPSHOT-sources.jar [2023-09-08T19:48:01.158Z] [INFO] Assembling p2 repository [2023-09-08T19:48:01.720Z] [INFO] [2023-09-08T19:48:01.720Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.slf4j.api --- [2023-09-08T19:48:01.720Z] [INFO] [2023-09-08T19:48:01.720Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.slf4j.api --- [2023-09-08T19:48:01.720Z] [INFO] Gathering sources archives [2023-09-08T19:48:01.720Z] [INFO] Configured Artifact: org.slf4j:slf4j-api:sources:1.7.30:jar [2023-09-08T19:48:01.721Z] [INFO] Unpacking /home/vnc/.m2/repository/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.api_1.7.30/target/sources-for-eclipse-ipzilla/slf4j-api-1.7.30-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:48:01.721Z] [INFO] Configured Artifact: org.slf4j:slf4j-api:sources:1.7.30:jar [2023-09-08T19:48:01.721Z] [INFO] Copying slf4j-api-1.7.30-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.api_1.7.30/target/sources-for-eclipse-ipzilla/slf4j-api-1.7.30-sources.jar [2023-09-08T19:48:01.721Z] [INFO] Refreshing about files and about.html [2023-09-08T19:48:01.721Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.api_1.7.30/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:48:01.721Z] [INFO] [2023-09-08T19:48:01.721Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.slf4j.api --- [2023-09-08T19:48:01.721Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.api_1.7.30/target/org.slf4j.api-1.7.30-SNAPSHOT.jar [2023-09-08T19:48:02.649Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.api_1.7.30/target/org.slf4j.api-1.7.30-SNAPSHOT-sources.jar [2023-09-08T19:48:04.019Z] [INFO] [2023-09-08T19:48:04.019Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.slf4j.api --- [2023-09-08T19:48:04.581Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.slf4j.api:1.7.30-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.api_1.7.30/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:48:04.581Z] no-classifier: different [2023-09-08T19:48:04.581Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:48:04.581Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:48:04.581Z] classifier-sources: different [2023-09-08T19:48:04.581Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:48:04.581Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:48:04.581Z] [2023-09-08T19:48:04.581Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.slf4j.api:1.7.30-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.api_1.7.30/pom.xml [2023-09-08T19:48:04.581Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:48:04.581Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:48:04.581Z] [2023-09-08T19:48:04.581Z] [INFO] [2023-09-08T19:48:04.581Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.slf4j.api --- [2023-09-08T19:48:04.581Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.api_1.7.30/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.slf4j.api/1.7.30-SNAPSHOT/org.slf4j.api-1.7.30-SNAPSHOT.pom [2023-09-08T19:48:04.581Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.api_1.7.30/target/org.slf4j.api-1.7.30-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.slf4j.api/1.7.30-SNAPSHOT/org.slf4j.api-1.7.30-SNAPSHOT.jar [2023-09-08T19:48:04.582Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.api_1.7.30/target/org.slf4j.api-1.7.30-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.slf4j.api/1.7.30-SNAPSHOT/org.slf4j.api-1.7.30-SNAPSHOT-sources.jar [2023-09-08T19:48:04.582Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.api_1.7.30/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.slf4j.api/1.7.30-SNAPSHOT/org.slf4j.api-1.7.30-SNAPSHOT-p2metadata.xml [2023-09-08T19:48:04.582Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.api_1.7.30/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.slf4j.api/1.7.30-SNAPSHOT/org.slf4j.api-1.7.30-SNAPSHOT-p2artifacts.xml [2023-09-08T19:48:04.582Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.api_1.7.30/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.slf4j.api/1.7.30-SNAPSHOT/org.slf4j.api-1.7.30-SNAPSHOT-p2metadata.xml [2023-09-08T19:48:04.582Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.api_1.7.30/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.slf4j.api/1.7.30-SNAPSHOT/org.slf4j.api-1.7.30-SNAPSHOT-p2artifacts.xml [2023-09-08T19:48:04.582Z] [INFO] [2023-09-08T19:48:04.582Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.slf4j.api --- [2023-09-08T19:48:04.582Z] [INFO] [2023-09-08T19:48:04.582Z] [INFO] ------------< org.eclipse.orbit.bundles:org.slf4j.apis.jcl >------------ [2023-09-08T19:48:04.582Z] [INFO] Building JCL 1.2 implemented over SLF4J 1.7.30-SNAPSHOT [340/375] [2023-09-08T19:48:04.582Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:48:04.582Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/slf4j/jcl-over-slf4j/1.7.30/jcl-over-slf4j-1.7.30.pom [2023-09-08T19:48:04.582Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.30/jcl-over-slf4j-1.7.30.pom [2023-09-08T19:48:04.582Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.30/jcl-over-slf4j-1.7.30.pom (1.2 kB at 107 kB/s) [2023-09-08T19:48:04.582Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/slf4j/jcl-over-slf4j/1.7.30/jcl-over-slf4j-1.7.30.jar [2023-09-08T19:48:04.582Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.30/jcl-over-slf4j-1.7.30.jar [2023-09-08T19:48:04.582Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.30/jcl-over-slf4j-1.7.30.jar (17 kB at 1.5 MB/s) [2023-09-08T19:48:04.582Z] [INFO] [2023-09-08T19:48:04.582Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.slf4j.apis.jcl --- [2023-09-08T19:48:04.582Z] [INFO] [2023-09-08T19:48:04.582Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.slf4j.apis.jcl --- [2023-09-08T19:48:04.582Z] [INFO] The project's OSGi version is 1.7.30.v20221112-0806 [2023-09-08T19:48:04.582Z] [INFO] [2023-09-08T19:48:04.582Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.slf4j.apis.jcl --- [2023-09-08T19:48:04.582Z] [INFO] [2023-09-08T19:48:04.582Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.slf4j.apis.jcl --- [2023-09-08T19:48:04.582Z] [INFO] Copying 4 resources [2023-09-08T19:48:04.582Z] [INFO] [2023-09-08T19:48:04.582Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.slf4j.apis.jcl --- [2023-09-08T19:48:04.582Z] [INFO] No sources to compile [2023-09-08T19:48:04.582Z] [INFO] [2023-09-08T19:48:04.582Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.slf4j.apis.jcl --- [2023-09-08T19:48:04.582Z] [INFO] Gathering dependencies [2023-09-08T19:48:04.582Z] [INFO] Configured Artifact: org.slf4j:jcl-over-slf4j:1.7.30:jar [2023-09-08T19:48:04.582Z] [INFO] Unpacking /home/vnc/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.30/jcl-over-slf4j-1.7.30.jar to /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.apis.jcl_1.7.30/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:48:04.582Z] [INFO] Merging collected dependencies [2023-09-08T19:48:04.582Z] [INFO] Copying 11 resources [2023-09-08T19:48:04.582Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:48:04.582Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.slf4j.apis.jcl:eclipse-bundle-recipe:1.7.30-SNAPSHOT : Found a quote '"' while expecting a delimeter. You should quote the whole values, you can use both single and double quotes: <> [2023-09-08T19:48:04.582Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.slf4j.apis.jcl:eclipse-bundle-recipe:1.7.30-SNAPSHOT : Expected a delimeter, like comma or semicolon, after a quoted string but found '$': <> [2023-09-08T19:48:04.582Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.slf4j.apis.jcl:eclipse-bundle-recipe:1.7.30-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] [2023-09-08T19:48:04.582Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.slf4j.apis.jcl:eclipse-bundle-recipe:1.7.30-SNAPSHOT : Version for package org.apache.commons.logging.impl is set to different values in the source (1.2", org.apache.commons.logging.*;version="1.2"") and in the manifest (1.2). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project [2023-09-08T19:48:04.582Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.slf4j.apis.jcl:eclipse-bundle-recipe:1.7.30-SNAPSHOT : Version for package org.apache.commons.logging is set to different values in the source (1.7.30) and in the manifest (1.2). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project [2023-09-08T19:48:04.582Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.apis.jcl_1.7.30/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:48:04.582Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.apis.jcl_1.7.30/target/org.slf4j.apis.jcl-1.7.30-SNAPSHOT.jar [2023-09-08T19:48:04.582Z] [INFO] Gathering sources [2023-09-08T19:48:04.582Z] [INFO] Configured Artifact: org.slf4j:jcl-over-slf4j:sources:1.7.30:jar [2023-09-08T19:48:04.582Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/slf4j/jcl-over-slf4j/1.7.30/jcl-over-slf4j-1.7.30-sources.jar [2023-09-08T19:48:04.582Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.30/jcl-over-slf4j-1.7.30-sources.jar [2023-09-08T19:48:04.582Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.7.30/jcl-over-slf4j-1.7.30-sources.jar (25 kB at 2.1 MB/s) [2023-09-08T19:48:04.582Z] [INFO] Unpacking /home/vnc/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.30/jcl-over-slf4j-1.7.30-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.apis.jcl_1.7.30/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:48:04.582Z] [INFO] Copying 4 resources [2023-09-08T19:48:04.582Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.apis.jcl_1.7.30/src/main/java [2023-09-08T19:48:04.582Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.apis.jcl_1.7.30/target/org.slf4j.apis.jcl-1.7.30-SNAPSHOT-sources.jar [2023-09-08T19:48:04.582Z] [INFO] Assembling p2 repository [2023-09-08T19:48:05.143Z] [INFO] [2023-09-08T19:48:05.143Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.slf4j.apis.jcl --- [2023-09-08T19:48:05.143Z] [INFO] [2023-09-08T19:48:05.143Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.slf4j.apis.jcl --- [2023-09-08T19:48:05.143Z] [INFO] Gathering sources archives [2023-09-08T19:48:05.143Z] [INFO] Configured Artifact: org.slf4j:jcl-over-slf4j:sources:1.7.30:jar [2023-09-08T19:48:05.143Z] [INFO] Unpacking /home/vnc/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.30/jcl-over-slf4j-1.7.30-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.apis.jcl_1.7.30/target/sources-for-eclipse-ipzilla/jcl-over-slf4j-1.7.30-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:48:05.143Z] [INFO] Configured Artifact: org.slf4j:jcl-over-slf4j:sources:1.7.30:jar [2023-09-08T19:48:05.143Z] [INFO] Copying jcl-over-slf4j-1.7.30-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.apis.jcl_1.7.30/target/sources-for-eclipse-ipzilla/jcl-over-slf4j-1.7.30-sources.jar [2023-09-08T19:48:05.143Z] [INFO] Refreshing about files and about.html [2023-09-08T19:48:05.143Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.apis.jcl_1.7.30/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:48:05.143Z] [INFO] [2023-09-08T19:48:05.143Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.slf4j.apis.jcl --- [2023-09-08T19:48:05.143Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.apis.jcl_1.7.30/target/org.slf4j.apis.jcl-1.7.30-SNAPSHOT.jar [2023-09-08T19:48:06.073Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.apis.jcl_1.7.30/target/org.slf4j.apis.jcl-1.7.30-SNAPSHOT-sources.jar [2023-09-08T19:48:06.635Z] [INFO] [2023-09-08T19:48:06.635Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.slf4j.apis.jcl --- [2023-09-08T19:48:06.890Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.slf4j.apis.jcl:1.7.30-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.apis.jcl_1.7.30/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:48:06.890Z] no-classifier: different [2023-09-08T19:48:06.890Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:48:06.890Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:48:06.890Z] classifier-sources: different [2023-09-08T19:48:06.890Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:48:06.890Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:48:06.890Z] [2023-09-08T19:48:06.890Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.slf4j.apis.jcl:1.7.30-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.apis.jcl_1.7.30/pom.xml [2023-09-08T19:48:06.890Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:48:06.890Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:48:06.890Z] [2023-09-08T19:48:06.890Z] [INFO] [2023-09-08T19:48:06.890Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.slf4j.apis.jcl --- [2023-09-08T19:48:06.890Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.apis.jcl_1.7.30/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.slf4j.apis.jcl/1.7.30-SNAPSHOT/org.slf4j.apis.jcl-1.7.30-SNAPSHOT.pom [2023-09-08T19:48:06.890Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.apis.jcl_1.7.30/target/org.slf4j.apis.jcl-1.7.30-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.slf4j.apis.jcl/1.7.30-SNAPSHOT/org.slf4j.apis.jcl-1.7.30-SNAPSHOT.jar [2023-09-08T19:48:06.890Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.apis.jcl_1.7.30/target/org.slf4j.apis.jcl-1.7.30-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.slf4j.apis.jcl/1.7.30-SNAPSHOT/org.slf4j.apis.jcl-1.7.30-SNAPSHOT-sources.jar [2023-09-08T19:48:06.890Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.apis.jcl_1.7.30/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.slf4j.apis.jcl/1.7.30-SNAPSHOT/org.slf4j.apis.jcl-1.7.30-SNAPSHOT-p2metadata.xml [2023-09-08T19:48:06.890Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.apis.jcl_1.7.30/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.slf4j.apis.jcl/1.7.30-SNAPSHOT/org.slf4j.apis.jcl-1.7.30-SNAPSHOT-p2artifacts.xml [2023-09-08T19:48:06.890Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.apis.jcl_1.7.30/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.slf4j.apis.jcl/1.7.30-SNAPSHOT/org.slf4j.apis.jcl-1.7.30-SNAPSHOT-p2metadata.xml [2023-09-08T19:48:06.890Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.apis.jcl_1.7.30/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.slf4j.apis.jcl/1.7.30-SNAPSHOT/org.slf4j.apis.jcl-1.7.30-SNAPSHOT-p2artifacts.xml [2023-09-08T19:48:06.890Z] [INFO] [2023-09-08T19:48:06.890Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.slf4j.apis.jcl --- [2023-09-08T19:48:06.890Z] [INFO] [2023-09-08T19:48:06.890Z] [INFO] -----------< org.eclipse.orbit.bundles:org.slf4j.apis.log4j >----------- [2023-09-08T19:48:06.890Z] [INFO] Building Log4j Implemented Over SLF4J 1.7.30-SNAPSHOT [341/375] [2023-09-08T19:48:06.890Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:48:06.890Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/slf4j/log4j-over-slf4j/1.7.30/log4j-over-slf4j-1.7.30.pom [2023-09-08T19:48:06.890Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/log4j-over-slf4j/1.7.30/log4j-over-slf4j-1.7.30.pom [2023-09-08T19:48:07.146Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/log4j-over-slf4j/1.7.30/log4j-over-slf4j-1.7.30.pom (1.1 kB at 87 kB/s) [2023-09-08T19:48:07.146Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/slf4j/log4j-over-slf4j/1.7.30/log4j-over-slf4j-1.7.30.jar [2023-09-08T19:48:07.146Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/log4j-over-slf4j/1.7.30/log4j-over-slf4j-1.7.30.jar [2023-09-08T19:48:07.146Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/log4j-over-slf4j/1.7.30/log4j-over-slf4j-1.7.30.jar (24 kB at 2.2 MB/s) [2023-09-08T19:48:07.146Z] [INFO] [2023-09-08T19:48:07.146Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.slf4j.apis.log4j --- [2023-09-08T19:48:07.146Z] [INFO] [2023-09-08T19:48:07.146Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.slf4j.apis.log4j --- [2023-09-08T19:48:07.146Z] [INFO] The project's OSGi version is 1.7.30.v20221112-0806 [2023-09-08T19:48:07.146Z] [INFO] [2023-09-08T19:48:07.146Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.slf4j.apis.log4j --- [2023-09-08T19:48:07.146Z] [INFO] [2023-09-08T19:48:07.146Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.slf4j.apis.log4j --- [2023-09-08T19:48:07.146Z] [INFO] Copying 4 resources [2023-09-08T19:48:07.146Z] [INFO] [2023-09-08T19:48:07.146Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.slf4j.apis.log4j --- [2023-09-08T19:48:07.146Z] [INFO] No sources to compile [2023-09-08T19:48:07.146Z] [INFO] [2023-09-08T19:48:07.146Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.slf4j.apis.log4j --- [2023-09-08T19:48:07.146Z] [INFO] Gathering dependencies [2023-09-08T19:48:07.146Z] [INFO] Configured Artifact: org.slf4j:log4j-over-slf4j:1.7.30:jar [2023-09-08T19:48:07.146Z] [INFO] Unpacking /home/vnc/.m2/repository/org/slf4j/log4j-over-slf4j/1.7.30/log4j-over-slf4j-1.7.30.jar to /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.apis.log4j_1.7.30/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:48:07.146Z] [INFO] Merging collected dependencies [2023-09-08T19:48:07.146Z] [INFO] Copying 31 resources [2023-09-08T19:48:07.146Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:48:07.146Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.slf4j.apis.log4j:eclipse-bundle-recipe:1.7.30-SNAPSHOT : Found a quote '"' while expecting a delimeter. You should quote the whole values, you can use both single and double quotes: <> [2023-09-08T19:48:07.146Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.slf4j.apis.log4j:eclipse-bundle-recipe:1.7.30-SNAPSHOT : Expected a delimeter, like comma or semicolon, after a quoted string but found '$': <> [2023-09-08T19:48:07.146Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.slf4j.apis.log4j:eclipse-bundle-recipe:1.7.30-SNAPSHOT : Expected a delimeter, like comma or semicolon, after a quoted string but found '$': <> [2023-09-08T19:48:07.146Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.slf4j.apis.log4j:eclipse-bundle-recipe:1.7.30-SNAPSHOT : Expected a delimeter, like comma or semicolon, after a quoted string but found '$': <> [2023-09-08T19:48:07.146Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.slf4j.apis.log4j:eclipse-bundle-recipe:1.7.30-SNAPSHOT : Version for package org.apache.log4j is set to different values in the source (1.2.17", *.internal*;x-internal:=true;version="1.7.30", *.impl*;x-internal:=true;version="1.7.30", *;version="1.7.30") and in the manifest (1.2.17). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project [2023-09-08T19:48:07.146Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.slf4j.apis.log4j:eclipse-bundle-recipe:1.7.30-SNAPSHOT : Version for package org.apache.log4j.helpers is set to different values in the source (1.2.17", *.internal*;x-internal:=true;version="1.7.30", *.impl*;x-internal:=true;version="1.7.30", *;version="1.7.30") and in the manifest (1.2.17). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project [2023-09-08T19:48:07.146Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.slf4j.apis.log4j:eclipse-bundle-recipe:1.7.30-SNAPSHOT : Version for package org.apache.log4j.spi is set to different values in the source (1.2.17", *.internal*;x-internal:=true;version="1.7.30", *.impl*;x-internal:=true;version="1.7.30", *;version="1.7.30") and in the manifest (1.2.17). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project [2023-09-08T19:48:07.146Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.slf4j.apis.log4j:eclipse-bundle-recipe:1.7.30-SNAPSHOT : Version for package org.apache.log4j.xml is set to different values in the source (1.2.17", *.internal*;x-internal:=true;version="1.7.30", *.impl*;x-internal:=true;version="1.7.30", *;version="1.7.30") and in the manifest (1.2.17). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project [2023-09-08T19:48:07.147Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.apis.log4j_1.7.30/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:48:07.147Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.apis.log4j_1.7.30/target/org.slf4j.apis.log4j-1.7.30-SNAPSHOT.jar [2023-09-08T19:48:07.147Z] [INFO] Gathering sources [2023-09-08T19:48:07.147Z] [INFO] Configured Artifact: org.slf4j:log4j-over-slf4j:sources:1.7.30:jar [2023-09-08T19:48:07.147Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/slf4j/log4j-over-slf4j/1.7.30/log4j-over-slf4j-1.7.30-sources.jar [2023-09-08T19:48:07.147Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/log4j-over-slf4j/1.7.30/log4j-over-slf4j-1.7.30-sources.jar [2023-09-08T19:48:07.147Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/log4j-over-slf4j/1.7.30/log4j-over-slf4j-1.7.30-sources.jar (33 kB at 574 kB/s) [2023-09-08T19:48:07.147Z] [INFO] Unpacking /home/vnc/.m2/repository/org/slf4j/log4j-over-slf4j/1.7.30/log4j-over-slf4j-1.7.30-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.apis.log4j_1.7.30/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:48:07.147Z] [INFO] Copying 4 resources [2023-09-08T19:48:07.147Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.apis.log4j_1.7.30/src/main/java [2023-09-08T19:48:07.147Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.apis.log4j_1.7.30/target/org.slf4j.apis.log4j-1.7.30-SNAPSHOT-sources.jar [2023-09-08T19:48:07.147Z] [INFO] Assembling p2 repository [2023-09-08T19:48:07.709Z] [INFO] [2023-09-08T19:48:07.709Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.slf4j.apis.log4j --- [2023-09-08T19:48:07.709Z] [INFO] [2023-09-08T19:48:07.709Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.slf4j.apis.log4j --- [2023-09-08T19:48:07.709Z] [INFO] Gathering sources archives [2023-09-08T19:48:07.709Z] [INFO] Configured Artifact: org.slf4j:log4j-over-slf4j:sources:1.7.30:jar [2023-09-08T19:48:07.709Z] [INFO] Unpacking /home/vnc/.m2/repository/org/slf4j/log4j-over-slf4j/1.7.30/log4j-over-slf4j-1.7.30-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.apis.log4j_1.7.30/target/sources-for-eclipse-ipzilla/log4j-over-slf4j-1.7.30-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:48:07.709Z] [INFO] Configured Artifact: org.slf4j:log4j-over-slf4j:sources:1.7.30:jar [2023-09-08T19:48:07.709Z] [INFO] Copying log4j-over-slf4j-1.7.30-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.apis.log4j_1.7.30/target/sources-for-eclipse-ipzilla/log4j-over-slf4j-1.7.30-sources.jar [2023-09-08T19:48:07.709Z] [INFO] Refreshing about files and about.html [2023-09-08T19:48:07.709Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.apis.log4j_1.7.30/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:48:07.709Z] [INFO] [2023-09-08T19:48:07.709Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.slf4j.apis.log4j --- [2023-09-08T19:48:07.709Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.apis.log4j_1.7.30/target/org.slf4j.apis.log4j-1.7.30-SNAPSHOT.jar [2023-09-08T19:48:09.601Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.apis.log4j_1.7.30/target/org.slf4j.apis.log4j-1.7.30-SNAPSHOT-sources.jar [2023-09-08T19:48:10.164Z] [INFO] [2023-09-08T19:48:10.164Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.slf4j.apis.log4j --- [2023-09-08T19:48:10.420Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.slf4j.apis.log4j:1.7.30-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.apis.log4j_1.7.30/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:48:10.420Z] no-classifier: different [2023-09-08T19:48:10.420Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:48:10.420Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:48:10.420Z] classifier-sources: different [2023-09-08T19:48:10.420Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:48:10.420Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:48:10.420Z] [2023-09-08T19:48:10.420Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.slf4j.apis.log4j:1.7.30-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.apis.log4j_1.7.30/pom.xml [2023-09-08T19:48:10.420Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:48:10.420Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:48:10.420Z] [2023-09-08T19:48:10.420Z] [INFO] [2023-09-08T19:48:10.420Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.slf4j.apis.log4j --- [2023-09-08T19:48:10.420Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.apis.log4j_1.7.30/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.slf4j.apis.log4j/1.7.30-SNAPSHOT/org.slf4j.apis.log4j-1.7.30-SNAPSHOT.pom [2023-09-08T19:48:10.420Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.apis.log4j_1.7.30/target/org.slf4j.apis.log4j-1.7.30-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.slf4j.apis.log4j/1.7.30-SNAPSHOT/org.slf4j.apis.log4j-1.7.30-SNAPSHOT.jar [2023-09-08T19:48:10.420Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.apis.log4j_1.7.30/target/org.slf4j.apis.log4j-1.7.30-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.slf4j.apis.log4j/1.7.30-SNAPSHOT/org.slf4j.apis.log4j-1.7.30-SNAPSHOT-sources.jar [2023-09-08T19:48:10.420Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.apis.log4j_1.7.30/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.slf4j.apis.log4j/1.7.30-SNAPSHOT/org.slf4j.apis.log4j-1.7.30-SNAPSHOT-p2metadata.xml [2023-09-08T19:48:10.420Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.apis.log4j_1.7.30/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.slf4j.apis.log4j/1.7.30-SNAPSHOT/org.slf4j.apis.log4j-1.7.30-SNAPSHOT-p2artifacts.xml [2023-09-08T19:48:10.420Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.apis.log4j_1.7.30/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.slf4j.apis.log4j/1.7.30-SNAPSHOT/org.slf4j.apis.log4j-1.7.30-SNAPSHOT-p2metadata.xml [2023-09-08T19:48:10.420Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.apis.log4j_1.7.30/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.slf4j.apis.log4j/1.7.30-SNAPSHOT/org.slf4j.apis.log4j-1.7.30-SNAPSHOT-p2artifacts.xml [2023-09-08T19:48:10.420Z] [INFO] [2023-09-08T19:48:10.420Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.slf4j.apis.log4j --- [2023-09-08T19:48:10.420Z] [INFO] [2023-09-08T19:48:10.420Z] [INFO] --------< org.eclipse.orbit.bundles:org.slf4j.binding.log4j12 >--------- [2023-09-08T19:48:10.420Z] [INFO] Building SLF4J LOG4J-12 Binding 1.7.30-SNAPSHOT [342/375] [2023-09-08T19:48:10.420Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:48:10.420Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/slf4j/slf4j-log4j12/1.7.30/slf4j-log4j12-1.7.30.pom [2023-09-08T19:48:10.420Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/1.7.30/slf4j-log4j12-1.7.30.pom [2023-09-08T19:48:10.420Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/1.7.30/slf4j-log4j12-1.7.30.pom (1.1 kB at 87 kB/s) [2023-09-08T19:48:10.420Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/slf4j/slf4j-log4j12/1.7.30/slf4j-log4j12-1.7.30.jar [2023-09-08T19:48:10.420Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/1.7.30/slf4j-log4j12-1.7.30.jar [2023-09-08T19:48:10.420Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/1.7.30/slf4j-log4j12-1.7.30.jar (12 kB at 1.1 MB/s) [2023-09-08T19:48:10.420Z] [INFO] [2023-09-08T19:48:10.420Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.slf4j.binding.log4j12 --- [2023-09-08T19:48:10.420Z] [INFO] [2023-09-08T19:48:10.420Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.slf4j.binding.log4j12 --- [2023-09-08T19:48:10.420Z] [INFO] The project's OSGi version is 1.7.30.v20221112-0806 [2023-09-08T19:48:10.420Z] [INFO] [2023-09-08T19:48:10.420Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.slf4j.binding.log4j12 --- [2023-09-08T19:48:10.420Z] [INFO] [2023-09-08T19:48:10.420Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.slf4j.binding.log4j12 --- [2023-09-08T19:48:10.420Z] [INFO] Copying 3 resources [2023-09-08T19:48:10.420Z] [INFO] [2023-09-08T19:48:10.420Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.slf4j.binding.log4j12 --- [2023-09-08T19:48:10.420Z] [INFO] No sources to compile [2023-09-08T19:48:10.420Z] [INFO] [2023-09-08T19:48:10.420Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.slf4j.binding.log4j12 --- [2023-09-08T19:48:10.676Z] [INFO] Gathering dependencies [2023-09-08T19:48:10.676Z] [INFO] Configured Artifact: org.slf4j:slf4j-log4j12:1.7.30:jar [2023-09-08T19:48:10.676Z] [INFO] Unpacking /home/vnc/.m2/repository/org/slf4j/slf4j-log4j12/1.7.30/slf4j-log4j12-1.7.30.jar to /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.binding.log4j12_1.7.30/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:48:10.676Z] [INFO] Merging collected dependencies [2023-09-08T19:48:10.676Z] [INFO] Copying 9 resources [2023-09-08T19:48:10.676Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:48:10.676Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.slf4j.binding.log4j12:eclipse-bundle-recipe:1.7.30-SNAPSHOT : Unused Export-Package instructions: [*.internal*] [2023-09-08T19:48:10.676Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.slf4j.binding.log4j12:eclipse-bundle-recipe:1.7.30-SNAPSHOT : Host org.slf4j.api=bundle-version="[1.7.30,1.8)" for this fragment/require bundle cannot be found on the classpath [2023-09-08T19:48:10.676Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.binding.log4j12_1.7.30/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:48:10.676Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.binding.log4j12_1.7.30/target/org.slf4j.binding.log4j12-1.7.30-SNAPSHOT.jar [2023-09-08T19:48:10.676Z] [INFO] Gathering sources [2023-09-08T19:48:10.676Z] [INFO] Configured Artifact: org.slf4j:slf4j-log4j12:sources:1.7.30:jar [2023-09-08T19:48:10.676Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/slf4j/slf4j-log4j12/1.7.30/slf4j-log4j12-1.7.30-sources.jar [2023-09-08T19:48:10.676Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/1.7.30/slf4j-log4j12-1.7.30-sources.jar [2023-09-08T19:48:10.676Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/1.7.30/slf4j-log4j12-1.7.30-sources.jar (14 kB at 1.1 MB/s) [2023-09-08T19:48:10.676Z] [INFO] Unpacking /home/vnc/.m2/repository/org/slf4j/slf4j-log4j12/1.7.30/slf4j-log4j12-1.7.30-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.binding.log4j12_1.7.30/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:48:10.677Z] [INFO] Copying 3 resources [2023-09-08T19:48:10.677Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.binding.log4j12_1.7.30/src/main/java [2023-09-08T19:48:10.677Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.binding.log4j12_1.7.30/target/org.slf4j.binding.log4j12-1.7.30-SNAPSHOT-sources.jar [2023-09-08T19:48:10.677Z] [INFO] Assembling p2 repository [2023-09-08T19:48:12.442Z] [INFO] [2023-09-08T19:48:12.442Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.slf4j.binding.log4j12 --- [2023-09-08T19:48:12.442Z] [INFO] [2023-09-08T19:48:12.442Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.slf4j.binding.log4j12 --- [2023-09-08T19:48:12.442Z] [INFO] Gathering sources archives [2023-09-08T19:48:12.442Z] [INFO] Configured Artifact: org.slf4j:slf4j-log4j12:sources:1.7.30:jar [2023-09-08T19:48:12.442Z] [INFO] Unpacking /home/vnc/.m2/repository/org/slf4j/slf4j-log4j12/1.7.30/slf4j-log4j12-1.7.30-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.binding.log4j12_1.7.30/target/sources-for-eclipse-ipzilla/slf4j-log4j12-1.7.30-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:48:12.442Z] [INFO] Configured Artifact: org.slf4j:slf4j-log4j12:sources:1.7.30:jar [2023-09-08T19:48:12.442Z] [INFO] Copying slf4j-log4j12-1.7.30-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.binding.log4j12_1.7.30/target/sources-for-eclipse-ipzilla/slf4j-log4j12-1.7.30-sources.jar [2023-09-08T19:48:12.442Z] [INFO] Refreshing about files and about.html [2023-09-08T19:48:12.442Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.binding.log4j12_1.7.30/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:48:12.442Z] [INFO] [2023-09-08T19:48:12.442Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.slf4j.binding.log4j12 --- [2023-09-08T19:48:12.442Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.binding.log4j12_1.7.30/target/org.slf4j.binding.log4j12-1.7.30-SNAPSHOT.jar [2023-09-08T19:48:12.442Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.binding.log4j12_1.7.30/target/org.slf4j.binding.log4j12-1.7.30-SNAPSHOT-sources.jar [2023-09-08T19:48:13.807Z] [INFO] [2023-09-08T19:48:13.807Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.slf4j.binding.log4j12 --- [2023-09-08T19:48:13.807Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.slf4j.binding.log4j12:1.7.30-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.binding.log4j12_1.7.30/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:48:13.807Z] no-classifier: different [2023-09-08T19:48:13.807Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:48:13.807Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:48:13.807Z] classifier-sources: different [2023-09-08T19:48:13.807Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:48:13.807Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:48:13.807Z] [2023-09-08T19:48:13.807Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.slf4j.binding.log4j12:1.7.30-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.binding.log4j12_1.7.30/pom.xml [2023-09-08T19:48:13.807Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:48:13.807Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:48:13.807Z] [2023-09-08T19:48:13.807Z] [INFO] [2023-09-08T19:48:13.807Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.slf4j.binding.log4j12 --- [2023-09-08T19:48:13.807Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.binding.log4j12_1.7.30/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.slf4j.binding.log4j12/1.7.30-SNAPSHOT/org.slf4j.binding.log4j12-1.7.30-SNAPSHOT.pom [2023-09-08T19:48:13.807Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.binding.log4j12_1.7.30/target/org.slf4j.binding.log4j12-1.7.30-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.slf4j.binding.log4j12/1.7.30-SNAPSHOT/org.slf4j.binding.log4j12-1.7.30-SNAPSHOT.jar [2023-09-08T19:48:13.807Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.binding.log4j12_1.7.30/target/org.slf4j.binding.log4j12-1.7.30-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.slf4j.binding.log4j12/1.7.30-SNAPSHOT/org.slf4j.binding.log4j12-1.7.30-SNAPSHOT-sources.jar [2023-09-08T19:48:13.808Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.binding.log4j12_1.7.30/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.slf4j.binding.log4j12/1.7.30-SNAPSHOT/org.slf4j.binding.log4j12-1.7.30-SNAPSHOT-p2metadata.xml [2023-09-08T19:48:13.808Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.binding.log4j12_1.7.30/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.slf4j.binding.log4j12/1.7.30-SNAPSHOT/org.slf4j.binding.log4j12-1.7.30-SNAPSHOT-p2artifacts.xml [2023-09-08T19:48:13.808Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.binding.log4j12_1.7.30/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.slf4j.binding.log4j12/1.7.30-SNAPSHOT/org.slf4j.binding.log4j12-1.7.30-SNAPSHOT-p2metadata.xml [2023-09-08T19:48:13.808Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.binding.log4j12_1.7.30/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.slf4j.binding.log4j12/1.7.30-SNAPSHOT/org.slf4j.binding.log4j12-1.7.30-SNAPSHOT-p2artifacts.xml [2023-09-08T19:48:13.808Z] [INFO] [2023-09-08T19:48:13.808Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.slf4j.binding.log4j12 --- [2023-09-08T19:48:13.808Z] [INFO] [2023-09-08T19:48:13.808Z] [INFO] ----------< org.eclipse.orbit.bundles:org.slf4j.binding.nop >----------- [2023-09-08T19:48:13.808Z] [INFO] Building SLF4J NOP Binding 1.7.30-SNAPSHOT [343/375] [2023-09-08T19:48:13.808Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:48:13.808Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/slf4j/slf4j-nop/1.7.30/slf4j-nop-1.7.30.pom [2023-09-08T19:48:13.808Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-nop/1.7.30/slf4j-nop-1.7.30.pom [2023-09-08T19:48:13.808Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-nop/1.7.30/slf4j-nop-1.7.30.pom (790 B at 61 kB/s) [2023-09-08T19:48:13.808Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/slf4j/slf4j-nop/1.7.30/slf4j-nop-1.7.30.jar [2023-09-08T19:48:14.063Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-nop/1.7.30/slf4j-nop-1.7.30.jar [2023-09-08T19:48:14.063Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-nop/1.7.30/slf4j-nop-1.7.30.jar (4.0 kB at 365 kB/s) [2023-09-08T19:48:14.063Z] [INFO] [2023-09-08T19:48:14.063Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.slf4j.binding.nop --- [2023-09-08T19:48:14.063Z] [INFO] [2023-09-08T19:48:14.063Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.slf4j.binding.nop --- [2023-09-08T19:48:14.063Z] [INFO] The project's OSGi version is 1.7.30.v20221112-0806 [2023-09-08T19:48:14.063Z] [INFO] [2023-09-08T19:48:14.063Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.slf4j.binding.nop --- [2023-09-08T19:48:14.063Z] [INFO] [2023-09-08T19:48:14.063Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.slf4j.binding.nop --- [2023-09-08T19:48:14.063Z] [INFO] Copying 3 resources [2023-09-08T19:48:14.063Z] [INFO] [2023-09-08T19:48:14.063Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.slf4j.binding.nop --- [2023-09-08T19:48:14.063Z] [INFO] No sources to compile [2023-09-08T19:48:14.063Z] [INFO] [2023-09-08T19:48:14.063Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.slf4j.binding.nop --- [2023-09-08T19:48:14.063Z] [INFO] Gathering dependencies [2023-09-08T19:48:14.063Z] [INFO] Configured Artifact: org.slf4j:slf4j-nop:1.7.30:jar [2023-09-08T19:48:14.063Z] [INFO] Unpacking /home/vnc/.m2/repository/org/slf4j/slf4j-nop/1.7.30/slf4j-nop-1.7.30.jar to /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.binding.nop_1.7.30/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:48:14.063Z] [INFO] Merging collected dependencies [2023-09-08T19:48:14.063Z] [INFO] Copying 4 resources [2023-09-08T19:48:14.063Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:48:14.063Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.slf4j.binding.nop:eclipse-bundle-recipe:1.7.30-SNAPSHOT : Unused Export-Package instructions: [*.internal*] [2023-09-08T19:48:14.063Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.slf4j.binding.nop:eclipse-bundle-recipe:1.7.30-SNAPSHOT : Host org.slf4j.api=bundle-version="[1.7.30,1.8)" for this fragment/require bundle cannot be found on the classpath [2023-09-08T19:48:14.063Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.binding.nop_1.7.30/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:48:14.063Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.binding.nop_1.7.30/target/org.slf4j.binding.nop-1.7.30-SNAPSHOT.jar [2023-09-08T19:48:14.063Z] [INFO] Gathering sources [2023-09-08T19:48:14.063Z] [INFO] Configured Artifact: org.slf4j:slf4j-nop:sources:1.7.30:jar [2023-09-08T19:48:14.063Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/slf4j/slf4j-nop/1.7.30/slf4j-nop-1.7.30-sources.jar [2023-09-08T19:48:14.063Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-nop/1.7.30/slf4j-nop-1.7.30-sources.jar [2023-09-08T19:48:14.063Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-nop/1.7.30/slf4j-nop-1.7.30-sources.jar (5.8 kB at 206 kB/s) [2023-09-08T19:48:14.063Z] [INFO] Unpacking /home/vnc/.m2/repository/org/slf4j/slf4j-nop/1.7.30/slf4j-nop-1.7.30-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.binding.nop_1.7.30/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:48:14.063Z] [INFO] Copying 3 resources [2023-09-08T19:48:14.063Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.binding.nop_1.7.30/src/main/java [2023-09-08T19:48:14.063Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.binding.nop_1.7.30/target/org.slf4j.binding.nop-1.7.30-SNAPSHOT-sources.jar [2023-09-08T19:48:14.063Z] [INFO] Assembling p2 repository [2023-09-08T19:48:14.627Z] [INFO] [2023-09-08T19:48:14.627Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.slf4j.binding.nop --- [2023-09-08T19:48:14.627Z] [INFO] [2023-09-08T19:48:14.627Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.slf4j.binding.nop --- [2023-09-08T19:48:14.627Z] [INFO] Gathering sources archives [2023-09-08T19:48:14.627Z] [INFO] Configured Artifact: org.slf4j:slf4j-nop:sources:1.7.30:jar [2023-09-08T19:48:14.627Z] [INFO] Unpacking /home/vnc/.m2/repository/org/slf4j/slf4j-nop/1.7.30/slf4j-nop-1.7.30-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.binding.nop_1.7.30/target/sources-for-eclipse-ipzilla/slf4j-nop-1.7.30-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:48:14.627Z] [INFO] Configured Artifact: org.slf4j:slf4j-nop:sources:1.7.30:jar [2023-09-08T19:48:14.627Z] [INFO] Copying slf4j-nop-1.7.30-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.binding.nop_1.7.30/target/sources-for-eclipse-ipzilla/slf4j-nop-1.7.30-sources.jar [2023-09-08T19:48:14.627Z] [INFO] Refreshing about files and about.html [2023-09-08T19:48:14.627Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.binding.nop_1.7.30/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:48:14.627Z] [INFO] [2023-09-08T19:48:14.627Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.slf4j.binding.nop --- [2023-09-08T19:48:14.627Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.binding.nop_1.7.30/target/org.slf4j.binding.nop-1.7.30-SNAPSHOT.jar [2023-09-08T19:48:15.189Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.binding.nop_1.7.30/target/org.slf4j.binding.nop-1.7.30-SNAPSHOT-sources.jar [2023-09-08T19:48:16.118Z] [INFO] [2023-09-08T19:48:16.118Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.slf4j.binding.nop --- [2023-09-08T19:48:16.118Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.slf4j.binding.nop:1.7.30-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.binding.nop_1.7.30/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:48:16.118Z] no-classifier: different [2023-09-08T19:48:16.118Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:48:16.118Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:48:16.118Z] classifier-sources: different [2023-09-08T19:48:16.118Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:48:16.118Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:48:16.118Z] [2023-09-08T19:48:16.118Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.slf4j.binding.nop:1.7.30-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.binding.nop_1.7.30/pom.xml [2023-09-08T19:48:16.119Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:48:16.119Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:48:16.119Z] [2023-09-08T19:48:16.119Z] [INFO] [2023-09-08T19:48:16.119Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.slf4j.binding.nop --- [2023-09-08T19:48:16.119Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.binding.nop_1.7.30/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.slf4j.binding.nop/1.7.30-SNAPSHOT/org.slf4j.binding.nop-1.7.30-SNAPSHOT.pom [2023-09-08T19:48:16.119Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.binding.nop_1.7.30/target/org.slf4j.binding.nop-1.7.30-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.slf4j.binding.nop/1.7.30-SNAPSHOT/org.slf4j.binding.nop-1.7.30-SNAPSHOT.jar [2023-09-08T19:48:16.119Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.binding.nop_1.7.30/target/org.slf4j.binding.nop-1.7.30-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.slf4j.binding.nop/1.7.30-SNAPSHOT/org.slf4j.binding.nop-1.7.30-SNAPSHOT-sources.jar [2023-09-08T19:48:16.119Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.binding.nop_1.7.30/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.slf4j.binding.nop/1.7.30-SNAPSHOT/org.slf4j.binding.nop-1.7.30-SNAPSHOT-p2metadata.xml [2023-09-08T19:48:16.119Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.binding.nop_1.7.30/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.slf4j.binding.nop/1.7.30-SNAPSHOT/org.slf4j.binding.nop-1.7.30-SNAPSHOT-p2artifacts.xml [2023-09-08T19:48:16.119Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.binding.nop_1.7.30/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.slf4j.binding.nop/1.7.30-SNAPSHOT/org.slf4j.binding.nop-1.7.30-SNAPSHOT-p2metadata.xml [2023-09-08T19:48:16.119Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.binding.nop_1.7.30/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.slf4j.binding.nop/1.7.30-SNAPSHOT/org.slf4j.binding.nop-1.7.30-SNAPSHOT-p2artifacts.xml [2023-09-08T19:48:16.119Z] [INFO] [2023-09-08T19:48:16.119Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.slf4j.binding.nop --- [2023-09-08T19:48:16.119Z] [INFO] [2023-09-08T19:48:16.119Z] [INFO] ---------< org.eclipse.orbit.bundles:org.slf4j.binding.simple >--------- [2023-09-08T19:48:16.119Z] [INFO] Building SLF4J Simple Binding 1.7.30-SNAPSHOT [344/375] [2023-09-08T19:48:16.119Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:48:16.119Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/slf4j/slf4j-simple/1.7.30/slf4j-simple-1.7.30.pom [2023-09-08T19:48:16.119Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-simple/1.7.30/slf4j-simple-1.7.30.pom [2023-09-08T19:48:16.119Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-simple/1.7.30/slf4j-simple-1.7.30.pom (1.0 kB at 93 kB/s) [2023-09-08T19:48:16.119Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/slf4j/slf4j-simple/1.7.30/slf4j-simple-1.7.30.jar [2023-09-08T19:48:16.119Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-simple/1.7.30/slf4j-simple-1.7.30.jar [2023-09-08T19:48:16.375Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-simple/1.7.30/slf4j-simple-1.7.30.jar (15 kB at 1.5 MB/s) [2023-09-08T19:48:16.375Z] [INFO] [2023-09-08T19:48:16.375Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.slf4j.binding.simple --- [2023-09-08T19:48:16.375Z] [INFO] [2023-09-08T19:48:16.375Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.slf4j.binding.simple --- [2023-09-08T19:48:16.375Z] [INFO] The project's OSGi version is 1.7.30.v20221112-0806 [2023-09-08T19:48:16.375Z] [INFO] [2023-09-08T19:48:16.375Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.slf4j.binding.simple --- [2023-09-08T19:48:16.375Z] [INFO] [2023-09-08T19:48:16.375Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.slf4j.binding.simple --- [2023-09-08T19:48:16.375Z] [INFO] Copying 3 resources [2023-09-08T19:48:16.375Z] [INFO] [2023-09-08T19:48:16.375Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.slf4j.binding.simple --- [2023-09-08T19:48:16.375Z] [INFO] No sources to compile [2023-09-08T19:48:16.375Z] [INFO] [2023-09-08T19:48:16.375Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.slf4j.binding.simple --- [2023-09-08T19:48:16.375Z] [INFO] Gathering dependencies [2023-09-08T19:48:16.375Z] [INFO] Configured Artifact: org.slf4j:slf4j-simple:1.7.30:jar [2023-09-08T19:48:16.375Z] [INFO] Unpacking /home/vnc/.m2/repository/org/slf4j/slf4j-simple/1.7.30/slf4j-simple-1.7.30.jar to /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.binding.simple_1.7.30/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:48:16.375Z] [INFO] Merging collected dependencies [2023-09-08T19:48:16.375Z] [INFO] Copying 11 resources [2023-09-08T19:48:16.375Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:48:16.375Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.slf4j.binding.simple:eclipse-bundle-recipe:1.7.30-SNAPSHOT : Unused Export-Package instructions: [*.internal*] [2023-09-08T19:48:16.375Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.slf4j.binding.simple:eclipse-bundle-recipe:1.7.30-SNAPSHOT : Host org.slf4j.api=bundle-version="[1.7.30,1.8)" for this fragment/require bundle cannot be found on the classpath [2023-09-08T19:48:16.375Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.slf4j.binding.simple:eclipse-bundle-recipe:1.7.30-SNAPSHOT : Unused Import-Package instructions: [org.slf4j.*] [2023-09-08T19:48:16.375Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.binding.simple_1.7.30/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:48:16.375Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.binding.simple_1.7.30/target/org.slf4j.binding.simple-1.7.30-SNAPSHOT.jar [2023-09-08T19:48:16.375Z] [INFO] Gathering sources [2023-09-08T19:48:16.375Z] [INFO] Configured Artifact: org.slf4j:slf4j-simple:sources:1.7.30:jar [2023-09-08T19:48:16.375Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/slf4j/slf4j-simple/1.7.30/slf4j-simple-1.7.30-sources.jar [2023-09-08T19:48:16.375Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-simple/1.7.30/slf4j-simple-1.7.30-sources.jar [2023-09-08T19:48:16.375Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-simple/1.7.30/slf4j-simple-1.7.30-sources.jar (15 kB at 844 kB/s) [2023-09-08T19:48:16.375Z] [INFO] Unpacking /home/vnc/.m2/repository/org/slf4j/slf4j-simple/1.7.30/slf4j-simple-1.7.30-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.binding.simple_1.7.30/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:48:16.375Z] [INFO] Copying 3 resources [2023-09-08T19:48:16.375Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.binding.simple_1.7.30/src/main/java [2023-09-08T19:48:16.375Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.binding.simple_1.7.30/target/org.slf4j.binding.simple-1.7.30-SNAPSHOT-sources.jar [2023-09-08T19:48:16.375Z] [INFO] Assembling p2 repository [2023-09-08T19:48:16.940Z] [INFO] [2023-09-08T19:48:16.940Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.slf4j.binding.simple --- [2023-09-08T19:48:16.940Z] [INFO] [2023-09-08T19:48:16.940Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.slf4j.binding.simple --- [2023-09-08T19:48:16.940Z] [INFO] Gathering sources archives [2023-09-08T19:48:16.940Z] [INFO] Configured Artifact: org.slf4j:slf4j-simple:sources:1.7.30:jar [2023-09-08T19:48:16.940Z] [INFO] Unpacking /home/vnc/.m2/repository/org/slf4j/slf4j-simple/1.7.30/slf4j-simple-1.7.30-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.binding.simple_1.7.30/target/sources-for-eclipse-ipzilla/slf4j-simple-1.7.30-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:48:16.940Z] [INFO] Configured Artifact: org.slf4j:slf4j-simple:sources:1.7.30:jar [2023-09-08T19:48:16.940Z] [INFO] Copying slf4j-simple-1.7.30-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.binding.simple_1.7.30/target/sources-for-eclipse-ipzilla/slf4j-simple-1.7.30-sources.jar [2023-09-08T19:48:16.940Z] [INFO] Refreshing about files and about.html [2023-09-08T19:48:16.940Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.binding.simple_1.7.30/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:48:16.940Z] [INFO] [2023-09-08T19:48:16.940Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.slf4j.binding.simple --- [2023-09-08T19:48:16.940Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.binding.simple_1.7.30/target/org.slf4j.binding.simple-1.7.30-SNAPSHOT.jar [2023-09-08T19:48:17.871Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.binding.simple_1.7.30/target/org.slf4j.binding.simple-1.7.30-SNAPSHOT-sources.jar [2023-09-08T19:48:18.437Z] [INFO] [2023-09-08T19:48:18.437Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.slf4j.binding.simple --- [2023-09-08T19:48:18.695Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.slf4j.binding.simple:1.7.30-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.binding.simple_1.7.30/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:48:18.695Z] no-classifier: different [2023-09-08T19:48:18.695Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:48:18.695Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:48:18.695Z] classifier-sources: different [2023-09-08T19:48:18.695Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:48:18.695Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:48:18.695Z] [2023-09-08T19:48:18.695Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.slf4j.binding.simple:1.7.30-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.binding.simple_1.7.30/pom.xml [2023-09-08T19:48:18.695Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:48:18.695Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:48:18.695Z] [2023-09-08T19:48:18.695Z] [INFO] [2023-09-08T19:48:18.695Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.slf4j.binding.simple --- [2023-09-08T19:48:18.695Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.binding.simple_1.7.30/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.slf4j.binding.simple/1.7.30-SNAPSHOT/org.slf4j.binding.simple-1.7.30-SNAPSHOT.pom [2023-09-08T19:48:18.695Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.binding.simple_1.7.30/target/org.slf4j.binding.simple-1.7.30-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.slf4j.binding.simple/1.7.30-SNAPSHOT/org.slf4j.binding.simple-1.7.30-SNAPSHOT.jar [2023-09-08T19:48:18.695Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.binding.simple_1.7.30/target/org.slf4j.binding.simple-1.7.30-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.slf4j.binding.simple/1.7.30-SNAPSHOT/org.slf4j.binding.simple-1.7.30-SNAPSHOT-sources.jar [2023-09-08T19:48:18.695Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.binding.simple_1.7.30/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.slf4j.binding.simple/1.7.30-SNAPSHOT/org.slf4j.binding.simple-1.7.30-SNAPSHOT-p2metadata.xml [2023-09-08T19:48:18.695Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.binding.simple_1.7.30/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.slf4j.binding.simple/1.7.30-SNAPSHOT/org.slf4j.binding.simple-1.7.30-SNAPSHOT-p2artifacts.xml [2023-09-08T19:48:18.695Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.binding.simple_1.7.30/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.slf4j.binding.simple/1.7.30-SNAPSHOT/org.slf4j.binding.simple-1.7.30-SNAPSHOT-p2metadata.xml [2023-09-08T19:48:18.695Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.binding.simple_1.7.30/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.slf4j.binding.simple/1.7.30-SNAPSHOT/org.slf4j.binding.simple-1.7.30-SNAPSHOT-p2artifacts.xml [2023-09-08T19:48:18.695Z] [INFO] [2023-09-08T19:48:18.695Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.slf4j.binding.simple --- [2023-09-08T19:48:18.695Z] [INFO] [2023-09-08T19:48:18.695Z] [INFO] -----------< org.eclipse.orbit.bundles:org.slf4j.bridge.jul >----------- [2023-09-08T19:48:18.695Z] [INFO] Building JUL to SLF4J bridge 1.7.30-SNAPSHOT [345/375] [2023-09-08T19:48:18.695Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:48:18.695Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/slf4j/jul-to-slf4j/1.7.30/jul-to-slf4j-1.7.30.pom [2023-09-08T19:48:18.695Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/jul-to-slf4j/1.7.30/jul-to-slf4j-1.7.30.pom [2023-09-08T19:48:18.695Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/jul-to-slf4j/1.7.30/jul-to-slf4j-1.7.30.pom (990 B at 90 kB/s) [2023-09-08T19:48:18.695Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/slf4j/jul-to-slf4j/1.7.30/jul-to-slf4j-1.7.30.jar [2023-09-08T19:48:18.695Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/jul-to-slf4j/1.7.30/jul-to-slf4j-1.7.30.jar [2023-09-08T19:48:18.695Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/jul-to-slf4j/1.7.30/jul-to-slf4j-1.7.30.jar (4.6 kB at 417 kB/s) [2023-09-08T19:48:18.695Z] [INFO] [2023-09-08T19:48:18.695Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.slf4j.bridge.jul --- [2023-09-08T19:48:18.695Z] [INFO] [2023-09-08T19:48:18.695Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.slf4j.bridge.jul --- [2023-09-08T19:48:18.695Z] [INFO] The project's OSGi version is 1.7.30.v20221112-0806 [2023-09-08T19:48:18.695Z] [INFO] [2023-09-08T19:48:18.695Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.slf4j.bridge.jul --- [2023-09-08T19:48:18.695Z] [INFO] [2023-09-08T19:48:18.695Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.slf4j.bridge.jul --- [2023-09-08T19:48:18.695Z] [INFO] Copying 3 resources [2023-09-08T19:48:18.695Z] [INFO] [2023-09-08T19:48:18.695Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.slf4j.bridge.jul --- [2023-09-08T19:48:18.695Z] [INFO] No sources to compile [2023-09-08T19:48:18.695Z] [INFO] [2023-09-08T19:48:18.695Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.slf4j.bridge.jul --- [2023-09-08T19:48:18.695Z] [INFO] Gathering dependencies [2023-09-08T19:48:18.695Z] [INFO] Configured Artifact: org.slf4j:jul-to-slf4j:1.7.30:jar [2023-09-08T19:48:18.695Z] [INFO] Unpacking /home/vnc/.m2/repository/org/slf4j/jul-to-slf4j/1.7.30/jul-to-slf4j-1.7.30.jar to /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.bridge.jul_1.7.30/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:48:18.695Z] [INFO] Merging collected dependencies [2023-09-08T19:48:18.695Z] [INFO] Copying 2 resources [2023-09-08T19:48:18.695Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:48:18.695Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.slf4j.bridge.jul:eclipse-bundle-recipe:1.7.30-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] [2023-09-08T19:48:18.695Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.bridge.jul_1.7.30/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:48:18.695Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.bridge.jul_1.7.30/target/org.slf4j.bridge.jul-1.7.30-SNAPSHOT.jar [2023-09-08T19:48:18.695Z] [INFO] Gathering sources [2023-09-08T19:48:18.695Z] [INFO] Configured Artifact: org.slf4j:jul-to-slf4j:sources:1.7.30:jar [2023-09-08T19:48:18.695Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/slf4j/jul-to-slf4j/1.7.30/jul-to-slf4j-1.7.30-sources.jar [2023-09-08T19:48:18.695Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/jul-to-slf4j/1.7.30/jul-to-slf4j-1.7.30-sources.jar [2023-09-08T19:48:18.695Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/jul-to-slf4j/1.7.30/jul-to-slf4j-1.7.30-sources.jar (6.2 kB at 561 kB/s) [2023-09-08T19:48:18.695Z] [INFO] Unpacking /home/vnc/.m2/repository/org/slf4j/jul-to-slf4j/1.7.30/jul-to-slf4j-1.7.30-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.bridge.jul_1.7.30/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:48:18.695Z] [INFO] Copying 3 resources [2023-09-08T19:48:18.695Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.bridge.jul_1.7.30/src/main/java [2023-09-08T19:48:18.695Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.bridge.jul_1.7.30/target/org.slf4j.bridge.jul-1.7.30-SNAPSHOT-sources.jar [2023-09-08T19:48:18.696Z] [INFO] Assembling p2 repository [2023-09-08T19:48:19.261Z] [INFO] [2023-09-08T19:48:19.261Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.slf4j.bridge.jul --- [2023-09-08T19:48:19.261Z] [INFO] [2023-09-08T19:48:19.261Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.slf4j.bridge.jul --- [2023-09-08T19:48:19.261Z] [INFO] Gathering sources archives [2023-09-08T19:48:19.261Z] [INFO] Configured Artifact: org.slf4j:jul-to-slf4j:sources:1.7.30:jar [2023-09-08T19:48:19.261Z] [INFO] Unpacking /home/vnc/.m2/repository/org/slf4j/jul-to-slf4j/1.7.30/jul-to-slf4j-1.7.30-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.bridge.jul_1.7.30/target/sources-for-eclipse-ipzilla/jul-to-slf4j-1.7.30-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:48:19.261Z] [INFO] Configured Artifact: org.slf4j:jul-to-slf4j:sources:1.7.30:jar [2023-09-08T19:48:19.261Z] [INFO] Copying jul-to-slf4j-1.7.30-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.bridge.jul_1.7.30/target/sources-for-eclipse-ipzilla/jul-to-slf4j-1.7.30-sources.jar [2023-09-08T19:48:19.261Z] [INFO] Refreshing about files and about.html [2023-09-08T19:48:19.261Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.bridge.jul_1.7.30/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:48:19.261Z] [INFO] [2023-09-08T19:48:19.261Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.slf4j.bridge.jul --- [2023-09-08T19:48:19.261Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.bridge.jul_1.7.30/target/org.slf4j.bridge.jul-1.7.30-SNAPSHOT.jar [2023-09-08T19:48:20.631Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.bridge.jul_1.7.30/target/org.slf4j.bridge.jul-1.7.30-SNAPSHOT-sources.jar [2023-09-08T19:48:22.528Z] [INFO] [2023-09-08T19:48:22.528Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.slf4j.bridge.jul --- [2023-09-08T19:48:22.528Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.slf4j.bridge.jul:1.7.30-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.bridge.jul_1.7.30/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:48:22.528Z] no-classifier: different [2023-09-08T19:48:22.528Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:48:22.528Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:48:22.528Z] classifier-sources: different [2023-09-08T19:48:22.528Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:48:22.528Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:48:22.528Z] [2023-09-08T19:48:22.528Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.slf4j.bridge.jul:1.7.30-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.bridge.jul_1.7.30/pom.xml [2023-09-08T19:48:22.528Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:48:22.528Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:48:22.528Z] [2023-09-08T19:48:22.528Z] [INFO] [2023-09-08T19:48:22.528Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.slf4j.bridge.jul --- [2023-09-08T19:48:22.528Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.bridge.jul_1.7.30/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.slf4j.bridge.jul/1.7.30-SNAPSHOT/org.slf4j.bridge.jul-1.7.30-SNAPSHOT.pom [2023-09-08T19:48:22.528Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.bridge.jul_1.7.30/target/org.slf4j.bridge.jul-1.7.30-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.slf4j.bridge.jul/1.7.30-SNAPSHOT/org.slf4j.bridge.jul-1.7.30-SNAPSHOT.jar [2023-09-08T19:48:22.528Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.bridge.jul_1.7.30/target/org.slf4j.bridge.jul-1.7.30-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.slf4j.bridge.jul/1.7.30-SNAPSHOT/org.slf4j.bridge.jul-1.7.30-SNAPSHOT-sources.jar [2023-09-08T19:48:22.528Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.bridge.jul_1.7.30/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.slf4j.bridge.jul/1.7.30-SNAPSHOT/org.slf4j.bridge.jul-1.7.30-SNAPSHOT-p2metadata.xml [2023-09-08T19:48:22.528Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.bridge.jul_1.7.30/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.slf4j.bridge.jul/1.7.30-SNAPSHOT/org.slf4j.bridge.jul-1.7.30-SNAPSHOT-p2artifacts.xml [2023-09-08T19:48:22.528Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.bridge.jul_1.7.30/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.slf4j.bridge.jul/1.7.30-SNAPSHOT/org.slf4j.bridge.jul-1.7.30-SNAPSHOT-p2metadata.xml [2023-09-08T19:48:22.528Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.bridge.jul_1.7.30/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.slf4j.bridge.jul/1.7.30-SNAPSHOT/org.slf4j.bridge.jul-1.7.30-SNAPSHOT-p2artifacts.xml [2023-09-08T19:48:22.528Z] [INFO] [2023-09-08T19:48:22.528Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.slf4j.bridge.jul --- [2023-09-08T19:48:22.528Z] [INFO] [2023-09-08T19:48:22.528Z] [INFO] --------------< org.eclipse.orbit.bundles:org.slf4j.ext >--------------- [2023-09-08T19:48:22.528Z] [INFO] Building SLF4J Extensions Module 1.7.30-SNAPSHOT [346/375] [2023-09-08T19:48:22.528Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:48:22.528Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/slf4j/slf4j-ext/1.7.30/slf4j-ext-1.7.30.pom [2023-09-08T19:48:22.528Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-ext/1.7.30/slf4j-ext-1.7.30.pom [2023-09-08T19:48:22.528Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-ext/1.7.30/slf4j-ext-1.7.30.pom (2.8 kB at 231 kB/s) [2023-09-08T19:48:22.528Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/slf4j/slf4j-ext/1.7.30/slf4j-ext-1.7.30.jar [2023-09-08T19:48:22.528Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-ext/1.7.30/slf4j-ext-1.7.30.jar [2023-09-08T19:48:22.528Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-ext/1.7.30/slf4j-ext-1.7.30.jar (38 kB at 3.2 MB/s) [2023-09-08T19:48:22.528Z] [INFO] [2023-09-08T19:48:22.528Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.slf4j.ext --- [2023-09-08T19:48:22.528Z] [INFO] [2023-09-08T19:48:22.528Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.slf4j.ext --- [2023-09-08T19:48:22.528Z] [INFO] The project's OSGi version is 1.7.30.v20221112-0806 [2023-09-08T19:48:22.528Z] [INFO] [2023-09-08T19:48:22.528Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.slf4j.ext --- [2023-09-08T19:48:22.528Z] [INFO] [2023-09-08T19:48:22.528Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.slf4j.ext --- [2023-09-08T19:48:22.528Z] [INFO] Copying 3 resources [2023-09-08T19:48:22.528Z] [INFO] [2023-09-08T19:48:22.528Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.slf4j.ext --- [2023-09-08T19:48:22.528Z] [INFO] No sources to compile [2023-09-08T19:48:22.528Z] [INFO] [2023-09-08T19:48:22.528Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.slf4j.ext --- [2023-09-08T19:48:22.528Z] [INFO] Gathering dependencies [2023-09-08T19:48:22.528Z] [INFO] Configured Artifact: org.slf4j:slf4j-ext:1.7.30:jar [2023-09-08T19:48:22.528Z] [INFO] Unpacking /home/vnc/.m2/repository/org/slf4j/slf4j-ext/1.7.30/slf4j-ext-1.7.30.jar to /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.ext_1.7.30/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:48:22.528Z] [INFO] Merging collected dependencies [2023-09-08T19:48:22.528Z] [INFO] Copying 27 resources [2023-09-08T19:48:22.528Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:48:22.528Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.slf4j.ext:eclipse-bundle-recipe:1.7.30-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] [2023-09-08T19:48:22.528Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.slf4j.ext:eclipse-bundle-recipe:1.7.30-SNAPSHOT : Host org.slf4j.api=bundle-version="[1.7.30,1.8)" for this fragment/require bundle cannot be found on the classpath [2023-09-08T19:48:22.528Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.ext_1.7.30/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:48:22.528Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.ext_1.7.30/target/org.slf4j.ext-1.7.30-SNAPSHOT.jar [2023-09-08T19:48:22.528Z] [INFO] Gathering sources [2023-09-08T19:48:22.528Z] [INFO] Configured Artifact: org.slf4j:slf4j-ext:sources:1.7.30:jar [2023-09-08T19:48:22.528Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/slf4j/slf4j-ext/1.7.30/slf4j-ext-1.7.30-sources.jar [2023-09-08T19:48:22.528Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-ext/1.7.30/slf4j-ext-1.7.30-sources.jar [2023-09-08T19:48:22.785Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-ext/1.7.30/slf4j-ext-1.7.30-sources.jar (40 kB at 2.9 MB/s) [2023-09-08T19:48:22.785Z] [INFO] Unpacking /home/vnc/.m2/repository/org/slf4j/slf4j-ext/1.7.30/slf4j-ext-1.7.30-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.ext_1.7.30/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:48:22.785Z] [INFO] Copying 3 resources [2023-09-08T19:48:22.785Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.ext_1.7.30/src/main/java [2023-09-08T19:48:22.785Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.ext_1.7.30/target/org.slf4j.ext-1.7.30-SNAPSHOT-sources.jar [2023-09-08T19:48:22.785Z] [INFO] Assembling p2 repository [2023-09-08T19:48:23.348Z] [INFO] [2023-09-08T19:48:23.348Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.slf4j.ext --- [2023-09-08T19:48:23.348Z] [INFO] [2023-09-08T19:48:23.348Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.slf4j.ext --- [2023-09-08T19:48:23.348Z] [INFO] Gathering sources archives [2023-09-08T19:48:23.348Z] [INFO] Configured Artifact: org.slf4j:slf4j-ext:sources:1.7.30:jar [2023-09-08T19:48:23.348Z] [INFO] Unpacking /home/vnc/.m2/repository/org/slf4j/slf4j-ext/1.7.30/slf4j-ext-1.7.30-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.ext_1.7.30/target/sources-for-eclipse-ipzilla/slf4j-ext-1.7.30-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:48:23.348Z] [INFO] Configured Artifact: org.slf4j:slf4j-ext:sources:1.7.30:jar [2023-09-08T19:48:23.348Z] [INFO] Copying slf4j-ext-1.7.30-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.ext_1.7.30/target/sources-for-eclipse-ipzilla/slf4j-ext-1.7.30-sources.jar [2023-09-08T19:48:23.348Z] [INFO] Refreshing about files and about.html [2023-09-08T19:48:23.348Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.ext_1.7.30/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:48:23.348Z] [INFO] [2023-09-08T19:48:23.348Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.slf4j.ext --- [2023-09-08T19:48:23.348Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.ext_1.7.30/target/org.slf4j.ext-1.7.30-SNAPSHOT.jar [2023-09-08T19:48:24.716Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.ext_1.7.30/target/org.slf4j.ext-1.7.30-SNAPSHOT-sources.jar [2023-09-08T19:48:26.608Z] [INFO] [2023-09-08T19:48:26.608Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.slf4j.ext --- [2023-09-08T19:48:26.608Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.slf4j.ext:1.7.30-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.ext_1.7.30/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:48:26.608Z] no-classifier: different [2023-09-08T19:48:26.608Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:48:26.608Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:48:26.608Z] classifier-sources: different [2023-09-08T19:48:26.608Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:48:26.608Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:48:26.608Z] [2023-09-08T19:48:26.608Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.slf4j.ext:1.7.30-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.ext_1.7.30/pom.xml [2023-09-08T19:48:26.608Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:48:26.608Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:48:26.608Z] [2023-09-08T19:48:26.608Z] [INFO] [2023-09-08T19:48:26.608Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.slf4j.ext --- [2023-09-08T19:48:26.608Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.ext_1.7.30/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.slf4j.ext/1.7.30-SNAPSHOT/org.slf4j.ext-1.7.30-SNAPSHOT.pom [2023-09-08T19:48:26.608Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.ext_1.7.30/target/org.slf4j.ext-1.7.30-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.slf4j.ext/1.7.30-SNAPSHOT/org.slf4j.ext-1.7.30-SNAPSHOT.jar [2023-09-08T19:48:26.608Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.ext_1.7.30/target/org.slf4j.ext-1.7.30-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.slf4j.ext/1.7.30-SNAPSHOT/org.slf4j.ext-1.7.30-SNAPSHOT-sources.jar [2023-09-08T19:48:26.608Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.ext_1.7.30/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.slf4j.ext/1.7.30-SNAPSHOT/org.slf4j.ext-1.7.30-SNAPSHOT-p2metadata.xml [2023-09-08T19:48:26.608Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.ext_1.7.30/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.slf4j.ext/1.7.30-SNAPSHOT/org.slf4j.ext-1.7.30-SNAPSHOT-p2artifacts.xml [2023-09-08T19:48:26.608Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.ext_1.7.30/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.slf4j.ext/1.7.30-SNAPSHOT/org.slf4j.ext-1.7.30-SNAPSHOT-p2metadata.xml [2023-09-08T19:48:26.608Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/logging/org.slf4j.ext_1.7.30/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.slf4j.ext/1.7.30-SNAPSHOT/org.slf4j.ext-1.7.30-SNAPSHOT-p2artifacts.xml [2023-09-08T19:48:26.608Z] [INFO] [2023-09-08T19:48:26.608Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.slf4j.ext --- [2023-09-08T19:48:26.608Z] [INFO] [2023-09-08T19:48:26.608Z] [INFO] -----------< org.eclipse.orbit.bundles:ch.qos.logback.core >------------ [2023-09-08T19:48:26.608Z] [INFO] Building Logback Core Module 1.2.3-SNAPSHOT [347/375] [2023-09-08T19:48:26.608Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:48:26.608Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.pom [2023-09-08T19:48:26.608Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.pom [2023-09-08T19:48:26.608Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.pom (4.2 kB at 323 kB/s) [2023-09-08T19:48:26.608Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/ch/qos/logback/logback-parent/1.2.3/logback-parent-1.2.3.pom [2023-09-08T19:48:26.608Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-parent/1.2.3/logback-parent-1.2.3.pom [2023-09-08T19:48:26.608Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-parent/1.2.3/logback-parent-1.2.3.pom (18 kB at 936 kB/s) [2023-09-08T19:48:26.608Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.jar [2023-09-08T19:48:26.608Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.jar [2023-09-08T19:48:26.608Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.jar (472 kB at 29 MB/s) [2023-09-08T19:48:26.608Z] [INFO] [2023-09-08T19:48:26.608Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ch.qos.logback.core --- [2023-09-08T19:48:26.608Z] [INFO] [2023-09-08T19:48:26.608Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ ch.qos.logback.core --- [2023-09-08T19:48:26.608Z] [INFO] The project's OSGi version is 1.2.3.v20221112-0806 [2023-09-08T19:48:26.608Z] [INFO] [2023-09-08T19:48:26.608Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ ch.qos.logback.core --- [2023-09-08T19:48:26.608Z] [INFO] [2023-09-08T19:48:26.608Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ ch.qos.logback.core --- [2023-09-08T19:48:26.608Z] [INFO] Copying 3 resources [2023-09-08T19:48:26.608Z] [INFO] [2023-09-08T19:48:26.608Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ ch.qos.logback.core --- [2023-09-08T19:48:26.608Z] [INFO] No sources to compile [2023-09-08T19:48:26.608Z] [INFO] [2023-09-08T19:48:26.608Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ ch.qos.logback.core --- [2023-09-08T19:48:26.608Z] [INFO] Gathering dependencies [2023-09-08T19:48:26.608Z] [INFO] Configured Artifact: ch.qos.logback:logback-core:1.2.3:jar [2023-09-08T19:48:26.608Z] [INFO] Unpacking /home/vnc/.m2/repository/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.jar to /home/jenkins/agent/workspace/orbit-recipes/logging/ch.qos.logback.core_1.2.3/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:48:26.609Z] [INFO] Merging collected dependencies [2023-09-08T19:48:26.609Z] [INFO] Copying 374 resources [2023-09-08T19:48:26.864Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:48:26.864Z] [WARNING] Manifest org.eclipse.orbit.bundles:ch.qos.logback.core:eclipse-bundle-recipe:1.2.3-SNAPSHOT : Unused Export-Package instructions: [*.internal*, *.impl*] [2023-09-08T19:48:26.864Z] [WARNING] Manifest org.eclipse.orbit.bundles:ch.qos.logback.core:eclipse-bundle-recipe:1.2.3-SNAPSHOT : Unused Import-Package instructions: [org.fusesource.jansi.*, org.slf4j.spi.*, org.slf4j.*] [2023-09-08T19:48:26.864Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/logging/ch.qos.logback.core_1.2.3/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:48:26.864Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/logging/ch.qos.logback.core_1.2.3/target/ch.qos.logback.core-1.2.3-SNAPSHOT.jar [2023-09-08T19:48:26.864Z] [INFO] Gathering sources [2023-09-08T19:48:26.864Z] [INFO] Configured Artifact: ch.qos.logback:logback-core:sources:1.2.3:jar [2023-09-08T19:48:26.864Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3-sources.jar [2023-09-08T19:48:26.864Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3-sources.jar [2023-09-08T19:48:26.864Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3-sources.jar (399 kB at 27 MB/s) [2023-09-08T19:48:26.864Z] [INFO] Unpacking /home/vnc/.m2/repository/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/logging/ch.qos.logback.core_1.2.3/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:48:26.864Z] [INFO] Copying 3 resources [2023-09-08T19:48:26.864Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/logging/ch.qos.logback.core_1.2.3/src/main/java [2023-09-08T19:48:27.122Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/logging/ch.qos.logback.core_1.2.3/target/ch.qos.logback.core-1.2.3-SNAPSHOT-sources.jar [2023-09-08T19:48:27.122Z] [INFO] Assembling p2 repository [2023-09-08T19:48:27.688Z] [INFO] [2023-09-08T19:48:27.688Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ ch.qos.logback.core --- [2023-09-08T19:48:27.688Z] [INFO] [2023-09-08T19:48:27.688Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ ch.qos.logback.core --- [2023-09-08T19:48:27.688Z] [INFO] Gathering sources archives [2023-09-08T19:48:27.688Z] [INFO] Configured Artifact: ch.qos.logback:logback-core:sources:1.2.3:jar [2023-09-08T19:48:27.688Z] [INFO] Unpacking /home/vnc/.m2/repository/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/logging/ch.qos.logback.core_1.2.3/target/sources-for-eclipse-ipzilla/logback-core-1.2.3-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:48:27.688Z] [INFO] Configured Artifact: ch.qos.logback:logback-core:sources:1.2.3:jar [2023-09-08T19:48:27.688Z] [INFO] Copying logback-core-1.2.3-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/logging/ch.qos.logback.core_1.2.3/target/sources-for-eclipse-ipzilla/logback-core-1.2.3-sources.jar [2023-09-08T19:48:27.688Z] [INFO] Refreshing about files and about.html [2023-09-08T19:48:27.688Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/logging/ch.qos.logback.core_1.2.3/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:48:27.688Z] [INFO] [2023-09-08T19:48:27.688Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ ch.qos.logback.core --- [2023-09-08T19:48:27.945Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/logging/ch.qos.logback.core_1.2.3/target/ch.qos.logback.core-1.2.3-SNAPSHOT.jar [2023-09-08T19:48:28.874Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/logging/ch.qos.logback.core_1.2.3/target/ch.qos.logback.core-1.2.3-SNAPSHOT-sources.jar [2023-09-08T19:48:29.811Z] [INFO] [2023-09-08T19:48:29.811Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ ch.qos.logback.core --- [2023-09-08T19:48:29.811Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:ch.qos.logback.core:1.2.3-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/logging/ch.qos.logback.core_1.2.3/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:48:29.811Z] no-classifier: different [2023-09-08T19:48:29.811Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:48:29.811Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:48:29.811Z] classifier-sources: different [2023-09-08T19:48:29.811Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:48:29.811Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:48:29.811Z] [2023-09-08T19:48:29.811Z] [INFO] MavenProject: org.eclipse.orbit.bundles:ch.qos.logback.core:1.2.3-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/logging/ch.qos.logback.core_1.2.3/pom.xml [2023-09-08T19:48:29.811Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:48:29.811Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:48:29.811Z] [2023-09-08T19:48:29.811Z] [INFO] [2023-09-08T19:48:29.811Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ ch.qos.logback.core --- [2023-09-08T19:48:29.811Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/logging/ch.qos.logback.core_1.2.3/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/ch.qos.logback.core/1.2.3-SNAPSHOT/ch.qos.logback.core-1.2.3-SNAPSHOT.pom [2023-09-08T19:48:29.811Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/logging/ch.qos.logback.core_1.2.3/target/ch.qos.logback.core-1.2.3-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/ch.qos.logback.core/1.2.3-SNAPSHOT/ch.qos.logback.core-1.2.3-SNAPSHOT.jar [2023-09-08T19:48:29.811Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/logging/ch.qos.logback.core_1.2.3/target/ch.qos.logback.core-1.2.3-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/ch.qos.logback.core/1.2.3-SNAPSHOT/ch.qos.logback.core-1.2.3-SNAPSHOT-sources.jar [2023-09-08T19:48:29.811Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/logging/ch.qos.logback.core_1.2.3/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/ch.qos.logback.core/1.2.3-SNAPSHOT/ch.qos.logback.core-1.2.3-SNAPSHOT-p2metadata.xml [2023-09-08T19:48:29.811Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/logging/ch.qos.logback.core_1.2.3/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/ch.qos.logback.core/1.2.3-SNAPSHOT/ch.qos.logback.core-1.2.3-SNAPSHOT-p2artifacts.xml [2023-09-08T19:48:29.811Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/logging/ch.qos.logback.core_1.2.3/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/ch.qos.logback.core/1.2.3-SNAPSHOT/ch.qos.logback.core-1.2.3-SNAPSHOT-p2metadata.xml [2023-09-08T19:48:29.811Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/logging/ch.qos.logback.core_1.2.3/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/ch.qos.logback.core/1.2.3-SNAPSHOT/ch.qos.logback.core-1.2.3-SNAPSHOT-p2artifacts.xml [2023-09-08T19:48:29.811Z] [INFO] [2023-09-08T19:48:29.811Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ ch.qos.logback.core --- [2023-09-08T19:48:29.811Z] [INFO] [2023-09-08T19:48:29.811Z] [INFO] ----------< org.eclipse.orbit.bundles:ch.qos.logback.classic >---------- [2023-09-08T19:48:29.811Z] [INFO] Building Logback Classic Module 1.2.3-SNAPSHOT [348/375] [2023-09-08T19:48:29.811Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:48:29.811Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.pom [2023-09-08T19:48:29.811Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.pom [2023-09-08T19:48:29.811Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.pom (13 kB at 1.1 MB/s) [2023-09-08T19:48:29.811Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar [2023-09-08T19:48:30.067Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar [2023-09-08T19:48:30.067Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar (290 kB at 22 MB/s) [2023-09-08T19:48:30.067Z] [INFO] [2023-09-08T19:48:30.067Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ch.qos.logback.classic --- [2023-09-08T19:48:30.067Z] [INFO] [2023-09-08T19:48:30.067Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ ch.qos.logback.classic --- [2023-09-08T19:48:30.067Z] [INFO] The project's OSGi version is 1.2.3.v20221112-0806 [2023-09-08T19:48:30.067Z] [INFO] [2023-09-08T19:48:30.067Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ ch.qos.logback.classic --- [2023-09-08T19:48:30.067Z] [INFO] [2023-09-08T19:48:30.067Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ ch.qos.logback.classic --- [2023-09-08T19:48:30.067Z] [INFO] Copying 3 resources [2023-09-08T19:48:30.067Z] [INFO] [2023-09-08T19:48:30.067Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ ch.qos.logback.classic --- [2023-09-08T19:48:30.067Z] [INFO] No sources to compile [2023-09-08T19:48:30.067Z] [INFO] [2023-09-08T19:48:30.067Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ ch.qos.logback.classic --- [2023-09-08T19:48:30.067Z] [INFO] Gathering dependencies [2023-09-08T19:48:30.067Z] [INFO] Configured Artifact: ch.qos.logback:logback-classic:1.2.3:jar [2023-09-08T19:48:30.067Z] [INFO] Unpacking /home/vnc/.m2/repository/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar to /home/jenkins/agent/workspace/orbit-recipes/logging/ch.qos.logback.classic_1.2.3/target/dependency-bin with includes "**/*" and excludes "org/slf4j/impl/*.*,META-INF/maven/**/*.*" [2023-09-08T19:48:30.067Z] [INFO] Merging collected dependencies [2023-09-08T19:48:30.067Z] [INFO] Copying 191 resources [2023-09-08T19:48:30.067Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:48:30.067Z] [WARNING] Manifest org.eclipse.orbit.bundles:ch.qos.logback.classic:eclipse-bundle-recipe:1.2.3-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:48:30.067Z] [WARNING] Manifest org.eclipse.orbit.bundles:ch.qos.logback.classic:eclipse-bundle-recipe:1.2.3-SNAPSHOT : Unused Import-Package instructions: [javax.mail.*, org.codehaus.janino.*] [2023-09-08T19:48:30.067Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/logging/ch.qos.logback.classic_1.2.3/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:48:30.067Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/logging/ch.qos.logback.classic_1.2.3/target/ch.qos.logback.classic-1.2.3-SNAPSHOT.jar [2023-09-08T19:48:30.067Z] [INFO] Gathering sources [2023-09-08T19:48:30.067Z] [INFO] Configured Artifact: ch.qos.logback:logback-classic:sources:1.2.3:jar [2023-09-08T19:48:30.067Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3-sources.jar [2023-09-08T19:48:30.067Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3-sources.jar [2023-09-08T19:48:30.067Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3-sources.jar (230 kB at 15 MB/s) [2023-09-08T19:48:30.067Z] [INFO] Unpacking /home/vnc/.m2/repository/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/logging/ch.qos.logback.classic_1.2.3/target/dependency-src with includes "**/*" and excludes "org/slf4j/impl/*.*,META-INF/maven/**/*.*" [2023-09-08T19:48:30.324Z] [INFO] Copying 3 resources [2023-09-08T19:48:30.324Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/logging/ch.qos.logback.classic_1.2.3/src/main/java [2023-09-08T19:48:30.324Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/logging/ch.qos.logback.classic_1.2.3/target/ch.qos.logback.classic-1.2.3-SNAPSHOT-sources.jar [2023-09-08T19:48:30.324Z] [INFO] Assembling p2 repository [2023-09-08T19:48:30.887Z] [INFO] [2023-09-08T19:48:30.887Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ ch.qos.logback.classic --- [2023-09-08T19:48:30.887Z] [INFO] [2023-09-08T19:48:30.887Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ ch.qos.logback.classic --- [2023-09-08T19:48:30.887Z] [INFO] Gathering sources archives [2023-09-08T19:48:30.887Z] [INFO] Configured Artifact: ch.qos.logback:logback-classic:sources:1.2.3:jar [2023-09-08T19:48:30.887Z] [INFO] Unpacking /home/vnc/.m2/repository/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/logging/ch.qos.logback.classic_1.2.3/target/sources-for-eclipse-ipzilla/logback-classic-1.2.3-sources-filtered with includes "**/*" and excludes "org/slf4j/impl/*.*,META-INF/maven/**/*.*" [2023-09-08T19:48:30.887Z] [INFO] Configured Artifact: ch.qos.logback:logback-classic:sources:1.2.3:jar [2023-09-08T19:48:30.887Z] [INFO] Copying logback-classic-1.2.3-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/logging/ch.qos.logback.classic_1.2.3/target/sources-for-eclipse-ipzilla/logback-classic-1.2.3-sources.jar [2023-09-08T19:48:30.887Z] [INFO] Refreshing about files and about.html [2023-09-08T19:48:30.887Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/logging/ch.qos.logback.classic_1.2.3/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:48:30.887Z] [INFO] [2023-09-08T19:48:30.887Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ ch.qos.logback.classic --- [2023-09-08T19:48:30.887Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/logging/ch.qos.logback.classic_1.2.3/target/ch.qos.logback.classic-1.2.3-SNAPSHOT.jar [2023-09-08T19:48:32.253Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/logging/ch.qos.logback.classic_1.2.3/target/ch.qos.logback.classic-1.2.3-SNAPSHOT-sources.jar [2023-09-08T19:48:34.146Z] [INFO] [2023-09-08T19:48:34.146Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ ch.qos.logback.classic --- [2023-09-08T19:48:34.146Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:ch.qos.logback.classic:1.2.3-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/logging/ch.qos.logback.classic_1.2.3/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:48:34.146Z] no-classifier: different [2023-09-08T19:48:34.146Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:48:34.146Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:48:34.146Z] classifier-sources: different [2023-09-08T19:48:34.146Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:48:34.146Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:48:34.146Z] [2023-09-08T19:48:34.146Z] [INFO] MavenProject: org.eclipse.orbit.bundles:ch.qos.logback.classic:1.2.3-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/logging/ch.qos.logback.classic_1.2.3/pom.xml [2023-09-08T19:48:34.146Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:48:34.146Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:48:34.146Z] [2023-09-08T19:48:34.146Z] [INFO] [2023-09-08T19:48:34.146Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ ch.qos.logback.classic --- [2023-09-08T19:48:34.146Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/logging/ch.qos.logback.classic_1.2.3/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/ch.qos.logback.classic/1.2.3-SNAPSHOT/ch.qos.logback.classic-1.2.3-SNAPSHOT.pom [2023-09-08T19:48:34.146Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/logging/ch.qos.logback.classic_1.2.3/target/ch.qos.logback.classic-1.2.3-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/ch.qos.logback.classic/1.2.3-SNAPSHOT/ch.qos.logback.classic-1.2.3-SNAPSHOT.jar [2023-09-08T19:48:34.146Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/logging/ch.qos.logback.classic_1.2.3/target/ch.qos.logback.classic-1.2.3-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/ch.qos.logback.classic/1.2.3-SNAPSHOT/ch.qos.logback.classic-1.2.3-SNAPSHOT-sources.jar [2023-09-08T19:48:34.146Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/logging/ch.qos.logback.classic_1.2.3/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/ch.qos.logback.classic/1.2.3-SNAPSHOT/ch.qos.logback.classic-1.2.3-SNAPSHOT-p2metadata.xml [2023-09-08T19:48:34.146Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/logging/ch.qos.logback.classic_1.2.3/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/ch.qos.logback.classic/1.2.3-SNAPSHOT/ch.qos.logback.classic-1.2.3-SNAPSHOT-p2artifacts.xml [2023-09-08T19:48:34.146Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/logging/ch.qos.logback.classic_1.2.3/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/ch.qos.logback.classic/1.2.3-SNAPSHOT/ch.qos.logback.classic-1.2.3-SNAPSHOT-p2metadata.xml [2023-09-08T19:48:34.146Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/logging/ch.qos.logback.classic_1.2.3/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/ch.qos.logback.classic/1.2.3-SNAPSHOT/ch.qos.logback.classic-1.2.3-SNAPSHOT-p2artifacts.xml [2023-09-08T19:48:34.146Z] [INFO] [2023-09-08T19:48:34.146Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ ch.qos.logback.classic --- [2023-09-08T19:48:34.146Z] [INFO] [2023-09-08T19:48:34.146Z] [INFO] -----------< org.eclipse.orbit.bundles:ch.qos.logback.slf4j >----------- [2023-09-08T19:48:34.146Z] [INFO] Building Logback SLF4J Binding 1.2.3-SNAPSHOT [349/375] [2023-09-08T19:48:34.146Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:48:34.146Z] [INFO] [2023-09-08T19:48:34.146Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ch.qos.logback.slf4j --- [2023-09-08T19:48:34.146Z] [INFO] [2023-09-08T19:48:34.146Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ ch.qos.logback.slf4j --- [2023-09-08T19:48:34.146Z] [INFO] The project's OSGi version is 1.2.3.v20221112-0806 [2023-09-08T19:48:34.146Z] [INFO] [2023-09-08T19:48:34.146Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ ch.qos.logback.slf4j --- [2023-09-08T19:48:34.146Z] [INFO] [2023-09-08T19:48:34.146Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ ch.qos.logback.slf4j --- [2023-09-08T19:48:34.146Z] [INFO] Copying 3 resources [2023-09-08T19:48:34.146Z] [INFO] [2023-09-08T19:48:34.146Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ ch.qos.logback.slf4j --- [2023-09-08T19:48:34.146Z] [INFO] No sources to compile [2023-09-08T19:48:34.146Z] [INFO] [2023-09-08T19:48:34.146Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ ch.qos.logback.slf4j --- [2023-09-08T19:48:34.146Z] [INFO] Gathering dependencies [2023-09-08T19:48:34.146Z] [INFO] Configured Artifact: ch.qos.logback:logback-classic:1.2.3:jar [2023-09-08T19:48:34.146Z] [INFO] Unpacking /home/vnc/.m2/repository/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar to /home/jenkins/agent/workspace/orbit-recipes/logging/ch.qos.logback.slf4j_1.2.3/target/dependency-bin with includes "org/slf4j/impl/*.*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:48:34.147Z] [INFO] Merging collected dependencies [2023-09-08T19:48:34.147Z] [INFO] Copying 3 resources [2023-09-08T19:48:34.147Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:48:34.147Z] [INFO] No MANIFEST.MF file found, generating manifest. [2023-09-08T19:48:34.147Z] [WARNING] Manifest org.eclipse.orbit.bundles:ch.qos.logback.slf4j:eclipse-bundle-recipe:1.2.3-SNAPSHOT : Unused Export-Package instructions: [org.slf4j.*, *.internal*, *.impl*] [2023-09-08T19:48:34.147Z] [WARNING] Manifest org.eclipse.orbit.bundles:ch.qos.logback.slf4j:eclipse-bundle-recipe:1.2.3-SNAPSHOT : Version for package org.slf4j.impl is set to different values in the source (1.7.30) and in the manifest (1.7.25). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project [2023-09-08T19:48:34.147Z] [WARNING] Manifest org.eclipse.orbit.bundles:ch.qos.logback.slf4j:eclipse-bundle-recipe:1.2.3-SNAPSHOT : Host org.slf4j.api=bundle-version="[1.7.30,1.8)" for this fragment/require bundle cannot be found on the classpath [2023-09-08T19:48:34.147Z] [WARNING] Manifest org.eclipse.orbit.bundles:ch.qos.logback.slf4j:eclipse-bundle-recipe:1.2.3-SNAPSHOT : Unused Import-Package instructions: [org.codehaus.janino.*, org.fusesource.jansi.*, javax.mail.*, javax.servlet.*] [2023-09-08T19:48:34.147Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/logging/ch.qos.logback.slf4j_1.2.3/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:48:34.147Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/logging/ch.qos.logback.slf4j_1.2.3/target/ch.qos.logback.slf4j-1.2.3-SNAPSHOT.jar [2023-09-08T19:48:34.147Z] [INFO] Gathering sources [2023-09-08T19:48:34.147Z] [INFO] Configured Artifact: ch.qos.logback:logback-classic:sources:1.2.3:jar [2023-09-08T19:48:34.147Z] [INFO] Unpacking /home/vnc/.m2/repository/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/logging/ch.qos.logback.slf4j_1.2.3/target/dependency-src with includes "org/slf4j/impl/*.*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:48:34.147Z] [INFO] Copying 3 resources [2023-09-08T19:48:34.147Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/logging/ch.qos.logback.slf4j_1.2.3/src/main/java [2023-09-08T19:48:34.147Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/logging/ch.qos.logback.slf4j_1.2.3/target/ch.qos.logback.slf4j-1.2.3-SNAPSHOT-sources.jar [2023-09-08T19:48:34.147Z] [INFO] Assembling p2 repository [2023-09-08T19:48:34.708Z] [INFO] [2023-09-08T19:48:34.708Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ ch.qos.logback.slf4j --- [2023-09-08T19:48:34.708Z] [INFO] [2023-09-08T19:48:34.708Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ ch.qos.logback.slf4j --- [2023-09-08T19:48:34.708Z] [INFO] Gathering sources archives [2023-09-08T19:48:34.708Z] [INFO] Configured Artifact: ch.qos.logback:logback-classic:sources:1.2.3:jar [2023-09-08T19:48:34.708Z] [INFO] Unpacking /home/vnc/.m2/repository/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/logging/ch.qos.logback.slf4j_1.2.3/target/sources-for-eclipse-ipzilla/logback-classic-1.2.3-sources-filtered with includes "org/slf4j/impl/*.*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:48:34.708Z] [INFO] Configured Artifact: ch.qos.logback:logback-classic:sources:1.2.3:jar [2023-09-08T19:48:34.708Z] [INFO] Copying logback-classic-1.2.3-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/logging/ch.qos.logback.slf4j_1.2.3/target/sources-for-eclipse-ipzilla/logback-classic-1.2.3-sources.jar [2023-09-08T19:48:34.708Z] [INFO] Refreshing about files and about.html [2023-09-08T19:48:34.708Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/logging/ch.qos.logback.slf4j_1.2.3/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:48:34.708Z] [INFO] [2023-09-08T19:48:34.708Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ ch.qos.logback.slf4j --- [2023-09-08T19:48:34.708Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/logging/ch.qos.logback.slf4j_1.2.3/target/ch.qos.logback.slf4j-1.2.3-SNAPSHOT.jar [2023-09-08T19:48:35.270Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/logging/ch.qos.logback.slf4j_1.2.3/target/ch.qos.logback.slf4j-1.2.3-SNAPSHOT-sources.jar [2023-09-08T19:48:36.200Z] [INFO] [2023-09-08T19:48:36.200Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ ch.qos.logback.slf4j --- [2023-09-08T19:48:36.200Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:ch.qos.logback.slf4j:1.2.3-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/logging/ch.qos.logback.slf4j_1.2.3/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:48:36.200Z] no-classifier: different [2023-09-08T19:48:36.200Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:48:36.200Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:48:36.200Z] classifier-sources: different [2023-09-08T19:48:36.200Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:48:36.200Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:48:36.200Z] [2023-09-08T19:48:36.200Z] [INFO] MavenProject: org.eclipse.orbit.bundles:ch.qos.logback.slf4j:1.2.3-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/logging/ch.qos.logback.slf4j_1.2.3/pom.xml [2023-09-08T19:48:36.200Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:48:36.200Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:48:36.200Z] [2023-09-08T19:48:36.200Z] [INFO] [2023-09-08T19:48:36.200Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ ch.qos.logback.slf4j --- [2023-09-08T19:48:36.200Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/logging/ch.qos.logback.slf4j_1.2.3/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/ch.qos.logback.slf4j/1.2.3-SNAPSHOT/ch.qos.logback.slf4j-1.2.3-SNAPSHOT.pom [2023-09-08T19:48:36.200Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/logging/ch.qos.logback.slf4j_1.2.3/target/ch.qos.logback.slf4j-1.2.3-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/ch.qos.logback.slf4j/1.2.3-SNAPSHOT/ch.qos.logback.slf4j-1.2.3-SNAPSHOT.jar [2023-09-08T19:48:36.200Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/logging/ch.qos.logback.slf4j_1.2.3/target/ch.qos.logback.slf4j-1.2.3-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/ch.qos.logback.slf4j/1.2.3-SNAPSHOT/ch.qos.logback.slf4j-1.2.3-SNAPSHOT-sources.jar [2023-09-08T19:48:36.200Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/logging/ch.qos.logback.slf4j_1.2.3/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/ch.qos.logback.slf4j/1.2.3-SNAPSHOT/ch.qos.logback.slf4j-1.2.3-SNAPSHOT-p2metadata.xml [2023-09-08T19:48:36.200Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/logging/ch.qos.logback.slf4j_1.2.3/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/ch.qos.logback.slf4j/1.2.3-SNAPSHOT/ch.qos.logback.slf4j-1.2.3-SNAPSHOT-p2artifacts.xml [2023-09-08T19:48:36.200Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/logging/ch.qos.logback.slf4j_1.2.3/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/ch.qos.logback.slf4j/1.2.3-SNAPSHOT/ch.qos.logback.slf4j-1.2.3-SNAPSHOT-p2metadata.xml [2023-09-08T19:48:36.200Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/logging/ch.qos.logback.slf4j_1.2.3/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/ch.qos.logback.slf4j/1.2.3-SNAPSHOT/ch.qos.logback.slf4j-1.2.3-SNAPSHOT-p2artifacts.xml [2023-09-08T19:48:36.200Z] [INFO] [2023-09-08T19:48:36.200Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ ch.qos.logback.slf4j --- [2023-09-08T19:48:36.200Z] [INFO] [2023-09-08T19:48:36.200Z] [INFO] ------------< org.eclipse.orbit.bundles:org.jboss.logging >------------- [2023-09-08T19:48:36.200Z] [INFO] Building JBoss Logging 3.3.2-SNAPSHOT [350/375] [2023-09-08T19:48:36.200Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:48:36.200Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/jboss/logging/jboss-logging/3.3.2.Final/jboss-logging-3.3.2.Final.pom [2023-09-08T19:48:36.201Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/logging/jboss-logging/3.3.2.Final/jboss-logging-3.3.2.Final.pom [2023-09-08T19:48:36.201Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/logging/jboss-logging/3.3.2.Final/jboss-logging-3.3.2.Final.pom (6.4 kB at 529 kB/s) [2023-09-08T19:48:36.201Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/jboss/jboss-parent/15/jboss-parent-15.pom [2023-09-08T19:48:36.457Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/jboss-parent/15/jboss-parent-15.pom [2023-09-08T19:48:36.457Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/jboss-parent/15/jboss-parent-15.pom (32 kB at 3.2 MB/s) [2023-09-08T19:48:36.457Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/jboss/logging/jboss-logging/3.3.2.Final/jboss-logging-3.3.2.Final.jar [2023-09-08T19:48:36.457Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/logging/jboss-logging/3.3.2.Final/jboss-logging-3.3.2.Final.jar [2023-09-08T19:48:36.457Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/logging/jboss-logging/3.3.2.Final/jboss-logging-3.3.2.Final.jar (66 kB at 5.5 MB/s) [2023-09-08T19:48:36.457Z] [INFO] [2023-09-08T19:48:36.457Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.jboss.logging --- [2023-09-08T19:48:36.457Z] [INFO] [2023-09-08T19:48:36.457Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.jboss.logging --- [2023-09-08T19:48:36.457Z] [INFO] The project's OSGi version is 3.3.2.v20221112-0806 [2023-09-08T19:48:36.457Z] [INFO] [2023-09-08T19:48:36.457Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.jboss.logging --- [2023-09-08T19:48:36.457Z] [INFO] [2023-09-08T19:48:36.457Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.jboss.logging --- [2023-09-08T19:48:36.457Z] [INFO] Copying 3 resources [2023-09-08T19:48:36.457Z] [INFO] [2023-09-08T19:48:36.457Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.jboss.logging --- [2023-09-08T19:48:36.457Z] [INFO] No sources to compile [2023-09-08T19:48:36.457Z] [INFO] [2023-09-08T19:48:36.457Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.jboss.logging --- [2023-09-08T19:48:36.457Z] [INFO] Gathering dependencies [2023-09-08T19:48:36.457Z] [INFO] Configured Artifact: org.jboss.logging:jboss-logging:3.3.2.Final:jar [2023-09-08T19:48:36.457Z] [INFO] Unpacking /home/vnc/.m2/repository/org/jboss/logging/jboss-logging/3.3.2.Final/jboss-logging-3.3.2.Final.jar to /home/jenkins/agent/workspace/orbit-recipes/logging/org.jboss.logging_3.3.2/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:48:36.457Z] [INFO] Merging collected dependencies [2023-09-08T19:48:36.457Z] [INFO] Copying 48 resources [2023-09-08T19:48:36.457Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:48:36.457Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.jboss.logging:eclipse-bundle-recipe:3.3.2-SNAPSHOT : Version for package org.jboss.logging is set to different values in the source (3.3.2) and in the manifest (3.3.2.Final). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project [2023-09-08T19:48:36.457Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/logging/org.jboss.logging_3.3.2/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:48:36.457Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/logging/org.jboss.logging_3.3.2/target/org.jboss.logging-3.3.2-SNAPSHOT.jar [2023-09-08T19:48:36.457Z] [INFO] Gathering sources [2023-09-08T19:48:36.457Z] [INFO] Configured Artifact: org.jboss.logging:jboss-logging:sources:3.3.2.Final:jar [2023-09-08T19:48:36.457Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/jboss/logging/jboss-logging/3.3.2.Final/jboss-logging-3.3.2.Final-sources.jar [2023-09-08T19:48:36.457Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jboss/logging/jboss-logging/3.3.2.Final/jboss-logging-3.3.2.Final-sources.jar [2023-09-08T19:48:36.457Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jboss/logging/jboss-logging/3.3.2.Final/jboss-logging-3.3.2.Final-sources.jar (55 kB at 4.3 MB/s) [2023-09-08T19:48:36.458Z] [INFO] Unpacking /home/vnc/.m2/repository/org/jboss/logging/jboss-logging/3.3.2.Final/jboss-logging-3.3.2.Final-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/logging/org.jboss.logging_3.3.2/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:48:36.458Z] [INFO] Copying 3 resources [2023-09-08T19:48:36.458Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/logging/org.jboss.logging_3.3.2/src/main/java [2023-09-08T19:48:36.458Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/logging/org.jboss.logging_3.3.2/target/org.jboss.logging-3.3.2-SNAPSHOT-sources.jar [2023-09-08T19:48:36.458Z] [INFO] Assembling p2 repository [2023-09-08T19:48:37.018Z] [INFO] [2023-09-08T19:48:37.019Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.jboss.logging --- [2023-09-08T19:48:37.019Z] [INFO] [2023-09-08T19:48:37.019Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.jboss.logging --- [2023-09-08T19:48:37.019Z] [INFO] Gathering sources archives [2023-09-08T19:48:37.019Z] [INFO] Configured Artifact: org.jboss.logging:jboss-logging:sources:3.3.2.Final:jar [2023-09-08T19:48:37.019Z] [INFO] Unpacking /home/vnc/.m2/repository/org/jboss/logging/jboss-logging/3.3.2.Final/jboss-logging-3.3.2.Final-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/logging/org.jboss.logging_3.3.2/target/sources-for-eclipse-ipzilla/jboss-logging-3.3.2.Final-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:48:37.019Z] [INFO] Configured Artifact: org.jboss.logging:jboss-logging:sources:3.3.2.Final:jar [2023-09-08T19:48:37.019Z] [INFO] Copying jboss-logging-3.3.2.Final-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/logging/org.jboss.logging_3.3.2/target/sources-for-eclipse-ipzilla/jboss-logging-3.3.2.Final-sources.jar [2023-09-08T19:48:37.019Z] [INFO] Refreshing about files and about.html [2023-09-08T19:48:37.019Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/logging/org.jboss.logging_3.3.2/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:48:37.019Z] [INFO] [2023-09-08T19:48:37.019Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.jboss.logging --- [2023-09-08T19:48:37.019Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/logging/org.jboss.logging_3.3.2/target/org.jboss.logging-3.3.2-SNAPSHOT.jar [2023-09-08T19:48:37.946Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/logging/org.jboss.logging_3.3.2/target/org.jboss.logging-3.3.2-SNAPSHOT-sources.jar [2023-09-08T19:48:39.837Z] [INFO] [2023-09-08T19:48:39.837Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.jboss.logging --- [2023-09-08T19:48:39.837Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.jboss.logging:3.3.2-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/logging/org.jboss.logging_3.3.2/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:48:39.837Z] no-classifier: different [2023-09-08T19:48:39.837Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:48:39.837Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:48:39.837Z] classifier-sources: different [2023-09-08T19:48:39.837Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:48:39.837Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:48:39.837Z] [2023-09-08T19:48:39.837Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.jboss.logging:3.3.2-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/logging/org.jboss.logging_3.3.2/pom.xml [2023-09-08T19:48:39.837Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:48:39.837Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:48:39.837Z] [2023-09-08T19:48:39.837Z] [INFO] [2023-09-08T19:48:39.837Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.jboss.logging --- [2023-09-08T19:48:39.837Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/logging/org.jboss.logging_3.3.2/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.jboss.logging/3.3.2-SNAPSHOT/org.jboss.logging-3.3.2-SNAPSHOT.pom [2023-09-08T19:48:39.837Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/logging/org.jboss.logging_3.3.2/target/org.jboss.logging-3.3.2-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.jboss.logging/3.3.2-SNAPSHOT/org.jboss.logging-3.3.2-SNAPSHOT.jar [2023-09-08T19:48:39.837Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/logging/org.jboss.logging_3.3.2/target/org.jboss.logging-3.3.2-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.jboss.logging/3.3.2-SNAPSHOT/org.jboss.logging-3.3.2-SNAPSHOT-sources.jar [2023-09-08T19:48:39.837Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/logging/org.jboss.logging_3.3.2/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.jboss.logging/3.3.2-SNAPSHOT/org.jboss.logging-3.3.2-SNAPSHOT-p2metadata.xml [2023-09-08T19:48:39.837Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/logging/org.jboss.logging_3.3.2/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.jboss.logging/3.3.2-SNAPSHOT/org.jboss.logging-3.3.2-SNAPSHOT-p2artifacts.xml [2023-09-08T19:48:39.837Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/logging/org.jboss.logging_3.3.2/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.jboss.logging/3.3.2-SNAPSHOT/org.jboss.logging-3.3.2-SNAPSHOT-p2metadata.xml [2023-09-08T19:48:39.837Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/logging/org.jboss.logging_3.3.2/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.jboss.logging/3.3.2-SNAPSHOT/org.jboss.logging-3.3.2-SNAPSHOT-p2artifacts.xml [2023-09-08T19:48:39.837Z] [INFO] [2023-09-08T19:48:39.837Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.jboss.logging --- [2023-09-08T19:48:39.837Z] [INFO] [2023-09-08T19:48:39.837Z] [INFO] ---------< org.eclipse.orbit.bundles:org.apache.logging.log4j >--------- [2023-09-08T19:48:39.837Z] [INFO] Building Apache Log4j 2 2.17.1-SNAPSHOT [351/375] [2023-09-08T19:48:39.837Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:48:39.837Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/logging/log4j/log4j-api/2.17.1/log4j-api-2.17.1.pom [2023-09-08T19:48:39.837Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-api/2.17.1/log4j-api-2.17.1.pom [2023-09-08T19:48:39.837Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-api/2.17.1/log4j-api-2.17.1.pom (14 kB at 1.3 MB/s) [2023-09-08T19:48:39.837Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/logging/log4j/log4j/2.17.1/log4j-2.17.1.pom [2023-09-08T19:48:39.837Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j/2.17.1/log4j-2.17.1.pom [2023-09-08T19:48:39.837Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j/2.17.1/log4j-2.17.1.pom (69 kB at 6.3 MB/s) [2023-09-08T19:48:39.837Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/logging/logging-parent/3/logging-parent-3.pom [2023-09-08T19:48:39.837Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/logging/logging-parent/3/logging-parent-3.pom [2023-09-08T19:48:39.837Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/logging/logging-parent/3/logging-parent-3.pom (3.1 kB at 314 kB/s) [2023-09-08T19:48:39.837Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/logging/log4j/log4j-core/2.17.1/log4j-core-2.17.1.pom [2023-09-08T19:48:39.837Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-core/2.17.1/log4j-core-2.17.1.pom [2023-09-08T19:48:39.837Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-core/2.17.1/log4j-core-2.17.1.pom (23 kB at 2.3 MB/s) [2023-09-08T19:48:39.837Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/logging/log4j/log4j-api/2.17.1/log4j-api-2.17.1.jar [2023-09-08T19:48:39.837Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/logging/log4j/log4j-core/2.17.1/log4j-core-2.17.1.jar [2023-09-08T19:48:39.838Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-api/2.17.1/log4j-api-2.17.1.jar [2023-09-08T19:48:39.838Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-core/2.17.1/log4j-core-2.17.1.jar [2023-09-08T19:48:39.838Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-api/2.17.1/log4j-api-2.17.1.jar (302 kB at 22 MB/s) [2023-09-08T19:48:39.838Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-core/2.17.1/log4j-core-2.17.1.jar (1.8 MB at 47 MB/s) [2023-09-08T19:48:39.838Z] [INFO] [2023-09-08T19:48:39.838Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.logging.log4j --- [2023-09-08T19:48:39.838Z] [INFO] [2023-09-08T19:48:39.838Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.logging.log4j --- [2023-09-08T19:48:39.838Z] [INFO] The project's OSGi version is 2.17.1.v20220106-2156 [2023-09-08T19:48:39.838Z] [INFO] [2023-09-08T19:48:39.838Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.logging.log4j --- [2023-09-08T19:48:39.838Z] [INFO] [2023-09-08T19:48:39.838Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.logging.log4j --- [2023-09-08T19:48:39.838Z] [INFO] Copying 3 resources [2023-09-08T19:48:39.838Z] [INFO] [2023-09-08T19:48:39.838Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.logging.log4j --- [2023-09-08T19:48:39.838Z] [INFO] No sources to compile [2023-09-08T19:48:39.838Z] [INFO] [2023-09-08T19:48:39.838Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.logging.log4j --- [2023-09-08T19:48:39.838Z] [INFO] Gathering dependencies [2023-09-08T19:48:39.838Z] [INFO] Configured Artifact: org.apache.logging.log4j:log4j-api:2.17.1:jar [2023-09-08T19:48:39.838Z] [INFO] Configured Artifact: org.apache.logging.log4j:log4j-core:2.17.1:jar [2023-09-08T19:48:39.838Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/logging/log4j/log4j-api/2.17.1/log4j-api-2.17.1.jar to /home/jenkins/agent/workspace/orbit-recipes/logging/org.apache.logging.log4j_2.17.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:48:39.838Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/logging/log4j/log4j-core/2.17.1/log4j-core-2.17.1.jar to /home/jenkins/agent/workspace/orbit-recipes/logging/org.apache.logging.log4j_2.17.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:48:40.093Z] [INFO] Merging collected dependencies [2023-09-08T19:48:40.093Z] [INFO] Copying 1323 resources [2023-09-08T19:48:40.349Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:48:40.604Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.logging.log4j:eclipse-bundle-recipe:2.17.1-SNAPSHOT : Unused Export-Package instructions: [*.implementation.*] [2023-09-08T19:48:40.604Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.logging.log4j:eclipse-bundle-recipe:2.17.1-SNAPSHOT : Classes found in the wrong directory: {META-INF/versions/9/org/apache/logging/log4j/core/util/SystemClock.class=org.apache.logging.log4j.core.util.SystemClock, META-INF/versions/9/org/apache/logging/log4j/util/StackLocator.class=org.apache.logging.log4j.util.StackLocator, META-INF/versions/9/module-info.class=module-info, META-INF/versions/9/org/apache/logging/log4j/util/internal/DefaultObjectInputFilter.class=org.apache.logging.log4j.util.internal.DefaultObjectInputFilter, META-INF/versions/9/org/apache/logging/log4j/util/Base64Util.class=org.apache.logging.log4j.util.Base64Util, META-INF/versions/9/org/apache/logging/log4j/util/ProcessIdUtil.class=org.apache.logging.log4j.util.ProcessIdUtil} [2023-09-08T19:48:40.604Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/logging/org.apache.logging.log4j_2.17.1/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:48:40.604Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/logging/org.apache.logging.log4j_2.17.1/target/org.apache.logging.log4j-2.17.1-SNAPSHOT.jar [2023-09-08T19:48:40.864Z] [INFO] Gathering sources [2023-09-08T19:48:40.865Z] [INFO] Configured Artifact: org.apache.logging.log4j:log4j-api:sources:2.17.1:jar [2023-09-08T19:48:40.865Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/logging/log4j/log4j-api/2.17.1/log4j-api-2.17.1-sources.jar [2023-09-08T19:48:40.865Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-api/2.17.1/log4j-api-2.17.1-sources.jar [2023-09-08T19:48:40.865Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-api/2.17.1/log4j-api-2.17.1-sources.jar (266 kB at 14 MB/s) [2023-09-08T19:48:40.865Z] [INFO] Configured Artifact: org.apache.logging.log4j:log4j-core:sources:2.17.1:jar [2023-09-08T19:48:40.865Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/apache/logging/log4j/log4j-core/2.17.1/log4j-core-2.17.1-sources.jar [2023-09-08T19:48:40.865Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-core/2.17.1/log4j-core-2.17.1-sources.jar [2023-09-08T19:48:40.865Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-core/2.17.1/log4j-core-2.17.1-sources.jar (1.3 MB at 33 MB/s) [2023-09-08T19:48:40.865Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/logging/log4j/log4j-api/2.17.1/log4j-api-2.17.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/logging/org.apache.logging.log4j_2.17.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:48:40.865Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/logging/log4j/log4j-core/2.17.1/log4j-core-2.17.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/logging/org.apache.logging.log4j_2.17.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:48:41.121Z] [INFO] Copying 3 resources [2023-09-08T19:48:41.121Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/logging/org.apache.logging.log4j_2.17.1/src/main/java [2023-09-08T19:48:41.121Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/logging/org.apache.logging.log4j_2.17.1/target/org.apache.logging.log4j-2.17.1-SNAPSHOT-sources.jar [2023-09-08T19:48:41.121Z] [INFO] Assembling p2 repository [2023-09-08T19:48:42.049Z] [INFO] [2023-09-08T19:48:42.049Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.logging.log4j --- [2023-09-08T19:48:42.049Z] [INFO] [2023-09-08T19:48:42.049Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.logging.log4j --- [2023-09-08T19:48:42.049Z] [INFO] Gathering sources archives [2023-09-08T19:48:42.049Z] [INFO] Configured Artifact: org.apache.logging.log4j:log4j-api:sources:2.17.1:jar [2023-09-08T19:48:42.049Z] [INFO] Configured Artifact: org.apache.logging.log4j:log4j-core:sources:2.17.1:jar [2023-09-08T19:48:42.049Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/logging/log4j/log4j-api/2.17.1/log4j-api-2.17.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/logging/org.apache.logging.log4j_2.17.1/target/sources-for-eclipse-ipzilla/log4j-api-2.17.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:48:42.049Z] [INFO] Unpacking /home/vnc/.m2/repository/org/apache/logging/log4j/log4j-core/2.17.1/log4j-core-2.17.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/logging/org.apache.logging.log4j_2.17.1/target/sources-for-eclipse-ipzilla/log4j-core-2.17.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:48:42.049Z] [INFO] Configured Artifact: org.apache.logging.log4j:log4j-api:sources:2.17.1:jar [2023-09-08T19:48:42.049Z] [INFO] Configured Artifact: org.apache.logging.log4j:log4j-core:sources:2.17.1:jar [2023-09-08T19:48:42.049Z] [INFO] Copying log4j-api-2.17.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/logging/org.apache.logging.log4j_2.17.1/target/sources-for-eclipse-ipzilla/log4j-api-2.17.1-sources.jar [2023-09-08T19:48:42.049Z] [INFO] Copying log4j-core-2.17.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/logging/org.apache.logging.log4j_2.17.1/target/sources-for-eclipse-ipzilla/log4j-core-2.17.1-sources.jar [2023-09-08T19:48:42.049Z] [INFO] Refreshing about files and about.html [2023-09-08T19:48:42.049Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/logging/org.apache.logging.log4j_2.17.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:48:42.049Z] [INFO] [2023-09-08T19:48:42.049Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.apache.logging.log4j --- [2023-09-08T19:48:42.306Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/logging/org.apache.logging.log4j_2.17.1/target/org.apache.logging.log4j-2.17.1-SNAPSHOT.jar [2023-09-08T19:48:45.577Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/logging/org.apache.logging.log4j_2.17.1/target/org.apache.logging.log4j-2.17.1-SNAPSHOT-sources.jar [2023-09-08T19:48:48.098Z] [INFO] [2023-09-08T19:48:48.098Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.logging.log4j --- [2023-09-08T19:48:48.660Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.apache.logging.log4j:2.17.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/logging/org.apache.logging.log4j_2.17.1/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:48:48.660Z] no-classifier: different [2023-09-08T19:48:48.660Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:48:48.660Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:48:48.660Z] classifier-sources: different [2023-09-08T19:48:48.660Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:48:48.660Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:48:48.660Z] [2023-09-08T19:48:48.660Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.apache.logging.log4j:2.17.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/logging/org.apache.logging.log4j_2.17.1/pom.xml [2023-09-08T19:48:48.660Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:48:48.660Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:48:48.660Z] [2023-09-08T19:48:48.660Z] [INFO] [2023-09-08T19:48:48.660Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.apache.logging.log4j --- [2023-09-08T19:48:48.660Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/logging/org.apache.logging.log4j_2.17.1/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.logging.log4j/2.17.1-SNAPSHOT/org.apache.logging.log4j-2.17.1-SNAPSHOT.pom [2023-09-08T19:48:48.660Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/logging/org.apache.logging.log4j_2.17.1/target/org.apache.logging.log4j-2.17.1-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.logging.log4j/2.17.1-SNAPSHOT/org.apache.logging.log4j-2.17.1-SNAPSHOT.jar [2023-09-08T19:48:48.660Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/logging/org.apache.logging.log4j_2.17.1/target/org.apache.logging.log4j-2.17.1-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.logging.log4j/2.17.1-SNAPSHOT/org.apache.logging.log4j-2.17.1-SNAPSHOT-sources.jar [2023-09-08T19:48:48.660Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/logging/org.apache.logging.log4j_2.17.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.logging.log4j/2.17.1-SNAPSHOT/org.apache.logging.log4j-2.17.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:48:48.660Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/logging/org.apache.logging.log4j_2.17.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.logging.log4j/2.17.1-SNAPSHOT/org.apache.logging.log4j-2.17.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:48:48.660Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/logging/org.apache.logging.log4j_2.17.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.logging.log4j/2.17.1-SNAPSHOT/org.apache.logging.log4j-2.17.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:48:48.661Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/logging/org.apache.logging.log4j_2.17.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.logging.log4j/2.17.1-SNAPSHOT/org.apache.logging.log4j-2.17.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:48:48.661Z] [INFO] [2023-09-08T19:48:48.661Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.logging.log4j --- [2023-09-08T19:48:48.661Z] [INFO] [2023-09-08T19:48:48.661Z] [INFO] -------------< org.eclipse.orbit.bundles:org.apache.log4j >------------- [2023-09-08T19:48:48.661Z] [INFO] Building reload4j 1.2.24-SNAPSHOT [352/375] [2023-09-08T19:48:48.661Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:48:48.661Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/ch/qos/reload4j/reload4j/1.2.24/reload4j-1.2.24.pom [2023-09-08T19:48:48.661Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/ch/qos/reload4j/reload4j/1.2.24/reload4j-1.2.24.pom [2023-09-08T19:48:48.661Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/ch/qos/reload4j/reload4j/1.2.24/reload4j-1.2.24.pom (16 kB at 563 kB/s) [2023-09-08T19:48:48.661Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/ch/qos/reload4j/reload4j/1.2.24/reload4j-1.2.24.jar [2023-09-08T19:48:48.661Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/ch/qos/reload4j/reload4j/1.2.24/reload4j-1.2.24.jar [2023-09-08T19:48:48.661Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/ch/qos/reload4j/reload4j/1.2.24/reload4j-1.2.24.jar (332 kB at 11 MB/s) [2023-09-08T19:48:48.661Z] [INFO] [2023-09-08T19:48:48.661Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.apache.log4j --- [2023-09-08T19:48:48.661Z] [INFO] [2023-09-08T19:48:48.661Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.apache.log4j --- [2023-09-08T19:48:48.661Z] [INFO] The project's OSGi version is 1.2.24.v20221221-2012 [2023-09-08T19:48:48.661Z] [INFO] [2023-09-08T19:48:48.661Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.apache.log4j --- [2023-09-08T19:48:48.661Z] [INFO] [2023-09-08T19:48:48.661Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.apache.log4j --- [2023-09-08T19:48:48.661Z] [INFO] Copying 3 resources [2023-09-08T19:48:48.661Z] [INFO] [2023-09-08T19:48:48.661Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.apache.log4j --- [2023-09-08T19:48:48.661Z] [INFO] No sources to compile [2023-09-08T19:48:48.661Z] [INFO] [2023-09-08T19:48:48.661Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.apache.log4j --- [2023-09-08T19:48:48.661Z] [INFO] Gathering dependencies [2023-09-08T19:48:48.661Z] [INFO] Configured Artifact: ch.qos.reload4j:reload4j:1.2.24:jar [2023-09-08T19:48:48.661Z] [INFO] Unpacking /home/vnc/.m2/repository/ch/qos/reload4j/reload4j/1.2.24/reload4j-1.2.24.jar to /home/jenkins/agent/workspace/orbit-recipes/logging/org.apache.log4j_1.2.24/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:48:48.918Z] [INFO] Merging collected dependencies [2023-09-08T19:48:48.918Z] [INFO] Copying 221 resources [2023-09-08T19:48:48.918Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:48:48.918Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.apache.log4j:eclipse-bundle-recipe:1.2.24-SNAPSHOT : Invalid property key: `org.apache.log4j.*;version`: <> [2023-09-08T19:48:48.918Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/logging/org.apache.log4j_1.2.24/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:48:48.918Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/logging/org.apache.log4j_1.2.24/target/org.apache.log4j-1.2.24-SNAPSHOT.jar [2023-09-08T19:48:48.918Z] [INFO] Gathering sources [2023-09-08T19:48:48.918Z] [INFO] Configured Artifact: ch.qos.reload4j:reload4j:sources:1.2.24:jar [2023-09-08T19:48:48.918Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/ch/qos/reload4j/reload4j/1.2.24/reload4j-1.2.24-sources.jar [2023-09-08T19:48:48.918Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/ch/qos/reload4j/reload4j/1.2.24/reload4j-1.2.24-sources.jar [2023-09-08T19:48:48.918Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/ch/qos/reload4j/reload4j/1.2.24/reload4j-1.2.24-sources.jar (379 kB at 4.7 MB/s) [2023-09-08T19:48:48.918Z] [INFO] Unpacking /home/vnc/.m2/repository/ch/qos/reload4j/reload4j/1.2.24/reload4j-1.2.24-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/logging/org.apache.log4j_1.2.24/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:48:48.918Z] [INFO] Copying 3 resources [2023-09-08T19:48:48.918Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/logging/org.apache.log4j_1.2.24/src/main/java [2023-09-08T19:48:48.918Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/logging/org.apache.log4j_1.2.24/target/org.apache.log4j-1.2.24-SNAPSHOT-sources.jar [2023-09-08T19:48:49.174Z] [INFO] Assembling p2 repository [2023-09-08T19:48:49.738Z] [INFO] [2023-09-08T19:48:49.738Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.apache.log4j --- [2023-09-08T19:48:49.738Z] [INFO] [2023-09-08T19:48:49.738Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.apache.log4j --- [2023-09-08T19:48:49.738Z] [INFO] Gathering sources archives [2023-09-08T19:48:49.738Z] [INFO] Configured Artifact: ch.qos.reload4j:reload4j:sources:1.2.24:jar [2023-09-08T19:48:49.738Z] [INFO] Unpacking /home/vnc/.m2/repository/ch/qos/reload4j/reload4j/1.2.24/reload4j-1.2.24-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/logging/org.apache.log4j_1.2.24/target/sources-for-eclipse-ipzilla/reload4j-1.2.24-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:48:49.738Z] [INFO] Configured Artifact: ch.qos.reload4j:reload4j:sources:1.2.24:jar [2023-09-08T19:48:49.738Z] [INFO] Copying reload4j-1.2.24-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/logging/org.apache.log4j_1.2.24/target/sources-for-eclipse-ipzilla/reload4j-1.2.24-sources.jar [2023-09-08T19:48:49.739Z] [INFO] Refreshing about files and about.html [2023-09-08T19:48:49.739Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/logging/org.apache.log4j_1.2.24/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:48:49.739Z] [INFO] [2023-09-08T19:48:49.739Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.apache.log4j --- [2023-09-08T19:48:49.739Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/logging/org.apache.log4j_1.2.24/target/org.apache.log4j-1.2.24-SNAPSHOT.jar [2023-09-08T19:48:50.671Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/logging/org.apache.log4j_1.2.24/target/org.apache.log4j-1.2.24-SNAPSHOT-sources.jar [2023-09-08T19:48:51.599Z] [INFO] [2023-09-08T19:48:51.599Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.apache.log4j --- [2023-09-08T19:48:51.866Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.apache.log4j:1.2.24-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/logging/org.apache.log4j_1.2.24/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:48:51.866Z] no-classifier: different [2023-09-08T19:48:51.866Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:48:51.866Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:48:51.866Z] classifier-sources: different [2023-09-08T19:48:51.866Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:48:51.866Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:48:51.866Z] [2023-09-08T19:48:51.866Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.apache.log4j:1.2.24-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/logging/org.apache.log4j_1.2.24/pom.xml [2023-09-08T19:48:51.866Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:48:51.866Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:48:51.866Z] [2023-09-08T19:48:51.866Z] [INFO] [2023-09-08T19:48:51.866Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.apache.log4j --- [2023-09-08T19:48:51.866Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/logging/org.apache.log4j_1.2.24/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.log4j/1.2.24-SNAPSHOT/org.apache.log4j-1.2.24-SNAPSHOT.pom [2023-09-08T19:48:51.866Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/logging/org.apache.log4j_1.2.24/target/org.apache.log4j-1.2.24-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.log4j/1.2.24-SNAPSHOT/org.apache.log4j-1.2.24-SNAPSHOT.jar [2023-09-08T19:48:51.866Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/logging/org.apache.log4j_1.2.24/target/org.apache.log4j-1.2.24-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.log4j/1.2.24-SNAPSHOT/org.apache.log4j-1.2.24-SNAPSHOT-sources.jar [2023-09-08T19:48:51.866Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/logging/org.apache.log4j_1.2.24/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.log4j/1.2.24-SNAPSHOT/org.apache.log4j-1.2.24-SNAPSHOT-p2metadata.xml [2023-09-08T19:48:51.866Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/logging/org.apache.log4j_1.2.24/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.log4j/1.2.24-SNAPSHOT/org.apache.log4j-1.2.24-SNAPSHOT-p2artifacts.xml [2023-09-08T19:48:51.866Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/logging/org.apache.log4j_1.2.24/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.log4j/1.2.24-SNAPSHOT/org.apache.log4j-1.2.24-SNAPSHOT-p2metadata.xml [2023-09-08T19:48:51.866Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/logging/org.apache.log4j_1.2.24/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.apache.log4j/1.2.24-SNAPSHOT/org.apache.log4j-1.2.24-SNAPSHOT-p2artifacts.xml [2023-09-08T19:48:51.866Z] [INFO] [2023-09-08T19:48:51.866Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.apache.log4j --- [2023-09-08T19:48:51.866Z] [INFO] [2023-09-08T19:48:51.866Z] [INFO] -----------------< org.eclipse.orbit.bundles:mockito >------------------ [2023-09-08T19:48:51.866Z] [INFO] Building Eclipse Orbit :: Mockito Recipes 1.0.0-SNAPSHOT [353/375] [2023-09-08T19:48:51.866Z] [INFO] --------------------------------[ pom ]--------------------------------- [2023-09-08T19:48:51.866Z] [INFO] [2023-09-08T19:48:51.866Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ mockito --- [2023-09-08T19:48:51.866Z] [INFO] [2023-09-08T19:48:51.866Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ mockito --- [2023-09-08T19:48:51.866Z] [INFO] [2023-09-08T19:48:51.866Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ mockito --- [2023-09-08T19:48:51.866Z] [INFO] [2023-09-08T19:48:51.866Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ mockito --- [2023-09-08T19:48:51.866Z] [INFO] [2023-09-08T19:48:51.866Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ mockito --- [2023-09-08T19:48:51.866Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/mockito/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/mockito/1.0.0-SNAPSHOT/mockito-1.0.0-SNAPSHOT.pom [2023-09-08T19:48:51.866Z] [INFO] [2023-09-08T19:48:51.866Z] [INFO] ---------< org.eclipse.orbit.bundles:org.mockito.mockito-core >--------- [2023-09-08T19:48:51.866Z] [INFO] Building mockito-core 4.8.1-SNAPSHOT [354/375] [2023-09-08T19:48:51.866Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:48:51.866Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/mockito/mockito-core/4.8.1/mockito-core-4.8.1.pom [2023-09-08T19:48:51.866Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/4.8.1/mockito-core-4.8.1.pom [2023-09-08T19:48:51.866Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/4.8.1/mockito-core-4.8.1.pom (2.5 kB at 208 kB/s) [2023-09-08T19:48:51.866Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/net/bytebuddy/byte-buddy/1.12.16/byte-buddy-1.12.16.pom [2023-09-08T19:48:51.866Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.12.16/byte-buddy-1.12.16.pom [2023-09-08T19:48:51.866Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.12.16/byte-buddy-1.12.16.pom (16 kB at 1.4 MB/s) [2023-09-08T19:48:51.866Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/net/bytebuddy/byte-buddy-parent/1.12.16/byte-buddy-parent-1.12.16.pom [2023-09-08T19:48:51.866Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-parent/1.12.16/byte-buddy-parent-1.12.16.pom [2023-09-08T19:48:51.866Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-parent/1.12.16/byte-buddy-parent-1.12.16.pom (57 kB at 4.4 MB/s) [2023-09-08T19:48:51.866Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/net/bytebuddy/byte-buddy-agent/1.12.16/byte-buddy-agent-1.12.16.pom [2023-09-08T19:48:51.866Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.12.16/byte-buddy-agent-1.12.16.pom [2023-09-08T19:48:51.866Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.12.16/byte-buddy-agent-1.12.16.pom (9.9 kB at 763 kB/s) [2023-09-08T19:48:51.866Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/objenesis/objenesis/3.2/objenesis-3.2.pom [2023-09-08T19:48:51.866Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/objenesis/objenesis/3.2/objenesis-3.2.pom [2023-09-08T19:48:51.866Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/objenesis/objenesis/3.2/objenesis-3.2.pom (3.0 kB at 273 kB/s) [2023-09-08T19:48:51.866Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/objenesis/objenesis-parent/3.2/objenesis-parent-3.2.pom [2023-09-08T19:48:51.866Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/objenesis/objenesis-parent/3.2/objenesis-parent-3.2.pom [2023-09-08T19:48:51.866Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/objenesis/objenesis-parent/3.2/objenesis-parent-3.2.pom (18 kB at 1.4 MB/s) [2023-09-08T19:48:51.866Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/mockito/mockito-core/4.8.1/mockito-core-4.8.1.jar [2023-09-08T19:48:51.866Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/net/bytebuddy/byte-buddy/1.12.16/byte-buddy-1.12.16.jar [2023-09-08T19:48:51.866Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/objenesis/objenesis/3.2/objenesis-3.2.jar [2023-09-08T19:48:51.866Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/net/bytebuddy/byte-buddy-agent/1.12.16/byte-buddy-agent-1.12.16.jar [2023-09-08T19:48:51.866Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/4.8.1/mockito-core-4.8.1.jar [2023-09-08T19:48:51.866Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/objenesis/objenesis/3.2/objenesis-3.2.jar [2023-09-08T19:48:51.866Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.12.16/byte-buddy-agent-1.12.16.jar [2023-09-08T19:48:51.866Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.12.16/byte-buddy-1.12.16.jar [2023-09-08T19:48:51.866Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/objenesis/objenesis/3.2/objenesis-3.2.jar (49 kB at 4.9 MB/s) [2023-09-08T19:48:51.866Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy-agent/1.12.16/byte-buddy-agent-1.12.16.jar (256 kB at 9.2 MB/s) [2023-09-08T19:48:51.866Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/4.8.1/mockito-core-4.8.1.jar (684 kB at 18 MB/s) [2023-09-08T19:48:52.123Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/net/bytebuddy/byte-buddy/1.12.16/byte-buddy-1.12.16.jar (3.9 MB at 60 MB/s) [2023-09-08T19:48:52.123Z] [INFO] [2023-09-08T19:48:52.123Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.mockito.mockito-core --- [2023-09-08T19:48:52.123Z] [INFO] [2023-09-08T19:48:52.123Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.mockito.mockito-core --- [2023-09-08T19:48:52.123Z] [INFO] The project's OSGi version is 4.8.1.v20221103-2317 [2023-09-08T19:48:52.123Z] [INFO] [2023-09-08T19:48:52.123Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.mockito.mockito-core --- [2023-09-08T19:48:52.123Z] [INFO] [2023-09-08T19:48:52.123Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.mockito.mockito-core --- [2023-09-08T19:48:52.123Z] [INFO] Copying 3 resources [2023-09-08T19:48:52.123Z] [INFO] [2023-09-08T19:48:52.123Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.mockito.mockito-core --- [2023-09-08T19:48:52.123Z] [INFO] No sources to compile [2023-09-08T19:48:52.123Z] [INFO] [2023-09-08T19:48:52.123Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.mockito.mockito-core --- [2023-09-08T19:48:52.123Z] [INFO] Gathering dependencies [2023-09-08T19:48:52.123Z] [INFO] Configured Artifact: org.mockito:mockito-core:4.8.1:jar [2023-09-08T19:48:52.123Z] [INFO] Unpacking /home/vnc/.m2/repository/org/mockito/mockito-core/4.8.1/mockito-core-4.8.1.jar to /home/jenkins/agent/workspace/orbit-recipes/mockito/org.mockito.mockito-core_4.8.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:48:52.123Z] [INFO] Merging collected dependencies [2023-09-08T19:48:52.123Z] [INFO] Copying 583 resources [2023-09-08T19:48:52.123Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:48:52.379Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.mockito.mockito-core:eclipse-bundle-recipe:4.8.1-SNAPSHOT : Unused Export-Package instructions: [*.implementation.*, *.impl.*] [2023-09-08T19:48:52.379Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/mockito/org.mockito.mockito-core_4.8.1/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:48:52.379Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/mockito/org.mockito.mockito-core_4.8.1/target/org.mockito.mockito-core-4.8.1-SNAPSHOT.jar [2023-09-08T19:48:52.379Z] [INFO] Gathering sources [2023-09-08T19:48:52.379Z] [INFO] Configured Artifact: org.mockito:mockito-core:sources:4.8.1:jar [2023-09-08T19:48:52.379Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/mockito/mockito-core/4.8.1/mockito-core-4.8.1-sources.jar [2023-09-08T19:48:52.379Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/4.8.1/mockito-core-4.8.1-sources.jar [2023-09-08T19:48:52.379Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-core/4.8.1/mockito-core-4.8.1-sources.jar (529 kB at 26 MB/s) [2023-09-08T19:48:52.379Z] [INFO] Unpacking /home/vnc/.m2/repository/org/mockito/mockito-core/4.8.1/mockito-core-4.8.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/mockito/org.mockito.mockito-core_4.8.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:48:52.635Z] [INFO] Copying 3 resources [2023-09-08T19:48:52.635Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/mockito/org.mockito.mockito-core_4.8.1/src/main/java [2023-09-08T19:48:52.635Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/mockito/org.mockito.mockito-core_4.8.1/target/org.mockito.mockito-core-4.8.1-SNAPSHOT-sources.jar [2023-09-08T19:48:52.635Z] [INFO] Assembling p2 repository [2023-09-08T19:48:53.197Z] [INFO] [2023-09-08T19:48:53.197Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.mockito.mockito-core --- [2023-09-08T19:48:53.197Z] [INFO] [2023-09-08T19:48:53.197Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.mockito.mockito-core --- [2023-09-08T19:48:53.197Z] [INFO] Gathering sources archives [2023-09-08T19:48:53.197Z] [INFO] Configured Artifact: org.mockito:mockito-core:sources:4.8.1:jar [2023-09-08T19:48:53.197Z] [INFO] Unpacking /home/vnc/.m2/repository/org/mockito/mockito-core/4.8.1/mockito-core-4.8.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/mockito/org.mockito.mockito-core_4.8.1/target/sources-for-eclipse-ipzilla/mockito-core-4.8.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:48:53.197Z] [INFO] Configured Artifact: org.mockito:mockito-core:sources:4.8.1:jar [2023-09-08T19:48:53.197Z] [INFO] Copying mockito-core-4.8.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/mockito/org.mockito.mockito-core_4.8.1/target/sources-for-eclipse-ipzilla/mockito-core-4.8.1-sources.jar [2023-09-08T19:48:53.197Z] [INFO] Refreshing about files and about.html [2023-09-08T19:48:53.197Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/mockito/org.mockito.mockito-core_4.8.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:48:53.197Z] [INFO] [2023-09-08T19:48:53.197Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.mockito.mockito-core --- [2023-09-08T19:48:53.455Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/mockito/org.mockito.mockito-core_4.8.1/target/org.mockito.mockito-core-4.8.1-SNAPSHOT.jar [2023-09-08T19:48:54.821Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/mockito/org.mockito.mockito-core_4.8.1/target/org.mockito.mockito-core-4.8.1-SNAPSHOT-sources.jar [2023-09-08T19:48:56.714Z] [INFO] [2023-09-08T19:48:56.714Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.mockito.mockito-core --- [2023-09-08T19:48:56.969Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.mockito.mockito-core:4.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/mockito/org.mockito.mockito-core_4.8.1/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:48:56.969Z] no-classifier: different [2023-09-08T19:48:56.969Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:48:56.969Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:48:56.969Z] classifier-sources: different [2023-09-08T19:48:56.969Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:48:56.969Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:48:56.969Z] [2023-09-08T19:48:56.969Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.mockito.mockito-core:4.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/mockito/org.mockito.mockito-core_4.8.1/pom.xml [2023-09-08T19:48:56.969Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:48:56.969Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:48:56.969Z] [2023-09-08T19:48:56.969Z] [INFO] [2023-09-08T19:48:56.969Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.mockito.mockito-core --- [2023-09-08T19:48:56.969Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/mockito/org.mockito.mockito-core_4.8.1/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.mockito.mockito-core/4.8.1-SNAPSHOT/org.mockito.mockito-core-4.8.1-SNAPSHOT.pom [2023-09-08T19:48:56.969Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/mockito/org.mockito.mockito-core_4.8.1/target/org.mockito.mockito-core-4.8.1-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.mockito.mockito-core/4.8.1-SNAPSHOT/org.mockito.mockito-core-4.8.1-SNAPSHOT.jar [2023-09-08T19:48:56.969Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/mockito/org.mockito.mockito-core_4.8.1/target/org.mockito.mockito-core-4.8.1-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.mockito.mockito-core/4.8.1-SNAPSHOT/org.mockito.mockito-core-4.8.1-SNAPSHOT-sources.jar [2023-09-08T19:48:56.970Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/mockito/org.mockito.mockito-core_4.8.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.mockito.mockito-core/4.8.1-SNAPSHOT/org.mockito.mockito-core-4.8.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:48:56.970Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/mockito/org.mockito.mockito-core_4.8.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.mockito.mockito-core/4.8.1-SNAPSHOT/org.mockito.mockito-core-4.8.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:48:56.970Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/mockito/org.mockito.mockito-core_4.8.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.mockito.mockito-core/4.8.1-SNAPSHOT/org.mockito.mockito-core-4.8.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:48:56.970Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/mockito/org.mockito.mockito-core_4.8.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.mockito.mockito-core/4.8.1-SNAPSHOT/org.mockito.mockito-core-4.8.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:48:56.970Z] [INFO] [2023-09-08T19:48:56.970Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.mockito.mockito-core --- [2023-09-08T19:48:56.970Z] [INFO] [2023-09-08T19:48:56.970Z] [INFO] --------< org.eclipse.orbit.bundles:org.mockito.junit-jupiter >--------- [2023-09-08T19:48:56.970Z] [INFO] Building mockito-junit-jupiter 4.8.1-SNAPSHOT [355/375] [2023-09-08T19:48:56.970Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:48:56.970Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/mockito/mockito-junit-jupiter/4.8.1/mockito-junit-jupiter-4.8.1.pom [2023-09-08T19:48:56.970Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-junit-jupiter/4.8.1/mockito-junit-jupiter-4.8.1.pom [2023-09-08T19:48:56.970Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-junit-jupiter/4.8.1/mockito-junit-jupiter-4.8.1.pom (2.3 kB at 192 kB/s) [2023-09-08T19:48:56.970Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/mockito/mockito-junit-jupiter/4.8.1/mockito-junit-jupiter-4.8.1.jar [2023-09-08T19:48:56.970Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-junit-jupiter/4.8.1/mockito-junit-jupiter-4.8.1.jar [2023-09-08T19:48:56.970Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-junit-jupiter/4.8.1/mockito-junit-jupiter-4.8.1.jar (5.4 kB at 418 kB/s) [2023-09-08T19:48:56.970Z] [INFO] [2023-09-08T19:48:56.970Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.mockito.junit-jupiter --- [2023-09-08T19:48:56.970Z] [INFO] [2023-09-08T19:48:56.970Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.mockito.junit-jupiter --- [2023-09-08T19:48:56.970Z] [INFO] The project's OSGi version is 4.8.1.v20221103-2317 [2023-09-08T19:48:56.970Z] [INFO] [2023-09-08T19:48:56.970Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.mockito.junit-jupiter --- [2023-09-08T19:48:56.970Z] [INFO] [2023-09-08T19:48:56.970Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.mockito.junit-jupiter --- [2023-09-08T19:48:56.970Z] [INFO] Copying 3 resources [2023-09-08T19:48:56.970Z] [INFO] [2023-09-08T19:48:56.970Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.mockito.junit-jupiter --- [2023-09-08T19:48:56.970Z] [INFO] No sources to compile [2023-09-08T19:48:56.970Z] [INFO] [2023-09-08T19:48:56.970Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.mockito.junit-jupiter --- [2023-09-08T19:48:56.970Z] [INFO] Gathering dependencies [2023-09-08T19:48:56.970Z] [INFO] Configured Artifact: org.mockito:mockito-junit-jupiter:4.8.1:jar [2023-09-08T19:48:56.970Z] [INFO] Unpacking /home/vnc/.m2/repository/org/mockito/mockito-junit-jupiter/4.8.1/mockito-junit-jupiter-4.8.1.jar to /home/jenkins/agent/workspace/orbit-recipes/mockito/org.mockito.junit-jupiter_4.8.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:48:56.970Z] [INFO] Merging collected dependencies [2023-09-08T19:48:56.970Z] [INFO] Copying 4 resources [2023-09-08T19:48:56.970Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:48:56.970Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.mockito.junit-jupiter:eclipse-bundle-recipe:4.8.1-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:48:56.970Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/mockito/org.mockito.junit-jupiter_4.8.1/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:48:56.970Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/mockito/org.mockito.junit-jupiter_4.8.1/target/org.mockito.junit-jupiter-4.8.1-SNAPSHOT.jar [2023-09-08T19:48:56.970Z] [INFO] Gathering sources [2023-09-08T19:48:56.970Z] [INFO] Configured Artifact: org.mockito:mockito-junit-jupiter:sources:4.8.1:jar [2023-09-08T19:48:56.970Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/mockito/mockito-junit-jupiter/4.8.1/mockito-junit-jupiter-4.8.1-sources.jar [2023-09-08T19:48:56.970Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-junit-jupiter/4.8.1/mockito-junit-jupiter-4.8.1-sources.jar [2023-09-08T19:48:56.970Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/mockito/mockito-junit-jupiter/4.8.1/mockito-junit-jupiter-4.8.1-sources.jar (4.2 kB at 352 kB/s) [2023-09-08T19:48:56.970Z] [INFO] Unpacking /home/vnc/.m2/repository/org/mockito/mockito-junit-jupiter/4.8.1/mockito-junit-jupiter-4.8.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/mockito/org.mockito.junit-jupiter_4.8.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:48:56.970Z] [INFO] Copying 3 resources [2023-09-08T19:48:56.970Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/mockito/org.mockito.junit-jupiter_4.8.1/src/main/java [2023-09-08T19:48:56.970Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/mockito/org.mockito.junit-jupiter_4.8.1/target/org.mockito.junit-jupiter-4.8.1-SNAPSHOT-sources.jar [2023-09-08T19:48:56.970Z] [INFO] Assembling p2 repository [2023-09-08T19:48:57.534Z] [INFO] [2023-09-08T19:48:57.534Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.mockito.junit-jupiter --- [2023-09-08T19:48:57.534Z] [INFO] [2023-09-08T19:48:57.534Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.mockito.junit-jupiter --- [2023-09-08T19:48:57.534Z] [INFO] Gathering sources archives [2023-09-08T19:48:57.534Z] [INFO] Configured Artifact: org.mockito:mockito-junit-jupiter:sources:4.8.1:jar [2023-09-08T19:48:57.534Z] [INFO] Unpacking /home/vnc/.m2/repository/org/mockito/mockito-junit-jupiter/4.8.1/mockito-junit-jupiter-4.8.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/mockito/org.mockito.junit-jupiter_4.8.1/target/sources-for-eclipse-ipzilla/mockito-junit-jupiter-4.8.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:48:57.534Z] [INFO] Configured Artifact: org.mockito:mockito-junit-jupiter:sources:4.8.1:jar [2023-09-08T19:48:57.534Z] [INFO] Copying mockito-junit-jupiter-4.8.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/mockito/org.mockito.junit-jupiter_4.8.1/target/sources-for-eclipse-ipzilla/mockito-junit-jupiter-4.8.1-sources.jar [2023-09-08T19:48:57.534Z] [INFO] Refreshing about files and about.html [2023-09-08T19:48:57.534Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/mockito/org.mockito.junit-jupiter_4.8.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:48:57.534Z] [INFO] [2023-09-08T19:48:57.534Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.mockito.junit-jupiter --- [2023-09-08T19:48:57.534Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/mockito/org.mockito.junit-jupiter_4.8.1/target/org.mockito.junit-jupiter-4.8.1-SNAPSHOT.jar [2023-09-08T19:48:58.904Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/mockito/org.mockito.junit-jupiter_4.8.1/target/org.mockito.junit-jupiter-4.8.1-SNAPSHOT-sources.jar [2023-09-08T19:49:00.801Z] [INFO] [2023-09-08T19:49:00.801Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.mockito.junit-jupiter --- [2023-09-08T19:49:00.801Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.mockito.junit-jupiter:4.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/mockito/org.mockito.junit-jupiter_4.8.1/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:49:00.801Z] no-classifier: different [2023-09-08T19:49:00.801Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:49:00.801Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:49:00.801Z] classifier-sources: different [2023-09-08T19:49:00.801Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:49:00.801Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:49:00.801Z] [2023-09-08T19:49:00.801Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.mockito.junit-jupiter:4.8.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/mockito/org.mockito.junit-jupiter_4.8.1/pom.xml [2023-09-08T19:49:00.801Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:49:00.801Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:49:00.801Z] [2023-09-08T19:49:00.801Z] [INFO] [2023-09-08T19:49:00.801Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.mockito.junit-jupiter --- [2023-09-08T19:49:00.801Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/mockito/org.mockito.junit-jupiter_4.8.1/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.mockito.junit-jupiter/4.8.1-SNAPSHOT/org.mockito.junit-jupiter-4.8.1-SNAPSHOT.pom [2023-09-08T19:49:00.801Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/mockito/org.mockito.junit-jupiter_4.8.1/target/org.mockito.junit-jupiter-4.8.1-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.mockito.junit-jupiter/4.8.1-SNAPSHOT/org.mockito.junit-jupiter-4.8.1-SNAPSHOT.jar [2023-09-08T19:49:00.801Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/mockito/org.mockito.junit-jupiter_4.8.1/target/org.mockito.junit-jupiter-4.8.1-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.mockito.junit-jupiter/4.8.1-SNAPSHOT/org.mockito.junit-jupiter-4.8.1-SNAPSHOT-sources.jar [2023-09-08T19:49:00.801Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/mockito/org.mockito.junit-jupiter_4.8.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.mockito.junit-jupiter/4.8.1-SNAPSHOT/org.mockito.junit-jupiter-4.8.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:49:00.801Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/mockito/org.mockito.junit-jupiter_4.8.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.mockito.junit-jupiter/4.8.1-SNAPSHOT/org.mockito.junit-jupiter-4.8.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:49:00.801Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/mockito/org.mockito.junit-jupiter_4.8.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.mockito.junit-jupiter/4.8.1-SNAPSHOT/org.mockito.junit-jupiter-4.8.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:49:00.801Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/mockito/org.mockito.junit-jupiter_4.8.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.mockito.junit-jupiter/4.8.1-SNAPSHOT/org.mockito.junit-jupiter-4.8.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:49:00.801Z] [INFO] [2023-09-08T19:49:00.801Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.mockito.junit-jupiter --- [2023-09-08T19:49:00.801Z] [INFO] [2023-09-08T19:49:00.801Z] [INFO] ------------------< org.eclipse.orbit.bundles:netty >------------------- [2023-09-08T19:49:00.801Z] [INFO] Building Eclipse Orbit :: Netty Recipes 1.0.0-SNAPSHOT [356/375] [2023-09-08T19:49:00.801Z] [INFO] --------------------------------[ pom ]--------------------------------- [2023-09-08T19:49:00.801Z] [INFO] [2023-09-08T19:49:00.801Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ netty --- [2023-09-08T19:49:00.801Z] [INFO] [2023-09-08T19:49:00.801Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ netty --- [2023-09-08T19:49:00.801Z] [INFO] [2023-09-08T19:49:00.801Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ netty --- [2023-09-08T19:49:00.801Z] [INFO] [2023-09-08T19:49:00.801Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ netty --- [2023-09-08T19:49:00.801Z] [INFO] [2023-09-08T19:49:00.801Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ netty --- [2023-09-08T19:49:00.801Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/netty/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/netty/1.0.0-SNAPSHOT/netty-1.0.0-SNAPSHOT.pom [2023-09-08T19:49:00.801Z] [INFO] [2023-09-08T19:49:00.801Z] [INFO] -------------< org.eclipse.orbit.bundles:io.netty.common >-------------- [2023-09-08T19:49:00.801Z] [INFO] Building Netty/Common 4.1.56-SNAPSHOT [357/375] [2023-09-08T19:49:00.801Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:49:00.801Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/io/netty/netty-common/4.1.56.Final/netty-common-4.1.56.Final.pom [2023-09-08T19:49:00.801Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-common/4.1.56.Final/netty-common-4.1.56.Final.pom [2023-09-08T19:49:00.801Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-common/4.1.56.Final/netty-common-4.1.56.Final.pom (12 kB at 257 kB/s) [2023-09-08T19:49:00.801Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/io/netty/netty-parent/4.1.56.Final/netty-parent-4.1.56.Final.pom [2023-09-08T19:49:00.801Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-parent/4.1.56.Final/netty-parent-4.1.56.Final.pom [2023-09-08T19:49:00.802Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-parent/4.1.56.Final/netty-parent-4.1.56.Final.pom (62 kB at 1.4 MB/s) [2023-09-08T19:49:00.802Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/io/netty/netty-common/4.1.56.Final/netty-common-4.1.56.Final.jar [2023-09-08T19:49:00.802Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-common/4.1.56.Final/netty-common-4.1.56.Final.jar [2023-09-08T19:49:01.057Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-common/4.1.56.Final/netty-common-4.1.56.Final.jar (647 kB at 12 MB/s) [2023-09-08T19:49:01.057Z] [INFO] [2023-09-08T19:49:01.057Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ io.netty.common --- [2023-09-08T19:49:01.057Z] [INFO] [2023-09-08T19:49:01.057Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ io.netty.common --- [2023-09-08T19:49:01.057Z] [INFO] The project's OSGi version is 4.1.56.v20221112-0806 [2023-09-08T19:49:01.058Z] [INFO] [2023-09-08T19:49:01.058Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ io.netty.common --- [2023-09-08T19:49:01.058Z] [INFO] [2023-09-08T19:49:01.058Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ io.netty.common --- [2023-09-08T19:49:01.058Z] [INFO] Copying 3 resources [2023-09-08T19:49:01.058Z] [INFO] [2023-09-08T19:49:01.058Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ io.netty.common --- [2023-09-08T19:49:01.058Z] [INFO] No sources to compile [2023-09-08T19:49:01.058Z] [INFO] [2023-09-08T19:49:01.058Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ io.netty.common --- [2023-09-08T19:49:01.058Z] [INFO] Gathering dependencies [2023-09-08T19:49:01.058Z] [INFO] Configured Artifact: io.netty:netty-common:4.1.56.Final:jar [2023-09-08T19:49:01.058Z] [INFO] Unpacking /home/vnc/.m2/repository/io/netty/netty-common/4.1.56.Final/netty-common-4.1.56.Final.jar to /home/jenkins/agent/workspace/orbit-recipes/netty/io.netty.common_4.1.56/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:49:01.058Z] [INFO] Merging collected dependencies [2023-09-08T19:49:01.058Z] [INFO] Copying 488 resources [2023-09-08T19:49:01.058Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:49:01.058Z] [WARNING] Manifest org.eclipse.orbit.bundles:io.netty.common:eclipse-bundle-recipe:4.1.56-SNAPSHOT : Unused Export-Package instructions: [*.implementation.*, *.impl.*] [2023-09-08T19:49:01.058Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/netty/io.netty.common_4.1.56/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:49:01.058Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/netty/io.netty.common_4.1.56/target/io.netty.common-4.1.56-SNAPSHOT.jar [2023-09-08T19:49:01.314Z] [INFO] Gathering sources [2023-09-08T19:49:01.314Z] [INFO] Configured Artifact: io.netty:netty-common:sources:4.1.56.Final:jar [2023-09-08T19:49:01.314Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/io/netty/netty-common/4.1.56.Final/netty-common-4.1.56.Final-sources.jar [2023-09-08T19:49:01.314Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-common/4.1.56.Final/netty-common-4.1.56.Final-sources.jar [2023-09-08T19:49:01.314Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-common/4.1.56.Final/netty-common-4.1.56.Final-sources.jar (568 kB at 11 MB/s) [2023-09-08T19:49:01.314Z] [INFO] Unpacking /home/vnc/.m2/repository/io/netty/netty-common/4.1.56.Final/netty-common-4.1.56.Final-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/netty/io.netty.common_4.1.56/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:49:01.314Z] [INFO] Copying 3 resources [2023-09-08T19:49:01.314Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/netty/io.netty.common_4.1.56/src/main/java [2023-09-08T19:49:01.314Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/netty/io.netty.common_4.1.56/target/io.netty.common-4.1.56-SNAPSHOT-sources.jar [2023-09-08T19:49:01.314Z] [INFO] Assembling p2 repository [2023-09-08T19:49:01.877Z] [INFO] [2023-09-08T19:49:01.877Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ io.netty.common --- [2023-09-08T19:49:01.877Z] [INFO] [2023-09-08T19:49:01.877Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ io.netty.common --- [2023-09-08T19:49:01.877Z] [INFO] Gathering sources archives [2023-09-08T19:49:01.877Z] [INFO] Configured Artifact: io.netty:netty-common:sources:4.1.56.Final:jar [2023-09-08T19:49:01.877Z] [INFO] Unpacking /home/vnc/.m2/repository/io/netty/netty-common/4.1.56.Final/netty-common-4.1.56.Final-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/netty/io.netty.common_4.1.56/target/sources-for-eclipse-ipzilla/netty-common-4.1.56.Final-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:49:01.877Z] [INFO] Configured Artifact: io.netty:netty-common:sources:4.1.56.Final:jar [2023-09-08T19:49:01.877Z] [INFO] Copying netty-common-4.1.56.Final-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/netty/io.netty.common_4.1.56/target/sources-for-eclipse-ipzilla/netty-common-4.1.56.Final-sources.jar [2023-09-08T19:49:01.877Z] [INFO] Refreshing about files and about.html [2023-09-08T19:49:02.134Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/netty/io.netty.common_4.1.56/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:49:02.134Z] [INFO] [2023-09-08T19:49:02.134Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ io.netty.common --- [2023-09-08T19:49:02.134Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/netty/io.netty.common_4.1.56/target/io.netty.common-4.1.56-SNAPSHOT.jar [2023-09-08T19:49:03.501Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/netty/io.netty.common_4.1.56/target/io.netty.common-4.1.56-SNAPSHOT-sources.jar [2023-09-08T19:49:04.435Z] [INFO] [2023-09-08T19:49:04.435Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ io.netty.common --- [2023-09-08T19:49:05.000Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:io.netty.common:4.1.56-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/netty/io.netty.common_4.1.56/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:49:05.000Z] no-classifier: different [2023-09-08T19:49:05.000Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:49:05.000Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:49:05.000Z] classifier-sources: different [2023-09-08T19:49:05.000Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:49:05.000Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:49:05.000Z] [2023-09-08T19:49:05.000Z] [INFO] MavenProject: org.eclipse.orbit.bundles:io.netty.common:4.1.56-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/netty/io.netty.common_4.1.56/pom.xml [2023-09-08T19:49:05.000Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:49:05.000Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:49:05.000Z] [2023-09-08T19:49:05.000Z] [INFO] [2023-09-08T19:49:05.000Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ io.netty.common --- [2023-09-08T19:49:05.001Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/netty/io.netty.common_4.1.56/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/io.netty.common/4.1.56-SNAPSHOT/io.netty.common-4.1.56-SNAPSHOT.pom [2023-09-08T19:49:05.001Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/netty/io.netty.common_4.1.56/target/io.netty.common-4.1.56-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/io.netty.common/4.1.56-SNAPSHOT/io.netty.common-4.1.56-SNAPSHOT.jar [2023-09-08T19:49:05.001Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/netty/io.netty.common_4.1.56/target/io.netty.common-4.1.56-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/io.netty.common/4.1.56-SNAPSHOT/io.netty.common-4.1.56-SNAPSHOT-sources.jar [2023-09-08T19:49:05.001Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/netty/io.netty.common_4.1.56/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/io.netty.common/4.1.56-SNAPSHOT/io.netty.common-4.1.56-SNAPSHOT-p2metadata.xml [2023-09-08T19:49:05.001Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/netty/io.netty.common_4.1.56/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/io.netty.common/4.1.56-SNAPSHOT/io.netty.common-4.1.56-SNAPSHOT-p2artifacts.xml [2023-09-08T19:49:05.001Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/netty/io.netty.common_4.1.56/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/io.netty.common/4.1.56-SNAPSHOT/io.netty.common-4.1.56-SNAPSHOT-p2metadata.xml [2023-09-08T19:49:05.001Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/netty/io.netty.common_4.1.56/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/io.netty.common/4.1.56-SNAPSHOT/io.netty.common-4.1.56-SNAPSHOT-p2artifacts.xml [2023-09-08T19:49:05.001Z] [INFO] [2023-09-08T19:49:05.001Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ io.netty.common --- [2023-09-08T19:49:05.001Z] [INFO] [2023-09-08T19:49:05.001Z] [INFO] -------------< org.eclipse.orbit.bundles:io.netty.buffer >-------------- [2023-09-08T19:49:05.001Z] [INFO] Building Netty/Buffer 4.1.56-SNAPSHOT [358/375] [2023-09-08T19:49:05.001Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:49:05.001Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/io/netty/netty-buffer/4.1.56.Final/netty-buffer-4.1.56.Final.pom [2023-09-08T19:49:05.001Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-buffer/4.1.56.Final/netty-buffer-4.1.56.Final.pom [2023-09-08T19:49:05.001Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-buffer/4.1.56.Final/netty-buffer-4.1.56.Final.pom (1.6 kB at 54 kB/s) [2023-09-08T19:49:05.001Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/io/netty/netty-buffer/4.1.56.Final/netty-buffer-4.1.56.Final.jar [2023-09-08T19:49:05.001Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-buffer/4.1.56.Final/netty-buffer-4.1.56.Final.jar [2023-09-08T19:49:05.001Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-buffer/4.1.56.Final/netty-buffer-4.1.56.Final.jar (299 kB at 6.4 MB/s) [2023-09-08T19:49:05.001Z] [INFO] [2023-09-08T19:49:05.001Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ io.netty.buffer --- [2023-09-08T19:49:05.001Z] [INFO] [2023-09-08T19:49:05.001Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ io.netty.buffer --- [2023-09-08T19:49:05.001Z] [INFO] The project's OSGi version is 4.1.56.v20221112-0806 [2023-09-08T19:49:05.001Z] [INFO] [2023-09-08T19:49:05.001Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ io.netty.buffer --- [2023-09-08T19:49:05.001Z] [INFO] [2023-09-08T19:49:05.001Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ io.netty.buffer --- [2023-09-08T19:49:05.001Z] [INFO] Copying 3 resources [2023-09-08T19:49:05.001Z] [INFO] [2023-09-08T19:49:05.001Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ io.netty.buffer --- [2023-09-08T19:49:05.001Z] [INFO] No sources to compile [2023-09-08T19:49:05.001Z] [INFO] [2023-09-08T19:49:05.001Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ io.netty.buffer --- [2023-09-08T19:49:05.001Z] [INFO] Gathering dependencies [2023-09-08T19:49:05.001Z] [INFO] Configured Artifact: io.netty:netty-buffer:4.1.56.Final:jar [2023-09-08T19:49:05.001Z] [INFO] Unpacking /home/vnc/.m2/repository/io/netty/netty-buffer/4.1.56.Final/netty-buffer-4.1.56.Final.jar to /home/jenkins/agent/workspace/orbit-recipes/netty/io.netty.buffer_4.1.56/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:49:05.001Z] [INFO] Merging collected dependencies [2023-09-08T19:49:05.001Z] [INFO] Copying 139 resources [2023-09-08T19:49:05.001Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:49:05.001Z] [WARNING] Manifest org.eclipse.orbit.bundles:io.netty.buffer:eclipse-bundle-recipe:4.1.56-SNAPSHOT : Invalid property key: `*;resolution`: << *;resolution:=optional>> [2023-09-08T19:49:05.001Z] [WARNING] Manifest org.eclipse.orbit.bundles:io.netty.buffer:eclipse-bundle-recipe:4.1.56-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:49:05.001Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/netty/io.netty.buffer_4.1.56/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:49:05.001Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/netty/io.netty.buffer_4.1.56/target/io.netty.buffer-4.1.56-SNAPSHOT.jar [2023-09-08T19:49:05.001Z] [INFO] Gathering sources [2023-09-08T19:49:05.001Z] [INFO] Configured Artifact: io.netty:netty-buffer:sources:4.1.56.Final:jar [2023-09-08T19:49:05.258Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/io/netty/netty-buffer/4.1.56.Final/netty-buffer-4.1.56.Final-sources.jar [2023-09-08T19:49:05.258Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-buffer/4.1.56.Final/netty-buffer-4.1.56.Final-sources.jar [2023-09-08T19:49:05.258Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-buffer/4.1.56.Final/netty-buffer-4.1.56.Final-sources.jar (196 kB at 4.3 MB/s) [2023-09-08T19:49:05.258Z] [INFO] Unpacking /home/vnc/.m2/repository/io/netty/netty-buffer/4.1.56.Final/netty-buffer-4.1.56.Final-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/netty/io.netty.buffer_4.1.56/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:49:05.258Z] [INFO] Copying 3 resources [2023-09-08T19:49:05.258Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/netty/io.netty.buffer_4.1.56/src/main/java [2023-09-08T19:49:05.258Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/netty/io.netty.buffer_4.1.56/target/io.netty.buffer-4.1.56-SNAPSHOT-sources.jar [2023-09-08T19:49:05.258Z] [INFO] Assembling p2 repository [2023-09-08T19:49:05.822Z] [INFO] [2023-09-08T19:49:05.822Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ io.netty.buffer --- [2023-09-08T19:49:05.822Z] [INFO] [2023-09-08T19:49:05.822Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ io.netty.buffer --- [2023-09-08T19:49:05.822Z] [INFO] Gathering sources archives [2023-09-08T19:49:05.822Z] [INFO] Configured Artifact: io.netty:netty-buffer:sources:4.1.56.Final:jar [2023-09-08T19:49:05.822Z] [INFO] Unpacking /home/vnc/.m2/repository/io/netty/netty-buffer/4.1.56.Final/netty-buffer-4.1.56.Final-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/netty/io.netty.buffer_4.1.56/target/sources-for-eclipse-ipzilla/netty-buffer-4.1.56.Final-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:49:05.822Z] [INFO] Configured Artifact: io.netty:netty-buffer:sources:4.1.56.Final:jar [2023-09-08T19:49:05.822Z] [INFO] Copying netty-buffer-4.1.56.Final-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/netty/io.netty.buffer_4.1.56/target/sources-for-eclipse-ipzilla/netty-buffer-4.1.56.Final-sources.jar [2023-09-08T19:49:05.822Z] [INFO] Refreshing about files and about.html [2023-09-08T19:49:05.822Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/netty/io.netty.buffer_4.1.56/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:49:05.822Z] [INFO] [2023-09-08T19:49:05.822Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ io.netty.buffer --- [2023-09-08T19:49:05.822Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/netty/io.netty.buffer_4.1.56/target/io.netty.buffer-4.1.56-SNAPSHOT.jar [2023-09-08T19:49:07.190Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/netty/io.netty.buffer_4.1.56/target/io.netty.buffer-4.1.56-SNAPSHOT-sources.jar [2023-09-08T19:49:08.117Z] [INFO] [2023-09-08T19:49:08.117Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ io.netty.buffer --- [2023-09-08T19:49:08.373Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:io.netty.buffer:4.1.56-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/netty/io.netty.buffer_4.1.56/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:49:08.373Z] no-classifier: different [2023-09-08T19:49:08.373Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:49:08.373Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:49:08.373Z] classifier-sources: different [2023-09-08T19:49:08.373Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:49:08.373Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:49:08.373Z] [2023-09-08T19:49:08.373Z] [INFO] MavenProject: org.eclipse.orbit.bundles:io.netty.buffer:4.1.56-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/netty/io.netty.buffer_4.1.56/pom.xml [2023-09-08T19:49:08.373Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:49:08.373Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:49:08.373Z] [2023-09-08T19:49:08.373Z] [INFO] [2023-09-08T19:49:08.373Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ io.netty.buffer --- [2023-09-08T19:49:08.373Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/netty/io.netty.buffer_4.1.56/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/io.netty.buffer/4.1.56-SNAPSHOT/io.netty.buffer-4.1.56-SNAPSHOT.pom [2023-09-08T19:49:08.373Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/netty/io.netty.buffer_4.1.56/target/io.netty.buffer-4.1.56-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/io.netty.buffer/4.1.56-SNAPSHOT/io.netty.buffer-4.1.56-SNAPSHOT.jar [2023-09-08T19:49:08.373Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/netty/io.netty.buffer_4.1.56/target/io.netty.buffer-4.1.56-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/io.netty.buffer/4.1.56-SNAPSHOT/io.netty.buffer-4.1.56-SNAPSHOT-sources.jar [2023-09-08T19:49:08.373Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/netty/io.netty.buffer_4.1.56/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/io.netty.buffer/4.1.56-SNAPSHOT/io.netty.buffer-4.1.56-SNAPSHOT-p2metadata.xml [2023-09-08T19:49:08.373Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/netty/io.netty.buffer_4.1.56/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/io.netty.buffer/4.1.56-SNAPSHOT/io.netty.buffer-4.1.56-SNAPSHOT-p2artifacts.xml [2023-09-08T19:49:08.373Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/netty/io.netty.buffer_4.1.56/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/io.netty.buffer/4.1.56-SNAPSHOT/io.netty.buffer-4.1.56-SNAPSHOT-p2metadata.xml [2023-09-08T19:49:08.373Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/netty/io.netty.buffer_4.1.56/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/io.netty.buffer/4.1.56-SNAPSHOT/io.netty.buffer-4.1.56-SNAPSHOT-p2artifacts.xml [2023-09-08T19:49:08.373Z] [INFO] [2023-09-08T19:49:08.373Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ io.netty.buffer --- [2023-09-08T19:49:08.373Z] [INFO] [2023-09-08T19:49:08.373Z] [INFO] ----------------< org.eclipse.orbit.bundles:objenesis >----------------- [2023-09-08T19:49:08.373Z] [INFO] Building Eclipse Orbit :: Objenesis Recipes 1.0.0-SNAPSHOT [359/375] [2023-09-08T19:49:08.373Z] [INFO] --------------------------------[ pom ]--------------------------------- [2023-09-08T19:49:08.373Z] [INFO] [2023-09-08T19:49:08.373Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ objenesis --- [2023-09-08T19:49:08.373Z] [INFO] [2023-09-08T19:49:08.373Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ objenesis --- [2023-09-08T19:49:08.373Z] [INFO] [2023-09-08T19:49:08.373Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ objenesis --- [2023-09-08T19:49:08.373Z] [INFO] [2023-09-08T19:49:08.373Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ objenesis --- [2023-09-08T19:49:08.373Z] [INFO] [2023-09-08T19:49:08.373Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ objenesis --- [2023-09-08T19:49:08.373Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/objenesis/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/objenesis/1.0.0-SNAPSHOT/objenesis-1.0.0-SNAPSHOT.pom [2023-09-08T19:49:08.373Z] [INFO] [2023-09-08T19:49:08.373Z] [INFO] --------------< org.eclipse.orbit.bundles:org.objenesis >--------------- [2023-09-08T19:49:08.373Z] [INFO] Building Objenesis 3.3.0-SNAPSHOT [360/375] [2023-09-08T19:49:08.373Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:49:08.373Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/objenesis/objenesis/3.3/objenesis-3.3.pom [2023-09-08T19:49:08.373Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/objenesis/objenesis/3.3/objenesis-3.3.pom [2023-09-08T19:49:08.373Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/objenesis/objenesis/3.3/objenesis-3.3.pom (3.0 kB at 273 kB/s) [2023-09-08T19:49:08.373Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/objenesis/objenesis-parent/3.3/objenesis-parent-3.3.pom [2023-09-08T19:49:08.629Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/objenesis/objenesis-parent/3.3/objenesis-parent-3.3.pom [2023-09-08T19:49:08.629Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/objenesis/objenesis-parent/3.3/objenesis-parent-3.3.pom (19 kB at 1.9 MB/s) [2023-09-08T19:49:08.629Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/objenesis/objenesis/3.3/objenesis-3.3.jar [2023-09-08T19:49:08.629Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/objenesis/objenesis/3.3/objenesis-3.3.jar [2023-09-08T19:49:08.629Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/objenesis/objenesis/3.3/objenesis-3.3.jar (49 kB at 3.8 MB/s) [2023-09-08T19:49:08.629Z] [INFO] [2023-09-08T19:49:08.629Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.objenesis --- [2023-09-08T19:49:08.629Z] [INFO] [2023-09-08T19:49:08.629Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.objenesis --- [2023-09-08T19:49:08.629Z] [INFO] The project's OSGi version is 3.3.0.v20221103-2317 [2023-09-08T19:49:08.629Z] [INFO] [2023-09-08T19:49:08.629Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.objenesis --- [2023-09-08T19:49:08.629Z] [INFO] [2023-09-08T19:49:08.629Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.objenesis --- [2023-09-08T19:49:08.629Z] [INFO] Copying 3 resources [2023-09-08T19:49:08.629Z] [INFO] [2023-09-08T19:49:08.629Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.objenesis --- [2023-09-08T19:49:08.629Z] [INFO] No sources to compile [2023-09-08T19:49:08.629Z] [INFO] [2023-09-08T19:49:08.629Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.objenesis --- [2023-09-08T19:49:08.629Z] [INFO] Gathering dependencies [2023-09-08T19:49:08.629Z] [INFO] Configured Artifact: org.objenesis:objenesis:3.3:jar [2023-09-08T19:49:08.629Z] [INFO] Unpacking /home/vnc/.m2/repository/org/objenesis/objenesis/3.3/objenesis-3.3.jar to /home/jenkins/agent/workspace/orbit-recipes/objenesis/org.objenesis_3.3.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:49:08.629Z] [INFO] Merging collected dependencies [2023-09-08T19:49:08.629Z] [INFO] Copying 47 resources [2023-09-08T19:49:08.629Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:49:08.629Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.objenesis:eclipse-bundle-recipe:3.3.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:49:08.629Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/objenesis/org.objenesis_3.3.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:49:08.629Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/objenesis/org.objenesis_3.3.0/target/org.objenesis-3.3.0-SNAPSHOT.jar [2023-09-08T19:49:08.629Z] [INFO] Gathering sources [2023-09-08T19:49:08.629Z] [INFO] Configured Artifact: org.objenesis:objenesis:sources:3.3:jar [2023-09-08T19:49:08.629Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/objenesis/objenesis/3.3/objenesis-3.3-sources.jar [2023-09-08T19:49:08.629Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/objenesis/objenesis/3.3/objenesis-3.3-sources.jar [2023-09-08T19:49:08.629Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/objenesis/objenesis/3.3/objenesis-3.3-sources.jar (53 kB at 3.8 MB/s) [2023-09-08T19:49:08.629Z] [INFO] Unpacking /home/vnc/.m2/repository/org/objenesis/objenesis/3.3/objenesis-3.3-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/objenesis/org.objenesis_3.3.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:49:08.629Z] [INFO] Copying 3 resources [2023-09-08T19:49:08.629Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/objenesis/org.objenesis_3.3.0/src/main/java [2023-09-08T19:49:08.629Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/objenesis/org.objenesis_3.3.0/target/org.objenesis-3.3.0-SNAPSHOT-sources.jar [2023-09-08T19:49:08.629Z] [INFO] Assembling p2 repository [2023-09-08T19:49:09.191Z] [INFO] [2023-09-08T19:49:09.191Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.objenesis --- [2023-09-08T19:49:09.191Z] [INFO] [2023-09-08T19:49:09.191Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.objenesis --- [2023-09-08T19:49:09.191Z] [INFO] Gathering sources archives [2023-09-08T19:49:09.191Z] [INFO] Configured Artifact: org.objenesis:objenesis:sources:3.3:jar [2023-09-08T19:49:09.191Z] [INFO] Unpacking /home/vnc/.m2/repository/org/objenesis/objenesis/3.3/objenesis-3.3-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/objenesis/org.objenesis_3.3.0/target/sources-for-eclipse-ipzilla/objenesis-3.3-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:49:09.191Z] [INFO] Configured Artifact: org.objenesis:objenesis:sources:3.3:jar [2023-09-08T19:49:09.191Z] [INFO] Copying objenesis-3.3-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/objenesis/org.objenesis_3.3.0/target/sources-for-eclipse-ipzilla/objenesis-3.3-sources.jar [2023-09-08T19:49:09.191Z] [INFO] Refreshing about files and about.html [2023-09-08T19:49:09.191Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/objenesis/org.objenesis_3.3.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:49:09.191Z] [INFO] [2023-09-08T19:49:09.191Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.objenesis --- [2023-09-08T19:49:09.191Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/objenesis/org.objenesis_3.3.0/target/org.objenesis-3.3.0-SNAPSHOT.jar [2023-09-08T19:49:10.124Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/objenesis/org.objenesis_3.3.0/target/org.objenesis-3.3.0-SNAPSHOT-sources.jar [2023-09-08T19:49:12.021Z] [INFO] [2023-09-08T19:49:12.021Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.objenesis --- [2023-09-08T19:49:12.278Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.objenesis:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/objenesis/org.objenesis_3.3.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:49:12.278Z] no-classifier: different [2023-09-08T19:49:12.278Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:49:12.278Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:49:12.278Z] classifier-sources: different [2023-09-08T19:49:12.278Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:49:12.278Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:49:12.278Z] [2023-09-08T19:49:12.278Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.objenesis:3.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/objenesis/org.objenesis_3.3.0/pom.xml [2023-09-08T19:49:12.278Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:49:12.278Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:49:12.278Z] [2023-09-08T19:49:12.278Z] [INFO] [2023-09-08T19:49:12.278Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.objenesis --- [2023-09-08T19:49:12.278Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/objenesis/org.objenesis_3.3.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.objenesis/3.3.0-SNAPSHOT/org.objenesis-3.3.0-SNAPSHOT.pom [2023-09-08T19:49:12.278Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/objenesis/org.objenesis_3.3.0/target/org.objenesis-3.3.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.objenesis/3.3.0-SNAPSHOT/org.objenesis-3.3.0-SNAPSHOT.jar [2023-09-08T19:49:12.278Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/objenesis/org.objenesis_3.3.0/target/org.objenesis-3.3.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.objenesis/3.3.0-SNAPSHOT/org.objenesis-3.3.0-SNAPSHOT-sources.jar [2023-09-08T19:49:12.278Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/objenesis/org.objenesis_3.3.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.objenesis/3.3.0-SNAPSHOT/org.objenesis-3.3.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:49:12.278Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/objenesis/org.objenesis_3.3.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.objenesis/3.3.0-SNAPSHOT/org.objenesis-3.3.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:49:12.278Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/objenesis/org.objenesis_3.3.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.objenesis/3.3.0-SNAPSHOT/org.objenesis-3.3.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:49:12.278Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/objenesis/org.objenesis_3.3.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.objenesis/3.3.0-SNAPSHOT/org.objenesis-3.3.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:49:12.278Z] [INFO] [2023-09-08T19:49:12.278Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.objenesis --- [2023-09-08T19:49:12.278Z] [INFO] [2023-09-08T19:49:12.278Z] [INFO] ----------< org.eclipse.orbit.bundles:reactivestreams-parent >---------- [2023-09-08T19:49:12.278Z] [INFO] Building Eclipse Orbit :: Reactive Streams Recipes 1.0.0-SNAPSHOT [361/375] [2023-09-08T19:49:12.278Z] [INFO] --------------------------------[ pom ]--------------------------------- [2023-09-08T19:49:12.278Z] [INFO] [2023-09-08T19:49:12.278Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ reactivestreams-parent --- [2023-09-08T19:49:12.278Z] [INFO] [2023-09-08T19:49:12.278Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ reactivestreams-parent --- [2023-09-08T19:49:12.278Z] [INFO] [2023-09-08T19:49:12.278Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ reactivestreams-parent --- [2023-09-08T19:49:12.278Z] [INFO] [2023-09-08T19:49:12.278Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ reactivestreams-parent --- [2023-09-08T19:49:12.278Z] [INFO] [2023-09-08T19:49:12.278Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ reactivestreams-parent --- [2023-09-08T19:49:12.278Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/reactivestreams/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/reactivestreams-parent/1.0.0-SNAPSHOT/reactivestreams-parent-1.0.0-SNAPSHOT.pom [2023-09-08T19:49:12.278Z] [INFO] [2023-09-08T19:49:12.278Z] [INFO] -----------< org.eclipse.orbit.bundles:org.reactivestreams >------------ [2023-09-08T19:49:12.278Z] [INFO] Building reactive-streams 1.0.2-SNAPSHOT [362/375] [2023-09-08T19:49:12.278Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:49:12.278Z] [INFO] [2023-09-08T19:49:12.278Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.reactivestreams --- [2023-09-08T19:49:12.278Z] [INFO] [2023-09-08T19:49:12.278Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.reactivestreams --- [2023-09-08T19:49:12.278Z] [INFO] The project's OSGi version is 1.0.2.v20181120-0809 [2023-09-08T19:49:12.278Z] [INFO] [2023-09-08T19:49:12.278Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.reactivestreams --- [2023-09-08T19:49:12.278Z] [INFO] [2023-09-08T19:49:12.278Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.reactivestreams --- [2023-09-08T19:49:12.278Z] [INFO] Copying 2 resources [2023-09-08T19:49:12.278Z] [INFO] [2023-09-08T19:49:12.278Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.reactivestreams --- [2023-09-08T19:49:12.278Z] [INFO] No sources to compile [2023-09-08T19:49:12.278Z] [INFO] [2023-09-08T19:49:12.278Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.reactivestreams --- [2023-09-08T19:49:12.278Z] [INFO] Gathering dependencies [2023-09-08T19:49:12.278Z] [INFO] Configured Artifact: org.reactivestreams:reactive-streams:1.0.2:jar [2023-09-08T19:49:12.278Z] [INFO] Unpacking /home/vnc/.m2/repository/org/reactivestreams/reactive-streams/1.0.2/reactive-streams-1.0.2.jar to /home/jenkins/agent/workspace/orbit-recipes/reactivestreams/org.reactivestreams_1.0.2/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:49:12.278Z] [INFO] Merging collected dependencies [2023-09-08T19:49:12.278Z] [INFO] Copying 5 resources [2023-09-08T19:49:12.278Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:49:12.278Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.reactivestreams:eclipse-bundle-recipe:1.0.2-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:49:12.278Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/reactivestreams/org.reactivestreams_1.0.2/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:49:12.279Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/reactivestreams/org.reactivestreams_1.0.2/target/org.reactivestreams-1.0.2-SNAPSHOT.jar [2023-09-08T19:49:12.279Z] [INFO] Gathering sources [2023-09-08T19:49:12.279Z] [INFO] Configured Artifact: org.reactivestreams:reactive-streams:sources:1.0.2:jar [2023-09-08T19:49:12.279Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/reactivestreams/reactive-streams/1.0.2/reactive-streams-1.0.2-sources.jar [2023-09-08T19:49:16.453Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/reactivestreams/reactive-streams/1.0.2/reactive-streams-1.0.2-sources.jar [2023-09-08T19:49:16.453Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/reactivestreams/reactive-streams/1.0.2/reactive-streams-1.0.2-sources.jar (4.0 kB at 286 kB/s) [2023-09-08T19:49:16.453Z] [INFO] Unpacking /home/vnc/.m2/repository/org/reactivestreams/reactive-streams/1.0.2/reactive-streams-1.0.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/reactivestreams/org.reactivestreams_1.0.2/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:49:16.453Z] [INFO] Copying 2 resources [2023-09-08T19:49:16.453Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/reactivestreams/org.reactivestreams_1.0.2/src/main/java [2023-09-08T19:49:16.453Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/reactivestreams/org.reactivestreams_1.0.2/target/org.reactivestreams-1.0.2-SNAPSHOT-sources.jar [2023-09-08T19:49:16.453Z] [INFO] Assembling p2 repository [2023-09-08T19:49:16.453Z] [INFO] [2023-09-08T19:49:16.453Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.reactivestreams --- [2023-09-08T19:49:16.453Z] [INFO] [2023-09-08T19:49:16.453Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.reactivestreams --- [2023-09-08T19:49:16.453Z] [INFO] Gathering sources archives [2023-09-08T19:49:16.453Z] [INFO] Configured Artifact: org.reactivestreams:reactive-streams:sources:1.0.2:jar [2023-09-08T19:49:16.453Z] [INFO] Unpacking /home/vnc/.m2/repository/org/reactivestreams/reactive-streams/1.0.2/reactive-streams-1.0.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/reactivestreams/org.reactivestreams_1.0.2/target/sources-for-eclipse-ipzilla/reactive-streams-1.0.2-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:49:16.453Z] [INFO] Configured Artifact: org.reactivestreams:reactive-streams:sources:1.0.2:jar [2023-09-08T19:49:16.453Z] [INFO] Copying reactive-streams-1.0.2-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/reactivestreams/org.reactivestreams_1.0.2/target/sources-for-eclipse-ipzilla/reactive-streams-1.0.2-sources.jar [2023-09-08T19:49:16.453Z] [INFO] Refreshing about files and about.html [2023-09-08T19:49:16.453Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/reactivestreams/org.reactivestreams_1.0.2/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:49:16.453Z] [INFO] [2023-09-08T19:49:16.453Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.reactivestreams --- [2023-09-08T19:49:16.453Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/reactivestreams/org.reactivestreams_1.0.2/target/org.reactivestreams-1.0.2-SNAPSHOT.jar [2023-09-08T19:49:17.820Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/reactivestreams/org.reactivestreams_1.0.2/target/org.reactivestreams-1.0.2-SNAPSHOT-sources.jar [2023-09-08T19:49:18.383Z] [INFO] [2023-09-08T19:49:18.383Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.reactivestreams --- [2023-09-08T19:49:18.640Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.reactivestreams:1.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/reactivestreams/org.reactivestreams_1.0.2/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:49:18.640Z] no-classifier: different [2023-09-08T19:49:18.640Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:49:18.640Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:49:18.640Z] classifier-sources: different [2023-09-08T19:49:18.640Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:49:18.640Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:49:18.640Z] [2023-09-08T19:49:18.640Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.reactivestreams:1.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/reactivestreams/org.reactivestreams_1.0.2/pom.xml [2023-09-08T19:49:18.640Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:49:18.640Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:49:18.640Z] [2023-09-08T19:49:18.640Z] [INFO] [2023-09-08T19:49:18.640Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.reactivestreams --- [2023-09-08T19:49:18.640Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/reactivestreams/org.reactivestreams_1.0.2/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.reactivestreams/1.0.2-SNAPSHOT/org.reactivestreams-1.0.2-SNAPSHOT.pom [2023-09-08T19:49:18.640Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/reactivestreams/org.reactivestreams_1.0.2/target/org.reactivestreams-1.0.2-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.reactivestreams/1.0.2-SNAPSHOT/org.reactivestreams-1.0.2-SNAPSHOT.jar [2023-09-08T19:49:18.640Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/reactivestreams/org.reactivestreams_1.0.2/target/org.reactivestreams-1.0.2-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.reactivestreams/1.0.2-SNAPSHOT/org.reactivestreams-1.0.2-SNAPSHOT-sources.jar [2023-09-08T19:49:18.640Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/reactivestreams/org.reactivestreams_1.0.2/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.reactivestreams/1.0.2-SNAPSHOT/org.reactivestreams-1.0.2-SNAPSHOT-p2metadata.xml [2023-09-08T19:49:18.640Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/reactivestreams/org.reactivestreams_1.0.2/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.reactivestreams/1.0.2-SNAPSHOT/org.reactivestreams-1.0.2-SNAPSHOT-p2artifacts.xml [2023-09-08T19:49:18.640Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/reactivestreams/org.reactivestreams_1.0.2/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.reactivestreams/1.0.2-SNAPSHOT/org.reactivestreams-1.0.2-SNAPSHOT-p2metadata.xml [2023-09-08T19:49:18.640Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/reactivestreams/org.reactivestreams_1.0.2/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.reactivestreams/1.0.2-SNAPSHOT/org.reactivestreams-1.0.2-SNAPSHOT-p2artifacts.xml [2023-09-08T19:49:18.640Z] [INFO] [2023-09-08T19:49:18.640Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.reactivestreams --- [2023-09-08T19:49:18.640Z] [INFO] [2023-09-08T19:49:18.640Z] [INFO] ----------------< org.eclipse.orbit.bundles:snakeyaml >----------------- [2023-09-08T19:49:18.640Z] [INFO] Building Eclipse Orbit :: SnakeYAML Recipes 1.0.0-SNAPSHOT [363/375] [2023-09-08T19:49:18.640Z] [INFO] --------------------------------[ pom ]--------------------------------- [2023-09-08T19:49:18.640Z] [INFO] [2023-09-08T19:49:18.640Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ snakeyaml --- [2023-09-08T19:49:18.640Z] [INFO] [2023-09-08T19:49:18.640Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ snakeyaml --- [2023-09-08T19:49:18.640Z] [INFO] [2023-09-08T19:49:18.640Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ snakeyaml --- [2023-09-08T19:49:18.640Z] [INFO] [2023-09-08T19:49:18.640Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ snakeyaml --- [2023-09-08T19:49:18.640Z] [INFO] [2023-09-08T19:49:18.640Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ snakeyaml --- [2023-09-08T19:49:18.640Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/snakeyaml/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/snakeyaml/1.0.0-SNAPSHOT/snakeyaml-1.0.0-SNAPSHOT.pom [2023-09-08T19:49:18.640Z] [INFO] [2023-09-08T19:49:18.640Z] [INFO] ------------< org.eclipse.orbit.bundles:org.yaml.snakeyaml >------------ [2023-09-08T19:49:18.640Z] [INFO] Building SnakeYAML 1.27.0-SNAPSHOT [364/375] [2023-09-08T19:49:18.640Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:49:18.640Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/yaml/snakeyaml/1.27/snakeyaml-1.27.pom [2023-09-08T19:49:18.640Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/1.27/snakeyaml-1.27.pom [2023-09-08T19:49:18.896Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/1.27/snakeyaml-1.27.pom (37 kB at 2.7 MB/s) [2023-09-08T19:49:18.896Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/yaml/snakeyaml/1.27/snakeyaml-1.27.jar [2023-09-08T19:49:18.896Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/1.27/snakeyaml-1.27.jar [2023-09-08T19:49:18.896Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/1.27/snakeyaml-1.27.jar (310 kB at 21 MB/s) [2023-09-08T19:49:18.896Z] [INFO] [2023-09-08T19:49:18.896Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.yaml.snakeyaml --- [2023-09-08T19:49:18.896Z] [INFO] [2023-09-08T19:49:18.896Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.yaml.snakeyaml --- [2023-09-08T19:49:18.896Z] [INFO] The project's OSGi version is 1.27.0.v20221112-0806 [2023-09-08T19:49:18.896Z] [INFO] [2023-09-08T19:49:18.896Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.yaml.snakeyaml --- [2023-09-08T19:49:18.896Z] [INFO] [2023-09-08T19:49:18.896Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.yaml.snakeyaml --- [2023-09-08T19:49:18.896Z] [INFO] Copying 3 resources [2023-09-08T19:49:18.896Z] [INFO] [2023-09-08T19:49:18.896Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.yaml.snakeyaml --- [2023-09-08T19:49:18.896Z] [INFO] No sources to compile [2023-09-08T19:49:18.896Z] [INFO] [2023-09-08T19:49:18.896Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.yaml.snakeyaml --- [2023-09-08T19:49:18.896Z] [INFO] Gathering dependencies [2023-09-08T19:49:18.896Z] [INFO] Configured Artifact: org.yaml:snakeyaml:1.27:jar [2023-09-08T19:49:18.896Z] [INFO] Unpacking /home/vnc/.m2/repository/org/yaml/snakeyaml/1.27/snakeyaml-1.27.jar to /home/jenkins/agent/workspace/orbit-recipes/snakeyaml/org.yaml.snakeyaml_1.27.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:49:18.896Z] [INFO] Merging collected dependencies [2023-09-08T19:49:18.896Z] [INFO] Copying 217 resources [2023-09-08T19:49:18.896Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:49:18.896Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/snakeyaml/org.yaml.snakeyaml_1.27.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:49:18.896Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/snakeyaml/org.yaml.snakeyaml_1.27.0/target/org.yaml.snakeyaml-1.27.0-SNAPSHOT.jar [2023-09-08T19:49:18.896Z] [INFO] Gathering sources [2023-09-08T19:49:18.896Z] [INFO] Configured Artifact: org.yaml:snakeyaml:sources:1.27:jar [2023-09-08T19:49:18.896Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/yaml/snakeyaml/1.27/snakeyaml-1.27-sources.jar [2023-09-08T19:49:18.896Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/1.27/snakeyaml-1.27-sources.jar [2023-09-08T19:49:18.896Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/1.27/snakeyaml-1.27-sources.jar (197 kB at 13 MB/s) [2023-09-08T19:49:18.896Z] [INFO] Unpacking /home/vnc/.m2/repository/org/yaml/snakeyaml/1.27/snakeyaml-1.27-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/snakeyaml/org.yaml.snakeyaml_1.27.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:49:19.152Z] [INFO] Copying 3 resources [2023-09-08T19:49:19.152Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/snakeyaml/org.yaml.snakeyaml_1.27.0/src/main/java [2023-09-08T19:49:19.153Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/snakeyaml/org.yaml.snakeyaml_1.27.0/target/org.yaml.snakeyaml-1.27.0-SNAPSHOT-sources.jar [2023-09-08T19:49:19.153Z] [INFO] Assembling p2 repository [2023-09-08T19:49:19.715Z] [INFO] [2023-09-08T19:49:19.715Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.yaml.snakeyaml --- [2023-09-08T19:49:19.715Z] [INFO] [2023-09-08T19:49:19.715Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.yaml.snakeyaml --- [2023-09-08T19:49:19.715Z] [INFO] Gathering sources archives [2023-09-08T19:49:19.715Z] [INFO] Configured Artifact: org.yaml:snakeyaml:sources:1.27:jar [2023-09-08T19:49:19.715Z] [INFO] Unpacking /home/vnc/.m2/repository/org/yaml/snakeyaml/1.27/snakeyaml-1.27-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/snakeyaml/org.yaml.snakeyaml_1.27.0/target/sources-for-eclipse-ipzilla/snakeyaml-1.27-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:49:19.715Z] [INFO] Configured Artifact: org.yaml:snakeyaml:sources:1.27:jar [2023-09-08T19:49:19.715Z] [INFO] Copying snakeyaml-1.27-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/snakeyaml/org.yaml.snakeyaml_1.27.0/target/sources-for-eclipse-ipzilla/snakeyaml-1.27-sources.jar [2023-09-08T19:49:19.715Z] [INFO] Refreshing about files and about.html [2023-09-08T19:49:19.715Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/snakeyaml/org.yaml.snakeyaml_1.27.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:49:19.715Z] [INFO] [2023-09-08T19:49:19.715Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.yaml.snakeyaml --- [2023-09-08T19:49:19.715Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/snakeyaml/org.yaml.snakeyaml_1.27.0/target/org.yaml.snakeyaml-1.27.0-SNAPSHOT.jar [2023-09-08T19:49:21.082Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/snakeyaml/org.yaml.snakeyaml_1.27.0/target/org.yaml.snakeyaml-1.27.0-SNAPSHOT-sources.jar [2023-09-08T19:49:22.973Z] [INFO] [2023-09-08T19:49:22.973Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.yaml.snakeyaml --- [2023-09-08T19:49:23.231Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.yaml.snakeyaml:1.27.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/snakeyaml/org.yaml.snakeyaml_1.27.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:49:23.231Z] no-classifier: different [2023-09-08T19:49:23.231Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:49:23.231Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:49:23.231Z] classifier-sources: different [2023-09-08T19:49:23.231Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:49:23.231Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:49:23.231Z] [2023-09-08T19:49:23.231Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.yaml.snakeyaml:1.27.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/snakeyaml/org.yaml.snakeyaml_1.27.0/pom.xml [2023-09-08T19:49:23.231Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:49:23.231Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:49:23.231Z] [2023-09-08T19:49:23.231Z] [INFO] [2023-09-08T19:49:23.231Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.yaml.snakeyaml --- [2023-09-08T19:49:23.231Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/snakeyaml/org.yaml.snakeyaml_1.27.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.yaml.snakeyaml/1.27.0-SNAPSHOT/org.yaml.snakeyaml-1.27.0-SNAPSHOT.pom [2023-09-08T19:49:23.231Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/snakeyaml/org.yaml.snakeyaml_1.27.0/target/org.yaml.snakeyaml-1.27.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.yaml.snakeyaml/1.27.0-SNAPSHOT/org.yaml.snakeyaml-1.27.0-SNAPSHOT.jar [2023-09-08T19:49:23.231Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/snakeyaml/org.yaml.snakeyaml_1.27.0/target/org.yaml.snakeyaml-1.27.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.yaml.snakeyaml/1.27.0-SNAPSHOT/org.yaml.snakeyaml-1.27.0-SNAPSHOT-sources.jar [2023-09-08T19:49:23.231Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/snakeyaml/org.yaml.snakeyaml_1.27.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.yaml.snakeyaml/1.27.0-SNAPSHOT/org.yaml.snakeyaml-1.27.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:49:23.231Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/snakeyaml/org.yaml.snakeyaml_1.27.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.yaml.snakeyaml/1.27.0-SNAPSHOT/org.yaml.snakeyaml-1.27.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:49:23.231Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/snakeyaml/org.yaml.snakeyaml_1.27.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.yaml.snakeyaml/1.27.0-SNAPSHOT/org.yaml.snakeyaml-1.27.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:49:23.231Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/snakeyaml/org.yaml.snakeyaml_1.27.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.yaml.snakeyaml/1.27.0-SNAPSHOT/org.yaml.snakeyaml-1.27.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:49:23.231Z] [INFO] [2023-09-08T19:49:23.231Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.yaml.snakeyaml --- [2023-09-08T19:49:23.231Z] [INFO] [2023-09-08T19:49:23.231Z] [INFO] ------------< org.eclipse.orbit.bundles:sourceforge-parent >------------ [2023-09-08T19:49:23.231Z] [INFO] Building Eclipse Orbit :: Sourceforge Recipes 1.0.0-SNAPSHOT [365/375] [2023-09-08T19:49:23.231Z] [INFO] --------------------------------[ pom ]--------------------------------- [2023-09-08T19:49:23.231Z] [INFO] [2023-09-08T19:49:23.231Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ sourceforge-parent --- [2023-09-08T19:49:23.231Z] [INFO] [2023-09-08T19:49:23.231Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ sourceforge-parent --- [2023-09-08T19:49:23.231Z] [INFO] [2023-09-08T19:49:23.231Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ sourceforge-parent --- [2023-09-08T19:49:23.231Z] [INFO] [2023-09-08T19:49:23.231Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ sourceforge-parent --- [2023-09-08T19:49:23.231Z] [INFO] [2023-09-08T19:49:23.231Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ sourceforge-parent --- [2023-09-08T19:49:23.231Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/sourceforge/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/sourceforge-parent/1.0.0-SNAPSHOT/sourceforge-parent-1.0.0-SNAPSHOT.pom [2023-09-08T19:49:23.231Z] [INFO] [2023-09-08T19:49:23.231Z] [INFO] ---------< org.eclipse.orbit.bundles:net.sourceforge.plantuml >--------- [2023-09-08T19:49:23.231Z] [INFO] Building net.sourceforge.plantuml 1.2019.0-SNAPSHOT [366/375] [2023-09-08T19:49:23.231Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:49:23.231Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/eclipse/orbit/plantuml/plantuml/1.2019.0/plantuml-1.2019.0.pom [2023-09-08T19:49:23.231Z] [INFO] Downloaded from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/eclipse/orbit/plantuml/plantuml/1.2019.0/plantuml-1.2019.0.pom (411 B at 16 kB/s) [2023-09-08T19:49:23.231Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/eclipse/orbit/plantuml/plantuml/1.2019.0/plantuml-1.2019.0.jar [2023-09-08T19:49:23.488Z] [INFO] Downloaded from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/eclipse/orbit/plantuml/plantuml/1.2019.0/plantuml-1.2019.0.jar (7.1 MB at 69 MB/s) [2023-09-08T19:49:23.488Z] [INFO] [2023-09-08T19:49:23.488Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ net.sourceforge.plantuml --- [2023-09-08T19:49:23.488Z] [INFO] [2023-09-08T19:49:23.488Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ net.sourceforge.plantuml --- [2023-09-08T19:49:23.488Z] [INFO] The project's OSGi version is 1.2019.0.v20221112-0806 [2023-09-08T19:49:23.488Z] [INFO] [2023-09-08T19:49:23.488Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ net.sourceforge.plantuml --- [2023-09-08T19:49:23.488Z] [INFO] [2023-09-08T19:49:23.488Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ net.sourceforge.plantuml --- [2023-09-08T19:49:23.488Z] [INFO] Copying 4 resources [2023-09-08T19:49:23.488Z] [INFO] [2023-09-08T19:49:23.488Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ net.sourceforge.plantuml --- [2023-09-08T19:49:23.488Z] [INFO] No sources to compile [2023-09-08T19:49:23.488Z] [INFO] [2023-09-08T19:49:23.488Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ net.sourceforge.plantuml --- [2023-09-08T19:49:23.488Z] [INFO] Gathering dependencies [2023-09-08T19:49:23.488Z] [INFO] Configured Artifact: org.eclipse.orbit.plantuml:plantuml:1.2019.0:jar [2023-09-08T19:49:23.488Z] [INFO] Unpacking /home/vnc/.m2/repository/org/eclipse/orbit/plantuml/plantuml/1.2019.0/plantuml-1.2019.0.jar to /home/jenkins/agent/workspace/orbit-recipes/sourceforge/net.sourceforge.plantuml_1.2019.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:49:23.746Z] [INFO] Merging collected dependencies [2023-09-08T19:49:24.003Z] [INFO] Copying 3389 resources [2023-09-08T19:49:24.259Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:49:25.626Z] [WARNING] Manifest org.eclipse.orbit.bundles:net.sourceforge.plantuml:eclipse-bundle-recipe:1.2019.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:49:25.626Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/sourceforge/net.sourceforge.plantuml_1.2019.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:49:25.882Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/sourceforge/net.sourceforge.plantuml_1.2019.0/target/net.sourceforge.plantuml-1.2019.0-SNAPSHOT.jar [2023-09-08T19:49:26.445Z] [INFO] Gathering sources [2023-09-08T19:49:26.445Z] [INFO] Configured Artifact: org.eclipse.orbit.plantuml:plantuml:sources:1.2019.0:jar [2023-09-08T19:49:26.445Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/eclipse/orbit/plantuml/plantuml/1.2019.0/plantuml-1.2019.0-sources.jar [2023-09-08T19:49:26.445Z] [INFO] Downloaded from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/eclipse/orbit/plantuml/plantuml/1.2019.0/plantuml-1.2019.0-sources.jar (6.8 MB at 70 MB/s) [2023-09-08T19:49:26.445Z] [INFO] Unpacking /home/vnc/.m2/repository/org/eclipse/orbit/plantuml/plantuml/1.2019.0/plantuml-1.2019.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/sourceforge/net.sourceforge.plantuml_1.2019.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:49:27.008Z] [INFO] Copying 4 resources [2023-09-08T19:49:27.008Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/sourceforge/net.sourceforge.plantuml_1.2019.0/src/main/java [2023-09-08T19:49:27.008Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/sourceforge/net.sourceforge.plantuml_1.2019.0/target/net.sourceforge.plantuml-1.2019.0-SNAPSHOT-sources.jar [2023-09-08T19:49:27.571Z] [INFO] Assembling p2 repository [2023-09-08T19:49:28.133Z] [INFO] [2023-09-08T19:49:28.133Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ net.sourceforge.plantuml --- [2023-09-08T19:49:28.133Z] [INFO] [2023-09-08T19:49:28.133Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ net.sourceforge.plantuml --- [2023-09-08T19:49:28.133Z] [INFO] Gathering sources archives [2023-09-08T19:49:28.133Z] [INFO] Configured Artifact: org.eclipse.orbit.plantuml:plantuml:sources:1.2019.0:jar [2023-09-08T19:49:28.134Z] [INFO] Unpacking /home/vnc/.m2/repository/org/eclipse/orbit/plantuml/plantuml/1.2019.0/plantuml-1.2019.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/sourceforge/net.sourceforge.plantuml_1.2019.0/target/sources-for-eclipse-ipzilla/plantuml-1.2019.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:49:28.389Z] [INFO] Configured Artifact: org.eclipse.orbit.plantuml:plantuml:sources:1.2019.0:jar [2023-09-08T19:49:28.389Z] [INFO] Copying plantuml-1.2019.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/sourceforge/net.sourceforge.plantuml_1.2019.0/target/sources-for-eclipse-ipzilla/plantuml-1.2019.0-sources.jar [2023-09-08T19:49:28.389Z] [INFO] Refreshing about files and about.html [2023-09-08T19:49:28.389Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/sourceforge/net.sourceforge.plantuml_1.2019.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:49:28.389Z] [INFO] [2023-09-08T19:49:28.389Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ net.sourceforge.plantuml --- [2023-09-08T19:49:29.757Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/sourceforge/net.sourceforge.plantuml_1.2019.0/target/net.sourceforge.plantuml-1.2019.0-SNAPSHOT.jar [2023-09-08T19:49:33.928Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/sourceforge/net.sourceforge.plantuml_1.2019.0/target/net.sourceforge.plantuml-1.2019.0-SNAPSHOT-sources.jar [2023-09-08T19:49:36.453Z] [INFO] [2023-09-08T19:49:36.454Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ net.sourceforge.plantuml --- [2023-09-08T19:49:37.383Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:net.sourceforge.plantuml:1.2019.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/sourceforge/net.sourceforge.plantuml_1.2019.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:49:37.383Z] no-classifier: different [2023-09-08T19:49:37.383Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:49:37.383Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:49:37.383Z] classifier-sources: different [2023-09-08T19:49:37.383Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:49:37.383Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:49:37.383Z] [2023-09-08T19:49:37.384Z] [INFO] MavenProject: org.eclipse.orbit.bundles:net.sourceforge.plantuml:1.2019.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/sourceforge/net.sourceforge.plantuml_1.2019.0/pom.xml [2023-09-08T19:49:37.384Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:49:37.384Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:49:37.384Z] [2023-09-08T19:49:37.384Z] [INFO] [2023-09-08T19:49:37.384Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ net.sourceforge.plantuml --- [2023-09-08T19:49:37.384Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/sourceforge/net.sourceforge.plantuml_1.2019.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/net.sourceforge.plantuml/1.2019.0-SNAPSHOT/net.sourceforge.plantuml-1.2019.0-SNAPSHOT.pom [2023-09-08T19:49:37.384Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/sourceforge/net.sourceforge.plantuml_1.2019.0/target/net.sourceforge.plantuml-1.2019.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/net.sourceforge.plantuml/1.2019.0-SNAPSHOT/net.sourceforge.plantuml-1.2019.0-SNAPSHOT.jar [2023-09-08T19:49:37.384Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/sourceforge/net.sourceforge.plantuml_1.2019.0/target/net.sourceforge.plantuml-1.2019.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/net.sourceforge.plantuml/1.2019.0-SNAPSHOT/net.sourceforge.plantuml-1.2019.0-SNAPSHOT-sources.jar [2023-09-08T19:49:37.384Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/sourceforge/net.sourceforge.plantuml_1.2019.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/net.sourceforge.plantuml/1.2019.0-SNAPSHOT/net.sourceforge.plantuml-1.2019.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:49:37.384Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/sourceforge/net.sourceforge.plantuml_1.2019.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/net.sourceforge.plantuml/1.2019.0-SNAPSHOT/net.sourceforge.plantuml-1.2019.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:49:37.384Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/sourceforge/net.sourceforge.plantuml_1.2019.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/net.sourceforge.plantuml/1.2019.0-SNAPSHOT/net.sourceforge.plantuml-1.2019.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:49:37.384Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/sourceforge/net.sourceforge.plantuml_1.2019.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/net.sourceforge.plantuml/1.2019.0-SNAPSHOT/net.sourceforge.plantuml-1.2019.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:49:37.384Z] [INFO] [2023-09-08T19:49:37.384Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ net.sourceforge.plantuml --- [2023-09-08T19:49:37.384Z] [INFO] [2023-09-08T19:49:37.384Z] [INFO] --------------< org.eclipse.orbit.bundles:tukaani-parent >-------------- [2023-09-08T19:49:37.384Z] [INFO] Building Eclipse Orbit :: Tukaani Recipes 1.0.0-SNAPSHOT [367/375] [2023-09-08T19:49:37.384Z] [INFO] --------------------------------[ pom ]--------------------------------- [2023-09-08T19:49:37.384Z] [INFO] [2023-09-08T19:49:37.384Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tukaani-parent --- [2023-09-08T19:49:37.384Z] [INFO] [2023-09-08T19:49:37.384Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ tukaani-parent --- [2023-09-08T19:49:37.384Z] [INFO] [2023-09-08T19:49:37.384Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ tukaani-parent --- [2023-09-08T19:49:37.384Z] [INFO] [2023-09-08T19:49:37.384Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ tukaani-parent --- [2023-09-08T19:49:37.384Z] [INFO] [2023-09-08T19:49:37.384Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ tukaani-parent --- [2023-09-08T19:49:37.384Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/tukaani/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/tukaani-parent/1.0.0-SNAPSHOT/tukaani-parent-1.0.0-SNAPSHOT.pom [2023-09-08T19:49:37.384Z] [INFO] [2023-09-08T19:49:37.384Z] [INFO] --------------< org.eclipse.orbit.bundles:org.tukaani.xz >-------------- [2023-09-08T19:49:37.384Z] [INFO] Building XZ for Java 1.9.0-SNAPSHOT [368/375] [2023-09-08T19:49:37.384Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:49:37.384Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/tukaani/xz/1.9/xz-1.9.jar [2023-09-08T19:49:37.384Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.9/xz-1.9.jar [2023-09-08T19:49:37.384Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.9/xz-1.9.jar (116 kB at 2.3 MB/s) [2023-09-08T19:49:37.384Z] [INFO] [2023-09-08T19:49:37.384Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.tukaani.xz --- [2023-09-08T19:49:37.384Z] [INFO] [2023-09-08T19:49:37.384Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.tukaani.xz --- [2023-09-08T19:49:37.384Z] [INFO] The project's OSGi version is 1.9.0.v20210624-1259 [2023-09-08T19:49:37.384Z] [INFO] [2023-09-08T19:49:37.384Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.tukaani.xz --- [2023-09-08T19:49:37.384Z] [INFO] [2023-09-08T19:49:37.384Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.tukaani.xz --- [2023-09-08T19:49:37.384Z] [INFO] Copying 2 resources [2023-09-08T19:49:37.384Z] [INFO] [2023-09-08T19:49:37.384Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.tukaani.xz --- [2023-09-08T19:49:37.384Z] [INFO] No sources to compile [2023-09-08T19:49:37.384Z] [INFO] [2023-09-08T19:49:37.384Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.tukaani.xz --- [2023-09-08T19:49:37.384Z] [INFO] Gathering dependencies [2023-09-08T19:49:37.384Z] [INFO] Configured Artifact: org.tukaani:xz:1.9:jar [2023-09-08T19:49:37.384Z] [INFO] Unpacking /home/vnc/.m2/repository/org/tukaani/xz/1.9/xz-1.9.jar to /home/jenkins/agent/workspace/orbit-recipes/tukaani/org.tukaani.xz_1.9.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:49:37.384Z] [INFO] Merging collected dependencies [2023-09-08T19:49:37.384Z] [INFO] Copying 118 resources [2023-09-08T19:49:37.384Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:49:37.384Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.tukaani.xz:eclipse-bundle-recipe:1.9.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:49:37.384Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.tukaani.xz:eclipse-bundle-recipe:1.9.0-SNAPSHOT : Classes found in the wrong directory: {META-INF/versions/9/module-info.class=module-info} [2023-09-08T19:49:37.384Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/tukaani/org.tukaani.xz_1.9.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:49:37.384Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/tukaani/org.tukaani.xz_1.9.0/target/org.tukaani.xz-1.9.0-SNAPSHOT.jar [2023-09-08T19:49:37.384Z] [INFO] Gathering sources [2023-09-08T19:49:37.641Z] [INFO] Configured Artifact: org.tukaani:xz:sources:1.9:jar [2023-09-08T19:49:37.641Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/tukaani/xz/1.9/xz-1.9-sources.jar [2023-09-08T19:49:37.641Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.9/xz-1.9-sources.jar [2023-09-08T19:49:37.641Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.9/xz-1.9-sources.jar (137 kB at 9.1 MB/s) [2023-09-08T19:49:37.641Z] [INFO] Unpacking /home/vnc/.m2/repository/org/tukaani/xz/1.9/xz-1.9-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/tukaani/org.tukaani.xz_1.9.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:49:37.641Z] [INFO] Copying 2 resources [2023-09-08T19:49:37.641Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/tukaani/org.tukaani.xz_1.9.0/src/main/java [2023-09-08T19:49:37.641Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/tukaani/org.tukaani.xz_1.9.0/target/org.tukaani.xz-1.9.0-SNAPSHOT-sources.jar [2023-09-08T19:49:37.641Z] [INFO] Assembling p2 repository [2023-09-08T19:49:38.204Z] [INFO] [2023-09-08T19:49:38.204Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.tukaani.xz --- [2023-09-08T19:49:38.204Z] [INFO] [2023-09-08T19:49:38.204Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.tukaani.xz --- [2023-09-08T19:49:38.204Z] [INFO] Gathering sources archives [2023-09-08T19:49:38.204Z] [INFO] Configured Artifact: org.tukaani:xz:sources:1.9:jar [2023-09-08T19:49:38.204Z] [INFO] Unpacking /home/vnc/.m2/repository/org/tukaani/xz/1.9/xz-1.9-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/tukaani/org.tukaani.xz_1.9.0/target/sources-for-eclipse-ipzilla/xz-1.9-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:49:38.204Z] [INFO] Configured Artifact: org.tukaani:xz:sources:1.9:jar [2023-09-08T19:49:38.204Z] [INFO] Copying xz-1.9-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/tukaani/org.tukaani.xz_1.9.0/target/sources-for-eclipse-ipzilla/xz-1.9-sources.jar [2023-09-08T19:49:38.204Z] [INFO] Refreshing about files and about.html [2023-09-08T19:49:38.204Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/tukaani/org.tukaani.xz_1.9.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:49:38.204Z] [INFO] [2023-09-08T19:49:38.204Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.tukaani.xz --- [2023-09-08T19:49:38.204Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/tukaani/org.tukaani.xz_1.9.0/target/org.tukaani.xz-1.9.0-SNAPSHOT.jar [2023-09-08T19:49:39.573Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/tukaani/org.tukaani.xz_1.9.0/target/org.tukaani.xz-1.9.0-SNAPSHOT-sources.jar [2023-09-08T19:49:41.479Z] [INFO] [2023-09-08T19:49:41.479Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.tukaani.xz --- [2023-09-08T19:49:41.479Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.tukaani.xz:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/tukaani/org.tukaani.xz_1.9.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:49:41.479Z] no-classifier: different [2023-09-08T19:49:41.479Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:49:41.479Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:49:41.479Z] classifier-sources: different [2023-09-08T19:49:41.479Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:49:41.479Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:49:41.479Z] [2023-09-08T19:49:41.479Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.tukaani.xz:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/tukaani/org.tukaani.xz_1.9.0/pom.xml [2023-09-08T19:49:41.479Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:49:41.479Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:49:41.479Z] [2023-09-08T19:49:41.479Z] [INFO] [2023-09-08T19:49:41.479Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.tukaani.xz --- [2023-09-08T19:49:41.479Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/tukaani/org.tukaani.xz_1.9.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.tukaani.xz/1.9.0-SNAPSHOT/org.tukaani.xz-1.9.0-SNAPSHOT.pom [2023-09-08T19:49:41.479Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/tukaani/org.tukaani.xz_1.9.0/target/org.tukaani.xz-1.9.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.tukaani.xz/1.9.0-SNAPSHOT/org.tukaani.xz-1.9.0-SNAPSHOT.jar [2023-09-08T19:49:41.479Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/tukaani/org.tukaani.xz_1.9.0/target/org.tukaani.xz-1.9.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.tukaani.xz/1.9.0-SNAPSHOT/org.tukaani.xz-1.9.0-SNAPSHOT-sources.jar [2023-09-08T19:49:41.479Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/tukaani/org.tukaani.xz_1.9.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.tukaani.xz/1.9.0-SNAPSHOT/org.tukaani.xz-1.9.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:49:41.479Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/tukaani/org.tukaani.xz_1.9.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.tukaani.xz/1.9.0-SNAPSHOT/org.tukaani.xz-1.9.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:49:41.479Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/tukaani/org.tukaani.xz_1.9.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.tukaani.xz/1.9.0-SNAPSHOT/org.tukaani.xz-1.9.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:49:41.479Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/tukaani/org.tukaani.xz_1.9.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.tukaani.xz/1.9.0-SNAPSHOT/org.tukaani.xz-1.9.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:49:41.479Z] [INFO] [2023-09-08T19:49:41.479Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.tukaani.xz --- [2023-09-08T19:49:41.479Z] [INFO] [2023-09-08T19:49:41.479Z] [INFO] ----------------< org.eclipse.orbit.bundles:uom-parent >---------------- [2023-09-08T19:49:41.479Z] [INFO] Building Eclipse Orbit :: Units Of Measurement Recipes 1.0.0-SNAPSHOT [369/375] [2023-09-08T19:49:41.479Z] [INFO] --------------------------------[ pom ]--------------------------------- [2023-09-08T19:49:41.479Z] [INFO] [2023-09-08T19:49:41.479Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ uom-parent --- [2023-09-08T19:49:41.479Z] [INFO] [2023-09-08T19:49:41.479Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ uom-parent --- [2023-09-08T19:49:41.479Z] [INFO] [2023-09-08T19:49:41.479Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ uom-parent --- [2023-09-08T19:49:41.479Z] [INFO] [2023-09-08T19:49:41.479Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ uom-parent --- [2023-09-08T19:49:41.479Z] [INFO] [2023-09-08T19:49:41.479Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ uom-parent --- [2023-09-08T19:49:41.479Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/uom/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/uom-parent/1.0.0-SNAPSHOT/uom-parent-1.0.0-SNAPSHOT.pom [2023-09-08T19:49:41.479Z] [INFO] [2023-09-08T19:49:41.479Z] [INFO] ----------< org.eclipse.orbit.bundles:javax.measure.unit-api >---------- [2023-09-08T19:49:41.479Z] [INFO] Building Units of Measurement API 1.0.0-SNAPSHOT [370/375] [2023-09-08T19:49:41.479Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:49:41.479Z] [INFO] [2023-09-08T19:49:41.479Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ javax.measure.unit-api --- [2023-09-08T19:49:41.479Z] [INFO] [2023-09-08T19:49:41.479Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ javax.measure.unit-api --- [2023-09-08T19:49:41.479Z] [INFO] The project's OSGi version is 1.0.0.v20170818-1538 [2023-09-08T19:49:41.479Z] [INFO] [2023-09-08T19:49:41.479Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ javax.measure.unit-api --- [2023-09-08T19:49:41.479Z] [INFO] [2023-09-08T19:49:41.479Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ javax.measure.unit-api --- [2023-09-08T19:49:41.479Z] [INFO] Copying 3 resources [2023-09-08T19:49:41.480Z] [INFO] [2023-09-08T19:49:41.480Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ javax.measure.unit-api --- [2023-09-08T19:49:41.480Z] [INFO] No sources to compile [2023-09-08T19:49:41.480Z] [INFO] [2023-09-08T19:49:41.480Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ javax.measure.unit-api --- [2023-09-08T19:49:41.480Z] [INFO] Gathering dependencies [2023-09-08T19:49:41.480Z] [INFO] Configured Artifact: javax.measure:unit-api:1.0:jar [2023-09-08T19:49:41.480Z] [INFO] Unpacking /home/vnc/.m2/repository/javax/measure/unit-api/1.0/unit-api-1.0.jar to /home/jenkins/agent/workspace/orbit-recipes/uom/javax.measure.unit-api_1.0.0/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:49:41.480Z] [INFO] Merging collected dependencies [2023-09-08T19:49:41.480Z] [INFO] Copying 49 resources [2023-09-08T19:49:41.480Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:49:41.480Z] [WARNING] Manifest org.eclipse.orbit.bundles:javax.measure.unit-api:eclipse-bundle-recipe:1.0.0-SNAPSHOT : Unused Export-Package instructions: [*.internal.*, *.implementation.*, *.impl.*] [2023-09-08T19:49:41.480Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/uom/javax.measure.unit-api_1.0.0/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:49:41.480Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/uom/javax.measure.unit-api_1.0.0/target/javax.measure.unit-api-1.0.0-SNAPSHOT.jar [2023-09-08T19:49:41.735Z] [INFO] Gathering sources [2023-09-08T19:49:41.735Z] [INFO] Configured Artifact: javax.measure:unit-api:sources:1.0:jar [2023-09-08T19:49:41.735Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/javax/measure/unit-api/1.0/unit-api-1.0-sources.jar [2023-09-08T19:49:41.735Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/javax/measure/unit-api/1.0/unit-api-1.0-sources.jar [2023-09-08T19:49:41.735Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/javax/measure/unit-api/1.0/unit-api-1.0-sources.jar (84 kB at 2.3 MB/s) [2023-09-08T19:49:41.735Z] [INFO] Unpacking /home/vnc/.m2/repository/javax/measure/unit-api/1.0/unit-api-1.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/uom/javax.measure.unit-api_1.0.0/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:49:41.735Z] [INFO] Copying 3 resources [2023-09-08T19:49:41.735Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/uom/javax.measure.unit-api_1.0.0/src/main/java [2023-09-08T19:49:41.735Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/uom/javax.measure.unit-api_1.0.0/target/javax.measure.unit-api-1.0.0-SNAPSHOT-sources.jar [2023-09-08T19:49:41.735Z] [INFO] Assembling p2 repository [2023-09-08T19:49:42.297Z] [INFO] [2023-09-08T19:49:42.297Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ javax.measure.unit-api --- [2023-09-08T19:49:42.297Z] [INFO] [2023-09-08T19:49:42.297Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ javax.measure.unit-api --- [2023-09-08T19:49:42.297Z] [INFO] Gathering sources archives [2023-09-08T19:49:42.297Z] [INFO] Configured Artifact: javax.measure:unit-api:sources:1.0:jar [2023-09-08T19:49:42.297Z] [INFO] Unpacking /home/vnc/.m2/repository/javax/measure/unit-api/1.0/unit-api-1.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/uom/javax.measure.unit-api_1.0.0/target/sources-for-eclipse-ipzilla/unit-api-1.0-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:49:42.297Z] [INFO] Configured Artifact: javax.measure:unit-api:sources:1.0:jar [2023-09-08T19:49:42.297Z] [INFO] Copying unit-api-1.0-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/uom/javax.measure.unit-api_1.0.0/target/sources-for-eclipse-ipzilla/unit-api-1.0-sources.jar [2023-09-08T19:49:42.297Z] [INFO] Refreshing about files and about.html [2023-09-08T19:49:42.297Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/uom/javax.measure.unit-api_1.0.0/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:49:42.297Z] [INFO] [2023-09-08T19:49:42.297Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ javax.measure.unit-api --- [2023-09-08T19:49:42.297Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/uom/javax.measure.unit-api_1.0.0/target/javax.measure.unit-api-1.0.0-SNAPSHOT.jar [2023-09-08T19:49:44.199Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/uom/javax.measure.unit-api_1.0.0/target/javax.measure.unit-api-1.0.0-SNAPSHOT-sources.jar [2023-09-08T19:49:45.567Z] [INFO] [2023-09-08T19:49:45.567Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ javax.measure.unit-api --- [2023-09-08T19:49:45.567Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:javax.measure.unit-api:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/uom/javax.measure.unit-api_1.0.0/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:49:45.567Z] no-classifier: different [2023-09-08T19:49:45.567Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:49:45.567Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:49:45.567Z] META-INF/MANIFEST.MF: different [2023-09-08T19:49:45.567Z] Automatic-Module-Name: not present in baseline version [2023-09-08T19:49:45.567Z] classifier-sources: different [2023-09-08T19:49:45.567Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:49:45.567Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:49:45.567Z] [2023-09-08T19:49:45.567Z] [INFO] MavenProject: org.eclipse.orbit.bundles:javax.measure.unit-api:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/uom/javax.measure.unit-api_1.0.0/pom.xml [2023-09-08T19:49:45.567Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:49:45.567Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:49:45.567Z] [2023-09-08T19:49:45.567Z] [INFO] [2023-09-08T19:49:45.567Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ javax.measure.unit-api --- [2023-09-08T19:49:45.567Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/uom/javax.measure.unit-api_1.0.0/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/javax.measure.unit-api/1.0.0-SNAPSHOT/javax.measure.unit-api-1.0.0-SNAPSHOT.pom [2023-09-08T19:49:45.567Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/uom/javax.measure.unit-api_1.0.0/target/javax.measure.unit-api-1.0.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/javax.measure.unit-api/1.0.0-SNAPSHOT/javax.measure.unit-api-1.0.0-SNAPSHOT.jar [2023-09-08T19:49:45.567Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/uom/javax.measure.unit-api_1.0.0/target/javax.measure.unit-api-1.0.0-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/javax.measure.unit-api/1.0.0-SNAPSHOT/javax.measure.unit-api-1.0.0-SNAPSHOT-sources.jar [2023-09-08T19:49:45.567Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/uom/javax.measure.unit-api_1.0.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/javax.measure.unit-api/1.0.0-SNAPSHOT/javax.measure.unit-api-1.0.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:49:45.567Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/uom/javax.measure.unit-api_1.0.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/javax.measure.unit-api/1.0.0-SNAPSHOT/javax.measure.unit-api-1.0.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:49:45.567Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/uom/javax.measure.unit-api_1.0.0/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/javax.measure.unit-api/1.0.0-SNAPSHOT/javax.measure.unit-api-1.0.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:49:45.567Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/uom/javax.measure.unit-api_1.0.0/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/javax.measure.unit-api/1.0.0-SNAPSHOT/javax.measure.unit-api-1.0.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:49:45.567Z] [INFO] [2023-09-08T19:49:45.567Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ javax.measure.unit-api --- [2023-09-08T19:49:45.567Z] [INFO] [2023-09-08T19:49:45.567Z] [INFO] -------------------< org.eclipse.orbit.bundles:xml >-------------------- [2023-09-08T19:49:45.567Z] [INFO] Building Eclipse Orbit :: XML API Recipes 1.0.0-SNAPSHOT [371/375] [2023-09-08T19:49:45.567Z] [INFO] --------------------------------[ pom ]--------------------------------- [2023-09-08T19:49:45.567Z] [INFO] [2023-09-08T19:49:45.567Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ xml --- [2023-09-08T19:49:45.567Z] [INFO] [2023-09-08T19:49:45.567Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ xml --- [2023-09-08T19:49:45.567Z] [INFO] [2023-09-08T19:49:45.567Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ xml --- [2023-09-08T19:49:45.567Z] [INFO] [2023-09-08T19:49:45.567Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ xml --- [2023-09-08T19:49:45.567Z] [INFO] [2023-09-08T19:49:45.567Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ xml --- [2023-09-08T19:49:45.567Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/xml/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/xml/1.0.0-SNAPSHOT/xml-1.0.0-SNAPSHOT.pom [2023-09-08T19:49:45.567Z] [INFO] [2023-09-08T19:49:45.567Z] [INFO] ----------------< org.eclipse.orbit.bundles:org.dom4j >----------------- [2023-09-08T19:49:45.567Z] [INFO] Building DOM4J 1.6.1-SNAPSHOT [372/375] [2023-09-08T19:49:45.567Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:49:45.567Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/dom4j/dom4j/1.6.1/dom4j-1.6.1.pom [2023-09-08T19:49:45.567Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/dom4j/dom4j/1.6.1/dom4j-1.6.1.pom [2023-09-08T19:49:45.567Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/dom4j/dom4j/1.6.1/dom4j-1.6.1.pom (6.8 kB at 564 kB/s) [2023-09-08T19:49:45.567Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar [2023-09-08T19:49:45.567Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar [2023-09-08T19:49:45.567Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar (314 kB at 22 MB/s) [2023-09-08T19:49:45.567Z] [INFO] [2023-09-08T19:49:45.567Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.dom4j --- [2023-09-08T19:49:45.567Z] [INFO] [2023-09-08T19:49:45.567Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.dom4j --- [2023-09-08T19:49:45.567Z] [INFO] The project's OSGi version is 1.6.1.v20221112-0806 [2023-09-08T19:49:45.567Z] [INFO] [2023-09-08T19:49:45.567Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.dom4j --- [2023-09-08T19:49:45.567Z] [INFO] [2023-09-08T19:49:45.567Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.dom4j --- [2023-09-08T19:49:45.567Z] [INFO] Copying 3 resources [2023-09-08T19:49:45.567Z] [INFO] [2023-09-08T19:49:45.567Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.dom4j --- [2023-09-08T19:49:45.567Z] [INFO] No sources to compile [2023-09-08T19:49:45.567Z] [INFO] [2023-09-08T19:49:45.567Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.dom4j --- [2023-09-08T19:49:45.567Z] [INFO] Gathering dependencies [2023-09-08T19:49:45.567Z] [INFO] Configured Artifact: dom4j:dom4j:1.6.1:jar [2023-09-08T19:49:45.568Z] [INFO] Unpacking /home/vnc/.m2/repository/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar to /home/jenkins/agent/workspace/orbit-recipes/xml/org.dom4j_1.6.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*,META-INF/LICENSE.txt" [2023-09-08T19:49:45.824Z] [INFO] Merging collected dependencies [2023-09-08T19:49:45.824Z] [INFO] Copying 191 resources [2023-09-08T19:49:45.824Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:49:45.824Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.dom4j:eclipse-bundle-recipe:1.6.1-SNAPSHOT : Unused Export-Package instructions: [*.internal*] [2023-09-08T19:49:45.824Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/xml/org.dom4j_1.6.1/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:49:45.824Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/xml/org.dom4j_1.6.1/target/org.dom4j-1.6.1-SNAPSHOT.jar [2023-09-08T19:49:45.824Z] [INFO] Gathering sources [2023-09-08T19:49:45.824Z] [INFO] Configured Artifact: dom4j:dom4j:sources:1.6.1:jar [2023-09-08T19:49:45.824Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/dom4j/dom4j/1.6.1/dom4j-1.6.1-sources.jar [2023-09-08T19:49:45.824Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/dom4j/dom4j/1.6.1/dom4j-1.6.1-sources.jar [2023-09-08T19:49:45.824Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/dom4j/dom4j/1.6.1/dom4j-1.6.1-sources.jar (432 kB at 23 MB/s) [2023-09-08T19:49:45.824Z] [INFO] Unpacking /home/vnc/.m2/repository/dom4j/dom4j/1.6.1/dom4j-1.6.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/xml/org.dom4j_1.6.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*,META-INF/LICENSE.txt" [2023-09-08T19:49:45.824Z] [INFO] Copying 3 resources [2023-09-08T19:49:45.824Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/xml/org.dom4j_1.6.1/src/main/java [2023-09-08T19:49:45.824Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/xml/org.dom4j_1.6.1/target/org.dom4j-1.6.1-SNAPSHOT-sources.jar [2023-09-08T19:49:45.824Z] [INFO] Assembling p2 repository [2023-09-08T19:49:46.387Z] [INFO] [2023-09-08T19:49:46.387Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.dom4j --- [2023-09-08T19:49:46.387Z] [INFO] [2023-09-08T19:49:46.387Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.dom4j --- [2023-09-08T19:49:46.387Z] [INFO] Gathering sources archives [2023-09-08T19:49:46.387Z] [INFO] Configured Artifact: dom4j:dom4j:sources:1.6.1:jar [2023-09-08T19:49:46.387Z] [INFO] Unpacking /home/vnc/.m2/repository/dom4j/dom4j/1.6.1/dom4j-1.6.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/xml/org.dom4j_1.6.1/target/sources-for-eclipse-ipzilla/dom4j-1.6.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*,META-INF/LICENSE.txt" [2023-09-08T19:49:46.387Z] [INFO] Configured Artifact: dom4j:dom4j:sources:1.6.1:jar [2023-09-08T19:49:46.387Z] [INFO] Copying dom4j-1.6.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/xml/org.dom4j_1.6.1/target/sources-for-eclipse-ipzilla/dom4j-1.6.1-sources.jar [2023-09-08T19:49:46.387Z] [INFO] Refreshing about files and about.html [2023-09-08T19:49:46.387Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/xml/org.dom4j_1.6.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:49:46.387Z] [INFO] [2023-09-08T19:49:46.387Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.dom4j --- [2023-09-08T19:49:46.644Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/xml/org.dom4j_1.6.1/target/org.dom4j-1.6.1-SNAPSHOT.jar [2023-09-08T19:49:49.169Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/xml/org.dom4j_1.6.1/target/org.dom4j-1.6.1-SNAPSHOT-sources.jar [2023-09-08T19:49:50.098Z] [INFO] [2023-09-08T19:49:50.098Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.dom4j --- [2023-09-08T19:49:50.354Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.dom4j:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/xml/org.dom4j_1.6.1/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:49:50.354Z] no-classifier: different [2023-09-08T19:49:50.354Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:49:50.354Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:49:50.354Z] classifier-sources: different [2023-09-08T19:49:50.354Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:49:50.354Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:49:50.354Z] [2023-09-08T19:49:50.354Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.dom4j:1.6.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/xml/org.dom4j_1.6.1/pom.xml [2023-09-08T19:49:50.354Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:49:50.354Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:49:50.354Z] [2023-09-08T19:49:50.354Z] [INFO] [2023-09-08T19:49:50.354Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.dom4j --- [2023-09-08T19:49:50.354Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/xml/org.dom4j_1.6.1/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.dom4j/1.6.1-SNAPSHOT/org.dom4j-1.6.1-SNAPSHOT.pom [2023-09-08T19:49:50.354Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/xml/org.dom4j_1.6.1/target/org.dom4j-1.6.1-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.dom4j/1.6.1-SNAPSHOT/org.dom4j-1.6.1-SNAPSHOT.jar [2023-09-08T19:49:50.354Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/xml/org.dom4j_1.6.1/target/org.dom4j-1.6.1-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.dom4j/1.6.1-SNAPSHOT/org.dom4j-1.6.1-SNAPSHOT-sources.jar [2023-09-08T19:49:50.354Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/xml/org.dom4j_1.6.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.dom4j/1.6.1-SNAPSHOT/org.dom4j-1.6.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:49:50.354Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/xml/org.dom4j_1.6.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.dom4j/1.6.1-SNAPSHOT/org.dom4j-1.6.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:49:50.354Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/xml/org.dom4j_1.6.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.dom4j/1.6.1-SNAPSHOT/org.dom4j-1.6.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:49:50.354Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/xml/org.dom4j_1.6.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.dom4j/1.6.1-SNAPSHOT/org.dom4j-1.6.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:49:50.354Z] [INFO] [2023-09-08T19:49:50.354Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.dom4j --- [2023-09-08T19:49:50.354Z] [INFO] [2023-09-08T19:49:50.354Z] [INFO] ----------------< org.eclipse.orbit.bundles:org.dom4j >----------------- [2023-09-08T19:49:50.354Z] [INFO] Building DOM4J 2.1.1-SNAPSHOT [373/375] [2023-09-08T19:49:50.354Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:49:50.354Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/dom4j/dom4j/2.1.1/dom4j-2.1.1.pom [2023-09-08T19:49:50.354Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/dom4j/dom4j/2.1.1/dom4j-2.1.1.pom [2023-09-08T19:49:50.354Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/dom4j/dom4j/2.1.1/dom4j-2.1.1.pom (2.4 kB at 200 kB/s) [2023-09-08T19:49:50.354Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/dom4j/dom4j/2.1.1/dom4j-2.1.1.jar [2023-09-08T19:49:50.354Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/dom4j/dom4j/2.1.1/dom4j-2.1.1.jar [2023-09-08T19:49:50.354Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/dom4j/dom4j/2.1.1/dom4j-2.1.1.jar (324 kB at 20 MB/s) [2023-09-08T19:49:50.354Z] [INFO] [2023-09-08T19:49:50.354Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.dom4j --- [2023-09-08T19:49:50.354Z] [INFO] [2023-09-08T19:49:50.354Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.dom4j --- [2023-09-08T19:49:50.354Z] [INFO] The project's OSGi version is 2.1.1.v20221112-0806 [2023-09-08T19:49:50.354Z] [INFO] [2023-09-08T19:49:50.354Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.dom4j --- [2023-09-08T19:49:50.354Z] [INFO] [2023-09-08T19:49:50.354Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.dom4j --- [2023-09-08T19:49:50.354Z] [INFO] Copying 3 resources [2023-09-08T19:49:50.354Z] [INFO] [2023-09-08T19:49:50.355Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.dom4j --- [2023-09-08T19:49:50.355Z] [INFO] No sources to compile [2023-09-08T19:49:50.355Z] [INFO] [2023-09-08T19:49:50.355Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.dom4j --- [2023-09-08T19:49:50.355Z] [INFO] Gathering dependencies [2023-09-08T19:49:50.355Z] [INFO] Configured Artifact: org.dom4j:dom4j:2.1.1:jar [2023-09-08T19:49:50.355Z] [INFO] Unpacking /home/vnc/.m2/repository/org/dom4j/dom4j/2.1.1/dom4j-2.1.1.jar to /home/jenkins/agent/workspace/orbit-recipes/xml/org.dom4j_2.1.1/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*,META-INF/LICENSE.txt" [2023-09-08T19:49:50.355Z] [INFO] Merging collected dependencies [2023-09-08T19:49:50.355Z] [INFO] Copying 185 resources [2023-09-08T19:49:50.355Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:49:50.355Z] [WARNING] Manifest org.eclipse.orbit.bundles:org.dom4j:eclipse-bundle-recipe:2.1.1-SNAPSHOT : Unused Export-Package instructions: [*.internal*] [2023-09-08T19:49:50.355Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/xml/org.dom4j_2.1.1/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:49:50.355Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/xml/org.dom4j_2.1.1/target/org.dom4j-2.1.1-SNAPSHOT.jar [2023-09-08T19:49:50.355Z] [INFO] Gathering sources [2023-09-08T19:49:50.355Z] [INFO] Configured Artifact: org.dom4j:dom4j:sources:2.1.1:jar [2023-09-08T19:49:50.355Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/dom4j/dom4j/2.1.1/dom4j-2.1.1-sources.jar [2023-09-08T19:49:50.355Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/dom4j/dom4j/2.1.1/dom4j-2.1.1-sources.jar [2023-09-08T19:49:50.614Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/dom4j/dom4j/2.1.1/dom4j-2.1.1-sources.jar (427 kB at 25 MB/s) [2023-09-08T19:49:50.614Z] [INFO] Unpacking /home/vnc/.m2/repository/org/dom4j/dom4j/2.1.1/dom4j-2.1.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/xml/org.dom4j_2.1.1/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*,META-INF/LICENSE.txt" [2023-09-08T19:49:50.614Z] [INFO] Copying 3 resources [2023-09-08T19:49:50.614Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/xml/org.dom4j_2.1.1/src/main/java [2023-09-08T19:49:50.614Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/xml/org.dom4j_2.1.1/target/org.dom4j-2.1.1-SNAPSHOT-sources.jar [2023-09-08T19:49:50.614Z] [INFO] Assembling p2 repository [2023-09-08T19:49:51.176Z] [INFO] [2023-09-08T19:49:51.176Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.dom4j --- [2023-09-08T19:49:51.176Z] [INFO] [2023-09-08T19:49:51.176Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.dom4j --- [2023-09-08T19:49:51.176Z] [INFO] Gathering sources archives [2023-09-08T19:49:51.176Z] [INFO] Configured Artifact: org.dom4j:dom4j:sources:2.1.1:jar [2023-09-08T19:49:51.176Z] [INFO] Unpacking /home/vnc/.m2/repository/org/dom4j/dom4j/2.1.1/dom4j-2.1.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/xml/org.dom4j_2.1.1/target/sources-for-eclipse-ipzilla/dom4j-2.1.1-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*,META-INF/LICENSE.txt" [2023-09-08T19:49:51.176Z] [INFO] Configured Artifact: org.dom4j:dom4j:sources:2.1.1:jar [2023-09-08T19:49:51.176Z] [INFO] Copying dom4j-2.1.1-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/xml/org.dom4j_2.1.1/target/sources-for-eclipse-ipzilla/dom4j-2.1.1-sources.jar [2023-09-08T19:49:51.176Z] [INFO] Refreshing about files and about.html [2023-09-08T19:49:51.176Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/xml/org.dom4j_2.1.1/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:49:51.176Z] [INFO] [2023-09-08T19:49:51.176Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.dom4j --- [2023-09-08T19:49:51.432Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/xml/org.dom4j_2.1.1/target/org.dom4j-2.1.1-SNAPSHOT.jar [2023-09-08T19:49:52.799Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/xml/org.dom4j_2.1.1/target/org.dom4j-2.1.1-SNAPSHOT-sources.jar [2023-09-08T19:49:53.728Z] [INFO] [2023-09-08T19:49:53.728Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.dom4j --- [2023-09-08T19:49:53.984Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.dom4j:2.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/xml/org.dom4j_2.1.1/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:49:53.984Z] no-classifier: different [2023-09-08T19:49:53.984Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:49:53.984Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:49:53.984Z] classifier-sources: different [2023-09-08T19:49:53.984Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:49:53.984Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:49:53.984Z] [2023-09-08T19:49:53.984Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.dom4j:2.1.1-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/xml/org.dom4j_2.1.1/pom.xml [2023-09-08T19:49:53.984Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:49:53.984Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:49:53.984Z] [2023-09-08T19:49:53.984Z] [INFO] [2023-09-08T19:49:53.984Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.dom4j --- [2023-09-08T19:49:53.984Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/xml/org.dom4j_2.1.1/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.dom4j/2.1.1-SNAPSHOT/org.dom4j-2.1.1-SNAPSHOT.pom [2023-09-08T19:49:53.984Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/xml/org.dom4j_2.1.1/target/org.dom4j-2.1.1-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.dom4j/2.1.1-SNAPSHOT/org.dom4j-2.1.1-SNAPSHOT.jar [2023-09-08T19:49:53.984Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/xml/org.dom4j_2.1.1/target/org.dom4j-2.1.1-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.dom4j/2.1.1-SNAPSHOT/org.dom4j-2.1.1-SNAPSHOT-sources.jar [2023-09-08T19:49:53.984Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/xml/org.dom4j_2.1.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.dom4j/2.1.1-SNAPSHOT/org.dom4j-2.1.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:49:53.984Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/xml/org.dom4j_2.1.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.dom4j/2.1.1-SNAPSHOT/org.dom4j-2.1.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:49:53.984Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/xml/org.dom4j_2.1.1/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.dom4j/2.1.1-SNAPSHOT/org.dom4j-2.1.1-SNAPSHOT-p2metadata.xml [2023-09-08T19:49:53.984Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/xml/org.dom4j_2.1.1/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.dom4j/2.1.1-SNAPSHOT/org.dom4j-2.1.1-SNAPSHOT-p2artifacts.xml [2023-09-08T19:49:53.984Z] [INFO] [2023-09-08T19:49:53.984Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.dom4j --- [2023-09-08T19:49:53.984Z] [INFO] [2023-09-08T19:49:53.984Z] [INFO] ----------------< org.eclipse.orbit.bundles:org.jaxen >----------------- [2023-09-08T19:49:53.984Z] [INFO] Building jaxen 1.1.6-SNAPSHOT [374/375] [2023-09-08T19:49:53.984Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:49:53.984Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/jaxen/jaxen/1.1.6/jaxen-1.1.6.pom [2023-09-08T19:49:53.984Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/jaxen/jaxen/1.1.6/jaxen-1.1.6.pom [2023-09-08T19:49:53.984Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/jaxen/jaxen/1.1.6/jaxen-1.1.6.pom (14 kB at 1.1 MB/s) [2023-09-08T19:49:53.984Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/jaxen/jaxen/1.1.6/jaxen-1.1.6.jar [2023-09-08T19:49:53.984Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/jaxen/jaxen/1.1.6/jaxen-1.1.6.jar [2023-09-08T19:49:53.984Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/jaxen/jaxen/1.1.6/jaxen-1.1.6.jar (232 kB at 15 MB/s) [2023-09-08T19:49:53.984Z] [INFO] [2023-09-08T19:49:53.984Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.jaxen --- [2023-09-08T19:49:53.984Z] [INFO] [2023-09-08T19:49:53.984Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.jaxen --- [2023-09-08T19:49:53.984Z] [INFO] The project's OSGi version is 1.1.6.v20221112-0806 [2023-09-08T19:49:53.984Z] [INFO] [2023-09-08T19:49:53.985Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.jaxen --- [2023-09-08T19:49:53.985Z] [INFO] [2023-09-08T19:49:53.985Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.jaxen --- [2023-09-08T19:49:53.985Z] [INFO] Copying 3 resources [2023-09-08T19:49:53.985Z] [INFO] [2023-09-08T19:49:53.985Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.jaxen --- [2023-09-08T19:49:53.985Z] [INFO] No sources to compile [2023-09-08T19:49:53.985Z] [INFO] [2023-09-08T19:49:53.985Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.jaxen --- [2023-09-08T19:49:53.985Z] [INFO] Gathering dependencies [2023-09-08T19:49:53.985Z] [INFO] Configured Artifact: jaxen:jaxen:1.1.6:jar [2023-09-08T19:49:53.985Z] [INFO] Unpacking /home/vnc/.m2/repository/jaxen/jaxen/1.1.6/jaxen-1.1.6.jar to /home/jenkins/agent/workspace/orbit-recipes/xml/org.jaxen_1.1.6/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:49:53.985Z] [INFO] Merging collected dependencies [2023-09-08T19:49:53.985Z] [INFO] Copying 216 resources [2023-09-08T19:49:53.985Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:49:53.985Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/xml/org.jaxen_1.1.6/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:49:53.985Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/xml/org.jaxen_1.1.6/target/org.jaxen-1.1.6-SNAPSHOT.jar [2023-09-08T19:49:54.547Z] [INFO] Gathering sources [2023-09-08T19:49:54.547Z] [INFO] Configured Artifact: jaxen:jaxen:sources:1.1.6:jar [2023-09-08T19:49:54.547Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/jaxen/jaxen/1.1.6/jaxen-1.1.6-sources.jar [2023-09-08T19:49:54.547Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/jaxen/jaxen/1.1.6/jaxen-1.1.6-sources.jar [2023-09-08T19:49:54.547Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/jaxen/jaxen/1.1.6/jaxen-1.1.6-sources.jar (410 kB at 12 MB/s) [2023-09-08T19:49:54.547Z] [INFO] Unpacking /home/vnc/.m2/repository/jaxen/jaxen/1.1.6/jaxen-1.1.6-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/xml/org.jaxen_1.1.6/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:49:54.547Z] [INFO] Copying 3 resources [2023-09-08T19:49:54.547Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/xml/org.jaxen_1.1.6/src/main/java [2023-09-08T19:49:54.547Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/xml/org.jaxen_1.1.6/target/org.jaxen-1.1.6-SNAPSHOT-sources.jar [2023-09-08T19:49:54.547Z] [INFO] Assembling p2 repository [2023-09-08T19:49:55.112Z] [INFO] [2023-09-08T19:49:55.112Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.jaxen --- [2023-09-08T19:49:55.112Z] [INFO] [2023-09-08T19:49:55.112Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.jaxen --- [2023-09-08T19:49:55.112Z] [INFO] Gathering sources archives [2023-09-08T19:49:55.112Z] [INFO] Configured Artifact: jaxen:jaxen:sources:1.1.6:jar [2023-09-08T19:49:55.112Z] [INFO] Unpacking /home/vnc/.m2/repository/jaxen/jaxen/1.1.6/jaxen-1.1.6-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/xml/org.jaxen_1.1.6/target/sources-for-eclipse-ipzilla/jaxen-1.1.6-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:49:55.112Z] [INFO] Configured Artifact: jaxen:jaxen:sources:1.1.6:jar [2023-09-08T19:49:55.112Z] [INFO] Copying jaxen-1.1.6-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/xml/org.jaxen_1.1.6/target/sources-for-eclipse-ipzilla/jaxen-1.1.6-sources.jar [2023-09-08T19:49:55.112Z] [INFO] Refreshing about files and about.html [2023-09-08T19:49:55.112Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/xml/org.jaxen_1.1.6/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:49:55.112Z] [INFO] [2023-09-08T19:49:55.112Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.jaxen --- [2023-09-08T19:49:55.112Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/xml/org.jaxen_1.1.6/target/org.jaxen-1.1.6-SNAPSHOT.jar [2023-09-08T19:49:56.481Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/xml/org.jaxen_1.1.6/target/org.jaxen-1.1.6-SNAPSHOT-sources.jar [2023-09-08T19:49:57.410Z] [INFO] [2023-09-08T19:49:57.410Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.jaxen --- [2023-09-08T19:49:57.667Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.jaxen:1.1.6-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/xml/org.jaxen_1.1.6/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:49:57.667Z] no-classifier: different [2023-09-08T19:49:57.667Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:49:57.667Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:49:57.667Z] classifier-sources: different [2023-09-08T19:49:57.667Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:49:57.667Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:49:57.667Z] [2023-09-08T19:49:57.667Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.jaxen:1.1.6-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/xml/org.jaxen_1.1.6/pom.xml [2023-09-08T19:49:57.667Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:49:57.667Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:49:57.667Z] [2023-09-08T19:49:57.667Z] [INFO] [2023-09-08T19:49:57.667Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.jaxen --- [2023-09-08T19:49:57.667Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/xml/org.jaxen_1.1.6/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.jaxen/1.1.6-SNAPSHOT/org.jaxen-1.1.6-SNAPSHOT.pom [2023-09-08T19:49:57.667Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/xml/org.jaxen_1.1.6/target/org.jaxen-1.1.6-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.jaxen/1.1.6-SNAPSHOT/org.jaxen-1.1.6-SNAPSHOT.jar [2023-09-08T19:49:57.667Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/xml/org.jaxen_1.1.6/target/org.jaxen-1.1.6-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.jaxen/1.1.6-SNAPSHOT/org.jaxen-1.1.6-SNAPSHOT-sources.jar [2023-09-08T19:49:57.667Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/xml/org.jaxen_1.1.6/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.jaxen/1.1.6-SNAPSHOT/org.jaxen-1.1.6-SNAPSHOT-p2metadata.xml [2023-09-08T19:49:57.667Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/xml/org.jaxen_1.1.6/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.jaxen/1.1.6-SNAPSHOT/org.jaxen-1.1.6-SNAPSHOT-p2artifacts.xml [2023-09-08T19:49:57.667Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/xml/org.jaxen_1.1.6/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.jaxen/1.1.6-SNAPSHOT/org.jaxen-1.1.6-SNAPSHOT-p2metadata.xml [2023-09-08T19:49:57.667Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/xml/org.jaxen_1.1.6/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.jaxen/1.1.6-SNAPSHOT/org.jaxen-1.1.6-SNAPSHOT-p2artifacts.xml [2023-09-08T19:49:57.667Z] [INFO] [2023-09-08T19:49:57.667Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.jaxen --- [2023-09-08T19:49:57.667Z] [INFO] [2023-09-08T19:49:57.667Z] [INFO] ----------------< org.eclipse.orbit.bundles:org.jdom2 >----------------- [2023-09-08T19:49:57.667Z] [INFO] Building JDOM 2.0.6-SNAPSHOT [375/375] [2023-09-08T19:49:57.667Z] [INFO] -----------------------[ eclipse-bundle-recipe ]------------------------ [2023-09-08T19:49:57.667Z] [INFO] [2023-09-08T19:49:57.667Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.jdom2 --- [2023-09-08T19:49:57.667Z] [INFO] [2023-09-08T19:49:57.667Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.jdom2 --- [2023-09-08T19:49:57.667Z] [INFO] The project's OSGi version is 2.0.6.v20221112-0806 [2023-09-08T19:49:57.667Z] [INFO] [2023-09-08T19:49:57.667Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.jdom2 --- [2023-09-08T19:49:57.667Z] [INFO] [2023-09-08T19:49:57.667Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ org.jdom2 --- [2023-09-08T19:49:57.667Z] [INFO] Copying 3 resources [2023-09-08T19:49:57.667Z] [INFO] [2023-09-08T19:49:57.667Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ org.jdom2 --- [2023-09-08T19:49:57.667Z] [INFO] Changes detected - recompiling the module! [2023-09-08T19:49:57.667Z] [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/orbit-recipes/xml/org.jdom2_2.0.6/target/classes [2023-09-08T19:49:57.923Z] [INFO] [2023-09-08T19:49:57.924Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:bundle (default-bundle) @ org.jdom2 --- [2023-09-08T19:49:57.924Z] [INFO] Gathering dependencies [2023-09-08T19:49:57.924Z] [INFO] Configured Artifact: org.jdom:jdom2:2.0.6:jar [2023-09-08T19:49:57.924Z] [INFO] Unpacking /home/vnc/.m2/repository/org/jdom/jdom2/2.0.6/jdom2-2.0.6.jar to /home/jenkins/agent/workspace/orbit-recipes/xml/org.jdom2_2.0.6/target/dependency-bin with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:49:57.924Z] [INFO] Merging collected dependencies [2023-09-08T19:49:57.924Z] [INFO] Copying 198 resources [2023-09-08T19:49:58.179Z] [INFO] Generating OSGi MANIFEST.MF [2023-09-08T19:49:58.179Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/orbit-recipes/xml/org.jdom2_2.0.6/target/classes/META-INF/MANIFEST.MF [2023-09-08T19:49:58.179Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/xml/org.jdom2_2.0.6/target/org.jdom2-2.0.6-SNAPSHOT.jar [2023-09-08T19:49:58.179Z] [INFO] Gathering sources [2023-09-08T19:49:58.179Z] [INFO] Configured Artifact: org.jdom:jdom2:sources:2.0.6:jar [2023-09-08T19:49:58.179Z] [INFO] Downloading from orbit-approved-artifacts: https://repo.eclipse.org/content/repositories/orbit-approved-artifacts/org/jdom/jdom2/2.0.6/jdom2-2.0.6-sources.jar [2023-09-08T19:49:58.179Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/jdom/jdom2/2.0.6/jdom2-2.0.6-sources.jar [2023-09-08T19:49:58.179Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/jdom/jdom2/2.0.6/jdom2-2.0.6-sources.jar (860 kB at 43 MB/s) [2023-09-08T19:49:58.179Z] [INFO] Unpacking /home/vnc/.m2/repository/org/jdom/jdom2/2.0.6/jdom2-2.0.6-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/xml/org.jdom2_2.0.6/target/dependency-src with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:49:58.435Z] [INFO] Copying 3 resources [2023-09-08T19:49:58.435Z] [INFO] Copying 1 resource [2023-09-08T19:49:58.435Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/xml/org.jdom2_2.0.6/target/org.jdom2-2.0.6-SNAPSHOT-sources.jar [2023-09-08T19:49:58.435Z] [INFO] Assembling p2 repository [2023-09-08T19:49:58.996Z] [INFO] [2023-09-08T19:49:58.996Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.jdom2 --- [2023-09-08T19:49:58.996Z] [INFO] [2023-09-08T19:49:58.996Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.jdom2 --- [2023-09-08T19:49:58.996Z] [INFO] Gathering sources archives [2023-09-08T19:49:58.996Z] [INFO] Configured Artifact: org.jdom:jdom2:sources:2.0.6:jar [2023-09-08T19:49:58.996Z] [INFO] Unpacking /home/vnc/.m2/repository/org/jdom/jdom2/2.0.6/jdom2-2.0.6-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/xml/org.jdom2_2.0.6/target/sources-for-eclipse-ipzilla/jdom2-2.0.6-sources-filtered with includes "**/*" and excludes "META-INF/maven/**/*.*" [2023-09-08T19:49:58.996Z] [INFO] Configured Artifact: org.jdom:jdom2:sources:2.0.6:jar [2023-09-08T19:49:58.996Z] [INFO] Copying jdom2-2.0.6-sources.jar to /home/jenkins/agent/workspace/orbit-recipes/xml/org.jdom2_2.0.6/target/sources-for-eclipse-ipzilla/jdom2-2.0.6-sources.jar [2023-09-08T19:49:58.996Z] [INFO] Refreshing about files and about.html [2023-09-08T19:49:58.996Z] [WARNING] Found existing about.html file at '/home/jenkins/agent/workspace/orbit-recipes/xml/org.jdom2_2.0.6/src/main/resources/about.html'. Please set the force property to true in order to update/override it (eg. '-Dforce=true' via command line). [2023-09-08T19:49:58.996Z] [INFO] [2023-09-08T19:49:58.996Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.jdom2 --- [2023-09-08T19:49:59.251Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/xml/org.jdom2_2.0.6/target/org.jdom2-2.0.6-SNAPSHOT.jar [2023-09-08T19:50:00.180Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/xml/org.jdom2_2.0.6/target/org.jdom2-2.0.6-SNAPSHOT-sources.jar [2023-09-08T19:50:03.458Z] [INFO] [2023-09-08T19:50:03.458Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.jdom2 --- [2023-09-08T19:50:03.458Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.jdom2:2.0.6-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/xml/org.jdom2_2.0.6/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:50:03.458Z] no-classifier: different [2023-09-08T19:50:03.458Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:50:03.458Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:50:03.458Z] classifier-sources: different [2023-09-08T19:50:03.458Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:50:03.458Z] META-INF/ECLIPSE_.SF: different [2023-09-08T19:50:03.458Z] [2023-09-08T19:50:03.458Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.jdom2:2.0.6-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/xml/org.jdom2_2.0.6/pom.xml [2023-09-08T19:50:03.458Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:50:03.458Z] The following attached artifacts have been replaced with the baseline version: [sources] [2023-09-08T19:50:03.458Z] [2023-09-08T19:50:03.458Z] [INFO] [2023-09-08T19:50:03.458Z] [INFO] --- maven-install-plugin:3.1.1:install (default-install) @ org.jdom2 --- [2023-09-08T19:50:03.458Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/xml/org.jdom2_2.0.6/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.jdom2/2.0.6-SNAPSHOT/org.jdom2-2.0.6-SNAPSHOT.pom [2023-09-08T19:50:03.458Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/xml/org.jdom2_2.0.6/target/org.jdom2-2.0.6-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.jdom2/2.0.6-SNAPSHOT/org.jdom2-2.0.6-SNAPSHOT.jar [2023-09-08T19:50:03.458Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/xml/org.jdom2_2.0.6/target/org.jdom2-2.0.6-SNAPSHOT-sources.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.jdom2/2.0.6-SNAPSHOT/org.jdom2-2.0.6-SNAPSHOT-sources.jar [2023-09-08T19:50:03.458Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/xml/org.jdom2_2.0.6/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.jdom2/2.0.6-SNAPSHOT/org.jdom2-2.0.6-SNAPSHOT-p2metadata.xml [2023-09-08T19:50:03.458Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/xml/org.jdom2_2.0.6/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.jdom2/2.0.6-SNAPSHOT/org.jdom2-2.0.6-SNAPSHOT-p2artifacts.xml [2023-09-08T19:50:03.458Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/xml/org.jdom2_2.0.6/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.jdom2/2.0.6-SNAPSHOT/org.jdom2-2.0.6-SNAPSHOT-p2metadata.xml [2023-09-08T19:50:03.458Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/xml/org.jdom2_2.0.6/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.jdom2/2.0.6-SNAPSHOT/org.jdom2-2.0.6-SNAPSHOT-p2artifacts.xml [2023-09-08T19:50:03.458Z] [INFO] [2023-09-08T19:50:03.458Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.jdom2 --- [2023-09-08T19:50:03.458Z] [INFO] ------------------------------------------------------------------------ [2023-09-08T19:50:03.458Z] [INFO] Reactor Summary: [2023-09-08T19:50:03.458Z] [INFO] [2023-09-08T19:50:03.458Z] [INFO] Eclipse Orbit :: Bundle Recipes 1.0.0-SNAPSHOT ..... SUCCESS [ 5.801 s] [2023-09-08T19:50:03.458Z] [INFO] Eclipse Orbit :: ANTLR Recipes 1.0.0-SNAPSHOT ...... SUCCESS [ 0.006 s] [2023-09-08T19:50:03.458Z] [INFO] ANTLR 3 Runtime 3.2.0-SNAPSHOT ..................... SUCCESS [ 41.492 s] [2023-09-08T19:50:03.458Z] [INFO] ANTLR 3 Runtime 3.5.2-SNAPSHOT ..................... SUCCESS [ 4.408 s] [2023-09-08T19:50:03.458Z] [INFO] ANTLR 4 Runtime 4.5.1-SNAPSHOT ..................... SUCCESS [ 4.396 s] [2023-09-08T19:50:03.458Z] [INFO] ANTLR 4 Runtime 4.7.1-SNAPSHOT ..................... SUCCESS [ 3.809 s] [2023-09-08T19:50:03.458Z] [INFO] ANTLR 4 Runtime 4.7.2-SNAPSHOT ..................... SUCCESS [ 4.616 s] [2023-09-08T19:50:03.458Z] [INFO] ANTLR 4 Runtime 4.10.1-SNAPSHOT .................... SUCCESS [ 3.682 s] [2023-09-08T19:50:03.458Z] [INFO] Eclipse Orbit :: AOP Alliance Recipes 1.0.0-SNAPSHOT SUCCESS [ 0.005 s] [2023-09-08T19:50:03.458Z] [INFO] AOP alliance 1.0.0-SNAPSHOT ........................ SUCCESS [ 3.237 s] [2023-09-08T19:50:03.458Z] [INFO] Eclipse Orbit :: args4j Recipes 1.0.0-SNAPSHOT ..... SUCCESS [ 0.004 s] [2023-09-08T19:50:03.458Z] [INFO] args4j 2.33.0-SNAPSHOT ............................. SUCCESS [ 3.168 s] [2023-09-08T19:50:03.458Z] [INFO] Eclipse Orbit :: ASM Recipes 1.0.0-SNAPSHOT ........ SUCCESS [ 0.005 s] [2023-09-08T19:50:03.458Z] [INFO] ASM Core 9.4.0-SNAPSHOT ............................ SUCCESS [ 4.171 s] [2023-09-08T19:50:03.716Z] [INFO] ASM Analysis 9.4.0-SNAPSHOT ........................ SUCCESS [ 2.900 s] [2023-09-08T19:50:03.716Z] [INFO] ASM Commons 9.4.0-SNAPSHOT ......................... SUCCESS [ 3.614 s] [2023-09-08T19:50:03.716Z] [INFO] ASM Tree 9.4.0-SNAPSHOT ............................ SUCCESS [ 2.664 s] [2023-09-08T19:50:03.716Z] [INFO] ASM Util 9.4.0-SNAPSHOT ............................ SUCCESS [ 2.588 s] [2023-09-08T19:50:03.716Z] [INFO] Eclipse Orbit :: AssertJ Recipes 1.0.0-SNAPSHOT .... SUCCESS [ 0.004 s] [2023-09-08T19:50:03.716Z] [INFO] AssertJ fluent assertions 3.20.2-SNAPSHOT .......... SUCCESS [ 12.159 s] [2023-09-08T19:50:03.716Z] [INFO] Eclipse Orbit :: Apache Recipes 1.0.0-SNAPSHOT ..... SUCCESS [ 0.006 s] [2023-09-08T19:50:03.716Z] [INFO] Apache Commons CLI 1.4.0-SNAPSHOT .................. SUCCESS [ 4.539 s] [2023-09-08T19:50:03.716Z] [INFO] Apache Commons Codec 1.14.0-SNAPSHOT ............... SUCCESS [ 5.226 s] [2023-09-08T19:50:03.716Z] [INFO] Apache Commons Collections 3.2.2-SNAPSHOT .......... SUCCESS [ 6.824 s] [2023-09-08T19:50:03.716Z] [INFO] Apache Commons Collections 4.4.0-SNAPSHOT .......... SUCCESS [ 5.214 s] [2023-09-08T19:50:03.716Z] [INFO] Apache Commons Compress 1.22.0-SNAPSHOT ............ SUCCESS [ 5.481 s] [2023-09-08T19:50:03.716Z] [INFO] Apache Commons CSV 1.8.0-SNAPSHOT .................. SUCCESS [ 4.038 s] [2023-09-08T19:50:03.716Z] [INFO] Apache Commons FileUpload 1.3.2-SNAPSHOT ........... SUCCESS [ 4.801 s] [2023-09-08T19:50:03.716Z] [INFO] Apache Commons IO 2.8.0-SNAPSHOT ................... SUCCESS [ 4.247 s] [2023-09-08T19:50:03.716Z] [INFO] Apache Commons Lang 2.6.0-SNAPSHOT ................. SUCCESS [ 3.659 s] [2023-09-08T19:50:03.716Z] [INFO] Apache Commons Lang 3.12.0-SNAPSHOT ................ SUCCESS [ 4.873 s] [2023-09-08T19:50:03.716Z] [INFO] Apache Commons Logging 1.2.0-SNAPSHOT .............. SUCCESS [ 3.912 s] [2023-09-08T19:50:03.716Z] [INFO] Apache Commons Math 3.6.1-SNAPSHOT ................. SUCCESS [ 10.357 s] [2023-09-08T19:50:03.716Z] [INFO] Apache Onami-Configuration 6.3.0-SNAPSHOT .......... SUCCESS [ 3.151 s] [2023-09-08T19:50:03.716Z] [INFO] Apache FontBox 2.0.6-SNAPSHOT ...................... SUCCESS [ 7.765 s] [2023-09-08T19:50:03.716Z] [INFO] Apache Preflight 2.0.6-SNAPSHOT .................... SUCCESS [ 3.848 s] [2023-09-08T19:50:03.716Z] [INFO] Apache XmpBox 2.0.6-SNAPSHOT ....................... SUCCESS [ 3.266 s] [2023-09-08T19:50:03.716Z] [INFO] Apache PDFBox 2.0.6-SNAPSHOT ....................... SUCCESS [ 8.319 s] [2023-09-08T19:50:03.716Z] [INFO] Apache POI 4.1.1-SNAPSHOT .......................... SUCCESS [ 9.784 s] [2023-09-08T19:50:03.716Z] [INFO] Apache POI OOXML 4.1.1-SNAPSHOT .................... SUCCESS [ 9.695 s] [2023-09-08T19:50:03.716Z] [INFO] Apache POI OOXML Schemas 4.1.1-SNAPSHOT ............ SUCCESS [ 16.306 s] [2023-09-08T19:50:03.716Z] [INFO] Apache XML Security for Java 2.2.0-SNAPSHOT ........ SUCCESS [ 5.964 s] [2023-09-08T19:50:03.716Z] [INFO] Apache Mina SSHD :: OSGi 2.8.0-SNAPSHOT ............ SUCCESS [ 6.108 s] [2023-09-08T19:50:03.716Z] [INFO] Apache Mina SSHD :: SFTP 2.8.0-SNAPSHOT ............ SUCCESS [ 3.781 s] [2023-09-08T19:50:03.716Z] [INFO] Apache Mina SSHD :: OSGi 2.9.2-SNAPSHOT ............ SUCCESS [ 11.122 s] [2023-09-08T19:50:03.716Z] [INFO] Apache Mina SSHD :: SFTP 2.9.2-SNAPSHOT ............ SUCCESS [ 3.875 s] [2023-09-08T19:50:03.716Z] [INFO] Apache WebServices Common Utilities 1.0.2-SNAPSHOT . SUCCESS [ 3.234 s] [2023-09-08T19:50:03.716Z] [INFO] Web Services Inspection Language for Java 1.0.0-SNAPSHOT SUCCESS [ 2.685 s] [2023-09-08T19:50:03.716Z] [INFO] Xalan Java 2.7.2-SNAPSHOT .......................... SUCCESS [ 8.002 s] [2023-09-08T19:50:03.716Z] [INFO] Xerces2-j 2.12.2-SNAPSHOT .......................... SUCCESS [ 6.546 s] [2023-09-08T19:50:03.716Z] [INFO] XML Commons Resolver Component 1.2.0-SNAPSHOT ...... SUCCESS [ 3.789 s] [2023-09-08T19:50:03.716Z] [INFO] Xalan Java Serializer 2.7.2-SNAPSHOT ............... SUCCESS [ 7.714 s] [2023-09-08T19:50:03.716Z] [INFO] XmlBeans 3.1.0-SNAPSHOT ............................ SUCCESS [ 7.754 s] [2023-09-08T19:50:03.716Z] [INFO] Eclipse Orbit :: Ant Recipes 1.0.0-SNAPSHOT ........ SUCCESS [ 0.004 s] [2023-09-08T19:50:03.716Z] [INFO] Apache Ant (all-in-one) 1.10.12-SNAPSHOT ........... SUCCESS [ 42.357 s] [2023-09-08T19:50:03.716Z] [INFO] Eclipse Orbit :: Batik Recipes 1.0.0-SNAPSHOT ...... SUCCESS [ 0.004 s] [2023-09-08T19:50:03.716Z] [INFO] org.apache.xmlgraphics:batik-codec 1.16.0-SNAPSHOT . SUCCESS [ 3.652 s] [2023-09-08T19:50:03.716Z] [INFO] Batik Shared Resources 1.16.0-SNAPSHOT ............. SUCCESS [ 3.646 s] [2023-09-08T19:50:03.716Z] [INFO] org.apache.xmlgraphics:batik-xml 1.16.0-SNAPSHOT ... SUCCESS [ 2.967 s] [2023-09-08T19:50:03.716Z] [INFO] org.apache.xmlgraphics:batik-ext 1.16.0-SNAPSHOT ... SUCCESS [ 3.654 s] [2023-09-08T19:50:03.716Z] [INFO] org.apache.xmlgraphics:batik-awt-util 1.16.0-SNAPSHOT SUCCESS [ 3.661 s] [2023-09-08T19:50:03.716Z] [INFO] org.apache.xmlgraphics:batik-parser 1.16.0-SNAPSHOT SUCCESS [ 4.211 s] [2023-09-08T19:50:03.716Z] [INFO] org.apache.xmlgraphics:batik-dom 1.16.0-SNAPSHOT ... SUCCESS [ 2.959 s] [2023-09-08T19:50:03.716Z] [INFO] org.apache.xmlgraphics:batik-gvt 1.16.0-SNAPSHOT ... SUCCESS [ 4.113 s] [2023-09-08T19:50:03.716Z] [INFO] org.apache.xmlgraphics:batik-svggen 1.16.0-SNAPSHOT SUCCESS [ 3.367 s] [2023-09-08T19:50:03.716Z] [INFO] org.apache.xmlgraphics:batik-svg-dom 1.16.0-SNAPSHOT SUCCESS [ 5.276 s] [2023-09-08T19:50:03.717Z] [INFO] org.apache.xmlgraphics:batik-anim 1.16.0-SNAPSHOT .. SUCCESS [ 3.828 s] [2023-09-08T19:50:03.717Z] [INFO] org.apache.xmlgraphics:batik-script 1.16.0-SNAPSHOT SUCCESS [ 3.851 s] [2023-09-08T19:50:03.717Z] [INFO] org.apache.xmlgraphics:batik-bridge 1.16.0-SNAPSHOT SUCCESS [ 4.465 s] [2023-09-08T19:50:03.717Z] [INFO] org.apache.xmlgraphics:batik-transcoder 1.16.0-SNAPSHOT SUCCESS [ 2.780 s] [2023-09-08T19:50:03.717Z] [INFO] Batik constants library 1.16.0-SNAPSHOT ............ SUCCESS [ 3.606 s] [2023-09-08T19:50:03.717Z] [INFO] Batik CSS engine 1.16.0-SNAPSHOT ................... SUCCESS [ 4.691 s] [2023-09-08T19:50:03.717Z] [INFO] Batik i18n library 1.16.0-SNAPSHOT ................. SUCCESS [ 4.940 s] [2023-09-08T19:50:03.717Z] [INFO] Batik utility library 1.16.0-SNAPSHOT .............. SUCCESS [ 2.659 s] [2023-09-08T19:50:03.717Z] [INFO] Apache XML Graphics Commons 2.7.0-SNAPSHOT ......... SUCCESS [ 5.372 s] [2023-09-08T19:50:03.717Z] [INFO] Eclipse Orbit :: Apache HTTPComponents Recipes 1.0.0-SNAPSHOT SUCCESS [ 0.004 s] [2023-09-08T19:50:03.717Z] [INFO] Apache HttpCore NIO 4.4.16-SNAPSHOT ................ SUCCESS [ 4.934 s] [2023-09-08T19:50:03.717Z] [INFO] Apache HttpAsyncClient 4.1.3-SNAPSHOT .............. SUCCESS [ 4.802 s] [2023-09-08T19:50:03.717Z] [INFO] Apache HttpCore 4.4.16-SNAPSHOT .................... SUCCESS [ 3.342 s] [2023-09-08T19:50:03.717Z] [INFO] Apache HttpClient 4.5.14-SNAPSHOT .................. SUCCESS [ 5.409 s] [2023-09-08T19:50:03.717Z] [INFO] Apache HttpClient Windows features 4.5.14-SNAPSHOT . SUCCESS [ 2.834 s] [2023-09-08T19:50:03.717Z] [INFO] Apache HttpComponents Core HTTP/1.1 5.1.4-SNAPSHOT . SUCCESS [ 6.886 s] [2023-09-08T19:50:03.717Z] [INFO] Apache HttpComponents Core HTTP/2 5.1.4-SNAPSHOT ... SUCCESS [ 3.892 s] [2023-09-08T19:50:03.717Z] [INFO] Apache HttpClient 5.1.3-SNAPSHOT ................... SUCCESS [ 4.021 s] [2023-09-08T19:50:03.717Z] [INFO] Apache HttpClient Windows specific functionality 5.1.3-SNAPSHOT SUCCESS [ 3.794 s] [2023-09-08T19:50:03.717Z] [INFO] Eclipse Orbit :: JClouds Recipes 1.0.0-SNAPSHOT .... SUCCESS [ 0.009 s] [2023-09-08T19:50:03.717Z] [INFO] Apache Jclouds OpenStack Components Core 1.8.0-SNAPSHOT SUCCESS [ 3.446 s] [2023-09-08T19:50:03.717Z] [INFO] Apache Jclouds OpenStack Cinder API 1.8.0-SNAPSHOT . SUCCESS [ 3.788 s] [2023-09-08T19:50:03.717Z] [INFO] Apache Jclouds OpenStack Keystone API 1.8.0-SNAPSHOT SUCCESS [ 4.709 s] [2023-09-08T19:50:03.717Z] [INFO] Apache Jclouds OpenStack Nova API 1.8.0-SNAPSHOT ... SUCCESS [ 3.830 s] [2023-09-08T19:50:03.717Z] [INFO] Apache Jclouds OpenStack Neutron API 1.8.0-SNAPSHOT SUCCESS [ 4.093 s] [2023-09-08T19:50:03.717Z] [INFO] Apache Jclouds Swift API 1.8.0-SNAPSHOT ............ SUCCESS [ 2.628 s] [2023-09-08T19:50:03.717Z] [INFO] Apache Jclouds SLF4J Logging Module 1.8.0-SNAPSHOT . SUCCESS [ 2.777 s] [2023-09-08T19:50:03.717Z] [INFO] Apache Jclouds Docker API 1.8.0-SNAPSHOT ........... SUCCESS [ 5.101 s] [2023-09-08T19:50:03.717Z] [INFO] Apache Jclouds AWS EC2 API 1.8.0-SNAPSHOT .......... SUCCESS [ 3.729 s] [2023-09-08T19:50:03.717Z] [INFO] Apache Jclouds Cloudwatch API 1.8.0-SNAPSHOT ....... SUCCESS [ 2.840 s] [2023-09-08T19:50:03.717Z] [INFO] Jclouds Components Core 1.8.0-SNAPSHOT ............. SUCCESS [ 4.666 s] [2023-09-08T19:50:03.717Z] [INFO] Jclouds Blobstore Core 1.8.0-SNAPSHOT .............. SUCCESS [ 3.537 s] [2023-09-08T19:50:03.717Z] [INFO] Jclouds Compute Core 1.8.0-SNAPSHOT ................ SUCCESS [ 5.938 s] [2023-09-08T19:50:03.717Z] [INFO] Jclouds Sts Api 1.8.0-SNAPSHOT ..................... SUCCESS [ 3.298 s] [2023-09-08T19:50:03.717Z] [INFO] Jclouds Script Builder 1.8.0-SNAPSHOT .............. SUCCESS [ 4.089 s] [2023-09-08T19:50:03.717Z] [INFO] Eclipse Orbit :: Apache Lucene Recipes 1.0.0-SNAPSHOT SUCCESS [ 0.005 s] [2023-09-08T19:50:03.717Z] [INFO] Lucene Core 7.5.0 7.5.0-SNAPSHOT ................... SUCCESS [ 7.523 s] [2023-09-08T19:50:03.717Z] [INFO] Lucene Common Analyzers 7.5.0 7.5.0-SNAPSHOT ....... SUCCESS [ 7.511 s] [2023-09-08T19:50:03.717Z] [INFO] Lucene Smart Chinese Analyzer 7.5.0 7.5.0-SNAPSHOT . SUCCESS [ 5.176 s] [2023-09-08T19:50:03.717Z] [INFO] Lucene Miscellaneous 7.5.0 7.5.0-SNAPSHOT .......... SUCCESS [ 3.053 s] [2023-09-08T19:50:03.717Z] [INFO] Lucene QueryParsers 7.5.0 7.5.0-SNAPSHOT ........... SUCCESS [ 5.756 s] [2023-09-08T19:50:03.717Z] [INFO] Lucene Core 8.4.1 8.4.1-SNAPSHOT ................... SUCCESS [ 8.421 s] [2023-09-08T19:50:03.717Z] [INFO] Lucene Common Analyzers 8.4.1 8.4.1-SNAPSHOT ....... SUCCESS [ 5.936 s] [2023-09-08T19:50:03.717Z] [INFO] Lucene Smart Chinese Analyzer 8.4.1 8.4.1-SNAPSHOT . SUCCESS [ 6.818 s] [2023-09-08T19:50:03.717Z] [INFO] Lucene Core 9.4.2 9.4.2-SNAPSHOT ................... SUCCESS [ 9.160 s] [2023-09-08T19:50:03.717Z] [INFO] Lucene Analysis Common 9.4.2 9.4.2-SNAPSHOT ........ SUCCESS [ 7.956 s] [2023-09-08T19:50:03.717Z] [INFO] Lucene Smart Chinese Analyzer 9.4.2 9.4.2-SNAPSHOT . SUCCESS [ 4.698 s] [2023-09-08T19:50:03.717Z] [INFO] Eclipse Orbit :: Apache Maven Recipes 1.0.0-SNAPSHOT SUCCESS [ 0.004 s] [2023-09-08T19:50:03.717Z] [INFO] Eclipse Orbit :: Apache Maven Resolver (ex-Eclipse Aether) Recipes 1.0.0-SNAPSHOT SUCCESS [ 0.005 s] [2023-09-08T19:50:03.717Z] [INFO] Maven Artifact Resolver API 1.0.3-SNAPSHOT ......... SUCCESS [ 3.891 s] [2023-09-08T19:50:03.717Z] [INFO] Maven Artifact Resolver Connector Basic 1.0.3-SNAPSHOT SUCCESS [ 3.922 s] [2023-09-08T19:50:03.717Z] [INFO] Maven Artifact Resolver Implementation 1.0.3-SNAPSHOT SUCCESS [ 4.721 s] [2023-09-08T19:50:03.717Z] [INFO] Maven Artifact Resolver SPI 1.0.3-SNAPSHOT ......... SUCCESS [ 3.064 s] [2023-09-08T19:50:03.717Z] [INFO] Maven Artifact Resolver Transport File 1.0.3-SNAPSHOT SUCCESS [ 4.077 s] [2023-09-08T19:50:03.717Z] [INFO] Maven Artifact Resolver Transport HTTP 1.0.3-SNAPSHOT SUCCESS [ 3.416 s] [2023-09-08T19:50:03.717Z] [INFO] Maven Artifact Resolver Utilities 1.0.3-SNAPSHOT ... SUCCESS [ 4.041 s] [2023-09-08T19:50:03.717Z] [INFO] Eclipse Orbit :: Apache Tika Recipes 1.24.1-SNAPSHOT SUCCESS [ 0.010 s] [2023-09-08T19:50:03.717Z] [INFO] Apache Tika Core 1.24.1-SNAPSHOT ................... SUCCESS [ 4.647 s] [2023-09-08T19:50:03.717Z] [INFO] Apache Tika Parsers 1.24.1-SNAPSHOT ................ SUCCESS [ 14.238 s] [2023-09-08T19:50:03.717Z] [INFO] Eclipse Orbit :: XML-RPC Recipes 3.1.3-SNAPSHOT .... SUCCESS [ 0.006 s] [2023-09-08T19:50:03.717Z] [INFO] Apache XML-RPC Client Library 3.1.3-SNAPSHOT ....... SUCCESS [ 4.890 s] [2023-09-08T19:50:03.717Z] [INFO] Apache XML-RPC Common Library 3.1.3-SNAPSHOT ....... SUCCESS [ 3.310 s] [2023-09-08T19:50:03.717Z] [INFO] Apache XML-RPC Server Library 3.1.3-SNAPSHOT ....... SUCCESS [ 3.067 s] [2023-09-08T19:50:03.717Z] [INFO] Eclipse Orbit :: Bouncycastle Recipes 1.0.0-SNAPSHOT SUCCESS [ 0.003 s] [2023-09-08T19:50:03.717Z] [INFO] Bouncy Castle OpenPGP API 1.72.0-SNAPSHOT .......... SUCCESS [ 4.871 s] [2023-09-08T19:50:03.717Z] [INFO] Bouncy Castle PKIX, CMS, EAC, TSP, PKCS, OCSP, CMP, and CRMF APIs 1.72.0-SNAPSHOT SUCCESS [ 5.424 s] [2023-09-08T19:50:03.717Z] [INFO] Bouncy Castle Provider 1.72.0-SNAPSHOT ............. SUCCESS [ 39.831 s] [2023-09-08T19:50:03.717Z] [INFO] Bouncy Castle ASN.1 Extension and Utility APIs 1.72.0-SNAPSHOT SUCCESS [ 6.567 s] [2023-09-08T19:50:03.717Z] [INFO] Eclipse Orbit :: Byte Buddy Recipes 1.0.0-SNAPSHOT . SUCCESS [ 0.003 s] [2023-09-08T19:50:03.717Z] [INFO] Byte Buddy (without dependencies) 1.7.9-SNAPSHOT ... SUCCESS [ 8.003 s] [2023-09-08T19:50:03.717Z] [INFO] Byte Buddy Java agent 1.7.9-SNAPSHOT ............... SUCCESS [ 3.092 s] [2023-09-08T19:50:03.717Z] [INFO] Byte Buddy (without dependencies) 1.9.0-SNAPSHOT ... SUCCESS [ 9.969 s] [2023-09-08T19:50:03.717Z] [INFO] Byte Buddy Java agent 1.9.0-SNAPSHOT ............... SUCCESS [ 4.338 s] [2023-09-08T19:50:03.717Z] [INFO] Byte Buddy (without dependencies) 1.12.18-SNAPSHOT . SUCCESS [ 12.198 s] [2023-09-08T19:50:03.717Z] [INFO] Byte Buddy agent 1.12.18-SNAPSHOT .................. SUCCESS [ 4.415 s] [2023-09-08T19:50:03.717Z] [INFO] Eclipse Orbit :: CommonMark Recipes 1.0.0-SNAPSHOT . SUCCESS [ 0.005 s] [2023-09-08T19:50:03.717Z] [INFO] commonmark-java core 0.15.1-SNAPSHOT ............... SUCCESS [ 4.468 s] [2023-09-08T19:50:03.717Z] [INFO] commonmark-java extension for YAML front matter 0.15.1-SNAPSHOT SUCCESS [ 2.946 s] [2023-09-08T19:50:03.717Z] [INFO] commonmark-java extension for tables 0.15.1-SNAPSHOT SUCCESS [ 2.926 s] [2023-09-08T19:50:03.717Z] [INFO] commonmark-java extension for strikethrough 0.15.1-SNAPSHOT SUCCESS [ 3.183 s] [2023-09-08T19:50:03.717Z] [INFO] commonmark-java extension for image attributes 0.15.1-SNAPSHOT SUCCESS [ 5.794 s] [2023-09-08T19:50:03.717Z] [INFO] commonmark-java extension for (underline) 0.15.1-SNAPSHOT SUCCESS [ 3.977 s] [2023-09-08T19:50:03.717Z] [INFO] commonmark-java extension for task list items 0.15.1-SNAPSHOT SUCCESS [ 3.236 s] [2023-09-08T19:50:03.717Z] [INFO] commonmark-java extension for adding id attributes to h tags 0.15.1-SNAPSHOT SUCCESS [ 4.171 s] [2023-09-08T19:50:03.717Z] [INFO] Eclipse Orbit :: Apache Recipes 1.0.0-SNAPSHOT ..... SUCCESS [ 0.003 s] [2023-09-08T19:50:03.717Z] [INFO] Java Cup Runtime 0.11.20150326 0.11.20150326-SNAPSHOT SUCCESS [ 4.493 s] [2023-09-08T19:50:03.717Z] [INFO] Java CUP 0.11.20150326 0.11.20150326-SNAPSHOT ...... SUCCESS [ 3.097 s] [2023-09-08T19:50:03.717Z] [INFO] Eclipse Orbit :: DRMAA 1.0.0-SNAPSHOT .............. SUCCESS [ 0.013 s] [2023-09-08T19:50:03.717Z] [INFO] org.ggf.drmaa 1.0.0-SNAPSHOT ....................... SUCCESS [ 2.195 s] [2023-09-08T19:50:03.717Z] [INFO] com.sun.grid.drmaa 1.0.0-SNAPSHOT .................. SUCCESS [ 2.504 s] [2023-09-08T19:50:03.717Z] [INFO] Eclipse Orbit :: Freemarker Recipes 1.0.0-SNAPSHOT . SUCCESS [ 0.003 s] [2023-09-08T19:50:03.717Z] [INFO] FreeMarker 2.3.22-SNAPSHOT ......................... SUCCESS [ 6.521 s] [2023-09-08T19:50:03.717Z] [INFO] Eclipse Orbit :: Github Recipes 1.0.0-SNAPSHOT ..... SUCCESS [ 0.003 s] [2023-09-08T19:50:03.717Z] [INFO] Eclipse Orbit :: Classgraph Recipes 1.0.0-SNAPSHOT . SUCCESS [ 0.003 s] [2023-09-08T19:50:03.717Z] [INFO] ClassGraph 4.8.149-SNAPSHOT ........................ SUCCESS [ 4.960 s] [2023-09-08T19:50:03.717Z] [INFO] Eclipse Orbit :: Cronutils Recipes 1.0.0-SNAPSHOT .. SUCCESS [ 0.004 s] [2023-09-08T19:50:03.717Z] [INFO] cron-utils 5.0.5-SNAPSHOT .......................... SUCCESS [ 4.275 s] [2023-09-08T19:50:03.717Z] [INFO] Eclipse Orbit :: Docker Recipes 1.0.0-SNAPSHOT ..... SUCCESS [ 0.003 s] [2023-09-08T19:50:03.717Z] [INFO] docker-client 3.2.1-SNAPSHOT ....................... SUCCESS [ 7.546 s] [2023-09-08T19:50:03.717Z] [INFO] Eclipse Orbit :: EdDSA Recipes 1.0.0-SNAPSHOT ...... SUCCESS [ 0.052 s] [2023-09-08T19:50:03.717Z] [INFO] EdDSA-Java 0.3.0-SNAPSHOT .......................... SUCCESS [ 7.160 s] [2023-09-08T19:50:03.717Z] [INFO] Eclipse Orbit :: EJML Recipes 1.0.0-SNAPSHOT ....... SUCCESS [ 0.005 s] [2023-09-08T19:50:03.717Z] [INFO] EJML 0.29.0-SNAPSHOT ............................... SUCCESS [ 3.887 s] [2023-09-08T19:50:03.717Z] [INFO] EJML 0.29.0-SNAPSHOT ............................... SUCCESS [ 5.076 s] [2023-09-08T19:50:03.717Z] [INFO] EJML 0.29.0-SNAPSHOT ............................... SUCCESS [ 3.117 s] [2023-09-08T19:50:03.717Z] [INFO] EJML 0.29.0-SNAPSHOT ............................... SUCCESS [ 4.538 s] [2023-09-08T19:50:03.717Z] [INFO] EJML 0.29.0-SNAPSHOT ............................... SUCCESS [ 3.189 s] [2023-09-08T19:50:03.717Z] [INFO] EJML 0.29.0-SNAPSHOT ............................... SUCCESS [ 2.799 s] [2023-09-08T19:50:03.717Z] [INFO] EJML 0.38.0-SNAPSHOT ............................... SUCCESS [ 4.206 s] [2023-09-08T19:50:03.717Z] [INFO] Eclipse Orbit :: Java Diff Utils Recipes 1.0.0-SNAPSHOT SUCCESS [ 0.009 s] [2023-09-08T19:50:03.717Z] [INFO] Java Diff Utils 4.8.0-SNAPSHOT ..................... SUCCESS [ 3.434 s] [2023-09-08T19:50:03.717Z] [INFO] Eclipse Orbit :: JavaEWAH Recipes 1.0.0-SNAPSHOT ... SUCCESS [ 0.006 s] [2023-09-08T19:50:03.717Z] [INFO] JavaEWAH 1.1.13-SNAPSHOT ........................... SUCCESS [ 3.309 s] [2023-09-08T19:50:03.717Z] [INFO] Eclipse Orbit :: JNR Recipes 1.0.0-SNAPSHOT ........ SUCCESS [ 0.003 s] [2023-09-08T19:50:03.717Z] [INFO] jnr-constants 0.10.3-SNAPSHOT ...................... SUCCESS [ 6.120 s] [2023-09-08T19:50:03.717Z] [INFO] jnr-enxio 0.32.13-SNAPSHOT ......................... SUCCESS [ 3.377 s] [2023-09-08T19:50:03.717Z] [INFO] jnr-ffi 2.2.11-SNAPSHOT ............................ SUCCESS [ 3.987 s] [2023-09-08T19:50:03.717Z] [INFO] jffi 1.3.9-SNAPSHOT ................................ SUCCESS [ 4.426 s] [2023-09-08T19:50:03.717Z] [INFO] jffi native 1.3.9-SNAPSHOT ......................... SUCCESS [ 4.757 s] [2023-09-08T19:50:03.717Z] [INFO] jnr-posix 3.1.15-SNAPSHOT .......................... SUCCESS [ 4.732 s] [2023-09-08T19:50:03.717Z] [INFO] jnr-unixsocket 0.38.17-SNAPSHOT .................... SUCCESS [ 3.817 s] [2023-09-08T19:50:03.717Z] [INFO] jnr-x86asm 1.0.2-SNAPSHOT .......................... SUCCESS [ 4.538 s] [2023-09-08T19:50:03.718Z] [INFO] jnr-a64asm 1.0.0-SNAPSHOT .......................... SUCCESS [ 3.294 s] [2023-09-08T19:50:03.718Z] [INFO] Eclipse Orbit :: JRuby Recipes 1.0.0-SNAPSHOT ...... SUCCESS [ 0.005 s] [2023-09-08T19:50:03.718Z] [INFO] JCodings 1.0.18-SNAPSHOT ........................... SUCCESS [ 5.759 s] [2023-09-08T19:50:03.718Z] [INFO] Joni 2.1.11-SNAPSHOT ............................... SUCCESS [ 5.180 s] [2023-09-08T19:50:03.718Z] [INFO] Eclipse Orbit :: JSoup Recipes 1.0.0-SNAPSHOT ...... SUCCESS [ 0.003 s] [2023-09-08T19:50:03.718Z] [INFO] jsoup 1.14.3-SNAPSHOT .............................. SUCCESS [ 3.485 s] [2023-09-08T19:50:03.718Z] [INFO] Eclipse Orbit :: MongoDB Recipes 1.0.0-SNAPSHOT .... SUCCESS [ 0.003 s] [2023-09-08T19:50:03.718Z] [INFO] MongoDB Java Driver 3.2.2-SNAPSHOT ................. SUCCESS [ 7.790 s] [2023-09-08T19:50:03.718Z] [INFO] Eclipse Orbit :: Mozilla Recipes 1.0.0-SNAPSHOT .... SUCCESS [ 0.009 s] [2023-09-08T19:50:03.718Z] [INFO] rhino 1.7.10-SNAPSHOT .............................. SUCCESS [ 6.183 s] [2023-09-08T19:50:03.718Z] [INFO] Eclipse Orbit :: OSHI Recipes 1.0.0-SNAPSHOT ....... SUCCESS [ 0.003 s] [2023-09-08T19:50:03.718Z] [INFO] oshi-core 3.8.0-SNAPSHOT ........................... SUCCESS [ 3.983 s] [2023-09-08T19:50:03.718Z] [INFO] Eclipse Orbit :: Unirest-Java Recipes 1.0.0-SNAPSHOT SUCCESS [ 0.003 s] [2023-09-08T19:50:03.718Z] [INFO] com.konghq.unirest-java 3.4.2-SNAPSHOT ............. SUCCESS [ 4.563 s] [2023-09-08T19:50:03.718Z] [INFO] Eclipse Orbit :: Virtuald Recipes 1.0.0-SNAPSHOT ... SUCCESS [ 0.003 s] [2023-09-08T19:50:03.718Z] [INFO] curvesapi 1.6.0-SNAPSHOT ........................... SUCCESS [ 3.221 s] [2023-09-08T19:50:03.718Z] [INFO] Eclipse Orbit :: Glassfish Recipes 1.0.0-SNAPSHOT .. SUCCESS [ 0.003 s] [2023-09-08T19:50:03.718Z] [INFO] Eclipse Orbit :: Glassfish HK2 Recipes 1.0.0-SNAPSHOT SUCCESS [ 0.003 s] [2023-09-08T19:50:03.718Z] [INFO] HK2 API module 2.5.0-SNAPSHOT ...................... SUCCESS [ 6.099 s] [2023-09-08T19:50:03.718Z] [INFO] ASM library repackaged as OSGi bundle 2.5.0-SNAPSHOT SUCCESS [ 3.489 s] [2023-09-08T19:50:03.718Z] [INFO] ServiceLocator Default Implementation 2.5.0-SNAPSHOT SUCCESS [ 3.141 s] [2023-09-08T19:50:03.718Z] [INFO] OSGi resource locator 2.5.0-SNAPSHOT ............... SUCCESS [ 3.987 s] [2023-09-08T19:50:03.718Z] [INFO] HK2 Implementation Utilities 2.5.0-SNAPSHOT ........ SUCCESS [ 3.776 s] [2023-09-08T19:50:03.718Z] [INFO] HK2 API module 2.6.1-SNAPSHOT ...................... SUCCESS [ 2.988 s] [2023-09-08T19:50:03.718Z] [INFO] ServiceLocator Default Implementation 2.6.1-SNAPSHOT SUCCESS [ 2.770 s] [2023-09-08T19:50:03.718Z] [INFO] HK2 Implementation Utilities 2.6.1-SNAPSHOT ........ SUCCESS [ 3.578 s] [2023-09-08T19:50:03.718Z] [INFO] OSGi resource locator 1.0.3-SNAPSHOT ............... SUCCESS [ 2.587 s] [2023-09-08T19:50:03.718Z] [INFO] Eclipse Orbit :: Glassfish Jersey Recipes 1.0.0-SNAPSHOT SUCCESS [ 0.003 s] [2023-09-08T19:50:03.718Z] [INFO] jersey-connectors-apache 2.30.1-SNAPSHOT ........... SUCCESS [ 2.798 s] [2023-09-08T19:50:03.718Z] [INFO] jersey-container-servlet 2.30.1-SNAPSHOT ........... SUCCESS [ 3.609 s] [2023-09-08T19:50:03.718Z] [INFO] jersey-container-servlet-core 2.30.1-SNAPSHOT ...... SUCCESS [ 3.542 s] [2023-09-08T19:50:03.718Z] [INFO] jersey-core-client 2.30.1-SNAPSHOT ................. SUCCESS [ 3.621 s] [2023-09-08T19:50:03.718Z] [INFO] jersey-core-common 2.30.1-SNAPSHOT ................. SUCCESS [ 5.011 s] [2023-09-08T19:50:03.718Z] [INFO] jersey-core-server 2.30.1-SNAPSHOT ................. SUCCESS [ 5.023 s] [2023-09-08T19:50:03.718Z] [INFO] jersey-ext-entity-filtering 2.30.1-SNAPSHOT ........ SUCCESS [ 2.648 s] [2023-09-08T19:50:03.718Z] [INFO] jersey-inject-hk2 2.30.1-SNAPSHOT .................. SUCCESS [ 3.944 s] [2023-09-08T19:50:03.718Z] [INFO] jersey-media-json-jackson 2.30.1-SNAPSHOT .......... SUCCESS [ 3.534 s] [2023-09-08T19:50:03.718Z] [INFO] Eclipse Orbit :: GlazedLists Recipes 1.0.0-SNAPSHOT SUCCESS [ 0.003 s] [2023-09-08T19:50:03.718Z] [INFO] GlazedLists 1.11.0-SNAPSHOT ........................ SUCCESS [ 6.048 s] [2023-09-08T19:50:03.718Z] [INFO] Eclipse Orbit :: Google Recipes 1.0.0-SNAPSHOT ..... SUCCESS [ 0.003 s] [2023-09-08T19:50:03.718Z] [INFO] Protocol Buffer Java API 2.4.1-SNAPSHOT ............ SUCCESS [ 3.626 s] [2023-09-08T19:50:03.718Z] [INFO] Closure Compiler 0.0.20160315-SNAPSHOT ............. SUCCESS [ 10.140 s] [2023-09-08T19:50:03.718Z] [INFO] Guava: Google Core Libraries for Java 27.1.0-SNAPSHOT SUCCESS [ 8.275 s] [2023-09-08T19:50:03.718Z] [INFO] Guava: Google Core Libraries for Java 30.1.0-SNAPSHOT SUCCESS [ 7.258 s] [2023-09-08T19:50:03.718Z] [INFO] Gson 2.10.1-SNAPSHOT ............................... SUCCESS [ 4.294 s] [2023-09-08T19:50:03.718Z] [INFO] Google Data Java Client Library 1.47.1-SNAPSHOT .... SUCCESS [ 8.840 s] [2023-09-08T19:50:03.718Z] [INFO] Google Guice - Core Library 5.0.1-SNAPSHOT ......... SUCCESS [ 4.104 s] [2023-09-08T19:50:03.718Z] [INFO] Google Guice - Extensions - AssistedInject 5.0.1-SNAPSHOT SUCCESS [ 4.565 s] [2023-09-08T19:50:03.718Z] [INFO] Flogger 0.1.0-SNAPSHOT ............................. SUCCESS [ 3.290 s] [2023-09-08T19:50:03.718Z] [INFO] Flogger System Backend 0.1.0-SNAPSHOT .............. SUCCESS [ 3.644 s] [2023-09-08T19:50:03.718Z] [INFO] Flogger Testing 0.1.0-SNAPSHOT ..................... SUCCESS [ 4.558 s] [2023-09-08T19:50:03.718Z] [INFO] Google OAuth Client Library for Java 1.30.6-SNAPSHOT SUCCESS [ 4.370 s] [2023-09-08T19:50:03.718Z] [INFO] Java 6 (and higher) extensions to the Google OAuth Client Library for Java. 1.30.6-SNAPSHOT SUCCESS [ 2.890 s] [2023-09-08T19:50:03.718Z] [INFO] OAuth 2.0 verification code receiver for Google OAuth Client Library for Java. 1.30.6-SNAPSHOT SUCCESS [ 3.919 s] [2023-09-08T19:50:03.718Z] [INFO] com.google.api.client-auth 1.2.3-SNAPSHOT .......... SUCCESS [ 3.318 s] [2023-09-08T19:50:03.718Z] [INFO] com.google.api.client-auth-oauth2 1.2.3-SNAPSHOT ... SUCCESS [ 3.007 s] [2023-09-08T19:50:03.718Z] [INFO] com.google.api.client-util 1.2.3-SNAPSHOT .......... SUCCESS [ 3.625 s] [2023-09-08T19:50:03.718Z] [INFO] com.google.api.client-escape 1.2.3-SNAPSHOT ........ SUCCESS [ 3.909 s] [2023-09-08T19:50:03.718Z] [INFO] com.google.api.client-repackaged-com-google-common-base 1.2.3-SNAPSHOT SUCCESS [ 2.634 s] [2023-09-08T19:50:03.718Z] [INFO] com.google.api.client-json 1.2.3-SNAPSHOT .......... SUCCESS [ 3.529 s] [2023-09-08T19:50:03.718Z] [INFO] com.google.api.client-http 1.2.3-SNAPSHOT .......... SUCCESS [ 2.765 s] [2023-09-08T19:50:03.718Z] [INFO] Google Auth Library for Java - OAuth2 HTTP 0.20.0-SNAPSHOT SUCCESS [ 4.234 s] [2023-09-08T19:50:03.718Z] [INFO] Google Auth Library for Java - Credentials 0.20.0-SNAPSHOT SUCCESS [ 3.891 s] [2023-09-08T19:50:03.718Z] [INFO] AutoValue Annotations 1.7.0-SNAPSHOT ............... SUCCESS [ 4.513 s] [2023-09-08T19:50:03.718Z] [INFO] Google HTTP Client Library for Java 1.34.2-SNAPSHOT SUCCESS [ 3.737 s] [2023-09-08T19:50:03.718Z] [INFO] Jackson 2 extensions to the Google HTTP Client Library for Java. 1.34.2-SNAPSHOT SUCCESS [ 3.193 s] [2023-09-08T19:50:03.718Z] [INFO] J2ObjC Annotations 1.3.0-SNAPSHOT .................. SUCCESS [ 2.970 s] [2023-09-08T19:50:03.718Z] [INFO] io.grpc:grpc-context 1.29.0-SNAPSHOT ............... SUCCESS [ 2.913 s] [2023-09-08T19:50:03.718Z] [INFO] OpenCensus API 0.26.0-SNAPSHOT ..................... SUCCESS [ 5.568 s] [2023-09-08T19:50:03.718Z] [INFO] OpenCensus Contrib HTTP Utils 0.26.0-SNAPSHOT ...... SUCCESS [ 4.915 s] [2023-09-08T19:50:03.718Z] [INFO] org.conscrypt:conscrypt-openjdk-uber 2.5.1-SNAPSHOT SUCCESS [ 13.728 s] [2023-09-08T19:50:03.718Z] [INFO] Eclipse Orbit :: GraphQL Recipes 1.0.0-SNAPSHOT .... SUCCESS [ 0.003 s] [2023-09-08T19:50:03.718Z] [INFO] java-dataloader 2.1.1-SNAPSHOT ..................... SUCCESS [ 3.263 s] [2023-09-08T19:50:03.718Z] [INFO] graphql-java 11.0.0-SNAPSHOT ....................... SUCCESS [ 5.401 s] [2023-09-08T19:50:03.718Z] [INFO] Eclipse Orbit :: Hamcrest Recipes 1.0.0-SNAPSHOT ... SUCCESS [ 0.003 s] [2023-09-08T19:50:03.718Z] [INFO] Hamcrest Core 1.3.0-SNAPSHOT ....................... SUCCESS [ 5.705 s] [2023-09-08T19:50:03.718Z] [INFO] Hamcrest library 1.3.0-SNAPSHOT .................... SUCCESS [ 3.314 s] [2023-09-08T19:50:03.718Z] [INFO] Hamcrest 2.2.0-SNAPSHOT ............................ SUCCESS [ 4.218 s] [2023-09-08T19:50:03.718Z] [INFO] Eclipse Orbit :: Hsqldb Recipes 1.0.0-SNAPSHOT ..... SUCCESS [ 0.003 s] [2023-09-08T19:50:03.718Z] [INFO] HyperSQL Database 2.2.9-SNAPSHOT ................... SUCCESS [ 7.150 s] [2023-09-08T19:50:03.718Z] [INFO] Eclipse Orbit :: ICU4J Recipes 1.0.0-SNAPSHOT ...... SUCCESS [ 0.004 s] [2023-09-08T19:50:03.718Z] [INFO] ICU4J 72.1 72.1.0-SNAPSHOT ......................... SUCCESS [ 16.123 s] [2023-09-08T19:50:03.718Z] [INFO] Eclipse Orbit :: Immutables Recipes 1.0.0-SNAPSHOT . SUCCESS [ 0.004 s] [2023-09-08T19:50:03.718Z] [INFO] org.immutables.value 2.8.3-SNAPSHOT ................ SUCCESS [ 8.474 s] [2023-09-08T19:50:03.718Z] [INFO] Eclipse Orbit :: Jackson Recipes 1.0.0-SNAPSHOT .... SUCCESS [ 0.002 s] [2023-09-08T19:50:03.718Z] [INFO] Jackson-annotations 2.13.2-SNAPSHOT ................ SUCCESS [ 3.182 s] [2023-09-08T19:50:03.718Z] [INFO] Jackson-core 2.13.2-SNAPSHOT ....................... SUCCESS [ 3.458 s] [2023-09-08T19:50:03.718Z] [INFO] jackson-databind 2.13.2-SNAPSHOT ................... SUCCESS [ 5.551 s] [2023-09-08T19:50:03.718Z] [INFO] Jackson datatype: Guava 2.13.2-SNAPSHOT ............ SUCCESS [ 4.683 s] [2023-09-08T19:50:03.718Z] [INFO] Jackson-JAXRS: base 2.13.2-SNAPSHOT ................ SUCCESS [ 3.908 s] [2023-09-08T19:50:03.718Z] [INFO] Jackson-JAXRS: JSON 2.13.2-SNAPSHOT ................ SUCCESS [ 2.701 s] [2023-09-08T19:50:03.718Z] [INFO] Jackson module: Old JAXB Annotations (javax.xml.bind) 2.13.2-SNAPSHOT SUCCESS [ 3.196 s] [2023-09-08T19:50:03.718Z] [INFO] Eclipse Orbit :: javax Recipes 1.0.0-SNAPSHOT ...... SUCCESS [ 0.002 s] [2023-09-08T19:50:03.718Z] [INFO] Jakarta Activation 1.2.2-SNAPSHOT .................. SUCCESS [ 2.681 s] [2023-09-08T19:50:03.718Z] [INFO] Jakarta Activation 2.0.0-SNAPSHOT .................. SUCCESS [ 3.954 s] [2023-09-08T19:50:03.718Z] [INFO] javax.inject 1.0.0-SNAPSHOT ........................ SUCCESS [ 2.829 s] [2023-09-08T19:50:03.718Z] [INFO] Jakarta Activation API jar 1.2.2-SNAPSHOT .......... SUCCESS [ 3.030 s] [2023-09-08T19:50:03.718Z] [INFO] Jakarta Activation API jar 2.0.0-SNAPSHOT .......... SUCCESS [ 4.765 s] [2023-09-08T19:50:03.718Z] [INFO] Jakarta Expression Language API 4.0.0-SNAPSHOT ..... SUCCESS [ 3.198 s] [2023-09-08T19:50:03.718Z] [INFO] Jakarta Servlet 5.0.0-SNAPSHOT ..................... SUCCESS [ 4.696 s] [2023-09-08T19:50:03.718Z] [INFO] Jakarta Server Pages API 3.0.0-SNAPSHOT ............ SUCCESS [ 2.863 s] [2023-09-08T19:50:03.718Z] [INFO] Jakarta Annotations API 1.3.5-SNAPSHOT ............. SUCCESS [ 3.926 s] [2023-09-08T19:50:03.718Z] [INFO] Bean Validation API 1.1.0-SNAPSHOT ................. SUCCESS [ 3.311 s] [2023-09-08T19:50:03.718Z] [INFO] Jakarta XML Binding API 2.3.3-SNAPSHOT ............. SUCCESS [ 4.072 s] [2023-09-08T19:50:03.718Z] [INFO] Jakarta WebSocket - Server API 2.0.0-SNAPSHOT ...... SUCCESS [ 3.436 s] [2023-09-08T19:50:03.718Z] [INFO] jakarta.ws.rs-api 2.1.6-SNAPSHOT ................... SUCCESS [ 4.257 s] [2023-09-08T19:50:03.718Z] [INFO] XML Commons External Components XML APIs 1.4.1-SNAPSHOT SUCCESS [ 3.793 s] [2023-09-08T19:50:03.718Z] [INFO] Eclipse Orbit :: jaxb Recipes 1.0.0-SNAPSHOT ....... SUCCESS [ 0.003 s] [2023-09-08T19:50:03.718Z] [INFO] com.sun.xml.bind 2.2.0-SNAPSHOT .................... SUCCESS [ 4.465 s] [2023-09-08T19:50:03.718Z] [INFO] Old JAXB Runtime 2.3.3-SNAPSHOT .................... SUCCESS [ 6.241 s] [2023-09-08T19:50:03.718Z] [INFO] Eclipse Orbit :: JCraft Recipes 1.0.0-SNAPSHOT ..... SUCCESS [ 0.003 s] [2023-09-08T19:50:03.718Z] [INFO] JSch 0.1.55-SNAPSHOT ............................... SUCCESS [ 4.171 s] [2023-09-08T19:50:03.718Z] [INFO] JZlib 1.1.3-SNAPSHOT ............................... SUCCESS [ 2.846 s] [2023-09-08T19:50:03.718Z] [INFO] Eclipse Orbit :: JGraphT Recipes 1.0.0-SNAPSHOT .... SUCCESS [ 0.002 s] [2023-09-08T19:50:03.718Z] [INFO] JHeaps 0.14.0-SNAPSHOT ............................. SUCCESS [ 3.876 s] [2023-09-08T19:50:03.718Z] [INFO] JGraphT - Core 1.4.0-SNAPSHOT ...................... SUCCESS [ 5.266 s] [2023-09-08T19:50:03.718Z] [INFO] Eclipse Orbit :: Jini Recipes 1.0.0-SNAPSHOT ....... SUCCESS [ 0.003 s] [2023-09-08T19:50:03.718Z] [INFO] Jini Jini Core Jar 2.1.0-SNAPSHOT .................. SUCCESS [ 2.775 s] [2023-09-08T19:50:03.718Z] [INFO] Eclipse Orbit :: JNA Recipes 1.0.0-SNAPSHOT ........ SUCCESS [ 0.003 s] [2023-09-08T19:50:03.718Z] [INFO] Java Native Access 4.1.0-SNAPSHOT .................. SUCCESS [ 4.457 s] [2023-09-08T19:50:03.718Z] [INFO] Java Native Access Platform 4.1.0-SNAPSHOT ......... SUCCESS [ 4.770 s] [2023-09-08T19:50:03.718Z] [INFO] Java Native Access 4.5.1-SNAPSHOT .................. SUCCESS [ 4.721 s] [2023-09-08T19:50:03.718Z] [INFO] Java Native Access Platform 4.5.1-SNAPSHOT ......... SUCCESS [ 4.998 s] [2023-09-08T19:50:03.719Z] [INFO] Java Native Access 5.6.0-SNAPSHOT .................. SUCCESS [ 6.046 s] [2023-09-08T19:50:03.719Z] [INFO] Java Native Access Platform 5.6.0-SNAPSHOT ......... SUCCESS [ 5.615 s] [2023-09-08T19:50:03.719Z] [INFO] Java Native Access 5.8.0-SNAPSHOT .................. SUCCESS [ 6.373 s] [2023-09-08T19:50:03.719Z] [INFO] Java Native Access Platform 5.8.0-SNAPSHOT ......... SUCCESS [ 7.403 s] [2023-09-08T19:50:03.719Z] [INFO] Java Native Access 5.12.1-SNAPSHOT ................. SUCCESS [ 5.592 s] [2023-09-08T19:50:03.719Z] [INFO] Java Native Access Platform 5.12.1-SNAPSHOT ........ SUCCESS [ 4.795 s] [2023-09-08T19:50:03.719Z] [INFO] Eclipse Orbit :: JUnit Recipes 1.0.0-SNAPSHOT ...... SUCCESS [ 0.003 s] [2023-09-08T19:50:03.719Z] [INFO] Eclipse Orbit :: JUnit 4 Recipes 1.0.0-SNAPSHOT .... SUCCESS [ 0.003 s] [2023-09-08T19:50:03.719Z] [INFO] JUnit 4.13.2-SNAPSHOT .............................. SUCCESS [ 4.297 s] [2023-09-08T19:50:03.719Z] [INFO] Eclipse Orbit :: JUnit 5 Recipes 1.0.0-SNAPSHOT .... SUCCESS [ 0.003 s] [2023-09-08T19:50:03.719Z] [INFO] JUnit Jupiter API 5.9.1-SNAPSHOT ................... SUCCESS [ 3.713 s] [2023-09-08T19:50:03.719Z] [INFO] JUnit Jupiter Engine 5.9.1-SNAPSHOT ................ SUCCESS [ 3.065 s] [2023-09-08T19:50:03.719Z] [INFO] JUnit Jupiter Migration Support 5.9.1-SNAPSHOT ..... SUCCESS [ 2.563 s] [2023-09-08T19:50:03.719Z] [INFO] JUnit Jupiter Params 5.9.1-SNAPSHOT ................ SUCCESS [ 4.263 s] [2023-09-08T19:50:03.719Z] [INFO] JUnit Platform Commons 1.9.1-SNAPSHOT .............. SUCCESS [ 2.428 s] [2023-09-08T19:50:03.719Z] [INFO] JUnit Platform Engine API 1.9.1-SNAPSHOT ........... SUCCESS [ 3.636 s] [2023-09-08T19:50:03.719Z] [INFO] JUnit Platform Launcher 1.9.1-SNAPSHOT ............. SUCCESS [ 4.605 s] [2023-09-08T19:50:03.719Z] [INFO] JUnit Platform Runner 1.9.1-SNAPSHOT ............... SUCCESS [ 4.176 s] [2023-09-08T19:50:03.719Z] [INFO] JUnit Platform Suite API 1.9.1-SNAPSHOT ............ SUCCESS [ 2.758 s] [2023-09-08T19:50:03.719Z] [INFO] JUnit Platform Suite Commons 1.9.1 ................. SUCCESS [ 2.454 s] [2023-09-08T19:50:03.719Z] [INFO] JUnit Platform Suite Engine 1.9.1-SNAPSHOT ......... SUCCESS [ 2.474 s] [2023-09-08T19:50:03.719Z] [INFO] JUnit Vintage Engine 5.9.1-SNAPSHOT ................ SUCCESS [ 3.419 s] [2023-09-08T19:50:03.719Z] [INFO] org.opentest4j:opentest4j 1.2.0-SNAPSHOT ........... SUCCESS [ 3.545 s] [2023-09-08T19:50:03.719Z] [INFO] org.apiguardian:apiguardian-api 1.1.2-SNAPSHOT ..... SUCCESS [ 2.299 s] [2023-09-08T19:50:03.719Z] [INFO] Eclipse Orbit :: Knowm Recipes 1.0.0-SNAPSHOT ...... SUCCESS [ 0.003 s] [2023-09-08T19:50:03.719Z] [INFO] XChart 3.6.5-SNAPSHOT .............................. SUCCESS [ 3.295 s] [2023-09-08T19:50:03.719Z] [INFO] Eclipse Orbit :: Logging Recipes 1.0.0-SNAPSHOT .... SUCCESS [ 0.003 s] [2023-09-08T19:50:03.719Z] [INFO] SLF4J API Module 1.7.30-SNAPSHOT ................... SUCCESS [ 3.379 s] [2023-09-08T19:50:03.719Z] [INFO] JCL 1.2 implemented over SLF4J 1.7.30-SNAPSHOT ..... SUCCESS [ 2.581 s] [2023-09-08T19:50:03.719Z] [INFO] Log4j Implemented Over SLF4J 1.7.30-SNAPSHOT ....... SUCCESS [ 3.420 s] [2023-09-08T19:50:03.719Z] [INFO] SLF4J LOG4J-12 Binding 1.7.30-SNAPSHOT ............. SUCCESS [ 3.488 s] [2023-09-08T19:50:03.719Z] [INFO] SLF4J NOP Binding 1.7.30-SNAPSHOT .................. SUCCESS [ 2.277 s] [2023-09-08T19:50:03.719Z] [INFO] SLF4J Simple Binding 1.7.30-SNAPSHOT ............... SUCCESS [ 2.438 s] [2023-09-08T19:50:03.719Z] [INFO] JUL to SLF4J bridge 1.7.30-SNAPSHOT ................ SUCCESS [ 3.875 s] [2023-09-08T19:50:03.719Z] [INFO] SLF4J Extensions Module 1.7.30-SNAPSHOT ............ SUCCESS [ 4.063 s] [2023-09-08T19:50:03.719Z] [INFO] Logback Core Module 1.2.3-SNAPSHOT ................. SUCCESS [ 3.327 s] [2023-09-08T19:50:03.719Z] [INFO] Logback Classic Module 1.2.3-SNAPSHOT .............. SUCCESS [ 4.235 s] [2023-09-08T19:50:03.719Z] [INFO] Logback SLF4J Binding 1.2.3-SNAPSHOT ............... SUCCESS [ 2.163 s] [2023-09-08T19:50:03.719Z] [INFO] JBoss Logging 3.3.2-SNAPSHOT ....................... SUCCESS [ 3.478 s] [2023-09-08T19:50:03.719Z] [INFO] Apache Log4j 2 2.17.1-SNAPSHOT ..................... SUCCESS [ 8.896 s] [2023-09-08T19:50:03.719Z] [INFO] reload4j 1.2.24-SNAPSHOT ........................... SUCCESS [ 3.084 s] [2023-09-08T19:50:03.719Z] [INFO] Eclipse Orbit :: Mockito Recipes 1.0.0-SNAPSHOT .... SUCCESS [ 0.003 s] [2023-09-08T19:50:03.719Z] [INFO] mockito-core 4.8.1-SNAPSHOT ........................ SUCCESS [ 5.140 s] [2023-09-08T19:50:03.719Z] [INFO] mockito-junit-jupiter 4.8.1-SNAPSHOT ............... SUCCESS [ 3.855 s] [2023-09-08T19:50:03.719Z] [INFO] Eclipse Orbit :: Netty Recipes 1.0.0-SNAPSHOT ...... SUCCESS [ 0.003 s] [2023-09-08T19:50:03.719Z] [INFO] Netty/Common 4.1.56-SNAPSHOT ....................... SUCCESS [ 4.160 s] [2023-09-08T19:50:03.719Z] [INFO] Netty/Buffer 4.1.56-SNAPSHOT ....................... SUCCESS [ 3.564 s] [2023-09-08T19:50:03.719Z] [INFO] Eclipse Orbit :: Objenesis Recipes 1.0.0-SNAPSHOT .. SUCCESS [ 0.003 s] [2023-09-08T19:50:03.719Z] [INFO] Objenesis 3.3.0-SNAPSHOT ........................... SUCCESS [ 3.854 s] [2023-09-08T19:50:03.719Z] [INFO] Eclipse Orbit :: Reactive Streams Recipes 1.0.0-SNAPSHOT SUCCESS [ 0.003 s] [2023-09-08T19:50:03.719Z] [INFO] reactive-streams 1.0.2-SNAPSHOT .................... SUCCESS [ 6.402 s] [2023-09-08T19:50:03.719Z] [INFO] Eclipse Orbit :: SnakeYAML Recipes 1.0.0-SNAPSHOT .. SUCCESS [ 0.004 s] [2023-09-08T19:50:03.719Z] [INFO] SnakeYAML 1.27.0-SNAPSHOT .......................... SUCCESS [ 4.490 s] [2023-09-08T19:50:03.719Z] [INFO] Eclipse Orbit :: Sourceforge Recipes 1.0.0-SNAPSHOT SUCCESS [ 0.003 s] [2023-09-08T19:50:03.719Z] [INFO] net.sourceforge.plantuml 1.2019.0-SNAPSHOT ......... SUCCESS [ 14.047 s] [2023-09-08T19:50:03.719Z] [INFO] Eclipse Orbit :: Tukaani Recipes 1.0.0-SNAPSHOT .... SUCCESS [ 0.004 s] [2023-09-08T19:50:03.719Z] [INFO] XZ for Java 1.9.0-SNAPSHOT ......................... SUCCESS [ 4.254 s] [2023-09-08T19:50:03.719Z] [INFO] Eclipse Orbit :: Units Of Measurement Recipes 1.0.0-SNAPSHOT SUCCESS [ 0.005 s] [2023-09-08T19:50:03.719Z] [INFO] Units of Measurement API 1.0.0-SNAPSHOT ............ SUCCESS [ 4.063 s] [2023-09-08T19:50:03.719Z] [INFO] Eclipse Orbit :: XML API Recipes 1.0.0-SNAPSHOT .... SUCCESS [ 0.003 s] [2023-09-08T19:50:03.719Z] [INFO] DOM4J 1.6.1-SNAPSHOT ............................... SUCCESS [ 4.667 s] [2023-09-08T19:50:03.719Z] [INFO] DOM4J 2.1.1-SNAPSHOT ............................... SUCCESS [ 3.674 s] [2023-09-08T19:50:03.719Z] [INFO] jaxen 1.1.6-SNAPSHOT ............................... SUCCESS [ 3.719 s] [2023-09-08T19:50:03.719Z] [INFO] JDOM 2.0.6-SNAPSHOT ................................ SUCCESS [ 5.916 s] [2023-09-08T19:50:03.719Z] [INFO] ------------------------------------------------------------------------ [2023-09-08T19:50:03.719Z] [INFO] BUILD SUCCESS [2023-09-08T19:50:03.719Z] [INFO] ------------------------------------------------------------------------ [2023-09-08T19:50:03.719Z] [INFO] Total time: 26:03 min [2023-09-08T19:50:03.719Z] [INFO] Finished at: 2023-09-08T19:50:03Z [2023-09-08T19:50:03.719Z] [INFO] ------------------------------------------------------------------------ [Pipeline] sh [2023-09-08T19:50:05.965Z] + mvn -V -B -e clean install -Declipse-sign=true -Dartifact-comparator=true -f releng/aggregation-mirror-osgi/pom.xml [2023-09-08T19:50:06.222Z] Apache Maven 3.6.3 (Red Hat 3.6.3-8) [2023-09-08T19:50:06.222Z] Maven home: /usr/share/maven [2023-09-08T19:50:06.222Z] Java version: 11.0.13, vendor: Red Hat, Inc., runtime: /usr/lib/jvm/java-11-openjdk-11.0.13.0.8-2.fc34.x86_64 [2023-09-08T19:50:06.222Z] Default locale: en_US, platform encoding: ANSI_X3.4-1968 [2023-09-08T19:50:06.222Z] OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix" [2023-09-08T19:50:07.599Z] [INFO] Error stacktraces are turned on. [2023-09-08T19:50:07.599Z] [INFO] Scanning for projects... [2023-09-08T19:50:10.869Z] [INFO] [2023-09-08T19:50:10.869Z] [INFO] --< org.eclipse.orbit.bundles:org.eclipse.orbit.releng.recipes.feature.aggregation.mirror-osgi >-- [2023-09-08T19:50:10.869Z] [INFO] Building Eclipse Orbit :: Bundles Aggregation Feature (mirror OSGi) 1.0.0-SNAPSHOT [2023-09-08T19:50:10.869Z] [INFO] --------------------------------[ pom ]--------------------------------- [2023-09-08T19:50:10.869Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/extras/tycho-p2-extras-plugin/2.0.0/tycho-p2-extras-plugin-2.0.0.pom [2023-09-08T19:50:12.285Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-p2-extras-plugin/2.0.0/tycho-p2-extras-plugin-2.0.0.pom [2023-09-08T19:50:12.285Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/extras/tycho-p2-extras-plugin/2.0.0/tycho-p2-extras-plugin-2.0.0.pom [2023-09-08T19:50:12.285Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/tycho/extras/tycho-p2-extras-plugin/2.0.0/tycho-p2-extras-plugin-2.0.0.pom [2023-09-08T19:50:12.285Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/tycho/extras/tycho-p2-extras-plugin/2.0.0/tycho-p2-extras-plugin-2.0.0.pom [2023-09-08T19:50:12.285Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/extras/tycho-p2-extras-plugin/2.0.0/tycho-p2-extras-plugin-2.0.0.pom [2023-09-08T19:50:12.285Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/extras/tycho-p2-extras-plugin/2.0.0/tycho-p2-extras-plugin-2.0.0.pom (5.7 kB at 40 kB/s) [2023-09-08T19:50:12.285Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/extras/tycho-p2-extras-plugin/2.0.0/tycho-p2-extras-plugin-2.0.0.jar [2023-09-08T19:50:12.285Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-p2-extras-plugin/2.0.0/tycho-p2-extras-plugin-2.0.0.jar [2023-09-08T19:50:12.285Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/extras/tycho-p2-extras-plugin/2.0.0/tycho-p2-extras-plugin-2.0.0.jar [2023-09-08T19:50:12.285Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/tycho/extras/tycho-p2-extras-plugin/2.0.0/tycho-p2-extras-plugin-2.0.0.jar [2023-09-08T19:50:12.285Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/tycho/extras/tycho-p2-extras-plugin/2.0.0/tycho-p2-extras-plugin-2.0.0.jar [2023-09-08T19:50:12.285Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/extras/tycho-p2-extras-plugin/2.0.0/tycho-p2-extras-plugin-2.0.0.jar [2023-09-08T19:50:12.285Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/extras/tycho-p2-extras-plugin/2.0.0/tycho-p2-extras-plugin-2.0.0.jar (29 kB at 773 kB/s) [2023-09-08T19:50:12.285Z] [INFO] [2023-09-08T19:50:12.285Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.orbit.releng.recipes.feature.aggregation.mirror-osgi --- [2023-09-08T19:50:12.285Z] [INFO] [2023-09-08T19:50:12.285Z] [INFO] --- tycho-p2-extras-plugin:2.0.0:mirror (mirror-orbit-recipes) @ org.eclipse.orbit.releng.recipes.feature.aggregation.mirror-osgi --- [2023-09-08T19:50:13.215Z] [INFO] Mirroring to /home/jenkins/agent/workspace/orbit-recipes/releng/aggregation-mirror-osgi/target/repository... [2023-09-08T19:50:15.738Z] Mirroring: osgi.bundle,org.eclipse.osgi,3.18.200.v20221116-1324 (Descriptor: canonical: osgi.bundle,org.eclipse.osgi,3.18.200.v20221116-1324) [2023-09-08T19:50:15.995Z] [INFO] [2023-09-08T19:50:15.995Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.eclipse.orbit.releng.recipes.feature.aggregation.mirror-osgi --- [2023-09-08T19:50:15.995Z] [INFO] [2023-09-08T19:50:15.995Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.eclipse.orbit.releng.recipes.feature.aggregation.mirror-osgi --- [2023-09-08T19:50:16.251Z] [INFO] [2023-09-08T19:50:16.251Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.eclipse.orbit.releng.recipes.feature.aggregation.mirror-osgi --- [2023-09-08T19:50:16.508Z] [INFO] [2023-09-08T19:50:16.508Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.orbit.releng.recipes.feature.aggregation.mirror-osgi --- [2023-09-08T19:50:16.508Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/releng/aggregation-mirror-osgi/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.eclipse.orbit.releng.recipes.feature.aggregation.mirror-osgi/1.0.0-SNAPSHOT/org.eclipse.orbit.releng.recipes.feature.aggregation.mirror-osgi-1.0.0-SNAPSHOT.pom [2023-09-08T19:50:16.508Z] [INFO] ------------------------------------------------------------------------ [2023-09-08T19:50:16.508Z] [INFO] BUILD SUCCESS [2023-09-08T19:50:16.508Z] [INFO] ------------------------------------------------------------------------ [2023-09-08T19:50:16.508Z] [INFO] Total time: 8.886 s [2023-09-08T19:50:16.508Z] [INFO] Finished at: 2023-09-08T19:50:16Z [2023-09-08T19:50:16.508Z] [INFO] ------------------------------------------------------------------------ [Pipeline] sh [2023-09-08T19:50:17.314Z] + mvn -V -B -e clean install -Declipse-sign=true -Dartifact-comparator=true -f releng/aggregationfeature/pom.xml [2023-09-08T19:50:17.314Z] Apache Maven 3.6.3 (Red Hat 3.6.3-8) [2023-09-08T19:50:17.314Z] Maven home: /usr/share/maven [2023-09-08T19:50:17.314Z] Java version: 11.0.13, vendor: Red Hat, Inc., runtime: /usr/lib/jvm/java-11-openjdk-11.0.13.0.8-2.fc34.x86_64 [2023-09-08T19:50:17.314Z] Default locale: en_US, platform encoding: ANSI_X3.4-1968 [2023-09-08T19:50:17.314Z] OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix" [2023-09-08T19:50:18.681Z] [INFO] Error stacktraces are turned on. [2023-09-08T19:50:18.936Z] [INFO] Scanning for projects... [2023-09-08T19:50:24.210Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/target-platform-configuration/2.0.0/target-platform-configuration-2.0.0.pom [2023-09-08T19:50:24.210Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/target-platform-configuration/2.0.0/target-platform-configuration-2.0.0.pom [2023-09-08T19:50:24.210Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/target-platform-configuration/2.0.0/target-platform-configuration-2.0.0.pom [2023-09-08T19:50:24.210Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/tycho/target-platform-configuration/2.0.0/target-platform-configuration-2.0.0.pom [2023-09-08T19:50:24.210Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/tycho/target-platform-configuration/2.0.0/target-platform-configuration-2.0.0.pom [2023-09-08T19:50:24.210Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/target-platform-configuration/2.0.0/target-platform-configuration-2.0.0.pom [2023-09-08T19:50:24.210Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/target-platform-configuration/2.0.0/target-platform-configuration-2.0.0.pom (1.7 kB at 14 kB/s) [2023-09-08T19:50:24.210Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/target-platform-configuration/2.0.0/target-platform-configuration-2.0.0.jar [2023-09-08T19:50:24.210Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/target-platform-configuration/2.0.0/target-platform-configuration-2.0.0.jar [2023-09-08T19:50:24.210Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/target-platform-configuration/2.0.0/target-platform-configuration-2.0.0.jar [2023-09-08T19:50:24.210Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/tycho/target-platform-configuration/2.0.0/target-platform-configuration-2.0.0.jar [2023-09-08T19:50:24.210Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/tycho/target-platform-configuration/2.0.0/target-platform-configuration-2.0.0.jar [2023-09-08T19:50:24.210Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/target-platform-configuration/2.0.0/target-platform-configuration-2.0.0.jar [2023-09-08T19:50:24.210Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/target-platform-configuration/2.0.0/target-platform-configuration-2.0.0.jar (11 kB at 319 kB/s) [2023-09-08T19:50:24.210Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/extras/tycho-source-feature-plugin/2.0.0/tycho-source-feature-plugin-2.0.0.pom [2023-09-08T19:50:24.466Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-source-feature-plugin/2.0.0/tycho-source-feature-plugin-2.0.0.pom [2023-09-08T19:50:24.466Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/extras/tycho-source-feature-plugin/2.0.0/tycho-source-feature-plugin-2.0.0.pom [2023-09-08T19:50:24.466Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/tycho/extras/tycho-source-feature-plugin/2.0.0/tycho-source-feature-plugin-2.0.0.pom [2023-09-08T19:50:24.466Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/tycho/extras/tycho-source-feature-plugin/2.0.0/tycho-source-feature-plugin-2.0.0.pom [2023-09-08T19:50:24.466Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/extras/tycho-source-feature-plugin/2.0.0/tycho-source-feature-plugin-2.0.0.pom [2023-09-08T19:50:24.466Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/extras/tycho-source-feature-plugin/2.0.0/tycho-source-feature-plugin-2.0.0.pom (2.2 kB at 31 kB/s) [2023-09-08T19:50:24.466Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/extras/tycho-source-feature-plugin/2.0.0/tycho-source-feature-plugin-2.0.0.jar [2023-09-08T19:50:24.466Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-source-feature-plugin/2.0.0/tycho-source-feature-plugin-2.0.0.jar [2023-09-08T19:50:24.466Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/extras/tycho-source-feature-plugin/2.0.0/tycho-source-feature-plugin-2.0.0.jar [2023-09-08T19:50:24.466Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/tycho/extras/tycho-source-feature-plugin/2.0.0/tycho-source-feature-plugin-2.0.0.jar [2023-09-08T19:50:24.466Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/tycho/extras/tycho-source-feature-plugin/2.0.0/tycho-source-feature-plugin-2.0.0.jar [2023-09-08T19:50:24.466Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/extras/tycho-source-feature-plugin/2.0.0/tycho-source-feature-plugin-2.0.0.jar [2023-09-08T19:50:24.723Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/extras/tycho-source-feature-plugin/2.0.0/tycho-source-feature-plugin-2.0.0.jar (20 kB at 397 kB/s) [2023-09-08T19:50:25.286Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom [2023-09-08T19:50:25.286Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom [2023-09-08T19:50:25.286Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom [2023-09-08T19:50:25.286Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom [2023-09-08T19:50:25.286Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom [2023-09-08T19:50:25.286Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom [2023-09-08T19:50:25.286Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.pom (4.9 kB at 376 kB/s) [2023-09-08T19:50:25.286Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom [2023-09-08T19:50:25.286Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom [2023-09-08T19:50:25.286Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom [2023-09-08T19:50:25.286Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom [2023-09-08T19:50:25.286Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom [2023-09-08T19:50:25.286Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom [2023-09-08T19:50:25.286Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/18/maven-plugins-18.pom (13 kB at 1.1 MB/s) [2023-09-08T19:50:25.286Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar [2023-09-08T19:50:25.286Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar [2023-09-08T19:50:25.286Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar [2023-09-08T19:50:25.286Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar [2023-09-08T19:50:25.286Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar [2023-09-08T19:50:25.543Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar [2023-09-08T19:50:25.543Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar (23 kB at 1.8 MB/s) [2023-09-08T19:50:25.543Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom [2023-09-08T19:50:25.543Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom [2023-09-08T19:50:25.543Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom [2023-09-08T19:50:25.543Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom [2023-09-08T19:50:25.543Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom [2023-09-08T19:50:25.543Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom [2023-09-08T19:50:25.543Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.pom (5.7 kB at 476 kB/s) [2023-09-08T19:50:25.543Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom [2023-09-08T19:50:25.543Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom [2023-09-08T19:50:25.543Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom [2023-09-08T19:50:25.543Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom [2023-09-08T19:50:25.543Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom [2023-09-08T19:50:25.543Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom [2023-09-08T19:50:25.543Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom (13 kB at 996 kB/s) [2023-09-08T19:50:25.800Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar [2023-09-08T19:50:25.800Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar [2023-09-08T19:50:25.800Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar [2023-09-08T19:50:25.800Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar [2023-09-08T19:50:25.800Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar [2023-09-08T19:50:25.800Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar [2023-09-08T19:50:25.800Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/2.5/maven-deploy-plugin-2.5.jar (23 kB at 1.2 MB/s) [2023-09-08T19:50:25.800Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom [2023-09-08T19:50:25.800Z] [INFO] Downloading from 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 [2023-09-08T19:50:25.800Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom [2023-09-08T19:50:25.800Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom [2023-09-08T19:50:25.800Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom [2023-09-08T19:50:25.800Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom [2023-09-08T19:50:25.800Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom (21 kB at 1.7 MB/s) [2023-09-08T19:50:25.800Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar [2023-09-08T19:50:25.800Z] [INFO] Downloading from 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 [2023-09-08T19:50:25.800Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar [2023-09-08T19:50:25.801Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar [2023-09-08T19:50:25.801Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar [2023-09-08T19:50:25.801Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar [2023-09-08T19:50:26.056Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar (124 kB at 5.0 MB/s) [2023-09-08T19:50:26.056Z] [INFO] Computing target platform for MavenProject: org.eclipse.orbit.bundles:org.eclipse.orbit.releng.recipes.feature.aggregation:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/releng/aggregationfeature/pom.xml [2023-09-08T19:50:26.057Z] [INFO] Adding repository file://home/jenkins/agent/workspace/orbit-recipes/releng/aggregationfeature/../aggregation-mirror-osgi/target/repository [2023-09-08T19:50:26.314Z] [INFO] Adding repository https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository [2023-09-08T19:50:26.314Z] [INFO] Fetching content.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/ (106.52kB) [2023-09-08T19:50:26.571Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.orbit.bundles:org.eclipse.orbit.releng.recipes.feature.aggregation:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/releng/aggregationfeature/pom.xml [2023-09-08T19:50:27.500Z] [INFO] Fetching &countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/tools/orbit/downloads/drops/R20201118194144/repository/ (63B) [2023-09-08T19:50:27.756Z] [INFO] Fetching javax.xml.bind_2.2.0.v201105210648.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (55.41kB) [2023-09-08T19:50:28.013Z] [INFO] Fetching javax.activation_1.1.0.v201211130549.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (26.78kB) [2023-09-08T19:50:28.269Z] [INFO] Fetching javax.servlet_3.1.0.v201410161800.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (108.23kB) [2023-09-08T19:50:28.525Z] [INFO] Fetching javax.xml.rpc_1.1.0.v201209140446.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (34.93kB) [2023-09-08T19:50:28.525Z] [INFO] Fetching javax.xml.soap_1.3.0.v201105210645.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (15.49kB) [2023-09-08T19:50:28.782Z] [INFO] Fetching org.apache.axis_1.4.0.v201411182030.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (1.47MB) [2023-09-08T19:50:29.038Z] [INFO] Fetching javax.wsdl_1.6.2.v201012040545.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (51.02kB) [2023-09-08T19:50:29.038Z] [INFO] Fetching org.apache.commons.discovery_0.2.0.v201004190315.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (67.17kB) [2023-09-08T19:50:29.304Z] [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (35.59kB) [2023-09-08T19:50:29.563Z] [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (95.26kB) [2023-09-08T19:50:29.563Z] [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (16.71kB) [2023-09-08T19:50:29.563Z] [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (15.35kB) [2023-09-08T19:50:29.818Z] [INFO] Fetching org.slf4j.jcl_1.7.2.v20130115-1340.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (14.59kB) [2023-09-08T19:50:29.818Z] [INFO] Fetching org.apache.commons.httpclient_3.1.0.v201012070820.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (112.66kB) [2023-09-08T19:50:30.074Z] [INFO] Fetching org.uddi4j_2.0.5.v200805270300.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (51.95kB) [2023-09-08T19:50:30.331Z] [INFO] Fetching javassist_3.13.0.GA_v201209210905.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (681.36kB) [2023-09-08T19:50:30.331Z] [WARNING] The following locally built units have been used to resolve project dependencies: [2023-09-08T19:50:30.331Z] [WARNING] org.apache.batik.awt.util/1.16.0.v20221027-0840 [2023-09-08T19:50:30.331Z] [WARNING] org.apache.wsil4j/1.0.0.v20180522-1857 [2023-09-08T19:50:30.331Z] [WARNING] org.junit.jupiter.migrationsupport/5.9.1.v20221103-2317 [2023-09-08T19:50:30.331Z] [WARNING] org.objectweb.asm.analysis/9.4.0.v20221107-1714 [2023-09-08T19:50:30.331Z] [WARNING] org.mockito.junit-jupiter/4.8.1.v20221103-2317 [2023-09-08T19:50:30.331Z] [WARNING] org.apache.maven.resolver.api/1.0.3.v20170405-0725 [2023-09-08T19:50:30.331Z] [WARNING] org.antlr.runtime/4.7.2.v20221112-0806 [2023-09-08T19:50:30.331Z] [WARNING] com.atlassian.commonmark-ins/0.15.1.v20221112-0806 [2023-09-08T19:50:30.331Z] [WARNING] com.google.api.client-auth-oauth2/1.2.3.v20221112-0806 [2023-09-08T19:50:30.331Z] [WARNING] com.github.jnr.jffi.native/1.3.9.v20221215-1656 [2023-09-08T19:50:30.331Z] [WARNING] org.apache.xalan/2.7.2.v20221112-0806 [2023-09-08T19:50:30.331Z] [WARNING] com.github.oshi.oshi-core/3.8.0.v20221112-0806 [2023-09-08T19:50:30.332Z] [WARNING] org.apache.commons.collections/3.2.2.v20220405-1659 [2023-09-08T19:50:30.332Z] [WARNING] org.apache.commons.logging/1.2.0.v20180409-1502 [2023-09-08T19:50:30.332Z] [WARNING] com.atlassian.commonmark-gfm-tables/0.15.1.v20221112-0806 [2023-09-08T19:50:30.332Z] [WARNING] org.glassfish.jersey.apache.connector/2.30.1.v20221203-1659 [2023-09-08T19:50:30.332Z] [WARNING] org.dom4j/1.6.1.v20221112-0806 [2023-09-08T19:50:30.332Z] [WARNING] org.apache.jclouds.api.cloudwatch/1.8.0.v20160301-1110 [2023-09-08T19:50:30.332Z] [WARNING] io.opencensus.opencensus-contrib-http-util/0.26.0.v20221112-0806 [2023-09-08T19:50:30.332Z] [WARNING] org.bouncycastle.bcutil/1.72.0.v20221013-1810 [2023-09-08T19:50:30.332Z] [WARNING] org.apache.commons.collections4/4.4.0.v20221112-0806 [2023-09-08T19:50:30.332Z] [WARNING] org.apache.xmlrpc.client/3.1.3.v20160817-1930 [2023-09-08T19:50:30.332Z] [WARNING] org.apache.batik.svggen/1.16.0.v20221027-0840 [2023-09-08T19:50:30.332Z] [WARNING] org.glassfish.hk2.utils/2.5.0.v20160210-1508 [2023-09-08T19:50:30.332Z] [WARNING] javax.activation/2.0.0.v20221203-1659 [2023-09-08T19:50:30.332Z] [WARNING] io.netty.common/4.1.56.v20221112-0806 [2023-09-08T19:50:30.332Z] [WARNING] com.google.inject/5.0.1.v20221112-0806 [2023-09-08T19:50:30.332Z] [WARNING] org.glassfish.jersey.media.jersey-media-json-jackson/2.30.1.v20221112-0806 [2023-09-08T19:50:30.332Z] [WARNING] ch.qos.logback.classic/1.2.3.v20221112-0806 [2023-09-08T19:50:30.332Z] [WARNING] com.google.http-client.google-http-client/1.34.2.v20221112-0806 [2023-09-08T19:50:30.332Z] [WARNING] org.apache.jclouds.labs.docker/1.8.0.v20160301-1110 [2023-09-08T19:50:30.332Z] [WARNING] org.apache.jclouds.api.ec2/1.8.0.v20160301-1110 [2023-09-08T19:50:30.332Z] [WARNING] org.apache.lucene.core/9.4.2.v20221211-0752 [2023-09-08T19:50:30.332Z] [WARNING] com.google.javascript/0.0.20160315.v20161124-1903 [2023-09-08T19:50:30.332Z] [WARNING] org.apache.httpcomponents.httpcore/4.4.16.v20221207-1049 [2023-09-08T19:50:30.332Z] [WARNING] com.fasterxml.jackson.core.jackson-core/2.13.2.v20220426-1653 [2023-09-08T19:50:30.332Z] [WARNING] org.glassfish.jersey.containers.servlet.core/2.30.1.v20221112-0806 [2023-09-08T19:50:30.332Z] [WARNING] org.apache.batik.constants/1.16.0.v20221027-0840 [2023-09-08T19:50:30.332Z] [WARNING] org.objectweb.asm/9.4.0.v20221107-1714 [2023-09-08T19:50:30.332Z] [WARNING] org.apache.xmlbeans/3.1.0.v20221112-0806 [2023-09-08T19:50:30.332Z] [WARNING] com.atlassian.commonmark-image-attributes/0.15.1.v20221112-0806 [2023-09-08T19:50:30.332Z] [WARNING] org.ejml.denseC64/0.29.0.v20221112-0806 [2023-09-08T19:50:30.332Z] [WARNING] org.apache.logging.log4j/2.17.1.v20220106-2156 [2023-09-08T19:50:30.332Z] [WARNING] com.google.api.client-repackaged-com-google-common-base/1.2.3.v20221112-0806 [2023-09-08T19:50:30.332Z] [WARNING] org.apache.log4j/1.2.24.v20221221-2012 [2023-09-08T19:50:30.332Z] [WARNING] org.junit.platform.commons/1.9.1.v20221103-2317 [2023-09-08T19:50:30.332Z] [WARNING] com.cronutils/5.0.5.v20221112-0806 [2023-09-08T19:50:30.332Z] [WARNING] org.objenesis/3.3.0.v20221103-2317 [2023-09-08T19:50:30.332Z] [WARNING] com.fasterxml.jackson.core.jackson-databind/2.13.2.v20220426-1653 [2023-09-08T19:50:30.332Z] [WARNING] org.apache.pdfbox.preflight/2.0.6.v20221112-0806 [2023-09-08T19:50:30.332Z] [WARNING] org.jcodings/1.0.18.v20170306-1742 [2023-09-08T19:50:30.332Z] [WARNING] org.immutables.value/2.8.3.v20221112-0806 [2023-09-08T19:50:30.332Z] [WARNING] org.ejml.equation/0.29.0.v20221112-0806 [2023-09-08T19:50:30.332Z] [WARNING] org.ejml.ejml-all/0.38.0.v20221112-0806 [2023-09-08T19:50:30.332Z] [WARNING] org.glassfish.jersey.core.jersey-client/2.30.1.v20221112-0806 [2023-09-08T19:50:30.332Z] [WARNING] com.sun.jna/4.5.1.v20210503-0343 [2023-09-08T19:50:30.332Z] [WARNING] javax.validation/1.1.0.v20221112-0806 [2023-09-08T19:50:30.332Z] [WARNING] com.graphql.java/11.0.0.v20221112-0806 [2023-09-08T19:50:30.332Z] [WARNING] org.antlr.runtime/4.5.1.v20160210-1233 [2023-09-08T19:50:30.332Z] [WARNING] org.apache.httpcomponents.client5.httpclient5/5.1.3.v20221013-1742 [2023-09-08T19:50:30.332Z] [WARNING] com.google.inject.assistedinject/5.0.1.v20221112-0806 [2023-09-08T19:50:30.332Z] [WARNING] com.google.flogger.testing/0.1.0.v20180506-0038 [2023-09-08T19:50:30.332Z] [WARNING] com.github.jnr.posix/3.1.15.v20221215-1656 [2023-09-08T19:50:30.332Z] [WARNING] net.i2p.crypto.eddsa/0.3.0.v20220506-1020 [2023-09-08T19:50:30.332Z] [WARNING] com.google.oauth-client-java6/1.30.6.v20221112-0806 [2023-09-08T19:50:30.332Z] [WARNING] jakarta.el/4.0.0.v20221203-1659 [2023-09-08T19:50:30.332Z] [WARNING] org.objectweb.asm.util/9.4.0.v20221107-1714 [2023-09-08T19:50:30.332Z] [WARNING] org.glassfish.hk2.locator/2.6.1.v20221203-1659 [2023-09-08T19:50:30.332Z] [WARNING] com.fasterxml.jackson.jaxrs.jackson-jaxrs-base/2.13.2.v20220426-1653 [2023-09-08T19:50:30.332Z] [WARNING] org.apache.sshd.sftp/2.8.0.v20211227-1750 [2023-09-08T19:50:30.332Z] [WARNING] org.apache.commons.codec/1.14.0.v20221112-0806 [2023-09-08T19:50:30.332Z] [WARNING] com.github.jnr.enxio/0.32.13.v20221215-1656 [2023-09-08T19:50:30.332Z] [WARNING] org.apache.lucene.analyzers-common/7.5.0.v20181003-1532 [2023-09-08T19:50:30.332Z] [WARNING] org.dom4j/2.1.1.v20221112-0806 [2023-09-08T19:50:30.332Z] [WARNING] com.google.api.client-util/1.2.3.v20221112-0806 [2023-09-08T19:50:30.332Z] [WARNING] org.apache.batik.script/1.16.0.v20221027-0840 [2023-09-08T19:50:30.332Z] [WARNING] org.apache.lucene.analyzers-smartcn/7.5.0.v20181003-1532 [2023-09-08T19:50:30.332Z] [WARNING] org.slf4j.apis.log4j/1.7.30.v20221112-0806 [2023-09-08T19:50:30.332Z] [WARNING] org.antlr.runtime/3.2.0.v20220404-1927 [2023-09-08T19:50:30.332Z] [WARNING] net.jini/2.1.0.v20221112-0806 [2023-09-08T19:50:30.332Z] [WARNING] org.junit/4.13.2.v20211018-1956 [2023-09-08T19:50:30.332Z] [WARNING] org.apache.batik.util/1.16.0.v20221027-0840 [2023-09-08T19:50:30.332Z] [WARNING] com.atlassian.commonmark/0.15.1.v20221112-0806 [2023-09-08T19:50:30.332Z] [WARNING] org.apache.httpcomponents.core5.httpcore5-h2/5.1.4.v20221013-1742 [2023-09-08T19:50:30.332Z] [WARNING] org.glassfish.hk2.locator/2.5.0.v20161103-0227 [2023-09-08T19:50:30.332Z] [WARNING] org.apache.tika.parsers/1.24.1.v20211101-1915 [2023-09-08T19:50:30.332Z] [WARNING] com.ibm.icu/72.1.0.v20221115-2007 [2023-09-08T19:50:30.332Z] [WARNING] com.konghq.unirest-java/3.4.2.v20221112-0806 [2023-09-08T19:50:30.332Z] [WARNING] org.apache.commons.csv/1.8.0.v20221112-0806 [2023-09-08T19:50:30.332Z] [WARNING] com.google.guava/30.1.0.v20221112-0806 [2023-09-08T19:50:30.332Z] [WARNING] org.apiguardian/1.1.2.v20211018-1956 [2023-09-08T19:50:30.332Z] [WARNING] com.fasterxml.jackson.datatype.jackson-datatype-guava/2.13.2.v20220426-1653 [2023-09-08T19:50:30.332Z] [WARNING] org.apache.jclouds.jclouds-blobstore/1.8.0.v20160301-1110 [2023-09-08T19:50:30.332Z] [WARNING] org.apache.httpcomponents.httpclient/4.5.14.v20230516-1249 [2023-09-08T19:50:30.332Z] [WARNING] org.mozilla.javascript/1.7.10.v20221112-0806 [2023-09-08T19:50:30.332Z] [WARNING] org.glassfish.jersey.inject.jersey-hk2/2.30.1.v20221203-1659 [2023-09-08T19:50:30.332Z] [WARNING] com.google.api.client-json/1.2.3.v20221112-0806 [2023-09-08T19:50:30.332Z] [WARNING] com.google.j2objc.j2objc-annotations/1.3.0.v20221112-0806 [2023-09-08T19:50:30.332Z] [WARNING] org.apache.jclouds.common.openstack-common/1.8.0.v20160301-1110 [2023-09-08T19:50:30.332Z] [WARNING] com.github.virtuald.curvesapi/1.6.0.v20221112-0806 [2023-09-08T19:50:30.332Z] [WARNING] net.bytebuddy.byte-buddy-agent/1.9.0.v20181106-1534 [2023-09-08T19:50:30.332Z] [WARNING] org.conscrypt.conscrypt-openjdk-uber/2.5.1.v20220506-1020 [2023-09-08T19:50:30.332Z] [WARNING] org.apache.lucene.analysis-smartcn/9.4.2.v20221211-0752 [2023-09-08T19:50:30.332Z] [WARNING] com.jcraft.jsch/0.1.55.v20221112-0806 [2023-09-08T19:50:30.332Z] [WARNING] ca.odell.glazedlists/1.11.0.v20221112-0806 [2023-09-08T19:50:30.332Z] [WARNING] ch.qos.logback.core/1.2.3.v20221112-0806 [2023-09-08T19:50:30.332Z] [WARNING] jakarta.websocket/2.0.0.v20221203-1659 [2023-09-08T19:50:30.332Z] [WARNING] org.apache.jclouds.driver.jclouds-slf4j/1.8.0.v20160301-1110 [2023-09-08T19:50:30.332Z] [WARNING] org.junit.platform.suite.api/1.9.1.v20221103-2317 [2023-09-08T19:50:30.332Z] [WARNING] org.jgrapht.jgrapht-core/1.4.0.v20220411-2343 [2023-09-08T19:50:30.332Z] [WARNING] org.apache.lucene.queryparser/7.5.0.v20181003-1532 [2023-09-08T19:50:30.332Z] [WARNING] org.apache.batik.bridge/1.16.0.v20230210-1249 [2023-09-08T19:50:30.332Z] [WARNING] jakarta.servlet.jsp/3.0.0.v20221203-1659 [2023-09-08T19:50:30.332Z] [WARNING] com.github.jnr.a64asm/1.0.0.v20221215-1656 [2023-09-08T19:50:30.332Z] [WARNING] org.hsqldb/2.2.9.v20221112-0806 [2023-09-08T19:50:30.332Z] [WARNING] javax.ws.rs/2.1.6.v20221203-1659 [2023-09-08T19:50:30.332Z] [WARNING] org.apache.xml.resolver/1.2.0.v20220715-1206 [2023-09-08T19:50:30.332Z] [WARNING] org.apache.jclouds.api.sts/1.8.0.v20160301-1110 [2023-09-08T19:50:30.332Z] [WARNING] javax.annotation/1.3.5.v20230504-0748 [2023-09-08T19:50:30.332Z] [WARNING] ch.qos.logback.slf4j/1.2.3.v20221112-0806 [2023-09-08T19:50:30.332Z] [WARNING] com.google.gdata/1.47.1.v20221112-0806 [2023-09-08T19:50:30.332Z] [WARNING] org.apache.batik.css/1.16.0.v20221027-0840 [2023-09-08T19:50:30.332Z] [WARNING] com.github.jnr.x86asm/1.0.2.v20221112-0806 [2023-09-08T19:50:30.332Z] [WARNING] org.apache.commons.cli/1.4.0.v20221112-0806 [2023-09-08T19:50:30.332Z] [WARNING] org.ejml.experimental/0.29.0.v20221112-0806 [2023-09-08T19:50:30.332Z] [WARNING] org.apache.pdfbox.fontbox/2.0.6.v20221112-0806 [2023-09-08T19:50:30.332Z] [WARNING] org.apache.sshd.osgi/2.8.0.v20211227-1750 [2023-09-08T19:50:30.332Z] [WARNING] com.google.gson/2.10.1.v20230109-0753 [2023-09-08T19:50:30.332Z] [WARNING] javaewah/1.1.13.v20211029-0839 [2023-09-08T19:50:30.332Z] [WARNING] com.sun.jna/4.1.0.v20210503-0343 [2023-09-08T19:50:30.332Z] [WARNING] org.apache.commons.lang/2.6.0.v20220406-2305 [2023-09-08T19:50:30.332Z] [WARNING] org.apache.batik.dom.svg/1.16.0.v20221027-0840 [2023-09-08T19:50:30.332Z] [WARNING] com.fasterxml.jackson.core.jackson-annotations/2.13.2.v20220426-1653 [2023-09-08T19:50:30.332Z] [WARNING] org.aopalliance/1.0.0.v20220404-1927 [2023-09-08T19:50:30.332Z] [WARNING] org.joni/2.1.11.v20170306-1742 [2023-09-08T19:50:30.332Z] [WARNING] org.apache.httpcomponents.client5.httpclient5-win/5.1.3.v20221013-1742 [2023-09-08T19:50:30.332Z] [WARNING] jakarta.xml.bind/2.3.3.v20221203-1659 [2023-09-08T19:50:30.332Z] [WARNING] com.github.jnr.jffi/1.3.9.v20221215-1656 [2023-09-08T19:50:30.332Z] [WARNING] com.github.jnr.unixsocket/0.38.17.v20221215-1656 [2023-09-08T19:50:30.332Z] [WARNING] org.junit.jupiter.api/5.9.1.v20221103-2317 [2023-09-08T19:50:30.332Z] [WARNING] org.apache.batik.ext/1.16.0.v20221027-0840 [2023-09-08T19:50:30.332Z] [WARNING] org.reactivestreams/1.0.2.v20181120-0809 [2023-09-08T19:50:30.332Z] [WARNING] org.objectweb.asm.tree/9.4.0.v20221107-1714 [2023-09-08T19:50:30.332Z] [WARNING] org.apache.batik.i18n/1.16.0.v20221027-0840 [2023-09-08T19:50:30.332Z] [WARNING] com.atlassian.commonmark-yaml/0.15.1.v20221112-0806 [2023-09-08T19:50:30.332Z] [WARNING] com.sun.jna/5.12.1.v20221103-2317 [2023-09-08T19:50:30.332Z] [WARNING] org.slf4j.binding.simple/1.7.30.v20221112-0806 [2023-09-08T19:50:30.332Z] [WARNING] org.ejml.core/0.29.0.v20221112-0806 [2023-09-08T19:50:30.332Z] [WARNING] org.jdom2/2.0.6.v20221112-0806 [2023-09-08T19:50:30.332Z] [WARNING] org.yaml.snakeyaml/1.27.0.v20221112-0806 [2023-09-08T19:50:30.332Z] [WARNING] com.atlassian.commonmark-gfm-strikethrough/0.15.1.v20221112-0806 [2023-09-08T19:50:30.332Z] [WARNING] org.antlr.runtime/4.10.1.v20230210-1433 [2023-09-08T19:50:30.332Z] [WARNING] org.ejml.simple/0.29.0.v20221112-0806 [2023-09-08T19:50:30.332Z] [WARNING] org.junit.platform.engine/1.9.1.v20221103-2317 [2023-09-08T19:50:30.332Z] [WARNING] jakarta.servlet/5.0.0.v20221203-1659 [2023-09-08T19:50:30.332Z] [WARNING] org.kohsuke.args4j/2.33.0.v20160323-2218 [2023-09-08T19:50:30.332Z] [WARNING] org.apache.pdfbox.xmpbox/2.0.6.v20221112-0806 [2023-09-08T19:50:30.332Z] [WARNING] org.slf4j.binding.log4j12/1.7.30.v20221112-0806 [2023-09-08T19:50:30.332Z] [WARNING] com.github.jnr.ffi/2.2.11.v20221215-1656 [2023-09-08T19:50:30.332Z] [WARNING] com.google.auth.oauth2-http/0.20.0.v20221112-0806 [2023-09-08T19:50:30.332Z] [WARNING] com.google.api.client-escape/1.2.3.v20221112-0806 [2023-09-08T19:50:30.332Z] [WARNING] com.google.api.client-http/1.2.3.v20221112-0806 [2023-09-08T19:50:30.332Z] [WARNING] org.jsoup/1.14.3.v20211012-1727 [2023-09-08T19:50:30.332Z] [WARNING] org.glassfish.hk2.osgi-resource-locator/2.5.0.v20161103-1916 [2023-09-08T19:50:30.332Z] [WARNING] org.apache.batik.shared.resources/1.16.0.v20221027-0840 [2023-09-08T19:50:30.332Z] [WARNING] org.apache.poi/4.1.1.v20221112-0806 [2023-09-08T19:50:30.332Z] [WARNING] org.tukaani.xz/1.9.0.v20210624-1259 [2023-09-08T19:50:30.332Z] [WARNING] org.apache.batik.xml/1.16.0.v20221027-0840 [2023-09-08T19:50:30.332Z] [WARNING] org.slf4j.binding.nop/1.7.30.v20221112-0806 [2023-09-08T19:50:30.332Z] [WARNING] org.junit.platform.suite.commons/1.9.1.v20221103-2317 [2023-09-08T19:50:30.332Z] [WARNING] jakarta.activation/1.2.2.v20221203-1659 [2023-09-08T19:50:30.332Z] [WARNING] net.bytebuddy.byte-buddy/1.7.9.v20180420-1519 [2023-09-08T19:50:30.332Z] [WARNING] org.apache.ws.commons.util/1.0.2.v20160817-1930 [2023-09-08T19:50:30.332Z] [WARNING] net.bytebuddy.byte-buddy-agent/1.12.18.v20221114-2102 [2023-09-08T19:50:30.332Z] [WARNING] com.google.guava/27.1.0.v20221112-0806 [2023-09-08T19:50:30.332Z] [WARNING] com.sun.jna.platform/5.12.1.v20221103-2317 [2023-09-08T19:50:30.332Z] [WARNING] com.google.auto.value.auto-value-annotations/1.7.0.v20221112-0806 [2023-09-08T19:50:30.332Z] [WARNING] org.apache.jclouds.labs.openstack-neutron/1.8.0.v20160301-1110 [2023-09-08T19:50:30.333Z] [WARNING] org.bouncycastle.bcprov/1.72.0.v20221013-1810 [2023-09-08T19:50:30.333Z] [WARNING] org.apache.commons.math3/3.6.1.v20221112-0806 [2023-09-08T19:50:30.333Z] [WARNING] org.apache.maven.resolver.transport.http/1.0.3.v20170405-0725 [2023-09-08T19:50:30.333Z] [WARNING] org.junit.platform.suite.engine/1.9.1.v20221103-2317 [2023-09-08T19:50:30.333Z] [WARNING] org.freemarker/2.3.22.v20160210-1233 [2023-09-08T19:50:30.333Z] [WARNING] java_cup/0.11.20150326.v20180425-1030 [2023-09-08T19:50:30.333Z] [WARNING] com.sun.xml.bind/2.3.3.v20221203-1659 [2023-09-08T19:50:30.333Z] [WARNING] org.apache.xml.serializer/2.7.2.v20220406-0601 [2023-09-08T19:50:30.333Z] [WARNING] com.google.oauth-client/1.30.6.v20221112-0806 [2023-09-08T19:50:30.333Z] [WARNING] java_cup-runtime/0.11.20150326.v20180425-1030 [2023-09-08T19:50:30.333Z] [WARNING] com.google.protobuf/2.4.1.v20220404-1934 [2023-09-08T19:50:30.333Z] [WARNING] org.apache.maven.resolver.spi/1.0.3.v20170405-0725 [2023-09-08T19:50:30.333Z] [WARNING] org.apache.xmlrpc.common/3.1.3.v20181004-1955 [2023-09-08T19:50:30.333Z] [WARNING] org.apache.lucene.core/8.4.1.v20221112-0806 [2023-09-08T19:50:30.333Z] [WARNING] com.atlassian.commonmark-heading-anchor/0.15.1.v20221112-0806 [2023-09-08T19:50:30.333Z] [WARNING] org.apache.commons.lang3/3.12.0.v20221221-1931 [2023-09-08T19:50:30.333Z] [WARNING] org.apache.batik.gvt/1.16.0.v20221027-0840 [2023-09-08T19:50:30.333Z] [WARNING] org.apache.tika.core/1.24.1.v20211101-1915 [2023-09-08T19:50:30.333Z] [WARNING] javax.inject/1.0.0.v20220405-0441 [2023-09-08T19:50:30.333Z] [WARNING] org.apache.jclouds.jclouds-core/1.8.0.v20181004-1955 [2023-09-08T19:50:30.333Z] [WARNING] io.opencensus.opencensus-api/0.26.0.v20221112-0806 [2023-09-08T19:50:30.333Z] [WARNING] org.apache.batik.parser/1.16.0.v20221027-0840 [2023-09-08T19:50:30.333Z] [WARNING] com.sun.jna.platform/4.1.0.v20170410-1117 [2023-09-08T19:50:30.333Z] [WARNING] org.hamcrest.library/1.3.0.v20180524-2246 [2023-09-08T19:50:30.333Z] [WARNING] org.glassfish.hk2.api/2.6.1.v20221203-1659 [2023-09-08T19:50:30.333Z] [WARNING] org.apache.maven.resolver.connector.basic/1.0.3.v20170405-0725 [2023-09-08T19:50:30.333Z] [WARNING] org.apache.sshd.sftp/2.9.2.v20221117-1942 [2023-09-08T19:50:30.333Z] [WARNING] org.slf4j.ext/1.7.30.v20221112-0806 [2023-09-08T19:50:30.333Z] [WARNING] org.assertj/3.20.2.v20210706-1104 [2023-09-08T19:50:30.333Z] [WARNING] org.junit.platform.runner/1.9.1.v20221103-2317 [2023-09-08T19:50:30.333Z] [WARNING] com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider/2.13.2.v20220426-1653 [2023-09-08T19:50:30.333Z] [WARNING] com.sun.jna/5.8.0.v20210503-0343 [2023-09-08T19:50:30.333Z] [WARNING] org.junit.jupiter.params/5.9.1.v20221103-2317 [2023-09-08T19:50:30.333Z] [WARNING] io.github.classgraph/4.8.149.v20220915-0556 [2023-09-08T19:50:30.333Z] [WARNING] com.sun.jna/5.6.0.v20210503-0343 [2023-09-08T19:50:30.333Z] [WARNING] org.apache.jclouds.api.openstack-nova/1.8.0.v20160301-1110 [2023-09-08T19:50:30.333Z] [WARNING] org.jaxen/1.1.6.v20221112-0806 [2023-09-08T19:50:30.333Z] [WARNING] org.apache.lucene.core/7.5.0.v20181003-1532 [2023-09-08T19:50:30.333Z] [WARNING] org.apache.jclouds.jclouds-scriptbuilder/1.8.0.v20160301-1110 [2023-09-08T19:50:30.333Z] [WARNING] net.sourceforge.plantuml/1.2019.0.v20221112-0806 [2023-09-08T19:50:30.333Z] [WARNING] net.bytebuddy.byte-buddy/1.9.0.v20181107-1410 [2023-09-08T19:50:30.333Z] [WARNING] org.apache.onami.configuration/6.3.0.v20160301-1110 [2023-09-08T19:50:30.333Z] [WARNING] org.bouncycastle.bcpkix/1.72.0.v20221013-1810 [2023-09-08T19:50:30.333Z] [WARNING] org.apache.xerces/2.12.2.v20220131-0835 [2023-09-08T19:50:30.333Z] [WARNING] org.antlr.runtime/3.5.2.v20221112-0806 [2023-09-08T19:50:30.333Z] [WARNING] com.google.flogger.systembackend/0.1.0.v20180506-0038 [2023-09-08T19:50:30.333Z] [WARNING] com.google.http-client.google-http-client-jackson2/1.34.2.v20221112-0806 [2023-09-08T19:50:30.333Z] [WARNING] org.hamcrest.core/1.3.0.v20180420-1519 [2023-09-08T19:50:30.333Z] [WARNING] org.apache.ant/1.10.12.v20211102-1452 [2023-09-08T19:50:30.333Z] [WARNING] org.eclipse.orbit.mongodb/3.2.2.v20181004-1955 [2023-09-08T19:50:30.333Z] [WARNING] io.netty.buffer/4.1.56.v20221112-0806 [2023-09-08T19:50:30.333Z] [WARNING] org.jboss.logging/3.3.2.v20221112-0806 [2023-09-08T19:50:30.333Z] [WARNING] org.apache.jclouds.api.openstack-keystone/1.8.0.v20160301-1110 [2023-09-08T19:50:30.333Z] [WARNING] com.google.api.client-auth/1.2.3.v20221112-0806 [2023-09-08T19:50:30.333Z] [WARNING] org.opentest4j/1.2.0.v20211018-1956 [2023-09-08T19:50:30.333Z] [WARNING] org.apache.commons.io/2.8.0.v20210415-0900 [2023-09-08T19:50:30.333Z] [WARNING] javax.activation/1.2.2.v20221203-1659 [2023-09-08T19:50:30.333Z] [WARNING] org.hamcrest/2.2.0.v20210711-0821 [2023-09-08T19:50:30.333Z] [WARNING] org.glassfish.hk2.osgi-resource-locator/1.0.3.v20221203-1659 [2023-09-08T19:50:30.333Z] [WARNING] org.bouncycastle.bcpg/1.72.0.v20221013-1810 [2023-09-08T19:50:30.333Z] [WARNING] org.apache.httpcomponents.httpcore-nio/4.4.16.v20221207-1049 [2023-09-08T19:50:30.333Z] [WARNING] org.apache.lucene.analyzers-smartcn/8.4.1.v20221112-0806 [2023-09-08T19:50:30.333Z] [WARNING] io.github.java-diff-utils/4.8.0.v20221112-0806 [2023-09-08T19:50:30.333Z] [WARNING] com.google.flogger/0.1.0.v20180506-0038 [2023-09-08T19:50:30.333Z] [WARNING] org.slf4j.apis.jcl/1.7.30.v20221112-0806 [2023-09-08T19:50:30.333Z] [WARNING] org.mockito.mockito-core/4.8.1.v20221103-2317 [2023-09-08T19:50:30.333Z] [WARNING] org.glassfish.jersey.ext.entityfiltering/2.30.1.v20221112-0806 [2023-09-08T19:50:30.333Z] [WARNING] org.glassfish.jersey.core.jersey-common/2.30.1.v20221112-0806 [2023-09-08T19:50:30.333Z] [WARNING] org.apache.batik.codec/1.16.0.v20221027-0840 [2023-09-08T19:50:30.333Z] [WARNING] com.atlassian.commonmark-task-list-items/0.15.1.v20221112-0806 [2023-09-08T19:50:30.333Z] [WARNING] org.apache.httpcomponents.httpasyncclient/4.1.3.v20221112-0806 [2023-09-08T19:50:30.333Z] [WARNING] org.glassfish.jersey.core.jersey-server/2.30.1.v20221112-0806 [2023-09-08T19:50:30.333Z] [WARNING] org.apache.jclouds.jclouds-compute/1.8.0.v20160301-1110 [2023-09-08T19:50:30.333Z] [WARNING] org.objectweb.asm.commons/9.4.0.v20221107-1714 [2023-09-08T19:50:30.333Z] [WARNING] org.apache.commons.compress/1.22.0.v20221207-1049 [2023-09-08T19:50:30.333Z] [WARNING] org.apache.maven.resolver.impl/1.0.3.v20170405-0725 [2023-09-08T19:50:30.333Z] [WARNING] javax.xml/1.4.1.v20220503-2331 [2023-09-08T19:50:30.333Z] [WARNING] org.apache.maven.resolver.util/1.0.3.v20170405-0725 [2023-09-08T19:50:30.333Z] [WARNING] org.apache.jclouds.api.openstack-cinder/1.8.0.v20160301-1110 [2023-09-08T19:50:30.333Z] [WARNING] org.slf4j.bridge.jul/1.7.30.v20221112-0806 [2023-09-08T19:50:30.333Z] [WARNING] org.mandas.docker-client/3.2.1.v20221112-0806 [2023-09-08T19:50:30.333Z] [WARNING] org.apache.lucene.misc/7.5.0.v20181003-1532 [2023-09-08T19:50:30.333Z] [WARNING] org.ggf.drmaa/1.0.0.v20170818-1553 [2023-09-08T19:50:30.333Z] [WARNING] org.junit.platform.launcher/1.9.1.v20221103-2317 [2023-09-08T19:50:30.333Z] [WARNING] org.apache.poi.ooxml.schemas/4.1.1.v20221112-0806 [2023-09-08T19:50:30.333Z] [WARNING] com.sun.jna.platform/4.5.1.v20221112-0806 [2023-09-08T19:50:30.333Z] [WARNING] io.grpc.grpc-context/1.29.0.v20221112-0806 [2023-09-08T19:50:30.333Z] [WARNING] com.sun.jna.platform/5.6.0.v20221112-0806 [2023-09-08T19:50:30.333Z] [WARNING] org.slf4j.api/1.7.30.v20221112-0806 [2023-09-08T19:50:30.333Z] [WARNING] com.sun.jna.platform/5.8.0.v20221112-0806 [2023-09-08T19:50:30.333Z] [WARNING] org.ejml.dense64/0.29.0.v20221112-0806 [2023-09-08T19:50:30.333Z] [WARNING] com.google.oauth-client-jetty/1.30.6.v20221112-0806 [2023-09-08T19:50:30.333Z] [WARNING] org.apache.xmlrpc.server/3.1.3.v20181004-1955 [2023-09-08T19:50:30.333Z] [WARNING] com.jcraft.jzlib/1.1.3.v20220502-1820 [2023-09-08T19:50:30.333Z] [WARNING] com.github.jnr.constants/0.10.3.v20221215-1656 [2023-09-08T19:50:30.333Z] [WARNING] org.junit.jupiter.engine/5.9.1.v20221103-2317 [2023-09-08T19:50:30.333Z] [WARNING] org.glassfish.jersey.containers.servlet/2.30.1.v20221112-0806 [2023-09-08T19:50:30.333Z] [WARNING] org.apache.batik.transcoder/1.16.0.v20221027-0840 [2023-09-08T19:50:30.333Z] [WARNING] com.graphql.java.dataloader/2.1.1.v20181120-0809 [2023-09-08T19:50:30.333Z] [WARNING] org.apache.santuario.xmlsec/2.2.0.v20221112-0806 [2023-09-08T19:50:30.333Z] [WARNING] jakarta.activation/2.0.0.v20221203-1659 [2023-09-08T19:50:30.333Z] [WARNING] org.glassfish.hk2.api/2.5.0.v20161103-0227 [2023-09-08T19:50:30.333Z] [WARNING] org.glassfish.hk2.utils/2.6.1.v20221203-1659 [2023-09-08T19:50:30.333Z] [WARNING] javax.measure.unit-api/1.0.0.v20170818-1538 [2023-09-08T19:50:30.333Z] [WARNING] net.bytebuddy.byte-buddy-agent/1.7.9.v20180420-1519 [2023-09-08T19:50:30.333Z] [WARNING] org.antlr.runtime/4.7.1.v20181120-0808 [2023-09-08T19:50:30.333Z] [WARNING] com.sun.grid.drmaa/1.0.0.v20170818-1553 [2023-09-08T19:50:30.333Z] [WARNING] org.junit.vintage.engine/5.9.1.v20221103-2317 [2023-09-08T19:50:30.333Z] [WARNING] org.apache.lucene.analyzers-common/8.4.1.v20221112-0806 [2023-09-08T19:50:30.333Z] [WARNING] com.google.auth.google-auth-library-credentials/0.20.0.v20221112-0806 [2023-09-08T19:50:30.333Z] [WARNING] com.sun.xml.bind/2.2.0.v20221112-0806 [2023-09-08T19:50:30.333Z] [WARNING] org.knowm.xchart/3.6.5.v20221112-0806 [2023-09-08T19:50:30.333Z] [WARNING] org.apache.sshd.osgi/2.9.2.v20221117-1942 [2023-09-08T19:50:30.333Z] [WARNING] org.apache.httpcomponents.core5.httpcore5/5.1.4.v20221013-1742 [2023-09-08T19:50:30.333Z] [WARNING] org.apache.maven.resolver.transport.file/1.0.3.v20170405-0725 [2023-09-08T19:50:30.333Z] [WARNING] org.apache.batik.dom/1.16.0.v20230210-1249 [2023-09-08T19:50:30.333Z] [WARNING] org.jheaps.jheaps/0.14.0.v20220411-2343 [2023-09-08T19:50:30.333Z] [WARNING] org.apache.lucene.analysis-common/9.4.2.v20221211-0752 [2023-09-08T19:50:30.333Z] [WARNING] org.apache.commons.fileupload/1.3.2.v20170320-2229 [2023-09-08T19:50:30.333Z] [WARNING] org.apache.batik.anim/1.16.0.v20221027-0840 [2023-09-08T19:50:30.333Z] [WARNING] org.apache.poi.ooxml/4.1.1.v20221112-0806 [2023-09-08T19:50:30.333Z] [WARNING] net.bytebuddy.byte-buddy/1.12.18.v20221114-2102 [2023-09-08T19:50:30.333Z] [WARNING] com.fasterxml.jackson.module.jackson-module-jaxb-annotations/2.13.2.v20220426-1653 [2023-09-08T19:50:30.333Z] [WARNING] org.apache.pdfbox/2.0.6.v20221112-0806 [2023-09-08T19:50:30.333Z] [WARNING] org.apache.xmlgraphics/2.7.0.v20221018-0736 [2023-09-08T19:50:30.333Z] [INFO] Resolving class path of MavenProject: org.eclipse.orbit.bundles:org.eclipse.orbit.releng.recipes.feature.aggregation:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/releng/aggregationfeature/pom.xml [2023-09-08T19:50:31.265Z] [INFO] [2023-09-08T19:50:31.265Z] [INFO] --< org.eclipse.orbit.bundles:org.eclipse.orbit.releng.recipes.feature.aggregation >-- [2023-09-08T19:50:31.265Z] [INFO] Building Eclipse Orbit :: Bundles Aggregation Feature 1.0.0-SNAPSHOT [2023-09-08T19:50:31.265Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2023-09-08T19:50:31.265Z] [INFO] [2023-09-08T19:50:31.265Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.orbit.releng.recipes.feature.aggregation --- [2023-09-08T19:50:31.265Z] [INFO] Deleting /home/jenkins/agent/workspace/orbit-recipes/releng/aggregationfeature/target [2023-09-08T19:50:31.265Z] [INFO] [2023-09-08T19:50:31.265Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.orbit.releng.recipes.feature.aggregation --- [2023-09-08T19:50:32.196Z] [INFO] The project's OSGi version is 1.0.0.v20230516-1249 [2023-09-08T19:50:32.196Z] [INFO] [2023-09-08T19:50:32.196Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.orbit.releng.recipes.feature.aggregation --- [2023-09-08T19:50:32.196Z] [INFO] [2023-09-08T19:50:32.196Z] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.orbit.releng.recipes.feature.aggregation --- [2023-09-08T19:50:32.196Z] [INFO] [2023-09-08T19:50:32.196Z] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.orbit.releng.recipes.feature.aggregation --- [2023-09-08T19:50:32.196Z] [INFO] [2023-09-08T19:50:32.196Z] [INFO] --- tycho-packaging-plugin:2.0.0:package-feature (default-package-feature) @ org.eclipse.orbit.releng.recipes.feature.aggregation --- [2023-09-08T19:50:33.564Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/releng/aggregationfeature/target/org.eclipse.orbit.releng.recipes.feature.aggregation-1.0.0-SNAPSHOT.jar [2023-09-08T19:50:33.564Z] [INFO] [2023-09-08T19:50:33.564Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.orbit.releng.recipes.feature.aggregation --- [2023-09-08T19:50:33.564Z] [INFO] [2023-09-08T19:50:33.564Z] [INFO] --- tycho-p2-plugin:2.0.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.orbit.releng.recipes.feature.aggregation --- [2023-09-08T19:50:33.564Z] [INFO] [2023-09-08T19:50:33.564Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ org.eclipse.orbit.releng.recipes.feature.aggregation --- [2023-09-08T19:50:33.564Z] [INFO] [2023-09-08T19:50:33.564Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ org.eclipse.orbit.releng.recipes.feature.aggregation --- [2023-09-08T19:50:33.821Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/releng/aggregationfeature/target/org.eclipse.orbit.releng.recipes.feature.aggregation-1.0.0-SNAPSHOT.jar [2023-09-08T19:50:35.190Z] [INFO] [2023-09-08T19:50:35.190Z] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.orbit.releng.recipes.feature.aggregation --- [2023-09-08T19:50:36.559Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/releng/aggregationfeature/target/org.eclipse.orbit.releng.recipes.feature.aggregation-1.0.0-SNAPSHOT-sources-feature.jar [2023-09-08T19:50:36.559Z] [INFO] [2023-09-08T19:50:36.559Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.eclipse.orbit.releng.recipes.feature.aggregation --- [2023-09-08T19:50:37.491Z] [WARNING] MavenProject: org.eclipse.orbit.bundles:org.eclipse.orbit.releng.recipes.feature.aggregation:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/releng/aggregationfeature/pom.xml: baseline and build artifacts have same version but different contents [2023-09-08T19:50:37.491Z] no-classifier: different [2023-09-08T19:50:37.491Z] META-INF/ECLIPSE_.RSA: different [2023-09-08T19:50:37.491Z] [2023-09-08T19:50:37.491Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.eclipse.orbit.releng.recipes.feature.aggregation:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/releng/aggregationfeature/pom.xml [2023-09-08T19:50:37.492Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:50:37.492Z] The following attached artifacts have been replaced with the baseline version: [sources-feature] [2023-09-08T19:50:37.492Z] [2023-09-08T19:50:37.492Z] [INFO] [2023-09-08T19:50:37.492Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.orbit.releng.recipes.feature.aggregation --- [2023-09-08T19:50:37.749Z] [INFO] MavenProject: org.eclipse.orbit.bundles:org.eclipse.orbit.releng.recipes.feature.aggregation:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/releng/aggregationfeature/pom.xml [2023-09-08T19:50:37.749Z] The main artifact has been replaced with the baseline version. [2023-09-08T19:50:37.749Z] The following attached artifacts have been replaced with the baseline version: [sources-feature] [2023-09-08T19:50:37.749Z] [2023-09-08T19:50:37.749Z] [INFO] [2023-09-08T19:50:37.749Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.orbit.releng.recipes.feature.aggregation --- [2023-09-08T19:50:37.749Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom [2023-09-08T19:50:37.749Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom [2023-09-08T19:50:37.749Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom [2023-09-08T19:50:37.749Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom [2023-09-08T19:50:37.749Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom [2023-09-08T19:50:37.749Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom [2023-09-08T19:50:37.749Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom (3.3 kB at 256 kB/s) [2023-09-08T19:50:37.749Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar [2023-09-08T19:50:37.749Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar [2023-09-08T19:50:37.749Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar [2023-09-08T19:50:37.749Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar [2023-09-08T19:50:37.749Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar [2023-09-08T19:50:37.749Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar [2023-09-08T19:50:37.749Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar (223 kB at 12 MB/s) [2023-09-08T19:50:38.007Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/releng/aggregationfeature/target/org.eclipse.orbit.releng.recipes.feature.aggregation-1.0.0-SNAPSHOT.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.eclipse.orbit.releng.recipes.feature.aggregation/1.0.0-SNAPSHOT/org.eclipse.orbit.releng.recipes.feature.aggregation-1.0.0-SNAPSHOT.jar [2023-09-08T19:50:38.007Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/releng/aggregationfeature/pom.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.eclipse.orbit.releng.recipes.feature.aggregation/1.0.0-SNAPSHOT/org.eclipse.orbit.releng.recipes.feature.aggregation-1.0.0-SNAPSHOT.pom [2023-09-08T19:50:38.007Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/releng/aggregationfeature/target/org.eclipse.orbit.releng.recipes.feature.aggregation-1.0.0-SNAPSHOT-sources-feature.jar to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.eclipse.orbit.releng.recipes.feature.aggregation/1.0.0-SNAPSHOT/org.eclipse.orbit.releng.recipes.feature.aggregation-1.0.0-SNAPSHOT-sources-feature.jar [2023-09-08T19:50:38.007Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/releng/aggregationfeature/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.eclipse.orbit.releng.recipes.feature.aggregation/1.0.0-SNAPSHOT/org.eclipse.orbit.releng.recipes.feature.aggregation-1.0.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:50:38.007Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/releng/aggregationfeature/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.eclipse.orbit.releng.recipes.feature.aggregation/1.0.0-SNAPSHOT/org.eclipse.orbit.releng.recipes.feature.aggregation-1.0.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:50:38.007Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/releng/aggregationfeature/target/p2content.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.eclipse.orbit.releng.recipes.feature.aggregation/1.0.0-SNAPSHOT/org.eclipse.orbit.releng.recipes.feature.aggregation-1.0.0-SNAPSHOT-p2metadata.xml [2023-09-08T19:50:38.007Z] [INFO] Installing /home/jenkins/agent/workspace/orbit-recipes/releng/aggregationfeature/target/p2artifacts.xml to /home/vnc/.m2/repository/org/eclipse/orbit/bundles/org.eclipse.orbit.releng.recipes.feature.aggregation/1.0.0-SNAPSHOT/org.eclipse.orbit.releng.recipes.feature.aggregation-1.0.0-SNAPSHOT-p2artifacts.xml [2023-09-08T19:50:38.007Z] [INFO] [2023-09-08T19:50:38.007Z] [INFO] --- tycho-p2-plugin:2.0.0:update-local-index (default-update-local-index) @ org.eclipse.orbit.releng.recipes.feature.aggregation --- [2023-09-08T19:50:38.007Z] [INFO] ------------------------------------------------------------------------ [2023-09-08T19:50:38.007Z] [INFO] BUILD SUCCESS [2023-09-08T19:50:38.007Z] [INFO] ------------------------------------------------------------------------ [2023-09-08T19:50:38.007Z] [INFO] Total time: 19.173 s [2023-09-08T19:50:38.007Z] [INFO] Finished at: 2023-09-08T19:50:37Z [2023-09-08T19:50:38.007Z] [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Generate-Repositories) [Pipeline] container [Pipeline] { [Pipeline] sh [2023-09-08T19:50:39.792Z] + mvn -V -B -e clean verify -Declipse-sign=true -Dartifact-comparator=true -DbuildType=N -f releng/pom.xml [2023-09-08T19:50:40.049Z] Apache Maven 3.6.3 (Red Hat 3.6.3-8) [2023-09-08T19:50:40.049Z] Maven home: /usr/share/maven [2023-09-08T19:50:40.049Z] Java version: 11.0.13, vendor: Red Hat, Inc., runtime: /usr/lib/jvm/java-11-openjdk-11.0.13.0.8-2.fc34.x86_64 [2023-09-08T19:50:40.049Z] Default locale: en_US, platform encoding: ANSI_X3.4-1968 [2023-09-08T19:50:40.049Z] OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix" [2023-09-08T19:50:41.416Z] [INFO] Error stacktraces are turned on. [2023-09-08T19:50:41.416Z] [INFO] Scanning for projects... [2023-09-08T19:50:46.667Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-p2-publisher-plugin/2.0.0/tycho-p2-publisher-plugin-2.0.0.pom [2023-09-08T19:50:46.667Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-publisher-plugin/2.0.0/tycho-p2-publisher-plugin-2.0.0.pom [2023-09-08T19:50:46.667Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-p2-publisher-plugin/2.0.0/tycho-p2-publisher-plugin-2.0.0.pom [2023-09-08T19:50:46.923Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/tycho/tycho-p2-publisher-plugin/2.0.0/tycho-p2-publisher-plugin-2.0.0.pom [2023-09-08T19:50:46.923Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/tycho/tycho-p2-publisher-plugin/2.0.0/tycho-p2-publisher-plugin-2.0.0.pom [2023-09-08T19:50:46.923Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-p2-publisher-plugin/2.0.0/tycho-p2-publisher-plugin-2.0.0.pom [2023-09-08T19:50:46.923Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-p2-publisher-plugin/2.0.0/tycho-p2-publisher-plugin-2.0.0.pom (1.9 kB at 19 kB/s) [2023-09-08T19:50:46.923Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/tycho-p2-publisher-plugin/2.0.0/tycho-p2-publisher-plugin-2.0.0.jar [2023-09-08T19:50:46.923Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/tycho-p2-publisher-plugin/2.0.0/tycho-p2-publisher-plugin-2.0.0.jar [2023-09-08T19:50:46.923Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/tycho-p2-publisher-plugin/2.0.0/tycho-p2-publisher-plugin-2.0.0.jar [2023-09-08T19:50:46.924Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/tycho/tycho-p2-publisher-plugin/2.0.0/tycho-p2-publisher-plugin-2.0.0.jar [2023-09-08T19:50:46.924Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/tycho/tycho-p2-publisher-plugin/2.0.0/tycho-p2-publisher-plugin-2.0.0.jar [2023-09-08T19:50:46.924Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-p2-publisher-plugin/2.0.0/tycho-p2-publisher-plugin-2.0.0.jar [2023-09-08T19:50:47.181Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/tycho-p2-publisher-plugin/2.0.0/tycho-p2-publisher-plugin-2.0.0.jar (22 kB at 558 kB/s) [2023-09-08T19:50:47.181Z] [INFO] Computing target platform for MavenProject: org.eclipse.orbit.bundles:orbit-bundles-p2-repository:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/releng/repository/pom.xml [2023-09-08T19:50:47.437Z] [INFO] Adding repository file://home/jenkins/agent/workspace/orbit-recipes/releng/repository/../aggregation-mirror-osgi/target/repository [2023-09-08T19:50:47.695Z] [INFO] Adding repository https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository [2023-09-08T19:50:47.951Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.orbit.bundles:orbit-bundles-p2-repository:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/releng/repository/pom.xml [2023-09-08T19:50:47.951Z] WARNING: An illegal reflective access operation has occurred [2023-09-08T19:50:47.951Z] WARNING: Illegal reflective access by org.eclipse.equinox.internal.p2.metadata.expression.Member$DynamicMember (file:/home/vnc/.m2/repository/org/eclipse/tycho/tycho-bundles-external/2.0.0/eclipse/plugins/org.eclipse.equinox.p2.metadata_2.5.0.v20200511-1530.jar) to method java.util.HashMap$Node.getKey() [2023-09-08T19:50:47.951Z] WARNING: Please consider reporting this to the maintainers of org.eclipse.equinox.internal.p2.metadata.expression.Member$DynamicMember [2023-09-08T19:50:47.951Z] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations [2023-09-08T19:50:47.951Z] WARNING: All illegal access operations will be denied in a future release [2023-09-08T19:50:48.882Z] [WARNING] The following locally built units have been used to resolve project dependencies: [2023-09-08T19:50:48.882Z] [WARNING] org.apache.batik.awt.util/1.16.0.v20221027-0840 [2023-09-08T19:50:48.882Z] [WARNING] java_cup.source/0.11.20150326.v20180425-1030 [2023-09-08T19:50:48.882Z] [WARNING] org.apache.wsil4j/1.0.0.v20180522-1857 [2023-09-08T19:50:48.882Z] [WARNING] org.hamcrest.source/2.2.0.v20210711-0821 [2023-09-08T19:50:48.882Z] [WARNING] org.junit.jupiter.migrationsupport/5.9.1.v20221103-2317 [2023-09-08T19:50:48.882Z] [WARNING] com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider.source/2.13.2.v20220426-1653 [2023-09-08T19:50:48.882Z] [WARNING] org.objectweb.asm.analysis/9.4.0.v20221107-1714 [2023-09-08T19:50:48.882Z] [WARNING] com.github.oshi.oshi-core.source/3.8.0.v20221112-0806 [2023-09-08T19:50:48.882Z] [WARNING] org.glassfish.jersey.apache.connector.source/2.30.1.v20221203-1659 [2023-09-08T19:50:48.882Z] [WARNING] org.mockito.junit-jupiter/4.8.1.v20221103-2317 [2023-09-08T19:50:48.882Z] [WARNING] org.apache.httpcomponents.httpasyncclient.source/4.1.3.v20221112-0806 [2023-09-08T19:50:48.882Z] [WARNING] io.opencensus.opencensus-contrib-http-util.source/0.26.0.v20221112-0806 [2023-09-08T19:50:48.882Z] [WARNING] org.apache.maven.resolver.api/1.0.3.v20170405-0725 [2023-09-08T19:50:48.882Z] [WARNING] org.antlr.runtime/4.7.2.v20221112-0806 [2023-09-08T19:50:48.882Z] [WARNING] org.apache.batik.dom.svg.source/1.16.0.v20221027-0840 [2023-09-08T19:50:48.882Z] [WARNING] org.apache.maven.resolver.connector.basic.source/1.0.3.v20170405-0725 [2023-09-08T19:50:48.882Z] [WARNING] com.atlassian.commonmark-ins/0.15.1.v20221112-0806 [2023-09-08T19:50:48.882Z] [WARNING] com.google.api.client-auth-oauth2/1.2.3.v20221112-0806 [2023-09-08T19:50:48.882Z] [WARNING] com.google.http-client.google-http-client-jackson2.source/1.34.2.v20221112-0806 [2023-09-08T19:50:48.882Z] [WARNING] org.jaxen.source/1.1.6.v20221112-0806 [2023-09-08T19:50:48.882Z] [WARNING] com.google.guava.source/27.1.0.v20221112-0806 [2023-09-08T19:50:48.882Z] [WARNING] com.github.jnr.jffi.native/1.3.9.v20221215-1656 [2023-09-08T19:50:48.882Z] [WARNING] org.apache.xalan/2.7.2.v20221112-0806 [2023-09-08T19:50:48.882Z] [WARNING] com.github.oshi.oshi-core/3.8.0.v20221112-0806 [2023-09-08T19:50:48.882Z] [WARNING] com.google.api.client-repackaged-com-google-common-base.source/1.2.3.v20221112-0806 [2023-09-08T19:50:48.882Z] [WARNING] org.junit.jupiter.params.source/5.9.1.v20221103-2317 [2023-09-08T19:50:48.882Z] [WARNING] org.apache.commons.collections/3.2.2.v20220405-1659 [2023-09-08T19:50:48.882Z] [WARNING] org.apache.commons.logging/1.2.0.v20180409-1502 [2023-09-08T19:50:48.882Z] [WARNING] com.github.jnr.jffi.source/1.3.9.v20221215-1656 [2023-09-08T19:50:48.882Z] [WARNING] com.atlassian.commonmark-gfm-tables/0.15.1.v20221112-0806 [2023-09-08T19:50:48.882Z] [WARNING] org.glassfish.hk2.osgi-resource-locator.source/1.0.3.v20221203-1659 [2023-09-08T19:50:48.882Z] [WARNING] com.sun.jna.source/4.5.1.v20210503-0343 [2023-09-08T19:50:48.882Z] [WARNING] org.glassfish.jersey.apache.connector/2.30.1.v20221203-1659 [2023-09-08T19:50:48.882Z] [WARNING] ca.odell.glazedlists.source/1.11.0.v20221112-0806 [2023-09-08T19:50:48.882Z] [WARNING] org.apache.jclouds.jclouds-compute.source/1.8.0.v20160301-1110 [2023-09-08T19:50:48.882Z] [WARNING] org.dom4j/1.6.1.v20221112-0806 [2023-09-08T19:50:48.882Z] [WARNING] org.apache.jclouds.api.cloudwatch/1.8.0.v20160301-1110 [2023-09-08T19:50:48.882Z] [WARNING] org.apache.sshd.osgi.source/2.8.0.v20211227-1750 [2023-09-08T19:50:48.882Z] [WARNING] io.opencensus.opencensus-contrib-http-util/0.26.0.v20221112-0806 [2023-09-08T19:50:48.882Z] [WARNING] org.bouncycastle.bcutil/1.72.0.v20221013-1810 [2023-09-08T19:50:48.882Z] [WARNING] org.apache.commons.logging.source/1.2.0.v20180409-1502 [2023-09-08T19:50:48.882Z] [WARNING] com.google.flogger.source/0.1.0.v20180506-0038 [2023-09-08T19:50:48.882Z] [WARNING] org.apache.commons.collections4/4.4.0.v20221112-0806 [2023-09-08T19:50:48.882Z] [WARNING] org.glassfish.jersey.containers.servlet.core.source/2.30.1.v20221112-0806 [2023-09-08T19:50:48.882Z] [WARNING] org.apache.xmlrpc.client/3.1.3.v20160817-1930 [2023-09-08T19:50:48.882Z] [WARNING] org.apache.batik.svggen/1.16.0.v20221027-0840 [2023-09-08T19:50:48.882Z] [WARNING] org.glassfish.hk2.utils/2.5.0.v20160210-1508 [2023-09-08T19:50:48.882Z] [WARNING] org.mockito.junit-jupiter.source/4.8.1.v20221103-2317 [2023-09-08T19:50:48.882Z] [WARNING] javax.activation/2.0.0.v20221203-1659 [2023-09-08T19:50:48.882Z] [WARNING] com.github.jnr.jffi.native.source/1.3.9.v20221215-1656 [2023-09-08T19:50:48.882Z] [WARNING] org.apache.lucene.core.source/9.4.2.v20221211-0752 [2023-09-08T19:50:48.882Z] [WARNING] org.apache.batik.bridge.source/1.16.0.v20230210-1249 [2023-09-08T19:50:48.882Z] [WARNING] org.apache.lucene.analyzers-common.source/8.4.1.v20221112-0806 [2023-09-08T19:50:48.882Z] [WARNING] org.apache.batik.anim.source/1.16.0.v20221027-0840 [2023-09-08T19:50:48.882Z] [WARNING] io.netty.common/4.1.56.v20221112-0806 [2023-09-08T19:50:48.882Z] [WARNING] com.google.inject.source/5.0.1.v20221112-0806 [2023-09-08T19:50:48.882Z] [WARNING] org.apache.jclouds.api.openstack-nova.source/1.8.0.v20160301-1110 [2023-09-08T19:50:48.882Z] [WARNING] com.github.jnr.unixsocket.source/0.38.17.v20221215-1656 [2023-09-08T19:50:48.882Z] [WARNING] com.google.inject/5.0.1.v20221112-0806 [2023-09-08T19:50:48.882Z] [WARNING] org.glassfish.jersey.media.jersey-media-json-jackson/2.30.1.v20221112-0806 [2023-09-08T19:50:48.882Z] [WARNING] ch.qos.logback.classic/1.2.3.v20221112-0806 [2023-09-08T19:50:48.882Z] [WARNING] org.apache.lucene.queryparser.source/7.5.0.v20181003-1532 [2023-09-08T19:50:48.882Z] [WARNING] org.apache.onami.configuration.source/6.3.0.v20160301-1110 [2023-09-08T19:50:48.882Z] [WARNING] org.glassfish.jersey.core.jersey-client.source/2.30.1.v20221112-0806 [2023-09-08T19:50:48.882Z] [WARNING] io.netty.common.source/4.1.56.v20221112-0806 [2023-09-08T19:50:48.882Z] [WARNING] org.ejml.ejml-all.source/0.38.0.v20221112-0806 [2023-09-08T19:50:48.882Z] [WARNING] org.junit.platform.suite.commons.source/1.9.1.v20221103-2317 [2023-09-08T19:50:48.882Z] [WARNING] org.apache.batik.css.source/1.16.0.v20221027-0840 [2023-09-08T19:50:48.882Z] [WARNING] org.jsoup.source/1.14.3.v20211012-1727 [2023-09-08T19:50:48.882Z] [WARNING] org.junit.platform.launcher.source/1.9.1.v20221103-2317 [2023-09-08T19:50:48.882Z] [WARNING] com.google.http-client.google-http-client/1.34.2.v20221112-0806 [2023-09-08T19:50:48.882Z] [WARNING] org.antlr.runtime.source/4.7.1.v20181120-0808 [2023-09-08T19:50:48.882Z] [WARNING] net.bytebuddy.byte-buddy-agent.source/1.12.18.v20221114-2102 [2023-09-08T19:50:48.882Z] [WARNING] org.apache.batik.awt.util.source/1.16.0.v20221027-0840 [2023-09-08T19:50:48.882Z] [WARNING] org.apache.xml.resolver.source/1.2.0.v20220715-1206 [2023-09-08T19:50:48.882Z] [WARNING] org.apache.jclouds.labs.docker/1.8.0.v20160301-1110 [2023-09-08T19:50:48.882Z] [WARNING] org.apache.lucene.analyzers-common.source/7.5.0.v20181003-1532 [2023-09-08T19:50:48.882Z] [WARNING] org.ejml.experimental.source/0.29.0.v20221112-0806 [2023-09-08T19:50:48.882Z] [WARNING] org.apache.commons.collections.source/3.2.2.v20220405-1659 [2023-09-08T19:50:48.882Z] [WARNING] javax.activation.source/2.0.0.v20221203-1659 [2023-09-08T19:50:48.882Z] [WARNING] org.apache.commons.math3.source/3.6.1.v20221112-0806 [2023-09-08T19:50:48.882Z] [WARNING] org.apache.jclouds.api.ec2/1.8.0.v20160301-1110 [2023-09-08T19:50:48.882Z] [WARNING] org.apache.lucene.core/9.4.2.v20221211-0752 [2023-09-08T19:50:48.883Z] [WARNING] javax.inject.source/1.0.0.v20220405-0441 [2023-09-08T19:50:48.883Z] [WARNING] org.apache.batik.transcoder.source/1.16.0.v20221027-0840 [2023-09-08T19:50:48.883Z] [WARNING] com.google.javascript/0.0.20160315.v20161124-1903 [2023-09-08T19:50:48.883Z] [WARNING] org.apache.httpcomponents.httpclient.win.source/4.5.14.v20221207-1049 [2023-09-08T19:50:48.883Z] [WARNING] net.bytebuddy.byte-buddy-agent.source/1.7.9.v20180420-1519 [2023-09-08T19:50:48.883Z] [WARNING] org.apache.httpcomponents.httpcore/4.4.16.v20221207-1049 [2023-09-08T19:50:48.883Z] [WARNING] com.fasterxml.jackson.core.jackson-core/2.13.2.v20220426-1653 [2023-09-08T19:50:48.883Z] [WARNING] org.objectweb.asm.util.source/9.4.0.v20221107-1714 [2023-09-08T19:50:48.883Z] [WARNING] org.glassfish.jersey.containers.servlet.core/2.30.1.v20221112-0806 [2023-09-08T19:50:48.883Z] [WARNING] com.cronutils.source/5.0.5.v20221112-0806 [2023-09-08T19:50:48.883Z] [WARNING] com.ibm.icu.source/72.1.0.v20221115-2007 [2023-09-08T19:50:48.883Z] [WARNING] org.apache.batik.constants/1.16.0.v20221027-0840 [2023-09-08T19:50:48.883Z] [WARNING] com.atlassian.commonmark-heading-anchor.source/0.15.1.v20221112-0806 [2023-09-08T19:50:48.883Z] [WARNING] org.objectweb.asm/9.4.0.v20221107-1714 [2023-09-08T19:50:48.883Z] [WARNING] org.apache.xmlbeans/3.1.0.v20221112-0806 [2023-09-08T19:50:48.883Z] [WARNING] io.grpc.grpc-context.source/1.29.0.v20221112-0806 [2023-09-08T19:50:48.883Z] [WARNING] com.atlassian.commonmark-image-attributes/0.15.1.v20221112-0806 [2023-09-08T19:50:48.883Z] [WARNING] org.ejml.denseC64/0.29.0.v20221112-0806 [2023-09-08T19:50:48.883Z] [WARNING] org.apache.logging.log4j/2.17.1.v20220106-2156 [2023-09-08T19:50:48.883Z] [WARNING] javax.measure.unit-api.source/1.0.0.v20170818-1538 [2023-09-08T19:50:48.883Z] [WARNING] com.google.api.client-repackaged-com-google-common-base/1.2.3.v20221112-0806 [2023-09-08T19:50:48.883Z] [WARNING] org.apache.lucene.analysis-common.source/9.4.2.v20221211-0752 [2023-09-08T19:50:48.883Z] [WARNING] org.apache.log4j/1.2.24.v20221221-2012 [2023-09-08T19:50:48.883Z] [WARNING] org.glassfish.jersey.ext.entityfiltering.source/2.30.1.v20221112-0806 [2023-09-08T19:50:48.883Z] [WARNING] org.junit.platform.commons/1.9.1.v20221103-2317 [2023-09-08T19:50:48.883Z] [WARNING] com.cronutils/5.0.5.v20221112-0806 [2023-09-08T19:50:48.883Z] [WARNING] org.antlr.runtime.source/4.5.1.v20160210-1233 [2023-09-08T19:50:48.883Z] [WARNING] org.objenesis/3.3.0.v20221103-2317 [2023-09-08T19:50:48.883Z] [WARNING] org.apache.jclouds.labs.openstack-neutron.source/1.8.0.v20160301-1110 [2023-09-08T19:50:48.883Z] [WARNING] com.fasterxml.jackson.core.jackson-databind/2.13.2.v20220426-1653 [2023-09-08T19:50:48.883Z] [WARNING] org.apache.pdfbox.preflight/2.0.6.v20221112-0806 [2023-09-08T19:50:48.883Z] [WARNING] com.sun.jna.platform.source/5.12.1.v20221103-2317 [2023-09-08T19:50:48.883Z] [WARNING] org.bouncycastle.bcprov.source/1.72.0.v20221013-1810 [2023-09-08T19:50:48.883Z] [WARNING] com.google.auth.google-auth-library-credentials.source/0.20.0.v20221112-0806 [2023-09-08T19:50:48.883Z] [WARNING] com.fasterxml.jackson.jaxrs.jackson-jaxrs-base.source/2.13.2.v20220426-1653 [2023-09-08T19:50:48.883Z] [WARNING] net.bytebuddy.byte-buddy-agent.source/1.9.0.v20181106-1534 [2023-09-08T19:50:48.883Z] [WARNING] org.jcodings/1.0.18.v20170306-1742 [2023-09-08T19:50:48.883Z] [WARNING] org.immutables.value/2.8.3.v20221112-0806 [2023-09-08T19:50:48.883Z] [WARNING] org.hamcrest.core.source/1.3.0.v20180420-1519 [2023-09-08T19:50:48.883Z] [WARNING] org.ejml.equation/0.29.0.v20221112-0806 [2023-09-08T19:50:48.883Z] [WARNING] com.google.oauth-client-jetty.source/1.30.6.v20221112-0806 [2023-09-08T19:50:48.883Z] [WARNING] org.ejml.ejml-all/0.38.0.v20221112-0806 [2023-09-08T19:50:48.883Z] [WARNING] org.glassfish.jersey.core.jersey-client/2.30.1.v20221112-0806 [2023-09-08T19:50:48.883Z] [WARNING] jakarta.servlet.jsp.source/3.0.0.v20221203-1659 [2023-09-08T19:50:48.883Z] [WARNING] com.sun.jna/4.5.1.v20210503-0343 [2023-09-08T19:50:48.883Z] [WARNING] com.atlassian.commonmark-ins.source/0.15.1.v20221112-0806 [2023-09-08T19:50:48.883Z] [WARNING] javax.validation/1.1.0.v20221112-0806 [2023-09-08T19:50:48.883Z] [WARNING] com.graphql.java/11.0.0.v20221112-0806 [2023-09-08T19:50:48.883Z] [WARNING] org.mozilla.javascript.source/1.7.10.v20221112-0806 [2023-09-08T19:50:48.883Z] [WARNING] org.antlr.runtime/4.5.1.v20160210-1233 [2023-09-08T19:50:48.883Z] [WARNING] org.apache.httpcomponents.client5.httpclient5/5.1.3.v20221013-1742 [2023-09-08T19:50:48.883Z] [WARNING] com.google.inject.assistedinject/5.0.1.v20221112-0806 [2023-09-08T19:50:48.883Z] [WARNING] org.hsqldb.source/2.2.9.v20221112-0806 [2023-09-08T19:50:48.883Z] [WARNING] org.apache.jclouds.jclouds-blobstore.source/1.8.0.v20160301-1110 [2023-09-08T19:50:48.883Z] [WARNING] com.google.auth.oauth2-http.source/0.20.0.v20221112-0806 [2023-09-08T19:50:48.883Z] [WARNING] org.apache.ant.source/1.10.12.v20211102-1452 [2023-09-08T19:50:48.883Z] [WARNING] org.eclipse.orbit.releng.recipes.feature.aggregation.source.feature.group/1.0.0.v20230516-1249 [2023-09-08T19:50:48.883Z] [WARNING] org.apache.maven.resolver.api.source/1.0.3.v20170405-0725 [2023-09-08T19:50:48.883Z] [WARNING] org.apache.tika.core.source/1.24.1.v20211101-1915 [2023-09-08T19:50:48.883Z] [WARNING] com.google.flogger.testing/0.1.0.v20180506-0038 [2023-09-08T19:50:48.883Z] [WARNING] org.yaml.snakeyaml.source/1.27.0.v20221112-0806 [2023-09-08T19:50:48.883Z] [WARNING] org.ejml.core.source/0.29.0.v20221112-0806 [2023-09-08T19:50:48.883Z] [WARNING] org.objectweb.asm.source/9.4.0.v20221107-1714 [2023-09-08T19:50:48.883Z] [WARNING] org.glassfish.jersey.containers.servlet.source/2.30.1.v20221112-0806 [2023-09-08T19:50:48.883Z] [WARNING] org.apache.httpcomponents.client5.httpclient5-win.source/5.1.3.v20221013-1742 [2023-09-08T19:50:48.883Z] [WARNING] com.github.jnr.posix/3.1.15.v20221215-1656 [2023-09-08T19:50:48.883Z] [WARNING] com.graphql.java.source/11.0.0.v20221112-0806 [2023-09-08T19:50:48.883Z] [WARNING] org.junit.jupiter.migrationsupport.source/5.9.1.v20221103-2317 [2023-09-08T19:50:48.883Z] [WARNING] org.bouncycastle.bcpg.source/1.72.0.v20221013-1810 [2023-09-08T19:50:48.883Z] [WARNING] net.i2p.crypto.eddsa/0.3.0.v20220506-1020 [2023-09-08T19:50:48.883Z] [WARNING] org.apache.batik.gvt.source/1.16.0.v20221027-0840 [2023-09-08T19:50:48.883Z] [WARNING] com.google.oauth-client-java6/1.30.6.v20221112-0806 [2023-09-08T19:50:48.883Z] [WARNING] com.fasterxml.jackson.module.jackson-module-jaxb-annotations.source/2.13.2.v20220426-1653 [2023-09-08T19:50:48.883Z] [WARNING] org.apache.batik.ext.source/1.16.0.v20221027-0840 [2023-09-08T19:50:48.883Z] [WARNING] org.apache.batik.shared.resources.source/1.16.0.v20221027-0840 [2023-09-08T19:50:48.883Z] [WARNING] org.apache.xmlrpc.server.source/3.1.3.v20181004-1955 [2023-09-08T19:50:48.883Z] [WARNING] com.google.j2objc.j2objc-annotations.source/1.3.0.v20221112-0806 [2023-09-08T19:50:48.883Z] [WARNING] jakarta.el/4.0.0.v20221203-1659 [2023-09-08T19:50:48.883Z] [WARNING] org.objectweb.asm.util/9.4.0.v20221107-1714 [2023-09-08T19:50:48.883Z] [WARNING] com.fasterxml.jackson.core.jackson-annotations.source/2.13.2.v20220426-1653 [2023-09-08T19:50:48.883Z] [WARNING] org.junit.platform.suite.engine.source/1.9.1.v20221103-2317 [2023-09-08T19:50:48.883Z] [WARNING] org.glassfish.hk2.locator/2.6.1.v20221203-1659 [2023-09-08T19:50:48.883Z] [WARNING] org.apache.jclouds.api.sts.source/1.8.0.v20160301-1110 [2023-09-08T19:50:48.883Z] [WARNING] com.fasterxml.jackson.jaxrs.jackson-jaxrs-base/2.13.2.v20220426-1653 [2023-09-08T19:50:48.883Z] [WARNING] com.google.guava.source/30.1.0.v20221112-0806 [2023-09-08T19:50:48.883Z] [WARNING] org.apache.sshd.sftp/2.8.0.v20211227-1750 [2023-09-08T19:50:48.883Z] [WARNING] org.mandas.docker-client.source/3.2.1.v20221112-0806 [2023-09-08T19:50:48.883Z] [WARNING] org.apache.commons.codec/1.14.0.v20221112-0806 [2023-09-08T19:50:48.883Z] [WARNING] org.eclipse.orbit.releng.recipes.feature.aggregation.source.feature.jar/1.0.0.v20230516-1249 [2023-09-08T19:50:48.883Z] [WARNING] com.github.jnr.enxio/0.32.13.v20221215-1656 [2023-09-08T19:50:48.883Z] [WARNING] org.apache.lucene.analyzers-common/7.5.0.v20181003-1532 [2023-09-08T19:50:48.883Z] [WARNING] org.apache.maven.resolver.transport.file.source/1.0.3.v20170405-0725 [2023-09-08T19:50:48.883Z] [WARNING] org.jheaps.jheaps.source/0.14.0.v20220411-2343 [2023-09-08T19:50:48.883Z] [WARNING] org.dom4j/2.1.1.v20221112-0806 [2023-09-08T19:50:48.883Z] [WARNING] com.google.api.client-util/1.2.3.v20221112-0806 [2023-09-08T19:50:48.883Z] [WARNING] org.apache.batik.script/1.16.0.v20221027-0840 [2023-09-08T19:50:48.883Z] [WARNING] org.apache.lucene.analyzers-smartcn/7.5.0.v20181003-1532 [2023-09-08T19:50:48.883Z] [WARNING] org.slf4j.apis.log4j/1.7.30.v20221112-0806 [2023-09-08T19:50:48.883Z] [WARNING] org.antlr.runtime/3.2.0.v20220404-1927 [2023-09-08T19:50:48.883Z] [WARNING] net.jini/2.1.0.v20221112-0806 [2023-09-08T19:50:48.883Z] [WARNING] org.junit/4.13.2.v20211018-1956 [2023-09-08T19:50:48.883Z] [WARNING] org.apache.batik.util/1.16.0.v20221027-0840 [2023-09-08T19:50:48.883Z] [WARNING] org.apache.sshd.sftp.source/2.9.2.v20221117-1942 [2023-09-08T19:50:48.883Z] [WARNING] com.atlassian.commonmark/0.15.1.v20221112-0806 [2023-09-08T19:50:48.883Z] [WARNING] org.apache.maven.resolver.impl.source/1.0.3.v20170405-0725 [2023-09-08T19:50:48.883Z] [WARNING] org.apache.httpcomponents.core5.httpcore5-h2/5.1.4.v20221013-1742 [2023-09-08T19:50:48.883Z] [WARNING] org.glassfish.hk2.locator/2.5.0.v20161103-0227 [2023-09-08T19:50:48.883Z] [WARNING] org.ejml.equation.source/0.29.0.v20221112-0806 [2023-09-08T19:50:48.883Z] [WARNING] com.sun.jna.platform.source/5.6.0.v20221112-0806 [2023-09-08T19:50:48.883Z] [WARNING] com.sun.jna.platform.source/4.5.1.v20221112-0806 [2023-09-08T19:50:48.883Z] [WARNING] org.apache.tika.parsers/1.24.1.v20211101-1915 [2023-09-08T19:50:48.883Z] [WARNING] org.apache.tika.parsers.source/1.24.1.v20211101-1915 [2023-09-08T19:50:48.883Z] [WARNING] com.ibm.icu/72.1.0.v20221115-2007 [2023-09-08T19:50:48.883Z] [WARNING] org.apache.httpcomponents.client5.httpclient5.source/5.1.3.v20221013-1742 [2023-09-08T19:50:48.883Z] [WARNING] com.konghq.unirest-java/3.4.2.v20221112-0806 [2023-09-08T19:50:48.883Z] [WARNING] org.apache.commons.csv/1.8.0.v20221112-0806 [2023-09-08T19:50:49.140Z] [WARNING] org.apache.lucene.core.source/8.4.1.v20221112-0806 [2023-09-08T19:50:49.140Z] [WARNING] com.google.guava/30.1.0.v20221112-0806 [2023-09-08T19:50:49.140Z] [WARNING] org.apiguardian/1.1.2.v20211018-1956 [2023-09-08T19:50:49.140Z] [WARNING] org.apache.httpcomponents.core5.httpcore5-h2.source/5.1.4.v20221013-1742 [2023-09-08T19:50:49.141Z] [WARNING] com.google.gdata.source/1.47.1.v20221112-0806 [2023-09-08T19:50:49.141Z] [WARNING] org.apache.santuario.xmlsec.source/2.2.0.v20221112-0806 [2023-09-08T19:50:49.141Z] [WARNING] org.apache.pdfbox.fontbox.source/2.0.6.v20221112-0806 [2023-09-08T19:50:49.141Z] [WARNING] com.fasterxml.jackson.datatype.jackson-datatype-guava/2.13.2.v20220426-1653 [2023-09-08T19:50:49.141Z] [WARNING] org.apache.jclouds.jclouds-blobstore/1.8.0.v20160301-1110 [2023-09-08T19:50:49.141Z] [WARNING] org.aopalliance.source/1.0.0.v20220404-1927 [2023-09-08T19:50:49.141Z] [WARNING] org.apache.httpcomponents.httpclient/4.5.14.v20230516-1249 [2023-09-08T19:50:49.141Z] [WARNING] org.mozilla.javascript/1.7.10.v20221112-0806 [2023-09-08T19:50:49.141Z] [WARNING] org.mockito.mockito-core.source/4.8.1.v20221103-2317 [2023-09-08T19:50:49.141Z] [WARNING] org.glassfish.jersey.media.jersey-media-json-jackson.source/2.30.1.v20221112-0806 [2023-09-08T19:50:49.141Z] [WARNING] com.sun.jna.platform.source/5.8.0.v20221112-0806 [2023-09-08T19:50:49.141Z] [WARNING] org.glassfish.jersey.inject.jersey-hk2/2.30.1.v20221203-1659 [2023-09-08T19:50:49.141Z] [WARNING] org.apache.batik.codec.source/1.16.0.v20221027-0840 [2023-09-08T19:50:49.141Z] [WARNING] com.google.api.client-json/1.2.3.v20221112-0806 [2023-09-08T19:50:49.141Z] [WARNING] com.google.j2objc.j2objc-annotations/1.3.0.v20221112-0806 [2023-09-08T19:50:49.141Z] [WARNING] org.apache.jclouds.common.openstack-common/1.8.0.v20160301-1110 [2023-09-08T19:50:49.141Z] [WARNING] org.apache.jclouds.driver.jclouds-slf4j.source/1.8.0.v20160301-1110 [2023-09-08T19:50:49.141Z] [WARNING] org.kohsuke.args4j.source/2.33.0.v20160323-2218 [2023-09-08T19:50:49.141Z] [WARNING] com.github.virtuald.curvesapi/1.6.0.v20221112-0806 [2023-09-08T19:50:49.141Z] [WARNING] net.bytebuddy.byte-buddy-agent/1.9.0.v20181106-1534 [2023-09-08T19:50:49.141Z] [WARNING] org.ejml.dense64.source/0.29.0.v20221112-0806 [2023-09-08T19:50:49.141Z] [WARNING] org.conscrypt.conscrypt-openjdk-uber/2.5.1.v20220506-1020 [2023-09-08T19:50:49.141Z] [WARNING] net.bytebuddy.byte-buddy.source/1.9.0.v20181107-1410 [2023-09-08T19:50:49.141Z] [WARNING] org.apache.lucene.analysis-smartcn/9.4.2.v20221211-0752 [2023-09-08T19:50:49.141Z] [WARNING] com.jcraft.jsch/0.1.55.v20221112-0806 [2023-09-08T19:50:49.141Z] [WARNING] ca.odell.glazedlists/1.11.0.v20221112-0806 [2023-09-08T19:50:49.141Z] [WARNING] javax.activation.source/1.2.2.v20221203-1659 [2023-09-08T19:50:49.141Z] [WARNING] io.opencensus.opencensus-api.source/0.26.0.v20221112-0806 [2023-09-08T19:50:49.141Z] [WARNING] ch.qos.logback.core/1.2.3.v20221112-0806 [2023-09-08T19:50:49.141Z] [WARNING] jakarta.websocket/2.0.0.v20221203-1659 [2023-09-08T19:50:49.141Z] [WARNING] org.apache.maven.resolver.util.source/1.0.3.v20170405-0725 [2023-09-08T19:50:49.141Z] [WARNING] org.apache.jclouds.driver.jclouds-slf4j/1.8.0.v20160301-1110 [2023-09-08T19:50:49.141Z] [WARNING] org.antlr.runtime.source/3.2.0.v20220404-1927 [2023-09-08T19:50:49.141Z] [WARNING] javax.annotation.source/1.3.5.v20230504-0748 [2023-09-08T19:50:49.141Z] [WARNING] org.junit.platform.suite.api/1.9.1.v20221103-2317 [2023-09-08T19:50:49.141Z] [WARNING] org.jgrapht.jgrapht-core/1.4.0.v20220411-2343 [2023-09-08T19:50:49.141Z] [WARNING] org.apache.commons.lang3.source/3.12.0.v20221221-1931 [2023-09-08T19:50:49.141Z] [WARNING] org.apache.lucene.queryparser/7.5.0.v20181003-1532 [2023-09-08T19:50:49.141Z] [WARNING] org.hamcrest.library.source/1.3.0.v20180524-2246 [2023-09-08T19:50:49.141Z] [WARNING] org.apache.batik.bridge/1.16.0.v20230210-1249 [2023-09-08T19:50:49.141Z] [WARNING] jakarta.servlet.jsp/3.0.0.v20221203-1659 [2023-09-08T19:50:49.141Z] [WARNING] com.github.jnr.a64asm/1.0.0.v20221215-1656 [2023-09-08T19:50:49.141Z] [WARNING] org.bouncycastle.bcutil.source/1.72.0.v20221013-1810 [2023-09-08T19:50:49.141Z] [WARNING] org.hsqldb/2.2.9.v20221112-0806 [2023-09-08T19:50:49.141Z] [WARNING] javax.ws.rs/2.1.6.v20221203-1659 [2023-09-08T19:50:49.141Z] [WARNING] org.apache.xml.resolver/1.2.0.v20220715-1206 [2023-09-08T19:50:49.141Z] [WARNING] org.apache.jclouds.api.sts/1.8.0.v20160301-1110 [2023-09-08T19:50:49.141Z] [WARNING] org.apache.commons.compress.source/1.22.0.v20221207-1049 [2023-09-08T19:50:49.141Z] [WARNING] com.fasterxml.jackson.datatype.jackson-datatype-guava.source/2.13.2.v20220426-1653 [2023-09-08T19:50:49.141Z] [WARNING] org.apache.commons.collections4.source/4.4.0.v20221112-0806 [2023-09-08T19:50:49.141Z] [WARNING] org.apache.commons.lang.source/2.6.0.v20220406-2305 [2023-09-08T19:50:49.141Z] [WARNING] org.reactivestreams.source/1.0.2.v20181120-0809 [2023-09-08T19:50:49.141Z] [WARNING] javax.annotation/1.3.5.v20230504-0748 [2023-09-08T19:50:49.141Z] [WARNING] org.apache.jclouds.api.openstack-cinder.source/1.8.0.v20160301-1110 [2023-09-08T19:50:49.141Z] [WARNING] ch.qos.logback.slf4j/1.2.3.v20221112-0806 [2023-09-08T19:50:49.141Z] [WARNING] com.google.gdata/1.47.1.v20221112-0806 [2023-09-08T19:50:49.141Z] [WARNING] org.slf4j.apis.log4j.source/1.7.30.v20221112-0806 [2023-09-08T19:50:49.141Z] [WARNING] org.apache.batik.css/1.16.0.v20221027-0840 [2023-09-08T19:50:49.141Z] [WARNING] com.github.jnr.x86asm/1.0.2.v20221112-0806 [2023-09-08T19:50:49.141Z] [WARNING] org.apache.commons.cli/1.4.0.v20221112-0806 [2023-09-08T19:50:49.141Z] [WARNING] com.google.api.client-util.source/1.2.3.v20221112-0806 [2023-09-08T19:50:49.141Z] [WARNING] org.ejml.experimental/0.29.0.v20221112-0806 [2023-09-08T19:50:49.141Z] [WARNING] org.apache.pdfbox.fontbox/2.0.6.v20221112-0806 [2023-09-08T19:50:49.141Z] [WARNING] org.apache.sshd.osgi/2.8.0.v20211227-1750 [2023-09-08T19:50:49.141Z] [WARNING] com.google.gson/2.10.1.v20230109-0753 [2023-09-08T19:50:49.141Z] [WARNING] javaewah/1.1.13.v20211029-0839 [2023-09-08T19:50:49.141Z] [WARNING] org.slf4j.api.source/1.7.30.v20221112-0806 [2023-09-08T19:50:49.141Z] [WARNING] com.sun.jna/4.1.0.v20210503-0343 [2023-09-08T19:50:49.141Z] [WARNING] org.apache.commons.lang/2.6.0.v20220406-2305 [2023-09-08T19:50:49.141Z] [WARNING] org.apache.batik.dom.svg/1.16.0.v20221027-0840 [2023-09-08T19:50:49.141Z] [WARNING] org.apache.xml.serializer.source/2.7.2.v20220406-0601 [2023-09-08T19:50:49.141Z] [WARNING] org.slf4j.apis.jcl.source/1.7.30.v20221112-0806 [2023-09-08T19:50:49.141Z] [WARNING] com.fasterxml.jackson.core.jackson-annotations/2.13.2.v20220426-1653 [2023-09-08T19:50:49.141Z] [WARNING] org.aopalliance/1.0.0.v20220404-1927 [2023-09-08T19:50:49.141Z] [WARNING] org.joni/2.1.11.v20170306-1742 [2023-09-08T19:50:49.141Z] [WARNING] org.apache.httpcomponents.client5.httpclient5-win/5.1.3.v20221013-1742 [2023-09-08T19:50:49.141Z] [WARNING] jakarta.xml.bind/2.3.3.v20221203-1659 [2023-09-08T19:50:49.141Z] [WARNING] com.github.jnr.jffi/1.3.9.v20221215-1656 [2023-09-08T19:50:49.141Z] [WARNING] org.junit.jupiter.api.source/5.9.1.v20221103-2317 [2023-09-08T19:50:49.141Z] [WARNING] com.github.jnr.unixsocket/0.38.17.v20221215-1656 [2023-09-08T19:50:49.141Z] [WARNING] org.apache.pdfbox.source/2.0.6.v20221112-0806 [2023-09-08T19:50:49.141Z] [WARNING] org.junit.jupiter.api/5.9.1.v20221103-2317 [2023-09-08T19:50:49.141Z] [WARNING] ch.qos.logback.classic.source/1.2.3.v20221112-0806 [2023-09-08T19:50:49.141Z] [WARNING] org.apache.batik.constants.source/1.16.0.v20221027-0840 [2023-09-08T19:50:49.141Z] [WARNING] org.apache.batik.ext/1.16.0.v20221027-0840 [2023-09-08T19:50:49.141Z] [WARNING] org.reactivestreams/1.0.2.v20181120-0809 [2023-09-08T19:50:49.141Z] [WARNING] org.junit.source/4.13.2.v20211018-1956 [2023-09-08T19:50:49.141Z] [WARNING] org.objectweb.asm.tree/9.4.0.v20221107-1714 [2023-09-08T19:50:49.141Z] [WARNING] org.apache.batik.i18n/1.16.0.v20221027-0840 [2023-09-08T19:50:49.141Z] [WARNING] org.apache.jclouds.labs.docker.source/1.8.0.v20160301-1110 [2023-09-08T19:50:49.141Z] [WARNING] com.atlassian.commonmark-yaml/0.15.1.v20221112-0806 [2023-09-08T19:50:49.141Z] [WARNING] org.apache.ws.commons.util.source/1.0.2.v20160817-1930 [2023-09-08T19:50:49.141Z] [WARNING] com.sun.jna/5.12.1.v20221103-2317 [2023-09-08T19:50:49.141Z] [WARNING] org.dom4j.source/1.6.1.v20221112-0806 [2023-09-08T19:50:49.141Z] [WARNING] org.apache.pdfbox.preflight.source/2.0.6.v20221112-0806 [2023-09-08T19:50:49.141Z] [WARNING] org.slf4j.binding.simple/1.7.30.v20221112-0806 [2023-09-08T19:50:49.141Z] [WARNING] org.ejml.core/0.29.0.v20221112-0806 [2023-09-08T19:50:49.141Z] [WARNING] org.jdom2/2.0.6.v20221112-0806 [2023-09-08T19:50:49.141Z] [WARNING] org.yaml.snakeyaml/1.27.0.v20221112-0806 [2023-09-08T19:50:49.141Z] [WARNING] com.atlassian.commonmark-gfm-strikethrough/0.15.1.v20221112-0806 [2023-09-08T19:50:49.141Z] [WARNING] org.antlr.runtime/4.10.1.v20230210-1433 [2023-09-08T19:50:49.141Z] [WARNING] org.ejml.simple/0.29.0.v20221112-0806 [2023-09-08T19:50:49.141Z] [WARNING] org.apache.batik.i18n.source/1.16.0.v20221027-0840 [2023-09-08T19:50:49.141Z] [WARNING] org.apache.batik.svggen.source/1.16.0.v20221027-0840 [2023-09-08T19:50:49.141Z] [WARNING] org.apache.jclouds.api.openstack-keystone.source/1.8.0.v20160301-1110 [2023-09-08T19:50:49.141Z] [WARNING] org.junit.platform.engine/1.9.1.v20221103-2317 [2023-09-08T19:50:49.141Z] [WARNING] jakarta.servlet/5.0.0.v20221203-1659 [2023-09-08T19:50:49.141Z] [WARNING] org.kohsuke.args4j/2.33.0.v20160323-2218 [2023-09-08T19:50:49.141Z] [WARNING] net.bytebuddy.byte-buddy.source/1.12.18.v20221114-2102 [2023-09-08T19:50:49.141Z] [WARNING] org.apache.pdfbox.xmpbox/2.0.6.v20221112-0806 [2023-09-08T19:50:49.141Z] [WARNING] org.slf4j.binding.log4j12/1.7.30.v20221112-0806 [2023-09-08T19:50:49.141Z] [WARNING] com.github.jnr.ffi/2.2.11.v20221215-1656 [2023-09-08T19:50:49.141Z] [WARNING] org.apache.jclouds.api.cloudwatch.source/1.8.0.v20160301-1110 [2023-09-08T19:50:49.141Z] [WARNING] org.apache.logging.log4j.source/2.17.1.v20220106-2156 [2023-09-08T19:50:49.141Z] [WARNING] org.tukaani.xz.source/1.9.0.v20210624-1259 [2023-09-08T19:50:49.141Z] [WARNING] com.google.auth.oauth2-http/0.20.0.v20221112-0806 [2023-09-08T19:50:49.141Z] [WARNING] jakarta.websocket.source/2.0.0.v20221203-1659 [2023-09-08T19:50:49.141Z] [WARNING] org.jdom2.source/2.0.6.v20221112-0806 [2023-09-08T19:50:49.141Z] [WARNING] com.google.api.client-escape/1.2.3.v20221112-0806 [2023-09-08T19:50:49.141Z] [WARNING] org.apache.lucene.analysis-smartcn.source/9.4.2.v20221211-0752 [2023-09-08T19:50:49.141Z] [WARNING] org.glassfish.hk2.utils.source/2.6.1.v20221203-1659 [2023-09-08T19:50:49.141Z] [WARNING] com.google.api.client-http/1.2.3.v20221112-0806 [2023-09-08T19:50:49.141Z] [WARNING] org.jsoup/1.14.3.v20211012-1727 [2023-09-08T19:50:49.141Z] [WARNING] org.slf4j.binding.simple.source/1.7.30.v20221112-0806 [2023-09-08T19:50:49.141Z] [WARNING] org.glassfish.hk2.osgi-resource-locator/2.5.0.v20161103-1916 [2023-09-08T19:50:49.141Z] [WARNING] org.apache.batik.shared.resources/1.16.0.v20221027-0840 [2023-09-08T19:50:49.141Z] [WARNING] org.apache.httpcomponents.httpcore.source/4.4.16.v20221207-1049 [2023-09-08T19:50:49.141Z] [WARNING] org.apache.poi/4.1.1.v20221112-0806 [2023-09-08T19:50:49.141Z] [WARNING] com.google.oauth-client-java6.source/1.30.6.v20221112-0806 [2023-09-08T19:50:49.141Z] [WARNING] com.sun.jna.source/5.8.0.v20210503-0343 [2023-09-08T19:50:49.141Z] [WARNING] com.sun.jna.source/5.6.0.v20210503-0343 [2023-09-08T19:50:49.141Z] [WARNING] org.tukaani.xz/1.9.0.v20210624-1259 [2023-09-08T19:50:49.141Z] [WARNING] org.apache.batik.xml/1.16.0.v20221027-0840 [2023-09-08T19:50:49.141Z] [WARNING] org.slf4j.binding.nop/1.7.30.v20221112-0806 [2023-09-08T19:50:49.141Z] [WARNING] net.i2p.crypto.eddsa.source/0.3.0.v20220506-1020 [2023-09-08T19:50:49.141Z] [WARNING] org.apache.xalan.source/2.7.2.v20221112-0806 [2023-09-08T19:50:49.141Z] [WARNING] org.glassfish.jersey.core.jersey-common.source/2.30.1.v20221112-0806 [2023-09-08T19:50:49.141Z] [WARNING] org.apache.xmlgraphics.source/2.7.0.v20221018-0736 [2023-09-08T19:50:49.141Z] [WARNING] org.apache.poi.source/4.1.1.v20221112-0806 [2023-09-08T19:50:49.141Z] [WARNING] org.junit.platform.suite.commons/1.9.1.v20221103-2317 [2023-09-08T19:50:49.141Z] [WARNING] jakarta.activation/1.2.2.v20221203-1659 [2023-09-08T19:50:49.141Z] [WARNING] com.google.gson.source/2.10.1.v20230109-0753 [2023-09-08T19:50:49.141Z] [WARNING] org.apache.batik.util.source/1.16.0.v20221027-0840 [2023-09-08T19:50:49.142Z] [WARNING] net.bytebuddy.byte-buddy/1.7.9.v20180420-1519 [2023-09-08T19:50:49.142Z] [WARNING] org.eclipse.orbit.releng.recipes.feature.aggregation.feature.jar/1.0.0.v20230516-1249 [2023-09-08T19:50:49.142Z] [WARNING] org.apache.ws.commons.util/1.0.2.v20160817-1930 [2023-09-08T19:50:49.142Z] [WARNING] net.bytebuddy.byte-buddy-agent/1.12.18.v20221114-2102 [2023-09-08T19:50:49.142Z] [WARNING] com.google.guava/27.1.0.v20221112-0806 [2023-09-08T19:50:49.142Z] [WARNING] org.apache.maven.resolver.spi.source/1.0.3.v20170405-0725 [2023-09-08T19:50:49.142Z] [WARNING] com.sun.jna.platform/5.12.1.v20221103-2317 [2023-09-08T19:50:49.142Z] [WARNING] com.google.auto.value.auto-value-annotations/1.7.0.v20221112-0806 [2023-09-08T19:50:49.142Z] [WARNING] org.apache.jclouds.labs.openstack-neutron/1.8.0.v20160301-1110 [2023-09-08T19:50:49.142Z] [WARNING] org.glassfish.jersey.core.jersey-server.source/2.30.1.v20221112-0806 [2023-09-08T19:50:49.142Z] [WARNING] com.google.api.client-http.source/1.2.3.v20221112-0806 [2023-09-08T19:50:49.142Z] [WARNING] com.atlassian.commonmark-gfm-tables.source/0.15.1.v20221112-0806 [2023-09-08T19:50:49.142Z] [WARNING] org.bouncycastle.bcprov/1.72.0.v20221013-1810 [2023-09-08T19:50:49.142Z] [WARNING] org.objectweb.asm.analysis.source/9.4.0.v20221107-1714 [2023-09-08T19:50:49.142Z] [WARNING] org.apache.commons.math3/3.6.1.v20221112-0806 [2023-09-08T19:50:49.142Z] [WARNING] net.bytebuddy.byte-buddy.source/1.7.9.v20180420-1519 [2023-09-08T19:50:49.142Z] [WARNING] org.apache.httpcomponents.httpclient.win/4.5.14.v20221207-1049 [2023-09-08T19:50:49.142Z] [WARNING] com.github.jnr.ffi.source/2.2.11.v20221215-1656 [2023-09-08T19:50:49.142Z] [WARNING] org.apache.maven.resolver.transport.http/1.0.3.v20170405-0725 [2023-09-08T19:50:49.142Z] [WARNING] org.junit.platform.suite.engine/1.9.1.v20221103-2317 [2023-09-08T19:50:49.142Z] [WARNING] org.slf4j.bridge.jul.source/1.7.30.v20221112-0806 [2023-09-08T19:50:49.142Z] [WARNING] org.apache.xmlbeans.source/3.1.0.v20221112-0806 [2023-09-08T19:50:49.142Z] [WARNING] javax.ws.rs.source/2.1.6.v20221203-1659 [2023-09-08T19:50:49.142Z] [WARNING] org.freemarker/2.3.22.v20160210-1233 [2023-09-08T19:50:49.142Z] [WARNING] com.graphql.java.dataloader.source/2.1.1.v20181120-0809 [2023-09-08T19:50:49.142Z] [WARNING] org.apache.jclouds.jclouds-scriptbuilder.source/1.8.0.v20160301-1110 [2023-09-08T19:50:49.142Z] [WARNING] java_cup/0.11.20150326.v20180425-1030 [2023-09-08T19:50:49.142Z] [WARNING] com.google.api.client-auth.source/1.2.3.v20221112-0806 [2023-09-08T19:50:49.142Z] [WARNING] com.sun.xml.bind/2.3.3.v20221203-1659 [2023-09-08T19:50:49.142Z] [WARNING] org.apache.xml.serializer/2.7.2.v20220406-0601 [2023-09-08T19:50:49.142Z] [WARNING] org.apache.xmlrpc.client.source/3.1.3.v20160817-1930 [2023-09-08T19:50:49.142Z] [WARNING] com.google.oauth-client/1.30.6.v20221112-0806 [2023-09-08T19:50:49.142Z] [WARNING] java_cup-runtime/0.11.20150326.v20180425-1030 [2023-09-08T19:50:49.142Z] [WARNING] com.google.protobuf/2.4.1.v20220404-1934 [2023-09-08T19:50:49.142Z] [WARNING] org.apache.lucene.core.source/7.5.0.v20181003-1532 [2023-09-08T19:50:49.142Z] [WARNING] com.google.api.client-json.source/1.2.3.v20221112-0806 [2023-09-08T19:50:49.142Z] [WARNING] org.apache.maven.resolver.spi/1.0.3.v20170405-0725 [2023-09-08T19:50:49.142Z] [WARNING] org.apache.xmlrpc.common/3.1.3.v20181004-1955 [2023-09-08T19:50:49.142Z] [WARNING] org.apache.lucene.core/8.4.1.v20221112-0806 [2023-09-08T19:50:49.142Z] [WARNING] org.apache.batik.parser.source/1.16.0.v20221027-0840 [2023-09-08T19:50:49.142Z] [WARNING] com.atlassian.commonmark-heading-anchor/0.15.1.v20221112-0806 [2023-09-08T19:50:49.142Z] [WARNING] org.apache.commons.lang3/3.12.0.v20221221-1931 [2023-09-08T19:50:49.142Z] [WARNING] org.apache.jclouds.jclouds-core.source/1.8.0.v20181004-1955 [2023-09-08T19:50:49.142Z] [WARNING] org.apache.batik.gvt/1.16.0.v20221027-0840 [2023-09-08T19:50:49.142Z] [WARNING] org.antlr.runtime.source/4.7.2.v20221112-0806 [2023-09-08T19:50:49.142Z] [WARNING] org.apache.tika.core/1.24.1.v20211101-1915 [2023-09-08T19:50:49.142Z] [WARNING] org.apache.commons.cli.source/1.4.0.v20221112-0806 [2023-09-08T19:50:49.142Z] [WARNING] org.apache.lucene.misc.source/7.5.0.v20181003-1532 [2023-09-08T19:50:49.142Z] [WARNING] javax.inject/1.0.0.v20220405-0441 [2023-09-08T19:50:49.142Z] [WARNING] org.apache.jclouds.jclouds-core/1.8.0.v20181004-1955 [2023-09-08T19:50:49.142Z] [WARNING] io.opencensus.opencensus-api/0.26.0.v20221112-0806 [2023-09-08T19:50:49.142Z] [WARNING] org.apache.batik.parser/1.16.0.v20221027-0840 [2023-09-08T19:50:49.142Z] [WARNING] javax.validation.source/1.1.0.v20221112-0806 [2023-09-08T19:50:49.142Z] [WARNING] io.netty.buffer.source/4.1.56.v20221112-0806 [2023-09-08T19:50:49.142Z] [WARNING] com.sun.jna.platform/4.1.0.v20170410-1117 [2023-09-08T19:50:49.142Z] [WARNING] org.hamcrest.library/1.3.0.v20180524-2246 [2023-09-08T19:50:49.142Z] [WARNING] org.glassfish.hk2.api/2.6.1.v20221203-1659 [2023-09-08T19:50:49.142Z] [WARNING] org.apache.maven.resolver.connector.basic/1.0.3.v20170405-0725 [2023-09-08T19:50:49.142Z] [WARNING] org.apache.commons.csv.source/1.8.0.v20221112-0806 [2023-09-08T19:50:49.142Z] [WARNING] org.apache.log4j.source/1.2.24.v20221221-2012 [2023-09-08T19:50:49.142Z] [WARNING] org.apache.sshd.sftp/2.9.2.v20221117-1942 [2023-09-08T19:50:49.142Z] [WARNING] org.slf4j.ext/1.7.30.v20221112-0806 [2023-09-08T19:50:49.142Z] [WARNING] org.assertj/3.20.2.v20210706-1104 [2023-09-08T19:50:49.142Z] [WARNING] com.konghq.unirest-java.source/3.4.2.v20221112-0806 [2023-09-08T19:50:49.142Z] [WARNING] org.junit.platform.runner/1.9.1.v20221103-2317 [2023-09-08T19:50:49.142Z] [WARNING] com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider/2.13.2.v20220426-1653 [2023-09-08T19:50:49.142Z] [WARNING] com.sun.jna/5.8.0.v20210503-0343 [2023-09-08T19:50:49.142Z] [WARNING] org.junit.jupiter.params/5.9.1.v20221103-2317 [2023-09-08T19:50:49.142Z] [WARNING] io.github.classgraph/4.8.149.v20220915-0556 [2023-09-08T19:50:49.142Z] [WARNING] com.sun.jna/5.6.0.v20210503-0343 [2023-09-08T19:50:49.142Z] [WARNING] org.apache.lucene.analyzers-smartcn.source/7.5.0.v20181003-1532 [2023-09-08T19:50:49.142Z] [WARNING] com.atlassian.commonmark-task-list-items.source/0.15.1.v20221112-0806 [2023-09-08T19:50:49.142Z] [WARNING] com.github.jnr.x86asm.source/1.0.2.v20221112-0806 [2023-09-08T19:50:49.142Z] [WARNING] com.google.protobuf.source/2.4.1.v20220404-1934 [2023-09-08T19:50:49.142Z] [WARNING] org.ejml.denseC64.source/0.29.0.v20221112-0806 [2023-09-08T19:50:49.142Z] [WARNING] org.apache.jclouds.api.openstack-nova/1.8.0.v20160301-1110 [2023-09-08T19:50:49.142Z] [WARNING] org.apache.httpcomponents.httpclient.source/4.5.14.v20230516-1249 [2023-09-08T19:50:49.142Z] [WARNING] org.jaxen/1.1.6.v20221112-0806 [2023-09-08T19:50:49.142Z] [WARNING] javaewah.source/1.1.13.v20211029-0839 [2023-09-08T19:50:49.142Z] [WARNING] org.apache.batik.dom.source/1.16.0.v20230210-1249 [2023-09-08T19:50:49.142Z] [WARNING] org.apache.batik.script.source/1.16.0.v20221027-0840 [2023-09-08T19:50:49.142Z] [WARNING] org.apache.commons.io.source/2.8.0.v20210415-0900 [2023-09-08T19:50:49.142Z] [WARNING] org.eclipse.orbit.releng.recipes.feature.aggregation.feature.group/1.0.0.v20230516-1249 [2023-09-08T19:50:49.142Z] [WARNING] org.apache.lucene.core/7.5.0.v20181003-1532 [2023-09-08T19:50:49.142Z] [WARNING] org.apache.jclouds.jclouds-scriptbuilder/1.8.0.v20160301-1110 [2023-09-08T19:50:49.142Z] [WARNING] com.atlassian.commonmark.source/0.15.1.v20221112-0806 [2023-09-08T19:50:49.142Z] [WARNING] org.ejml.simple.source/0.29.0.v20221112-0806 [2023-09-08T19:50:49.142Z] [WARNING] com.google.auto.value.auto-value-annotations.source/1.7.0.v20221112-0806 [2023-09-08T19:50:49.142Z] [WARNING] org.objectweb.asm.commons.source/9.4.0.v20221107-1714 [2023-09-08T19:50:49.142Z] [WARNING] com.google.oauth-client.source/1.30.6.v20221112-0806 [2023-09-08T19:50:49.142Z] [WARNING] org.junit.platform.suite.api.source/1.9.1.v20221103-2317 [2023-09-08T19:50:49.142Z] [WARNING] net.sourceforge.plantuml/1.2019.0.v20221112-0806 [2023-09-08T19:50:49.142Z] [WARNING] org.apache.pdfbox.xmpbox.source/2.0.6.v20221112-0806 [2023-09-08T19:50:49.142Z] [WARNING] jakarta.activation.source/1.2.2.v20221203-1659 [2023-09-08T19:50:49.142Z] [WARNING] org.dom4j.source/2.1.1.v20221112-0806 [2023-09-08T19:50:49.142Z] [WARNING] org.apache.poi.ooxml.source/4.1.1.v20221112-0806 [2023-09-08T19:50:49.142Z] [WARNING] org.apache.lucene.analyzers-smartcn.source/8.4.1.v20221112-0806 [2023-09-08T19:50:49.142Z] [WARNING] ch.qos.logback.slf4j.source/1.2.3.v20221112-0806 [2023-09-08T19:50:49.142Z] [WARNING] org.glassfish.hk2.locator.source/2.6.1.v20221203-1659 [2023-09-08T19:50:49.142Z] [WARNING] com.atlassian.commonmark-image-attributes.source/0.15.1.v20221112-0806 [2023-09-08T19:50:49.142Z] [WARNING] net.bytebuddy.byte-buddy/1.9.0.v20181107-1410 [2023-09-08T19:50:49.142Z] [WARNING] org.assertj.source/3.20.2.v20210706-1104 [2023-09-08T19:50:49.142Z] [WARNING] org.apache.onami.configuration/6.3.0.v20160301-1110 [2023-09-08T19:50:49.142Z] [WARNING] jakarta.servlet.source/5.0.0.v20221203-1659 [2023-09-08T19:50:49.142Z] [WARNING] io.github.classgraph.source/4.8.149.v20220915-0556 [2023-09-08T19:50:49.142Z] [WARNING] org.glassfish.jersey.inject.jersey-hk2.source/2.30.1.v20221203-1659 [2023-09-08T19:50:49.142Z] [WARNING] com.google.http-client.google-http-client.source/1.34.2.v20221112-0806 [2023-09-08T19:50:49.142Z] [WARNING] org.bouncycastle.bcpkix/1.72.0.v20221013-1810 [2023-09-08T19:50:49.142Z] [WARNING] org.apache.xerces/2.12.2.v20220131-0835 [2023-09-08T19:50:49.142Z] [WARNING] org.glassfish.hk2.api.source/2.5.0.v20161103-0227 [2023-09-08T19:50:49.142Z] [WARNING] org.jboss.logging.source/3.3.2.v20221112-0806 [2023-09-08T19:50:49.142Z] [WARNING] org.antlr.runtime/3.5.2.v20221112-0806 [2023-09-08T19:50:49.142Z] [WARNING] com.google.flogger.systembackend/0.1.0.v20180506-0038 [2023-09-08T19:50:49.142Z] [WARNING] com.google.http-client.google-http-client-jackson2/1.34.2.v20221112-0806 [2023-09-08T19:50:49.142Z] [WARNING] org.hamcrest.core/1.3.0.v20180420-1519 [2023-09-08T19:50:49.142Z] [WARNING] com.sun.xml.bind.source/2.3.3.v20221203-1659 [2023-09-08T19:50:49.142Z] [WARNING] org.freemarker.source/2.3.22.v20160210-1233 [2023-09-08T19:50:49.142Z] [WARNING] org.apache.ant/1.10.12.v20211102-1452 [2023-09-08T19:50:49.142Z] [WARNING] com.google.api.client-auth-oauth2.source/1.2.3.v20221112-0806 [2023-09-08T19:50:49.142Z] [WARNING] org.eclipse.orbit.mongodb/3.2.2.v20181004-1955 [2023-09-08T19:50:49.142Z] [WARNING] io.netty.buffer/4.1.56.v20221112-0806 [2023-09-08T19:50:49.142Z] [WARNING] com.fasterxml.jackson.core.jackson-core.source/2.13.2.v20220426-1653 [2023-09-08T19:50:49.142Z] [WARNING] org.jboss.logging/3.3.2.v20221112-0806 [2023-09-08T19:50:49.142Z] [WARNING] org.apache.jclouds.api.openstack-keystone/1.8.0.v20160301-1110 [2023-09-08T19:50:49.142Z] [WARNING] com.google.api.client-auth/1.2.3.v20221112-0806 [2023-09-08T19:50:49.142Z] [WARNING] org.bouncycastle.bcpkix.source/1.72.0.v20221013-1810 [2023-09-08T19:50:49.142Z] [WARNING] org.apache.commons.codec.source/1.14.0.v20221112-0806 [2023-09-08T19:50:49.142Z] [WARNING] com.atlassian.commonmark-gfm-strikethrough.source/0.15.1.v20221112-0806 [2023-09-08T19:50:49.142Z] [WARNING] org.opentest4j/1.2.0.v20211018-1956 [2023-09-08T19:50:49.142Z] [WARNING] org.apache.commons.io/2.8.0.v20210415-0900 [2023-09-08T19:50:49.142Z] [WARNING] javax.activation/1.2.2.v20221203-1659 [2023-09-08T19:50:49.142Z] [WARNING] org.hamcrest/2.2.0.v20210711-0821 [2023-09-08T19:50:49.142Z] [WARNING] com.sun.xml.bind.source/2.2.0.v20221112-0806 [2023-09-08T19:50:49.142Z] [WARNING] org.glassfish.hk2.utils.source/2.5.0.v20160210-1508 [2023-09-08T19:50:49.142Z] [WARNING] org.glassfish.hk2.osgi-resource-locator/1.0.3.v20221203-1659 [2023-09-08T19:50:49.142Z] [WARNING] org.bouncycastle.bcpg/1.72.0.v20221013-1810 [2023-09-08T19:50:49.142Z] [WARNING] com.sun.jna.source/4.1.0.v20210503-0343 [2023-09-08T19:50:49.142Z] [WARNING] org.apache.jclouds.api.ec2.source/1.8.0.v20160301-1110 [2023-09-08T19:50:49.142Z] [WARNING] org.apache.httpcomponents.httpcore-nio/4.4.16.v20221207-1049 [2023-09-08T19:50:49.142Z] [WARNING] org.jgrapht.jgrapht-core.source/1.4.0.v20220411-2343 [2023-09-08T19:50:49.142Z] [WARNING] org.apache.lucene.analyzers-smartcn/8.4.1.v20221112-0806 [2023-09-08T19:50:49.142Z] [WARNING] org.glassfish.hk2.locator.source/2.5.0.v20161103-0227 [2023-09-08T19:50:49.142Z] [WARNING] io.github.java-diff-utils/4.8.0.v20221112-0806 [2023-09-08T19:50:49.142Z] [WARNING] com.google.flogger/0.1.0.v20180506-0038 [2023-09-08T19:50:49.142Z] [WARNING] org.junit.vintage.engine.source/5.9.1.v20221103-2317 [2023-09-08T19:50:49.142Z] [WARNING] org.slf4j.apis.jcl/1.7.30.v20221112-0806 [2023-09-08T19:50:49.142Z] [WARNING] org.apache.batik.xml.source/1.16.0.v20221027-0840 [2023-09-08T19:50:49.142Z] [WARNING] com.github.jnr.enxio.source/0.32.13.v20221215-1656 [2023-09-08T19:50:49.142Z] [WARNING] org.mockito.mockito-core/4.8.1.v20221103-2317 [2023-09-08T19:50:49.142Z] [WARNING] org.apache.sshd.osgi.source/2.9.2.v20221117-1942 [2023-09-08T19:50:49.142Z] [WARNING] org.apache.commons.fileupload.source/1.3.2.v20170320-2229 [2023-09-08T19:50:49.142Z] [WARNING] org.glassfish.jersey.ext.entityfiltering/2.30.1.v20221112-0806 [2023-09-08T19:50:49.142Z] [WARNING] org.glassfish.hk2.osgi-resource-locator.source/2.5.0.v20161103-1916 [2023-09-08T19:50:49.142Z] [WARNING] org.glassfish.jersey.core.jersey-common/2.30.1.v20221112-0806 [2023-09-08T19:50:49.142Z] [WARNING] org.apache.batik.codec/1.16.0.v20221027-0840 [2023-09-08T19:50:49.142Z] [WARNING] com.atlassian.commonmark-task-list-items/0.15.1.v20221112-0806 [2023-09-08T19:50:49.143Z] [WARNING] org.apache.httpcomponents.core5.httpcore5.source/5.1.4.v20221013-1742 [2023-09-08T19:50:49.143Z] [WARNING] com.fasterxml.jackson.core.jackson-databind.source/2.13.2.v20220426-1653 [2023-09-08T19:50:49.143Z] [WARNING] com.sun.jna.platform.source/4.1.0.v20170410-1117 [2023-09-08T19:50:49.143Z] [WARNING] org.apache.httpcomponents.httpasyncclient/4.1.3.v20221112-0806 [2023-09-08T19:50:49.143Z] [WARNING] com.github.jnr.posix.source/3.1.15.v20221215-1656 [2023-09-08T19:50:49.143Z] [WARNING] com.sun.jna.source/5.12.1.v20221103-2317 [2023-09-08T19:50:49.143Z] [WARNING] org.conscrypt.conscrypt-openjdk-uber.source/2.5.1.v20220506-1020 [2023-09-08T19:50:49.143Z] [WARNING] org.glassfish.jersey.core.jersey-server/2.30.1.v20221112-0806 [2023-09-08T19:50:49.143Z] [WARNING] org.apache.jclouds.jclouds-compute/1.8.0.v20160301-1110 [2023-09-08T19:50:49.143Z] [WARNING] org.objectweb.asm.commons/9.4.0.v20221107-1714 [2023-09-08T19:50:49.143Z] [WARNING] org.apache.commons.compress/1.22.0.v20221207-1049 [2023-09-08T19:50:49.143Z] [WARNING] org.apache.maven.resolver.impl/1.0.3.v20170405-0725 [2023-09-08T19:50:49.143Z] [WARNING] org.objenesis.source/3.3.0.v20221103-2317 [2023-09-08T19:50:49.143Z] [WARNING] javax.xml/1.4.1.v20220503-2331 [2023-09-08T19:50:49.143Z] [WARNING] net.sourceforge.plantuml.source/1.2019.0.v20221112-0806 [2023-09-08T19:50:49.143Z] [WARNING] org.apache.maven.resolver.util/1.0.3.v20170405-0725 [2023-09-08T19:50:49.143Z] [WARNING] org.apache.jclouds.api.openstack-cinder/1.8.0.v20160301-1110 [2023-09-08T19:50:49.143Z] [WARNING] org.eclipse.orbit.mongodb.source/3.2.2.v20181004-1955 [2023-09-08T19:50:49.143Z] [WARNING] ch.qos.logback.core.source/1.2.3.v20221112-0806 [2023-09-08T19:50:49.143Z] [WARNING] org.apache.maven.resolver.transport.http.source/1.0.3.v20170405-0725 [2023-09-08T19:50:49.143Z] [WARNING] org.apiguardian.source/1.1.2.v20211018-1956 [2023-09-08T19:50:49.143Z] [WARNING] org.slf4j.bridge.jul/1.7.30.v20221112-0806 [2023-09-08T19:50:49.143Z] [WARNING] org.mandas.docker-client/3.2.1.v20221112-0806 [2023-09-08T19:50:49.143Z] [WARNING] org.apache.lucene.misc/7.5.0.v20181003-1532 [2023-09-08T19:50:49.143Z] [WARNING] org.ggf.drmaa/1.0.0.v20170818-1553 [2023-09-08T19:50:49.143Z] [WARNING] org.apache.jclouds.common.openstack-common.source/1.8.0.v20160301-1110 [2023-09-08T19:50:49.143Z] [WARNING] org.junit.platform.launcher/1.9.1.v20221103-2317 [2023-09-08T19:50:49.143Z] [WARNING] org.knowm.xchart.source/3.6.5.v20221112-0806 [2023-09-08T19:50:49.143Z] [WARNING] org.objectweb.asm.tree.source/9.4.0.v20221107-1714 [2023-09-08T19:50:49.143Z] [WARNING] org.apache.poi.ooxml.schemas/4.1.1.v20221112-0806 [2023-09-08T19:50:49.143Z] [WARNING] org.slf4j.binding.nop.source/1.7.30.v20221112-0806 [2023-09-08T19:50:49.143Z] [WARNING] com.sun.jna.platform/4.5.1.v20221112-0806 [2023-09-08T19:50:49.143Z] [WARNING] io.grpc.grpc-context/1.29.0.v20221112-0806 [2023-09-08T19:50:49.143Z] [WARNING] com.sun.jna.platform/5.6.0.v20221112-0806 [2023-09-08T19:50:49.143Z] [WARNING] org.slf4j.api/1.7.30.v20221112-0806 [2023-09-08T19:50:49.143Z] [WARNING] com.sun.jna.platform/5.8.0.v20221112-0806 [2023-09-08T19:50:49.143Z] [WARNING] org.ejml.dense64/0.29.0.v20221112-0806 [2023-09-08T19:50:49.143Z] [WARNING] com.google.oauth-client-jetty/1.30.6.v20221112-0806 [2023-09-08T19:50:49.143Z] [WARNING] org.apache.xmlrpc.server/3.1.3.v20181004-1955 [2023-09-08T19:50:49.143Z] [WARNING] com.jcraft.jzlib/1.1.3.v20220502-1820 [2023-09-08T19:50:49.143Z] [WARNING] com.github.jnr.constants/0.10.3.v20221215-1656 [2023-09-08T19:50:49.143Z] [WARNING] com.atlassian.commonmark-yaml.source/0.15.1.v20221112-0806 [2023-09-08T19:50:49.143Z] [WARNING] org.slf4j.ext.source/1.7.30.v20221112-0806 [2023-09-08T19:50:49.143Z] [WARNING] org.junit.platform.engine.source/1.9.1.v20221103-2317 [2023-09-08T19:50:49.143Z] [WARNING] com.google.flogger.testing.source/0.1.0.v20180506-0038 [2023-09-08T19:50:49.143Z] [WARNING] org.junit.jupiter.engine/5.9.1.v20221103-2317 [2023-09-08T19:50:49.143Z] [WARNING] org.apache.sshd.sftp.source/2.8.0.v20211227-1750 [2023-09-08T19:50:49.143Z] [WARNING] org.immutables.value.source/2.8.3.v20221112-0806 [2023-09-08T19:50:49.143Z] [WARNING] org.glassfish.jersey.containers.servlet/2.30.1.v20221112-0806 [2023-09-08T19:50:49.143Z] [WARNING] org.antlr.runtime.source/3.5.2.v20221112-0806 [2023-09-08T19:50:49.143Z] [WARNING] com.google.flogger.systembackend.source/0.1.0.v20180506-0038 [2023-09-08T19:50:49.143Z] [WARNING] jakarta.el.source/4.0.0.v20221203-1659 [2023-09-08T19:50:49.143Z] [WARNING] org.apache.batik.transcoder/1.16.0.v20221027-0840 [2023-09-08T19:50:49.143Z] [WARNING] com.graphql.java.dataloader/2.1.1.v20181120-0809 [2023-09-08T19:50:49.143Z] [WARNING] org.apache.santuario.xmlsec/2.2.0.v20221112-0806 [2023-09-08T19:50:49.143Z] [WARNING] org.junit.platform.commons.source/1.9.1.v20221103-2317 [2023-09-08T19:50:49.143Z] [WARNING] com.github.jnr.a64asm.source/1.0.0.v20221215-1656 [2023-09-08T19:50:49.143Z] [WARNING] org.junit.jupiter.engine.source/5.9.1.v20221103-2317 [2023-09-08T19:50:49.143Z] [WARNING] jakarta.activation/2.0.0.v20221203-1659 [2023-09-08T19:50:49.143Z] [WARNING] com.github.jnr.constants.source/0.10.3.v20221215-1656 [2023-09-08T19:50:49.143Z] [WARNING] org.glassfish.hk2.api/2.5.0.v20161103-0227 [2023-09-08T19:50:49.143Z] [WARNING] org.glassfish.hk2.utils/2.6.1.v20221203-1659 [2023-09-08T19:50:49.143Z] [WARNING] com.google.api.client-escape.source/1.2.3.v20221112-0806 [2023-09-08T19:50:49.143Z] [WARNING] javax.measure.unit-api/1.0.0.v20170818-1538 [2023-09-08T19:50:49.143Z] [WARNING] com.jcraft.jsch.source/0.1.55.v20221112-0806 [2023-09-08T19:50:49.143Z] [WARNING] com.google.javascript.source/0.0.20160315.v20161124-1903 [2023-09-08T19:50:49.143Z] [WARNING] net.bytebuddy.byte-buddy-agent/1.7.9.v20180420-1519 [2023-09-08T19:50:49.143Z] [WARNING] com.google.inject.assistedinject.source/5.0.1.v20221112-0806 [2023-09-08T19:50:49.143Z] [WARNING] org.antlr.runtime/4.7.1.v20181120-0808 [2023-09-08T19:50:49.143Z] [WARNING] com.sun.grid.drmaa/1.0.0.v20170818-1553 [2023-09-08T19:50:49.143Z] [WARNING] org.junit.vintage.engine/5.9.1.v20221103-2317 [2023-09-08T19:50:49.143Z] [WARNING] org.apache.httpcomponents.httpcore-nio.source/4.4.16.v20221207-1049 [2023-09-08T19:50:49.143Z] [WARNING] java_cup-runtime.source/0.11.20150326.v20180425-1030 [2023-09-08T19:50:49.143Z] [WARNING] org.junit.platform.runner.source/1.9.1.v20221103-2317 [2023-09-08T19:50:49.143Z] [WARNING] org.slf4j.binding.log4j12.source/1.7.30.v20221112-0806 [2023-09-08T19:50:49.143Z] [WARNING] org.apache.lucene.analyzers-common/8.4.1.v20221112-0806 [2023-09-08T19:50:49.143Z] [WARNING] org.antlr.runtime.source/4.10.1.v20230210-1433 [2023-09-08T19:50:49.143Z] [WARNING] com.google.auth.google-auth-library-credentials/0.20.0.v20221112-0806 [2023-09-08T19:50:49.143Z] [WARNING] com.sun.xml.bind/2.2.0.v20221112-0806 [2023-09-08T19:50:49.143Z] [WARNING] org.apache.xmlrpc.common.source/3.1.3.v20181004-1955 [2023-09-08T19:50:49.143Z] [WARNING] org.knowm.xchart/3.6.5.v20221112-0806 [2023-09-08T19:50:49.143Z] [WARNING] org.glassfish.hk2.api.source/2.6.1.v20221203-1659 [2023-09-08T19:50:49.143Z] [WARNING] javax.xml.source/1.4.1.v20220503-2331 [2023-09-08T19:50:49.143Z] [WARNING] org.apache.sshd.osgi/2.9.2.v20221117-1942 [2023-09-08T19:50:49.143Z] [WARNING] org.apache.httpcomponents.core5.httpcore5/5.1.4.v20221013-1742 [2023-09-08T19:50:49.143Z] [WARNING] org.apache.maven.resolver.transport.file/1.0.3.v20170405-0725 [2023-09-08T19:50:49.143Z] [WARNING] org.apache.batik.dom/1.16.0.v20230210-1249 [2023-09-08T19:50:49.143Z] [WARNING] org.jheaps.jheaps/0.14.0.v20220411-2343 [2023-09-08T19:50:49.143Z] [WARNING] jakarta.xml.bind.source/2.3.3.v20221203-1659 [2023-09-08T19:50:49.143Z] [WARNING] org.apache.lucene.analysis-common/9.4.2.v20221211-0752 [2023-09-08T19:50:49.143Z] [WARNING] org.apache.commons.fileupload/1.3.2.v20170320-2229 [2023-09-08T19:50:49.143Z] [WARNING] com.jcraft.jzlib.source/1.1.3.v20220502-1820 [2023-09-08T19:50:49.143Z] [WARNING] org.apache.batik.anim/1.16.0.v20221027-0840 [2023-09-08T19:50:49.143Z] [WARNING] org.apache.poi.ooxml/4.1.1.v20221112-0806 [2023-09-08T19:50:49.143Z] [WARNING] org.jcodings.source/1.0.18.v20170306-1742 [2023-09-08T19:50:49.143Z] [WARNING] com.github.virtuald.curvesapi.source/1.6.0.v20221112-0806 [2023-09-08T19:50:49.143Z] [WARNING] net.bytebuddy.byte-buddy/1.12.18.v20221114-2102 [2023-09-08T19:50:49.143Z] [WARNING] com.fasterxml.jackson.module.jackson-module-jaxb-annotations/2.13.2.v20220426-1653 [2023-09-08T19:50:49.143Z] [WARNING] jakarta.activation.source/2.0.0.v20221203-1659 [2023-09-08T19:50:49.143Z] [WARNING] org.apache.pdfbox/2.0.6.v20221112-0806 [2023-09-08T19:50:49.143Z] [WARNING] org.joni.source/2.1.11.v20170306-1742 [2023-09-08T19:50:49.143Z] [WARNING] org.apache.xmlgraphics/2.7.0.v20221018-0736 [2023-09-08T19:50:49.143Z] [WARNING] org.opentest4j.source/1.2.0.v20211018-1956 [2023-09-08T19:50:49.143Z] [WARNING] io.github.java-diff-utils.source/4.8.0.v20221112-0806 [2023-09-08T19:50:49.143Z] [WARNING] org.apache.xerces.source/2.12.2.v20220131-0835 [2023-09-08T19:50:49.143Z] [INFO] Resolving class path of MavenProject: org.eclipse.orbit.bundles:orbit-bundles-p2-repository:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-recipes/releng/repository/pom.xml [2023-09-08T19:50:50.074Z] [INFO] ------------------------------------------------------------------------ [2023-09-08T19:50:50.074Z] [INFO] Reactor Build Order: [2023-09-08T19:50:50.074Z] [INFO] [2023-09-08T19:50:50.074Z] [INFO] Eclipse Orbit :: Releng [pom] [2023-09-08T19:50:50.074Z] [INFO] Eclipse Orbit :: P2 Repository [eclipse-repository] [2023-09-08T19:50:50.074Z] [INFO] Eclipse Orbit :: P2 Repository (All Content) [pom] [2023-09-08T19:50:50.074Z] [INFO] Eclipse Orbit :: Repository Report [jar] [2023-09-08T19:50:50.074Z] [INFO] [2023-09-08T19:50:50.074Z] [INFO] --------------< org.eclipse.orbit.bundles:releng-parent >--------------- [2023-09-08T19:50:50.074Z] [INFO] Building Eclipse Orbit :: Releng 1.0.0-SNAPSHOT [1/4] [2023-09-08T19:50:50.074Z] [INFO] --------------------------------[ pom ]--------------------------------- [2023-09-08T19:50:50.074Z] [INFO] [2023-09-08T19:50:50.074Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ releng-parent --- [2023-09-08T19:50:50.074Z] [INFO] [2023-09-08T19:50:50.074Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ releng-parent --- [2023-09-08T19:50:50.074Z] [INFO] [2023-09-08T19:50:50.074Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ releng-parent --- [2023-09-08T19:50:50.330Z] [INFO] [2023-09-08T19:50:50.330Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ releng-parent --- [2023-09-08T19:50:50.330Z] [INFO] [2023-09-08T19:50:50.330Z] [INFO] -------< org.eclipse.orbit.bundles:orbit-bundles-p2-repository >-------- [2023-09-08T19:50:50.330Z] [INFO] Building Eclipse Orbit :: P2 Repository 1.0.0-SNAPSHOT [2/4] [2023-09-08T19:50:50.330Z] [INFO] -------------------------[ eclipse-repository ]------------------------- [2023-09-08T19:50:50.330Z] [INFO] [2023-09-08T19:50:50.330Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ orbit-bundles-p2-repository --- [2023-09-08T19:50:50.330Z] [INFO] [2023-09-08T19:50:50.330Z] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ orbit-bundles-p2-repository --- [2023-09-08T19:50:51.261Z] [INFO] The project's OSGi version is 1.0.0.v20230516-1249 [2023-09-08T19:50:51.261Z] [INFO] [2023-09-08T19:50:51.261Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ orbit-bundles-p2-repository --- [2023-09-08T19:50:51.261Z] [INFO] [2023-09-08T19:50:51.261Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ orbit-bundles-p2-repository --- [2023-09-08T19:50:51.261Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/releng/repository/src/main/resources [2023-09-08T19:50:51.261Z] [INFO] [2023-09-08T19:50:51.261Z] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ orbit-bundles-p2-repository --- [2023-09-08T19:50:51.261Z] [INFO] [2023-09-08T19:50:51.261Z] [INFO] --- tycho-p2-publisher-plugin:2.0.0:publish-osgi-ee (default-publish-osgi-ee) @ orbit-bundles-p2-repository --- [2023-09-08T19:50:51.261Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0] [2023-09-08T19:50:51.261Z] [INFO] Published profile IUs: [a.jre.javase 14.0.0, config.a.jre.javase 14.0.0] [2023-09-08T19:50:51.261Z] [INFO] Published profile IUs: [a.jre.javase 15.0.0, config.a.jre.javase 15.0.0] [2023-09-08T19:50:51.261Z] [INFO] [2023-09-08T19:50:51.261Z] [INFO] --- tycho-p2-publisher-plugin:2.0.0:publish-products (default-publish-products) @ orbit-bundles-p2-repository --- [2023-09-08T19:50:51.261Z] [INFO] [2023-09-08T19:50:51.261Z] [INFO] --- tycho-p2-publisher-plugin:2.0.0:publish-categories (default-publish-categories) @ orbit-bundles-p2-repository --- [2023-09-08T19:50:51.261Z] [INFO] [2023-09-08T19:50:51.261Z] [INFO] --- tycho-p2-publisher-plugin:2.0.0:attach-artifacts (default-attach-artifacts) @ orbit-bundles-p2-repository --- [2023-09-08T19:50:51.261Z] [INFO] [2023-09-08T19:50:51.261Z] [INFO] --- tycho-p2-repository-plugin:2.0.0:assemble-repository (default-assemble-repository) @ orbit-bundles-p2-repository --- [2023-09-08T19:50:53.154Z] [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from v20230516-1249.all 1.0.0.EkXIlIcCOZ21cL2H3-MFnHHSEC-Le7RgOV0 to org.eclipse.equinox.p2.iu; org.glassfish.hk2.external.asm [2.5.0.v20160210-1508,2.5.0.v20160210-1508].; Unable to satisfy dependency from v20230516-1249.all 1.0.0.EkXIlIcCOZ21cL2H3-MFnHHSEC-Le7RgOV0 to org.eclipse.equinox.p2.iu; org.glassfish.hk2.external.asm.source [2.5.0.v20160210-1508,2.5.0.v20160210-1508].; Unable to satisfy dependency from v20230516-1249.all 1.0.0.EkXIlIcCOZ21cL2H3-MFnHHSEC-Le7RgOV0 to org.eclipse.equinox.p2.iu; org.apache.jclouds.api.swift.source [1.8.0.v20160301-1110,1.8.0.v20160301-1110].; Unable to satisfy dependency from v20230516-1249.all 1.0.0.EkXIlIcCOZ21cL2H3-MFnHHSEC-Le7RgOV0 to org.eclipse.equinox.p2.iu; org.apache.jclouds.api.swift [1.8.0.v20160301-1110,1.8.0.v20160301-1110].; Unable to satisfy dependency from v20230516-1249.apache 1.0.0.EDjEhWEAOcL2H3-JrMof0qZWsTOSTOz to org.eclipse.equinox.p2.iu; org.apache.jclouds.api.swift.source [1.8.0.v20160301-1110,1.8.0.v20160301-1110].; Unable to satisfy dependency from v20230516-1249.apache 1.0.0.EDjEhWEAOcL2H3-JrMof0qZWsTOSTOz to org.eclipse.equinox.p2.iu; org.apache.jclouds.api.swift [1.8.0.v20160301-1110,1.8.0.v20160301-1110].] [2023-09-08T19:50:57.325Z] [WARNING] More information on the preceding warning(s) can be found here: [2023-09-08T19:50:57.325Z] [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool [2023-09-08T19:50:57.325Z] [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from v20230516-1249.all 1.0.0.EkXIlIcCOZ21cL2H3-MFnHHSEC-Le7RgOV0 to org.eclipse.equinox.p2.iu; org.glassfish.hk2.external.asm [2.5.0.v20160210-1508,2.5.0.v20160210-1508].; Unable to satisfy dependency from v20230516-1249.all 1.0.0.EkXIlIcCOZ21cL2H3-MFnHHSEC-Le7RgOV0 to org.eclipse.equinox.p2.iu; org.glassfish.hk2.external.asm.source [2.5.0.v20160210-1508,2.5.0.v20160210-1508].; Unable to satisfy dependency from v20230516-1249.all 1.0.0.EkXIlIcCOZ21cL2H3-MFnHHSEC-Le7RgOV0 to org.eclipse.equinox.p2.iu; org.apache.jclouds.api.swift.source [1.8.0.v20160301-1110,1.8.0.v20160301-1110].; Unable to satisfy dependency from v20230516-1249.all 1.0.0.EkXIlIcCOZ21cL2H3-MFnHHSEC-Le7RgOV0 to org.eclipse.equinox.p2.iu; org.apache.jclouds.api.swift [1.8.0.v20160301-1110,1.8.0.v20160301-1110].; Unable to satisfy dependency from v20230516-1249.apache 1.0.0.EDjEhWEAOcL2H3-JrMof0qZWsTOSTOz to org.eclipse.equinox.p2.iu; org.apache.jclouds.api.swift.source [1.8.0.v20160301-1110,1.8.0.v20160301-1110].; Unable to satisfy dependency from v20230516-1249.apache 1.0.0.EDjEhWEAOcL2H3-JrMof0qZWsTOSTOz to org.eclipse.equinox.p2.iu; org.apache.jclouds.api.swift [1.8.0.v20160301-1110,1.8.0.v20160301-1110].] [2023-09-08T19:50:57.325Z] [WARNING] More information on the preceding warning(s) can be found here: [2023-09-08T19:50:57.325Z] [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool [2023-09-08T19:51:07.273Z] [INFO] [2023-09-08T19:51:07.273Z] [INFO] --- tycho-p2-repository-plugin:2.0.0:archive-repository (default-archive-repository) @ orbit-bundles-p2-repository --- [2023-09-08T19:51:07.273Z] [INFO] Building zip: /home/jenkins/agent/workspace/orbit-recipes/releng/repository/target/orbit-N20230908195041-repo.zip [2023-09-08T19:51:19.448Z] [INFO] [2023-09-08T19:51:19.448Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ orbit-bundles-p2-repository --- [2023-09-08T19:51:19.448Z] [INFO] [2023-09-08T19:51:19.448Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ orbit-bundles-p2-repository --- [2023-09-08T19:51:19.448Z] [INFO] [2023-09-08T19:51:19.448Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ orbit-bundles-p2-repository --- [2023-09-08T19:51:19.448Z] [INFO] [2023-09-08T19:51:19.448Z] [INFO] -----< org.eclipse.orbit.bundles:orbit-bundles-p2-repository-all >------ [2023-09-08T19:51:19.448Z] [INFO] Building Eclipse Orbit :: P2 Repository (All Content) 1.0.0-SNAPSHOT [3/4] [2023-09-08T19:51:19.448Z] [INFO] --------------------------------[ pom ]--------------------------------- [2023-09-08T19:51:19.448Z] [INFO] [2023-09-08T19:51:19.448Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ orbit-bundles-p2-repository-all --- [2023-09-08T19:51:19.448Z] [INFO] [2023-09-08T19:51:19.448Z] [INFO] --- tycho-p2-extras-plugin:2.0.0:mirror (mirror-orbit-recipes) @ orbit-bundles-p2-repository-all --- [2023-09-08T19:51:19.448Z] [INFO] Mirroring to /home/jenkins/agent/workspace/orbit-recipes/releng/repository-all/target/repository... [2023-09-08T19:51:19.449Z] [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from v20230516-1249.apache 1.0.0.EDjEhWEAOcL2H3-JrMof0qZWsTOSTOz to org.eclipse.equinox.p2.iu; org.apache.jclouds.api.swift.source [1.8.0.v20160301-1110,1.8.0.v20160301-1110].; Unable to satisfy dependency from v20230516-1249.apache 1.0.0.EDjEhWEAOcL2H3-JrMof0qZWsTOSTOz to org.eclipse.equinox.p2.iu; org.apache.jclouds.api.swift [1.8.0.v20160301-1110,1.8.0.v20160301-1110].; Unable to satisfy dependency from v20230516-1249.all 1.0.0.EkXIlIcCOZ21cL2H3-MFnHHSEC-Le7RgOV0 to org.eclipse.equinox.p2.iu; org.glassfish.hk2.external.asm [2.5.0.v20160210-1508,2.5.0.v20160210-1508].; Unable to satisfy dependency from v20230516-1249.all 1.0.0.EkXIlIcCOZ21cL2H3-MFnHHSEC-Le7RgOV0 to org.eclipse.equinox.p2.iu; org.glassfish.hk2.external.asm.source [2.5.0.v20160210-1508,2.5.0.v20160210-1508].; Unable to satisfy dependency from v20230516-1249.all 1.0.0.EkXIlIcCOZ21cL2H3-MFnHHSEC-Le7RgOV0 to org.eclipse.equinox.p2.iu; org.apache.jclouds.api.swift.source [1.8.0.v20160301-1110,1.8.0.v20160301-1110].; Unable to satisfy dependency from v20230516-1249.all 1.0.0.EkXIlIcCOZ21cL2H3-MFnHHSEC-Le7RgOV0 to org.eclipse.equinox.p2.iu; org.apache.jclouds.api.swift [1.8.0.v20160301-1110,1.8.0.v20160301-1110].; Unable to satisfy dependency from javax.xml 1.4.1.v20220503-2331 to osgi.bundle; org.eclipse.osgi 0.0.0.; Unable to satisfy dependency from javax.annotation 1.3.5.v20230504-0748 to osgi.bundle; org.eclipse.osgi 0.0.0.; Unable to satisfy dependency from org.apache.wsil4j 1.0.0.v20180522-1857 to osgi.bundle; org.uddi4j [2.0.4,3.0.0).; Unable to satisfy dependency from org.apache.wsil4j 1.0.0.v20180522-1857 to osgi.bundle; org.apache.axis [1.3.0,2.0.0).; Unable to satisfy dependency from org.apache.wsil4j 1.0.0.v20180522-1857 to osgi.bundle; javax.wsdl [1.4.0,1.7.0).; Unable to satisfy dependency from org.apache.xmlrpc.client 3.1.3.v20160817-1930 to java.package; org.apache.commons.httpclient 3.0.1.; Unable to satisfy dependency from org.apache.xmlrpc.client 3.1.3.v20160817-1930 to java.package; org.apache.commons.httpclient.auth 3.0.1.; Unable to satisfy dependency from org.apache.xmlrpc.client 3.1.3.v20160817-1930 to java.package; org.apache.commons.httpclient.methods 3.0.1.; Unable to satisfy dependency from org.apache.xmlrpc.client 3.1.3.v20160817-1930 to java.package; org.apache.commons.httpclient.params 3.0.1.; Unable to satisfy dependency from org.apache.tika.core 1.24.1.v20211101-1915 to java.package; org.osgi.framework 0.0.0.; Unable to satisfy dependency from org.apache.tika.core 1.24.1.v20211101-1915 to java.package; org.osgi.util.tracker 0.0.0.; Unable to satisfy dependency from org.apache.batik.bridge 1.16.0.v20230210-1249 to java.package; org.w3c.dom.svg 1.1.0.; Unable to satisfy dependency from org.apache.batik.bridge 1.16.0.v20230210-1249 to java.package; org.w3c.dom.smil 0.0.0.; Unable to satisfy dependency from org.apache.xmlrpc.server 3.1.3.v20181004-1955 to java.package; org.apache.commons.logging [1.1.0,1.2.0).; Unable to satisfy dependency from org.apache.xmlrpc.server 3.1.3.v20181004-1955 to java.package; javax.servlet 0.0.0.; Unable to satisfy dependency from org.apache.xmlrpc.server 3.1.3.v20181004-1955 to java.package; javax.servlet.http 0.0.0.; Unable to satisfy dependency from org.apache.batik.transcoder 1.16.0.v20221027-0840 to java.package; org.w3c.dom.svg 1.1.0.; Unable to satisfy dependency from org.apache.batik.css 1.16.0.v20221027-0840 to java.package; org.w3c.dom.svg 1.1.0.; Unable to satisfy dependency from org.apache.batik.css 1.16.0.v20221027-0840 to java.package; org.w3c.css.sac 1.3.0.; Unable to satisfy dependency from org.apache.batik.dom.svg 1.16.0.v20221027-0840 to java.package; org.w3c.dom.smil 0.0.0.; Unable to satisfy dependency from org.apache.batik.dom.svg 1.16.0.v20221027-0840 to java.package; org.w3c.dom.svg 1.1.0.; Unable to satisfy dependency from org.apache.batik.dom 1.16.0.v20230210-1249 to java.package; org.w3c.css.sac 1.3.0.; Unable to satisfy dependency from org.apache.batik.dom 1.16.0.v20230210-1249 to java.package; org.w3c.dom.smil 0.0.0.; Unable to satisfy dependency from org.apache.commons.fileupload 1.3.2.v20170320-2229 to java.package; javax.servlet 2.4.0.; Unable to satisfy dependency from org.apache.commons.fileupload 1.3.2.v20170320-2229 to java.package; javax.servlet.http 2.4.0.; Unable to satisfy dependency from org.apache.batik.anim 1.16.0.v20221027-0840 to java.package; org.w3c.css.sac 1.3.0.; Unable to satisfy dependency from org.apache.batik.anim 1.16.0.v20221027-0840 to java.package; org.w3c.dom.svg 1.1.0.; Unable to satisfy dependency from org.apache.batik.anim 1.16.0.v20221027-0840 to java.package; org.w3c.dom.smil 0.0.0.; Unable to satisfy dependency from org.glassfish.hk2.locator 2.6.1.v20221203-1659 to java.package; javassist.util.proxy [3.13.0,4.0.0).; Unable to satisfy dependency from org.glassfish.hk2.locator 2.5.0.v20161103-0227 to java.package; javassist.util.proxy [3.13.0,4.0.0).; Unable to satisfy dependency from org.glassfish.hk2.osgi-resource-locator 2.5.0.v20161103-1916 to java.package; org.osgi.framework [1.7.0,2.0.0).; Unable to satisfy dependency from org.glassfish.hk2.osgi-resource-locator 1.0.3.v20221203-1659 to java.package; org.osgi.framework [1.7.0,2.0.0).; Unable to satisfy dependency from com.sun.xml.bind 2.2.0.v20221112-0806 to java.package; javax.xml.bind [2.2.0,2.2.1).; Unable to satisfy dependency from com.sun.xml.bind 2.2.0.v20221112-0806 to java.package; javax.xml.bind.annotation [2.2.0,2.2.1).; Unable to satisfy dependency from com.sun.xml.bind 2.2.0.v20221112-0806 to java.package; javax.xml.bind.annotation.adapters [2.2.0,2.2.1).; Unable to satisfy dependency from com.sun.xml.bind 2.2.0.v20221112-0806 to java.package; javax.xml.bind.attachment [2.2.0,2.2.1).; Unable to satisfy dependency from com.sun.xml.bind 2.2.0.v20221112-0806 to java.package; javax.xml.bind.helpers [2.2.0,2.2.1).] [2023-09-08T19:51:19.449Z] Mirroring: osgi.bundle,org.apache.batik.awt.util,1.16.0.v20221027-0840 (Descriptor: canonical: osgi.bundle,org.apache.batik.awt.util,1.16.0.v20221027-0840) [2023-09-08T19:51:19.449Z] Mirroring: osgi.bundle,java_cup.source,0.11.20150326.v20180425-1030 (Descriptor: canonical: osgi.bundle,java_cup.source,0.11.20150326.v20180425-1030) [2023-09-08T19:51:19.449Z] Mirroring: osgi.bundle,org.hamcrest.source,2.2.0.v20210711-0821 (Descriptor: canonical: osgi.bundle,org.hamcrest.source,2.2.0.v20210711-0821) [2023-09-08T19:51:19.449Z] Mirroring: osgi.bundle,org.apache.wsil4j,1.0.0.v20180522-1857 (Descriptor: canonical: osgi.bundle,org.apache.wsil4j,1.0.0.v20180522-1857) [2023-09-08T19:51:19.449Z] Mirroring: osgi.bundle,org.junit.jupiter.migrationsupport,5.9.1.v20221103-2317 (Descriptor: canonical: osgi.bundle,org.junit.jupiter.migrationsupport,5.9.1.v20221103-2317) [2023-09-08T19:51:19.449Z] Mirroring: osgi.bundle,com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider.source,2.13.2.v20220426-1653 (Descriptor: canonical: osgi.bundle,com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider.source,2.13.2.v20220426-1653) [2023-09-08T19:51:19.449Z] Mirroring: osgi.bundle,org.objectweb.asm.analysis,9.4.0.v20221107-1714 (Descriptor: canonical: osgi.bundle,org.objectweb.asm.analysis,9.4.0.v20221107-1714) [2023-09-08T19:51:19.449Z] Mirroring: osgi.bundle,org.glassfish.jersey.apache.connector.source,2.30.1.v20221203-1659 (Descriptor: canonical: osgi.bundle,org.glassfish.jersey.apache.connector.source,2.30.1.v20221203-1659) [2023-09-08T19:51:19.449Z] Mirroring: osgi.bundle,com.github.oshi.oshi-core.source,3.8.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.github.oshi.oshi-core.source,3.8.0.v20221112-0806) [2023-09-08T19:51:19.449Z] Mirroring: osgi.bundle,org.mockito.junit-jupiter,4.8.1.v20221103-2317 (Descriptor: canonical: osgi.bundle,org.mockito.junit-jupiter,4.8.1.v20221103-2317) [2023-09-08T19:51:19.449Z] Mirroring: osgi.bundle,io.opencensus.opencensus-contrib-http-util.source,0.26.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,io.opencensus.opencensus-contrib-http-util.source,0.26.0.v20221112-0806) [2023-09-08T19:51:19.449Z] Mirroring: osgi.bundle,org.apache.httpcomponents.httpasyncclient.source,4.1.3.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.apache.httpcomponents.httpasyncclient.source,4.1.3.v20221112-0806) [2023-09-08T19:51:19.449Z] Mirroring: osgi.bundle,org.apache.maven.resolver.api,1.0.3.v20170405-0725 (Descriptor: canonical: osgi.bundle,org.apache.maven.resolver.api,1.0.3.v20170405-0725) [2023-09-08T19:51:19.449Z] Mirroring: osgi.bundle,org.antlr.runtime,4.7.2.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.antlr.runtime,4.7.2.v20221112-0806) [2023-09-08T19:51:19.449Z] Mirroring: osgi.bundle,org.apache.batik.dom.svg.source,1.16.0.v20221027-0840 (Descriptor: canonical: osgi.bundle,org.apache.batik.dom.svg.source,1.16.0.v20221027-0840) [2023-09-08T19:51:19.449Z] Mirroring: osgi.bundle,org.apache.maven.resolver.connector.basic.source,1.0.3.v20170405-0725 (Descriptor: canonical: osgi.bundle,org.apache.maven.resolver.connector.basic.source,1.0.3.v20170405-0725) [2023-09-08T19:51:19.449Z] Mirroring: osgi.bundle,com.google.api.client-auth-oauth2,1.2.3.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.google.api.client-auth-oauth2,1.2.3.v20221112-0806) [2023-09-08T19:51:19.449Z] Mirroring: osgi.bundle,com.atlassian.commonmark-ins,0.15.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.atlassian.commonmark-ins,0.15.1.v20221112-0806) [2023-09-08T19:51:19.449Z] Mirroring: osgi.bundle,com.google.http-client.google-http-client-jackson2.source,1.34.2.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.google.http-client.google-http-client-jackson2.source,1.34.2.v20221112-0806) [2023-09-08T19:51:19.449Z] Mirroring: osgi.bundle,org.jaxen.source,1.1.6.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.jaxen.source,1.1.6.v20221112-0806) [2023-09-08T19:51:19.449Z] Mirroring: osgi.bundle,com.google.guava.source,27.1.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.google.guava.source,27.1.0.v20221112-0806) [2023-09-08T19:51:19.449Z] Mirroring: osgi.bundle,com.github.jnr.jffi.native,1.3.9.v20221215-1656 (Descriptor: canonical: osgi.bundle,com.github.jnr.jffi.native,1.3.9.v20221215-1656) [2023-09-08T19:51:19.449Z] Mirroring: osgi.bundle,com.google.api.client-repackaged-com-google-common-base.source,1.2.3.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.google.api.client-repackaged-com-google-common-base.source,1.2.3.v20221112-0806) [2023-09-08T19:51:19.449Z] Mirroring: osgi.bundle,org.junit.jupiter.params.source,5.9.1.v20221103-2317 (Descriptor: canonical: osgi.bundle,org.junit.jupiter.params.source,5.9.1.v20221103-2317) [2023-09-08T19:51:19.449Z] Mirroring: osgi.bundle,org.apache.xalan,2.7.2.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.apache.xalan,2.7.2.v20221112-0806) [2023-09-08T19:51:19.449Z] Mirroring: osgi.bundle,com.github.oshi.oshi-core,3.8.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.github.oshi.oshi-core,3.8.0.v20221112-0806) [2023-09-08T19:51:19.449Z] Mirroring: osgi.bundle,org.apache.commons.collections,3.2.2.v20220405-1659 (Descriptor: canonical: osgi.bundle,org.apache.commons.collections,3.2.2.v20220405-1659) [2023-09-08T19:51:19.449Z] Mirroring: osgi.bundle,com.github.jnr.jffi.source,1.3.9.v20221215-1656 (Descriptor: canonical: osgi.bundle,com.github.jnr.jffi.source,1.3.9.v20221215-1656) [2023-09-08T19:51:19.449Z] Mirroring: osgi.bundle,org.apache.commons.logging,1.2.0.v20180409-1502 (Descriptor: canonical: osgi.bundle,org.apache.commons.logging,1.2.0.v20180409-1502) [2023-09-08T19:51:19.450Z] Mirroring: osgi.bundle,com.atlassian.commonmark-gfm-tables,0.15.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.atlassian.commonmark-gfm-tables,0.15.1.v20221112-0806) [2023-09-08T19:51:19.450Z] Mirroring: osgi.bundle,org.glassfish.hk2.osgi-resource-locator.source,1.0.3.v20221203-1659 (Descriptor: canonical: osgi.bundle,org.glassfish.hk2.osgi-resource-locator.source,1.0.3.v20221203-1659) [2023-09-08T19:51:19.450Z] Mirroring: osgi.bundle,com.sun.jna.source,4.5.1.v20210503-0343 (Descriptor: canonical: osgi.bundle,com.sun.jna.source,4.5.1.v20210503-0343) [2023-09-08T19:51:19.450Z] Mirroring: osgi.bundle,org.glassfish.jersey.apache.connector,2.30.1.v20221203-1659 (Descriptor: canonical: osgi.bundle,org.glassfish.jersey.apache.connector,2.30.1.v20221203-1659) [2023-09-08T19:51:19.450Z] Mirroring: osgi.bundle,ca.odell.glazedlists.source,1.11.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,ca.odell.glazedlists.source,1.11.0.v20221112-0806) [2023-09-08T19:51:19.450Z] Mirroring: osgi.bundle,org.apache.jclouds.jclouds-compute.source,1.8.0.v20160301-1110 (Descriptor: canonical: osgi.bundle,org.apache.jclouds.jclouds-compute.source,1.8.0.v20160301-1110) [2023-09-08T19:51:19.450Z] Mirroring: osgi.bundle,org.dom4j,1.6.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.dom4j,1.6.1.v20221112-0806) [2023-09-08T19:51:19.450Z] Mirroring: osgi.bundle,org.apache.jclouds.api.cloudwatch,1.8.0.v20160301-1110 (Descriptor: canonical: osgi.bundle,org.apache.jclouds.api.cloudwatch,1.8.0.v20160301-1110) [2023-09-08T19:51:19.450Z] Mirroring: osgi.bundle,org.apache.sshd.osgi.source,2.8.0.v20211227-1750 (Descriptor: canonical: osgi.bundle,org.apache.sshd.osgi.source,2.8.0.v20211227-1750) [2023-09-08T19:51:19.450Z] Mirroring: osgi.bundle,io.opencensus.opencensus-contrib-http-util,0.26.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,io.opencensus.opencensus-contrib-http-util,0.26.0.v20221112-0806) [2023-09-08T19:51:19.450Z] Mirroring: osgi.bundle,org.bouncycastle.bcutil,1.72.0.v20221013-1810 (Descriptor: canonical: osgi.bundle,org.bouncycastle.bcutil,1.72.0.v20221013-1810) [2023-09-08T19:51:19.450Z] Mirroring: osgi.bundle,org.apache.commons.logging.source,1.2.0.v20180409-1502 (Descriptor: canonical: osgi.bundle,org.apache.commons.logging.source,1.2.0.v20180409-1502) [2023-09-08T19:51:19.450Z] Mirroring: osgi.bundle,com.google.flogger.source,0.1.0.v20180506-0038 (Descriptor: canonical: osgi.bundle,com.google.flogger.source,0.1.0.v20180506-0038) [2023-09-08T19:51:19.450Z] Mirroring: osgi.bundle,org.glassfish.jersey.containers.servlet.core.source,2.30.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.glassfish.jersey.containers.servlet.core.source,2.30.1.v20221112-0806) [2023-09-08T19:51:19.450Z] Mirroring: osgi.bundle,org.apache.commons.collections4,4.4.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.apache.commons.collections4,4.4.0.v20221112-0806) [2023-09-08T19:51:19.450Z] Mirroring: osgi.bundle,org.apache.xmlrpc.client,3.1.3.v20160817-1930 (Descriptor: canonical: osgi.bundle,org.apache.xmlrpc.client,3.1.3.v20160817-1930) [2023-09-08T19:51:19.450Z] Mirroring: osgi.bundle,org.apache.batik.svggen,1.16.0.v20221027-0840 (Descriptor: canonical: osgi.bundle,org.apache.batik.svggen,1.16.0.v20221027-0840) [2023-09-08T19:51:19.450Z] Mirroring: osgi.bundle,org.glassfish.hk2.utils,2.5.0.v20160210-1508 (Descriptor: canonical: osgi.bundle,org.glassfish.hk2.utils,2.5.0.v20160210-1508) [2023-09-08T19:51:19.450Z] Mirroring: osgi.bundle,org.mockito.junit-jupiter.source,4.8.1.v20221103-2317 (Descriptor: canonical: osgi.bundle,org.mockito.junit-jupiter.source,4.8.1.v20221103-2317) [2023-09-08T19:51:19.450Z] Mirroring: osgi.bundle,javax.activation,2.0.0.v20221203-1659 (Descriptor: canonical: osgi.bundle,javax.activation,2.0.0.v20221203-1659) [2023-09-08T19:51:19.450Z] Mirroring: osgi.bundle,com.github.jnr.jffi.native.source,1.3.9.v20221215-1656 (Descriptor: canonical: osgi.bundle,com.github.jnr.jffi.native.source,1.3.9.v20221215-1656) [2023-09-08T19:51:19.450Z] Mirroring: osgi.bundle,org.apache.lucene.core.source,9.4.2.v20221211-0752 (Descriptor: canonical: osgi.bundle,org.apache.lucene.core.source,9.4.2.v20221211-0752) [2023-09-08T19:51:19.450Z] Mirroring: osgi.bundle,org.apache.batik.bridge.source,1.16.0.v20230210-1249 (Descriptor: canonical: osgi.bundle,org.apache.batik.bridge.source,1.16.0.v20230210-1249) [2023-09-08T19:51:19.450Z] Mirroring: osgi.bundle,org.apache.lucene.analyzers-common.source,8.4.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.apache.lucene.analyzers-common.source,8.4.1.v20221112-0806) [2023-09-08T19:51:19.450Z] Mirroring: osgi.bundle,org.apache.batik.anim.source,1.16.0.v20221027-0840 (Descriptor: canonical: osgi.bundle,org.apache.batik.anim.source,1.16.0.v20221027-0840) [2023-09-08T19:51:19.450Z] Mirroring: osgi.bundle,io.netty.common,4.1.56.v20221112-0806 (Descriptor: canonical: osgi.bundle,io.netty.common,4.1.56.v20221112-0806) [2023-09-08T19:51:19.450Z] Mirroring: osgi.bundle,com.google.inject.source,5.0.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.google.inject.source,5.0.1.v20221112-0806) [2023-09-08T19:51:19.450Z] Mirroring: osgi.bundle,org.apache.jclouds.api.openstack-nova.source,1.8.0.v20160301-1110 (Descriptor: canonical: osgi.bundle,org.apache.jclouds.api.openstack-nova.source,1.8.0.v20160301-1110) [2023-09-08T19:51:19.450Z] Mirroring: osgi.bundle,com.github.jnr.unixsocket.source,0.38.17.v20221215-1656 (Descriptor: canonical: osgi.bundle,com.github.jnr.unixsocket.source,0.38.17.v20221215-1656) [2023-09-08T19:51:19.450Z] Mirroring: osgi.bundle,com.google.inject,5.0.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.google.inject,5.0.1.v20221112-0806) [2023-09-08T19:51:19.450Z] Mirroring: osgi.bundle,org.glassfish.jersey.media.jersey-media-json-jackson,2.30.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.glassfish.jersey.media.jersey-media-json-jackson,2.30.1.v20221112-0806) [2023-09-08T19:51:19.450Z] Mirroring: osgi.bundle,ch.qos.logback.classic,1.2.3.v20221112-0806 (Descriptor: canonical: osgi.bundle,ch.qos.logback.classic,1.2.3.v20221112-0806) [2023-09-08T19:51:19.450Z] Mirroring: osgi.bundle,org.apache.lucene.queryparser.source,7.5.0.v20181003-1532 (Descriptor: canonical: osgi.bundle,org.apache.lucene.queryparser.source,7.5.0.v20181003-1532) [2023-09-08T19:51:19.450Z] Mirroring: osgi.bundle,org.apache.onami.configuration.source,6.3.0.v20160301-1110 (Descriptor: canonical: osgi.bundle,org.apache.onami.configuration.source,6.3.0.v20160301-1110) [2023-09-08T19:51:19.450Z] Mirroring: osgi.bundle,org.glassfish.jersey.core.jersey-client.source,2.30.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.glassfish.jersey.core.jersey-client.source,2.30.1.v20221112-0806) [2023-09-08T19:51:19.450Z] Mirroring: osgi.bundle,io.netty.common.source,4.1.56.v20221112-0806 (Descriptor: canonical: osgi.bundle,io.netty.common.source,4.1.56.v20221112-0806) [2023-09-08T19:51:19.450Z] Mirroring: osgi.bundle,org.ejml.ejml-all.source,0.38.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.ejml.ejml-all.source,0.38.0.v20221112-0806) [2023-09-08T19:51:19.450Z] Mirroring: osgi.bundle,org.junit.platform.suite.commons.source,1.9.1.v20221103-2317 (Descriptor: canonical: osgi.bundle,org.junit.platform.suite.commons.source,1.9.1.v20221103-2317) [2023-09-08T19:51:19.450Z] Mirroring: osgi.bundle,org.apache.batik.css.source,1.16.0.v20221027-0840 (Descriptor: canonical: osgi.bundle,org.apache.batik.css.source,1.16.0.v20221027-0840) [2023-09-08T19:51:19.450Z] Mirroring: osgi.bundle,org.jsoup.source,1.14.3.v20211012-1727 (Descriptor: canonical: osgi.bundle,org.jsoup.source,1.14.3.v20211012-1727) [2023-09-08T19:51:19.450Z] Mirroring: osgi.bundle,org.junit.platform.launcher.source,1.9.1.v20221103-2317 (Descriptor: canonical: osgi.bundle,org.junit.platform.launcher.source,1.9.1.v20221103-2317) [2023-09-08T19:51:19.450Z] Mirroring: osgi.bundle,com.google.http-client.google-http-client,1.34.2.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.google.http-client.google-http-client,1.34.2.v20221112-0806) [2023-09-08T19:51:19.450Z] Mirroring: osgi.bundle,org.antlr.runtime.source,4.7.1.v20181120-0808 (Descriptor: canonical: osgi.bundle,org.antlr.runtime.source,4.7.1.v20181120-0808) [2023-09-08T19:51:19.450Z] Mirroring: osgi.bundle,net.bytebuddy.byte-buddy-agent.source,1.12.18.v20221114-2102 (Descriptor: canonical: osgi.bundle,net.bytebuddy.byte-buddy-agent.source,1.12.18.v20221114-2102) [2023-09-08T19:51:19.450Z] Mirroring: osgi.bundle,org.apache.batik.awt.util.source,1.16.0.v20221027-0840 (Descriptor: canonical: osgi.bundle,org.apache.batik.awt.util.source,1.16.0.v20221027-0840) [2023-09-08T19:51:19.450Z] Mirroring: osgi.bundle,org.apache.xml.resolver.source,1.2.0.v20220715-1206 (Descriptor: canonical: osgi.bundle,org.apache.xml.resolver.source,1.2.0.v20220715-1206) [2023-09-08T19:51:19.450Z] Mirroring: osgi.bundle,org.apache.lucene.analyzers-common.source,7.5.0.v20181003-1532 (Descriptor: canonical: osgi.bundle,org.apache.lucene.analyzers-common.source,7.5.0.v20181003-1532) [2023-09-08T19:51:19.450Z] Mirroring: osgi.bundle,org.apache.jclouds.labs.docker,1.8.0.v20160301-1110 (Descriptor: canonical: osgi.bundle,org.apache.jclouds.labs.docker,1.8.0.v20160301-1110) [2023-09-08T19:51:19.450Z] Mirroring: osgi.bundle,org.ejml.experimental.source,0.29.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.ejml.experimental.source,0.29.0.v20221112-0806) [2023-09-08T19:51:19.450Z] Mirroring: osgi.bundle,org.apache.commons.collections.source,3.2.2.v20220405-1659 (Descriptor: canonical: osgi.bundle,org.apache.commons.collections.source,3.2.2.v20220405-1659) [2023-09-08T19:51:19.450Z] Mirroring: osgi.bundle,javax.activation.source,2.0.0.v20221203-1659 (Descriptor: canonical: osgi.bundle,javax.activation.source,2.0.0.v20221203-1659) [2023-09-08T19:51:19.450Z] Mirroring: osgi.bundle,org.apache.commons.math3.source,3.6.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.apache.commons.math3.source,3.6.1.v20221112-0806) [2023-09-08T19:51:19.450Z] Mirroring: osgi.bundle,org.apache.jclouds.api.ec2,1.8.0.v20160301-1110 (Descriptor: canonical: osgi.bundle,org.apache.jclouds.api.ec2,1.8.0.v20160301-1110) [2023-09-08T19:51:19.450Z] Mirroring: osgi.bundle,org.apache.lucene.core,9.4.2.v20221211-0752 (Descriptor: canonical: osgi.bundle,org.apache.lucene.core,9.4.2.v20221211-0752) [2023-09-08T19:51:19.450Z] Mirroring: osgi.bundle,javax.inject.source,1.0.0.v20220405-0441 (Descriptor: canonical: osgi.bundle,javax.inject.source,1.0.0.v20220405-0441) [2023-09-08T19:51:19.450Z] Mirroring: osgi.bundle,org.apache.batik.transcoder.source,1.16.0.v20221027-0840 (Descriptor: canonical: osgi.bundle,org.apache.batik.transcoder.source,1.16.0.v20221027-0840) [2023-09-08T19:51:19.450Z] Mirroring: osgi.bundle,com.google.javascript,0.0.20160315.v20161124-1903 (Descriptor: canonical: osgi.bundle,com.google.javascript,0.0.20160315.v20161124-1903) [2023-09-08T19:51:19.450Z] Mirroring: osgi.bundle,org.apache.httpcomponents.httpclient.win.source,4.5.14.v20221207-1049 (Descriptor: canonical: osgi.bundle,org.apache.httpcomponents.httpclient.win.source,4.5.14.v20221207-1049) [2023-09-08T19:51:19.450Z] Mirroring: osgi.bundle,net.bytebuddy.byte-buddy-agent.source,1.7.9.v20180420-1519 (Descriptor: canonical: osgi.bundle,net.bytebuddy.byte-buddy-agent.source,1.7.9.v20180420-1519) [2023-09-08T19:51:19.450Z] Mirroring: osgi.bundle,org.apache.httpcomponents.httpcore,4.4.16.v20221207-1049 (Descriptor: canonical: osgi.bundle,org.apache.httpcomponents.httpcore,4.4.16.v20221207-1049) [2023-09-08T19:51:19.450Z] Mirroring: osgi.bundle,com.fasterxml.jackson.core.jackson-core,2.13.2.v20220426-1653 (Descriptor: canonical: osgi.bundle,com.fasterxml.jackson.core.jackson-core,2.13.2.v20220426-1653) [2023-09-08T19:51:19.450Z] Mirroring: osgi.bundle,org.objectweb.asm.util.source,9.4.0.v20221107-1714 (Descriptor: canonical: osgi.bundle,org.objectweb.asm.util.source,9.4.0.v20221107-1714) [2023-09-08T19:51:19.451Z] Mirroring: osgi.bundle,org.glassfish.jersey.containers.servlet.core,2.30.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.glassfish.jersey.containers.servlet.core,2.30.1.v20221112-0806) [2023-09-08T19:51:19.451Z] Mirroring: osgi.bundle,com.ibm.icu.source,72.1.0.v20221115-2007 (Descriptor: canonical: osgi.bundle,com.ibm.icu.source,72.1.0.v20221115-2007) [2023-09-08T19:51:19.451Z] Mirroring: osgi.bundle,com.cronutils.source,5.0.5.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.cronutils.source,5.0.5.v20221112-0806) [2023-09-08T19:51:19.451Z] Mirroring: osgi.bundle,org.apache.batik.constants,1.16.0.v20221027-0840 (Descriptor: canonical: osgi.bundle,org.apache.batik.constants,1.16.0.v20221027-0840) [2023-09-08T19:51:19.451Z] Mirroring: osgi.bundle,com.atlassian.commonmark-heading-anchor.source,0.15.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.atlassian.commonmark-heading-anchor.source,0.15.1.v20221112-0806) [2023-09-08T19:51:19.451Z] Mirroring: osgi.bundle,org.apache.xmlbeans,3.1.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.apache.xmlbeans,3.1.0.v20221112-0806) [2023-09-08T19:51:19.451Z] Mirroring: osgi.bundle,org.objectweb.asm,9.4.0.v20221107-1714 (Descriptor: canonical: osgi.bundle,org.objectweb.asm,9.4.0.v20221107-1714) [2023-09-08T19:51:19.451Z] Mirroring: osgi.bundle,io.grpc.grpc-context.source,1.29.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,io.grpc.grpc-context.source,1.29.0.v20221112-0806) [2023-09-08T19:51:19.451Z] Mirroring: osgi.bundle,com.atlassian.commonmark-image-attributes,0.15.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.atlassian.commonmark-image-attributes,0.15.1.v20221112-0806) [2023-09-08T19:51:19.451Z] Mirroring: osgi.bundle,org.ejml.denseC64,0.29.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.ejml.denseC64,0.29.0.v20221112-0806) [2023-09-08T19:51:19.451Z] Mirroring: osgi.bundle,javax.measure.unit-api.source,1.0.0.v20170818-1538 (Descriptor: canonical: osgi.bundle,javax.measure.unit-api.source,1.0.0.v20170818-1538) [2023-09-08T19:51:19.451Z] Mirroring: osgi.bundle,org.apache.logging.log4j,2.17.1.v20220106-2156 (Descriptor: canonical: osgi.bundle,org.apache.logging.log4j,2.17.1.v20220106-2156) [2023-09-08T19:51:19.451Z] Mirroring: osgi.bundle,com.google.api.client-repackaged-com-google-common-base,1.2.3.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.google.api.client-repackaged-com-google-common-base,1.2.3.v20221112-0806) [2023-09-08T19:51:19.451Z] Mirroring: osgi.bundle,org.apache.lucene.analysis-common.source,9.4.2.v20221211-0752 (Descriptor: canonical: osgi.bundle,org.apache.lucene.analysis-common.source,9.4.2.v20221211-0752) [2023-09-08T19:51:19.451Z] Mirroring: osgi.bundle,org.apache.log4j,1.2.24.v20221221-2012 (Descriptor: canonical: osgi.bundle,org.apache.log4j,1.2.24.v20221221-2012) [2023-09-08T19:51:19.451Z] Mirroring: osgi.bundle,org.glassfish.jersey.ext.entityfiltering.source,2.30.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.glassfish.jersey.ext.entityfiltering.source,2.30.1.v20221112-0806) [2023-09-08T19:51:19.451Z] Mirroring: osgi.bundle,org.junit.platform.commons,1.9.1.v20221103-2317 (Descriptor: canonical: osgi.bundle,org.junit.platform.commons,1.9.1.v20221103-2317) [2023-09-08T19:51:19.451Z] Mirroring: osgi.bundle,com.cronutils,5.0.5.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.cronutils,5.0.5.v20221112-0806) [2023-09-08T19:51:19.707Z] Mirroring: osgi.bundle,org.antlr.runtime.source,4.5.1.v20160210-1233 (Descriptor: canonical: osgi.bundle,org.antlr.runtime.source,4.5.1.v20160210-1233) [2023-09-08T19:51:19.707Z] Mirroring: osgi.bundle,org.objenesis,3.3.0.v20221103-2317 (Descriptor: canonical: osgi.bundle,org.objenesis,3.3.0.v20221103-2317) [2023-09-08T19:51:19.707Z] Mirroring: osgi.bundle,org.apache.jclouds.labs.openstack-neutron.source,1.8.0.v20160301-1110 (Descriptor: canonical: osgi.bundle,org.apache.jclouds.labs.openstack-neutron.source,1.8.0.v20160301-1110) [2023-09-08T19:51:19.707Z] Mirroring: osgi.bundle,com.fasterxml.jackson.core.jackson-databind,2.13.2.v20220426-1653 (Descriptor: canonical: osgi.bundle,com.fasterxml.jackson.core.jackson-databind,2.13.2.v20220426-1653) [2023-09-08T19:51:19.707Z] Mirroring: osgi.bundle,com.sun.jna.platform.source,5.12.1.v20221103-2317 (Descriptor: canonical: osgi.bundle,com.sun.jna.platform.source,5.12.1.v20221103-2317) [2023-09-08T19:51:19.707Z] Mirroring: osgi.bundle,org.apache.pdfbox.preflight,2.0.6.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.apache.pdfbox.preflight,2.0.6.v20221112-0806) [2023-09-08T19:51:19.707Z] Mirroring: osgi.bundle,org.bouncycastle.bcprov.source,1.72.0.v20221013-1810 (Descriptor: canonical: osgi.bundle,org.bouncycastle.bcprov.source,1.72.0.v20221013-1810) [2023-09-08T19:51:19.707Z] Mirroring: osgi.bundle,com.google.auth.google-auth-library-credentials.source,0.20.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.google.auth.google-auth-library-credentials.source,0.20.0.v20221112-0806) [2023-09-08T19:51:19.707Z] Mirroring: osgi.bundle,com.fasterxml.jackson.jaxrs.jackson-jaxrs-base.source,2.13.2.v20220426-1653 (Descriptor: canonical: osgi.bundle,com.fasterxml.jackson.jaxrs.jackson-jaxrs-base.source,2.13.2.v20220426-1653) [2023-09-08T19:51:19.707Z] Mirroring: osgi.bundle,net.bytebuddy.byte-buddy-agent.source,1.9.0.v20181106-1534 (Descriptor: canonical: osgi.bundle,net.bytebuddy.byte-buddy-agent.source,1.9.0.v20181106-1534) [2023-09-08T19:51:19.707Z] Mirroring: osgi.bundle,org.jcodings,1.0.18.v20170306-1742 (Descriptor: canonical: osgi.bundle,org.jcodings,1.0.18.v20170306-1742) [2023-09-08T19:51:19.707Z] Mirroring: osgi.bundle,org.immutables.value,2.8.3.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.immutables.value,2.8.3.v20221112-0806) [2023-09-08T19:51:19.963Z] Mirroring: osgi.bundle,org.hamcrest.core.source,1.3.0.v20180420-1519 (Descriptor: canonical: osgi.bundle,org.hamcrest.core.source,1.3.0.v20180420-1519) [2023-09-08T19:51:19.963Z] Mirroring: osgi.bundle,com.google.oauth-client-jetty.source,1.30.6.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.google.oauth-client-jetty.source,1.30.6.v20221112-0806) [2023-09-08T19:51:19.963Z] Mirroring: osgi.bundle,org.ejml.equation,0.29.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.ejml.equation,0.29.0.v20221112-0806) [2023-09-08T19:51:19.963Z] Mirroring: osgi.bundle,org.ejml.ejml-all,0.38.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.ejml.ejml-all,0.38.0.v20221112-0806) [2023-09-08T19:51:19.963Z] Mirroring: osgi.bundle,org.glassfish.jersey.core.jersey-client,2.30.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.glassfish.jersey.core.jersey-client,2.30.1.v20221112-0806) [2023-09-08T19:51:19.963Z] Mirroring: osgi.bundle,jakarta.servlet.jsp.source,3.0.0.v20221203-1659 (Descriptor: canonical: osgi.bundle,jakarta.servlet.jsp.source,3.0.0.v20221203-1659) [2023-09-08T19:51:19.963Z] Mirroring: osgi.bundle,com.sun.jna,4.5.1.v20210503-0343 (Descriptor: canonical: osgi.bundle,com.sun.jna,4.5.1.v20210503-0343) [2023-09-08T19:51:19.963Z] Mirroring: osgi.bundle,com.atlassian.commonmark-ins.source,0.15.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.atlassian.commonmark-ins.source,0.15.1.v20221112-0806) [2023-09-08T19:51:19.963Z] Mirroring: osgi.bundle,javax.validation,1.1.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,javax.validation,1.1.0.v20221112-0806) [2023-09-08T19:51:19.964Z] Mirroring: osgi.bundle,com.graphql.java,11.0.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.graphql.java,11.0.0.v20221112-0806) [2023-09-08T19:51:19.964Z] Mirroring: osgi.bundle,org.mozilla.javascript.source,1.7.10.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.mozilla.javascript.source,1.7.10.v20221112-0806) [2023-09-08T19:51:19.964Z] Mirroring: osgi.bundle,org.antlr.runtime,4.5.1.v20160210-1233 (Descriptor: canonical: osgi.bundle,org.antlr.runtime,4.5.1.v20160210-1233) [2023-09-08T19:51:19.964Z] Mirroring: osgi.bundle,org.apache.httpcomponents.client5.httpclient5,5.1.3.v20221013-1742 (Descriptor: canonical: osgi.bundle,org.apache.httpcomponents.client5.httpclient5,5.1.3.v20221013-1742) [2023-09-08T19:51:19.964Z] Mirroring: osgi.bundle,org.hsqldb.source,2.2.9.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.hsqldb.source,2.2.9.v20221112-0806) [2023-09-08T19:51:19.964Z] Mirroring: osgi.bundle,com.google.inject.assistedinject,5.0.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.google.inject.assistedinject,5.0.1.v20221112-0806) [2023-09-08T19:51:19.964Z] Mirroring: osgi.bundle,org.apache.jclouds.jclouds-blobstore.source,1.8.0.v20160301-1110 (Descriptor: canonical: osgi.bundle,org.apache.jclouds.jclouds-blobstore.source,1.8.0.v20160301-1110) [2023-09-08T19:51:19.964Z] Mirroring: osgi.bundle,com.google.auth.oauth2-http.source,0.20.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.google.auth.oauth2-http.source,0.20.0.v20221112-0806) [2023-09-08T19:51:19.964Z] Mirroring: osgi.bundle,org.apache.ant.source,1.10.12.v20211102-1452 (Descriptor: canonical: osgi.bundle,org.apache.ant.source,1.10.12.v20211102-1452) [2023-09-08T19:51:20.220Z] Mirroring: osgi.bundle,org.apache.tika.core.source,1.24.1.v20211101-1915 (Descriptor: canonical: osgi.bundle,org.apache.tika.core.source,1.24.1.v20211101-1915) [2023-09-08T19:51:20.220Z] Mirroring: osgi.bundle,org.apache.maven.resolver.api.source,1.0.3.v20170405-0725 (Descriptor: canonical: osgi.bundle,org.apache.maven.resolver.api.source,1.0.3.v20170405-0725) [2023-09-08T19:51:20.220Z] Mirroring: osgi.bundle,com.google.flogger.testing,0.1.0.v20180506-0038 (Descriptor: canonical: osgi.bundle,com.google.flogger.testing,0.1.0.v20180506-0038) [2023-09-08T19:51:20.220Z] Mirroring: osgi.bundle,org.yaml.snakeyaml.source,1.27.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.yaml.snakeyaml.source,1.27.0.v20221112-0806) [2023-09-08T19:51:20.220Z] Mirroring: osgi.bundle,org.ejml.core.source,0.29.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.ejml.core.source,0.29.0.v20221112-0806) [2023-09-08T19:51:20.220Z] Mirroring: osgi.bundle,org.objectweb.asm.source,9.4.0.v20221107-1714 (Descriptor: canonical: osgi.bundle,org.objectweb.asm.source,9.4.0.v20221107-1714) [2023-09-08T19:51:20.220Z] Mirroring: osgi.bundle,org.glassfish.jersey.containers.servlet.source,2.30.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.glassfish.jersey.containers.servlet.source,2.30.1.v20221112-0806) [2023-09-08T19:51:20.220Z] Mirroring: osgi.bundle,org.apache.httpcomponents.client5.httpclient5-win.source,5.1.3.v20221013-1742 (Descriptor: canonical: osgi.bundle,org.apache.httpcomponents.client5.httpclient5-win.source,5.1.3.v20221013-1742) [2023-09-08T19:51:20.220Z] Mirroring: osgi.bundle,org.junit.jupiter.migrationsupport.source,5.9.1.v20221103-2317 (Descriptor: canonical: osgi.bundle,org.junit.jupiter.migrationsupport.source,5.9.1.v20221103-2317) [2023-09-08T19:51:20.220Z] Mirroring: osgi.bundle,com.graphql.java.source,11.0.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.graphql.java.source,11.0.0.v20221112-0806) [2023-09-08T19:51:20.220Z] Mirroring: osgi.bundle,com.github.jnr.posix,3.1.15.v20221215-1656 (Descriptor: canonical: osgi.bundle,com.github.jnr.posix,3.1.15.v20221215-1656) [2023-09-08T19:51:20.220Z] Mirroring: osgi.bundle,org.bouncycastle.bcpg.source,1.72.0.v20221013-1810 (Descriptor: canonical: osgi.bundle,org.bouncycastle.bcpg.source,1.72.0.v20221013-1810) [2023-09-08T19:51:20.220Z] Mirroring: osgi.bundle,net.i2p.crypto.eddsa,0.3.0.v20220506-1020 (Descriptor: canonical: osgi.bundle,net.i2p.crypto.eddsa,0.3.0.v20220506-1020) [2023-09-08T19:51:20.220Z] Mirroring: osgi.bundle,org.apache.batik.gvt.source,1.16.0.v20221027-0840 (Descriptor: canonical: osgi.bundle,org.apache.batik.gvt.source,1.16.0.v20221027-0840) [2023-09-08T19:51:20.220Z] Mirroring: osgi.bundle,com.google.oauth-client-java6,1.30.6.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.google.oauth-client-java6,1.30.6.v20221112-0806) [2023-09-08T19:51:20.220Z] Mirroring: osgi.bundle,com.fasterxml.jackson.module.jackson-module-jaxb-annotations.source,2.13.2.v20220426-1653 (Descriptor: canonical: osgi.bundle,com.fasterxml.jackson.module.jackson-module-jaxb-annotations.source,2.13.2.v20220426-1653) [2023-09-08T19:51:20.220Z] Mirroring: osgi.bundle,org.apache.batik.ext.source,1.16.0.v20221027-0840 (Descriptor: canonical: osgi.bundle,org.apache.batik.ext.source,1.16.0.v20221027-0840) [2023-09-08T19:51:20.220Z] Mirroring: osgi.bundle,org.apache.batik.shared.resources.source,1.16.0.v20221027-0840 (Descriptor: canonical: osgi.bundle,org.apache.batik.shared.resources.source,1.16.0.v20221027-0840) [2023-09-08T19:51:20.221Z] Mirroring: osgi.bundle,org.apache.xmlrpc.server.source,3.1.3.v20181004-1955 (Descriptor: canonical: osgi.bundle,org.apache.xmlrpc.server.source,3.1.3.v20181004-1955) [2023-09-08T19:51:20.221Z] Mirroring: osgi.bundle,com.google.j2objc.j2objc-annotations.source,1.3.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.google.j2objc.j2objc-annotations.source,1.3.0.v20221112-0806) [2023-09-08T19:51:20.221Z] Mirroring: osgi.bundle,jakarta.el,4.0.0.v20221203-1659 (Descriptor: canonical: osgi.bundle,jakarta.el,4.0.0.v20221203-1659) [2023-09-08T19:51:20.221Z] Mirroring: osgi.bundle,org.objectweb.asm.util,9.4.0.v20221107-1714 (Descriptor: canonical: osgi.bundle,org.objectweb.asm.util,9.4.0.v20221107-1714) [2023-09-08T19:51:20.221Z] Mirroring: osgi.bundle,com.fasterxml.jackson.core.jackson-annotations.source,2.13.2.v20220426-1653 (Descriptor: canonical: osgi.bundle,com.fasterxml.jackson.core.jackson-annotations.source,2.13.2.v20220426-1653) [2023-09-08T19:51:20.221Z] Mirroring: osgi.bundle,org.junit.platform.suite.engine.source,1.9.1.v20221103-2317 (Descriptor: canonical: osgi.bundle,org.junit.platform.suite.engine.source,1.9.1.v20221103-2317) [2023-09-08T19:51:20.221Z] Mirroring: osgi.bundle,org.glassfish.hk2.locator,2.6.1.v20221203-1659 (Descriptor: canonical: osgi.bundle,org.glassfish.hk2.locator,2.6.1.v20221203-1659) [2023-09-08T19:51:20.221Z] Mirroring: osgi.bundle,org.apache.jclouds.api.sts.source,1.8.0.v20160301-1110 (Descriptor: canonical: osgi.bundle,org.apache.jclouds.api.sts.source,1.8.0.v20160301-1110) [2023-09-08T19:51:20.221Z] Mirroring: osgi.bundle,com.fasterxml.jackson.jaxrs.jackson-jaxrs-base,2.13.2.v20220426-1653 (Descriptor: canonical: osgi.bundle,com.fasterxml.jackson.jaxrs.jackson-jaxrs-base,2.13.2.v20220426-1653) [2023-09-08T19:51:20.221Z] Mirroring: osgi.bundle,com.google.guava.source,30.1.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.google.guava.source,30.1.0.v20221112-0806) [2023-09-08T19:51:20.221Z] Mirroring: osgi.bundle,org.mandas.docker-client.source,3.2.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.mandas.docker-client.source,3.2.1.v20221112-0806) [2023-09-08T19:51:20.221Z] Mirroring: osgi.bundle,org.apache.sshd.sftp,2.8.0.v20211227-1750 (Descriptor: canonical: osgi.bundle,org.apache.sshd.sftp,2.8.0.v20211227-1750) [2023-09-08T19:51:20.221Z] Mirroring: osgi.bundle,org.apache.commons.codec,1.14.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.apache.commons.codec,1.14.0.v20221112-0806) [2023-09-08T19:51:20.221Z] Mirroring: org.eclipse.update.feature,org.eclipse.orbit.releng.recipes.feature.aggregation.source,1.0.0.v20230516-1249 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.orbit.releng.recipes.feature.aggregation.source,1.0.0.v20230516-1249) [2023-09-08T19:51:20.221Z] Mirroring: osgi.bundle,com.github.jnr.enxio,0.32.13.v20221215-1656 (Descriptor: canonical: osgi.bundle,com.github.jnr.enxio,0.32.13.v20221215-1656) [2023-09-08T19:51:20.221Z] Mirroring: osgi.bundle,org.apache.lucene.analyzers-common,7.5.0.v20181003-1532 (Descriptor: canonical: osgi.bundle,org.apache.lucene.analyzers-common,7.5.0.v20181003-1532) [2023-09-08T19:51:20.477Z] Mirroring: osgi.bundle,org.apache.maven.resolver.transport.file.source,1.0.3.v20170405-0725 (Descriptor: canonical: osgi.bundle,org.apache.maven.resolver.transport.file.source,1.0.3.v20170405-0725) [2023-09-08T19:51:20.477Z] Mirroring: osgi.bundle,org.jheaps.jheaps.source,0.14.0.v20220411-2343 (Descriptor: canonical: osgi.bundle,org.jheaps.jheaps.source,0.14.0.v20220411-2343) [2023-09-08T19:51:20.477Z] Mirroring: osgi.bundle,org.dom4j,2.1.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.dom4j,2.1.1.v20221112-0806) [2023-09-08T19:51:20.477Z] Mirroring: osgi.bundle,com.google.api.client-util,1.2.3.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.google.api.client-util,1.2.3.v20221112-0806) [2023-09-08T19:51:20.477Z] Mirroring: osgi.bundle,org.apache.batik.script,1.16.0.v20221027-0840 (Descriptor: canonical: osgi.bundle,org.apache.batik.script,1.16.0.v20221027-0840) [2023-09-08T19:51:20.477Z] Mirroring: osgi.bundle,org.apache.lucene.analyzers-smartcn,7.5.0.v20181003-1532 (Descriptor: canonical: osgi.bundle,org.apache.lucene.analyzers-smartcn,7.5.0.v20181003-1532) [2023-09-08T19:51:20.477Z] Mirroring: osgi.bundle,org.slf4j.apis.log4j,1.7.30.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.slf4j.apis.log4j,1.7.30.v20221112-0806) [2023-09-08T19:51:20.477Z] Mirroring: osgi.bundle,org.antlr.runtime,3.2.0.v20220404-1927 (Descriptor: canonical: osgi.bundle,org.antlr.runtime,3.2.0.v20220404-1927) [2023-09-08T19:51:20.477Z] Mirroring: osgi.bundle,net.jini,2.1.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,net.jini,2.1.0.v20221112-0806) [2023-09-08T19:51:20.477Z] Mirroring: osgi.bundle,org.junit,4.13.2.v20211018-1956 (Descriptor: canonical: osgi.bundle,org.junit,4.13.2.v20211018-1956) [2023-09-08T19:51:20.477Z] Mirroring: osgi.bundle,org.apache.batik.util,1.16.0.v20221027-0840 (Descriptor: canonical: osgi.bundle,org.apache.batik.util,1.16.0.v20221027-0840) [2023-09-08T19:51:20.477Z] Mirroring: osgi.bundle,org.apache.sshd.sftp.source,2.9.2.v20221117-1942 (Descriptor: canonical: osgi.bundle,org.apache.sshd.sftp.source,2.9.2.v20221117-1942) [2023-09-08T19:51:20.477Z] Mirroring: osgi.bundle,com.atlassian.commonmark,0.15.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.atlassian.commonmark,0.15.1.v20221112-0806) [2023-09-08T19:51:20.477Z] Mirroring: osgi.bundle,org.apache.maven.resolver.impl.source,1.0.3.v20170405-0725 (Descriptor: canonical: osgi.bundle,org.apache.maven.resolver.impl.source,1.0.3.v20170405-0725) [2023-09-08T19:51:20.477Z] Mirroring: osgi.bundle,org.apache.httpcomponents.core5.httpcore5-h2,5.1.4.v20221013-1742 (Descriptor: canonical: osgi.bundle,org.apache.httpcomponents.core5.httpcore5-h2,5.1.4.v20221013-1742) [2023-09-08T19:51:20.477Z] Mirroring: osgi.bundle,org.glassfish.hk2.locator,2.5.0.v20161103-0227 (Descriptor: canonical: osgi.bundle,org.glassfish.hk2.locator,2.5.0.v20161103-0227) [2023-09-08T19:51:20.477Z] Mirroring: osgi.bundle,org.ejml.equation.source,0.29.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.ejml.equation.source,0.29.0.v20221112-0806) [2023-09-08T19:51:20.477Z] Mirroring: osgi.bundle,com.sun.jna.platform.source,5.6.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.sun.jna.platform.source,5.6.0.v20221112-0806) [2023-09-08T19:51:20.477Z] Mirroring: osgi.bundle,com.sun.jna.platform.source,4.5.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.sun.jna.platform.source,4.5.1.v20221112-0806) [2023-09-08T19:51:20.477Z] Mirroring: osgi.bundle,org.apache.tika.parsers,1.24.1.v20211101-1915 (Descriptor: canonical: osgi.bundle,org.apache.tika.parsers,1.24.1.v20211101-1915) [2023-09-08T19:51:20.477Z] Mirroring: osgi.bundle,org.apache.tika.parsers.source,1.24.1.v20211101-1915 (Descriptor: canonical: osgi.bundle,org.apache.tika.parsers.source,1.24.1.v20211101-1915) [2023-09-08T19:51:20.734Z] Mirroring: osgi.bundle,com.ibm.icu,72.1.0.v20221115-2007 (Descriptor: canonical: osgi.bundle,com.ibm.icu,72.1.0.v20221115-2007) [2023-09-08T19:51:20.734Z] Mirroring: osgi.bundle,org.apache.httpcomponents.client5.httpclient5.source,5.1.3.v20221013-1742 (Descriptor: canonical: osgi.bundle,org.apache.httpcomponents.client5.httpclient5.source,5.1.3.v20221013-1742) [2023-09-08T19:51:20.734Z] Mirroring: osgi.bundle,com.konghq.unirest-java,3.4.2.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.konghq.unirest-java,3.4.2.v20221112-0806) [2023-09-08T19:51:20.990Z] Mirroring: osgi.bundle,org.apache.lucene.core.source,8.4.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.apache.lucene.core.source,8.4.1.v20221112-0806) [2023-09-08T19:51:20.990Z] Mirroring: osgi.bundle,org.apache.commons.csv,1.8.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.apache.commons.csv,1.8.0.v20221112-0806) [2023-09-08T19:51:20.990Z] Mirroring: osgi.bundle,com.google.guava,30.1.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.google.guava,30.1.0.v20221112-0806) [2023-09-08T19:51:20.990Z] Mirroring: osgi.bundle,org.apiguardian,1.1.2.v20211018-1956 (Descriptor: canonical: osgi.bundle,org.apiguardian,1.1.2.v20211018-1956) [2023-09-08T19:51:20.990Z] Mirroring: osgi.bundle,com.google.gdata.source,1.47.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.google.gdata.source,1.47.1.v20221112-0806) [2023-09-08T19:51:20.990Z] Mirroring: osgi.bundle,org.apache.httpcomponents.core5.httpcore5-h2.source,5.1.4.v20221013-1742 (Descriptor: canonical: osgi.bundle,org.apache.httpcomponents.core5.httpcore5-h2.source,5.1.4.v20221013-1742) [2023-09-08T19:51:20.990Z] Mirroring: osgi.bundle,org.apache.santuario.xmlsec.source,2.2.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.apache.santuario.xmlsec.source,2.2.0.v20221112-0806) [2023-09-08T19:51:20.990Z] Mirroring: osgi.bundle,org.apache.pdfbox.fontbox.source,2.0.6.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.apache.pdfbox.fontbox.source,2.0.6.v20221112-0806) [2023-09-08T19:51:20.990Z] Mirroring: osgi.bundle,com.fasterxml.jackson.datatype.jackson-datatype-guava,2.13.2.v20220426-1653 (Descriptor: canonical: osgi.bundle,com.fasterxml.jackson.datatype.jackson-datatype-guava,2.13.2.v20220426-1653) [2023-09-08T19:51:20.990Z] Mirroring: osgi.bundle,org.apache.jclouds.jclouds-blobstore,1.8.0.v20160301-1110 (Descriptor: canonical: osgi.bundle,org.apache.jclouds.jclouds-blobstore,1.8.0.v20160301-1110) [2023-09-08T19:51:20.990Z] Mirroring: osgi.bundle,org.aopalliance.source,1.0.0.v20220404-1927 (Descriptor: canonical: osgi.bundle,org.aopalliance.source,1.0.0.v20220404-1927) [2023-09-08T19:51:20.990Z] Mirroring: osgi.bundle,org.apache.httpcomponents.httpclient,4.5.14.v20230516-1249 (Descriptor: canonical: osgi.bundle,org.apache.httpcomponents.httpclient,4.5.14.v20230516-1249) [2023-09-08T19:51:20.990Z] Mirroring: osgi.bundle,org.mozilla.javascript,1.7.10.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.mozilla.javascript,1.7.10.v20221112-0806) [2023-09-08T19:51:21.247Z] Mirroring: osgi.bundle,org.mockito.mockito-core.source,4.8.1.v20221103-2317 (Descriptor: canonical: osgi.bundle,org.mockito.mockito-core.source,4.8.1.v20221103-2317) [2023-09-08T19:51:21.247Z] Mirroring: osgi.bundle,org.glassfish.jersey.media.jersey-media-json-jackson.source,2.30.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.glassfish.jersey.media.jersey-media-json-jackson.source,2.30.1.v20221112-0806) [2023-09-08T19:51:21.247Z] Mirroring: osgi.bundle,com.sun.jna.platform.source,5.8.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.sun.jna.platform.source,5.8.0.v20221112-0806) [2023-09-08T19:51:21.247Z] Mirroring: osgi.bundle,org.glassfish.jersey.inject.jersey-hk2,2.30.1.v20221203-1659 (Descriptor: canonical: osgi.bundle,org.glassfish.jersey.inject.jersey-hk2,2.30.1.v20221203-1659) [2023-09-08T19:51:21.247Z] Mirroring: osgi.bundle,org.apache.batik.codec.source,1.16.0.v20221027-0840 (Descriptor: canonical: osgi.bundle,org.apache.batik.codec.source,1.16.0.v20221027-0840) [2023-09-08T19:51:21.247Z] Mirroring: osgi.bundle,com.google.api.client-json,1.2.3.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.google.api.client-json,1.2.3.v20221112-0806) [2023-09-08T19:51:21.247Z] Mirroring: osgi.bundle,com.google.j2objc.j2objc-annotations,1.3.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.google.j2objc.j2objc-annotations,1.3.0.v20221112-0806) [2023-09-08T19:51:21.247Z] Mirroring: osgi.bundle,org.apache.jclouds.common.openstack-common,1.8.0.v20160301-1110 (Descriptor: canonical: osgi.bundle,org.apache.jclouds.common.openstack-common,1.8.0.v20160301-1110) [2023-09-08T19:51:21.247Z] Mirroring: osgi.bundle,org.apache.jclouds.driver.jclouds-slf4j.source,1.8.0.v20160301-1110 (Descriptor: canonical: osgi.bundle,org.apache.jclouds.driver.jclouds-slf4j.source,1.8.0.v20160301-1110) [2023-09-08T19:51:21.247Z] Mirroring: osgi.bundle,org.kohsuke.args4j.source,2.33.0.v20160323-2218 (Descriptor: canonical: osgi.bundle,org.kohsuke.args4j.source,2.33.0.v20160323-2218) [2023-09-08T19:51:21.247Z] Mirroring: osgi.bundle,com.github.virtuald.curvesapi,1.6.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.github.virtuald.curvesapi,1.6.0.v20221112-0806) [2023-09-08T19:51:21.247Z] Mirroring: osgi.bundle,org.ejml.dense64.source,0.29.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.ejml.dense64.source,0.29.0.v20221112-0806) [2023-09-08T19:51:21.247Z] Mirroring: osgi.bundle,net.bytebuddy.byte-buddy-agent,1.9.0.v20181106-1534 (Descriptor: canonical: osgi.bundle,net.bytebuddy.byte-buddy-agent,1.9.0.v20181106-1534) [2023-09-08T19:51:21.247Z] Mirroring: osgi.bundle,org.conscrypt.conscrypt-openjdk-uber,2.5.1.v20220506-1020 (Descriptor: canonical: osgi.bundle,org.conscrypt.conscrypt-openjdk-uber,2.5.1.v20220506-1020) [2023-09-08T19:51:21.247Z] Mirroring: osgi.bundle,net.bytebuddy.byte-buddy.source,1.9.0.v20181107-1410 (Descriptor: canonical: osgi.bundle,net.bytebuddy.byte-buddy.source,1.9.0.v20181107-1410) [2023-09-08T19:51:21.247Z] Mirroring: osgi.bundle,org.apache.lucene.analysis-smartcn,9.4.2.v20221211-0752 (Descriptor: canonical: osgi.bundle,org.apache.lucene.analysis-smartcn,9.4.2.v20221211-0752) [2023-09-08T19:51:21.503Z] Mirroring: osgi.bundle,com.jcraft.jsch,0.1.55.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.jcraft.jsch,0.1.55.v20221112-0806) [2023-09-08T19:51:21.503Z] Mirroring: osgi.bundle,javax.activation.source,1.2.2.v20221203-1659 (Descriptor: canonical: osgi.bundle,javax.activation.source,1.2.2.v20221203-1659) [2023-09-08T19:51:21.503Z] Mirroring: osgi.bundle,ca.odell.glazedlists,1.11.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,ca.odell.glazedlists,1.11.0.v20221112-0806) [2023-09-08T19:51:21.503Z] Mirroring: osgi.bundle,io.opencensus.opencensus-api.source,0.26.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,io.opencensus.opencensus-api.source,0.26.0.v20221112-0806) [2023-09-08T19:51:21.503Z] Mirroring: osgi.bundle,ch.qos.logback.core,1.2.3.v20221112-0806 (Descriptor: canonical: osgi.bundle,ch.qos.logback.core,1.2.3.v20221112-0806) [2023-09-08T19:51:21.503Z] Mirroring: osgi.bundle,jakarta.websocket,2.0.0.v20221203-1659 (Descriptor: canonical: osgi.bundle,jakarta.websocket,2.0.0.v20221203-1659) [2023-09-08T19:51:21.503Z] Mirroring: osgi.bundle,org.apache.maven.resolver.util.source,1.0.3.v20170405-0725 (Descriptor: canonical: osgi.bundle,org.apache.maven.resolver.util.source,1.0.3.v20170405-0725) [2023-09-08T19:51:21.503Z] Mirroring: osgi.bundle,org.apache.jclouds.driver.jclouds-slf4j,1.8.0.v20160301-1110 (Descriptor: canonical: osgi.bundle,org.apache.jclouds.driver.jclouds-slf4j,1.8.0.v20160301-1110) [2023-09-08T19:51:21.503Z] Mirroring: osgi.bundle,javax.annotation.source,1.3.5.v20230504-0748 (Descriptor: canonical: osgi.bundle,javax.annotation.source,1.3.5.v20230504-0748) [2023-09-08T19:51:21.503Z] Mirroring: osgi.bundle,org.antlr.runtime.source,3.2.0.v20220404-1927 (Descriptor: canonical: osgi.bundle,org.antlr.runtime.source,3.2.0.v20220404-1927) [2023-09-08T19:51:21.503Z] Mirroring: osgi.bundle,org.junit.platform.suite.api,1.9.1.v20221103-2317 (Descriptor: canonical: osgi.bundle,org.junit.platform.suite.api,1.9.1.v20221103-2317) [2023-09-08T19:51:21.503Z] Mirroring: osgi.bundle,org.jgrapht.jgrapht-core,1.4.0.v20220411-2343 (Descriptor: canonical: osgi.bundle,org.jgrapht.jgrapht-core,1.4.0.v20220411-2343) [2023-09-08T19:51:21.503Z] Mirroring: osgi.bundle,org.apache.commons.lang3.source,3.12.0.v20221221-1931 (Descriptor: canonical: osgi.bundle,org.apache.commons.lang3.source,3.12.0.v20221221-1931) [2023-09-08T19:51:21.503Z] Mirroring: osgi.bundle,org.apache.lucene.queryparser,7.5.0.v20181003-1532 (Descriptor: canonical: osgi.bundle,org.apache.lucene.queryparser,7.5.0.v20181003-1532) [2023-09-08T19:51:21.503Z] Mirroring: osgi.bundle,org.hamcrest.library.source,1.3.0.v20180524-2246 (Descriptor: canonical: osgi.bundle,org.hamcrest.library.source,1.3.0.v20180524-2246) [2023-09-08T19:51:21.503Z] Mirroring: osgi.bundle,org.apache.batik.bridge,1.16.0.v20230210-1249 (Descriptor: canonical: osgi.bundle,org.apache.batik.bridge,1.16.0.v20230210-1249) [2023-09-08T19:51:21.503Z] Mirroring: osgi.bundle,jakarta.servlet.jsp,3.0.0.v20221203-1659 (Descriptor: canonical: osgi.bundle,jakarta.servlet.jsp,3.0.0.v20221203-1659) [2023-09-08T19:51:21.503Z] Mirroring: osgi.bundle,com.github.jnr.a64asm,1.0.0.v20221215-1656 (Descriptor: canonical: osgi.bundle,com.github.jnr.a64asm,1.0.0.v20221215-1656) [2023-09-08T19:51:21.503Z] Mirroring: osgi.bundle,org.bouncycastle.bcutil.source,1.72.0.v20221013-1810 (Descriptor: canonical: osgi.bundle,org.bouncycastle.bcutil.source,1.72.0.v20221013-1810) [2023-09-08T19:51:21.503Z] Mirroring: osgi.bundle,org.hsqldb,2.2.9.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.hsqldb,2.2.9.v20221112-0806) [2023-09-08T19:51:21.759Z] Mirroring: osgi.bundle,javax.ws.rs,2.1.6.v20221203-1659 (Descriptor: canonical: osgi.bundle,javax.ws.rs,2.1.6.v20221203-1659) [2023-09-08T19:51:21.759Z] Mirroring: osgi.bundle,org.apache.xml.resolver,1.2.0.v20220715-1206 (Descriptor: canonical: osgi.bundle,org.apache.xml.resolver,1.2.0.v20220715-1206) [2023-09-08T19:51:21.759Z] Mirroring: osgi.bundle,org.apache.jclouds.api.sts,1.8.0.v20160301-1110 (Descriptor: canonical: osgi.bundle,org.apache.jclouds.api.sts,1.8.0.v20160301-1110) [2023-09-08T19:51:21.759Z] Mirroring: osgi.bundle,org.apache.commons.compress.source,1.22.0.v20221207-1049 (Descriptor: canonical: osgi.bundle,org.apache.commons.compress.source,1.22.0.v20221207-1049) [2023-09-08T19:51:21.759Z] Mirroring: osgi.bundle,com.fasterxml.jackson.datatype.jackson-datatype-guava.source,2.13.2.v20220426-1653 (Descriptor: canonical: osgi.bundle,com.fasterxml.jackson.datatype.jackson-datatype-guava.source,2.13.2.v20220426-1653) [2023-09-08T19:51:21.759Z] Mirroring: osgi.bundle,org.apache.commons.collections4.source,4.4.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.apache.commons.collections4.source,4.4.0.v20221112-0806) [2023-09-08T19:51:21.759Z] Mirroring: osgi.bundle,org.apache.commons.lang.source,2.6.0.v20220406-2305 (Descriptor: canonical: osgi.bundle,org.apache.commons.lang.source,2.6.0.v20220406-2305) [2023-09-08T19:51:21.759Z] Mirroring: osgi.bundle,org.reactivestreams.source,1.0.2.v20181120-0809 (Descriptor: canonical: osgi.bundle,org.reactivestreams.source,1.0.2.v20181120-0809) [2023-09-08T19:51:21.759Z] Mirroring: osgi.bundle,javax.annotation,1.3.5.v20230504-0748 (Descriptor: canonical: osgi.bundle,javax.annotation,1.3.5.v20230504-0748) [2023-09-08T19:51:21.759Z] Mirroring: osgi.bundle,org.apache.jclouds.api.openstack-cinder.source,1.8.0.v20160301-1110 (Descriptor: canonical: osgi.bundle,org.apache.jclouds.api.openstack-cinder.source,1.8.0.v20160301-1110) [2023-09-08T19:51:21.759Z] Mirroring: osgi.bundle,ch.qos.logback.slf4j,1.2.3.v20221112-0806 (Descriptor: canonical: osgi.bundle,ch.qos.logback.slf4j,1.2.3.v20221112-0806) [2023-09-08T19:51:21.759Z] Mirroring: osgi.bundle,com.google.gdata,1.47.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.google.gdata,1.47.1.v20221112-0806) [2023-09-08T19:51:21.759Z] Mirroring: osgi.bundle,org.slf4j.apis.log4j.source,1.7.30.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.slf4j.apis.log4j.source,1.7.30.v20221112-0806) [2023-09-08T19:51:21.759Z] Mirroring: osgi.bundle,org.apache.batik.css,1.16.0.v20221027-0840 (Descriptor: canonical: osgi.bundle,org.apache.batik.css,1.16.0.v20221027-0840) [2023-09-08T19:51:21.759Z] Mirroring: osgi.bundle,com.github.jnr.x86asm,1.0.2.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.github.jnr.x86asm,1.0.2.v20221112-0806) [2023-09-08T19:51:21.759Z] Mirroring: osgi.bundle,org.apache.commons.cli,1.4.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.apache.commons.cli,1.4.0.v20221112-0806) [2023-09-08T19:51:21.759Z] Mirroring: osgi.bundle,com.google.api.client-util.source,1.2.3.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.google.api.client-util.source,1.2.3.v20221112-0806) [2023-09-08T19:51:21.759Z] Mirroring: osgi.bundle,org.ejml.experimental,0.29.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.ejml.experimental,0.29.0.v20221112-0806) [2023-09-08T19:51:21.759Z] Mirroring: osgi.bundle,org.apache.pdfbox.fontbox,2.0.6.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.apache.pdfbox.fontbox,2.0.6.v20221112-0806) [2023-09-08T19:51:21.759Z] Mirroring: osgi.bundle,org.apache.sshd.osgi,2.8.0.v20211227-1750 (Descriptor: canonical: osgi.bundle,org.apache.sshd.osgi,2.8.0.v20211227-1750) [2023-09-08T19:51:22.016Z] Mirroring: osgi.bundle,com.google.gson,2.10.1.v20230109-0753 (Descriptor: canonical: osgi.bundle,com.google.gson,2.10.1.v20230109-0753) [2023-09-08T19:51:22.016Z] Mirroring: osgi.bundle,org.slf4j.api.source,1.7.30.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.slf4j.api.source,1.7.30.v20221112-0806) [2023-09-08T19:51:22.016Z] Mirroring: osgi.bundle,javaewah,1.1.13.v20211029-0839 (Descriptor: canonical: osgi.bundle,javaewah,1.1.13.v20211029-0839) [2023-09-08T19:51:22.016Z] Mirroring: osgi.bundle,com.sun.jna,4.1.0.v20210503-0343 (Descriptor: canonical: osgi.bundle,com.sun.jna,4.1.0.v20210503-0343) [2023-09-08T19:51:22.016Z] Mirroring: osgi.bundle,org.apache.commons.lang,2.6.0.v20220406-2305 (Descriptor: canonical: osgi.bundle,org.apache.commons.lang,2.6.0.v20220406-2305) [2023-09-08T19:51:22.016Z] Mirroring: osgi.bundle,org.apache.batik.dom.svg,1.16.0.v20221027-0840 (Descriptor: canonical: osgi.bundle,org.apache.batik.dom.svg,1.16.0.v20221027-0840) [2023-09-08T19:51:22.016Z] Mirroring: osgi.bundle,org.apache.xml.serializer.source,2.7.2.v20220406-0601 (Descriptor: canonical: osgi.bundle,org.apache.xml.serializer.source,2.7.2.v20220406-0601) [2023-09-08T19:51:22.016Z] Mirroring: osgi.bundle,org.slf4j.apis.jcl.source,1.7.30.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.slf4j.apis.jcl.source,1.7.30.v20221112-0806) [2023-09-08T19:51:22.016Z] Mirroring: osgi.bundle,com.fasterxml.jackson.core.jackson-annotations,2.13.2.v20220426-1653 (Descriptor: canonical: osgi.bundle,com.fasterxml.jackson.core.jackson-annotations,2.13.2.v20220426-1653) [2023-09-08T19:51:22.016Z] Mirroring: osgi.bundle,org.aopalliance,1.0.0.v20220404-1927 (Descriptor: canonical: osgi.bundle,org.aopalliance,1.0.0.v20220404-1927) [2023-09-08T19:51:22.016Z] Mirroring: osgi.bundle,org.joni,2.1.11.v20170306-1742 (Descriptor: canonical: osgi.bundle,org.joni,2.1.11.v20170306-1742) [2023-09-08T19:51:22.016Z] Mirroring: osgi.bundle,org.apache.httpcomponents.client5.httpclient5-win,5.1.3.v20221013-1742 (Descriptor: canonical: osgi.bundle,org.apache.httpcomponents.client5.httpclient5-win,5.1.3.v20221013-1742) [2023-09-08T19:51:22.016Z] Mirroring: osgi.bundle,jakarta.xml.bind,2.3.3.v20221203-1659 (Descriptor: canonical: osgi.bundle,jakarta.xml.bind,2.3.3.v20221203-1659) [2023-09-08T19:51:22.016Z] Mirroring: osgi.bundle,org.junit.jupiter.api.source,5.9.1.v20221103-2317 (Descriptor: canonical: osgi.bundle,org.junit.jupiter.api.source,5.9.1.v20221103-2317) [2023-09-08T19:51:22.016Z] Mirroring: osgi.bundle,com.github.jnr.jffi,1.3.9.v20221215-1656 (Descriptor: canonical: osgi.bundle,com.github.jnr.jffi,1.3.9.v20221215-1656) [2023-09-08T19:51:22.016Z] Mirroring: osgi.bundle,com.github.jnr.unixsocket,0.38.17.v20221215-1656 (Descriptor: canonical: osgi.bundle,com.github.jnr.unixsocket,0.38.17.v20221215-1656) [2023-09-08T19:51:22.016Z] Mirroring: osgi.bundle,org.apache.pdfbox.source,2.0.6.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.apache.pdfbox.source,2.0.6.v20221112-0806) [2023-09-08T19:51:22.016Z] Mirroring: osgi.bundle,ch.qos.logback.classic.source,1.2.3.v20221112-0806 (Descriptor: canonical: osgi.bundle,ch.qos.logback.classic.source,1.2.3.v20221112-0806) [2023-09-08T19:51:22.272Z] Mirroring: osgi.bundle,org.junit.jupiter.api,5.9.1.v20221103-2317 (Descriptor: canonical: osgi.bundle,org.junit.jupiter.api,5.9.1.v20221103-2317) [2023-09-08T19:51:22.272Z] Mirroring: osgi.bundle,org.apache.batik.constants.source,1.16.0.v20221027-0840 (Descriptor: canonical: osgi.bundle,org.apache.batik.constants.source,1.16.0.v20221027-0840) [2023-09-08T19:51:22.272Z] Mirroring: osgi.bundle,org.apache.batik.ext,1.16.0.v20221027-0840 (Descriptor: canonical: osgi.bundle,org.apache.batik.ext,1.16.0.v20221027-0840) [2023-09-08T19:51:22.272Z] Mirroring: osgi.bundle,org.reactivestreams,1.0.2.v20181120-0809 (Descriptor: canonical: osgi.bundle,org.reactivestreams,1.0.2.v20181120-0809) [2023-09-08T19:51:22.272Z] Mirroring: osgi.bundle,org.junit.source,4.13.2.v20211018-1956 (Descriptor: canonical: osgi.bundle,org.junit.source,4.13.2.v20211018-1956) [2023-09-08T19:51:22.272Z] Mirroring: osgi.bundle,org.objectweb.asm.tree,9.4.0.v20221107-1714 (Descriptor: canonical: osgi.bundle,org.objectweb.asm.tree,9.4.0.v20221107-1714) [2023-09-08T19:51:22.272Z] Mirroring: osgi.bundle,org.apache.batik.i18n,1.16.0.v20221027-0840 (Descriptor: canonical: osgi.bundle,org.apache.batik.i18n,1.16.0.v20221027-0840) [2023-09-08T19:51:22.272Z] Mirroring: osgi.bundle,org.apache.jclouds.labs.docker.source,1.8.0.v20160301-1110 (Descriptor: canonical: osgi.bundle,org.apache.jclouds.labs.docker.source,1.8.0.v20160301-1110) [2023-09-08T19:51:22.272Z] Mirroring: osgi.bundle,com.atlassian.commonmark-yaml,0.15.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.atlassian.commonmark-yaml,0.15.1.v20221112-0806) [2023-09-08T19:51:22.272Z] Mirroring: osgi.bundle,org.apache.ws.commons.util.source,1.0.2.v20160817-1930 (Descriptor: canonical: osgi.bundle,org.apache.ws.commons.util.source,1.0.2.v20160817-1930) [2023-09-08T19:51:22.272Z] Mirroring: osgi.bundle,com.sun.jna,5.12.1.v20221103-2317 (Descriptor: canonical: osgi.bundle,com.sun.jna,5.12.1.v20221103-2317) [2023-09-08T19:51:22.272Z] Mirroring: osgi.bundle,org.dom4j.source,1.6.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.dom4j.source,1.6.1.v20221112-0806) [2023-09-08T19:51:22.272Z] Mirroring: osgi.bundle,org.apache.pdfbox.preflight.source,2.0.6.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.apache.pdfbox.preflight.source,2.0.6.v20221112-0806) [2023-09-08T19:51:22.272Z] Mirroring: osgi.bundle,org.slf4j.binding.simple,1.7.30.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.slf4j.binding.simple,1.7.30.v20221112-0806) [2023-09-08T19:51:22.272Z] Mirroring: osgi.bundle,org.ejml.core,0.29.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.ejml.core,0.29.0.v20221112-0806) [2023-09-08T19:51:22.272Z] Mirroring: osgi.bundle,org.jdom2,2.0.6.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.jdom2,2.0.6.v20221112-0806) [2023-09-08T19:51:22.272Z] Mirroring: osgi.bundle,org.yaml.snakeyaml,1.27.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.yaml.snakeyaml,1.27.0.v20221112-0806) [2023-09-08T19:51:22.272Z] Mirroring: osgi.bundle,com.atlassian.commonmark-gfm-strikethrough,0.15.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.atlassian.commonmark-gfm-strikethrough,0.15.1.v20221112-0806) [2023-09-08T19:51:22.528Z] Mirroring: osgi.bundle,org.antlr.runtime,4.10.1.v20230210-1433 (Descriptor: canonical: osgi.bundle,org.antlr.runtime,4.10.1.v20230210-1433) [2023-09-08T19:51:22.528Z] Mirroring: osgi.bundle,org.ejml.simple,0.29.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.ejml.simple,0.29.0.v20221112-0806) [2023-09-08T19:51:22.528Z] Mirroring: osgi.bundle,org.apache.batik.i18n.source,1.16.0.v20221027-0840 (Descriptor: canonical: osgi.bundle,org.apache.batik.i18n.source,1.16.0.v20221027-0840) [2023-09-08T19:51:22.528Z] Mirroring: osgi.bundle,org.apache.batik.svggen.source,1.16.0.v20221027-0840 (Descriptor: canonical: osgi.bundle,org.apache.batik.svggen.source,1.16.0.v20221027-0840) [2023-09-08T19:51:22.528Z] Mirroring: osgi.bundle,org.apache.jclouds.api.openstack-keystone.source,1.8.0.v20160301-1110 (Descriptor: canonical: osgi.bundle,org.apache.jclouds.api.openstack-keystone.source,1.8.0.v20160301-1110) [2023-09-08T19:51:22.528Z] Mirroring: osgi.bundle,org.junit.platform.engine,1.9.1.v20221103-2317 (Descriptor: canonical: osgi.bundle,org.junit.platform.engine,1.9.1.v20221103-2317) [2023-09-08T19:51:22.528Z] Mirroring: osgi.bundle,jakarta.servlet,5.0.0.v20221203-1659 (Descriptor: canonical: osgi.bundle,jakarta.servlet,5.0.0.v20221203-1659) [2023-09-08T19:51:22.528Z] Mirroring: osgi.bundle,org.kohsuke.args4j,2.33.0.v20160323-2218 (Descriptor: canonical: osgi.bundle,org.kohsuke.args4j,2.33.0.v20160323-2218) [2023-09-08T19:51:22.528Z] Mirroring: osgi.bundle,net.bytebuddy.byte-buddy.source,1.12.18.v20221114-2102 (Descriptor: canonical: osgi.bundle,net.bytebuddy.byte-buddy.source,1.12.18.v20221114-2102) [2023-09-08T19:51:22.528Z] Mirroring: osgi.bundle,org.apache.pdfbox.xmpbox,2.0.6.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.apache.pdfbox.xmpbox,2.0.6.v20221112-0806) [2023-09-08T19:51:22.528Z] Mirroring: osgi.bundle,org.slf4j.binding.log4j12,1.7.30.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.slf4j.binding.log4j12,1.7.30.v20221112-0806) [2023-09-08T19:51:22.528Z] Mirroring: osgi.bundle,com.github.jnr.ffi,2.2.11.v20221215-1656 (Descriptor: canonical: osgi.bundle,com.github.jnr.ffi,2.2.11.v20221215-1656) [2023-09-08T19:51:22.528Z] Mirroring: osgi.bundle,org.apache.logging.log4j.source,2.17.1.v20220106-2156 (Descriptor: canonical: osgi.bundle,org.apache.logging.log4j.source,2.17.1.v20220106-2156) [2023-09-08T19:51:22.528Z] Mirroring: osgi.bundle,org.apache.jclouds.api.cloudwatch.source,1.8.0.v20160301-1110 (Descriptor: canonical: osgi.bundle,org.apache.jclouds.api.cloudwatch.source,1.8.0.v20160301-1110) [2023-09-08T19:51:22.528Z] Mirroring: osgi.bundle,org.tukaani.xz.source,1.9.0.v20210624-1259 (Descriptor: canonical: osgi.bundle,org.tukaani.xz.source,1.9.0.v20210624-1259) [2023-09-08T19:51:22.528Z] Mirroring: osgi.bundle,jakarta.websocket.source,2.0.0.v20221203-1659 (Descriptor: canonical: osgi.bundle,jakarta.websocket.source,2.0.0.v20221203-1659) [2023-09-08T19:51:22.528Z] Mirroring: osgi.bundle,com.google.auth.oauth2-http,0.20.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.google.auth.oauth2-http,0.20.0.v20221112-0806) [2023-09-08T19:51:22.528Z] Mirroring: osgi.bundle,org.jdom2.source,2.0.6.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.jdom2.source,2.0.6.v20221112-0806) [2023-09-08T19:51:22.528Z] Mirroring: osgi.bundle,com.google.api.client-escape,1.2.3.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.google.api.client-escape,1.2.3.v20221112-0806) [2023-09-08T19:51:22.528Z] Mirroring: osgi.bundle,org.apache.lucene.analysis-smartcn.source,9.4.2.v20221211-0752 (Descriptor: canonical: osgi.bundle,org.apache.lucene.analysis-smartcn.source,9.4.2.v20221211-0752) [2023-09-08T19:51:22.528Z] Mirroring: osgi.bundle,org.glassfish.hk2.utils.source,2.6.1.v20221203-1659 (Descriptor: canonical: osgi.bundle,org.glassfish.hk2.utils.source,2.6.1.v20221203-1659) [2023-09-08T19:51:22.528Z] Mirroring: osgi.bundle,com.google.api.client-http,1.2.3.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.google.api.client-http,1.2.3.v20221112-0806) [2023-09-08T19:51:22.529Z] Mirroring: osgi.bundle,org.jsoup,1.14.3.v20211012-1727 (Descriptor: canonical: osgi.bundle,org.jsoup,1.14.3.v20211012-1727) [2023-09-08T19:51:22.784Z] Mirroring: osgi.bundle,org.slf4j.binding.simple.source,1.7.30.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.slf4j.binding.simple.source,1.7.30.v20221112-0806) [2023-09-08T19:51:22.784Z] Mirroring: osgi.bundle,org.glassfish.hk2.osgi-resource-locator,2.5.0.v20161103-1916 (Descriptor: canonical: osgi.bundle,org.glassfish.hk2.osgi-resource-locator,2.5.0.v20161103-1916) [2023-09-08T19:51:22.785Z] Mirroring: osgi.bundle,org.apache.httpcomponents.httpcore.source,4.4.16.v20221207-1049 (Descriptor: canonical: osgi.bundle,org.apache.httpcomponents.httpcore.source,4.4.16.v20221207-1049) [2023-09-08T19:51:22.785Z] Mirroring: osgi.bundle,org.apache.batik.shared.resources,1.16.0.v20221027-0840 (Descriptor: canonical: osgi.bundle,org.apache.batik.shared.resources,1.16.0.v20221027-0840) [2023-09-08T19:51:22.785Z] Mirroring: osgi.bundle,com.google.oauth-client-java6.source,1.30.6.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.google.oauth-client-java6.source,1.30.6.v20221112-0806) [2023-09-08T19:51:22.785Z] Mirroring: osgi.bundle,org.apache.poi,4.1.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.apache.poi,4.1.1.v20221112-0806) [2023-09-08T19:51:22.785Z] Mirroring: osgi.bundle,com.sun.jna.source,5.8.0.v20210503-0343 (Descriptor: canonical: osgi.bundle,com.sun.jna.source,5.8.0.v20210503-0343) [2023-09-08T19:51:22.785Z] Mirroring: osgi.bundle,com.sun.jna.source,5.6.0.v20210503-0343 (Descriptor: canonical: osgi.bundle,com.sun.jna.source,5.6.0.v20210503-0343) [2023-09-08T19:51:22.785Z] Mirroring: osgi.bundle,org.tukaani.xz,1.9.0.v20210624-1259 (Descriptor: canonical: osgi.bundle,org.tukaani.xz,1.9.0.v20210624-1259) [2023-09-08T19:51:22.785Z] Mirroring: osgi.bundle,org.apache.batik.xml,1.16.0.v20221027-0840 (Descriptor: canonical: osgi.bundle,org.apache.batik.xml,1.16.0.v20221027-0840) [2023-09-08T19:51:22.785Z] Mirroring: osgi.bundle,org.slf4j.binding.nop,1.7.30.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.slf4j.binding.nop,1.7.30.v20221112-0806) [2023-09-08T19:51:22.785Z] Mirroring: osgi.bundle,net.i2p.crypto.eddsa.source,0.3.0.v20220506-1020 (Descriptor: canonical: osgi.bundle,net.i2p.crypto.eddsa.source,0.3.0.v20220506-1020) [2023-09-08T19:51:22.785Z] Mirroring: osgi.bundle,org.apache.xalan.source,2.7.2.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.apache.xalan.source,2.7.2.v20221112-0806) [2023-09-08T19:51:22.785Z] Mirroring: osgi.bundle,org.glassfish.jersey.core.jersey-common.source,2.30.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.glassfish.jersey.core.jersey-common.source,2.30.1.v20221112-0806) [2023-09-08T19:51:22.785Z] Mirroring: osgi.bundle,org.apache.xmlgraphics.source,2.7.0.v20221018-0736 (Descriptor: canonical: osgi.bundle,org.apache.xmlgraphics.source,2.7.0.v20221018-0736) [2023-09-08T19:51:23.047Z] Mirroring: osgi.bundle,org.apache.poi.source,4.1.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.apache.poi.source,4.1.1.v20221112-0806) [2023-09-08T19:51:23.047Z] Mirroring: osgi.bundle,org.junit.platform.suite.commons,1.9.1.v20221103-2317 (Descriptor: canonical: osgi.bundle,org.junit.platform.suite.commons,1.9.1.v20221103-2317) [2023-09-08T19:51:23.047Z] Mirroring: osgi.bundle,jakarta.activation,1.2.2.v20221203-1659 (Descriptor: canonical: osgi.bundle,jakarta.activation,1.2.2.v20221203-1659) [2023-09-08T19:51:23.047Z] Mirroring: osgi.bundle,com.google.gson.source,2.10.1.v20230109-0753 (Descriptor: canonical: osgi.bundle,com.google.gson.source,2.10.1.v20230109-0753) [2023-09-08T19:51:23.047Z] Mirroring: osgi.bundle,org.apache.batik.util.source,1.16.0.v20221027-0840 (Descriptor: canonical: osgi.bundle,org.apache.batik.util.source,1.16.0.v20221027-0840) [2023-09-08T19:51:23.047Z] Mirroring: osgi.bundle,net.bytebuddy.byte-buddy,1.7.9.v20180420-1519 (Descriptor: canonical: osgi.bundle,net.bytebuddy.byte-buddy,1.7.9.v20180420-1519) [2023-09-08T19:51:23.047Z] Mirroring: org.eclipse.update.feature,org.eclipse.orbit.releng.recipes.feature.aggregation,1.0.0.v20230516-1249 (Descriptor: canonical: org.eclipse.update.feature,org.eclipse.orbit.releng.recipes.feature.aggregation,1.0.0.v20230516-1249) [2023-09-08T19:51:23.047Z] Mirroring: osgi.bundle,org.apache.ws.commons.util,1.0.2.v20160817-1930 (Descriptor: canonical: osgi.bundle,org.apache.ws.commons.util,1.0.2.v20160817-1930) [2023-09-08T19:51:23.047Z] Mirroring: osgi.bundle,net.bytebuddy.byte-buddy-agent,1.12.18.v20221114-2102 (Descriptor: canonical: osgi.bundle,net.bytebuddy.byte-buddy-agent,1.12.18.v20221114-2102) [2023-09-08T19:51:23.047Z] Mirroring: osgi.bundle,com.google.guava,27.1.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.google.guava,27.1.0.v20221112-0806) [2023-09-08T19:51:23.303Z] Mirroring: osgi.bundle,org.apache.maven.resolver.spi.source,1.0.3.v20170405-0725 (Descriptor: canonical: osgi.bundle,org.apache.maven.resolver.spi.source,1.0.3.v20170405-0725) [2023-09-08T19:51:23.303Z] Mirroring: osgi.bundle,com.sun.jna.platform,5.12.1.v20221103-2317 (Descriptor: canonical: osgi.bundle,com.sun.jna.platform,5.12.1.v20221103-2317) [2023-09-08T19:51:23.303Z] Mirroring: osgi.bundle,com.google.auto.value.auto-value-annotations,1.7.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.google.auto.value.auto-value-annotations,1.7.0.v20221112-0806) [2023-09-08T19:51:23.303Z] Mirroring: osgi.bundle,org.apache.jclouds.labs.openstack-neutron,1.8.0.v20160301-1110 (Descriptor: canonical: osgi.bundle,org.apache.jclouds.labs.openstack-neutron,1.8.0.v20160301-1110) [2023-09-08T19:51:23.303Z] Mirroring: osgi.bundle,com.google.api.client-http.source,1.2.3.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.google.api.client-http.source,1.2.3.v20221112-0806) [2023-09-08T19:51:23.303Z] Mirroring: osgi.bundle,org.glassfish.jersey.core.jersey-server.source,2.30.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.glassfish.jersey.core.jersey-server.source,2.30.1.v20221112-0806) [2023-09-08T19:51:23.303Z] Mirroring: osgi.bundle,com.atlassian.commonmark-gfm-tables.source,0.15.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.atlassian.commonmark-gfm-tables.source,0.15.1.v20221112-0806) [2023-09-08T19:51:23.303Z] Mirroring: osgi.bundle,org.bouncycastle.bcprov,1.72.0.v20221013-1810 (Descriptor: canonical: osgi.bundle,org.bouncycastle.bcprov,1.72.0.v20221013-1810) [2023-09-08T19:51:23.558Z] Mirroring: osgi.bundle,org.objectweb.asm.analysis.source,9.4.0.v20221107-1714 (Descriptor: canonical: osgi.bundle,org.objectweb.asm.analysis.source,9.4.0.v20221107-1714) [2023-09-08T19:51:23.558Z] Mirroring: osgi.bundle,net.bytebuddy.byte-buddy.source,1.7.9.v20180420-1519 (Descriptor: canonical: osgi.bundle,net.bytebuddy.byte-buddy.source,1.7.9.v20180420-1519) [2023-09-08T19:51:23.558Z] Mirroring: osgi.bundle,org.apache.commons.math3,3.6.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.apache.commons.math3,3.6.1.v20221112-0806) [2023-09-08T19:51:23.558Z] Mirroring: osgi.bundle,com.github.jnr.ffi.source,2.2.11.v20221215-1656 (Descriptor: canonical: osgi.bundle,com.github.jnr.ffi.source,2.2.11.v20221215-1656) [2023-09-08T19:51:23.558Z] Mirroring: osgi.bundle,org.apache.httpcomponents.httpclient.win,4.5.14.v20221207-1049 (Descriptor: canonical: osgi.bundle,org.apache.httpcomponents.httpclient.win,4.5.14.v20221207-1049) [2023-09-08T19:51:23.558Z] Mirroring: osgi.bundle,org.apache.maven.resolver.transport.http,1.0.3.v20170405-0725 (Descriptor: canonical: osgi.bundle,org.apache.maven.resolver.transport.http,1.0.3.v20170405-0725) [2023-09-08T19:51:23.558Z] Mirroring: osgi.bundle,org.junit.platform.suite.engine,1.9.1.v20221103-2317 (Descriptor: canonical: osgi.bundle,org.junit.platform.suite.engine,1.9.1.v20221103-2317) [2023-09-08T19:51:23.558Z] Mirroring: osgi.bundle,org.slf4j.bridge.jul.source,1.7.30.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.slf4j.bridge.jul.source,1.7.30.v20221112-0806) [2023-09-08T19:51:23.558Z] Mirroring: osgi.bundle,javax.ws.rs.source,2.1.6.v20221203-1659 (Descriptor: canonical: osgi.bundle,javax.ws.rs.source,2.1.6.v20221203-1659) [2023-09-08T19:51:23.558Z] Mirroring: osgi.bundle,org.apache.xmlbeans.source,3.1.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.apache.xmlbeans.source,3.1.0.v20221112-0806) [2023-09-08T19:51:23.558Z] Mirroring: osgi.bundle,org.freemarker,2.3.22.v20160210-1233 (Descriptor: canonical: osgi.bundle,org.freemarker,2.3.22.v20160210-1233) [2023-09-08T19:51:23.814Z] Mirroring: osgi.bundle,com.graphql.java.dataloader.source,2.1.1.v20181120-0809 (Descriptor: canonical: osgi.bundle,com.graphql.java.dataloader.source,2.1.1.v20181120-0809) [2023-09-08T19:51:23.814Z] Mirroring: osgi.bundle,org.apache.jclouds.jclouds-scriptbuilder.source,1.8.0.v20160301-1110 (Descriptor: canonical: osgi.bundle,org.apache.jclouds.jclouds-scriptbuilder.source,1.8.0.v20160301-1110) [2023-09-08T19:51:23.814Z] Mirroring: osgi.bundle,java_cup,0.11.20150326.v20180425-1030 (Descriptor: canonical: osgi.bundle,java_cup,0.11.20150326.v20180425-1030) [2023-09-08T19:51:23.814Z] Mirroring: osgi.bundle,com.google.api.client-auth.source,1.2.3.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.google.api.client-auth.source,1.2.3.v20221112-0806) [2023-09-08T19:51:23.814Z] Mirroring: osgi.bundle,com.sun.xml.bind,2.3.3.v20221203-1659 (Descriptor: canonical: osgi.bundle,com.sun.xml.bind,2.3.3.v20221203-1659) [2023-09-08T19:51:23.814Z] Mirroring: osgi.bundle,org.apache.xml.serializer,2.7.2.v20220406-0601 (Descriptor: canonical: osgi.bundle,org.apache.xml.serializer,2.7.2.v20220406-0601) [2023-09-08T19:51:23.814Z] Mirroring: osgi.bundle,org.apache.xmlrpc.client.source,3.1.3.v20160817-1930 (Descriptor: canonical: osgi.bundle,org.apache.xmlrpc.client.source,3.1.3.v20160817-1930) [2023-09-08T19:51:23.814Z] Mirroring: osgi.bundle,com.google.oauth-client,1.30.6.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.google.oauth-client,1.30.6.v20221112-0806) [2023-09-08T19:51:23.814Z] Mirroring: osgi.bundle,java_cup-runtime,0.11.20150326.v20180425-1030 (Descriptor: canonical: osgi.bundle,java_cup-runtime,0.11.20150326.v20180425-1030) [2023-09-08T19:51:23.814Z] Mirroring: osgi.bundle,com.google.protobuf,2.4.1.v20220404-1934 (Descriptor: canonical: osgi.bundle,com.google.protobuf,2.4.1.v20220404-1934) [2023-09-08T19:51:23.814Z] Mirroring: osgi.bundle,org.apache.lucene.core.source,7.5.0.v20181003-1532 (Descriptor: canonical: osgi.bundle,org.apache.lucene.core.source,7.5.0.v20181003-1532) [2023-09-08T19:51:23.814Z] Mirroring: osgi.bundle,com.google.api.client-json.source,1.2.3.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.google.api.client-json.source,1.2.3.v20221112-0806) [2023-09-08T19:51:23.814Z] Mirroring: osgi.bundle,org.apache.maven.resolver.spi,1.0.3.v20170405-0725 (Descriptor: canonical: osgi.bundle,org.apache.maven.resolver.spi,1.0.3.v20170405-0725) [2023-09-08T19:51:23.814Z] Mirroring: osgi.bundle,org.apache.xmlrpc.common,3.1.3.v20181004-1955 (Descriptor: canonical: osgi.bundle,org.apache.xmlrpc.common,3.1.3.v20181004-1955) [2023-09-08T19:51:23.814Z] Mirroring: osgi.bundle,org.apache.lucene.core,8.4.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.apache.lucene.core,8.4.1.v20221112-0806) [2023-09-08T19:51:23.814Z] Mirroring: osgi.bundle,org.apache.batik.parser.source,1.16.0.v20221027-0840 (Descriptor: canonical: osgi.bundle,org.apache.batik.parser.source,1.16.0.v20221027-0840) [2023-09-08T19:51:24.071Z] Mirroring: osgi.bundle,com.atlassian.commonmark-heading-anchor,0.15.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.atlassian.commonmark-heading-anchor,0.15.1.v20221112-0806) [2023-09-08T19:51:24.071Z] Mirroring: osgi.bundle,org.apache.jclouds.jclouds-core.source,1.8.0.v20181004-1955 (Descriptor: canonical: osgi.bundle,org.apache.jclouds.jclouds-core.source,1.8.0.v20181004-1955) [2023-09-08T19:51:24.071Z] Mirroring: osgi.bundle,org.apache.commons.lang3,3.12.0.v20221221-1931 (Descriptor: canonical: osgi.bundle,org.apache.commons.lang3,3.12.0.v20221221-1931) [2023-09-08T19:51:24.071Z] Mirroring: osgi.bundle,org.apache.batik.gvt,1.16.0.v20221027-0840 (Descriptor: canonical: osgi.bundle,org.apache.batik.gvt,1.16.0.v20221027-0840) [2023-09-08T19:51:24.071Z] Mirroring: osgi.bundle,org.antlr.runtime.source,4.7.2.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.antlr.runtime.source,4.7.2.v20221112-0806) [2023-09-08T19:51:24.071Z] Mirroring: osgi.bundle,org.apache.tika.core,1.24.1.v20211101-1915 (Descriptor: canonical: osgi.bundle,org.apache.tika.core,1.24.1.v20211101-1915) [2023-09-08T19:51:24.071Z] Mirroring: osgi.bundle,org.apache.commons.cli.source,1.4.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.apache.commons.cli.source,1.4.0.v20221112-0806) [2023-09-08T19:51:24.071Z] Mirroring: osgi.bundle,org.apache.lucene.misc.source,7.5.0.v20181003-1532 (Descriptor: canonical: osgi.bundle,org.apache.lucene.misc.source,7.5.0.v20181003-1532) [2023-09-08T19:51:24.071Z] Mirroring: osgi.bundle,javax.inject,1.0.0.v20220405-0441 (Descriptor: canonical: osgi.bundle,javax.inject,1.0.0.v20220405-0441) [2023-09-08T19:51:24.071Z] Mirroring: osgi.bundle,org.apache.jclouds.jclouds-core,1.8.0.v20181004-1955 (Descriptor: canonical: osgi.bundle,org.apache.jclouds.jclouds-core,1.8.0.v20181004-1955) [2023-09-08T19:51:24.071Z] Mirroring: osgi.bundle,io.opencensus.opencensus-api,0.26.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,io.opencensus.opencensus-api,0.26.0.v20221112-0806) [2023-09-08T19:51:24.071Z] Mirroring: osgi.bundle,org.apache.batik.parser,1.16.0.v20221027-0840 (Descriptor: canonical: osgi.bundle,org.apache.batik.parser,1.16.0.v20221027-0840) [2023-09-08T19:51:24.071Z] Mirroring: osgi.bundle,javax.validation.source,1.1.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,javax.validation.source,1.1.0.v20221112-0806) [2023-09-08T19:51:24.071Z] Mirroring: osgi.bundle,io.netty.buffer.source,4.1.56.v20221112-0806 (Descriptor: canonical: osgi.bundle,io.netty.buffer.source,4.1.56.v20221112-0806) [2023-09-08T19:51:24.071Z] Mirroring: osgi.bundle,com.sun.jna.platform,4.1.0.v20170410-1117 (Descriptor: canonical: osgi.bundle,com.sun.jna.platform,4.1.0.v20170410-1117) [2023-09-08T19:51:24.071Z] Mirroring: osgi.bundle,org.hamcrest.library,1.3.0.v20180524-2246 (Descriptor: canonical: osgi.bundle,org.hamcrest.library,1.3.0.v20180524-2246) [2023-09-08T19:51:24.071Z] Mirroring: osgi.bundle,org.glassfish.hk2.api,2.6.1.v20221203-1659 (Descriptor: canonical: osgi.bundle,org.glassfish.hk2.api,2.6.1.v20221203-1659) [2023-09-08T19:51:24.071Z] Mirroring: osgi.bundle,org.apache.maven.resolver.connector.basic,1.0.3.v20170405-0725 (Descriptor: canonical: osgi.bundle,org.apache.maven.resolver.connector.basic,1.0.3.v20170405-0725) [2023-09-08T19:51:24.071Z] Mirroring: osgi.bundle,org.apache.log4j.source,1.2.24.v20221221-2012 (Descriptor: canonical: osgi.bundle,org.apache.log4j.source,1.2.24.v20221221-2012) [2023-09-08T19:51:24.071Z] Mirroring: osgi.bundle,org.apache.commons.csv.source,1.8.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.apache.commons.csv.source,1.8.0.v20221112-0806) [2023-09-08T19:51:24.328Z] Mirroring: osgi.bundle,org.apache.sshd.sftp,2.9.2.v20221117-1942 (Descriptor: canonical: osgi.bundle,org.apache.sshd.sftp,2.9.2.v20221117-1942) [2023-09-08T19:51:24.328Z] Mirroring: osgi.bundle,org.slf4j.ext,1.7.30.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.slf4j.ext,1.7.30.v20221112-0806) [2023-09-08T19:51:24.328Z] Mirroring: osgi.bundle,org.assertj,3.20.2.v20210706-1104 (Descriptor: canonical: osgi.bundle,org.assertj,3.20.2.v20210706-1104) [2023-09-08T19:51:24.328Z] Mirroring: osgi.bundle,com.konghq.unirest-java.source,3.4.2.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.konghq.unirest-java.source,3.4.2.v20221112-0806) [2023-09-08T19:51:24.328Z] Mirroring: osgi.bundle,org.junit.platform.runner,1.9.1.v20221103-2317 (Descriptor: canonical: osgi.bundle,org.junit.platform.runner,1.9.1.v20221103-2317) [2023-09-08T19:51:24.328Z] Mirroring: osgi.bundle,com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider,2.13.2.v20220426-1653 (Descriptor: canonical: osgi.bundle,com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider,2.13.2.v20220426-1653) [2023-09-08T19:51:24.328Z] Mirroring: osgi.bundle,org.junit.jupiter.params,5.9.1.v20221103-2317 (Descriptor: canonical: osgi.bundle,org.junit.jupiter.params,5.9.1.v20221103-2317) [2023-09-08T19:51:24.328Z] Mirroring: osgi.bundle,com.sun.jna,5.8.0.v20210503-0343 (Descriptor: canonical: osgi.bundle,com.sun.jna,5.8.0.v20210503-0343) [2023-09-08T19:51:24.328Z] Mirroring: osgi.bundle,io.github.classgraph,4.8.149.v20220915-0556 (Descriptor: canonical: osgi.bundle,io.github.classgraph,4.8.149.v20220915-0556) [2023-09-08T19:51:24.328Z] Mirroring: osgi.bundle,com.sun.jna,5.6.0.v20210503-0343 (Descriptor: canonical: osgi.bundle,com.sun.jna,5.6.0.v20210503-0343) [2023-09-08T19:51:24.328Z] Mirroring: osgi.bundle,org.apache.lucene.analyzers-smartcn.source,7.5.0.v20181003-1532 (Descriptor: canonical: osgi.bundle,org.apache.lucene.analyzers-smartcn.source,7.5.0.v20181003-1532) [2023-09-08T19:51:24.584Z] Mirroring: osgi.bundle,com.atlassian.commonmark-task-list-items.source,0.15.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.atlassian.commonmark-task-list-items.source,0.15.1.v20221112-0806) [2023-09-08T19:51:24.584Z] Mirroring: osgi.bundle,com.github.jnr.x86asm.source,1.0.2.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.github.jnr.x86asm.source,1.0.2.v20221112-0806) [2023-09-08T19:51:24.584Z] Mirroring: osgi.bundle,com.google.protobuf.source,2.4.1.v20220404-1934 (Descriptor: canonical: osgi.bundle,com.google.protobuf.source,2.4.1.v20220404-1934) [2023-09-08T19:51:24.584Z] Mirroring: osgi.bundle,org.ejml.denseC64.source,0.29.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.ejml.denseC64.source,0.29.0.v20221112-0806) [2023-09-08T19:51:24.584Z] Mirroring: osgi.bundle,org.apache.jclouds.api.openstack-nova,1.8.0.v20160301-1110 (Descriptor: canonical: osgi.bundle,org.apache.jclouds.api.openstack-nova,1.8.0.v20160301-1110) [2023-09-08T19:51:24.584Z] Mirroring: osgi.bundle,org.apache.httpcomponents.httpclient.source,4.5.14.v20230516-1249 (Descriptor: canonical: osgi.bundle,org.apache.httpcomponents.httpclient.source,4.5.14.v20230516-1249) [2023-09-08T19:51:24.584Z] Mirroring: osgi.bundle,org.jaxen,1.1.6.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.jaxen,1.1.6.v20221112-0806) [2023-09-08T19:51:24.584Z] Mirroring: osgi.bundle,javaewah.source,1.1.13.v20211029-0839 (Descriptor: canonical: osgi.bundle,javaewah.source,1.1.13.v20211029-0839) [2023-09-08T19:51:24.584Z] Mirroring: osgi.bundle,org.apache.batik.dom.source,1.16.0.v20230210-1249 (Descriptor: canonical: osgi.bundle,org.apache.batik.dom.source,1.16.0.v20230210-1249) [2023-09-08T19:51:24.584Z] Mirroring: osgi.bundle,org.apache.batik.script.source,1.16.0.v20221027-0840 (Descriptor: canonical: osgi.bundle,org.apache.batik.script.source,1.16.0.v20221027-0840) [2023-09-08T19:51:24.584Z] Mirroring: osgi.bundle,org.apache.commons.io.source,2.8.0.v20210415-0900 (Descriptor: canonical: osgi.bundle,org.apache.commons.io.source,2.8.0.v20210415-0900) [2023-09-08T19:51:24.584Z] Mirroring: osgi.bundle,org.apache.lucene.core,7.5.0.v20181003-1532 (Descriptor: canonical: osgi.bundle,org.apache.lucene.core,7.5.0.v20181003-1532) [2023-09-08T19:51:24.584Z] Mirroring: osgi.bundle,com.atlassian.commonmark.source,0.15.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.atlassian.commonmark.source,0.15.1.v20221112-0806) [2023-09-08T19:51:24.584Z] Mirroring: osgi.bundle,org.ejml.simple.source,0.29.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.ejml.simple.source,0.29.0.v20221112-0806) [2023-09-08T19:51:24.840Z] Mirroring: osgi.bundle,org.apache.jclouds.jclouds-scriptbuilder,1.8.0.v20160301-1110 (Descriptor: canonical: osgi.bundle,org.apache.jclouds.jclouds-scriptbuilder,1.8.0.v20160301-1110) [2023-09-08T19:51:24.840Z] Mirroring: osgi.bundle,com.google.auto.value.auto-value-annotations.source,1.7.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.google.auto.value.auto-value-annotations.source,1.7.0.v20221112-0806) [2023-09-08T19:51:24.840Z] Mirroring: osgi.bundle,org.objectweb.asm.commons.source,9.4.0.v20221107-1714 (Descriptor: canonical: osgi.bundle,org.objectweb.asm.commons.source,9.4.0.v20221107-1714) [2023-09-08T19:51:24.840Z] Mirroring: osgi.bundle,com.google.oauth-client.source,1.30.6.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.google.oauth-client.source,1.30.6.v20221112-0806) [2023-09-08T19:51:24.840Z] Mirroring: osgi.bundle,org.junit.platform.suite.api.source,1.9.1.v20221103-2317 (Descriptor: canonical: osgi.bundle,org.junit.platform.suite.api.source,1.9.1.v20221103-2317) [2023-09-08T19:51:24.840Z] Mirroring: osgi.bundle,net.sourceforge.plantuml,1.2019.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,net.sourceforge.plantuml,1.2019.0.v20221112-0806) [2023-09-08T19:51:24.840Z] Mirroring: osgi.bundle,org.apache.pdfbox.xmpbox.source,2.0.6.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.apache.pdfbox.xmpbox.source,2.0.6.v20221112-0806) [2023-09-08T19:51:24.840Z] Mirroring: osgi.bundle,jakarta.activation.source,1.2.2.v20221203-1659 (Descriptor: canonical: osgi.bundle,jakarta.activation.source,1.2.2.v20221203-1659) [2023-09-08T19:51:24.840Z] Mirroring: osgi.bundle,org.dom4j.source,2.1.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.dom4j.source,2.1.1.v20221112-0806) [2023-09-08T19:51:24.840Z] Mirroring: osgi.bundle,org.apache.lucene.analyzers-smartcn.source,8.4.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.apache.lucene.analyzers-smartcn.source,8.4.1.v20221112-0806) [2023-09-08T19:51:25.095Z] Mirroring: osgi.bundle,ch.qos.logback.slf4j.source,1.2.3.v20221112-0806 (Descriptor: canonical: osgi.bundle,ch.qos.logback.slf4j.source,1.2.3.v20221112-0806) [2023-09-08T19:51:25.095Z] Mirroring: osgi.bundle,org.apache.poi.ooxml.source,4.1.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.apache.poi.ooxml.source,4.1.1.v20221112-0806) [2023-09-08T19:51:25.095Z] Mirroring: osgi.bundle,org.glassfish.hk2.locator.source,2.6.1.v20221203-1659 (Descriptor: canonical: osgi.bundle,org.glassfish.hk2.locator.source,2.6.1.v20221203-1659) [2023-09-08T19:51:25.095Z] Mirroring: osgi.bundle,com.atlassian.commonmark-image-attributes.source,0.15.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.atlassian.commonmark-image-attributes.source,0.15.1.v20221112-0806) [2023-09-08T19:51:25.095Z] Mirroring: osgi.bundle,net.bytebuddy.byte-buddy,1.9.0.v20181107-1410 (Descriptor: canonical: osgi.bundle,net.bytebuddy.byte-buddy,1.9.0.v20181107-1410) [2023-09-08T19:51:25.096Z] Mirroring: osgi.bundle,org.assertj.source,3.20.2.v20210706-1104 (Descriptor: canonical: osgi.bundle,org.assertj.source,3.20.2.v20210706-1104) [2023-09-08T19:51:25.096Z] Mirroring: osgi.bundle,jakarta.servlet.source,5.0.0.v20221203-1659 (Descriptor: canonical: osgi.bundle,jakarta.servlet.source,5.0.0.v20221203-1659) [2023-09-08T19:51:25.096Z] Mirroring: osgi.bundle,org.apache.onami.configuration,6.3.0.v20160301-1110 (Descriptor: canonical: osgi.bundle,org.apache.onami.configuration,6.3.0.v20160301-1110) [2023-09-08T19:51:25.096Z] Mirroring: osgi.bundle,com.google.http-client.google-http-client.source,1.34.2.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.google.http-client.google-http-client.source,1.34.2.v20221112-0806) [2023-09-08T19:51:25.096Z] Mirroring: osgi.bundle,io.github.classgraph.source,4.8.149.v20220915-0556 (Descriptor: canonical: osgi.bundle,io.github.classgraph.source,4.8.149.v20220915-0556) [2023-09-08T19:51:25.096Z] Mirroring: osgi.bundle,org.glassfish.jersey.inject.jersey-hk2.source,2.30.1.v20221203-1659 (Descriptor: canonical: osgi.bundle,org.glassfish.jersey.inject.jersey-hk2.source,2.30.1.v20221203-1659) [2023-09-08T19:51:25.352Z] Mirroring: osgi.bundle,org.bouncycastle.bcpkix,1.72.0.v20221013-1810 (Descriptor: canonical: osgi.bundle,org.bouncycastle.bcpkix,1.72.0.v20221013-1810) [2023-09-08T19:51:25.352Z] Mirroring: osgi.bundle,org.apache.xerces,2.12.2.v20220131-0835 (Descriptor: canonical: osgi.bundle,org.apache.xerces,2.12.2.v20220131-0835) [2023-09-08T19:51:25.352Z] Mirroring: osgi.bundle,org.glassfish.hk2.api.source,2.5.0.v20161103-0227 (Descriptor: canonical: osgi.bundle,org.glassfish.hk2.api.source,2.5.0.v20161103-0227) [2023-09-08T19:51:25.352Z] Mirroring: osgi.bundle,org.jboss.logging.source,3.3.2.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.jboss.logging.source,3.3.2.v20221112-0806) [2023-09-08T19:51:25.352Z] Mirroring: osgi.bundle,org.antlr.runtime,3.5.2.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.antlr.runtime,3.5.2.v20221112-0806) [2023-09-08T19:51:25.352Z] Mirroring: osgi.bundle,org.hamcrest.core,1.3.0.v20180420-1519 (Descriptor: canonical: osgi.bundle,org.hamcrest.core,1.3.0.v20180420-1519) [2023-09-08T19:51:25.352Z] Mirroring: osgi.bundle,com.google.flogger.systembackend,0.1.0.v20180506-0038 (Descriptor: canonical: osgi.bundle,com.google.flogger.systembackend,0.1.0.v20180506-0038) [2023-09-08T19:51:25.352Z] Mirroring: osgi.bundle,com.google.http-client.google-http-client-jackson2,1.34.2.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.google.http-client.google-http-client-jackson2,1.34.2.v20221112-0806) [2023-09-08T19:51:25.352Z] Mirroring: osgi.bundle,com.sun.xml.bind.source,2.3.3.v20221203-1659 (Descriptor: canonical: osgi.bundle,com.sun.xml.bind.source,2.3.3.v20221203-1659) [2023-09-08T19:51:25.352Z] Mirroring: osgi.bundle,org.freemarker.source,2.3.22.v20160210-1233 (Descriptor: canonical: osgi.bundle,org.freemarker.source,2.3.22.v20160210-1233) [2023-09-08T19:51:25.352Z] Mirroring: osgi.bundle,org.apache.ant,1.10.12.v20211102-1452 (Descriptor: canonical: osgi.bundle,org.apache.ant,1.10.12.v20211102-1452) [2023-09-08T19:51:25.609Z] Mirroring: osgi.bundle,com.google.api.client-auth-oauth2.source,1.2.3.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.google.api.client-auth-oauth2.source,1.2.3.v20221112-0806) [2023-09-08T19:51:25.609Z] Mirroring: osgi.bundle,org.eclipse.orbit.mongodb,3.2.2.v20181004-1955 (Descriptor: canonical: osgi.bundle,org.eclipse.orbit.mongodb,3.2.2.v20181004-1955) [2023-09-08T19:51:25.609Z] Mirroring: osgi.bundle,io.netty.buffer,4.1.56.v20221112-0806 (Descriptor: canonical: osgi.bundle,io.netty.buffer,4.1.56.v20221112-0806) [2023-09-08T19:51:25.609Z] Mirroring: osgi.bundle,com.fasterxml.jackson.core.jackson-core.source,2.13.2.v20220426-1653 (Descriptor: canonical: osgi.bundle,com.fasterxml.jackson.core.jackson-core.source,2.13.2.v20220426-1653) [2023-09-08T19:51:25.609Z] Mirroring: osgi.bundle,org.jboss.logging,3.3.2.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.jboss.logging,3.3.2.v20221112-0806) [2023-09-08T19:51:25.609Z] Mirroring: osgi.bundle,org.apache.jclouds.api.openstack-keystone,1.8.0.v20160301-1110 (Descriptor: canonical: osgi.bundle,org.apache.jclouds.api.openstack-keystone,1.8.0.v20160301-1110) [2023-09-08T19:51:25.609Z] Mirroring: osgi.bundle,com.google.api.client-auth,1.2.3.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.google.api.client-auth,1.2.3.v20221112-0806) [2023-09-08T19:51:25.609Z] Mirroring: osgi.bundle,org.bouncycastle.bcpkix.source,1.72.0.v20221013-1810 (Descriptor: canonical: osgi.bundle,org.bouncycastle.bcpkix.source,1.72.0.v20221013-1810) [2023-09-08T19:51:25.609Z] Mirroring: osgi.bundle,org.apache.commons.codec.source,1.14.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.apache.commons.codec.source,1.14.0.v20221112-0806) [2023-09-08T19:51:25.609Z] Mirroring: osgi.bundle,com.atlassian.commonmark-gfm-strikethrough.source,0.15.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.atlassian.commonmark-gfm-strikethrough.source,0.15.1.v20221112-0806) [2023-09-08T19:51:25.609Z] Mirroring: osgi.bundle,org.opentest4j,1.2.0.v20211018-1956 (Descriptor: canonical: osgi.bundle,org.opentest4j,1.2.0.v20211018-1956) [2023-09-08T19:51:25.609Z] Mirroring: osgi.bundle,javax.activation,1.2.2.v20221203-1659 (Descriptor: canonical: osgi.bundle,javax.activation,1.2.2.v20221203-1659) [2023-09-08T19:51:25.609Z] Mirroring: osgi.bundle,org.apache.commons.io,2.8.0.v20210415-0900 (Descriptor: canonical: osgi.bundle,org.apache.commons.io,2.8.0.v20210415-0900) [2023-09-08T19:51:25.609Z] Mirroring: osgi.bundle,com.sun.xml.bind.source,2.2.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.sun.xml.bind.source,2.2.0.v20221112-0806) [2023-09-08T19:51:25.609Z] Mirroring: osgi.bundle,org.hamcrest,2.2.0.v20210711-0821 (Descriptor: canonical: osgi.bundle,org.hamcrest,2.2.0.v20210711-0821) [2023-09-08T19:51:25.609Z] Mirroring: osgi.bundle,org.glassfish.hk2.utils.source,2.5.0.v20160210-1508 (Descriptor: canonical: osgi.bundle,org.glassfish.hk2.utils.source,2.5.0.v20160210-1508) [2023-09-08T19:51:25.609Z] Mirroring: osgi.bundle,org.glassfish.hk2.osgi-resource-locator,1.0.3.v20221203-1659 (Descriptor: canonical: osgi.bundle,org.glassfish.hk2.osgi-resource-locator,1.0.3.v20221203-1659) [2023-09-08T19:51:25.609Z] Mirroring: osgi.bundle,org.bouncycastle.bcpg,1.72.0.v20221013-1810 (Descriptor: canonical: osgi.bundle,org.bouncycastle.bcpg,1.72.0.v20221013-1810) [2023-09-08T19:51:25.609Z] Mirroring: osgi.bundle,com.sun.jna.source,4.1.0.v20210503-0343 (Descriptor: canonical: osgi.bundle,com.sun.jna.source,4.1.0.v20210503-0343) [2023-09-08T19:51:25.865Z] Mirroring: osgi.bundle,org.apache.jclouds.api.ec2.source,1.8.0.v20160301-1110 (Descriptor: canonical: osgi.bundle,org.apache.jclouds.api.ec2.source,1.8.0.v20160301-1110) [2023-09-08T19:51:25.865Z] Mirroring: osgi.bundle,org.jgrapht.jgrapht-core.source,1.4.0.v20220411-2343 (Descriptor: canonical: osgi.bundle,org.jgrapht.jgrapht-core.source,1.4.0.v20220411-2343) [2023-09-08T19:51:25.865Z] Mirroring: osgi.bundle,org.apache.httpcomponents.httpcore-nio,4.4.16.v20221207-1049 (Descriptor: canonical: osgi.bundle,org.apache.httpcomponents.httpcore-nio,4.4.16.v20221207-1049) [2023-09-08T19:51:25.865Z] Mirroring: osgi.bundle,org.apache.lucene.analyzers-smartcn,8.4.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.apache.lucene.analyzers-smartcn,8.4.1.v20221112-0806) [2023-09-08T19:51:25.865Z] Mirroring: osgi.bundle,org.glassfish.hk2.locator.source,2.5.0.v20161103-0227 (Descriptor: canonical: osgi.bundle,org.glassfish.hk2.locator.source,2.5.0.v20161103-0227) [2023-09-08T19:51:25.865Z] Mirroring: osgi.bundle,io.github.java-diff-utils,4.8.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,io.github.java-diff-utils,4.8.0.v20221112-0806) [2023-09-08T19:51:25.865Z] Mirroring: osgi.bundle,com.google.flogger,0.1.0.v20180506-0038 (Descriptor: canonical: osgi.bundle,com.google.flogger,0.1.0.v20180506-0038) [2023-09-08T19:51:25.865Z] Mirroring: osgi.bundle,org.junit.vintage.engine.source,5.9.1.v20221103-2317 (Descriptor: canonical: osgi.bundle,org.junit.vintage.engine.source,5.9.1.v20221103-2317) [2023-09-08T19:51:25.865Z] Mirroring: osgi.bundle,org.slf4j.apis.jcl,1.7.30.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.slf4j.apis.jcl,1.7.30.v20221112-0806) [2023-09-08T19:51:25.865Z] Mirroring: osgi.bundle,org.apache.batik.xml.source,1.16.0.v20221027-0840 (Descriptor: canonical: osgi.bundle,org.apache.batik.xml.source,1.16.0.v20221027-0840) [2023-09-08T19:51:25.865Z] Mirroring: osgi.bundle,com.github.jnr.enxio.source,0.32.13.v20221215-1656 (Descriptor: canonical: osgi.bundle,com.github.jnr.enxio.source,0.32.13.v20221215-1656) [2023-09-08T19:51:25.865Z] Mirroring: osgi.bundle,org.mockito.mockito-core,4.8.1.v20221103-2317 (Descriptor: canonical: osgi.bundle,org.mockito.mockito-core,4.8.1.v20221103-2317) [2023-09-08T19:51:25.865Z] Mirroring: osgi.bundle,org.apache.sshd.osgi.source,2.9.2.v20221117-1942 (Descriptor: canonical: osgi.bundle,org.apache.sshd.osgi.source,2.9.2.v20221117-1942) [2023-09-08T19:51:25.865Z] Mirroring: osgi.bundle,org.apache.commons.fileupload.source,1.3.2.v20170320-2229 (Descriptor: canonical: osgi.bundle,org.apache.commons.fileupload.source,1.3.2.v20170320-2229) [2023-09-08T19:51:26.121Z] Mirroring: osgi.bundle,org.glassfish.jersey.ext.entityfiltering,2.30.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.glassfish.jersey.ext.entityfiltering,2.30.1.v20221112-0806) [2023-09-08T19:51:26.121Z] Mirroring: osgi.bundle,org.glassfish.hk2.osgi-resource-locator.source,2.5.0.v20161103-1916 (Descriptor: canonical: osgi.bundle,org.glassfish.hk2.osgi-resource-locator.source,2.5.0.v20161103-1916) [2023-09-08T19:51:26.121Z] Mirroring: osgi.bundle,org.glassfish.jersey.core.jersey-common,2.30.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.glassfish.jersey.core.jersey-common,2.30.1.v20221112-0806) [2023-09-08T19:51:26.121Z] Mirroring: osgi.bundle,org.apache.batik.codec,1.16.0.v20221027-0840 (Descriptor: canonical: osgi.bundle,org.apache.batik.codec,1.16.0.v20221027-0840) [2023-09-08T19:51:26.121Z] Mirroring: osgi.bundle,com.atlassian.commonmark-task-list-items,0.15.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.atlassian.commonmark-task-list-items,0.15.1.v20221112-0806) [2023-09-08T19:51:26.122Z] Mirroring: osgi.bundle,org.apache.httpcomponents.core5.httpcore5.source,5.1.4.v20221013-1742 (Descriptor: canonical: osgi.bundle,org.apache.httpcomponents.core5.httpcore5.source,5.1.4.v20221013-1742) [2023-09-08T19:51:26.122Z] Mirroring: osgi.bundle,com.fasterxml.jackson.core.jackson-databind.source,2.13.2.v20220426-1653 (Descriptor: canonical: osgi.bundle,com.fasterxml.jackson.core.jackson-databind.source,2.13.2.v20220426-1653) [2023-09-08T19:51:26.122Z] Mirroring: osgi.bundle,com.sun.jna.platform.source,4.1.0.v20170410-1117 (Descriptor: canonical: osgi.bundle,com.sun.jna.platform.source,4.1.0.v20170410-1117) [2023-09-08T19:51:26.122Z] Mirroring: osgi.bundle,com.github.jnr.posix.source,3.1.15.v20221215-1656 (Descriptor: canonical: osgi.bundle,com.github.jnr.posix.source,3.1.15.v20221215-1656) [2023-09-08T19:51:26.122Z] Mirroring: osgi.bundle,org.apache.httpcomponents.httpasyncclient,4.1.3.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.apache.httpcomponents.httpasyncclient,4.1.3.v20221112-0806) [2023-09-08T19:51:26.122Z] Mirroring: osgi.bundle,com.sun.jna.source,5.12.1.v20221103-2317 (Descriptor: canonical: osgi.bundle,com.sun.jna.source,5.12.1.v20221103-2317) [2023-09-08T19:51:26.122Z] Mirroring: osgi.bundle,org.conscrypt.conscrypt-openjdk-uber.source,2.5.1.v20220506-1020 (Descriptor: canonical: osgi.bundle,org.conscrypt.conscrypt-openjdk-uber.source,2.5.1.v20220506-1020) [2023-09-08T19:51:26.122Z] Mirroring: osgi.bundle,org.glassfish.jersey.core.jersey-server,2.30.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.glassfish.jersey.core.jersey-server,2.30.1.v20221112-0806) [2023-09-08T19:51:26.122Z] Mirroring: osgi.bundle,org.apache.jclouds.jclouds-compute,1.8.0.v20160301-1110 (Descriptor: canonical: osgi.bundle,org.apache.jclouds.jclouds-compute,1.8.0.v20160301-1110) [2023-09-08T19:51:26.122Z] Mirroring: osgi.bundle,org.apache.commons.compress,1.22.0.v20221207-1049 (Descriptor: canonical: osgi.bundle,org.apache.commons.compress,1.22.0.v20221207-1049) [2023-09-08T19:51:26.378Z] Mirroring: osgi.bundle,org.objectweb.asm.commons,9.4.0.v20221107-1714 (Descriptor: canonical: osgi.bundle,org.objectweb.asm.commons,9.4.0.v20221107-1714) [2023-09-08T19:51:26.378Z] Mirroring: osgi.bundle,org.apache.maven.resolver.impl,1.0.3.v20170405-0725 (Descriptor: canonical: osgi.bundle,org.apache.maven.resolver.impl,1.0.3.v20170405-0725) [2023-09-08T19:51:26.378Z] Mirroring: osgi.bundle,org.objenesis.source,3.3.0.v20221103-2317 (Descriptor: canonical: osgi.bundle,org.objenesis.source,3.3.0.v20221103-2317) [2023-09-08T19:51:26.378Z] Mirroring: osgi.bundle,javax.xml,1.4.1.v20220503-2331 (Descriptor: canonical: osgi.bundle,javax.xml,1.4.1.v20220503-2331) [2023-09-08T19:51:26.378Z] Mirroring: osgi.bundle,net.sourceforge.plantuml.source,1.2019.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,net.sourceforge.plantuml.source,1.2019.0.v20221112-0806) [2023-09-08T19:51:26.378Z] Mirroring: osgi.bundle,org.apache.maven.resolver.util,1.0.3.v20170405-0725 (Descriptor: canonical: osgi.bundle,org.apache.maven.resolver.util,1.0.3.v20170405-0725) [2023-09-08T19:51:26.378Z] Mirroring: osgi.bundle,org.apache.jclouds.api.openstack-cinder,1.8.0.v20160301-1110 (Descriptor: canonical: osgi.bundle,org.apache.jclouds.api.openstack-cinder,1.8.0.v20160301-1110) [2023-09-08T19:51:26.378Z] Mirroring: osgi.bundle,org.eclipse.orbit.mongodb.source,3.2.2.v20181004-1955 (Descriptor: canonical: osgi.bundle,org.eclipse.orbit.mongodb.source,3.2.2.v20181004-1955) [2023-09-08T19:51:26.378Z] Mirroring: osgi.bundle,ch.qos.logback.core.source,1.2.3.v20221112-0806 (Descriptor: canonical: osgi.bundle,ch.qos.logback.core.source,1.2.3.v20221112-0806) [2023-09-08T19:51:26.378Z] Mirroring: osgi.bundle,org.apache.maven.resolver.transport.http.source,1.0.3.v20170405-0725 (Descriptor: canonical: osgi.bundle,org.apache.maven.resolver.transport.http.source,1.0.3.v20170405-0725) [2023-09-08T19:51:26.378Z] Mirroring: osgi.bundle,org.apiguardian.source,1.1.2.v20211018-1956 (Descriptor: canonical: osgi.bundle,org.apiguardian.source,1.1.2.v20211018-1956) [2023-09-08T19:51:26.378Z] Mirroring: osgi.bundle,org.slf4j.bridge.jul,1.7.30.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.slf4j.bridge.jul,1.7.30.v20221112-0806) [2023-09-08T19:51:26.634Z] Mirroring: osgi.bundle,org.mandas.docker-client,3.2.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.mandas.docker-client,3.2.1.v20221112-0806) [2023-09-08T19:51:26.634Z] Mirroring: osgi.bundle,org.apache.lucene.misc,7.5.0.v20181003-1532 (Descriptor: canonical: osgi.bundle,org.apache.lucene.misc,7.5.0.v20181003-1532) [2023-09-08T19:51:26.634Z] Mirroring: osgi.bundle,org.ggf.drmaa,1.0.0.v20170818-1553 (Descriptor: canonical: osgi.bundle,org.ggf.drmaa,1.0.0.v20170818-1553) [2023-09-08T19:51:26.634Z] Mirroring: osgi.bundle,org.apache.jclouds.common.openstack-common.source,1.8.0.v20160301-1110 (Descriptor: canonical: osgi.bundle,org.apache.jclouds.common.openstack-common.source,1.8.0.v20160301-1110) [2023-09-08T19:51:26.635Z] Mirroring: osgi.bundle,org.knowm.xchart.source,3.6.5.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.knowm.xchart.source,3.6.5.v20221112-0806) [2023-09-08T19:51:26.635Z] Mirroring: osgi.bundle,org.junit.platform.launcher,1.9.1.v20221103-2317 (Descriptor: canonical: osgi.bundle,org.junit.platform.launcher,1.9.1.v20221103-2317) [2023-09-08T19:51:26.635Z] Mirroring: osgi.bundle,org.objectweb.asm.tree.source,9.4.0.v20221107-1714 (Descriptor: canonical: osgi.bundle,org.objectweb.asm.tree.source,9.4.0.v20221107-1714) [2023-09-08T19:51:26.635Z] Mirroring: osgi.bundle,org.apache.poi.ooxml.schemas,4.1.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.apache.poi.ooxml.schemas,4.1.1.v20221112-0806) [2023-09-08T19:51:26.635Z] Mirroring: osgi.bundle,org.slf4j.binding.nop.source,1.7.30.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.slf4j.binding.nop.source,1.7.30.v20221112-0806) [2023-09-08T19:51:26.890Z] Mirroring: osgi.bundle,com.sun.jna.platform,4.5.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.sun.jna.platform,4.5.1.v20221112-0806) [2023-09-08T19:51:26.891Z] Mirroring: osgi.bundle,io.grpc.grpc-context,1.29.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,io.grpc.grpc-context,1.29.0.v20221112-0806) [2023-09-08T19:51:26.891Z] Mirroring: osgi.bundle,com.sun.jna.platform,5.6.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.sun.jna.platform,5.6.0.v20221112-0806) [2023-09-08T19:51:26.891Z] Mirroring: osgi.bundle,org.slf4j.api,1.7.30.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.slf4j.api,1.7.30.v20221112-0806) [2023-09-08T19:51:26.891Z] Mirroring: osgi.bundle,com.sun.jna.platform,5.8.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.sun.jna.platform,5.8.0.v20221112-0806) [2023-09-08T19:51:26.891Z] Mirroring: osgi.bundle,com.google.oauth-client-jetty,1.30.6.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.google.oauth-client-jetty,1.30.6.v20221112-0806) [2023-09-08T19:51:26.891Z] Mirroring: osgi.bundle,org.ejml.dense64,0.29.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.ejml.dense64,0.29.0.v20221112-0806) [2023-09-08T19:51:26.891Z] Mirroring: osgi.bundle,org.apache.xmlrpc.server,3.1.3.v20181004-1955 (Descriptor: canonical: osgi.bundle,org.apache.xmlrpc.server,3.1.3.v20181004-1955) [2023-09-08T19:51:26.891Z] Mirroring: osgi.bundle,com.jcraft.jzlib,1.1.3.v20220502-1820 (Descriptor: canonical: osgi.bundle,com.jcraft.jzlib,1.1.3.v20220502-1820) [2023-09-08T19:51:26.891Z] Mirroring: osgi.bundle,com.github.jnr.constants,0.10.3.v20221215-1656 (Descriptor: canonical: osgi.bundle,com.github.jnr.constants,0.10.3.v20221215-1656) [2023-09-08T19:51:26.891Z] Mirroring: osgi.bundle,com.atlassian.commonmark-yaml.source,0.15.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.atlassian.commonmark-yaml.source,0.15.1.v20221112-0806) [2023-09-08T19:51:26.891Z] Mirroring: osgi.bundle,org.slf4j.ext.source,1.7.30.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.slf4j.ext.source,1.7.30.v20221112-0806) [2023-09-08T19:51:26.891Z] Mirroring: osgi.bundle,org.junit.platform.engine.source,1.9.1.v20221103-2317 (Descriptor: canonical: osgi.bundle,org.junit.platform.engine.source,1.9.1.v20221103-2317) [2023-09-08T19:51:26.891Z] Mirroring: osgi.bundle,com.google.flogger.testing.source,0.1.0.v20180506-0038 (Descriptor: canonical: osgi.bundle,com.google.flogger.testing.source,0.1.0.v20180506-0038) [2023-09-08T19:51:26.891Z] Mirroring: osgi.bundle,org.junit.jupiter.engine,5.9.1.v20221103-2317 (Descriptor: canonical: osgi.bundle,org.junit.jupiter.engine,5.9.1.v20221103-2317) [2023-09-08T19:51:27.147Z] Mirroring: osgi.bundle,org.apache.sshd.sftp.source,2.8.0.v20211227-1750 (Descriptor: canonical: osgi.bundle,org.apache.sshd.sftp.source,2.8.0.v20211227-1750) [2023-09-08T19:51:27.148Z] Mirroring: osgi.bundle,org.immutables.value.source,2.8.3.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.immutables.value.source,2.8.3.v20221112-0806) [2023-09-08T19:51:27.148Z] Mirroring: osgi.bundle,org.glassfish.jersey.containers.servlet,2.30.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.glassfish.jersey.containers.servlet,2.30.1.v20221112-0806) [2023-09-08T19:51:27.148Z] Mirroring: osgi.bundle,org.antlr.runtime.source,3.5.2.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.antlr.runtime.source,3.5.2.v20221112-0806) [2023-09-08T19:51:27.148Z] Mirroring: osgi.bundle,com.google.flogger.systembackend.source,0.1.0.v20180506-0038 (Descriptor: canonical: osgi.bundle,com.google.flogger.systembackend.source,0.1.0.v20180506-0038) [2023-09-08T19:51:27.148Z] Mirroring: osgi.bundle,jakarta.el.source,4.0.0.v20221203-1659 (Descriptor: canonical: osgi.bundle,jakarta.el.source,4.0.0.v20221203-1659) [2023-09-08T19:51:27.148Z] Mirroring: osgi.bundle,org.apache.batik.transcoder,1.16.0.v20221027-0840 (Descriptor: canonical: osgi.bundle,org.apache.batik.transcoder,1.16.0.v20221027-0840) [2023-09-08T19:51:27.148Z] Mirroring: osgi.bundle,com.graphql.java.dataloader,2.1.1.v20181120-0809 (Descriptor: canonical: osgi.bundle,com.graphql.java.dataloader,2.1.1.v20181120-0809) [2023-09-08T19:51:27.148Z] Mirroring: osgi.bundle,org.apache.santuario.xmlsec,2.2.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.apache.santuario.xmlsec,2.2.0.v20221112-0806) [2023-09-08T19:51:27.148Z] Mirroring: osgi.bundle,org.junit.platform.commons.source,1.9.1.v20221103-2317 (Descriptor: canonical: osgi.bundle,org.junit.platform.commons.source,1.9.1.v20221103-2317) [2023-09-08T19:51:27.148Z] Mirroring: osgi.bundle,com.github.jnr.a64asm.source,1.0.0.v20221215-1656 (Descriptor: canonical: osgi.bundle,com.github.jnr.a64asm.source,1.0.0.v20221215-1656) [2023-09-08T19:51:27.148Z] Mirroring: osgi.bundle,org.junit.jupiter.engine.source,5.9.1.v20221103-2317 (Descriptor: canonical: osgi.bundle,org.junit.jupiter.engine.source,5.9.1.v20221103-2317) [2023-09-08T19:51:27.148Z] Mirroring: osgi.bundle,jakarta.activation,2.0.0.v20221203-1659 (Descriptor: canonical: osgi.bundle,jakarta.activation,2.0.0.v20221203-1659) [2023-09-08T19:51:27.148Z] Mirroring: osgi.bundle,com.github.jnr.constants.source,0.10.3.v20221215-1656 (Descriptor: canonical: osgi.bundle,com.github.jnr.constants.source,0.10.3.v20221215-1656) [2023-09-08T19:51:27.148Z] Mirroring: osgi.bundle,org.glassfish.hk2.api,2.5.0.v20161103-0227 (Descriptor: canonical: osgi.bundle,org.glassfish.hk2.api,2.5.0.v20161103-0227) [2023-09-08T19:51:27.148Z] Mirroring: osgi.bundle,org.glassfish.hk2.utils,2.6.1.v20221203-1659 (Descriptor: canonical: osgi.bundle,org.glassfish.hk2.utils,2.6.1.v20221203-1659) [2023-09-08T19:51:27.148Z] Mirroring: osgi.bundle,javax.measure.unit-api,1.0.0.v20170818-1538 (Descriptor: canonical: osgi.bundle,javax.measure.unit-api,1.0.0.v20170818-1538) [2023-09-08T19:51:27.148Z] Mirroring: osgi.bundle,com.google.api.client-escape.source,1.2.3.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.google.api.client-escape.source,1.2.3.v20221112-0806) [2023-09-08T19:51:27.405Z] Mirroring: osgi.bundle,com.jcraft.jsch.source,0.1.55.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.jcraft.jsch.source,0.1.55.v20221112-0806) [2023-09-08T19:51:27.405Z] Mirroring: osgi.bundle,com.google.javascript.source,0.0.20160315.v20161124-1903 (Descriptor: canonical: osgi.bundle,com.google.javascript.source,0.0.20160315.v20161124-1903) [2023-09-08T19:51:27.405Z] Mirroring: osgi.bundle,com.google.inject.assistedinject.source,5.0.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.google.inject.assistedinject.source,5.0.1.v20221112-0806) [2023-09-08T19:51:27.405Z] Mirroring: osgi.bundle,net.bytebuddy.byte-buddy-agent,1.7.9.v20180420-1519 (Descriptor: canonical: osgi.bundle,net.bytebuddy.byte-buddy-agent,1.7.9.v20180420-1519) [2023-09-08T19:51:27.405Z] Mirroring: osgi.bundle,org.antlr.runtime,4.7.1.v20181120-0808 (Descriptor: canonical: osgi.bundle,org.antlr.runtime,4.7.1.v20181120-0808) [2023-09-08T19:51:27.405Z] Mirroring: osgi.bundle,com.sun.grid.drmaa,1.0.0.v20170818-1553 (Descriptor: canonical: osgi.bundle,com.sun.grid.drmaa,1.0.0.v20170818-1553) [2023-09-08T19:51:27.405Z] Mirroring: osgi.bundle,org.junit.vintage.engine,5.9.1.v20221103-2317 (Descriptor: canonical: osgi.bundle,org.junit.vintage.engine,5.9.1.v20221103-2317) [2023-09-08T19:51:27.405Z] Mirroring: osgi.bundle,org.apache.httpcomponents.httpcore-nio.source,4.4.16.v20221207-1049 (Descriptor: canonical: osgi.bundle,org.apache.httpcomponents.httpcore-nio.source,4.4.16.v20221207-1049) [2023-09-08T19:51:27.405Z] Mirroring: osgi.bundle,java_cup-runtime.source,0.11.20150326.v20180425-1030 (Descriptor: canonical: osgi.bundle,java_cup-runtime.source,0.11.20150326.v20180425-1030) [2023-09-08T19:51:27.405Z] Mirroring: osgi.bundle,org.slf4j.binding.log4j12.source,1.7.30.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.slf4j.binding.log4j12.source,1.7.30.v20221112-0806) [2023-09-08T19:51:27.405Z] Mirroring: osgi.bundle,org.junit.platform.runner.source,1.9.1.v20221103-2317 (Descriptor: canonical: osgi.bundle,org.junit.platform.runner.source,1.9.1.v20221103-2317) [2023-09-08T19:51:27.405Z] Mirroring: osgi.bundle,org.apache.lucene.analyzers-common,8.4.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.apache.lucene.analyzers-common,8.4.1.v20221112-0806) [2023-09-08T19:51:27.405Z] Mirroring: osgi.bundle,org.antlr.runtime.source,4.10.1.v20230210-1433 (Descriptor: canonical: osgi.bundle,org.antlr.runtime.source,4.10.1.v20230210-1433) [2023-09-08T19:51:27.405Z] Mirroring: osgi.bundle,com.google.auth.google-auth-library-credentials,0.20.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.google.auth.google-auth-library-credentials,0.20.0.v20221112-0806) [2023-09-08T19:51:27.661Z] Mirroring: osgi.bundle,com.sun.xml.bind,2.2.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.sun.xml.bind,2.2.0.v20221112-0806) [2023-09-08T19:51:27.661Z] Mirroring: osgi.bundle,org.apache.xmlrpc.common.source,3.1.3.v20181004-1955 (Descriptor: canonical: osgi.bundle,org.apache.xmlrpc.common.source,3.1.3.v20181004-1955) [2023-09-08T19:51:27.661Z] Mirroring: osgi.bundle,org.knowm.xchart,3.6.5.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.knowm.xchart,3.6.5.v20221112-0806) [2023-09-08T19:51:27.661Z] Mirroring: osgi.bundle,org.glassfish.hk2.api.source,2.6.1.v20221203-1659 (Descriptor: canonical: osgi.bundle,org.glassfish.hk2.api.source,2.6.1.v20221203-1659) [2023-09-08T19:51:27.661Z] Mirroring: osgi.bundle,javax.xml.source,1.4.1.v20220503-2331 (Descriptor: canonical: osgi.bundle,javax.xml.source,1.4.1.v20220503-2331) [2023-09-08T19:51:27.661Z] Mirroring: osgi.bundle,org.apache.sshd.osgi,2.9.2.v20221117-1942 (Descriptor: canonical: osgi.bundle,org.apache.sshd.osgi,2.9.2.v20221117-1942) [2023-09-08T19:51:27.661Z] Mirroring: osgi.bundle,org.apache.httpcomponents.core5.httpcore5,5.1.4.v20221013-1742 (Descriptor: canonical: osgi.bundle,org.apache.httpcomponents.core5.httpcore5,5.1.4.v20221013-1742) [2023-09-08T19:51:27.661Z] Mirroring: osgi.bundle,org.apache.maven.resolver.transport.file,1.0.3.v20170405-0725 (Descriptor: canonical: osgi.bundle,org.apache.maven.resolver.transport.file,1.0.3.v20170405-0725) [2023-09-08T19:51:27.661Z] Mirroring: osgi.bundle,org.apache.batik.dom,1.16.0.v20230210-1249 (Descriptor: canonical: osgi.bundle,org.apache.batik.dom,1.16.0.v20230210-1249) [2023-09-08T19:51:27.661Z] Mirroring: osgi.bundle,org.jheaps.jheaps,0.14.0.v20220411-2343 (Descriptor: canonical: osgi.bundle,org.jheaps.jheaps,0.14.0.v20220411-2343) [2023-09-08T19:51:27.662Z] Mirroring: osgi.bundle,jakarta.xml.bind.source,2.3.3.v20221203-1659 (Descriptor: canonical: osgi.bundle,jakarta.xml.bind.source,2.3.3.v20221203-1659) [2023-09-08T19:51:27.662Z] Mirroring: osgi.bundle,org.apache.lucene.analysis-common,9.4.2.v20221211-0752 (Descriptor: canonical: osgi.bundle,org.apache.lucene.analysis-common,9.4.2.v20221211-0752) [2023-09-08T19:51:27.918Z] Mirroring: osgi.bundle,com.jcraft.jzlib.source,1.1.3.v20220502-1820 (Descriptor: canonical: osgi.bundle,com.jcraft.jzlib.source,1.1.3.v20220502-1820) [2023-09-08T19:51:27.918Z] Mirroring: osgi.bundle,org.apache.commons.fileupload,1.3.2.v20170320-2229 (Descriptor: canonical: osgi.bundle,org.apache.commons.fileupload,1.3.2.v20170320-2229) [2023-09-08T19:51:27.918Z] Mirroring: osgi.bundle,org.apache.batik.anim,1.16.0.v20221027-0840 (Descriptor: canonical: osgi.bundle,org.apache.batik.anim,1.16.0.v20221027-0840) [2023-09-08T19:51:27.918Z] Mirroring: osgi.bundle,org.jcodings.source,1.0.18.v20170306-1742 (Descriptor: canonical: osgi.bundle,org.jcodings.source,1.0.18.v20170306-1742) [2023-09-08T19:51:27.918Z] Mirroring: osgi.bundle,com.github.virtuald.curvesapi.source,1.6.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,com.github.virtuald.curvesapi.source,1.6.0.v20221112-0806) [2023-09-08T19:51:27.918Z] Mirroring: osgi.bundle,org.apache.poi.ooxml,4.1.1.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.apache.poi.ooxml,4.1.1.v20221112-0806) [2023-09-08T19:51:27.918Z] Mirroring: osgi.bundle,net.bytebuddy.byte-buddy,1.12.18.v20221114-2102 (Descriptor: canonical: osgi.bundle,net.bytebuddy.byte-buddy,1.12.18.v20221114-2102) [2023-09-08T19:51:28.175Z] Mirroring: osgi.bundle,com.fasterxml.jackson.module.jackson-module-jaxb-annotations,2.13.2.v20220426-1653 (Descriptor: canonical: osgi.bundle,com.fasterxml.jackson.module.jackson-module-jaxb-annotations,2.13.2.v20220426-1653) [2023-09-08T19:51:28.175Z] Mirroring: osgi.bundle,jakarta.activation.source,2.0.0.v20221203-1659 (Descriptor: canonical: osgi.bundle,jakarta.activation.source,2.0.0.v20221203-1659) [2023-09-08T19:51:28.175Z] Mirroring: osgi.bundle,org.joni.source,2.1.11.v20170306-1742 (Descriptor: canonical: osgi.bundle,org.joni.source,2.1.11.v20170306-1742) [2023-09-08T19:51:28.175Z] Mirroring: osgi.bundle,org.apache.pdfbox,2.0.6.v20221112-0806 (Descriptor: canonical: osgi.bundle,org.apache.pdfbox,2.0.6.v20221112-0806) [2023-09-08T19:51:28.175Z] Mirroring: osgi.bundle,org.apache.xmlgraphics,2.7.0.v20221018-0736 (Descriptor: canonical: osgi.bundle,org.apache.xmlgraphics,2.7.0.v20221018-0736) [2023-09-08T19:51:28.175Z] Mirroring: osgi.bundle,org.opentest4j.source,1.2.0.v20211018-1956 (Descriptor: canonical: osgi.bundle,org.opentest4j.source,1.2.0.v20211018-1956) [2023-09-08T19:51:28.175Z] Mirroring: osgi.bundle,io.github.java-diff-utils.source,4.8.0.v20221112-0806 (Descriptor: canonical: osgi.bundle,io.github.java-diff-utils.source,4.8.0.v20221112-0806) [2023-09-08T19:51:28.175Z] Mirroring: osgi.bundle,org.apache.xerces.source,2.12.2.v20220131-0835 (Descriptor: canonical: osgi.bundle,org.apache.xerces.source,2.12.2.v20220131-0835) [2023-09-08T19:51:29.105Z] [INFO] [2023-09-08T19:51:29.105Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ orbit-bundles-p2-repository-all --- [2023-09-08T19:51:29.105Z] [INFO] [2023-09-08T19:51:29.105Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ orbit-bundles-p2-repository-all --- [2023-09-08T19:51:29.105Z] [INFO] [2023-09-08T19:51:29.105Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ orbit-bundles-p2-repository-all --- [2023-09-08T19:51:29.105Z] [INFO] [2023-09-08T19:51:29.105Z] [INFO] --- tycho-p2-repository-plugin:2.0.0:archive-repository (default) @ orbit-bundles-p2-repository-all --- [2023-09-08T19:51:29.105Z] [INFO] Building zip: /home/jenkins/agent/workspace/orbit-recipes/releng/repository-all/target/orbit-buildrepo-N20230908195041.zip [2023-09-08T19:51:39.189Z] [INFO] [2023-09-08T19:51:39.189Z] [INFO] ---------< org.eclipse.orbit.bundles:orbit-repository-report >---------- [2023-09-08T19:51:39.189Z] [INFO] Building Eclipse Orbit :: Repository Report 1.0.0-SNAPSHOT [4/4] [2023-09-08T19:51:39.189Z] [INFO] --------------------------------[ jar ]--------------------------------- [2023-09-08T19:51:39.189Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.pom [2023-09-08T19:51:39.189Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.pom [2023-09-08T19:51:39.189Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.pom [2023-09-08T19:51:39.189Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.pom [2023-09-08T19:51:39.189Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.pom [2023-09-08T19:51:39.189Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.pom [2023-09-08T19:51:39.189Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.pom (10 kB at 698 kB/s) [2023-09-08T19:51:39.189Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/surefire/surefire/2.12.4/surefire-2.12.4.pom [2023-09-08T19:51:39.189Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire/2.12.4/surefire-2.12.4.pom [2023-09-08T19:51:39.189Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/surefire/2.12.4/surefire-2.12.4.pom [2023-09-08T19:51:39.189Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/surefire/surefire/2.12.4/surefire-2.12.4.pom [2023-09-08T19:51:39.189Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/surefire/surefire/2.12.4/surefire-2.12.4.pom [2023-09-08T19:51:39.189Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.12.4/surefire-2.12.4.pom [2023-09-08T19:51:39.189Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.12.4/surefire-2.12.4.pom (14 kB at 985 kB/s) [2023-09-08T19:51:39.189Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.jar [2023-09-08T19:51:39.189Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.jar [2023-09-08T19:51:39.189Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.jar [2023-09-08T19:51:39.189Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.jar [2023-09-08T19:51:39.189Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.jar [2023-09-08T19:51:39.189Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.jar [2023-09-08T19:51:39.189Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.jar (30 kB at 2.0 MB/s) [2023-09-08T19:51:39.189Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom [2023-09-08T19:51:39.189Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom [2023-09-08T19:51:39.189Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom [2023-09-08T19:51:39.189Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom [2023-09-08T19:51:39.189Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom [2023-09-08T19:51:39.189Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom [2023-09-08T19:51:39.189Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom (5.8 kB at 486 kB/s) [2023-09-08T19:51:39.189Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar [2023-09-08T19:51:39.190Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar [2023-09-08T19:51:39.190Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar [2023-09-08T19:51:39.190Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar [2023-09-08T19:51:39.190Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar [2023-09-08T19:51:39.190Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar [2023-09-08T19:51:39.190Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar (34 kB at 2.6 MB/s) [2023-09-08T19:51:39.190Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/extras/tycho-eclipserun-plugin/2.0.0/tycho-eclipserun-plugin-2.0.0.pom [2023-09-08T19:51:39.190Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-eclipserun-plugin/2.0.0/tycho-eclipserun-plugin-2.0.0.pom [2023-09-08T19:51:39.190Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/extras/tycho-eclipserun-plugin/2.0.0/tycho-eclipserun-plugin-2.0.0.pom [2023-09-08T19:51:39.190Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/tycho/extras/tycho-eclipserun-plugin/2.0.0/tycho-eclipserun-plugin-2.0.0.pom [2023-09-08T19:51:39.190Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/tycho/extras/tycho-eclipserun-plugin/2.0.0/tycho-eclipserun-plugin-2.0.0.pom [2023-09-08T19:51:39.190Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/extras/tycho-eclipserun-plugin/2.0.0/tycho-eclipserun-plugin-2.0.0.pom [2023-09-08T19:51:39.190Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/extras/tycho-eclipserun-plugin/2.0.0/tycho-eclipserun-plugin-2.0.0.pom (2.3 kB at 49 kB/s) [2023-09-08T19:51:39.190Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/eclipse/tycho/extras/tycho-eclipserun-plugin/2.0.0/tycho-eclipserun-plugin-2.0.0.jar [2023-09-08T19:51:39.190Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/tycho/extras/tycho-eclipserun-plugin/2.0.0/tycho-eclipserun-plugin-2.0.0.jar [2023-09-08T19:51:39.190Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/eclipse/tycho/extras/tycho-eclipserun-plugin/2.0.0/tycho-eclipserun-plugin-2.0.0.jar [2023-09-08T19:51:39.190Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/eclipse/tycho/extras/tycho-eclipserun-plugin/2.0.0/tycho-eclipserun-plugin-2.0.0.jar [2023-09-08T19:51:39.190Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/tycho/extras/tycho-eclipserun-plugin/2.0.0/tycho-eclipserun-plugin-2.0.0.jar [2023-09-08T19:51:39.190Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/extras/tycho-eclipserun-plugin/2.0.0/tycho-eclipserun-plugin-2.0.0.jar [2023-09-08T19:51:39.190Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/eclipse/tycho/extras/tycho-eclipserun-plugin/2.0.0/tycho-eclipserun-plugin-2.0.0.jar (13 kB at 232 kB/s) [2023-09-08T19:51:39.190Z] [INFO] [2023-09-08T19:51:39.190Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ orbit-repository-report --- [2023-09-08T19:51:39.190Z] [INFO] [2023-09-08T19:51:39.190Z] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ orbit-repository-report --- [2023-09-08T19:51:39.190Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/releng/repository-report/src/main/resources [2023-09-08T19:51:39.190Z] [INFO] [2023-09-08T19:51:39.190Z] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ orbit-repository-report --- [2023-09-08T19:51:39.446Z] [INFO] No sources to compile [2023-09-08T19:51:39.446Z] [INFO] [2023-09-08T19:51:39.446Z] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ orbit-repository-report --- [2023-09-08T19:51:39.446Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-recipes/releng/repository-report/src/test/resources [2023-09-08T19:51:39.446Z] [INFO] [2023-09-08T19:51:39.446Z] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ orbit-repository-report --- [2023-09-08T19:51:39.446Z] [INFO] No sources to compile [2023-09-08T19:51:39.446Z] [INFO] [2023-09-08T19:51:39.446Z] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ orbit-repository-report --- [2023-09-08T19:51:39.446Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.pom [2023-09-08T19:51:39.446Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.pom [2023-09-08T19:51:39.446Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.pom [2023-09-08T19:51:39.446Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.pom [2023-09-08T19:51:39.446Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.pom [2023-09-08T19:51:39.446Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.pom [2023-09-08T19:51:39.446Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.pom (3.0 kB at 253 kB/s) [2023-09-08T19:51:39.446Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.pom [2023-09-08T19:51:39.446Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.pom [2023-09-08T19:51:39.446Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.pom [2023-09-08T19:51:39.446Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.pom [2023-09-08T19:51:39.446Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.pom [2023-09-08T19:51:39.446Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.pom [2023-09-08T19:51:39.703Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.pom (2.5 kB at 226 kB/s) [2023-09-08T19:51:39.703Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.pom [2023-09-08T19:51:39.703Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.pom [2023-09-08T19:51:39.703Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.pom [2023-09-08T19:51:39.703Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.pom [2023-09-08T19:51:39.703Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.pom [2023-09-08T19:51:39.703Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.pom [2023-09-08T19:51:39.703Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.pom (5.5 kB at 461 kB/s) [2023-09-08T19:51:39.703Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.pom [2023-09-08T19:51:39.703Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.pom [2023-09-08T19:51:39.703Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.pom [2023-09-08T19:51:39.703Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.pom [2023-09-08T19:51:39.703Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.pom [2023-09-08T19:51:39.703Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.pom [2023-09-08T19:51:39.703Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.pom (1.6 kB at 135 kB/s) [2023-09-08T19:51:39.704Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/plugin-tools/maven-plugin-tools/3.1/maven-plugin-tools-3.1.pom [2023-09-08T19:51:39.704Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugin-tools/maven-plugin-tools/3.1/maven-plugin-tools-3.1.pom [2023-09-08T19:51:39.704Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugin-tools/maven-plugin-tools/3.1/maven-plugin-tools-3.1.pom [2023-09-08T19:51:39.704Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/plugin-tools/maven-plugin-tools/3.1/maven-plugin-tools-3.1.pom [2023-09-08T19:51:39.704Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/plugin-tools/maven-plugin-tools/3.1/maven-plugin-tools-3.1.pom [2023-09-08T19:51:39.704Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools/3.1/maven-plugin-tools-3.1.pom [2023-09-08T19:51:39.704Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools/3.1/maven-plugin-tools-3.1.pom (16 kB at 1.3 MB/s) [2023-09-08T19:51:39.960Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.pom [2023-09-08T19:51:39.960Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.pom [2023-09-08T19:51:39.960Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.pom [2023-09-08T19:51:39.960Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.pom [2023-09-08T19:51:39.960Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.pom [2023-09-08T19:51:39.960Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.pom [2023-09-08T19:51:39.960Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.pom (3.5 kB at 290 kB/s) [2023-09-08T19:51:39.960Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom [2023-09-08T19:51:39.960Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom [2023-09-08T19:51:39.960Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom [2023-09-08T19:51:39.960Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom [2023-09-08T19:51:39.961Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom [2023-09-08T19:51:39.961Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom [2023-09-08T19:51:39.961Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom (17 kB at 1.4 MB/s) [2023-09-08T19:51:39.961Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom [2023-09-08T19:51:39.961Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom [2023-09-08T19:51:39.961Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom [2023-09-08T19:51:39.961Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom [2023-09-08T19:51:39.961Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom [2023-09-08T19:51:39.961Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom [2023-09-08T19:51:40.217Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom (3.7 kB at 308 kB/s) [2023-09-08T19:51:40.217Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.jar [2023-09-08T19:51:40.217Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.jar [2023-09-08T19:51:40.217Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.jar [2023-09-08T19:51:40.217Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar [2023-09-08T19:51:40.217Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar [2023-09-08T19:51:40.217Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar [2023-09-08T19:51:40.217Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar [2023-09-08T19:51:40.217Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.jar [2023-09-08T19:51:40.217Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.jar [2023-09-08T19:51:40.217Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.jar [2023-09-08T19:51:40.217Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.jar [2023-09-08T19:51:40.217Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.jar [2023-09-08T19:51:40.217Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar [2023-09-08T19:51:40.217Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar [2023-09-08T19:51:40.217Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar [2023-09-08T19:51:40.217Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar [2023-09-08T19:51:40.217Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.jar [2023-09-08T19:51:40.217Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.jar [2023-09-08T19:51:40.217Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.jar [2023-09-08T19:51:40.217Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.jar [2023-09-08T19:51:40.217Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.jar [2023-09-08T19:51:40.217Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar [2023-09-08T19:51:40.217Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar [2023-09-08T19:51:40.217Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar [2023-09-08T19:51:40.217Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar [2023-09-08T19:51:40.217Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.jar [2023-09-08T19:51:40.217Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.jar [2023-09-08T19:51:40.476Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.jar [2023-09-08T19:51:40.476Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.jar [2023-09-08T19:51:40.476Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar [2023-09-08T19:51:40.476Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar [2023-09-08T19:51:40.476Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.jar [2023-09-08T19:51:40.476Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar [2023-09-08T19:51:40.476Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.jar [2023-09-08T19:51:40.476Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar [2023-09-08T19:51:40.476Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.jar [2023-09-08T19:51:40.476Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.jar [2023-09-08T19:51:40.476Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.jar [2023-09-08T19:51:40.476Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.jar [2023-09-08T19:51:40.476Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar [2023-09-08T19:51:40.476Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar [2023-09-08T19:51:40.476Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar [2023-09-08T19:51:40.476Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar [2023-09-08T19:51:40.476Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.jar [2023-09-08T19:51:40.477Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.jar [2023-09-08T19:51:40.477Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.jar [2023-09-08T19:51:40.477Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.jar [2023-09-08T19:51:40.477Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar [2023-09-08T19:51:40.477Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.jar [2023-09-08T19:51:40.477Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar [2023-09-08T19:51:40.477Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.jar (35 kB at 2.0 MB/s) [2023-09-08T19:51:40.477Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar [2023-09-08T19:51:40.477Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar (232 kB at 6.4 MB/s) [2023-09-08T19:51:40.477Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar [2023-09-08T19:51:40.477Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar (10 kB at 207 kB/s) [2023-09-08T19:51:40.477Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.jar [2023-09-08T19:51:40.477Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar (31 kB at 317 kB/s) [2023-09-08T19:51:40.477Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.jar [2023-09-08T19:51:40.477Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.jar (38 kB at 362 kB/s) [2023-09-08T19:51:40.477Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.jar (118 kB at 1.1 MB/s) [2023-09-08T19:51:40.477Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.jar (263 kB at 2.4 MB/s) [2023-09-08T19:51:40.477Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.jar (14 kB at 127 kB/s) [2023-09-08T19:51:40.477Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar (316 kB at 2.8 MB/s) [2023-09-08T19:51:40.733Z] [INFO] No tests to run. [2023-09-08T19:51:40.733Z] [INFO] [2023-09-08T19:51:40.733Z] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ orbit-repository-report --- [2023-09-08T19:51:40.733Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom [2023-09-08T19:51:40.733Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom [2023-09-08T19:51:40.733Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom [2023-09-08T19:51:40.734Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom [2023-09-08T19:51:40.734Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom [2023-09-08T19:51:40.734Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom [2023-09-08T19:51:40.734Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom (4.5 kB at 87 kB/s) [2023-09-08T19:51:40.734Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom [2023-09-08T19:51:40.734Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom [2023-09-08T19:51:40.734Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom [2023-09-08T19:51:40.734Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom [2023-09-08T19:51:40.734Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom [2023-09-08T19:51:40.734Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom [2023-09-08T19:51:40.734Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom (6.7 kB at 610 kB/s) [2023-09-08T19:51:40.734Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom [2023-09-08T19:51:40.734Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom [2023-09-08T19:51:40.734Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom [2023-09-08T19:51:40.734Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom [2023-09-08T19:51:40.734Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom [2023-09-08T19:51:40.991Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom [2023-09-08T19:51:40.991Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom (1.9 kB at 159 kB/s) [2023-09-08T19:51:40.991Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom [2023-09-08T19:51:40.991Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom [2023-09-08T19:51:40.991Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom [2023-09-08T19:51:40.991Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom [2023-09-08T19:51:40.991Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom [2023-09-08T19:51:40.991Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom [2023-09-08T19:51:40.991Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom (1.7 kB at 142 kB/s) [2023-09-08T19:51:40.991Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom [2023-09-08T19:51:40.991Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom [2023-09-08T19:51:40.991Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom [2023-09-08T19:51:40.991Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom [2023-09-08T19:51:40.991Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom [2023-09-08T19:51:40.992Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom [2023-09-08T19:51:40.992Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom (2.0 kB at 202 kB/s) [2023-09-08T19:51:40.992Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom [2023-09-08T19:51:40.992Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom [2023-09-08T19:51:40.992Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom [2023-09-08T19:51:40.992Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom [2023-09-08T19:51:40.992Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom [2023-09-08T19:51:40.992Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom [2023-09-08T19:51:40.992Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom (1.3 kB at 114 kB/s) [2023-09-08T19:51:40.992Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom [2023-09-08T19:51:40.992Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom [2023-09-08T19:51:40.992Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom [2023-09-08T19:51:40.992Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom [2023-09-08T19:51:41.248Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom [2023-09-08T19:51:41.248Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom [2023-09-08T19:51:41.248Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom (2.8 kB at 216 kB/s) [2023-09-08T19:51:41.248Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom [2023-09-08T19:51:41.248Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom [2023-09-08T19:51:41.248Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom [2023-09-08T19:51:41.248Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom [2023-09-08T19:51:41.248Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom [2023-09-08T19:51:41.248Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom [2023-09-08T19:51:41.248Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom (1.7 kB at 144 kB/s) [2023-09-08T19:51:41.248Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom [2023-09-08T19:51:41.248Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom [2023-09-08T19:51:41.248Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom [2023-09-08T19:51:41.248Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom [2023-09-08T19:51:41.248Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom [2023-09-08T19:51:41.248Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom [2023-09-08T19:51:41.248Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom (2.7 kB at 245 kB/s) [2023-09-08T19:51:41.248Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom [2023-09-08T19:51:41.248Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom [2023-09-08T19:51:41.248Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom [2023-09-08T19:51:41.248Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom [2023-09-08T19:51:41.248Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom [2023-09-08T19:51:41.248Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom [2023-09-08T19:51:41.248Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom (1.0 kB at 93 kB/s) [2023-09-08T19:51:41.248Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar [2023-09-08T19:51:41.248Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar [2023-09-08T19:51:41.248Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar [2023-09-08T19:51:41.248Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar [2023-09-08T19:51:41.248Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar [2023-09-08T19:51:41.249Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar [2023-09-08T19:51:41.249Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar [2023-09-08T19:51:41.249Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar [2023-09-08T19:51:41.249Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar [2023-09-08T19:51:41.249Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar [2023-09-08T19:51:41.249Z] [INFO] Downloading from ebr-releases: https://repo.eclipse.org/content/repositories/ebr-releases/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar [2023-09-08T19:51:41.506Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar [2023-09-08T19:51:41.506Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar [2023-09-08T19:51:41.506Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar [2023-09-08T19:51:41.506Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar [2023-09-08T19:51:41.506Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar [2023-09-08T19:51:41.506Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar [2023-09-08T19:51:41.506Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar [2023-09-08T19:51:41.506Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar [2023-09-08T19:51:41.506Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar [2023-09-08T19:51:41.506Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar [2023-09-08T19:51:41.506Z] [INFO] Downloading from cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar [2023-09-08T19:51:41.506Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar [2023-09-08T19:51:41.506Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar [2023-09-08T19:51:41.506Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar [2023-09-08T19:51:41.506Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar [2023-09-08T19:51:41.506Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar [2023-09-08T19:51:41.506Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar [2023-09-08T19:51:41.506Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar [2023-09-08T19:51:41.506Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar [2023-09-08T19:51:41.506Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar [2023-09-08T19:51:41.506Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar [2023-09-08T19:51:41.506Z] [INFO] Downloading from cbi-snapshots: https://repo.eclipse.org/content/repositories/cbi-snapshots/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar [2023-09-08T19:51:41.506Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar [2023-09-08T19:51:41.506Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar [2023-09-08T19:51:41.506Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar [2023-09-08T19:51:41.506Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar [2023-09-08T19:51:41.506Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar [2023-09-08T19:51:41.506Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar [2023-09-08T19:51:41.506Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar [2023-09-08T19:51:41.506Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar [2023-09-08T19:51:41.506Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar [2023-09-08T19:51:41.506Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar [2023-09-08T19:51:41.507Z] [INFO] Downloading from repo.eclipse.org.dash-releases: https://repo.eclipse.org/content/repositories/dash-licenses-releases/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar [2023-09-08T19:51:41.507Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar [2023-09-08T19:51:41.507Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar [2023-09-08T19:51:41.507Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar [2023-09-08T19:51:41.507Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar [2023-09-08T19:51:41.507Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar [2023-09-08T19:51:41.507Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar [2023-09-08T19:51:41.507Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar [2023-09-08T19:51:41.507Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar [2023-09-08T19:51:41.507Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar [2023-09-08T19:51:41.507Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar [2023-09-08T19:51:41.507Z] [INFO] Downloading from repo.eclipse.org.dash-snapshots: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar [2023-09-08T19:51:41.763Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar [2023-09-08T19:51:41.763Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar [2023-09-08T19:51:41.763Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar [2023-09-08T19:51:41.763Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar [2023-09-08T19:51:41.763Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar [2023-09-08T19:51:41.763Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar (22 kB at 1.4 MB/s) [2023-09-08T19:51:41.763Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar [2023-09-08T19:51:41.763Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar (21 kB at 1.2 MB/s) [2023-09-08T19:51:41.763Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar [2023-09-08T19:51:41.763Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar (9.9 kB at 710 kB/s) [2023-09-08T19:51:41.763Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar [2023-09-08T19:51:41.763Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar (5.9 kB at 330 kB/s) [2023-09-08T19:51:41.763Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar [2023-09-08T19:51:41.763Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar (152 kB at 6.1 MB/s) [2023-09-08T19:51:41.763Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar [2023-09-08T19:51:41.763Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar (14 kB at 567 kB/s) [2023-09-08T19:51:41.763Z] [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar [2023-09-08T19:51:41.763Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar (37 kB at 1.5 MB/s) [2023-09-08T19:51:41.763Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar (10 kB at 320 kB/s) [2023-09-08T19:51:41.763Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar (60 kB at 1.9 MB/s) [2023-09-08T19:51:41.763Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar (184 kB at 4.9 MB/s) [2023-09-08T19:51:41.763Z] [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar (58 kB at 1.4 MB/s) [2023-09-08T19:51:41.763Z] [WARNING] JAR will be empty - no content was marked for inclusion! [2023-09-08T19:51:41.763Z] [INFO] Building jar: /home/jenkins/agent/workspace/orbit-recipes/releng/repository-report/target/orbit-repository-report-1.0.0-SNAPSHOT.jar [2023-09-08T19:51:41.763Z] [INFO] [2023-09-08T19:51:41.763Z] [INFO] --- ebr-maven-plugin:2.0.0-SNAPSHOT:eclipse-ip-info (default) @ orbit-repository-report --- [2023-09-08T19:51:41.763Z] [INFO] [2023-09-08T19:51:41.763Z] [INFO] --- eclipse-jarsigner-plugin:1.3.4:sign (sign) @ orbit-repository-report --- [2023-09-08T19:51:41.763Z] [INFO] Signing jar: /home/jenkins/agent/workspace/orbit-recipes/releng/repository-report/target/orbit-repository-report-1.0.0-SNAPSHOT.jar [2023-09-08T19:51:44.278Z] [INFO] [2023-09-08T19:51:44.278Z] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ orbit-repository-report --- [2023-09-08T19:51:44.278Z] [INFO] [2023-09-08T19:51:44.278Z] [INFO] --- tycho-eclipserun-plugin:2.0.0:eclipse-run (default) @ orbit-repository-report --- [2023-09-08T19:51:44.278Z] [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/analyzers/4.7/I20191111-1833/ (172B) [2023-09-08T19:51:44.278Z] [INFO] Adding repository https://download.eclipse.org/cbi/updates/analyzers/4.7/I20191111-1833 [2023-09-08T19:51:44.278Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/cbi/updates/analyzers/4.7/I20191111-1833/ (8.23kB) [2023-09-08T19:51:44.278Z] [INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.21/ (128B) [2023-09-08T19:51:44.535Z] [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.21 [2023-09-08T19:51:44.535Z] [INFO] Fetching compositeContent.jar from https://download.eclipse.org/eclipse/updates/4.21/ (446B) [2023-09-08T19:51:44.535Z] [INFO] Fetching content.jar from https://download.eclipse.org/eclipse/updates/4.21/categories/ (1.46kB) [2023-09-08T19:51:44.792Z] [INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/ (142B) [2023-09-08T19:51:44.792Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/ (124.35kB) [2023-09-08T19:51:45.720Z] [INFO] Fetching com.google.guava_27.1.0.v20190517-1946.jar.pack.gz from https://download.eclipse.org/cbi/updates/analyzers/4.7/I20191111-1833/plugins/ (743.15kB) [2023-09-08T19:51:47.089Z] [INFO] Fetching R-4.21-202109060500&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/eclipse/updates/4.21/ (63B) [2023-09-08T19:51:47.090Z] [INFO] Fetching com.sun.jna.platform_5.8.0.v20210406-1004.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (1.41MB) [2023-09-08T19:51:47.090Z] [INFO] Fetching javax.annotation_1.3.5.v20200909-1856.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (46.27kB) [2023-09-08T19:51:47.353Z] [INFO] Fetching org.eclipse.osgi_3.17.0.v20210823-1805.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (1.39MB) [2023-09-08T19:51:47.611Z] [INFO] Fetching org.apache.batik.constants_1.14.0.v20210324-0332.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (20.34kB) [2023-09-08T19:51:47.611Z] [INFO] Fetching org.apache.batik.css_1.14.0.v20210324-0332.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (353.59kB) [2023-09-08T19:51:47.868Z] [INFO] Fetching org.apache.batik.util_1.14.0.v20210324-0332.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (144.34kB) [2023-09-08T19:51:47.868Z] [INFO] Fetching org.apache.batik.i18n_1.14.0.v20210324-0332.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (23.5kB) [2023-09-08T19:51:48.124Z] [INFO] Fetching org.apache.xmlgraphics_2.6.0.v20210409-0748.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (703.81kB) [2023-09-08T19:51:48.124Z] [INFO] Fetching org.apache.commons.codec_1.14.0.v20200818-1422.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (367.61kB) [2023-09-08T19:51:48.380Z] [INFO] Fetching org.apache.felix.gogo.command_1.1.2.v20210111-1007.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (52.58kB) [2023-09-08T19:51:48.380Z] [INFO] Fetching org.apache.felix.gogo.runtime_1.1.4.v20210111-1007.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (219.73kB) [2023-09-08T19:51:48.380Z] [INFO] Fetching org.eclipse.osgi.services_3.10.200.v20210723-0643.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (126.4kB) [2023-09-08T19:51:48.636Z] [INFO] Fetching org.apache.felix.gogo.shell_1.1.4.v20210111-1007.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (69.34kB) [2023-09-08T19:51:48.637Z] [INFO] Fetching org.apache.felix.scr_2.1.24.v20200924-1939.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (411.93kB) [2023-09-08T19:51:48.893Z] [INFO] Fetching org.eclipse.osgi.util_3.6.100.v20210723-1119.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (72.7kB) [2023-09-08T19:51:48.893Z] [INFO] Fetching org.apache.httpcomponents.httpclient_4.5.13.v20210128-2225.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (1,021.45kB) [2023-09-08T19:51:49.150Z] [INFO] Fetching org.apache.httpcomponents.httpcore_4.4.14.v20210128-2225.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (350.75kB) [2023-09-08T19:51:49.150Z] [INFO] Fetching org.bouncycastle.bcpg_1.69.0.v20210713-1924.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (326.25kB) [2023-09-08T19:51:49.406Z] [INFO] Fetching org.bouncycastle.bcprov_1.69.0.v20210713-1924.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (5.46MB) [2023-09-08T19:51:49.970Z] [INFO] Fetching org.eclipse.cbi.p2repo.analyzers_2.0.1.201911111833.jar.pack.gz from https://download.eclipse.org/cbi/updates/analyzers/4.7/I20191111-1833/plugins/ (75.34kB) [2023-09-08T19:51:49.970Z] [INFO] Fetching org.eclipse.core.runtime_3.23.0.v20210730-2035.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (70.77kB) [2023-09-08T19:51:50.227Z] [INFO] Fetching org.eclipse.equinox.common_3.15.0.v20210518-0604.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (139.68kB) [2023-09-08T19:51:50.227Z] [INFO] Fetching org.eclipse.equinox.app_1.6.0.v20210723-1130.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (89.14kB) [2023-09-08T19:51:50.485Z] [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.2.0.v20210507-0825.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (73.01kB) [2023-09-08T19:51:50.485Z] [INFO] Fetching org.eclipse.equinox.p2.core_2.8.0.v20210618-0742.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (76.88kB) [2023-09-08T19:51:50.485Z] [INFO] Fetching org.eclipse.equinox.p2.metadata_2.6.100.v20210813-0606.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (360.09kB) [2023-09-08T19:51:50.741Z] [INFO] Fetching org.eclipse.equinox.p2.repository_2.5.200.v20210813-0803.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (142.1kB) [2023-09-08T19:51:50.741Z] [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.4.0.v20210315-2228.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (130.72kB) [2023-09-08T19:51:50.997Z] [INFO] Fetching org.eclipse.xtend.lib_2.19.0.v20190902-0728.jar.pack.gz from https://download.eclipse.org/cbi/updates/analyzers/4.7/I20191111-1833/plugins/ (59.82kB) [2023-09-08T19:51:50.997Z] [INFO] Fetching org.eclipse.cbi.p2repo.analyzers.common_2.0.1.201911111833.jar.pack.gz from https://download.eclipse.org/cbi/updates/analyzers/4.7/I20191111-1833/plugins/ (25.49kB) [2023-09-08T19:51:51.253Z] [INFO] Fetching org.junit_4.13.0.v20200204-1500.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (415.44kB) [2023-09-08T19:51:51.253Z] [INFO] Fetching org.eclipse.core.commands_3.10.100.v20210722-1426.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (114.56kB) [2023-09-08T19:51:51.511Z] [INFO] Fetching org.eclipse.core.contenttype_3.8.0.v20210621-0954.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (100.01kB) [2023-09-08T19:51:51.511Z] [INFO] Fetching org.eclipse.equinox.preferences_3.9.0.v20210726-0943.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (136.29kB) [2023-09-08T19:51:51.767Z] [INFO] Fetching org.eclipse.equinox.registry_3.11.0.v20210723-1953.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (194.23kB) [2023-09-08T19:51:51.767Z] [INFO] Fetching org.eclipse.core.databinding_1.10.100.v20200926-1123.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (180.11kB) [2023-09-08T19:51:52.023Z] [INFO] Fetching org.eclipse.core.databinding.observable_1.11.0.v20210722-1426.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (311.11kB) [2023-09-08T19:51:52.023Z] [INFO] Fetching org.eclipse.core.databinding.property_1.9.0.v20210619-1129.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (163.08kB) [2023-09-08T19:51:52.281Z] [INFO] Fetching org.eclipse.core.databinding.beans_1.8.0.v20210619-1111.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (92.92kB) [2023-09-08T19:51:52.281Z] [INFO] Fetching org.eclipse.core.expressions_3.8.0.v20210723-1034.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (92.12kB) [2023-09-08T19:51:52.281Z] [INFO] Fetching org.eclipse.core.jobs_3.12.0.v20210723-1034.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (108.05kB) [2023-09-08T19:51:52.544Z] [INFO] Fetching org.eclipse.e4.core.commands_1.0.0.v20210507-1901.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (25.62kB) [2023-09-08T19:51:52.544Z] [INFO] Fetching org.eclipse.e4.core.di_1.8.0.v20210723-1034.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (52.47kB) [2023-09-08T19:51:52.802Z] [INFO] Fetching javax.inject_1.0.0.v20091030.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (14.07kB) [2023-09-08T19:51:52.802Z] [INFO] Fetching org.eclipse.e4.core.contexts_1.9.0.v20210723-1034.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (48.25kB) [2023-09-08T19:51:53.058Z] [INFO] Fetching org.eclipse.e4.core.services_2.3.0.v20210723-1034.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (69.65kB) [2023-09-08T19:51:53.058Z] [INFO] Fetching org.eclipse.e4.core.di.annotations_1.7.0.v20210625-1052.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (12kB) [2023-09-08T19:51:53.058Z] [INFO] Fetching org.eclipse.e4.core.di.extensions_0.17.0.v20210625-1052.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (11.14kB) [2023-09-08T19:51:53.316Z] [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.16.100.v20210621-0954.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (40.46kB) [2023-09-08T19:51:53.316Z] [INFO] Fetching org.eclipse.e4.emf.xpath_0.3.0.v20210722-1426.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (51.03kB) [2023-09-08T19:51:53.573Z] [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (317.81kB) [2023-09-08T19:51:53.573Z] [INFO] Fetching org.eclipse.emf.ecore_2.25.0.v20210816-0937.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (1.26MB) [2023-09-08T19:51:53.831Z] [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.16.200.v20210723-1326.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (147.12kB) [2023-09-08T19:51:53.831Z] [INFO] Fetching org.eclipse.e4.ui.bindings_0.13.100.v20210722-1426.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (45.85kB) [2023-09-08T19:51:54.088Z] [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.2.0.v20210727-1533.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (394.73kB) [2023-09-08T19:51:54.088Z] [INFO] Fetching org.eclipse.e4.ui.services_1.5.0.v20210115-1333.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (24.31kB) [2023-09-08T19:51:54.344Z] [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.15.200.v20210816-1658.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (251.52kB) [2023-09-08T19:51:54.344Z] [INFO] Fetching org.eclipse.e4.ui.workbench_1.13.0.v20210521-0741.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (255.66kB) [2023-09-08T19:51:54.344Z] [INFO] Fetching org.eclipse.e4.ui.css.core_0.13.100.v20210722-1426.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (213.88kB) [2023-09-08T19:51:54.601Z] [INFO] Fetching org.eclipse.e4.ui.css.swt_0.14.300.v20210723-0837.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (203.11kB) [2023-09-08T19:51:54.601Z] [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.13.0.v20201026-1147.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (27.72kB) [2023-09-08T19:51:54.858Z] [INFO] Fetching org.eclipse.e4.ui.di_1.4.0.v20210621-1133.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (16.41kB) [2023-09-08T19:51:54.858Z] [INFO] Fetching org.eclipse.e4.ui.widgets_1.3.0.v20210621-1136.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (13.3kB) [2023-09-08T19:51:55.114Z] [INFO] Fetching org.eclipse.equinox.event_1.6.0.v20210212-1143.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (32.98kB) [2023-09-08T19:51:55.115Z] [INFO] Fetching org.eclipse.equinox.launcher_1.6.300.v20210813-1054.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (53.59kB) [2023-09-08T19:51:55.115Z] [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.4.0.v20210315-2228.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (45.48kB) [2023-09-08T19:51:55.371Z] [INFO] Fetching org.eclipse.osgi.compatibility.state_1.2.500.v20210730-0750.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (249.09kB) [2023-09-08T19:51:55.371Z] [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.300.v20210828-0802.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (84.05kB) [2023-09-08T19:51:55.627Z] [INFO] Fetching org.eclipse.swt_3.117.0.v20210906-0842.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (16.97kB) [2023-09-08T19:51:55.627Z] [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.117.0.v20210906-0842.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (2.07MB) [2023-09-08T19:51:55.884Z] [INFO] Fetching org.eclipse.jface_3.23.0.v20210723-1324.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (1.1MB) [2023-09-08T19:51:55.884Z] [INFO] Fetching org.eclipse.jface.databinding_1.13.0.v20210619-1146.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (295.36kB) [2023-09-08T19:51:56.141Z] [INFO] Fetching org.eclipse.e4.ui.workbench3_0.16.0.v20210619-0956.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (21.08kB) [2023-09-08T19:51:56.141Z] [INFO] Fetching org.eclipse.equinox.console_1.4.400.v20210602-1312.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (126.34kB) [2023-09-08T19:51:56.398Z] [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.4.300.v20210813-1521.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (118.1kB) [2023-09-08T19:51:56.398Z] [INFO] Fetching org.eclipse.equinox.bidi_1.4.0.v20210723-1312.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (50.73kB) [2023-09-08T19:51:56.673Z] [INFO] Fetching org.eclipse.e4.ui.dialogs_1.3.0.v20210619-1009.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (57.42kB) [2023-09-08T19:51:56.673Z] [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.1.100.v20210108-1832.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (10.74kB) [2023-09-08T19:51:56.673Z] [INFO] Fetching org.eclipse.urischeme_1.2.0.v20210619-0955.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (51.91kB) [2023-09-08T19:51:56.935Z] [INFO] Fetching org.eclipse.jface.notifications_0.3.0.v20210218-1820.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (25.75kB) [2023-09-08T19:51:56.935Z] [INFO] Fetching org.eclipse.e4.rcp_4.21.0.v20210906-0842.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/features/ (20.93kB) [2023-09-08T19:51:57.207Z] [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (87.54kB) [2023-09-08T19:51:57.207Z] [INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (229.56kB) [2023-09-08T19:51:57.467Z] [INFO] Fetching org.eclipse.ecf_3.9.102.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (123.51kB) [2023-09-08T19:51:57.467Z] [INFO] Fetching org.eclipse.ecf.identity_3.9.402.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (64.2kB) [2023-09-08T19:51:57.723Z] [INFO] Fetching org.eclipse.equinox.concurrent_1.2.0.v20210202-1157.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (26.23kB) [2023-09-08T19:51:57.723Z] [INFO] Fetching org.eclipse.ecf.core.feature_1.5.702.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/features/ (19.74kB) [2023-09-08T19:51:57.979Z] [INFO] Fetching org.eclipse.ecf.ssl_1.2.401.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (15.43kB) [2023-09-08T19:51:57.979Z] [INFO] Fetching org.eclipse.ecf.core.ssl.feature_1.1.501.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/features/ (19.71kB) [2023-09-08T19:51:57.979Z] [INFO] Fetching org.eclipse.ecf.filetransfer_5.1.102.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (52.52kB) [2023-09-08T19:51:58.253Z] [INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.700.v20210618-0642.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (128.97kB) [2023-09-08T19:51:58.253Z] [INFO] Fetching org.eclipse.ecf.filetransfer.feature_3.14.1800.v20210618-0642.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/features/ (27.84kB) [2023-09-08T19:51:58.516Z] [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45_1.0.401.v20210512-0614.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (82.92kB) [2023-09-08T19:51:58.516Z] [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient45.feature_1.0.703.v20210512-0614.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/features/ (27.93kB) [2023-09-08T19:51:58.516Z] [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.0.201.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (9.69kB) [2023-09-08T19:51:58.773Z] [INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature_1.1.401.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/features/ (23.74kB) [2023-09-08T19:51:58.773Z] [INFO] Fetching org.eclipse.emf.common_2.23.0.v20210618-0700.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (367.01kB) [2023-09-08T19:51:59.029Z] [INFO] Fetching org.eclipse.emf.common_2.23.0.v20210618-0700.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/features/ (19.06kB) [2023-09-08T19:51:59.029Z] [INFO] Fetching org.eclipse.emf.ecore_2.25.0.v20210816-0937.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/features/ (19.14kB) [2023-09-08T19:51:59.286Z] [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.2.0.v20210315-2042.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (36.06kB) [2023-09-08T19:51:59.286Z] [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.2.100.v20210703-1540.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (69.05kB) [2023-09-08T19:51:59.542Z] [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.4.200.v20210830-0925.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (165.1kB) [2023-09-08T19:51:59.542Z] [INFO] Fetching org.eclipse.equinox.p2.console_1.2.0.v20210315-2042.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (28.05kB) [2023-09-08T19:51:59.542Z] [INFO] Fetching org.eclipse.equinox.p2.director_2.5.100.v20210813-0606.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (109.64kB) [2023-09-08T19:51:59.801Z] [INFO] Fetching org.eclipse.equinox.p2.engine_2.7.100.v20210813-0607.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (213.92kB) [2023-09-08T19:51:59.801Z] [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.2.0.v20210316-1209.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (24.82kB) [2023-09-08T19:52:00.058Z] [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.3.100.v20210615-1334.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (129.25kB) [2023-09-08T19:52:00.058Z] [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.4.100.v20210630-1916.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (85.91kB) [2023-09-08T19:52:00.315Z] [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.2.0.v20210315-2228.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (26.34kB) [2023-09-08T19:52:00.315Z] [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (367.36kB) [2023-09-08T19:52:00.571Z] [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (244.04kB) [2023-09-08T19:52:00.571Z] [INFO] Fetching org.eclipse.equinox.security_1.3.700.v20210726-0943.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (113.04kB) [2023-09-08T19:52:00.571Z] [INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.3.200.v20210613-1953.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (43.53kB) [2023-09-08T19:52:00.828Z] [INFO] Fetching org.eclipse.equinox.p2.operations_2.6.0.v20210315-2228.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (74.06kB) [2023-09-08T19:52:00.828Z] [INFO] Fetching org.eclipse.equinox.security.linux.x86_64_1.1.500.v20210125-1508.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (7.93kB) [2023-09-08T19:52:01.085Z] [INFO] Fetching org.eclipse.equinox.p2.core.feature_1.6.1100.v20210830-0925.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/features/ (19.72kB) [2023-09-08T19:52:01.085Z] [INFO] Fetching org.eclipse.equinox.security.linux_1.0.200.v20210616-0726.jar from https://download.eclipse.org/eclipse/updates/4.21/R-4.21-202109060500/plugins/ (23.39kB) [2023-09-08T19:52:01.342Z] [INFO] Fetching org.eclipse.xtext.xbase.lib_2.19.0.v20190902-0728.jar.pack.gz from https://download.eclipse.org/cbi/updates/analyzers/4.7/I20191111-1833/plugins/ (49.06kB) [2023-09-08T19:52:01.342Z] [INFO] Fetching org.eclipse.xtend.lib.macro_2.19.0.v20190902-0728.jar.pack.gz from https://download.eclipse.org/cbi/updates/analyzers/4.7/I20191111-1833/plugins/ (23.24kB) [2023-09-08T19:52:01.599Z] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/orbit-recipes/releng/repository-report/target/eclipserun-work/data/.metadata/.log [2023-09-08T19:52:01.599Z] [INFO] Command line: [2023-09-08T19:52:01.599Z] [/usr/lib/jvm/java-11-openjdk-11.0.13.0.8-2.fc34.x86_64/bin/java, -DreportRepoDir=/home/jenkins/agent/workspace/orbit-recipes/releng/repository-report/target/../../repository-all/target/repository, -DreportOutputDir=/home/jenkins/agent/workspace/orbit-recipes/releng/repository-report/target, -DreferenceRepo=/home/data/httpd/download.eclipse.org/tools/orbit/downloads/drops/S20230516204213/repository, -jar, /home/vnc/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.300.v20210813-1054/org.eclipse.equinox.launcher-1.6.300.v20210813-1054.jar, -install, /home/jenkins/agent/workspace/orbit-recipes/releng/repository-report/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/orbit-recipes/releng/repository-report/target/eclipserun-work/configuration, -application, org.eclipse.cbi.p2repo.analyzers.repoReport] [2023-09-08T19:52:04.873Z] WARNING: the reference repository was found not to exist. No check done. [2023-09-08T19:52:04.873Z] referenceRepo: /home/data/httpd/download.eclipse.org/tools/orbit/downloads/drops/S20230516204213/repository [2023-09-08T19:52:04.873Z] output: /home/jenkins/agent/workspace/orbit-recipes/releng/repository-report/target/reporeports/reports/versionPatterns.txt [2023-09-08T19:52:04.873Z] output: /home/jenkins/agent/workspace/orbit-recipes/releng/repository-report/target/reporeports/reports/nonUniqueVersions.txt [2023-09-08T19:52:04.873Z] output: /home/jenkins/agent/workspace/orbit-recipes/releng/repository-report/target/reporeports/reports/featureNames.html [2023-09-08T19:52:04.873Z] output: /home/jenkins/agent/workspace/orbit-recipes/releng/repository-report/target/reporeports/reports/bundleNames.html [2023-09-08T19:52:04.873Z] output: /home/jenkins/agent/workspace/orbit-recipes/releng/repository-report/target/reporeports/reports/providerNames.html [2023-09-08T19:52:04.873Z] Number of IUs during license check: 2 [2023-09-08T19:52:05.129Z] Number features or products during license check: 2 [2023-09-08T19:52:05.129Z] output: /home/jenkins/agent/workspace/orbit-recipes/releng/repository-report/target/reporeports/reports/copyrights.html [2023-09-08T19:52:05.129Z] output: /home/jenkins/agent/workspace/orbit-recipes/releng/repository-report/target/reporeports/reports/descriptions.html [2023-09-08T19:59:26.691Z] Reports completed as expected. Took: 7.146 min [2023-09-08T19:59:26.691Z] [INFO] ------------------------------------------------------------------------ [2023-09-08T19:59:26.691Z] [INFO] Reactor Summary for Eclipse Orbit :: Releng 1.0.0-SNAPSHOT: [2023-09-08T19:59:26.691Z] [INFO] [2023-09-08T19:59:26.691Z] [INFO] Eclipse Orbit :: Releng ............................ SUCCESS [ 0.267 s] [2023-09-08T19:59:26.691Z] [INFO] Eclipse Orbit :: P2 Repository ..................... SUCCESS [ 27.403 s] [2023-09-08T19:59:26.691Z] [INFO] Eclipse Orbit :: P2 Repository (All Content) ....... SUCCESS [ 20.983 s] [2023-09-08T19:59:26.691Z] [INFO] Eclipse Orbit :: Repository Report ................. SUCCESS [07:34 min] [2023-09-08T19:59:26.691Z] [INFO] ------------------------------------------------------------------------ [2023-09-08T19:59:26.691Z] [INFO] BUILD SUCCESS [2023-09-08T19:59:26.691Z] [INFO] ------------------------------------------------------------------------ [2023-09-08T19:59:26.691Z] [INFO] Total time: 08:31 min [2023-09-08T19:59:26.691Z] [INFO] Finished at: 2023-09-08T19:59:13Z [2023-09-08T19:59:26.691Z] [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Deploy) [Pipeline] container [Pipeline] { [Pipeline] sshagent [2023-09-08T19:59:26.871Z] [ssh-agent] Using credentials genie.orbit (ssh://genie.orbit@projects-storage.eclipse.org) [2023-09-08T19:59:26.871Z] [ssh-agent] Looking for ssh-agent implementation... [2023-09-08T19:59:27.239Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-09-08T19:59:27.239Z] Executing sh script inside container container of pod orbit-recipes-506-fbr15-8qjjp-m1hfl [2023-09-08T19:59:27.491Z] Executing command: "ssh-agent" [2023-09-08T19:59:27.491Z] exit [2023-09-08T19:59:27.499Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXPLfaVu/agent.11714; export SSH_AUTH_SOCK; [2023-09-08T19:59:27.499Z] SSH_AGENT_PID=11715; export SSH_AGENT_PID; [2023-09-08T19:59:27.499Z] echo Agent pid 11715; [2023-09-08T19:59:27.500Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXPLfaVu/agent.11714 [2023-09-08T19:59:27.500Z] SSH_AGENT_PID=11715 [2023-09-08T19:59:27.510Z] Running ssh-add (command line suppressed) [2023-09-08T19:59:27.796Z] Identity added: /home/jenkins/agent/workspace/orbit-recipes@tmp/private_key_11876380319394392546.key (/home/jenkins/agent/workspace/orbit-recipes@tmp/private_key_11876380319394392546.key) [2023-09-08T19:59:27.802Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-09-08T19:59:28.317Z] + releng/scripts/deploy.sh [2023-09-08T19:59:28.317Z] +++ dirname releng/scripts/deploy.sh [2023-09-08T19:59:28.317Z] ++ cd releng/scripts [2023-09-08T19:59:28.317Z] ++ pwd [2023-09-08T19:59:28.317Z] + DIR=/home/jenkins/agent/workspace/orbit-recipes/releng/scripts [2023-09-08T19:59:28.317Z] + umask 0002 [2023-09-08T19:59:28.317Z] + contentFile=releng/repository/target/repository/content.xml [2023-09-08T19:59:28.317Z] + chmod -R g+w releng/repository/target/repository [2023-09-08T19:59:28.317Z] + unzip -d releng/repository/target/repository releng/repository/target/repository/content.jar [2023-09-08T19:59:28.317Z] Archive: releng/repository/target/repository/content.jar [2023-09-08T19:59:28.317Z] inflating: releng/repository/target/repository/content.xml [2023-09-08T19:59:28.317Z] + set -e [2023-09-08T19:59:28.317Z] ++ grep -o '[0-9]*' [2023-09-08T19:59:28.317Z] ++++ find releng/repository -name 'orbit-*-repo.zip' [2023-09-08T19:59:28.317Z] +++ basename releng/repository/target/orbit-N20230908195041-repo.zip [2023-09-08T19:59:28.317Z] ++ echo orbit-N20230908195041-repo.zip [2023-09-08T19:59:28.317Z] + export BUILD_TIME=20230908195041 [2023-09-08T19:59:28.317Z] + BUILD_TIME=20230908195041 [2023-09-08T19:59:28.317Z] + NEW_BUILD_LABEL=N20230908195041 [2023-09-08T19:59:28.317Z] + ORBIT_DOWNLOAD_LOC=/home/data/httpd/download.eclipse.org/tools/orbit/downloads [2023-09-08T19:59:28.317Z] + echo 1 [2023-09-08T19:59:28.317Z] + ssh genie.orbit@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/tools/orbit/downloads/drops/N20230908195041 [2023-09-08T19:59:29.247Z] + scp -r releng/repository/target/repository files.count genie.orbit@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/tools/orbit/downloads/drops/N20230908195041 [2023-09-08T19:59:41.428Z] ++ find releng/repository-all/target/ -name 'orbit-buildrepo-*.zip' [2023-09-08T19:59:41.428Z] + buildRepoZipPath=releng/repository-all/target/orbit-buildrepo-N20230908195041.zip [2023-09-08T19:59:41.428Z] + chmod g+w releng/repository-all/target/orbit-buildrepo-N20230908195041.zip [2023-09-08T19:59:41.428Z] ++ basename releng/repository-all/target/orbit-buildrepo-N20230908195041.zip [2023-09-08T19:59:41.428Z] + buildRepoZipName=orbit-buildrepo-N20230908195041.zip [2023-09-08T19:59:41.428Z] ++ dirname releng/repository-all/target/orbit-buildrepo-N20230908195041.zip [2023-09-08T19:59:41.428Z] + buildRepoZipDir=releng/repository-all/target [2023-09-08T19:59:41.428Z] ++ ls -sh releng/repository-all/target/orbit-buildrepo-N20230908195041.zip [2023-09-08T19:59:41.428Z] ++ cut '-d ' -f1 [2023-09-08T19:59:41.428Z] + zipFileSize='(322M)' [2023-09-08T19:59:41.428Z] + mkdir checksum [2023-09-08T19:59:41.428Z] + pushd releng/repository-all/target/ [2023-09-08T19:59:41.428Z] /home/jenkins/agent/workspace/orbit-recipes/releng/repository-all/target /home/jenkins/agent/workspace/orbit-recipes [2023-09-08T19:59:41.428Z] + md5sum orbit-buildrepo-N20230908195041.zip [2023-09-08T19:59:42.798Z] + sha1sum orbit-buildrepo-N20230908195041.zip [2023-09-08T19:59:42.798Z] + popd [2023-09-08T19:59:42.798Z] /home/jenkins/agent/workspace/orbit-recipes [2023-09-08T19:59:42.798Z] + scp -r releng/repository-all/target/orbit-buildrepo-N20230908195041.zip checksum genie.orbit@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/tools/orbit/downloads/drops/N20230908195041 [2023-09-08T19:59:52.752Z] + chmod -R g+w releng/repository-report/target/reporeports/ [2023-09-08T19:59:52.752Z] + scp -r releng/repository-report/target/reporeports/ genie.orbit@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/tools/orbit/downloads/drops/N20230908195041 [2023-09-08T19:59:52.752Z] + repoPath=https://download.eclipse.org/tools/orbit/downloads/drops/N20230908195041/repository [2023-09-08T19:59:52.752Z] + /home/jenkins/agent/workspace/orbit-recipes/releng/scripts/create-index.html.sh releng/repository/target/repository/content.xml N20230908195041 https://ci.eclipse.org/orbit/job/orbit-recipes/506/ https://download.eclipse.org/tools/orbit/downloads/drops/N20230908195041/repository '(322M)' [2023-09-08T19:59:52.752Z] + contentFile=releng/repository/target/repository/content.xml [2023-09-08T19:59:52.752Z] + buildlabel=N20230908195041 [2023-09-08T19:59:52.752Z] + buildURL=https://ci.eclipse.org/orbit/job/orbit-recipes/506/ [2023-09-08T19:59:52.752Z] + repoPath=https://download.eclipse.org/tools/orbit/downloads/drops/N20230908195041/repository [2023-09-08T19:59:52.752Z] + zipFileSize='(322M)' [2023-09-08T19:59:52.752Z] +++ dirname /home/jenkins/agent/workspace/orbit-recipes/releng/scripts/create-index.html.sh [2023-09-08T19:59:52.752Z] ++ cd /home/jenkins/agent/workspace/orbit-recipes/releng/scripts [2023-09-08T19:59:52.752Z] ++ pwd [2023-09-08T19:59:52.752Z] + DIR=/home/jenkins/agent/workspace/orbit-recipes/releng/scripts [2023-09-08T19:59:52.752Z] + pageTitle='Orbit Build N20230908195041' [2023-09-08T19:59:52.752Z] + cat - [2023-09-08T19:59:52.752Z] + echo '

Orbit Build: N20230908195041

' [2023-09-08T19:59:52.752Z] + echo '

Useful Information

' [2023-09-08T19:59:52.752Z] + echo '

In addition to the bundles themselves, the following maps, project sets, and test results are useful for committers and consumers:

' [2023-09-08T19:59:52.752Z] + echo 'Maven Build Output
' [2023-09-08T19:59:52.752Z] + echo 'CBI Repository Analysis Reports
' [2023-09-08T19:59:52.752Z] + echo '

Orbit Build Repository

' [2023-09-08T19:59:52.752Z] + echo '

For HTTP access, a p2 repository for this specific build can be found by adding '\''repository'\'' to the end of this download site URL, namely:
' [2023-09-08T19:59:52.752Z] + echo 'https://download.eclipse.org/tools/orbit/downloads/drops/N20230908195041/repository

' [2023-09-08T19:59:52.752Z] + echo '

Zipped Orbit Build Repository

' [2023-09-08T19:59:52.752Z] + echo '

The following zip file is a compressed-archive version of the above repository, for those that need or desire to have a copy of the whole repository on their local machine:
' [2023-09-08T19:59:52.752Z] + echo 'orbit-buildrepo-N20230908195041.zip (md5) (sha1) (322M)

' [2023-09-08T19:59:52.752Z] + echo '

Individual Bundles

' [2023-09-08T19:59:52.752Z] + echo '

Statistics

' [2023-09-08T19:59:52.752Z] ++ xmllint --xpath 'count(/repository/units/unit[provides/provided/@namespace='\''org.eclipse.equinox.p2.eclipse.type'\'' and provides/provided/@name='\''bundle'\'' and not(preceding::unit/@id=../../@id)]/@id)' releng/repository/target/repository/content.xml [2023-09-08T19:59:52.752Z] + nDistinctBundles=304 [2023-09-08T19:59:52.752Z] + echo '

Number of distinct third party packages: 304.
' [2023-09-08T19:59:52.752Z] ++ xmllint --xpath 'count(/repository/units/unit[provides/provided/@namespace='\''org.eclipse.equinox.p2.eclipse.type'\'' and provides/provided/@name='\''bundle'\'']/@id)' releng/repository/target/repository/content.xml [2023-09-08T19:59:52.752Z] + nBundles=304 [2023-09-08T19:59:52.752Z] + echo 'Number of bundles (including different versions): 304.
' [2023-09-08T19:59:52.752Z] ++ xmllint --xpath 'count(/repository/units/unit[provides/provided/@name='\''bundle'\'' or provides/provided/@name='\''source'\'']/@id)' releng/repository/target/repository/content.xml [2023-09-08T19:59:52.752Z] + nTotalBundles=603 [2023-09-08T19:59:52.752Z] + echo 'Total number of bundles (including source): 603.' [2023-09-08T19:59:52.752Z] + echo '

CQ/IPZilla/IPLab/ClearlyDefined

' [2023-09-08T19:59:52.752Z] + echo '

Historically Orbit maintained cross referencing of IP information. With innovations across the Eclipse Foundation the Orbit project no longer maintains this information going forward and instead relies on IP being processed the same way as for other projects by using Dash License and the related tools.

' [2023-09-08T19:59:52.752Z] + echo '

Table of Bundles

' [2023-09-08T19:59:52.752Z] + echo '' [2023-09-08T19:59:52.752Z] + echo '' [2023-09-08T19:59:52.752Z] + echo '' [2023-09-08T19:59:52.752Z] + echo '' [2023-09-08T19:59:52.752Z] + echo '' [2023-09-08T19:59:52.752Z] + echo '' [2023-09-08T19:59:52.752Z] + xsltproc -stringparam repoPath https://download.eclipse.org/tools/orbit/downloads/drops/N20230908195041/repository /home/jenkins/agent/workspace/orbit-recipes/releng/scripts/repo-index.xsl releng/repository/target/repository/content.xml [2023-09-08T19:59:52.752Z] + echo '
BundleSourceVersion
' [2023-09-08T19:59:52.752Z] + cat - [2023-09-08T19:59:52.752Z] + scp index.html genie.orbit@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/tools/orbit/downloads/drops/N20230908195041/ [2023-09-08T19:59:53.009Z] + . /home/jenkins/agent/workspace/orbit-recipes/releng/scripts/composite-functions.sh [2023-09-08T19:59:53.009Z] + '[' true = true ']' [2023-09-08T19:59:53.009Z] + upload_composite_repo_files N20230908195041 ../drops/N20230908195041/repository latest-N [2023-09-08T19:59:53.009Z] + name=N20230908195041 [2023-09-08T19:59:53.009Z] + location=../drops/N20230908195041/repository [2023-09-08T19:59:53.009Z] + download_loc=latest-N [2023-09-08T19:59:53.009Z] ++ mktemp -d [2023-09-08T19:59:53.009Z] + d=/tmp/tmp.Gu6rnXBugx [2023-09-08T19:59:53.009Z] + pushd /tmp/tmp.Gu6rnXBugx [2023-09-08T19:59:53.009Z] /tmp/tmp.Gu6rnXBugx /home/jenkins/agent/workspace/orbit-recipes [2023-09-08T19:59:53.009Z] + make_composite_repo_files N20230908195041 ../drops/N20230908195041/repository [2023-09-08T19:59:53.009Z] + name=N20230908195041 [2023-09-08T19:59:53.009Z] + location=../drops/N20230908195041/repository [2023-09-08T19:59:53.009Z] ++ date +%s%3N [2023-09-08T19:59:53.009Z] + timestamp=1694203192943 [2023-09-08T19:59:53.009Z] + cat [2023-09-08T19:59:53.009Z] + cat [2023-09-08T19:59:53.009Z] + cat [2023-09-08T19:59:53.009Z] + ssh genie.orbit@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/tools/orbit/downloads/latest-N [2023-09-08T19:59:53.571Z] + ssh genie.orbit@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/tools/orbit/downloads/latest-N [2023-09-08T19:59:54.134Z] + scp -r compositeArtifacts.xml compositeContent.xml p2.index genie.orbit@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/tools/orbit/downloads/latest-N [2023-09-08T19:59:54.699Z] + popd [2023-09-08T19:59:54.699Z] /home/jenkins/agent/workspace/orbit-recipes [2023-09-08T19:59:54.699Z] + rm -rf /tmp/tmp.Gu6rnXBugx [2023-09-08T19:59:54.699Z] + '[' -n '' ']' [2023-09-08T19:59:54.699Z] + '[' -n '' ']' [2023-09-08T19:59:54.699Z] + set +x [2023-09-08T19:59:54.699Z] #################################################################################################### [2023-09-08T19:59:54.699Z] #################################################################################################### [2023-09-08T19:59:54.699Z] #################################################################################################### [2023-09-08T19:59:54.700Z] ### Build Page : https://download.eclipse.org/tools/orbit/downloads/drops/N20230908195041 ### [2023-09-08T19:59:54.700Z] ### p2 Repository : https://download.eclipse.org/tools/orbit//drops/N20230908195041 ### [2023-09-08T19:59:54.700Z] #################################################################################################### [2023-09-08T19:59:54.700Z] #################################################################################################### [2023-09-08T19:59:54.700Z] #################################################################################################### [Pipeline] } [2023-09-08T19:59:54.706Z] Executing sh script inside container container of pod orbit-recipes-506-fbr15-8qjjp-m1hfl [2023-09-08T19:59:54.960Z] Executing command: "ssh-agent" "-k" [2023-09-08T19:59:54.960Z] exit [2023-09-08T19:59:54.965Z] unset SSH_AUTH_SOCK; [2023-09-08T19:59:54.965Z] unset SSH_AGENT_PID; [2023-09-08T19:59:54.965Z] echo Agent pid 11715 killed; [2023-09-08T19:59:54.966Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // container Post stage [Pipeline] archiveArtifacts [2023-09-08T19:59:55.003Z] Archiving artifacts [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // timestamps [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] End of Pipeline orbit-installation-test is disabled. Triggering skipped Triggering a new build of orbit-simrel-orbit-aggregation #84 Finished: SUCCESS