Skip to content
Failed

Console Output

Started by user Ed Merks
Running as Ed Merks
Obtained maven-bnd/MavenBnd.jenkinsfile from git https://github.com/eclipse-orbit/orbit-simrel.git
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor
Agent basic-x8nt5 is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    kubernetes.jenkins.io/last-refresh: "1717771138999"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
    kubernetes.jenkins.io/controller: "http___jenkins-ui_orbit_svc_cluster_local_orbitx"
  name: "basic-x8nt5"
  namespace: "orbit"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.orbit.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-x8nt5"
    - name: "JENKINS_REMOTING_JAVA_OPTS"
      value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
        \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
    - name: "JAVA_TOOL_OPTIONS"
      value: ""
    - name: "_JAVA_OPTIONS"
      value: ""
    - name: "REMOTING_OPTS"
      value: "-noReconnectAfter 1d"
    - name: "OPENJ9_JAVA_OPTIONS"
      value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
    - name: "JENKINS_NAME"
      value: "basic-x8nt5"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.orbit.svc.cluster.local/orbit/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3206.vb_15dcf73f6a_9"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        cpu: "2000m"
        memory: "4096Mi"
      requests:
        cpu: "1000m"
        memory: "4096Mi"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "m2-dir"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins/.mavenrc"
      name: "m2-dir"
      readOnly: true
      subPath: ".mavenrc"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-3"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/wrapper"
      name: "volume-4"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
      subPath: ""
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-orbit"
      readOnly: true
  - name: "m2-secret-dir"
    secret:
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "m2-dir"
    name: "m2-dir"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-4"
  - emptyDir:
      medium: ""
    name: "volume-3"

Running on basic-x8nt5 in /home/jenkins/agent/workspace/orbit-simrel-maven-bnd
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Display Parameters)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] echo
BUILD_TYPE=nightly
DASH_STRICT=false
PROMOTE=false
BASELINE=https://download.eclipse.org/tools/orbit/simrel/maven-bnd/nightly/latest
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Git Checkout)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] checkout
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Using shallow clone with depth 1
Using no checkout clone with sparse checkout.
Cloning repository https://github.com/eclipse-orbit/orbit-simrel.git
 > git init /home/jenkins/agent/workspace/orbit-simrel-maven-bnd # timeout=10
Fetching upstream changes from https://github.com/eclipse-orbit/orbit-simrel.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress --depth=1 -- https://github.com/eclipse-orbit/orbit-simrel.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 51e4466eb2bff41bfdfc66b109ceb45638a1731a (refs/remotes/origin/main)
 > git config remote.origin.url https://github.com/eclipse-orbit/orbit-simrel.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/main^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git config core.sparsecheckout true # timeout=10
 > git read-tree -mu HEAD # timeout=10
 > git checkout -f 51e4466eb2bff41bfdfc66b109ceb45638a1731a # timeout=10
Commit message: "Update lucene to 9.11.0"
 > git rev-list --no-walk 51e4466eb2bff41bfdfc66b109ceb45638a1731a # timeout=10
[Pipeline] echo
[GIT_BRANCH:origin/main, GIT_COMMIT:51e4466eb2bff41bfdfc66b109ceb45638a1731a, GIT_PREVIOUS_COMMIT:51e4466eb2bff41bfdfc66b109ceb45638a1731a, GIT_PREVIOUS_SUCCESSFUL_COMMIT:940ac76030a77126bb0c9bb54fb1d8bae3b0c1df, GIT_URL:https://github.com/eclipse-orbit/orbit-simrel.git]
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build Orbit Maven BND)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sshagent
[ssh-agent] Using credentials genie.orbit (ssh://genie.orbit@projects-storage.eclipse.org)
[ssh-agent] Looking for ssh-agent implementation...
[ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-i9rWVvcW2i57/agent.126
SSH_AGENT_PID=128
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd@tmp/private_key_61945151721408272.key (/home/jenkins/agent/workspace/orbit-simrel-maven-bnd@tmp/private_key_61945151721408272.key)
[ssh-agent] Started.
[Pipeline] {
[Pipeline] dir
Running in /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd
[Pipeline] {
[Pipeline] withCredentials
Masking supported pattern matches of $GITLAB_API_TOKEN
[Pipeline] {
[Pipeline] sh
+ [[ false == false ]]
+ promotion_argument=-Dorg.eclipse.justj.p2.manager.args=
+ mvn --no-transfer-progress -Dorg.eclipse.justj.p2.manager.args= -Psign -Dorg.eclipse.justj.p2.manager.build.url=https://ci.eclipse.org/orbit/job/orbit-simrel-maven-bnd/ -Dorg.eclipse.justj.p2.manager.relative=simrel/maven-bnd -Dgit.commit=51e4466eb2bff41bfdfc66b109ceb45638a1731a -Dbuild.id=197 -Dbuild.type=nightly -Ddash.projectId=tools.orbit -Ddash.fail=false -Dtycho.target.eager=true -Ddash.iplab.token=**** -Dorg.eclipse.justj.p2.manager.extra.args= clean verify
Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
Maven home: /opt/tools/apache-maven/latest
Java version: 17.0.10, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-17/jdk-17.0.10+7
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] Tycho Version:  4.0.7 (0dbf79b2a18b352cdfa8ea65f7d433e0ff838100)
[INFO] Tycho Mode:     project
[INFO] Tycho Builder:  maven
[INFO] Build Threads:  1
[INFO] Resolving target definition file:/home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/tp/MavenBND.target for environments=[win32/win32/x86_64, macosx/cocoa/x86_64, macosx/cocoa/aarch64, linux/gtk/x86_64, linux/gtk/aarch64], include source mode=ignore, referenced repository mode =ignore, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2maven.DefaultProvisioningAgent@373e09c7
[INFO] Resolving MavenDependencyRoots = [GroupId = org.apache.lucene, ArtifactId = lucene-analysis-common, Version = 9.11.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.lucene, ArtifactId = lucene-analysis-smartcn, Version = 9.11.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.lucene, ArtifactId = lucene-core, Version = 9.11.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.lucene, ArtifactId = lucene-misc, Version = 9.11.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.lucene, ArtifactId = lucene-queries, Version = 9.11.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.lucene, ArtifactId = lucene-queryparser, Version = 9.11.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.lucene, ArtifactId = lucene-sandbox, Version = 9.11.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = true
[INFO] default instructions = {Export-Package=*;version="${version}";-noimport:=true, Bundle-SymbolicName=${mvnGroupId}.${replacestring;${mvnArtifactId};lucene-}, Eclipse-Wrapped-Bundle=${mvnGroupId}:${mvnArtifactId}:${mvnVersion}, Bundle-Version=${version}.v20240607-1000, -noextraheaders=true, -removeheaders=Private-Package, Bundle-Name=Bundle ${mvnGroupId} : ${mvnArtifactId}, version=${versionmask;===;${version_cleanup;${mvnVersion}}}, Import-Package=org.apache.lucene.*;version="${range;[==,+);${version}}",*}
[WARNING] org.apache.lucene:lucene-analysis-common:9.11.0: Unused Import-Package instructions: [org.apache.lucene.*] 
[INFO] org.apache.lucene:lucene-analysis-common:9.11.0 is wrapped as a bundle with bundle symbolic name org.apache.lucene.analysis-common
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="org.apache.lucene.analysis-common" version="9.11.0.v20240607-1000"/>
[INFO] org.apache.lucene:lucene-analysis-smartcn:9.11.0 is wrapped as a bundle with bundle symbolic name org.apache.lucene.analysis-smartcn
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="org.apache.lucene.analysis-smartcn" version="9.11.0.v20240607-1000"/>
[INFO] org.apache.lucene:lucene-core:9.11.0 is wrapped as a bundle with bundle symbolic name org.apache.lucene.core
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="org.apache.lucene.core" version="9.11.0.v20240607-1000"/>
[INFO] org.apache.lucene:lucene-misc:9.11.0 is wrapped as a bundle with bundle symbolic name org.apache.lucene.misc
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="org.apache.lucene.misc" version="9.11.0.v20240607-1000"/>
[INFO] org.apache.lucene:lucene-queries:9.11.0 is wrapped as a bundle with bundle symbolic name org.apache.lucene.queries
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="org.apache.lucene.queries" version="9.11.0.v20240607-1000"/>
[INFO] org.apache.lucene:lucene-queryparser:9.11.0 is wrapped as a bundle with bundle symbolic name org.apache.lucene.queryparser
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="org.apache.lucene.queryparser" version="9.11.0.v20240607-1000"/>
[INFO] org.apache.lucene:lucene-sandbox:9.11.0 is wrapped as a bundle with bundle symbolic name org.apache.lucene.sandbox
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="org.apache.lucene.sandbox" version="9.11.0.v20240607-1000"/>
[INFO] Resolving MavenDependencyRoots = [GroupId = org.jruby.joni, ArtifactId = joni, Version = 2.2.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.jruby.jcodings, ArtifactId = jcodings, Version = 1.0.58, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = true
[INFO] default instructions = {Export-Package=*;version="${version}";-noimport:=true, Bundle-SymbolicName=org.${mvnArtifactId}, Eclipse-Wrapped-Bundle=${mvnGroupId}:${mvnArtifactId}:${mvnVersion}, Bundle-Version=${version}.v20230703-0749, -noextraheaders=true, -removeheaders=Private-Package, Bundle-Name=Bundle ${mvnGroupId} : ${mvnArtifactId}, version=${versionmask;===;${version_cleanup;${mvnVersion}}}, Import-Package=*}
[INFO] org.jruby.joni:joni:2.2.1 is wrapped as a bundle with bundle symbolic name org.joni
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="org.joni" version="2.2.1.v20230703-0749"/>
[INFO] org.jruby.jcodings:jcodings:1.0.58 is wrapped as a bundle with bundle symbolic name org.jcodings
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="org.jcodings" version="1.0.58.v20230703-0749"/>
[INFO] Resolving MavenDependencyRoots = [GroupId = com.github.jnr, ArtifactId = jnr-a64asm, Version = 1.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.github.jnr, ArtifactId = jnr-x86asm, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = true
[INFO] default instructions = {Export-Package=*;version="${version}";-noimport:=true, Bundle-SymbolicName=com.github.jnr.${replacestring;${mvnArtifactId};jnr-;}, Eclipse-Wrapped-Bundle=${mvnGroupId}:${mvnArtifactId}:${mvnVersion}, Bundle-Version=${version}.v20230715-0746, -noextraheaders=true, -removeheaders=Private-Package, Bundle-Name=Bundle ${mvnGroupId} : ${mvnArtifactId}, version=${versionmask;===;${version_cleanup;${mvnVersion}}}, Import-Package=*}
[INFO] com.github.jnr:jnr-a64asm:1.0.0 is wrapped as a bundle with bundle symbolic name com.github.jnr.a64asm
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="com.github.jnr.a64asm" version="1.0.0.v20230715-0746"/>
[INFO] com.github.jnr:jnr-x86asm:1.0.2 is wrapped as a bundle with bundle symbolic name com.github.jnr.x86asm
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="com.github.jnr.x86asm" version="1.0.2.v20230715-0746"/>
[INFO] Resolving MavenDependencyRoots = [GroupId = org.hamcrest, ArtifactId = hamcrest-core, Version = 1.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = true
[INFO] default instructions = {Export-Package=org.hamcrest;${suffix}=split;version="${version}";mandatory:=${suffix};-noimport:=true,*.internal.*;x-internal:=true;version="${version}";-noimport:=true,*;version="${version}";-noimport:=true, Bundle-SymbolicName=org.${replacestring;${mvnArtifactId};-;.}, Eclipse-Wrapped-Bundle=${mvnGroupId}:${mvnArtifactId}:${mvnVersion}, Bundle-Version=${version}.v20230809-1000, -noextraheaders=true, -removeheaders=Private-Package, Bundle-Name=Bundle ${mvnGroupId} : ${mvnArtifactId}, suffix=${replacestring;${mvnArtifactId};hamcrest-;}, version=${versionmask;===;${version_cleanup;${mvnVersion}}}, Import-Package=*}
[INFO] org.hamcrest:hamcrest-core:1.3 is wrapped as a bundle with bundle symbolic name org.hamcrest.core
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="org.hamcrest.core" version="1.3.0.v20230809-1000"/>
[INFO] Resolving MavenDependencyRoots = [GroupId = org.hamcrest, ArtifactId = hamcrest-library, Version = 1.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = true
[INFO] default instructions = {Export-Package=org.hamcrest;${suffix}=split;version="${version}";mandatory:=${suffix};core=!;-noimport:=true,*.internal.*;x-internal:=true;version="${version}";-noimport:=true,*;version="${version}";-noimport:=true, Bundle-SymbolicName=org.${replacestring;${mvnArtifactId};-;.}, Eclipse-Wrapped-Bundle=${mvnGroupId}:${mvnArtifactId}:${mvnVersion}, Bundle-Version=${version}.v20230809-1000, -noextraheaders=true, -removeheaders=Private-Package, Bundle-Name=Bundle ${mvnGroupId} : ${mvnArtifactId}, suffix=${replacestring;${mvnArtifactId};hamcrest-;}, version=${versionmask;===;${version_cleanup;${mvnVersion}}}, Import-Package=!org.hamcrest.core,*, Require-Bundle=org.hamcrest.core;bundle-version="1.3.0"}
[WARNING] org.hamcrest:hamcrest-library:1.3: Dependency org.hamcrest:hamcrest-core:jar:1.3 (compile) was ignored!
[WARNING] org.hamcrest:hamcrest-library:1.3: Unused Export-Package instructions: [*.internal.*] 
[WARNING] org.hamcrest:hamcrest-library:1.3: Host org.hamcrest.core=bundle-version="1.3.0" for this fragment/require bundle cannot be found on the classpath
[WARNING] org.hamcrest:hamcrest-library:1.3: package info for org.hamcrest attribute [core~='!'], key must be an EXTENDED (CORE1.3.2 [-.\w]+). From null
[INFO] org.hamcrest:hamcrest-library:1.3 is wrapped as a bundle with bundle symbolic name org.hamcrest.library
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="org.hamcrest.library" version="1.3.0.v20230809-1000"/>
[INFO] Resolving MavenDependencyRoots = [GroupId = org.hamcrest, ArtifactId = hamcrest-core, Version = 2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.hamcrest, ArtifactId = hamcrest-library, Version = 2.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = true
[INFO] default instructions = {Bundle-Require=, Bundle-Name=Bundle ${mvnGroupId} : ${mvnArtifactId}, suffix=${replacestring;${mvnArtifactId};hamcrest-;}, Import-Package=*, version=${versionmask;===;${version_cleanup;${mvnVersion}}}, Export-Package=!org.hamcrest.core.deprecated,!org.hamcrest.library.deprecated,*, Bundle-SymbolicName=org.${replacestring;${mvnArtifactId};-;.}, Eclipse-Wrapped-Bundle=${mvnGroupId}:${mvnArtifactId}:${mvnVersion}, Bundle-Version=${version}.v20230809-1000, -noextraheaders=true, -removeheaders=Private-Package, Require-Bundle=org.hamcrest;bundle-version="2.2.0";visibility:=reexport}
[INFO] org.hamcrest:hamcrest-core:2.2 is wrapped as a bundle with bundle symbolic name org.hamcrest.core
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="org.hamcrest.core" version="2.2.0.v20230809-1000"/>
[WARNING] org.hamcrest:hamcrest-library:2.2: Host org.hamcrest=bundle-version="2.2.0";visibility:=reexport for this fragment/require bundle cannot be found on the classpath
[INFO] org.hamcrest:hamcrest-library:2.2 is wrapped as a bundle with bundle symbolic name org.hamcrest.library
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="org.hamcrest.library" version="2.2.0.v20230809-1000"/>
[INFO] Resolving MavenDependencyRoots = [GroupId = junit, ArtifactId = junit, Version = 4.13.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = true
[INFO] default instructions = {Export-Package=*.internal.*;x-internal:=true;version="${version}";-noimport:=true,*;version="${version}";-noimport:=true, Bundle-SymbolicName=org.${mvnArtifactId}, Eclipse-Wrapped-Bundle=${mvnGroupId}:${mvnArtifactId}:${mvnVersion}, Bundle-Version=${version}.v20230809-1000, -noextraheaders=true, -removeheaders=Private-Package, Bundle-Name=Bundle ${mvnGroupId} : ${mvnArtifactId}, version=${versionmask;===;${version_cleanup;${mvnVersion}}}, Require-Bundle=org.hamcrest.core;bundle-version="1.3.0";visibility:=reexport, Import-Package=!*}
[WARNING] junit:junit:4.13.2: Host org.hamcrest.core=bundle-version="1.3.0";visibility:=reexport for this fragment/require bundle cannot be found on the classpath
[INFO] junit:junit:4.13.2 is wrapped as a bundle with bundle symbolic name org.junit
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="org.junit" version="4.13.2.v20230809-1000"/>
[INFO] Resolving MavenDependencyRoots = [GroupId = aopalliance, ArtifactId = aopalliance, Version = 1.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = true
[INFO] default instructions = {Export-Package=*;version="${version}";-noimport:=true, Bundle-SymbolicName=org.${mvnArtifactId}, Eclipse-Wrapped-Bundle=${mvnGroupId}:${mvnArtifactId}:${mvnVersion}, Bundle-Version=${version}.v20230720-0728, -noextraheaders=true, -removeheaders=Private-Package, Bundle-Name=Bundle ${mvnGroupId} : ${mvnArtifactId}, version=${versionmask;===;${version_cleanup;${mvnVersion}}}, Import-Package=*}
[INFO] aopalliance:aopalliance:1.0 is wrapped as a bundle with bundle symbolic name org.aopalliance
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="org.aopalliance" version="1.0.0.v20230720-0728"/>
[INFO] Resolving MavenDependencyRoots = [GroupId = org.jdom, ArtifactId = jdom, Version = 1.1.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = true
[INFO] default instructions = {Export-Package=*;version="${version}";-noimport:=true, Bundle-SymbolicName=org.${mvnArtifactId}, Eclipse-Wrapped-Bundle=${mvnGroupId}:${mvnArtifactId}:${mvnVersion}, Bundle-Version=${version}.v20230812-1600, -noextraheaders=true, -removeheaders=Private-Package, Bundle-Name=Bundle ${mvnGroupId} : ${mvnArtifactId}, version=${versionmask;===;${version_cleanup;${mvnVersion}}}, Import-Package=!*}
[WARNING] org.jdom:jdom:1.1.3: Dependency jdom:jdom:jar:1.0 (compile?) was ignored!
[WARNING] org.jdom:jdom:1.1.3: Dependency maven-plugins:maven-cobertura-plugin:plugin:1.3 (compile?) was ignored!
[WARNING] org.jdom:jdom:1.1.3: Dependency maven-plugins:maven-findbugs-plugin:plugin:1.3.1 (compile?) was ignored!
[WARNING] org.jdom:jdom:1.1.3: Version for package org.w3c.dom is set to different values in the source (1.1.3) and in the manifest (1.3.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
[WARNING] org.jdom:jdom:1.1.3: The default package '.' is not permitted by the Import-Package syntax.
 This can be caused by compile errors in Eclipse because Eclipse creates
valid class files regardless of compile errors.
The following package(s) import from the default package null
[WARNING] org.jdom:jdom:1.1.3: Dependency com.ibm.icu:icu4j:jar:2.6.1 (compile?) was ignored!
[WARNING] org.jdom:jdom:1.1.3: Exception: java.io.IOException: Unrecognized constant pool tag value 60 at index 41
	at aQute.bnd.classfile.ConstantPool.read(ConstantPool.java:179)
	at aQute.bnd.classfile.ClassFile.parseClassFile(ClassFile.java:75)
	at aQute.bnd.osgi.Clazz.parseClassFileData(Clazz.java:797)
	at aQute.bnd.osgi.Clazz.parseClassFileData(Clazz.java:785)
	at aQute.bnd.osgi.Clazz.parseClassFileWithCollector(Clazz.java:773)
	at aQute.bnd.osgi.Clazz.parseClassFile(Clazz.java:763)
	at aQute.bnd.osgi.Analyzer.analyzeJar(Analyzer.java:2686)
	at aQute.bnd.osgi.Analyzer.analyzeBundleClasspath(Analyzer.java:2594)
	at aQute.bnd.osgi.Analyzer.analyzeContent(Analyzer.java:439)
	at aQute.bnd.osgi.Analyzer.analyze(Analyzer.java:208)
	at aQute.bnd.osgi.Analyzer.calcManifest(Analyzer.java:1038)
	at org.eclipse.m2e.pde.target.shared.MavenBundleWrapper.getWrappedNode(MavenBundleWrapper.java:223)
	at org.eclipse.m2e.pde.target.shared.MavenBundleWrapper.getWrappedNode(MavenBundleWrapper.java:183)
	at org.eclipse.m2e.pde.target.shared.MavenBundleWrapper.getWrappedNode(MavenBundleWrapper.java:183)
	at org.eclipse.m2e.pde.target.shared.MavenBundleWrapper.getWrappedNode(MavenBundleWrapper.java:183)
	at org.eclipse.m2e.pde.target.shared.MavenBundleWrapper.getWrappedArtifact(MavenBundleWrapper.java:142)
	at org.eclipse.tycho.core.resolver.MavenTargetDefinitionContent.<init>(MavenTargetDefinitionContent.java:214)
	at org.eclipse.tycho.core.resolver.MavenTargetLocationFactory.resolveTargetDefinitionContent(MavenTargetLocationFactory.java:54)
	at org.eclipse.tycho.p2resolver.TargetDefinitionResolver.resolveContentWithExceptions(TargetDefinitionResolver.java:196)
	at org.eclipse.tycho.p2resolver.TargetDefinitionResolver.resolveContent(TargetDefinitionResolver.java:116)
	at org.eclipse.tycho.p2resolver.TargetDefinitionResolverService.resolveFromArguments(TargetDefinitionResolverService.java:96)
	at java.base/java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1708)
	at org.eclipse.tycho.p2resolver.TargetDefinitionResolverService.getTargetDefinitionContent(TargetDefinitionResolverService.java:70)
	at org.eclipse.tycho.p2resolver.TargetPlatformFactoryImpl.resolveTargetDefinitions(TargetPlatformFactoryImpl.java:366)
	at org.eclipse.tycho.p2resolver.TargetPlatformFactoryImpl.createTargetPlatform(TargetPlatformFactoryImpl.java:219)
	at org.eclipse.tycho.p2resolver.TargetPlatformFactoryImpl.createTargetPlatform(TargetPlatformFactoryImpl.java:185)
	at org.eclipse.tycho.p2resolver.TargetPlatformFactoryImpl.createTargetPlatform(TargetPlatformFactoryImpl.java:123)
	at org.eclipse.tycho.p2resolver.DefaultTargetPlatformFactory.createTargetPlatform(DefaultTargetPlatformFactory.java:75)
	at org.eclipse.tycho.p2resolver.P2DependencyResolver.lambda$getPreliminaryTargetPlatform$3(P2DependencyResolver.java:242)
	at org.eclipse.tycho.core.osgitools.DefaultReactorProject$LazyValue.get(DefaultReactorProject.java:307)
	at org.eclipse.tycho.core.osgitools.DefaultReactorProject.computeContextValue(DefaultReactorProject.java:200)
	at org.eclipse.tycho.p2resolver.P2DependencyResolver.getPreliminaryTargetPlatform(P2DependencyResolver.java:209)
	at org.eclipse.tycho.core.osgitools.TargetPlatformProject.lambda$getDependencyArtifacts$1(TargetPlatformProject.java:81)
	at org.eclipse.tycho.core.osgitools.DefaultReactorProject$LazyValue.get(DefaultReactorProject.java:307)
	at org.eclipse.tycho.core.osgitools.DefaultReactorProject.computeContextValue(DefaultReactorProject.java:200)
	at org.eclipse.tycho.core.osgitools.TargetPlatformProject.getDependencyArtifacts(TargetPlatformProject.java:77)
	at org.eclipse.tycho.core.resolver.DefaultTychoResolver.resolveProject(DefaultTychoResolver.java:98)
	at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.lambda$resolveProjects$3(TychoMavenLifecycleParticipant.java:249)
	at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183)
	at java.base/java.util.stream.WhileOps$1$1.accept(WhileOps.java:99)
	at java.base/java.util.ArrayList$ArrayListSpliterator.tryAdvance(ArrayList.java:1602)
	at java.base/java.util.stream.ReferencePipeline.forEachWithCancel(ReferencePipeline.java:129)
	at java.base/java.util.stream.AbstractPipeline.copyIntoWithCancel(AbstractPipeline.java:527)
	at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:513)
	at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
	at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150)
	at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173)
	at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
	at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)
	at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.resolveProjects(TychoMavenLifecycleParticipant.java:285)
	at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead(TychoMavenLifecycleParticipant.java:150)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:223)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:173)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:101)
	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:906)
	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:283)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:206)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:283)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:226)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:407)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:348)

[WARNING] org.jdom:jdom:1.1.3: Invalid class file com/ibm/icu/impl/data/LocaleElements_zh__PINYIN.class (Unrecognized constant pool tag value 60 at index 41)
[WARNING] org.jdom:jdom:1.1.3: Optional artifact maven-plugins:maven-cobertura-plugin:plugin:1.3 was not found
[WARNING] org.jdom:jdom:1.1.3: Optional artifact maven-plugins:maven-findbugs-plugin:plugin:1.3.1 was not found
[INFO] org.jdom:jdom:1.1.3 is wrapped as a bundle with bundle symbolic name org.jdom
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="org.jdom" version="1.1.3.v20230812-1600"/>
[INFO] Resolving MavenDependencyRoots = [GroupId = org.jdom, ArtifactId = jdom2, Version = 2.0.6.1, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = true
[INFO] default instructions = {Export-Package=*;version="${version}";-noimport:=true, Bundle-SymbolicName=org.${mvnArtifactId}, Eclipse-Wrapped-Bundle=${mvnGroupId}:${mvnArtifactId}:${mvnVersion}, Bundle-Version=${version}.v20230720-0727, -noextraheaders=true, -removeheaders=Private-Package, Bundle-Name=Bundle ${mvnGroupId} : ${mvnArtifactId}, version=${versionmask;===;${version_cleanup;${mvnVersion}}}, Import-Package=org.jaxen.*;version="${range;[==,3);${@}}",*}
[WARNING] org.jdom:jdom2:2.0.6.1: Version for package org.w3c.dom.html is set to different values in the source (2.11.0) and in the manifest (1.4.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
[WARNING] org.jdom:jdom2:2.0.6.1: Unused Import-Package instructions: [org.jaxen.*] 
[INFO] org.jdom:jdom2:2.0.6.1 is wrapped as a bundle with bundle symbolic name org.jdom2
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="org.jdom2" version="2.0.6.v20230720-0727"/>
[INFO] Resolving MavenDependencyRoots = [GroupId = org.codelibs, ArtifactId = nekohtml, Version = 2.1.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = true
[INFO] default instructions = {Export-Package=*;version="${version}";-noimport:=true, Bundle-SymbolicName=${mvnGroupId}.${mvnArtifactId}, Eclipse-Wrapped-Bundle=${mvnGroupId}:${mvnArtifactId}:${mvnVersion}, Bundle-Version=${version}.v20240413-0800, -noextraheaders=true, -removeheaders=Private-Package, Bundle-Name=Bundle ${mvnGroupId} : ${mvnArtifactId}, version=${versionmask;===;${version_cleanup;${mvnVersion}}}, Import-Package=org.codelibs.xerces.xml.resolver*|sun.io;resolution:=optional,*}
[INFO] org.codelibs:nekohtml:2.1.3 is wrapped as a bundle with bundle symbolic name org.codelibs.nekohtml
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="org.codelibs.nekohtml" version="2.1.3.v20240413-0800"/>
[INFO] Resolving MavenDependencyRoots = [GroupId = org.apache.ws.commons.util, ArtifactId = ws-commons-util, Version = 1.0.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = true
[INFO] default instructions = {Export-Package=*;version="${version}";-noimport:=true, Bundle-SymbolicName=${mvnGroupId}, Eclipse-Wrapped-Bundle=${mvnGroupId}:${mvnArtifactId}:${mvnVersion}, Bundle-Version=${version}.v20230723-0712, -noextraheaders=true, -removeheaders=Private-Package, Bundle-Name=Bundle ${mvnGroupId} : ${mvnArtifactId}, version=${versionmask;===;${version_cleanup;${mvnVersion}}}, Import-Package=*;version=!}
[INFO] org.apache.ws.commons.util:ws-commons-util:1.0.2 is wrapped as a bundle with bundle symbolic name org.apache.ws.commons.util
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="org.apache.ws.commons.util" version="1.0.2.v20230723-0712"/>
[INFO] Resolving MavenDependencyRoots = [GroupId = wsdl4j, ArtifactId = wsdl4j, Version = 1.6.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = true
[INFO] default instructions = {Export-Package=*;version="${version}";-noimport:=true, Bundle-SymbolicName=javax.wsdl, Eclipse-Wrapped-Bundle=${mvnGroupId}:${mvnArtifactId}:${mvnVersion}, Bundle-Version=${version}.v20230730-0710, -noextraheaders=true, -removeheaders=Private-Package, Bundle-Name=Bundle ${mvnGroupId} : ${mvnArtifactId}, version=${versionmask;===;${version_cleanup;${mvnVersion}}}, Import-Package=*}
[INFO] wsdl4j:wsdl4j:1.6.3 is wrapped as a bundle with bundle symbolic name javax.wsdl
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="javax.wsdl" version="1.6.3.v20230730-0710"/>
[INFO] Resolving MavenDependencyRoots = [GroupId = org.eclipse.orbit, ArtifactId = org.apache.axis, Version = 1.4.1.20231107-0755, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = true
[INFO] default instructions = {Export-Package=*;version="${version}";-noimport:=true, Bundle-SymbolicName=org.apache.axis, Eclipse-Wrapped-Bundle=${mvnGroupId}:${mvnArtifactId}:${mvnVersion}, Bundle-Version=${version}.v20231107-0937, -noextraheaders=true, -removeheaders=Private-Package, Bundle-Name=Bundle ${mvnGroupId} : ${mvnArtifactId}, version=${versionmask;===;${version_cleanup;${mvnVersion}}}, Import-Package=javax.wsdl.*,com.ibm.wsdl.*,javax.activation.*,javax.xml.*,javax.servlet.*,org.apache.commons.discovery.*,org.w3c.dom.*,org.xml.sax.*,!org.exolab.castor.xml,*;resolution:=optional;}
[INFO] org.eclipse.orbit:org.apache.axis:1.4.1.20231107-0755 is wrapped as a bundle with bundle symbolic name org.apache.axis
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="org.apache.axis" version="1.4.1.v20231107-0937"/>
[INFO] Resolving MavenDependencyRoots = [GroupId = org.eclipse.orbit, ArtifactId = org.apache.axis-ant, Version = 1.4.1.20231107-0755, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = true
[INFO] default instructions = {Export-Package=org.apache.axis;split=ant;mandatory:=split;version="${version}",*;version="${version}";-noimport:=true, axis-version-range=${range;[==,+);${version}}, Bundle-SymbolicName=org.apache.axis.ant, Eclipse-Wrapped-Bundle=${mvnGroupId}:${mvnArtifactId}:${mvnVersion}, Bundle-Version=${version}.v20231107-0937, -noextraheaders=true, -removeheaders=Private-Package, Bundle-Name=Bundle ${mvnGroupId} : ${mvnArtifactId}, version=${versionmask;===;${version_cleanup;${mvnVersion}}}, Import-Package=org.apache.axis.*;version="${axis-version-range}";split=!,*}
[INFO] org.eclipse.orbit:org.apache.axis-ant:1.4.1.20231107-0755 is wrapped as a bundle with bundle symbolic name org.apache.axis.ant
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="org.apache.axis.ant" version="1.4.1.v20231107-0937"/>
[INFO] Resolving MavenDependencyRoots = [GroupId = commons-httpclient, ArtifactId = commons-httpclient, Version = 3.1, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = true
[INFO] default instructions = {Export-Package=*;version="${version}";-noimport:=true, Bundle-SymbolicName=org.apache.commons.httpclient, Eclipse-Wrapped-Bundle=${mvnGroupId}:${mvnArtifactId}:${mvnVersion}, Bundle-Version=${version}.v20240401-1000, -noextraheaders=true, -removeheaders=Private-Package, Bundle-Name=Bundle ${mvnGroupId} : ${mvnArtifactId}, version=${versionmask;===;${version_cleanup;${mvnVersion}}}, Import-Package=*, Automatic-Module-Name=org.apache.commons.httpclient}
[INFO] commons-httpclient:commons-httpclient:3.1 is wrapped as a bundle with bundle symbolic name org.apache.commons.httpclient
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="org.apache.commons.httpclient" version="3.1.0.v20240401-1000"/>
[INFO] Resolving MavenDependencyRoots = [GroupId = org.apache.httpcomponents.core5, ArtifactId = httpcore5, Version = 5.2.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.httpcomponents.core5, ArtifactId = httpcore5-h2, Version = 5.2.4, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = true
[INFO] default instructions = {Export-Package=*;version="${version}";-noimport:=true, Bundle-SymbolicName=${mvnGroupId}.${mvnArtifactId}, Eclipse-Wrapped-Bundle=${mvnGroupId}:${mvnArtifactId}:${mvnVersion}, Bundle-Version=${version}.v20231203-1619, -noextraheaders=true, -removeheaders=Private-Package, Bundle-Name=Bundle ${mvnGroupId} : ${mvnArtifactId}, version=${versionmask;===;${version_cleanup;${mvnVersion}}}, Import-Package=org.conscrypt;resolution:=optional,*}
[INFO] org.apache.httpcomponents.core5:httpcore5:5.2.4 is wrapped as a bundle with bundle symbolic name org.apache.httpcomponents.core5.httpcore5
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="org.apache.httpcomponents.core5.httpcore5" version="5.2.4.v20231203-1619"/>
[INFO] org.apache.httpcomponents.core5:httpcore5-h2:5.2.4 is wrapped as a bundle with bundle symbolic name org.apache.httpcomponents.core5.httpcore5-h2
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="org.apache.httpcomponents.core5.httpcore5-h2" version="5.2.4.v20231203-1619"/>
[INFO] Resolving MavenDependencyRoots = [GroupId = org.apache.httpcomponents.client5, ArtifactId = httpclient5, Version = 5.3.1, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = true
[INFO] default instructions = {Export-Package=*;version="${version}";-noimport:=true, Bundle-SymbolicName=${mvnGroupId}.${mvnArtifactId}, Eclipse-Wrapped-Bundle=${mvnGroupId}:${mvnArtifactId}:${mvnVersion}, Bundle-Version=${version}.v20240126-0900, -noextraheaders=true, -removeheaders=Private-Package, Bundle-Name=Bundle ${mvnGroupId} : ${mvnArtifactId}, version=${versionmask;===;${version_cleanup;${mvnVersion}}}, Import-Package=org.brotli.dec|org.conscrypt;resolution:=optional,org.slf4j.*;version=!,*}
[WARNING] org.apache.httpcomponents.client5:httpclient5:5.3.1: Unused Import-Package instructions: [org.brotli.dec|org.conscrypt, org.slf4j.*] 
[WARNING] org.apache.httpcomponents.client5:httpclient5:5.3.1: Unused Import-Package instructions: [org.slf4j.*] 
[INFO] org.apache.httpcomponents.client5:httpclient5:5.3.1 is wrapped as a bundle with bundle symbolic name org.apache.httpcomponents.client5.httpclient5
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="org.apache.httpcomponents.client5.httpclient5" version="5.3.1.v20240126-0900"/>
[INFO] Resolving MavenDependencyRoots = [GroupId = org.apache.httpcomponents, ArtifactId = httpclient-win, Version = 4.5.14, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = true
[INFO] default instructions = {Bundle-Name=Bundle ${mvnGroupId} : ${mvnArtifactId}, version=${versionmask;===;${version_cleanup;${mvnVersion}}}, Import-Package=*, Automatic-Module-Name=${name}, Export-Package=*;version="${version}";-noimport:=true, Bundle-SymbolicName=${name}, Eclipse-Wrapped-Bundle=${mvnGroupId}:${mvnArtifactId}:${mvnVersion}, Bundle-Version=${version}.v20240401-1000, -noextraheaders=true, name=${mvnGroupId}.${replacestring;${mvnArtifactId};-;.}, -removeheaders=Private-Package, Eclipse-PlatformFilter=(|(osgi.os=win32)(org.eclipse.orbit.maven.bnd.buildtime=true))}
[WARNING] org.apache.httpcomponents:httpclient-win:4.5.14: No translation found for macro: scmBranch
[WARNING] org.apache.httpcomponents:httpclient-win:4.5.14: No translation found for macro: buildNumber
[INFO] org.apache.httpcomponents:httpclient-win:4.5.14 is wrapped as a bundle with bundle symbolic name org.apache.httpcomponents.httpclient.win
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="org.apache.httpcomponents.httpclient.win" version="4.5.14.v20240401-1000"/>
[INFO] Resolving MavenDependencyRoots = [GroupId = org.apache.httpcomponents.client5, ArtifactId = httpclient5-win, Version = 5.2.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = true
[INFO] default instructions = {Export-Package=*;version="${version}";-noimport:=true, Bundle-SymbolicName=${mvnGroupId}.${mvnArtifactId}, Eclipse-Wrapped-Bundle=${mvnGroupId}:${mvnArtifactId}:${mvnVersion}, Bundle-Version=${version}.v20231203-1619, -noextraheaders=true, -removeheaders=Private-Package, Eclipse-PlatformFilter=(|(osgi.os=win32)(org.eclipse.orbit.maven.bnd.buildtime=true)), Bundle-Name=Bundle ${mvnGroupId} : ${mvnArtifactId}, version=${versionmask;===;${version_cleanup;${mvnVersion}}}, Import-Package=org.slf4j.*;version=!,*}
[WARNING] org.apache.httpcomponents.client5:httpclient5-win:5.2.3: Unused Import-Package instructions: [org.slf4j.*] 
[INFO] org.apache.httpcomponents.client5:httpclient5-win:5.2.3 is wrapped as a bundle with bundle symbolic name org.apache.httpcomponents.client5.httpclient5-win
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="org.apache.httpcomponents.client5.httpclient5-win" version="5.2.3.v20231203-1619"/>
[INFO] Resolving MavenDependencyRoots = [GroupId = com.konghq, ArtifactId = unirest-java, Version = 3.14.5, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = true
[INFO] default instructions = {Export-Package=*;version="${version}";-noimport:=true, Bundle-SymbolicName=${mvnGroupId}.${mvnArtifactId}, Eclipse-Wrapped-Bundle=${mvnGroupId}:${mvnArtifactId}:${mvnVersion}, Bundle-Version=${version}.v20230803-0817, -noextraheaders=true, -removeheaders=Private-Package, Bundle-Name=Bundle ${mvnGroupId} : ${mvnArtifactId}, version=${versionmask;===;${version_cleanup;${mvnVersion}}}, Import-Package=com.google.gson.internal;resolution:=optional,*}
[WARNING] com.konghq:unirest-java:3.14.5: No translation found for macro: scmBranch
[WARNING] com.konghq:unirest-java:3.14.5: No translation found for macro: buildNumber
[INFO] com.konghq:unirest-java:3.14.5 is wrapped as a bundle with bundle symbolic name com.konghq.unirest-java
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="com.konghq.unirest-java" version="3.14.5.v20230803-0817"/>
[INFO] Resolving MavenDependencyRoots = [GroupId = com.jcraft, ArtifactId = jsch, Version = 0.1.55, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = true
[INFO] default instructions = {Export-Package=*;version="${version}";-noimport:=true, Bundle-SymbolicName=${mvnGroupId}.${mvnArtifactId}, Eclipse-Wrapped-Bundle=${mvnGroupId}:${mvnArtifactId}:${mvnVersion}, Bundle-Version=${version}.v20230916-1400, -noextraheaders=true, -removeheaders=Private-Package, Bundle-Name=Bundle ${mvnGroupId} : ${mvnArtifactId}, version=${versionmask;===;${version_cleanup;${mvnVersion}}}, Import-Package=*;resolution:=optional;}
[INFO] com.jcraft:jsch:0.1.55 is wrapped as a bundle with bundle symbolic name com.jcraft.jsch
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="com.jcraft.jsch" version="0.1.55.v20230916-1400"/>
[INFO] Resolving MavenDependencyRoots = [GroupId = com.jcraft, ArtifactId = jzlib, Version = 1.1.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = true
[INFO] com.jcraft:jzlib:1.1.3 is wrapped as a bundle with bundle symbolic name com.jcraft.jzlib
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="com.jcraft.jzlib" version="1.1.3.v20230916-1400"/>
[INFO] Resolving MavenDependencyRoots = [GroupId = org.apache.xmlgraphics, ArtifactId = xmlgraphics-commons, Version = 2.9, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = true
[INFO] default instructions = {Export-Package=*;version="${version}", Bundle-SymbolicName=${mvnGroupId}, Eclipse-Wrapped-Bundle=${mvnGroupId}:${mvnArtifactId}:${mvnVersion}, Bundle-Version=${version}.v20230916-1600, -noextraheaders=true, -removeheaders=Private-Package, Bundle-Name=Bundle ${mvnGroupId} : ${mvnArtifactId}, version=${versionmask;===;${version_cleanup;${mvnVersion}}}, Import-Package=*}
[INFO] org.apache.xmlgraphics:xmlgraphics-commons:2.9 is wrapped as a bundle with bundle symbolic name org.apache.xmlgraphics
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="org.apache.xmlgraphics" version="2.9.0.v20230916-1600"/>
[INFO] Resolving MavenDependencyRoots = [GroupId = org.apache.xmlgraphics, ArtifactId = batik-anim, Version = 1.17, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.xmlgraphics, ArtifactId = batik-awt-util, Version = 1.17, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.xmlgraphics, ArtifactId = batik-bridge, Version = 1.17, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.xmlgraphics, ArtifactId = batik-codec, Version = 1.17, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.xmlgraphics, ArtifactId = batik-constants, Version = 1.17, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.xmlgraphics, ArtifactId = batik-css, Version = 1.17, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.xmlgraphics, ArtifactId = batik-dom, Version = 1.17, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.xmlgraphics, ArtifactId = batik-svg-dom, Version = 1.17, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.xmlgraphics, ArtifactId = batik-ext, Version = 1.17, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.xmlgraphics, ArtifactId = batik-gvt, Version = 1.17, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.xmlgraphics, ArtifactId = batik-i18n, Version = 1.17, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.xmlgraphics, ArtifactId = batik-parser, Version = 1.17, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.xmlgraphics, ArtifactId = batik-script, Version = 1.17, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.xmlgraphics, ArtifactId = batik-shared-resources, Version = 1.17, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.xmlgraphics, ArtifactId = batik-svggen, Version = 1.17, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.xmlgraphics, ArtifactId = batik-transcoder, Version = 1.17, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.xmlgraphics, ArtifactId = batik-util, Version = 1.17, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.xmlgraphics, ArtifactId = batik-xml, Version = 1.17, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = true
[INFO] default instructions = {Eclipse-RegisterBuddy=org.apache.batik.awt.util,org.apache.batik.transcoder,org.apache.batik.svggen,org.apache.batik.dom, Bundle-Name=Bundle ${mvnGroupId} : ${mvnArtifactId}, suffix=${replacestring;${mappedId};-;.}, version=${versionmask;===;${version_cleanup;${mvnVersion}}}, Import-Package=org.w3c.dom.smil*;version="1.0.0",org.w3c.dom.svg*;version="1.1.0",javax.xml*|org.w3c.dom*|org.xml.sax*;version=!,org.mozilla.javascript*|org.python*;resolution:=optional,org.apache.xmlgraphics*;version="${range;[=,+);${@}}",*, Eclipse-BuddyPolicy=registered, Export-Package=*;version="${version}";-noimport:=true, Bundle-SymbolicName=org.apache.${suffix}, Eclipse-Wrapped-Bundle=${mvnGroupId}:${mvnArtifactId}:${mvnVersion}, Bundle-Version=${version}.v20231215-1130, -noextraheaders=true, -removeheaders=Private-Package, mappedId=${replacestring;${mvnArtifactId};batik-svg-dom;batik-dom-svg}}
[WARNING] org.apache.xmlgraphics:batik-anim:1.17: Unused Import-Package instructions: [org.mozilla.javascript*|org.python*, org.apache.xmlgraphics*] 
[WARNING] org.apache.xmlgraphics:batik-anim:1.17: Unused Import-Package instructions: [org.w3c.dom.smil*, org.w3c.dom.svg*, javax.xml*|org.w3c.dom*|org.xml.sax*, org.mozilla.javascript*|org.python*] 
[WARNING] org.apache.xmlgraphics:batik-anim:1.17: Unused Import-Package instructions: [org.w3c.dom.smil*, org.w3c.dom.svg*, org.mozilla.javascript*|org.python*, org.apache.xmlgraphics*] 
[WARNING] org.apache.xmlgraphics:batik-anim:1.17: Unused Import-Package instructions: [org.w3c.dom.smil*, org.w3c.dom.svg*, javax.xml*|org.w3c.dom*|org.xml.sax*, org.mozilla.javascript*|org.python*, org.apache.xmlgraphics*] 
[WARNING] org.apache.xmlgraphics:batik-anim:1.17: Unused Import-Package instructions: [org.w3c.dom.smil*, org.mozilla.javascript*|org.python*] 
[WARNING] org.apache.xmlgraphics:batik-anim:1.17: Unused Import-Package instructions: [org.w3c.dom.svg*, org.mozilla.javascript*|org.python*, org.apache.xmlgraphics*] 
[INFO] org.apache.xmlgraphics:batik-anim:1.17 is wrapped as a bundle with bundle symbolic name org.apache.batik.anim
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="org.apache.batik.anim" version="1.17.0.v20231215-1130"/>
[WARNING] org.apache.xmlgraphics:batik-awt-util:1.17: Unused Import-Package instructions: [org.w3c.dom.smil*, org.w3c.dom.svg*, javax.xml*|org.w3c.dom*|org.xml.sax*, org.mozilla.javascript*|org.python*] 
[INFO] org.apache.xmlgraphics:batik-awt-util:1.17 is wrapped as a bundle with bundle symbolic name org.apache.batik.awt.util
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="org.apache.batik.awt.util" version="1.17.0.v20231215-1130"/>
[WARNING] org.apache.xmlgraphics:batik-bridge:1.17: Unused Import-Package instructions: [org.w3c.dom.smil*] 
[WARNING] org.apache.xmlgraphics:batik-bridge:1.17: Unused Import-Package instructions: [org.mozilla.javascript*|org.python*, org.apache.xmlgraphics*] 
[WARNING] org.apache.xmlgraphics:batik-bridge:1.17: Unused Import-Package instructions: [org.w3c.dom.smil*, org.w3c.dom.svg*, javax.xml*|org.w3c.dom*|org.xml.sax*, org.mozilla.javascript*|org.python*] 
[WARNING] org.apache.xmlgraphics:batik-bridge:1.17: Unused Import-Package instructions: [org.w3c.dom.smil*, org.w3c.dom.svg*, javax.xml*|org.w3c.dom*|org.xml.sax*, org.mozilla.javascript*|org.python*, org.apache.xmlgraphics*] 
[WARNING] org.apache.xmlgraphics:batik-bridge:1.17: Unused Import-Package instructions: [org.w3c.dom.smil*, org.w3c.dom.svg*, org.apache.xmlgraphics*] 
[WARNING] org.apache.xmlgraphics:batik-bridge:1.17: Unused Import-Package instructions: [org.w3c.dom.smil*, org.w3c.dom.svg*, org.mozilla.javascript*|org.python*, org.apache.xmlgraphics*] 
[INFO] org.apache.xmlgraphics:batik-bridge:1.17 is wrapped as a bundle with bundle symbolic name org.apache.batik.bridge
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="org.apache.batik.bridge" version="1.17.0.v20231215-1130"/>
[WARNING] org.apache.xmlgraphics:batik-codec:1.17: Unused Import-Package instructions: [org.w3c.dom.smil*, org.w3c.dom.svg*, org.mozilla.javascript*|org.python*, org.apache.xmlgraphics*] 
[WARNING] org.apache.xmlgraphics:batik-codec:1.17: Unused Import-Package instructions: [org.w3c.dom.smil*, org.mozilla.javascript*|org.python*, org.apache.xmlgraphics*] 
[INFO] org.apache.xmlgraphics:batik-codec:1.17 is wrapped as a bundle with bundle symbolic name org.apache.batik.codec
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="org.apache.batik.codec" version="1.17.0.v20231215-1130"/>
[WARNING] org.apache.xmlgraphics:batik-constants:1.17: Unused Import-Package instructions: [org.w3c.dom.smil*, org.w3c.dom.svg*, javax.xml*|org.w3c.dom*|org.xml.sax*, org.mozilla.javascript*|org.python*, org.apache.xmlgraphics*] 
[INFO] org.apache.xmlgraphics:batik-constants:1.17 is wrapped as a bundle with bundle symbolic name org.apache.batik.constants
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="org.apache.batik.constants" version="1.17.0.v20231215-1130"/>
[WARNING] org.apache.xmlgraphics:batik-css:1.17: Unused Import-Package instructions: [org.w3c.dom.smil*, org.mozilla.javascript*|org.python*] 
[INFO] org.apache.xmlgraphics:batik-css:1.17 is wrapped as a bundle with bundle symbolic name org.apache.batik.css
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="org.apache.batik.css" version="1.17.0.v20231215-1130"/>
[WARNING] org.apache.xmlgraphics:batik-dom:1.17: Unused Import-Package instructions: [org.w3c.dom.svg*, org.mozilla.javascript*|org.python*, org.apache.xmlgraphics*] 
[WARNING] org.apache.xmlgraphics:batik-dom:1.17: Unused Import-Package instructions: [org.w3c.dom.smil*, org.mozilla.javascript*|org.python*] 
[INFO] org.apache.xmlgraphics:batik-dom:1.17 is wrapped as a bundle with bundle symbolic name org.apache.batik.dom
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="org.apache.batik.dom" version="1.17.0.v20231215-1130"/>
[WARNING] org.apache.xmlgraphics:batik-svg-dom:1.17: Unused Import-Package instructions: [org.mozilla.javascript*|org.python*, org.apache.xmlgraphics*] 
[INFO] org.apache.xmlgraphics:batik-svg-dom:1.17 is wrapped as a bundle with bundle symbolic name org.apache.batik.dom.svg
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="org.apache.batik.dom.svg" version="1.17.0.v20231215-1130"/>
[WARNING] org.apache.xmlgraphics:batik-ext:1.17: Unused Import-Package instructions: [org.w3c.dom.smil*, org.w3c.dom.svg*, org.mozilla.javascript*|org.python*, org.apache.xmlgraphics*] 
[INFO] org.apache.xmlgraphics:batik-ext:1.17 is wrapped as a bundle with bundle symbolic name org.apache.batik.ext
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="org.apache.batik.ext" version="1.17.0.v20231215-1130"/>
[WARNING] org.apache.xmlgraphics:batik-gvt:1.17: Unused Import-Package instructions: [org.w3c.dom.smil*, org.w3c.dom.svg*, javax.xml*|org.w3c.dom*|org.xml.sax*, org.mozilla.javascript*|org.python*, org.apache.xmlgraphics*] 
[INFO] org.apache.xmlgraphics:batik-gvt:1.17 is wrapped as a bundle with bundle symbolic name org.apache.batik.gvt
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="org.apache.batik.gvt" version="1.17.0.v20231215-1130"/>
[WARNING] org.apache.xmlgraphics:batik-i18n:1.17: Unused Import-Package instructions: [org.w3c.dom.smil*, org.w3c.dom.svg*, javax.xml*|org.w3c.dom*|org.xml.sax*, org.mozilla.javascript*|org.python*, org.apache.xmlgraphics*] 
[INFO] org.apache.xmlgraphics:batik-i18n:1.17 is wrapped as a bundle with bundle symbolic name org.apache.batik.i18n
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="org.apache.batik.i18n" version="1.17.0.v20231215-1130"/>
[WARNING] org.apache.xmlgraphics:batik-parser:1.17: Unused Import-Package instructions: [org.w3c.dom.smil*, org.w3c.dom.svg*, org.mozilla.javascript*|org.python*, org.apache.xmlgraphics*] 
[INFO] org.apache.xmlgraphics:batik-parser:1.17 is wrapped as a bundle with bundle symbolic name org.apache.batik.parser
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="org.apache.batik.parser" version="1.17.0.v20231215-1130"/>
[WARNING] org.apache.xmlgraphics:batik-script:1.17: Dependency org.python:jython:jar:2.7.0 (compile?) was ignored!
[WARNING] org.apache.xmlgraphics:batik-script:1.17: Unused Import-Package instructions: [org.w3c.dom.smil*, org.w3c.dom.svg*, org.apache.xmlgraphics*] 
[WARNING] org.apache.xmlgraphics:batik-script:1.17: The default package '.' is not permitted by the Import-Package syntax.
 This can be caused by compile errors in Eclipse because Eclipse creates
valid class files regardless of compile errors.
The following package(s) import from the default package null
[WARNING] org.apache.xmlgraphics:batik-script:1.17: Unused Import-Package instructions: [org.w3c.dom.smil*, org.w3c.dom.svg*, javax.xml*|org.w3c.dom*|org.xml.sax*, org.apache.xmlgraphics*] 
[INFO] org.apache.xmlgraphics:batik-script:1.17 is wrapped as a bundle with bundle symbolic name org.apache.batik.script
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="org.apache.batik.script" version="1.17.0.v20231215-1130"/>
[INFO] org.apache.xmlgraphics:batik-shared-resources:1.17 is wrapped as a bundle with bundle symbolic name org.apache.batik.shared.resources
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="org.apache.batik.shared.resources" version="1.17.0.v20231215-1130"/>
[WARNING] org.apache.xmlgraphics:batik-svggen:1.17: Unused Import-Package instructions: [org.w3c.dom.smil*, org.w3c.dom.svg*, org.mozilla.javascript*|org.python*, org.apache.xmlgraphics*] 
[INFO] org.apache.xmlgraphics:batik-svggen:1.17 is wrapped as a bundle with bundle symbolic name org.apache.batik.svggen
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="org.apache.batik.svggen" version="1.17.0.v20231215-1130"/>
[WARNING] org.apache.xmlgraphics:batik-transcoder:1.17: Unused Import-Package instructions: [org.w3c.dom.smil*, org.mozilla.javascript*|org.python*, org.apache.xmlgraphics*] 
[WARNING] org.apache.xmlgraphics:batik-transcoder:1.17: Unused Import-Package instructions: [org.w3c.dom.smil*] 
[INFO] org.apache.xmlgraphics:batik-transcoder:1.17 is wrapped as a bundle with bundle symbolic name org.apache.batik.transcoder
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="org.apache.batik.transcoder" version="1.17.0.v20231215-1130"/>
[INFO] org.apache.xmlgraphics:batik-util:1.17 is wrapped as a bundle with bundle symbolic name org.apache.batik.util
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="org.apache.batik.util" version="1.17.0.v20231215-1130"/>
[WARNING] org.apache.xmlgraphics:batik-xml:1.17: Unused Import-Package instructions: [org.w3c.dom.smil*, org.w3c.dom.svg*, javax.xml*|org.w3c.dom*|org.xml.sax*, org.mozilla.javascript*|org.python*, org.apache.xmlgraphics*] 
[INFO] org.apache.xmlgraphics:batik-xml:1.17 is wrapped as a bundle with bundle symbolic name org.apache.batik.xml
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="org.apache.batik.xml" version="1.17.0.v20231215-1130"/>
[INFO] Resolving MavenDependencyRoots = [GroupId = org.eclipse.orbit, ArtifactId = ant, Version = 1.10.14, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = true
[INFO] default instructions = {Bundle-Name=Apache Ant, version=${versionmask;===;${version_cleanup;${mvnVersion}}}, Import-Package=*;resolution:=optional, Automatic-Module-Name=org.apache.ant, Export-Package=!images,*;version="${version}", Bundle-SymbolicName=org.apache.ant, Eclipse-Wrapped-Bundle=org.apache.ant:ant:${mvnVersion}, Bundle-Version=${version}.v20230922-1200, -noextraheaders=true, -removeheaders=Private-Package, Eclipse-BundleShape=dir, Bundle-ClassPath=lib/ant-antlr.jar,lib/ant-apache-bcel.jar,lib/ant-apache-bsf.jar,lib/ant-apache-log4j.jar,lib/ant-apache-oro.jar,lib/ant-apache-regexp.jar,lib/ant-apache-resolver.jar,lib/ant-apache-xalan2.jar,lib/ant-commons-logging.jar,lib/ant-commons-net.jar,lib/ant-imageio.jar,lib/ant-jakartamail.jar,lib/ant-javamail.jar,lib/ant-jdepend.jar,lib/ant-jmf.jar,lib/ant-jsch.jar,lib/ant-junit.jar,lib/ant-junit4.jar,lib/ant-junitlauncher.jar,lib/ant-launcher.jar,lib/ant-netrexx.jar,lib/ant-swing.jar,lib/ant-testutil.jar,lib/ant-xz.jar,lib/ant.jar}
[INFO] org.eclipse.orbit:ant:1.10.14 is wrapped as a bundle with bundle symbolic name org.apache.ant
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="org.apache.ant" version="1.10.14.v20230922-1200"/>
[INFO] Resolving MavenDependencyRoots = [GroupId = org.commonmark, ArtifactId = commonmark, Version = 0.22.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.commonmark, ArtifactId = commonmark-ext-gfm-strikethrough, Version = 0.22.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.commonmark, ArtifactId = commonmark-ext-gfm-tables, Version = 0.22.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.commonmark, ArtifactId = commonmark-ext-heading-anchor, Version = 0.22.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.commonmark, ArtifactId = commonmark-ext-image-attributes, Version = 0.22.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.commonmark, ArtifactId = commonmark-ext-ins, Version = 0.22.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.commonmark, ArtifactId = commonmark-ext-task-list-items, Version = 0.22.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.commonmark, ArtifactId = commonmark-ext-yaml-front-matter, Version = 0.22.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = true
[INFO] default instructions = {Export-Package=*.internal.*;x-internal:=true;version="${version}",*;version="${version}";-noimport:=true, Bundle-SymbolicName=${name}, Eclipse-Wrapped-Bundle=${mvnGroupId}:${mvnArtifactId}:${mvnVersion}, Bundle-Version=${version}.v20240316-0700, -noextraheaders=true, name=${replacestring;${mvnGroupId}.${mvnArtifactId};.commonmark.commonmark(-ext)?;.commonmark}, -removeheaders=Private-Package, Bundle-Name=Bundle ${mvnGroupId} : ${mvnArtifactId}, version=${versionmask;===;${version_cleanup;${mvnVersion}}}, Import-Package=*, Automatic-Module-Name=${name}}
[INFO] org.commonmark:commonmark:0.22.0 is wrapped as a bundle with bundle symbolic name org.commonmark
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="org.commonmark" version="0.22.0.v20240316-0700"/>
[INFO] org.commonmark:commonmark-ext-gfm-strikethrough:0.22.0 is wrapped as a bundle with bundle symbolic name org.commonmark-gfm-strikethrough
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="org.commonmark-gfm-strikethrough" version="0.22.0.v20240316-0700"/>
[INFO] org.commonmark:commonmark-ext-gfm-tables:0.22.0 is wrapped as a bundle with bundle symbolic name org.commonmark-gfm-tables
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="org.commonmark-gfm-tables" version="0.22.0.v20240316-0700"/>
[INFO] org.commonmark:commonmark-ext-heading-anchor:0.22.0 is wrapped as a bundle with bundle symbolic name org.commonmark-heading-anchor
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="org.commonmark-heading-anchor" version="0.22.0.v20240316-0700"/>
[INFO] org.commonmark:commonmark-ext-image-attributes:0.22.0 is wrapped as a bundle with bundle symbolic name org.commonmark-image-attributes
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="org.commonmark-image-attributes" version="0.22.0.v20240316-0700"/>
[INFO] org.commonmark:commonmark-ext-ins:0.22.0 is wrapped as a bundle with bundle symbolic name org.commonmark-ins
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="org.commonmark-ins" version="0.22.0.v20240316-0700"/>
[INFO] org.commonmark:commonmark-ext-task-list-items:0.22.0 is wrapped as a bundle with bundle symbolic name org.commonmark-task-list-items
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="org.commonmark-task-list-items" version="0.22.0.v20240316-0700"/>
[INFO] org.commonmark:commonmark-ext-yaml-front-matter:0.22.0 is wrapped as a bundle with bundle symbolic name org.commonmark-yaml-front-matter
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="org.commonmark-yaml-front-matter" version="0.22.0.v20240316-0700"/>
[INFO] Resolving MavenDependencyRoots = [GroupId = com.github.virtuald, ArtifactId = curvesapi, Version = 1.08, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = true
[INFO] default instructions = {Export-Package=*;version="${version}";-noimport:=true, Bundle-SymbolicName=${mvnGroupId}.${mvnArtifactId}, Eclipse-Wrapped-Bundle=${mvnGroupId}:${mvnArtifactId}:${mvnVersion}, Bundle-Version=${version}.v20230927-1624, -noextraheaders=true, -removeheaders=Private-Package, Bundle-Name=Bundle ${mvnGroupId} : ${mvnArtifactId}, version=${versionmask;===;${version_cleanup;${mvnVersion}}}, Import-Package=*;resolution:=optional, Automatic-Module-Name=${mvnGroupId}.${mvnArtifactId}}
[INFO] com.github.virtuald:curvesapi:1.08 is wrapped as a bundle with bundle symbolic name com.github.virtuald.curvesapi
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="com.github.virtuald.curvesapi" version="1.8.0.v20230927-1624"/>
[INFO] Resolving MavenDependencyRoots = [GroupId = com.google.javascript, ArtifactId = closure-compiler, Version = v20240317, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = true
[INFO] default instructions = {Export-Package=*;version="${version}";-noimport:=true, Bundle-SymbolicName=${mvnGroupId}, Eclipse-Wrapped-Bundle=${mvnGroupId}:${mvnArtifactId}:${mvnVersion}, Bundle-Version=${version}.v20240319-0700, -noextraheaders=true, -removeheaders=Private-Package, Bundle-Name=Bundle ${mvnGroupId} : ${mvnArtifactId, version=${replacestring;${mvnVersion};^v;0.0.}, Import-Package=java.*,org.w3c.dom,org.xml.sax.*,*;resolution:=optional, Automatic-Module-Name=${mvnGroupId}}
[INFO] com.google.javascript:closure-compiler:v20240317 is wrapped as a bundle with bundle symbolic name com.google.javascript
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="com.google.javascript" version="0.0.20240317.v20240319-0700"/>
[INFO] Resolving MavenDependencyRoots = [GroupId = xml-resolver, ArtifactId = xml-resolver, Version = 1.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = true
[INFO] default instructions = {Export-Package=*;version="${version}", Bundle-SymbolicName=${name}, Eclipse-Wrapped-Bundle=${mvnGroupId}:${mvnArtifactId}:${mvnVersion}, Bundle-Version=${version}.v20230928-1222, -noextraheaders=true, name=org.apache.xml.resolver, -removeheaders=Private-Package, Bundle-Name=Bundle ${mvnGroupId} : ${mvnArtifactId}, version=${versionmask;===;${version_cleanup;${mvnVersion}}}, Import-Package=*, Automatic-Module-Name=${name}}
[INFO] xml-resolver:xml-resolver:1.2 is wrapped as a bundle with bundle symbolic name org.apache.xml.resolver
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="org.apache.xml.resolver" version="1.2.0.v20230928-1222"/>
[INFO] Resolving MavenDependencyRoots = [GroupId = xerces, ArtifactId = xercesImpl, Version = 2.12.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = true
[INFO] default instructions = {Export-Package=*;version="${version}", Bundle-SymbolicName=${name}, Eclipse-Wrapped-Bundle=${mvnGroupId}:${mvnArtifactId}:${mvnVersion}, Bundle-Version=${version}.v20230928-1306, -noextraheaders=true, name=org.apache.xerces, -removeheaders=Private-Package, Bundle-Name=Bundle ${mvnGroupId} : ${mvnArtifactId}, version=${versionmask;===;${version_cleanup;${mvnVersion}}}, Import-Package=javax.xml*|org.w3c.dom*|org.xml.sax*;version=!,sun.io;resolution:=optional,*, Automatic-Module-Name=${name}}
[WARNING] xerces:xercesImpl:2.12.2: Version for package org.w3c.dom.html is set to different values in the source (2.12.2) and in the manifest (1.4.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
[INFO] xerces:xercesImpl:2.12.2 is wrapped as a bundle with bundle symbolic name org.apache.xerces
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="org.apache.xerces" version="2.12.2.v20230928-1306"/>
[INFO] Resolving MavenDependencyRoots = [GroupId = xalan, ArtifactId = xalan, Version = 2.7.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = xalan, ArtifactId = serializer, Version = 2.7.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = true
[INFO] default instructions = {Bundle-Name=Bundle ${mvnGroupId} : ${mvnArtifactId}, suffix=${replacestring;${mvnArtifactId};serializer;xml.serializer}, version=${versionmask;===;${version_cleanup;${mvnVersion}}}, Import-Package=javax.xml*|org.w3c.dom*|org.xml.sax*;version=!,*, Automatic-Module-Name=${name}, Export-Package=*;version="${version}", Bundle-SymbolicName=${name}, Eclipse-Wrapped-Bundle=${mvnGroupId}:${mvnArtifactId}:${mvnVersion}, Bundle-Version=${version}.v20230928-1302, -noextraheaders=true, name=org.apache.${suffix}, -removeheaders=Private-Package}
[INFO] xalan:xalan:2.7.2 is wrapped as a bundle with bundle symbolic name org.apache.xalan
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="org.apache.xalan" version="2.7.2.v20230928-1302"/>
[INFO] xalan:serializer:2.7.2 is wrapped as a bundle with bundle symbolic name org.apache.xml.serializer
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="org.apache.xml.serializer" version="2.7.2.v20230928-1302"/>
[INFO] Resolving MavenDependencyRoots = [GroupId = org.apache.poi, ArtifactId = poi, Version = 5.2.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.poi, ArtifactId = poi-ooxml, Version = 5.2.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.poi, ArtifactId = poi-ooxml-lite, Version = 5.2.5, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = true
[INFO] default instructions = {base-suffix=${replacestring;${mvnArtifactId};-;.}, Bundle-Name=Bundle ${mvnGroupId} : ${mvnArtifactId}, suffix=${replacestring;${base-suffix};lite;schemas}, version=${versionmask;===;${version_cleanup;${mvnVersion}}}, Import-Package=de.rototor.pdfbox*|org.bouncycastle*|org.apache.pdfbox*|org.apache.xmlgraphics*|org.apache.jcp*|org.apache.xml.security*;resolution:=optional,com.microsoft.schemas*|org.openxmlformats.schemas*;resolution:=optional,*, Automatic-Module-Name=${name}, Eclipse-BuddyPolicy=dependent, Export-Package=*;version="${version}", Bundle-SymbolicName=${name}, Eclipse-Wrapped-Bundle=${mvnGroupId}:${mvnArtifactId}:${mvnVersion}, Bundle-Version=${version}.v20231203-1619, -noextraheaders=true, name=org.apache.${suffix}, -removeheaders=Private-Package}
[WARNING] org.apache.poi:poi:5.2.5: Unused Import-Package instructions: [de.rototor.pdfbox*|org.bouncycastle*|org.apache.pdfbox*|org.apache.xmlgraphics*|org.apache.jcp*|org.apache.xml.security*, com.microsoft.schemas*|org.openxmlformats.schemas*] 
[INFO] org.apache.poi:poi:5.2.5 is wrapped as a bundle with bundle symbolic name org.apache.poi
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="org.apache.poi" version="5.2.5.v20231203-1619"/>
[WARNING] org.apache.poi:poi-ooxml:5.2.5: Unused Import-Package instructions: [de.rototor.pdfbox*|org.bouncycastle*|org.apache.pdfbox*|org.apache.xmlgraphics*|org.apache.jcp*|org.apache.xml.security*] 
[WARNING] org.apache.poi:poi-ooxml:5.2.5: Unused Import-Package instructions: [de.rototor.pdfbox*|org.bouncycastle*|org.apache.pdfbox*|org.apache.xmlgraphics*|org.apache.jcp*|org.apache.xml.security*, com.microsoft.schemas*|org.openxmlformats.schemas*] 
[WARNING] org.apache.poi:poi-ooxml:5.2.5: Unused Import-Package instructions: [com.microsoft.schemas*|org.openxmlformats.schemas*] 
[INFO] org.apache.poi:poi-ooxml:5.2.5 is wrapped as a bundle with bundle symbolic name org.apache.poi.ooxml
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="org.apache.poi.ooxml" version="5.2.5.v20231203-1619"/>
[WARNING] org.apache.poi:poi-ooxml-lite:5.2.5: Unused Import-Package instructions: [de.rototor.pdfbox*|org.bouncycastle*|org.apache.pdfbox*|org.apache.xmlgraphics*|org.apache.jcp*|org.apache.xml.security*] 
[INFO] org.apache.poi:poi-ooxml-lite:5.2.5 is wrapped as a bundle with bundle symbolic name org.apache.poi.ooxml.schemas
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="org.apache.poi.ooxml.schemas" version="5.2.5.v20231203-1619"/>
[INFO] Resolving MavenDependencyRoots = [GroupId = com.zaxxer, ArtifactId = SparseBitSet, Version = 1.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = true
[INFO] default instructions = {Export-Package=*;version="${version}", Bundle-SymbolicName=${mvnGroupId}.sparsebits, Eclipse-Wrapped-Bundle=${mvnGroupId}:${mvnArtifactId}:${mvnVersion}, Bundle-Version=${version}.v20230929-1000, -noextraheaders=true, -removeheaders=Private-Package, Bundle-Name=Bundle ${mvnGroupId} : ${mvnArtifactId}, version=${versionmask;===;${version_cleanup;${mvnVersion}}}, Import-Package=*, Automatic-Module-Name=${mvnGroupId}.sparsebits}
[INFO] com.zaxxer:SparseBitSet:1.3 is wrapped as a bundle with bundle symbolic name com.zaxxer.sparsebits
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="com.zaxxer.sparsebits" version="1.3.0.v20230929-1000"/>
[INFO] Resolving MavenDependencyRoots = [GroupId = org.apache.xmlbeans, ArtifactId = xmlbeans, Version = 5.2.1, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = true
[INFO] default instructions = {Export-Package=*;version="${version}", Bundle-SymbolicName=${mvnGroupId}, Eclipse-Wrapped-Bundle=${mvnGroupId}:${mvnArtifactId}:${mvnVersion}, Bundle-Version=${version}.v20240527-0800, -noextraheaders=true, -removeheaders=Private-Package, Bundle-Name=Bundle ${mvnGroupId} : ${mvnArtifactId}, version=${versionmask;===;${version_cleanup;${mvnVersion}}}, Import-Package=*;resolution:=optional, Automatic-Module-Name=${mvnGroupId}}
[INFO] org.apache.xmlbeans:xmlbeans:5.2.1 is wrapped as a bundle with bundle symbolic name org.apache.xmlbeans
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="org.apache.xmlbeans" version="5.2.1.v20240527-0800"/>
[INFO] Resolving MavenDependencyRoots = [GroupId = org.antlr, ArtifactId = antlr-runtime, Version = 3.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = true
[INFO] default instructions = {Export-Package=*;version="${version}";-noimport:=true, Bundle-SymbolicName=${name}, Eclipse-Wrapped-Bundle=${mvnGroupId}:${mvnArtifactId}:${mvnVersion}, Bundle-Version=${version}.v20230929-1400, -noextraheaders=true, name=org.antlr.runtime, -removeheaders=Private-Package, Bundle-Name=Bundle ${mvnGroupId} : ${mvnArtifactId}, version=${versionmask;===;${version_cleanup;${mvnVersion}}}, Import-Package=*;resolution:=optional, Automatic-Module-Name=${name}}
[INFO] org.antlr:antlr-runtime:3.2 is wrapped as a bundle with bundle symbolic name org.antlr.runtime
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="org.antlr.runtime" version="3.2.0.v20230929-1400"/>
[INFO] Resolving MavenDependencyRoots = [GroupId = org.antlr, ArtifactId = antlr-runtime, Version = 3.5.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = true
[INFO] org.antlr:antlr-runtime:3.5.3 is wrapped as a bundle with bundle symbolic name org.antlr.runtime
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="org.antlr.runtime" version="3.5.3.v20230929-1400"/>
[INFO] Resolving MavenDependencyRoots = [GroupId = org.dom4j, ArtifactId = dom4j, Version = 2.1.4, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = true
[INFO] default instructions = {Export-Package=*;version="${version}", Bundle-SymbolicName=${mvnGroupId}, Eclipse-Wrapped-Bundle=${mvnGroupId}:${mvnArtifactId}:${mvnVersion}, Bundle-Version=${version}.v20231001-0922, -noextraheaders=true, -removeheaders=Private-Package, Bundle-Name=Bundle ${mvnGroupId} : ${mvnArtifactId}, version=${versionmask;===;${version_cleanup;${mvnVersion}}}, Import-Package=com.sun.msv*|javax.swing*|org.gjt.xpp*|org.jaxen*|org.relaxng*|org.xmlpull*;version=!;resolution:=optional,javax.xml.bind,javax.xml*;version=!,*, Automatic-Module-Name=${mvnGroupId}}
[WARNING] org.dom4j:dom4j:2.1.4: Unused Import-Package instructions: [com.sun.msv*|javax.swing*|org.gjt.xpp*|org.jaxen*|org.relaxng*|org.xmlpull*] 
[WARNING] org.dom4j:dom4j:2.1.4: Unused Import-Package instructions: [javax.xml*] 
[INFO] org.dom4j:dom4j:2.1.4 is wrapped as a bundle with bundle symbolic name org.dom4j
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="org.dom4j" version="2.1.4.v20231001-0922"/>
[INFO] Resolving MavenDependencyRoots = [GroupId = org.pushingpixels, ArtifactId = trident, Version = 1.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = true
[INFO] default instructions = {Export-Package=!*swing,!*android,*;version="${version}";-noimport:=true, Bundle-SymbolicName=${mvnGroupId}.${mvnArtifactId}, Eclipse-Wrapped-Bundle=${mvnGroupId}:${mvnArtifactId}:${mvnVersion}, Bundle-Version=${version}.v20231219-1530, -noextraheaders=true, -removeheaders=Private-Package, Bundle-Name=Bundle ${mvnGroupId} : ${mvnArtifactId}, version=${versionmask;===;${version_cleanup;${mvnVersion}}}, Import-Package=!android*,!javax.swing,!java.awt,*, Automatic-Module-Name=${mvnGroupId}.${mvnArtifactId}}
[WARNING] org.pushingpixels:trident:1.3: Dependency org.khronos:opengl-api:jar:gl1.1-android-2.1_r1 (compile) was ignored!
[WARNING] org.pushingpixels:trident:1.3: Invalid syntax for version: gl1.1-android-2.1_r1, for cmd: versionmask, arguments; [versionmask, ===, gl1.1-android-2.1_r1]
[WARNING] org.pushingpixels:trident:1.3: No translation found for macro: versionmask;===;${version_cleanup;${mvnVersion}}
[INFO] org.pushingpixels:trident:1.3 is wrapped as a bundle with bundle symbolic name org.pushingpixels.trident
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="org.pushingpixels.trident" version="1.3.0.v20231219-1530"/>
[INFO] Resolving MavenDependencyRoots = [GroupId = org.cyclonedx, ArtifactId = cyclonedx-core-java, Version = 8.0.3, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = true
[INFO] default instructions = {Export-Package=*;version="${version}";-noimport:=true, Bundle-SymbolicName=${bsn}, Eclipse-Wrapped-Bundle=${mvnGroupId}:${mvnArtifactId}:${mvnVersion}, Bundle-Version=${version}.v20231221-1500, -noextraheaders=true, -removeheaders=Private-Package, Bundle-Name=Bundle ${mvnGroupId} : ${mvnArtifactId}, bsn=${mvnGroupId}.${replacestring;${mvnArtifactId};cyclonedx-}, version=${versionmask;===;${version_cleanup;${mvnVersion}}}, Import-Package=*, Automatic-Module-Name=${bsn}}
[INFO] org.cyclonedx:cyclonedx-core-java:8.0.3 is wrapped as a bundle with bundle symbolic name org.cyclonedx.core-java
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="org.cyclonedx.core-java" version="8.0.3.v20231221-1500"/>
[INFO] Resolving MavenDependencyRoots = [GroupId = com.github.package-url, ArtifactId = packageurl-java, Version = 1.5.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = true
[INFO] default instructions = {Export-Package=*;version="${version}", Bundle-SymbolicName=${mvnGroupId}.${mvnArtifactId}, Eclipse-Wrapped-Bundle=${mvnGroupId}:${mvnArtifactId}:${mvnVersion}, Bundle-Version=${version}.v20231221-1500, -noextraheaders=true, -removeheaders=Private-Package, Bundle-Name=Bundle ${mvnGroupId} : ${mvnArtifactId}, version=${versionmask;===;${version_cleanup;${mvnVersion}}}, Import-Package=javax.validation*;resolution:=optional,*, Automatic-Module-Name=${mvnGroupId}.${mvnArtifactId}}
[INFO] com.github.package-url:packageurl-java:1.5.0 is wrapped as a bundle with bundle symbolic name com.github.package-url.packageurl-java
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="com.github.package-url.packageurl-java" version="1.5.0.v20231221-1500"/>
[INFO] Resolving MavenDependencyRoots = [GroupId = com.jgoodies, ArtifactId = jgoodies-common, Version = 1.8.1, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = true
[INFO] default instructions = {Export-Package=*;version="${version}";-noimport:=true, Bundle-SymbolicName=${name}, Eclipse-Wrapped-Bundle=${mvnGroupId}:${mvnArtifactId}:${mvnVersion}, Bundle-Version=${version}.v20240327-0800, -noextraheaders=true, name=${mvnGroupId}.${replacestring;${mvnArtifactId};jgoodies-}, -removeheaders=Private-Package, Bundle-Name=Bundle ${mvnGroupId} : ${mvnArtifactId}, version=${versionmask;===;${version_cleanup;${mvnVersion}}}, Import-Package=com.sun.awt|sun.*;resolution:=optional,*, Automatic-Module-Name=${name}}
[INFO] com.jgoodies:jgoodies-common:1.8.1 is wrapped as a bundle with bundle symbolic name com.jgoodies.common
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="com.jgoodies.common" version="1.8.1.v20240327-0800"/>
[INFO] Resolving MavenDependencyRoots = [GroupId = com.jgoodies, ArtifactId = jgoodies-forms, Version = 1.9.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = true
[INFO] default instructions = {Export-Package=*;version="${version}";-noimport:=true, Bundle-SymbolicName=${name}, Eclipse-Wrapped-Bundle=${mvnGroupId}:${mvnArtifactId}:${mvnVersion}, Bundle-Version=${version}.v20240327-0800, -noextraheaders=true, name=${mvnGroupId}.${replacestring;${mvnArtifactId};jgoodies-}, -removeheaders=Private-Package, Bundle-Name=Bundle ${mvnGroupId} : ${mvnArtifactId}, version=${versionmask;===;${version_cleanup;${mvnVersion}}}, Import-Package=com.jgoodies.jsdl.*;resolution:=optional,*, Automatic-Module-Name=${name}}
[WARNING] com.jgoodies:jgoodies-forms:1.9.0: Unused Import-Package instructions: [com.jgoodies.jsdl.*] 
[INFO] com.jgoodies:jgoodies-forms:1.9.0 is wrapped as a bundle with bundle symbolic name com.jgoodies.forms
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="com.jgoodies.forms" version="1.9.0.v20240327-0800"/>
[INFO] Resolving MavenDependencyRoots = [GroupId = jaxen, ArtifactId = jaxen, Version = 2.0.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.servlet, ArtifactId = jakarta.servlet-api, Version = 4.0.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.activation, ArtifactId = jakarta.activation-api, Version = 1.2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.xml.rpc, ArtifactId = jakarta.xml.rpc-api, Version = 1.1.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.xml.soap, ArtifactId = jakarta.xml.soap-api, Version = 1.4.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.ethlo.time, ArtifactId = itu, Version = 1.10.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-discovery, ArtifactId = commons-discovery, Version = 0.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-io, ArtifactId = commons-io, Version = 2.16.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-logging, ArtifactId = commons-logging, Version = 1.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-logging, ArtifactId = commons-logging, Version = 1.3.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.ant, ArtifactId = ant, Version = 1.10.14, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.ant, ArtifactId = ant-antlr, Version = 1.10.14, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.ant, ArtifactId = ant-apache-bcel, Version = 1.10.14, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.ant, ArtifactId = ant-apache-bsf, Version = 1.10.14, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.ant, ArtifactId = ant-apache-log4j, Version = 1.10.14, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.ant, ArtifactId = ant-apache-oro, Version = 1.10.14, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.ant, ArtifactId = ant-apache-regexp, Version = 1.10.14, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.ant, ArtifactId = ant-apache-resolver, Version = 1.10.14, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.ant, ArtifactId = ant-apache-xalan2, Version = 1.10.14, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.ant, ArtifactId = ant-apache-log4j, Version = 1.10.14, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.ant, ArtifactId = ant-commons-logging, Version = 1.10.14, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.ant, ArtifactId = ant-commons-net, Version = 1.10.14, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.ant, ArtifactId = ant-imageio, Version = 1.10.14, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.ant, ArtifactId = ant-jakartamail, Version = 1.10.14, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.ant, ArtifactId = ant-javamail, Version = 1.10.14, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.ant, ArtifactId = ant-jdepend, Version = 1.10.14, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.ant, ArtifactId = ant-jmf, Version = 1.10.14, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.ant, ArtifactId = ant-jsch, Version = 1.10.14, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.ant, ArtifactId = ant-junit, Version = 1.10.14, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.ant, ArtifactId = ant-junitlauncher, Version = 1.10.14, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.ant, ArtifactId = ant-junit4, Version = 1.10.14, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.ant, ArtifactId = ant-launcher, Version = 1.10.14, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.ant, ArtifactId = ant-netrexx, Version = 1.10.14, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.ant, ArtifactId = ant-swing, Version = 1.10.14, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.ant, ArtifactId = ant-testutil, Version = 1.10.14, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.ant, ArtifactId = ant-xz, Version = 1.10.14, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna, Version = 5.14.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = net.java.dev.jna, ArtifactId = jna-platform, Version = 5.14.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = commons-codec, ArtifactId = commons-codec, Version = 1.17.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.aries.spifly, ArtifactId = org.apache.aries.spifly.dynamic.bundle, Version = 1.3.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-api, Version = 2.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.slf4j, ArtifactId = slf4j-nop, Version = 2.0.13, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm, Version = 9.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-analysis, Version = 9.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-commons, Version = 9.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-tree, Version = 9.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.ow2.asm, ArtifactId = asm-util, Version = 9.7, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.dto, Version = 1.1.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.framework, Version = 1.10.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.resource, Version = 1.0.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.service.cm, Version = 1.6.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.osgi, ArtifactId = org.osgi.util.tracker, Version = 1.5.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.google.code.gson, ArtifactId = gson, Version = 2.11.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.httpcomponents, ArtifactId = httpasyncclient-osgi, Version = 4.1.5, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.httpcomponents, ArtifactId = httpclient-osgi, Version = 4.5.14, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.httpcomponents, ArtifactId = httpcore-osgi, Version = 4.4.16, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.hamcrest, ArtifactId = hamcrest, Version = 2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.commons, ArtifactId = commons-lang3, Version = 3.14.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.commons, ArtifactId = commons-collections4, Version = 4.4, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.commons, ArtifactId = commons-math3, Version = 3.6.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.commons, ArtifactId = commons-compress, Version = 1.26.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.logging.log4j, ArtifactId = log4j-api, Version = 2.23.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.xml.bind, ArtifactId = jakarta.xml.bind-api, Version = 2.3.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.eclipse.platform, ArtifactId = org.eclipse.swt, Version = 3.125.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = jakarta.xml.bind, ArtifactId = jakarta.xml.bind-api, Version = 2.3.3, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.fasterxml.jackson.dataformat, ArtifactId = jackson-dataformat-xml, Version = 2.17.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.fasterxml.jackson.dataformat, ArtifactId = jackson-dataformat-yaml, Version = 2.17.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-core, Version = 2.17.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-annotations, Version = 2.17.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.fasterxml.jackson.core, ArtifactId = jackson-databind, Version = 2.17.1, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.codehaus.woodstox, ArtifactId = stax2-api, Version = 4.2.2, ArtifactType = jar, IncludeDependencyScope = , GroupId = com.networknt, ArtifactId = json-schema-validator, Version = 1.4.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.yaml, ArtifactId = snakeyaml, Version = 2.2, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = true
[INFO] org.apache.ant:ant:1.10.14 is wrapped as a bundle with bundle symbolic name wrapped.org.apache.ant.ant
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="wrapped.org.apache.ant.ant" version="1.10.14"/>
[INFO] org.apache.ant:ant-antlr:1.10.14 is wrapped as a bundle with bundle symbolic name wrapped.org.apache.ant.ant-antlr
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="wrapped.org.apache.ant.ant-antlr" version="1.10.14"/>
[INFO] org.apache.ant:ant-apache-bcel:1.10.14 is wrapped as a bundle with bundle symbolic name wrapped.org.apache.ant.ant-apache-bcel
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="wrapped.org.apache.ant.ant-apache-bcel" version="1.10.14"/>
[INFO] org.apache.ant:ant-apache-bsf:1.10.14 is wrapped as a bundle with bundle symbolic name wrapped.org.apache.ant.ant-apache-bsf
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="wrapped.org.apache.ant.ant-apache-bsf" version="1.10.14"/>
[INFO] org.apache.ant:ant-apache-log4j:1.10.14 is wrapped as a bundle with bundle symbolic name wrapped.org.apache.ant.ant-apache-log4j
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="wrapped.org.apache.ant.ant-apache-log4j" version="1.10.14"/>
[INFO] org.apache.ant:ant-apache-oro:1.10.14 is wrapped as a bundle with bundle symbolic name wrapped.org.apache.ant.ant-apache-oro
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="wrapped.org.apache.ant.ant-apache-oro" version="1.10.14"/>
[INFO] org.apache.ant:ant-apache-regexp:1.10.14 is wrapped as a bundle with bundle symbolic name wrapped.org.apache.ant.ant-apache-regexp
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="wrapped.org.apache.ant.ant-apache-regexp" version="1.10.14"/>
[INFO] org.apache.ant:ant-apache-resolver:1.10.14 is wrapped as a bundle with bundle symbolic name wrapped.org.apache.ant.ant-apache-resolver
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="wrapped.org.apache.ant.ant-apache-resolver" version="1.10.14"/>
[INFO] org.apache.ant:ant-apache-xalan2:1.10.14 is wrapped as a bundle with bundle symbolic name wrapped.org.apache.ant.ant-apache-xalan2
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="wrapped.org.apache.ant.ant-apache-xalan2" version="1.10.14"/>
[INFO] org.apache.ant:ant-commons-logging:1.10.14 is wrapped as a bundle with bundle symbolic name wrapped.org.apache.ant.ant-commons-logging
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="wrapped.org.apache.ant.ant-commons-logging" version="1.10.14"/>
[INFO] org.apache.ant:ant-commons-net:1.10.14 is wrapped as a bundle with bundle symbolic name wrapped.org.apache.ant.ant-commons-net
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="wrapped.org.apache.ant.ant-commons-net" version="1.10.14"/>
[INFO] org.apache.ant:ant-imageio:1.10.14 is wrapped as a bundle with bundle symbolic name wrapped.org.apache.ant.ant-imageio
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="wrapped.org.apache.ant.ant-imageio" version="1.10.14"/>
[INFO] org.apache.ant:ant-jakartamail:1.10.14 is wrapped as a bundle with bundle symbolic name wrapped.org.apache.ant.ant-jakartamail
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="wrapped.org.apache.ant.ant-jakartamail" version="1.10.14"/>
[INFO] org.apache.ant:ant-javamail:1.10.14 is wrapped as a bundle with bundle symbolic name wrapped.org.apache.ant.ant-javamail
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="wrapped.org.apache.ant.ant-javamail" version="1.10.14"/>
[INFO] org.apache.ant:ant-jdepend:1.10.14 is wrapped as a bundle with bundle symbolic name wrapped.org.apache.ant.ant-jdepend
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="wrapped.org.apache.ant.ant-jdepend" version="1.10.14"/>
[INFO] org.apache.ant:ant-jmf:1.10.14 is wrapped as a bundle with bundle symbolic name wrapped.org.apache.ant.ant-jmf
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="wrapped.org.apache.ant.ant-jmf" version="1.10.14"/>
[INFO] org.apache.ant:ant-jsch:1.10.14 is wrapped as a bundle with bundle symbolic name wrapped.org.apache.ant.ant-jsch
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="wrapped.org.apache.ant.ant-jsch" version="1.10.14"/>
[INFO] org.apache.ant:ant-junit:1.10.14 is wrapped as a bundle with bundle symbolic name wrapped.org.apache.ant.ant-junit
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="wrapped.org.apache.ant.ant-junit" version="1.10.14"/>
[INFO] org.apache.ant:ant-junitlauncher:1.10.14 is wrapped as a bundle with bundle symbolic name wrapped.org.apache.ant.ant-junitlauncher
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="wrapped.org.apache.ant.ant-junitlauncher" version="1.10.14"/>
[INFO] org.apache.ant:ant-junit4:1.10.14 is wrapped as a bundle with bundle symbolic name wrapped.org.apache.ant.ant-junit4
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="wrapped.org.apache.ant.ant-junit4" version="1.10.14"/>
[INFO] org.apache.ant:ant-launcher:1.10.14 is wrapped as a bundle with bundle symbolic name wrapped.org.apache.ant.ant-launcher
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="wrapped.org.apache.ant.ant-launcher" version="1.10.14"/>
[INFO] org.apache.ant:ant-netrexx:1.10.14 is wrapped as a bundle with bundle symbolic name wrapped.org.apache.ant.ant-netrexx
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="wrapped.org.apache.ant.ant-netrexx" version="1.10.14"/>
[INFO] org.apache.ant:ant-swing:1.10.14 is wrapped as a bundle with bundle symbolic name wrapped.org.apache.ant.ant-swing
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="wrapped.org.apache.ant.ant-swing" version="1.10.14"/>
[INFO] org.apache.ant:ant-testutil:1.10.14 is wrapped as a bundle with bundle symbolic name wrapped.org.apache.ant.ant-testutil
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="wrapped.org.apache.ant.ant-testutil" version="1.10.14"/>
[INFO] org.apache.ant:ant-xz:1.10.14 is wrapped as a bundle with bundle symbolic name wrapped.org.apache.ant.ant-xz
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="wrapped.org.apache.ant.ant-xz" version="1.10.14"/>
[INFO] ### Using TychoRepositoryTransport for remote P2 access ###
[INFO]     Cache location:         /home/jenkins/.m2/repository/.cache/tycho
[INFO]     Transport mode:         online
[INFO]     Http Transport type:    Java11Client
[INFO]     Update mode:            cache first
[INFO]     Minimum cache duration: 60 minutes
[INFO]       (you can configure this with -Dtycho.p2.transport.min-cache-minutes=<desired minimum cache duration>)
[INFO] Resolving dependencies of MavenProject: org.eclipse.orbit.maven-bnd:org.eclipse.orbit.maven-bnd.site:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site/pom.xml
[INFO] Resolving target definition file:/home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/tp/MavenBND.target for environments=[win32/win32/x86_64, macosx/cocoa/x86_64, macosx/cocoa/aarch64, linux/gtk/x86_64, linux/gtk/aarch64], include source mode=honor, referenced repository mode =ignore, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2maven.DefaultProvisioningAgent@373e09c7
[WARNING] org.jdom:jdom:1.1.3: Exception: java.io.IOException: Unrecognized constant pool tag value 60 at index 41
	at aQute.bnd.classfile.ConstantPool.read(ConstantPool.java:179)
	at aQute.bnd.classfile.ClassFile.parseClassFile(ClassFile.java:75)
	at aQute.bnd.osgi.Clazz.parseClassFileData(Clazz.java:797)
	at aQute.bnd.osgi.Clazz.parseClassFileData(Clazz.java:785)
	at aQute.bnd.osgi.Clazz.parseClassFileWithCollector(Clazz.java:773)
	at aQute.bnd.osgi.Clazz.parseClassFile(Clazz.java:763)
	at aQute.bnd.osgi.Analyzer.analyzeJar(Analyzer.java:2686)
	at aQute.bnd.osgi.Analyzer.analyzeBundleClasspath(Analyzer.java:2594)
	at aQute.bnd.osgi.Analyzer.analyzeContent(Analyzer.java:439)
	at aQute.bnd.osgi.Analyzer.analyze(Analyzer.java:208)
	at aQute.bnd.osgi.Analyzer.calcManifest(Analyzer.java:1038)
	at org.eclipse.m2e.pde.target.shared.MavenBundleWrapper.getWrappedNode(MavenBundleWrapper.java:223)
	at org.eclipse.m2e.pde.target.shared.MavenBundleWrapper.getWrappedNode(MavenBundleWrapper.java:183)
	at org.eclipse.m2e.pde.target.shared.MavenBundleWrapper.getWrappedNode(MavenBundleWrapper.java:183)
	at org.eclipse.m2e.pde.target.shared.MavenBundleWrapper.getWrappedNode(MavenBundleWrapper.java:183)
	at org.eclipse.m2e.pde.target.shared.MavenBundleWrapper.getWrappedArtifact(MavenBundleWrapper.java:142)
	at org.eclipse.tycho.core.resolver.MavenTargetDefinitionContent.<init>(MavenTargetDefinitionContent.java:214)
	at org.eclipse.tycho.core.resolver.MavenTargetLocationFactory.resolveTargetDefinitionContent(MavenTargetLocationFactory.java:54)
	at org.eclipse.tycho.p2resolver.TargetDefinitionResolver.resolveContentWithExceptions(TargetDefinitionResolver.java:196)
	at org.eclipse.tycho.p2resolver.TargetDefinitionResolver.resolveContent(TargetDefinitionResolver.java:116)
	at org.eclipse.tycho.p2resolver.TargetDefinitionResolverService.resolveFromArguments(TargetDefinitionResolverService.java:96)
	at java.base/java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1708)
	at org.eclipse.tycho.p2resolver.TargetDefinitionResolverService.getTargetDefinitionContent(TargetDefinitionResolverService.java:70)
	at org.eclipse.tycho.p2resolver.TargetPlatformFactoryImpl.resolveTargetDefinitions(TargetPlatformFactoryImpl.java:366)
	at org.eclipse.tycho.p2resolver.TargetPlatformFactoryImpl.createTargetPlatform(TargetPlatformFactoryImpl.java:219)
	at org.eclipse.tycho.p2resolver.TargetPlatformFactoryImpl.createTargetPlatform(TargetPlatformFactoryImpl.java:185)
	at org.eclipse.tycho.p2resolver.TargetPlatformFactoryImpl.createTargetPlatform(TargetPlatformFactoryImpl.java:123)
	at org.eclipse.tycho.p2resolver.DefaultTargetPlatformFactory.createTargetPlatform(DefaultTargetPlatformFactory.java:75)
	at org.eclipse.tycho.p2resolver.P2DependencyResolver.lambda$getPreliminaryTargetPlatform$3(P2DependencyResolver.java:242)
	at org.eclipse.tycho.core.osgitools.DefaultReactorProject$LazyValue.get(DefaultReactorProject.java:307)
	at org.eclipse.tycho.core.osgitools.DefaultReactorProject.computeContextValue(DefaultReactorProject.java:200)
	at org.eclipse.tycho.p2resolver.P2DependencyResolver.getPreliminaryTargetPlatform(P2DependencyResolver.java:209)
	at org.eclipse.tycho.core.osgitools.AbstractTychoProject.lambda$getDependencyArtifacts$0(AbstractTychoProject.java:88)
	at org.eclipse.tycho.core.osgitools.DefaultReactorProject$LazyValue.get(DefaultReactorProject.java:307)
	at org.eclipse.tycho.core.osgitools.DefaultReactorProject.computeContextValue(DefaultReactorProject.java:200)
	at org.eclipse.tycho.core.osgitools.AbstractTychoProject.getDependencyArtifacts(AbstractTychoProject.java:82)
	at org.eclipse.tycho.core.resolver.DefaultTychoResolver.resolveProject(DefaultTychoResolver.java:98)
	at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.lambda$resolveProjects$3(TychoMavenLifecycleParticipant.java:249)
	at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183)
	at java.base/java.util.stream.WhileOps$1$1.accept(WhileOps.java:99)
	at java.base/java.util.ArrayList$ArrayListSpliterator.tryAdvance(ArrayList.java:1602)
	at java.base/java.util.stream.ReferencePipeline.forEachWithCancel(ReferencePipeline.java:129)
	at java.base/java.util.stream.AbstractPipeline.copyIntoWithCancel(AbstractPipeline.java:527)
	at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:513)
	at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
	at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150)
	at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173)
	at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
	at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)
	at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.resolveProjects(TychoMavenLifecycleParticipant.java:285)
	at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead(TychoMavenLifecycleParticipant.java:150)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:223)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:173)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:101)
	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:906)
	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:283)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:206)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:283)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:226)
	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:407)
	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:348)

[INFO] Artifact org.eclipse.orbit:ant:jar:1.10.14 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.eclipse.orbit:ant:jar:1.10.14 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[WARNING] Mapping P2 > Maven Coordinates failed: The following artifacts could not be resolved: org.eclipse.orbit:ant:jar:1.10.14 (present, but unavailable): org.eclipse.orbit:ant:jar:1.10.14 was not found in https://repo.eclipse.org/content/repositories/maven_central/ during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of eclipse.maven.central.mirror has elapsed or updates are forced
[INFO] Artifact org.eclipse.orbit:org.apache.axis:jar:1.4.1.20231107-0755 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.eclipse.orbit:org.apache.axis:jar:1.4.1.20231107-0755 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[WARNING] Mapping P2 > Maven Coordinates failed: The following artifacts could not be resolved: org.eclipse.orbit:org.apache.axis:jar:1.4.1.20231107-0755 (present, but unavailable): org.eclipse.orbit:org.apache.axis:jar:1.4.1.20231107-0755 was not found in https://repo.eclipse.org/content/repositories/maven_central/ during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of eclipse.maven.central.mirror has elapsed or updates are forced
[INFO] Artifact org.eclipse.orbit:org.apache.axis-ant:jar:1.4.1.20231107-0755 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.eclipse.orbit:org.apache.axis-ant:jar:1.4.1.20231107-0755 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[WARNING] Mapping P2 > Maven Coordinates failed: The following artifacts could not be resolved: org.eclipse.orbit:org.apache.axis-ant:jar:1.4.1.20231107-0755 (present, but unavailable): org.eclipse.orbit:org.apache.axis-ant:jar:1.4.1.20231107-0755 was not found in https://repo.eclipse.org/content/repositories/maven_central/ during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of eclipse.maven.central.mirror has elapsed or updates are forced
[INFO] Resolving dependencies of MavenProject: org.eclipse.orbit.maven-bnd:org.eclipse.orbit.maven-bnd.site-minimal:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/pom.xml
[INFO] Artifact org.eclipse.orbit:ant:jar:1.10.14 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.eclipse.orbit:ant:jar:1.10.14 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[WARNING] Mapping P2 > Maven Coordinates failed: The following artifacts could not be resolved: org.eclipse.orbit:ant:jar:1.10.14 (present, but unavailable): org.eclipse.orbit:ant:jar:1.10.14 was not found in https://repo.eclipse.org/content/repositories/maven_central/ during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of eclipse.maven.central.mirror has elapsed or updates are forced
[INFO] Artifact org.eclipse.orbit:org.apache.axis:jar:1.4.1.20231107-0755 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.eclipse.orbit:org.apache.axis:jar:1.4.1.20231107-0755 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[WARNING] Mapping P2 > Maven Coordinates failed: The following artifacts could not be resolved: org.eclipse.orbit:org.apache.axis:jar:1.4.1.20231107-0755 (present, but unavailable): org.eclipse.orbit:org.apache.axis:jar:1.4.1.20231107-0755 was not found in https://repo.eclipse.org/content/repositories/maven_central/ during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of eclipse.maven.central.mirror has elapsed or updates are forced
[INFO] Artifact org.eclipse.orbit:org.apache.axis-ant:jar:1.4.1.20231107-0755 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[INFO] Artifact org.eclipse.orbit:org.apache.axis-ant:jar:1.4.1.20231107-0755 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[WARNING] Mapping P2 > Maven Coordinates failed: The following artifacts could not be resolved: org.eclipse.orbit:org.apache.axis-ant:jar:1.4.1.20231107-0755 (present, but unavailable): org.eclipse.orbit:org.apache.axis-ant:jar:1.4.1.20231107-0755 was not found in https://repo.eclipse.org/content/repositories/maven_central/ during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of eclipse.maven.central.mirror has elapsed or updates are forced
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] org.eclipse.orbit.maven-bnd.parent                                 [pom]
[INFO] org.eclipse.orbit.maven-bnd.tp               [eclipse-target-definition]
[INFO] org.eclipse.orbit.maven-bnd.site                    [eclipse-repository]
[INFO] org.eclipse.orbit.maven-bnd.site-minimal            [eclipse-repository]
[INFO] org.eclipse.orbit.maven-bnd.promote                                [pom]
[INFO] 
[INFO] ---< org.eclipse.orbit.maven-bnd:org.eclipse.orbit.maven-bnd.parent >---
[INFO] Building org.eclipse.orbit.maven-bnd.parent 1.0.0-SNAPSHOT         [1/5]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.orbit.maven-bnd.parent ---
[WARNING] The POM for org.eclipse.platform:org.eclipse.swt:jar:3.125.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[INFO] 
[INFO] --- license-tool:0.0.1-SNAPSHOT:license-check (license-check) @ org.eclipse.orbit.maven-bnd.parent ---
[INFO] Querying Eclipse Foundation for license data for 370 items.
[INFO] Found 337 items.
[INFO] Querying ClearlyDefined for license data for 26 items.
[INFO] Found 26 items.
[INFO] License information could not be automatically verified for the following content:
[INFO] 
[INFO] maven/mavencentral/org.apache.lucene/lucene-analysis-common/9.11.0
[INFO] maven/mavencentral/org.apache.lucene/lucene-analysis-smartcn/9.11.0
[INFO] maven/mavencentral/org.apache.lucene/lucene-core/9.11.0
[INFO] maven/mavencentral/org.apache.lucene/lucene-misc/9.11.0
[INFO] maven/mavencentral/org.apache.lucene/lucene-queries/9.11.0
[INFO] maven/mavencentral/org.apache.lucene/lucene-queryparser/9.11.0
[INFO] maven/mavencentral/org.apache.lucene/lucene-sandbox/9.11.0
[INFO] p2/orbit/p2.eclipse.plugin/org.apache.lucene.analysis-common/9.11.0.v20240607-1000
[INFO] p2/orbit/p2.eclipse.plugin/org.apache.lucene.analysis-smartcn/9.11.0.v20240607-1000
[INFO] p2/orbit/p2.eclipse.plugin/org.apache.lucene.core/9.11.0.v20240607-1000
[INFO] p2/orbit/p2.eclipse.plugin/org.apache.lucene.misc/9.11.0.v20240607-1000
[INFO] p2/orbit/p2.eclipse.plugin/org.apache.lucene.queries/9.11.0.v20240607-1000
[INFO] p2/orbit/p2.eclipse.plugin/org.apache.lucene.queryparser/9.11.0.v20240607-1000
[INFO] p2/orbit/p2.eclipse.plugin/org.apache.lucene.sandbox/9.11.0.v20240607-1000
[INFO] 
[INFO] This content is either not correctly mapped by the system, or requires review.
[INFO] A review is required for maven/mavencentral/org.apache.lucene/lucene-misc/9.11.0.
[INFO] A review request already exists https://gitlab.eclipse.org/eclipsefdn/emo-team/iplab/-/issues/15124 .
[INFO] A review is required for maven/mavencentral/org.apache.lucene/lucene-queries/9.11.0.
[INFO] A review request already exists https://gitlab.eclipse.org/eclipsefdn/emo-team/iplab/-/issues/15125 .
[INFO] A review is required for p2/orbit/p2.eclipse.plugin/org.apache.lucene.queries/9.11.0.v20240607-1000.
[INFO] A review request already exists https://gitlab.eclipse.org/eclipsefdn/emo-team/iplab/-/issues/15126 .
[INFO] A review is required for p2/orbit/p2.eclipse.plugin/org.apache.lucene.core/9.11.0.v20240607-1000.
[INFO] A review request already exists https://gitlab.eclipse.org/eclipsefdn/emo-team/iplab/-/issues/15127 .
[INFO] A review is required for p2/orbit/p2.eclipse.plugin/org.apache.lucene.sandbox/9.11.0.v20240607-1000.
[INFO] A review request already exists https://gitlab.eclipse.org/eclipsefdn/emo-team/iplab/-/issues/15128 .
[INFO] A review is required for p2/orbit/p2.eclipse.plugin/org.apache.lucene.queryparser/9.11.0.v20240607-1000.
[INFO] A review request was created https://gitlab.eclipse.org/eclipsefdn/emo-team/iplab/-/issues/15129 .
[INFO] A review is required for p2/orbit/p2.eclipse.plugin/org.apache.lucene.misc/9.11.0.v20240607-1000.
[INFO] A review request was created https://gitlab.eclipse.org/eclipsefdn/emo-team/iplab/-/issues/15130 .
[INFO] A review is required for maven/mavencentral/org.apache.lucene/lucene-analysis-common/9.11.0.
[INFO] A review request was created https://gitlab.eclipse.org/eclipsefdn/emo-team/iplab/-/issues/15131 .
[INFO] A review is required for maven/mavencentral/org.apache.lucene/lucene-analysis-smartcn/9.11.0.
[INFO] A review request was created https://gitlab.eclipse.org/eclipsefdn/emo-team/iplab/-/issues/15132 .
[INFO] A review is required for p2/orbit/p2.eclipse.plugin/org.apache.lucene.analysis-smartcn/9.11.0.v20240607-1000.
[INFO] A review request was created https://gitlab.eclipse.org/eclipsefdn/emo-team/iplab/-/issues/15133 .
[INFO] A review is required for p2/orbit/p2.eclipse.plugin/org.apache.lucene.analysis-common/9.11.0.v20240607-1000.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for org.eclipse.orbit.maven-bnd.parent 1.0.0-SNAPSHOT:
[INFO] 
[INFO] org.eclipse.orbit.maven-bnd.parent ................. FAILURE [ 28.810 s]
[INFO] org.eclipse.orbit.maven-bnd.tp ..................... SKIPPED
[INFO] org.eclipse.orbit.maven-bnd.site ................... SKIPPED
[INFO] org.eclipse.orbit.maven-bnd.site-minimal ........... SKIPPED
[INFO] org.eclipse.orbit.maven-bnd.promote ................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  02:43 min
[INFO] Finished at: 2024-06-07T14:42:44Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.eclipse.dash:license-tool-plugin:0.0.1-SNAPSHOT:license-check (license-check) on project org.eclipse.orbit.maven-bnd.parent: Execution license-check of goal org.eclipse.dash:license-tool-plugin:0.0.1-SNAPSHOT:license-check failed: org.gitlab4j.api.GitLabApiException: {"message":{"error":"This endpoint has been requested too many times. Try again later."}} -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 128 killed;
[ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] mail
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 1
Finished: FAILURE