Skip to content
Success

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
Agent basic-47kk6 is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    kubernetes.jenkins.io/last-refresh: "1717772449006"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
    kubernetes.jenkins.io/controller: "http___jenkins-ui_orbit_svc_cluster_local_orbitx"
  name: "basic-47kk6"
  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-47kk6"
    - 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-47kk6"
    - 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-47kk6 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
Avoid second fetch
Checking out Revision 51e4466eb2bff41bfdfc66b109ceb45638a1731a (refs/remotes/origin/main)
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
 > 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-x3JD6QSiLuZX/agent.127
SSH_AGENT_PID=129
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd@tmp/private_key_11681865422569202430.key (/home/jenkins/agent/workspace/orbit-simrel-maven-bnd@tmp/private_key_11681865422569202430.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=198 -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@77fa509a
[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@77fa509a
[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 340 items.
[INFO] Querying ClearlyDefined for license data for 24 items.
[INFO] Found 24 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-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.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 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 already exists 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 already exists 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 already exists 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 already exists 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 already exists 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] A review request was created https://gitlab.eclipse.org/eclipsefdn/emo-team/iplab/-/issues/15134 .
[INFO] A review is required for maven/mavencentral/org.apache.lucene/lucene-sandbox/9.11.0.
[INFO] A review request was created https://gitlab.eclipse.org/eclipsefdn/emo-team/iplab/-/issues/15135 .
[INFO] A review is required for maven/mavencentral/org.apache.lucene/lucene-queryparser/9.11.0.
[INFO] A review request was created https://gitlab.eclipse.org/eclipsefdn/emo-team/iplab/-/issues/15136 .
[INFO] A review is required for maven/mavencentral/org.apache.lucene/lucene-core/9.11.0.
[INFO] A review request was created https://gitlab.eclipse.org/eclipsefdn/emo-team/iplab/-/issues/15137 .
[INFO] Summary file was written to: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/target/dash/summary
[INFO] 
[INFO] -----< org.eclipse.orbit.maven-bnd:org.eclipse.orbit.maven-bnd.tp >-----
[INFO] Building org.eclipse.orbit.maven-bnd.tp 1.0.0-SNAPSHOT             [2/5]
[INFO]   from tp/pom.xml
[INFO] ---------------------[ eclipse-target-definition ]----------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.orbit.maven-bnd.tp ---
[INFO] 
[INFO] --- tycho-packaging:4.0.7:package-target-definition (default-package-target-definition) @ org.eclipse.orbit.maven-bnd.tp ---
[INFO] 
[INFO] --- license-tool:0.0.1-SNAPSHOT:license-check (license-check) @ org.eclipse.orbit.maven-bnd.tp ---
[INFO] 
[INFO] ----< org.eclipse.orbit.maven-bnd:org.eclipse.orbit.maven-bnd.site >----
[INFO] Building org.eclipse.orbit.maven-bnd.site 1.0.0-SNAPSHOT           [3/5]
[INFO]   from site/pom.xml
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.orbit.maven-bnd.site ---
[INFO] 
[INFO] --- tycho-packaging:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.orbit.maven-bnd.site ---
[INFO] The project's OSGi version is 1.0.0.202406071501
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean-1) @ org.eclipse.orbit.maven-bnd.site ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.orbit.maven-bnd.site ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.orbit.maven-bnd.site ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site/src/main/resources
[INFO] 
[INFO] --- tycho-p2-publisher:4.0.7:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.orbit.maven-bnd.site ---
[INFO] 
[INFO] --- tycho-p2-publisher:4.0.7:publish-products (default-publish-products) @ org.eclipse.orbit.maven-bnd.site ---
[INFO] 
[INFO] --- tycho-p2-publisher:4.0.7:publish-categories (default-publish-categories) @ org.eclipse.orbit.maven-bnd.site ---
[INFO] 
[INFO] --- tycho-p2-publisher:4.0.7:attach-artifacts (default-attach-artifacts) @ org.eclipse.orbit.maven-bnd.site ---
[INFO] 
[INFO] --- tycho-p2-repository:4.0.7:assemble-repository (default-assemble-repository) @ org.eclipse.orbit.maven-bnd.site ---
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,com.github.jnr.a64asm.source,1.0.0.v20230715-0746.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.org.commonmark,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.commonmark-image-attributes,0.22.0.v20240316-0700.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.commonmark-gfm-tables,0.22.0.v20240316-0700.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.osgi.framework.source,1.10.0.202007221806.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,com.jgoodies.forms,1.9.0.v20240327-0800.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.batik.constants,1.17.0.v20231215-1130.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,wrapped.org.apache.ant.ant-jdepend.source,1.10.14.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,wrapped.org.apache.ant.ant-apache-bsf,1.10.14.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.commons.httpclient.source,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.axis.source,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.batik.xml.source,1.17.0.v20231215-1130.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.osgi.util.tracker.source,1.5.4.202109301733.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.xmlgraphics,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,slf4j.api.source,2.0.13.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.antlr.runtime,3.5.3.v20230929-1400.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.commons.discovery.source,0.5.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.xalan,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,wrapped.org.apache.ant.ant-launcher,1.10.14.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.com.konghq.source,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.jdom,1.1.3.v20230812-1600.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.org.pushingpixels.trident.source,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.com.jcraft.jzlib.source,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.org.antlr.3.2,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.lucene.sandbox.source,9.11.0.v20240607-1000.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.axis,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.batik.svggen,1.17.0.v20231215-1130.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,wrapped.org.apache.ant.ant-junit4,1.10.14.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.osgi.service.cm.source,1.6.1.202109301733.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.poi.ooxml.schemas.source,5.2.5.v20231203-1619.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.xml.serializer.source,2.7.2.v20230928-1302.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.batik.shared.resources.source,1.17.0.v20231215-1130.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,wrapped.org.apache.ant.ant-apache-log4j,1.10.14.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,wrapped.org.apache.ant.ant-commons-net,1.10.14.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.commonmark-image-attributes.source,0.22.0.v20240316-0700.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.commons.httpclient,3.1.0.v20240401-1000.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,wrapped.org.apache.ant.ant-jsch,1.10.14.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,wrapped.org.apache.ant.ant-apache-log4j.source,1.10.14.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,wrapped.org.apache.ant.ant-jmf.source,1.10.14.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,com.github.package-url.packageurl-java.source,1.5.0.v20231221-1500.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,wrapped.org.apache.ant.ant-testutil,1.10.14.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.httpcomponents.core5.httpcore5,5.2.4.v20231203-1619.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.hamcrest.library,1.3.0.v20230809-1000.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.lucene,4.33.0.v20240607-1000.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.lucene.queryparser.source,9.11.0.v20240607-1000.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,com.github.virtuald.curvesapi,1.8.0.v20230927-1624.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,javax.wsdl.source,1.6.3.v20230730-0710.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.ant,1.10.14.v20230922-1200.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.batik.ext.source,1.17.0.v20231215-1130.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,wrapped.org.apache.ant.ant-commons-net.source,1.10.14.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,com.sun.jna.source,5.14.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,jakarta.xml.soap-api.source,1.4.2.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.httpcomponents.client5.httpclient5-win.source,5.2.3.v20231203-1619.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.batik.awt.util,1.17.0.v20231215-1130.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.org.jdom,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.commons.httpclient,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,com.github.jnr.x86asm.source,1.0.2.v20230715-0746.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,wrapped.org.apache.ant.ant-swing.source,1.10.14.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.osgi.resource.source,1.0.1.202007221806.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.commonmark-gfm-tables.source,0.22.0.v20240316-0700.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,com.github.package-url.packageurl-java,1.5.0.v20231221-1500.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.org.jdom.source,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.hamcrest.core.source,2.2.0.v20230809-1000.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,wrapped.org.apache.ant.ant-apache-regexp.source,1.10.14.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,com.jcraft.jsch.source,0.1.55.v20230916-1400.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.batik.parser.source,1.17.0.v20231215-1130.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,wrapped.org.apache.ant.ant-swing,1.10.14.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.httpcomponents.client5.httpclient5,5.3.1.v20240126-0900.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,wrapped.org.apache.ant.ant-testutil.source,1.10.14.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.aopalliance.source,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.junit,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.axis.ant,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.batik.bridge,1.17.0.v20231215-1130.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.commons.math3.source,3.6.1.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.org.antlr.3.2.source,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.jnr.source,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.codelibs.nekohtml.source,2.1.3.v20240413-0800.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.httpcomponents.core5,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,wrapped.org.apache.ant.ant-launcher.source,1.10.14.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.commons.commons-compress.source,1.26.2.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.poi,5.2.5.v20231203-1619.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.commons.commons-collections4.source,4.4.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.poi.source,5.2.5.v20231203-1619.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,wrapped.org.apache.ant.ant-apache-oro.source,1.10.14.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.httpcomponents.client5.httpclient5.source,5.3.1.v20240126-0900.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.xerces,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.lucene.analysis-smartcn,9.11.0.v20240607-1000.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,com.google.javascript,0.0.20240317.v20240319-0700.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,wrapped.org.apache.ant.ant-apache-bsf.source,1.10.14.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,javax.wsdl,1.6.3.v20230730-0710.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.jdom2.source,2.0.6.v20230720-0727.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.batik.dom.source,1.17.0.v20231215-1130.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,wrapped.org.apache.ant.ant-imageio,1.10.14.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.xmlbeans,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.com.jcraft.jsch,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,com.google.gson.source,2.11.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,wrapped.org.apache.ant.ant-jsch.source,1.10.14.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.ant,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.jnr,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.commons.httpclient.source,3.1.0.v20240401-1000.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.xml.serializer,2.7.2.v20230928-1302.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,com.github.jnr.a64asm,1.0.0.v20230715-0746.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.batik.anim.source,1.17.0.v20231215-1130.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.httpcomponents.httpcore.source,4.4.16.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.javax.wsdl,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.xmlbeans.source,5.2.1.v20240527-0800.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.batik.transcoder.source,1.17.0.v20231215-1130.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.batik.util.source,1.17.0.v20231215-1130.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,com.jcraft.jzlib.source,1.1.3.v20230916-1400.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.objectweb.asm.tree.source,9.7.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,com.fasterxml.jackson.dataformat.jackson-dataformat-yaml.source,2.17.1.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.poi.source,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,com.jgoodies.common.source,1.8.1.v20240327-0800.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,com.fasterxml.jackson.dataformat.jackson-dataformat-xml.source,2.17.1.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,wrapped.org.apache.ant.ant-jmf,1.10.14.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,wrapped.org.apache.ant.ant-javamail,1.10.14.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.batik.source,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,wrapped.org.apache.ant.ant-commons-logging.source,1.10.14.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.batik.util,1.17.0.v20231215-1130.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.com.github.package-url,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.lucene.queryparser,9.11.0.v20240607-1000.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.poi.ooxml.schemas,5.2.5.v20231203-1619.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.lucene.source,4.33.0.v20240607-1000.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.httpcomponents.httpclient-win,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.javax.wsdl.source,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.xml-resolver,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.poi,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.hamcrest.library,2.2.0.v20230809-1000.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,wrapped.org.apache.ant.ant-jakartamail.source,1.10.14.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.lucene.queries,9.11.0.v20240607-1000.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.cyclonedx.core-java.source,8.0.3.v20231221-1500.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.xalan,2.7.2.v20230928-1302.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.joni,2.2.1.v20230703-0749.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.batik.codec.source,1.17.0.v20231215-1130.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.httpcomponents.httpclient.win,4.5.14.v20240401-1000.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.batik.constants.source,1.17.0.v20231215-1130.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.batik,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.aries.spifly.dynamic.bundle.source,1.3.7.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.lucene.misc.source,9.11.0.v20240607-1000.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.jdom.source,1.1.3.v20230812-1600.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.commonmark-task-list-items,0.22.0.v20240316-0700.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.batik.script,1.17.0.v20231215-1130.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,com.konghq.unirest-java.source,3.14.5.v20230803-0817.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,com.jgoodies.forms.source,1.9.0.v20240327-0800.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.batik.dom.svg.source,1.17.0.v20231215-1130.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.commons.commons-logging.source,1.3.2.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,wrapped.org.apache.ant.ant-junit,1.10.14.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.hamcrest.core,2.2.0.v20230809-1000.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,jakarta.activation-api.source,1.2.2.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.jcodings.source,1.0.58.v20230703-0749.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,jaxen.source,2.0.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.joni,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.commonmark-yaml-front-matter,0.22.0.v20240316-0700.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.hamcrest.core.source,1.3.0.v20230809-1000.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,wrapped.org.apache.ant.ant-junitlauncher.source,1.10.14.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.ws.commons.util,1.0.2.v20230723-0712.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.batik.ext,1.17.0.v20231215-1130.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.pushingpixels.trident.source,1.3.0.v20231219-1530.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.commonmark-ins,0.22.0.v20240316-0700.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.com.github.virtuald.source,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,wrapped.org.apache.ant.ant-imageio.source,1.10.14.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.org.antlr.3.x.source,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,com.konghq.unirest-java,3.14.5.v20230803-0817.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.commons.lang3.source,3.14.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.com.jgoodies.forms.source,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.org.commonmark.source,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.com.zaxxer,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.junit.source,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.batik.i18n.source,1.17.0.v20231215-1130.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,wrapped.org.apache.ant.ant-xz.source,1.10.14.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,com.networknt.json-schema-validator.source,1.4.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.batik.i18n,1.17.0.v20231215-1130.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,com.google.javascript.source,0.0.20240317.v20240319-0700.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.batik.dom.svg,1.17.0.v20231215-1130.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.httpcomponents.core5.httpcore5.source,5.2.4.v20231203-1619.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.poi.ooxml,5.2.5.v20231203-1619.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.com.google.javascript.source,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.httpcomponents.core5.source,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.com.github.virtuald,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,jakarta.xml.bind-api.source,2.3.3.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.httpcomponents.httpclient-win.source,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.axis.source,1.4.1.v20231107-0937.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.aopalliance,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.osgi.exclude.source,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.batik.css,1.17.0.v20231215-1130.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,javax.xml.rpc-api.source,1.1.4.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.batik.codec,1.17.0.v20231215-1130.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.com.github.package-url.source,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,wrapped.org.apache.ant.ant-apache-oro,1.10.14.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.commonmark-yaml-front-matter.source,0.22.0.v20240316-0700.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.hamcrest.core.source,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.com.jcraft.jzlib,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.ws.commons.util.source,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,wrapped.org.apache.ant.ant-junit.source,1.10.14.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.hamcrest.library.source,2.2.0.v20230809-1000.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.ws.commons.util.source,1.0.2.v20230723-0712.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.hamcrest.deprecated.source,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,wrapped.org.apache.ant.ant-apache-bcel,1.10.14.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.axis,1.4.1.v20231107-0937.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.aopalliance,1.0.0.v20230720-0728.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.batik.gvt.source,1.17.0.v20231215-1130.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.cyclonedx.core-java,8.0.3.v20231221-1500.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.lucene.misc,9.11.0.v20240607-1000.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.xalan.source,2.7.2.v20230928-1302.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.ws.commons.util,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,wrapped.org.apache.ant.ant-netrexx,1.10.14.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.org.codelibs.nekohtml,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.jdom2.source,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.jcodings,1.0.58.v20230703-0749.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.lucene.core,9.11.0.v20240607-1000.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.lucene.core.source,9.11.0.v20240607-1000.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.com.jcraft.jsch.source,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.batik.script.source,1.17.0.v20231215-1130.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.batik.xml,1.17.0.v20231215-1130.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.antlr.runtime.source,3.5.3.v20230929-1400.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,com.ethlo.time.itu.source,1.10.2.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,com.github.virtuald.curvesapi.source,1.8.0.v20230927-1624.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.hamcrest.core,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.commonmark,0.22.0.v20240316-0700.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,wrapped.org.apache.ant.ant-apache-xalan2,1.10.14.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.logging.log4j.api.source,2.23.1.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.pushingpixels.trident,1.3.0.v20231219-1530.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.batik.bridge.source,1.17.0.v20231215-1130.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,wrapped.org.apache.ant.ant-antlr.source,1.10.14.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.poi.ooxml.source,5.2.5.v20231203-1619.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.httpcomponents.httpclient.win.source,4.5.14.v20240401-1000.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.xml.resolver.source,1.2.0.v20230928-1222.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.axis.ant,1.4.1.v20231107-0937.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.xerces.source,2.12.2.v20230928-1306.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.hamcrest.core,1.3.0.v20230809-1000.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.httpcomponents.client5.httpclient5-win,5.2.3.v20231203-1619.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.batik.dom,1.17.0.v20231215-1130.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.junit,4.13.2.v20230809-1000.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.osgi.dto.source,1.1.1.202007221806.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.commonmark-heading-anchor,0.22.0.v20240316-0700.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,wrapped.org.apache.ant.ant,1.10.14.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.commons.commons-io.source,2.16.1.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,com.fasterxml.jackson.core.jackson-databind.source,2.17.1.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,wrapped.org.apache.ant.ant-antlr,1.10.14.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.joni.source,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,wrapped.org.apache.ant.ant-apache-bcel.source,1.10.14.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,wrapped.org.apache.ant.ant-jakartamail,1.10.14.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,com.fasterxml.jackson.core.jackson-annotations.source,2.17.1.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.httpcomponents.client5.httpclient5-win.source,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.com.jgoodies.forms,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,jakarta.servlet-api.source,4.0.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.hamcrest.deprecated,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,com.jcraft.jzlib,1.1.3.v20230916-1400.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,wrapped.org.apache.ant.ant-jdepend,1.10.14.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.batik.gvt,1.17.0.v20231215-1130.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.axis.ant.source,1.4.1.v20231107-0937.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,wrapped.org.apache.ant.ant-commons-logging,1.10.14.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.hamcrest.library,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.com.zaxxer.source,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.httpcomponents.httpclient.source,4.5.14.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.lucene.analysis-common.source,9.11.0.v20240607-1000.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.httpcomponents.httpasyncclient.source,4.1.5.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.batik.parser,1.17.0.v20231215-1130.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.xerces,2.12.2.v20230928-1306.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.org.cyclonedx.source,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.dom4j.source,2.1.4.v20231001-0922.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.org.antlr.3.x,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,wrapped.org.apache.ant.ant-apache-resolver,1.10.14.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.antlr.runtime,3.2.0.v20230929-1400.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.httpcomponents.core5.httpcore5-h2,5.2.4.v20231203-1619.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.xmlgraphics.source,2.9.0.v20230916-1600.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,wrapped.org.apache.ant.ant-javamail.source,1.10.14.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.ant.source,1.10.14.v20230922-1200.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.dom4j,2.1.4.v20231001-0922.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.hamcrest.library.source,1.3.0.v20230809-1000.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.commonmark-ins.source,0.22.0.v20240316-0700.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,wrapped.org.apache.ant.ant-apache-xalan2.source,1.10.14.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.jdom2,2.0.6.v20230720-0727.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,com.jgoodies.common,1.8.1.v20240327-0800.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.xmlgraphics.source,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.objectweb.asm.commons.source,9.7.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.batik.awt.util.source,1.17.0.v20231215-1130.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.commonmark-gfm-strikethrough,0.22.0.v20240316-0700.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.com.google.javascript,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.objectweb.asm.source,9.7.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.joni.source,2.2.1.v20230703-0749.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.junit.source,4.13.2.v20230809-1000.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.commonmark-heading-anchor.source,0.22.0.v20240316-0700.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.org.pushingpixels.trident,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,com.zaxxer.sparsebits,1.3.0.v20230929-1000.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,slf4j.nop.source,2.0.13.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.commonmark-task-list-items.source,0.22.0.v20240316-0700.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.jdom2,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.commonmark-gfm-strikethrough.source,0.22.0.v20240316-0700.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.lucene.analysis-smartcn.source,9.11.0.v20240607-1000.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.objectweb.asm.util.source,9.7.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.yaml.snakeyaml.source,2.2.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.xalan.source,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.osgi.exclude,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.org.dom4j.source,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,wrapped.org.apache.ant.ant-apache-resolver.source,1.10.14.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.xmlgraphics,2.9.0.v20230916-1600.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.batik.css.source,1.17.0.v20231215-1130.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,wrapped.org.apache.ant.ant-junitlauncher,1.10.14.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.lucene.sandbox,9.11.0.v20240607-1000.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.antlr.runtime.source,3.2.0.v20230929-1400.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.xml-resolver.source,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.hamcrest.source,2.2.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.httpcomponents.client5.httpclient5.source,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.xmlbeans.source,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,com.jcraft.jsch,0.1.55.v20230916-1400.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.com.jgoodies.common,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,stax2-api.source,4.2.2.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,wrapped.org.apache.ant.ant-apache-regexp,1.10.14.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.httpcomponents.client5.httpclient5-win,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.commons.logging.source,1.2.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.batik.svggen.source,1.17.0.v20231215-1130.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.org.cyclonedx,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,wrapped.org.apache.ant.ant-netrexx.source,1.10.14.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.aopalliance.source,1.0.0.v20230720-0728.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,wrapped.org.apache.ant.ant-junit4.source,1.10.14.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.hamcrest.library.source,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.lucene.queries.source,9.11.0.v20240607-1000.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.org.dom4j,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.xml.resolver,1.2.0.v20230928-1222.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.commonmark.source,0.22.0.v20240316-0700.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.com.jgoodies.common.source,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.objectweb.asm.tree.analysis.source,9.7.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.batik.shared.resources,1.17.0.v20231215-1130.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.batik.transcoder,1.17.0.v20231215-1130.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.ant.source,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,com.fasterxml.jackson.core.jackson-core.source,2.17.1.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,wrapped.org.apache.ant.ant-xz,1.10.14.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,com.github.jnr.x86asm,1.0.2.v20230715-0746.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.batik.anim,1.17.0.v20231215-1130.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.xerces.source,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.com.konghq,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,com.zaxxer.sparsebits.source,1.3.0.v20230929-1000.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.codelibs.nekohtml,2.1.3.v20240413-0800.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.axis.ant.source,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.xmlbeans,5.2.1.v20240527-0800.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.org.codelibs.nekohtml.source,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.lucene.analysis-common,9.11.0.v20240607-1000.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,wrapped.org.apache.ant.ant.source,1.10.14.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.httpcomponents.core5.httpcore5-h2.source,5.2.4.v20231203-1619.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.httpcomponents.client5.httpclient5,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.commons.commons-codec.source,1.17.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,com.sun.jna.platform.source,5.14.0.
[INFO] 
[INFO] --- tycho-p2-repository:4.0.7:archive-repository (default-archive-repository) @ org.eclipse.orbit.maven-bnd.site ---
[INFO] 
[INFO] --- license-tool:0.0.1-SNAPSHOT:license-check (license-check) @ org.eclipse.orbit.maven-bnd.site ---
[INFO] 
[INFO] --< org.eclipse.orbit.maven-bnd:org.eclipse.orbit.maven-bnd.site-minimal >--
[INFO] Building org.eclipse.orbit.maven-bnd.site-minimal 1.0.0-SNAPSHOT   [4/5]
[INFO]   from site-minimal/pom.xml
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.orbit.maven-bnd.site-minimal ---
[INFO] 
[INFO] --- tycho-packaging:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.orbit.maven-bnd.site-minimal ---
[INFO] The project's OSGi version is 1.0.0.202406071501
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean-1) @ org.eclipse.orbit.maven-bnd.site-minimal ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.orbit.maven-bnd.site-minimal ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.orbit.maven-bnd.site-minimal ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/src/main/resources
[INFO] 
[INFO] --- tycho-p2-publisher:4.0.7:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.orbit.maven-bnd.site-minimal ---
[INFO] 
[INFO] --- tycho-p2-publisher:4.0.7:publish-products (default-publish-products) @ org.eclipse.orbit.maven-bnd.site-minimal ---
[INFO] 
[INFO] --- tycho-p2-publisher:4.0.7:publish-categories (default-publish-categories) @ org.eclipse.orbit.maven-bnd.site-minimal ---
[INFO] 
[INFO] --- tycho-p2-publisher:4.0.7:attach-artifacts (default-attach-artifacts) @ org.eclipse.orbit.maven-bnd.site-minimal ---
[INFO] 
[INFO] --- tycho-p2-repository:4.0.7:assemble-repository (default-assemble-repository) @ org.eclipse.orbit.maven-bnd.site-minimal ---
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,com.github.jnr.a64asm.source,1.0.0.v20230715-0746.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.org.commonmark,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.commonmark-image-attributes,0.22.0.v20240316-0700.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.commonmark-gfm-tables,0.22.0.v20240316-0700.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.poi.ooxml,5.2.5.v20231203-1619.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,com.jgoodies.forms,1.9.0.v20240327-0800.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.com.google.javascript.source,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.batik.constants,1.17.0.v20231215-1130.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.httpcomponents.core5.source,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.com.github.virtuald,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.httpcomponents.httpclient-win.source,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.axis.source,1.4.1.v20231107-0937.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.aopalliance,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.commons.httpclient.source,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.axis.source,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.batik.xml.source,1.17.0.v20231215-1130.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.batik.css,1.17.0.v20231215-1130.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.xmlgraphics,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.batik.codec,1.17.0.v20231215-1130.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.antlr.runtime,3.5.3.v20230929-1400.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.com.github.package-url.source,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.commonmark-yaml-front-matter.source,0.22.0.v20240316-0700.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.hamcrest.core.source,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.xalan,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.com.jcraft.jzlib,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.ws.commons.util.source,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.com.konghq.source,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.hamcrest.library.source,2.2.0.v20230809-1000.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.jdom,1.1.3.v20230812-1600.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.ws.commons.util.source,1.0.2.v20230723-0712.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.hamcrest.deprecated.source,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.org.pushingpixels.trident.source,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.com.jcraft.jzlib.source,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.org.antlr.3.2,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.lucene.sandbox.source,9.11.0.v20240607-1000.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.axis,1.4.1.v20231107-0937.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.axis,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.batik.svggen,1.17.0.v20231215-1130.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.aopalliance,1.0.0.v20230720-0728.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.batik.gvt.source,1.17.0.v20231215-1130.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.cyclonedx.core-java,8.0.3.v20231221-1500.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.lucene.misc,9.11.0.v20240607-1000.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.poi.ooxml.schemas.source,5.2.5.v20231203-1619.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.xml.serializer.source,2.7.2.v20230928-1302.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.batik.shared.resources.source,1.17.0.v20231215-1130.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.xalan.source,2.7.2.v20230928-1302.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.ws.commons.util,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.commonmark-image-attributes.source,0.22.0.v20240316-0700.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.commons.httpclient,3.1.0.v20240401-1000.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.org.codelibs.nekohtml,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.jdom2.source,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.jcodings,1.0.58.v20230703-0749.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.lucene.core,9.11.0.v20240607-1000.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.lucene.core.source,9.11.0.v20240607-1000.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.com.jcraft.jsch.source,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.batik.script.source,1.17.0.v20231215-1130.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.batik.xml,1.17.0.v20231215-1130.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.antlr.runtime.source,3.5.3.v20230929-1400.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,com.github.virtuald.curvesapi.source,1.8.0.v20230927-1624.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.hamcrest.core,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.commonmark,0.22.0.v20240316-0700.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,com.github.package-url.packageurl-java.source,1.5.0.v20231221-1500.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.httpcomponents.core5.httpcore5,5.2.4.v20231203-1619.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.hamcrest.library,1.3.0.v20230809-1000.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.lucene,4.33.0.v20240607-1000.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.lucene.queryparser.source,9.11.0.v20240607-1000.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,com.github.virtuald.curvesapi,1.8.0.v20230927-1624.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.pushingpixels.trident,1.3.0.v20231219-1530.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,javax.wsdl.source,1.6.3.v20230730-0710.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.ant,1.10.14.v20230922-1200.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.batik.ext.source,1.17.0.v20231215-1130.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.batik.bridge.source,1.17.0.v20231215-1130.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.poi.ooxml.source,5.2.5.v20231203-1619.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.httpcomponents.httpclient.win.source,4.5.14.v20240401-1000.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.xml.resolver.source,1.2.0.v20230928-1222.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.axis.ant,1.4.1.v20231107-0937.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.httpcomponents.client5.httpclient5-win.source,5.2.3.v20231203-1619.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.batik.awt.util,1.17.0.v20231215-1130.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.org.jdom,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.commons.httpclient,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,com.github.jnr.x86asm.source,1.0.2.v20230715-0746.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.xerces.source,2.12.2.v20230928-1306.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.hamcrest.core,1.3.0.v20230809-1000.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.httpcomponents.client5.httpclient5-win,5.2.3.v20231203-1619.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.commonmark-gfm-tables.source,0.22.0.v20240316-0700.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,com.github.package-url.packageurl-java,1.5.0.v20231221-1500.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.org.jdom.source,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.hamcrest.core.source,2.2.0.v20230809-1000.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.batik.dom,1.17.0.v20231215-1130.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.junit,4.13.2.v20230809-1000.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.commonmark-heading-anchor,0.22.0.v20240316-0700.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,com.jcraft.jsch.source,0.1.55.v20230916-1400.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.batik.parser.source,1.17.0.v20231215-1130.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.httpcomponents.client5.httpclient5,5.3.1.v20240126-0900.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.aopalliance.source,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.junit,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.axis.ant,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.batik.bridge,1.17.0.v20231215-1130.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.joni.source,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.org.antlr.3.2.source,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.jnr.source,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.codelibs.nekohtml.source,2.1.3.v20240413-0800.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.httpcomponents.core5,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.httpcomponents.client5.httpclient5-win.source,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.com.jgoodies.forms,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.poi,5.2.5.v20231203-1619.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.hamcrest.deprecated,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.poi.source,5.2.5.v20231203-1619.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,com.jcraft.jzlib,1.1.3.v20230916-1400.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.httpcomponents.client5.httpclient5.source,5.3.1.v20240126-0900.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.xerces,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.lucene.analysis-smartcn,9.11.0.v20240607-1000.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,com.google.javascript,0.0.20240317.v20240319-0700.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.batik.gvt,1.17.0.v20231215-1130.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.axis.ant.source,1.4.1.v20231107-0937.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,javax.wsdl,1.6.3.v20230730-0710.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.jdom2.source,2.0.6.v20230720-0727.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.batik.dom.source,1.17.0.v20231215-1130.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.hamcrest.library,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.com.zaxxer.source,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.lucene.analysis-common.source,9.11.0.v20240607-1000.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.xmlbeans,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.com.jcraft.jsch,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.batik.parser,1.17.0.v20231215-1130.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.xerces,2.12.2.v20230928-1306.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.ant,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.org.cyclonedx.source,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.dom4j.source,2.1.4.v20231001-0922.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.jnr,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.commons.httpclient.source,3.1.0.v20240401-1000.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.xml.serializer,2.7.2.v20230928-1302.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.org.antlr.3.x,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.antlr.runtime,3.2.0.v20230929-1400.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,com.github.jnr.a64asm,1.0.0.v20230715-0746.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.batik.anim.source,1.17.0.v20231215-1130.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.javax.wsdl,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.xmlbeans.source,5.2.1.v20240527-0800.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.httpcomponents.core5.httpcore5-h2,5.2.4.v20231203-1619.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.xmlgraphics.source,2.9.0.v20230916-1600.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.batik.transcoder.source,1.17.0.v20231215-1130.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.ant.source,1.10.14.v20230922-1200.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.dom4j,2.1.4.v20231001-0922.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.hamcrest.library.source,1.3.0.v20230809-1000.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.commonmark-ins.source,0.22.0.v20240316-0700.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.jdom2,2.0.6.v20230720-0727.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,com.jgoodies.common,1.8.1.v20240327-0800.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.xmlgraphics.source,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.batik.util.source,1.17.0.v20231215-1130.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.batik.awt.util.source,1.17.0.v20231215-1130.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.commonmark-gfm-strikethrough,0.22.0.v20240316-0700.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.com.google.javascript,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,com.jcraft.jzlib.source,1.1.3.v20230916-1400.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.joni.source,2.2.1.v20230703-0749.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.poi.source,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,com.jgoodies.common.source,1.8.1.v20240327-0800.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.junit.source,4.13.2.v20230809-1000.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.commonmark-heading-anchor.source,0.22.0.v20240316-0700.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.org.pushingpixels.trident,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,com.zaxxer.sparsebits,1.3.0.v20230929-1000.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.batik.source,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.commonmark-task-list-items.source,0.22.0.v20240316-0700.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.jdom2,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.batik.util,1.17.0.v20231215-1130.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.com.github.package-url,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.commonmark-gfm-strikethrough.source,0.22.0.v20240316-0700.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.lucene.analysis-smartcn.source,9.11.0.v20240607-1000.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.lucene.queryparser,9.11.0.v20240607-1000.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.xalan.source,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.poi.ooxml.schemas,5.2.5.v20231203-1619.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.lucene.source,4.33.0.v20240607-1000.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.httpcomponents.httpclient-win,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.org.dom4j.source,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.xmlgraphics,2.9.0.v20230916-1600.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.javax.wsdl.source,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.batik.css.source,1.17.0.v20231215-1130.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.xml-resolver,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.lucene.sandbox,9.11.0.v20240607-1000.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.poi,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.antlr.runtime.source,3.2.0.v20230929-1400.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.xml-resolver.source,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.hamcrest.library,2.2.0.v20230809-1000.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.httpcomponents.client5.httpclient5.source,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.lucene.queries,9.11.0.v20240607-1000.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.cyclonedx.core-java.source,8.0.3.v20231221-1500.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.xalan,2.7.2.v20230928-1302.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.joni,2.2.1.v20230703-0749.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.xmlbeans.source,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,com.jcraft.jsch,0.1.55.v20230916-1400.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.com.jgoodies.common,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.batik.codec.source,1.17.0.v20231215-1130.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.httpcomponents.httpclient.win,4.5.14.v20240401-1000.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.batik.constants.source,1.17.0.v20231215-1130.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.batik,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.lucene.misc.source,9.11.0.v20240607-1000.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.jdom.source,1.1.3.v20230812-1600.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.commonmark-task-list-items,0.22.0.v20240316-0700.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.httpcomponents.client5.httpclient5-win,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.batik.script,1.17.0.v20231215-1130.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,com.konghq.unirest-java.source,3.14.5.v20230803-0817.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.batik.svggen.source,1.17.0.v20231215-1130.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.org.cyclonedx,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,com.jgoodies.forms.source,1.9.0.v20240327-0800.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.batik.dom.svg.source,1.17.0.v20231215-1130.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.aopalliance.source,1.0.0.v20230720-0728.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.hamcrest.core,2.2.0.v20230809-1000.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.hamcrest.library.source,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.jcodings.source,1.0.58.v20230703-0749.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.lucene.queries.source,9.11.0.v20240607-1000.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.joni,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.commonmark-yaml-front-matter,0.22.0.v20240316-0700.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.hamcrest.core.source,1.3.0.v20230809-1000.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.org.dom4j,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.ws.commons.util,1.0.2.v20230723-0712.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.batik.ext,1.17.0.v20231215-1130.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.pushingpixels.trident.source,1.3.0.v20231219-1530.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.xml.resolver,1.2.0.v20230928-1222.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.commonmark.source,0.22.0.v20240316-0700.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.commonmark-ins,0.22.0.v20240316-0700.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.com.jgoodies.common.source,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.batik.shared.resources,1.17.0.v20231215-1130.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.com.github.virtuald.source,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.batik.transcoder,1.17.0.v20231215-1130.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.ant.source,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.org.antlr.3.x.source,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,com.github.jnr.x86asm,1.0.2.v20230715-0746.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,com.konghq.unirest-java,3.14.5.v20230803-0817.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.batik.anim,1.17.0.v20231215-1130.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.xerces.source,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.com.konghq,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,com.zaxxer.sparsebits.source,1.3.0.v20230929-1000.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.codelibs.nekohtml,2.1.3.v20240413-0800.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.axis.ant.source,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.xmlbeans,5.2.1.v20240527-0800.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.com.jgoodies.forms.source,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.org.commonmark.source,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.org.codelibs.nekohtml.source,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.lucene.analysis-common,9.11.0.v20240607-1000.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.com.zaxxer,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.httpcomponents.core5.httpcore5-h2.source,5.2.4.v20231203-1619.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.junit.source,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.batik.i18n.source,1.17.0.v20231215-1130.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.orbit.maven.org.apache.httpcomponents.client5.httpclient5,4.33.0.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.batik.i18n,1.17.0.v20231215-1130.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,com.google.javascript.source,0.0.20240317.v20240319-0700.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.batik.dom.svg,1.17.0.v20231215-1130.
[WARNING] [1451e998-f29a-411b-a802-91fa114527d0][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.7] No digest algorithm is available to verify download of osgi.bundle,org.apache.httpcomponents.core5.httpcore5.source,5.2.4.v20231203-1619.
[INFO] 
[INFO] --- tycho-p2-repository:4.0.7:archive-repository (default-archive-repository) @ org.eclipse.orbit.maven-bnd.site-minimal ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.orbit.maven-bnd.site-minimal ---
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/com.github.jnr.a64asm.source_1.0.0.v20230715-0746.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.commonmark-image-attributes_0.22.0.v20240316-0700.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.commonmark-gfm-tables_0.22.0.v20240316-0700.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.poi.ooxml_5.2.5.v20231203-1619.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/com.jgoodies.forms_1.9.0.v20240327-0800.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.batik.constants_1.17.0.v20231215-1130.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.axis.source_1.4.1.v20231107-0937.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.batik.xml.source_1.17.0.v20231215-1130.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.batik.css_1.17.0.v20231215-1130.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.batik.codec_1.17.0.v20231215-1130.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.antlr.runtime_3.5.3.v20230929-1400.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.commonmark-yaml-front-matter.source_0.22.0.v20240316-0700.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.hamcrest.library.source_2.2.0.v20230809-1000.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.jdom_1.1.3.v20230812-1600.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.ws.commons.util.source_1.0.2.v20230723-0712.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.lucene.sandbox.source_9.11.0.v20240607-1000.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.axis_1.4.1.v20231107-0937.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.batik.svggen_1.17.0.v20231215-1130.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.aopalliance_1.0.0.v20230720-0728.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.batik.gvt.source_1.17.0.v20231215-1130.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.cyclonedx.core-java_8.0.3.v20231221-1500.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.lucene.misc_9.11.0.v20240607-1000.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.poi.ooxml.schemas.source_5.2.5.v20231203-1619.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.xml.serializer.source_2.7.2.v20230928-1302.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.batik.shared.resources.source_1.17.0.v20231215-1130.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.xalan.source_2.7.2.v20230928-1302.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.commonmark-image-attributes.source_0.22.0.v20240316-0700.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.commons.httpclient_3.1.0.v20240401-1000.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.jcodings_1.0.58.v20230703-0749.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.lucene.core_9.11.0.v20240607-1000.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.lucene.core.source_9.11.0.v20240607-1000.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.batik.script.source_1.17.0.v20231215-1130.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.batik.xml_1.17.0.v20231215-1130.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.antlr.runtime.source_3.5.3.v20230929-1400.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/com.github.virtuald.curvesapi.source_1.8.0.v20230927-1624.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.commonmark_0.22.0.v20240316-0700.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/com.github.package-url.packageurl-java.source_1.5.0.v20231221-1500.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.httpcomponents.core5.httpcore5_5.2.4.v20231203-1619.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.hamcrest.library_1.3.0.v20230809-1000.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.lucene.queryparser.source_9.11.0.v20240607-1000.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/com.github.virtuald.curvesapi_1.8.0.v20230927-1624.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.pushingpixels.trident_1.3.0.v20231219-1530.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/javax.wsdl.source_1.6.3.v20230730-0710.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.ant_1.10.14.v20230922-1200.jar_unpacked_17913082611586024295/etc/ant-bootstrap.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.ant_1.10.14.v20230922-1200.jar_unpacked_17913082611586024295/etc/ant-bootstrap.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.ant_1.10.14.v20230922-1200.jar_unpacked_17913082611586024295/lib/ant-antlr.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.ant_1.10.14.v20230922-1200.jar_unpacked_17913082611586024295/lib/ant-antlr.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.ant_1.10.14.v20230922-1200.jar_unpacked_17913082611586024295/lib/ant-apache-bcel.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.ant_1.10.14.v20230922-1200.jar_unpacked_17913082611586024295/lib/ant-apache-bcel.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.ant_1.10.14.v20230922-1200.jar_unpacked_17913082611586024295/lib/ant-apache-bsf.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.ant_1.10.14.v20230922-1200.jar_unpacked_17913082611586024295/lib/ant-apache-bsf.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.ant_1.10.14.v20230922-1200.jar_unpacked_17913082611586024295/lib/ant-apache-log4j.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.ant_1.10.14.v20230922-1200.jar_unpacked_17913082611586024295/lib/ant-apache-log4j.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.ant_1.10.14.v20230922-1200.jar_unpacked_17913082611586024295/lib/ant-apache-oro.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.ant_1.10.14.v20230922-1200.jar_unpacked_17913082611586024295/lib/ant-apache-oro.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.ant_1.10.14.v20230922-1200.jar_unpacked_17913082611586024295/lib/ant-apache-regexp.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.ant_1.10.14.v20230922-1200.jar_unpacked_17913082611586024295/lib/ant-apache-regexp.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.ant_1.10.14.v20230922-1200.jar_unpacked_17913082611586024295/lib/ant-apache-resolver.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.ant_1.10.14.v20230922-1200.jar_unpacked_17913082611586024295/lib/ant-apache-resolver.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.ant_1.10.14.v20230922-1200.jar_unpacked_17913082611586024295/lib/ant-apache-xalan2.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.ant_1.10.14.v20230922-1200.jar_unpacked_17913082611586024295/lib/ant-apache-xalan2.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.ant_1.10.14.v20230922-1200.jar_unpacked_17913082611586024295/lib/ant-commons-logging.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.ant_1.10.14.v20230922-1200.jar_unpacked_17913082611586024295/lib/ant-commons-logging.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.ant_1.10.14.v20230922-1200.jar_unpacked_17913082611586024295/lib/ant-commons-net.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.ant_1.10.14.v20230922-1200.jar_unpacked_17913082611586024295/lib/ant-commons-net.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.ant_1.10.14.v20230922-1200.jar_unpacked_17913082611586024295/lib/ant-imageio.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.ant_1.10.14.v20230922-1200.jar_unpacked_17913082611586024295/lib/ant-imageio.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.ant_1.10.14.v20230922-1200.jar_unpacked_17913082611586024295/lib/ant-jakartamail.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.ant_1.10.14.v20230922-1200.jar_unpacked_17913082611586024295/lib/ant-jakartamail.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.ant_1.10.14.v20230922-1200.jar_unpacked_17913082611586024295/lib/ant-javamail.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.ant_1.10.14.v20230922-1200.jar_unpacked_17913082611586024295/lib/ant-javamail.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.ant_1.10.14.v20230922-1200.jar_unpacked_17913082611586024295/lib/ant-jdepend.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.ant_1.10.14.v20230922-1200.jar_unpacked_17913082611586024295/lib/ant-jdepend.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.ant_1.10.14.v20230922-1200.jar_unpacked_17913082611586024295/lib/ant-jmf.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.ant_1.10.14.v20230922-1200.jar_unpacked_17913082611586024295/lib/ant-jmf.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.ant_1.10.14.v20230922-1200.jar_unpacked_17913082611586024295/lib/ant-jsch.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.ant_1.10.14.v20230922-1200.jar_unpacked_17913082611586024295/lib/ant-jsch.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.ant_1.10.14.v20230922-1200.jar_unpacked_17913082611586024295/lib/ant-junit.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.ant_1.10.14.v20230922-1200.jar_unpacked_17913082611586024295/lib/ant-junit.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.ant_1.10.14.v20230922-1200.jar_unpacked_17913082611586024295/lib/ant-junit4.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.ant_1.10.14.v20230922-1200.jar_unpacked_17913082611586024295/lib/ant-junit4.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.ant_1.10.14.v20230922-1200.jar_unpacked_17913082611586024295/lib/ant-junitlauncher.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.ant_1.10.14.v20230922-1200.jar_unpacked_17913082611586024295/lib/ant-junitlauncher.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.ant_1.10.14.v20230922-1200.jar_unpacked_17913082611586024295/lib/ant-launcher.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.ant_1.10.14.v20230922-1200.jar_unpacked_17913082611586024295/lib/ant-launcher.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.ant_1.10.14.v20230922-1200.jar_unpacked_17913082611586024295/lib/ant-netrexx.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.ant_1.10.14.v20230922-1200.jar_unpacked_17913082611586024295/lib/ant-netrexx.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.ant_1.10.14.v20230922-1200.jar_unpacked_17913082611586024295/lib/ant-swing.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.ant_1.10.14.v20230922-1200.jar_unpacked_17913082611586024295/lib/ant-swing.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.ant_1.10.14.v20230922-1200.jar_unpacked_17913082611586024295/lib/ant-testutil.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.ant_1.10.14.v20230922-1200.jar_unpacked_17913082611586024295/lib/ant-testutil.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.ant_1.10.14.v20230922-1200.jar_unpacked_17913082611586024295/lib/ant-xz.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.ant_1.10.14.v20230922-1200.jar_unpacked_17913082611586024295/lib/ant-xz.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.ant_1.10.14.v20230922-1200.jar_unpacked_17913082611586024295/lib/ant.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.ant_1.10.14.v20230922-1200.jar_unpacked_17913082611586024295/lib/ant.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.ant_1.10.14.v20230922-1200.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.batik.ext.source_1.17.0.v20231215-1130.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.batik.bridge.source_1.17.0.v20231215-1130.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.poi.ooxml.source_5.2.5.v20231203-1619.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.httpcomponents.httpclient.win.source_4.5.14.v20240401-1000.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.xml.resolver.source_1.2.0.v20230928-1222.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.axis.ant_1.4.1.v20231107-0937.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.httpcomponents.client5.httpclient5-win.source_5.2.3.v20231203-1619.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.batik.awt.util_1.17.0.v20231215-1130.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/com.github.jnr.x86asm.source_1.0.2.v20230715-0746.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.xerces.source_2.12.2.v20230928-1306.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.hamcrest.core_1.3.0.v20230809-1000.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.httpcomponents.client5.httpclient5-win_5.2.3.v20231203-1619.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.commonmark-gfm-tables.source_0.22.0.v20240316-0700.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/com.github.package-url.packageurl-java_1.5.0.v20231221-1500.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.hamcrest.core.source_2.2.0.v20230809-1000.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.batik.dom_1.17.0.v20231215-1130.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.junit_4.13.2.v20230809-1000.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.commonmark-heading-anchor_0.22.0.v20240316-0700.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/com.jcraft.jsch.source_0.1.55.v20230916-1400.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.batik.parser.source_1.17.0.v20231215-1130.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.httpcomponents.client5.httpclient5_5.3.1.v20240126-0900.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.batik.bridge_1.17.0.v20231215-1130.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.codelibs.nekohtml.source_2.1.3.v20240413-0800.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.poi_5.2.5.v20231203-1619.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.poi.source_5.2.5.v20231203-1619.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/com.jcraft.jzlib_1.1.3.v20230916-1400.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.httpcomponents.client5.httpclient5.source_5.3.1.v20240126-0900.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.lucene.analysis-smartcn_9.11.0.v20240607-1000.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/com.google.javascript_0.0.20240317.v20240319-0700.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.batik.gvt_1.17.0.v20231215-1130.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.axis.ant.source_1.4.1.v20231107-0937.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/javax.wsdl_1.6.3.v20230730-0710.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.jdom2.source_2.0.6.v20230720-0727.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.batik.dom.source_1.17.0.v20231215-1130.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.lucene.analysis-common.source_9.11.0.v20240607-1000.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.batik.parser_1.17.0.v20231215-1130.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.xerces_2.12.2.v20230928-1306.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.dom4j.source_2.1.4.v20231001-0922.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.commons.httpclient.source_3.1.0.v20240401-1000.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.xml.serializer_2.7.2.v20230928-1302.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.antlr.runtime_3.2.0.v20230929-1400.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/com.github.jnr.a64asm_1.0.0.v20230715-0746.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.batik.anim.source_1.17.0.v20231215-1130.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.xmlbeans.source_5.2.1.v20240527-0800.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.httpcomponents.core5.httpcore5-h2_5.2.4.v20231203-1619.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.xmlgraphics.source_2.9.0.v20230916-1600.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.batik.transcoder.source_1.17.0.v20231215-1130.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.ant.source_1.10.14.v20230922-1200.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.dom4j_2.1.4.v20231001-0922.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.hamcrest.library.source_1.3.0.v20230809-1000.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.commonmark-ins.source_0.22.0.v20240316-0700.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.jdom2_2.0.6.v20230720-0727.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/com.jgoodies.common_1.8.1.v20240327-0800.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.batik.util.source_1.17.0.v20231215-1130.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.batik.awt.util.source_1.17.0.v20231215-1130.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.commonmark-gfm-strikethrough_0.22.0.v20240316-0700.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/com.jcraft.jzlib.source_1.1.3.v20230916-1400.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.joni.source_2.2.1.v20230703-0749.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/com.jgoodies.common.source_1.8.1.v20240327-0800.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.junit.source_4.13.2.v20230809-1000.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.commonmark-heading-anchor.source_0.22.0.v20240316-0700.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/com.zaxxer.sparsebits_1.3.0.v20230929-1000.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.commonmark-task-list-items.source_0.22.0.v20240316-0700.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.batik.util_1.17.0.v20231215-1130.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.commonmark-gfm-strikethrough.source_0.22.0.v20240316-0700.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.lucene.analysis-smartcn.source_9.11.0.v20240607-1000.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.lucene.queryparser_9.11.0.v20240607-1000.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.poi.ooxml.schemas_5.2.5.v20231203-1619.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.xmlgraphics_2.9.0.v20230916-1600.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.batik.css.source_1.17.0.v20231215-1130.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.lucene.sandbox_9.11.0.v20240607-1000.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.antlr.runtime.source_3.2.0.v20230929-1400.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.hamcrest.library_2.2.0.v20230809-1000.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.lucene.queries_9.11.0.v20240607-1000.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.cyclonedx.core-java.source_8.0.3.v20231221-1500.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.xalan_2.7.2.v20230928-1302.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.joni_2.2.1.v20230703-0749.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/com.jcraft.jsch_0.1.55.v20230916-1400.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.batik.codec.source_1.17.0.v20231215-1130.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.httpcomponents.httpclient.win_4.5.14.v20240401-1000.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.batik.constants.source_1.17.0.v20231215-1130.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.lucene.misc.source_9.11.0.v20240607-1000.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.jdom.source_1.1.3.v20230812-1600.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.commonmark-task-list-items_0.22.0.v20240316-0700.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.batik.script_1.17.0.v20231215-1130.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/com.konghq.unirest-java.source_3.14.5.v20230803-0817.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.batik.svggen.source_1.17.0.v20231215-1130.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/com.jgoodies.forms.source_1.9.0.v20240327-0800.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.batik.dom.svg.source_1.17.0.v20231215-1130.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.aopalliance.source_1.0.0.v20230720-0728.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.hamcrest.core_2.2.0.v20230809-1000.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.jcodings.source_1.0.58.v20230703-0749.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.lucene.queries.source_9.11.0.v20240607-1000.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.commonmark-yaml-front-matter_0.22.0.v20240316-0700.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.hamcrest.core.source_1.3.0.v20230809-1000.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.ws.commons.util_1.0.2.v20230723-0712.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.batik.ext_1.17.0.v20231215-1130.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.pushingpixels.trident.source_1.3.0.v20231219-1530.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.xml.resolver_1.2.0.v20230928-1222.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.commonmark.source_0.22.0.v20240316-0700.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.commonmark-ins_0.22.0.v20240316-0700.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.batik.shared.resources_1.17.0.v20231215-1130.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.batik.transcoder_1.17.0.v20231215-1130.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/com.github.jnr.x86asm_1.0.2.v20230715-0746.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/com.konghq.unirest-java_3.14.5.v20230803-0817.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.batik.anim_1.17.0.v20231215-1130.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/com.zaxxer.sparsebits.source_1.3.0.v20230929-1000.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.codelibs.nekohtml_2.1.3.v20240413-0800.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.xmlbeans_5.2.1.v20240527-0800.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.lucene.analysis-common_9.11.0.v20240607-1000.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.httpcomponents.core5.httpcore5-h2.source_5.2.4.v20231203-1619.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.batik.i18n.source_1.17.0.v20231215-1130.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.batik.i18n_1.17.0.v20231215-1130.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/com.google.javascript.source_0.0.20240317.v20240319-0700.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.batik.dom.svg_1.17.0.v20231215-1130.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/plugins/org.apache.httpcomponents.core5.httpcore5.source_5.2.4.v20231203-1619.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/features/org.eclipse.orbit.maven.org.commonmark_4.33.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/features/org.eclipse.orbit.maven.com.google.javascript.source_4.33.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/features/org.eclipse.orbit.maven.org.apache.httpcomponents.core5.source_4.33.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/features/org.eclipse.orbit.maven.com.github.virtuald_4.33.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/features/org.eclipse.orbit.maven.org.apache.httpcomponents.httpclient-win.source_4.33.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/features/org.eclipse.orbit.maven.aopalliance_4.33.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/features/org.eclipse.orbit.maven.org.apache.commons.httpclient.source_4.33.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/features/org.eclipse.orbit.maven.org.apache.axis.source_4.33.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/features/org.eclipse.orbit.maven.org.apache.xmlgraphics_4.33.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/features/org.eclipse.orbit.maven.com.github.package-url.source_4.33.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/features/org.eclipse.orbit.maven.hamcrest.core.source_4.33.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/features/org.eclipse.orbit.maven.xalan_4.33.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/features/org.eclipse.orbit.maven.com.jcraft.jzlib_4.33.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/features/org.eclipse.orbit.maven.org.apache.ws.commons.util.source_4.33.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/features/org.eclipse.orbit.maven.com.konghq.source_4.33.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/features/org.eclipse.orbit.maven.hamcrest.deprecated.source_4.33.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/features/org.eclipse.orbit.maven.org.pushingpixels.trident.source_4.33.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/features/org.eclipse.orbit.maven.com.jcraft.jzlib.source_4.33.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/features/org.eclipse.orbit.maven.org.antlr.3.2_4.33.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/features/org.eclipse.orbit.maven.org.apache.axis_4.33.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/features/org.eclipse.orbit.maven.org.apache.ws.commons.util_4.33.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/features/org.eclipse.orbit.maven.org.codelibs.nekohtml_4.33.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/features/org.eclipse.orbit.maven.jdom2.source_4.33.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/features/org.eclipse.orbit.maven.com.jcraft.jsch.source_4.33.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/features/org.eclipse.orbit.maven.hamcrest.core_4.33.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/features/org.eclipse.orbit.maven.lucene_4.33.0.v20240607-1000.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/features/org.eclipse.orbit.maven.org.jdom_4.33.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/features/org.eclipse.orbit.maven.org.apache.commons.httpclient_4.33.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/features/org.eclipse.orbit.maven.org.jdom.source_4.33.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/features/org.eclipse.orbit.maven.aopalliance.source_4.33.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/features/org.eclipse.orbit.maven.junit_4.33.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/features/org.eclipse.orbit.maven.org.apache.axis.ant_4.33.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/features/org.eclipse.orbit.maven.joni.source_4.33.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/features/org.eclipse.orbit.maven.org.antlr.3.2.source_4.33.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/features/org.eclipse.orbit.maven.jnr.source_4.33.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/features/org.eclipse.orbit.maven.org.apache.httpcomponents.core5_4.33.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/features/org.eclipse.orbit.maven.org.apache.httpcomponents.client5.httpclient5-win.source_4.33.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/features/org.eclipse.orbit.maven.com.jgoodies.forms_4.33.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/features/org.eclipse.orbit.maven.hamcrest.deprecated_4.33.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/features/org.eclipse.orbit.maven.xerces_4.33.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/features/org.eclipse.orbit.maven.hamcrest.library_4.33.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/features/org.eclipse.orbit.maven.com.zaxxer.source_4.33.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/features/org.eclipse.orbit.maven.org.apache.xmlbeans_4.33.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/features/org.eclipse.orbit.maven.com.jcraft.jsch_4.33.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/features/org.eclipse.orbit.maven.org.apache.ant_4.33.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/features/org.eclipse.orbit.maven.org.cyclonedx.source_4.33.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/features/org.eclipse.orbit.maven.jnr_4.33.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/features/org.eclipse.orbit.maven.org.antlr.3.x_4.33.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/features/org.eclipse.orbit.maven.javax.wsdl_4.33.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/features/org.eclipse.orbit.maven.org.apache.xmlgraphics.source_4.33.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/features/org.eclipse.orbit.maven.com.google.javascript_4.33.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/features/org.eclipse.orbit.maven.org.apache.poi.source_4.33.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/features/org.eclipse.orbit.maven.org.pushingpixels.trident_4.33.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/features/org.eclipse.orbit.maven.org.apache.batik.source_4.33.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/features/org.eclipse.orbit.maven.jdom2_4.33.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/features/org.eclipse.orbit.maven.com.github.package-url_4.33.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/features/org.eclipse.orbit.maven.xalan.source_4.33.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/features/org.eclipse.orbit.maven.lucene.source_4.33.0.v20240607-1000.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/features/org.eclipse.orbit.maven.org.apache.httpcomponents.httpclient-win_4.33.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/features/org.eclipse.orbit.maven.org.dom4j.source_4.33.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/features/org.eclipse.orbit.maven.javax.wsdl.source_4.33.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/features/org.eclipse.orbit.maven.xml-resolver_4.33.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/features/org.eclipse.orbit.maven.org.apache.poi_4.33.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/features/org.eclipse.orbit.maven.xml-resolver.source_4.33.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/features/org.eclipse.orbit.maven.org.apache.httpcomponents.client5.httpclient5.source_4.33.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/features/org.eclipse.orbit.maven.org.apache.xmlbeans.source_4.33.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/features/org.eclipse.orbit.maven.com.jgoodies.common_4.33.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/features/org.eclipse.orbit.maven.org.apache.batik_4.33.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/features/org.eclipse.orbit.maven.org.apache.httpcomponents.client5.httpclient5-win_4.33.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/features/org.eclipse.orbit.maven.org.cyclonedx_4.33.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/features/org.eclipse.orbit.maven.hamcrest.library.source_4.33.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/features/org.eclipse.orbit.maven.joni_4.33.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/features/org.eclipse.orbit.maven.org.dom4j_4.33.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/features/org.eclipse.orbit.maven.com.jgoodies.common.source_4.33.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/features/org.eclipse.orbit.maven.com.github.virtuald.source_4.33.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/features/org.eclipse.orbit.maven.org.apache.ant.source_4.33.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/features/org.eclipse.orbit.maven.org.antlr.3.x.source_4.33.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/features/org.eclipse.orbit.maven.xerces.source_4.33.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/features/org.eclipse.orbit.maven.com.konghq_4.33.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/features/org.eclipse.orbit.maven.org.apache.axis.ant.source_4.33.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/features/org.eclipse.orbit.maven.com.jgoodies.forms.source_4.33.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/features/org.eclipse.orbit.maven.org.commonmark.source_4.33.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/features/org.eclipse.orbit.maven.org.codelibs.nekohtml.source_4.33.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/features/org.eclipse.orbit.maven.com.zaxxer_4.33.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/features/org.eclipse.orbit.maven.junit.source_4.33.0.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository/features/org.eclipse.orbit.maven.org.apache.httpcomponents.client5.httpclient5_4.33.0.jar
[INFO] 
[INFO] --- tycho-p2-repository:4.0.7:fix-artifacts-metadata (fix) @ org.eclipse.orbit.maven-bnd.site-minimal ---
[INFO] 
[INFO] --- license-tool:0.0.1-SNAPSHOT:license-check (license-check) @ org.eclipse.orbit.maven-bnd.site-minimal ---
[INFO] 
[INFO] --< org.eclipse.orbit.maven-bnd:org.eclipse.orbit.maven-bnd.promote >---
[INFO] Building org.eclipse.orbit.maven-bnd.promote 1.0.0-SNAPSHOT        [5/5]
[INFO]   from promotion/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.orbit.maven-bnd.promote ---
[INFO] 
[INFO] --- tycho-eclipse:4.0.7:eclipse-run (promote) @ org.eclipse.orbit.maven-bnd.promote ---
[INFO] Adding repository https://download.eclipse.org/releases/latest
[INFO] Adding repository https://download.eclipse.org/justj/tools/updates/nightly/latest
[INFO] Toolchain in tycho-eclipserun-plugin: JDK[/opt/tools/java/openjdk/jdk-17/latest]
[INFO] Expected Eclipse log file: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/promotion/target/eclipserun-work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-17/latest/bin/java, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.700.v20240213-1244/org.eclipse.equinox.launcher-1.6.700.v20240213-1244.jar, -install, /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/promotion/target/eclipserun-work, -configuration, /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/promotion/target/eclipserun-work/configuration, -data, /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/promotion/target/eclipserun-work/data, -consoleLog, -application, org.eclipse.justj.p2.manager, -data, @None, -nosplash, , -retain, 5, -summary, 4, -label, Maven BND Dependencies, -build-url, https://ci.eclipse.org/orbit/job/orbit-simrel-maven-bnd/, -root, /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/promotion/target/maven-bnd-sync, -relative, simrel/maven-bnd, -version-iu, org.eclipse.orbit.maven., -commit, https://github.com/eclipse-orbit/orbit-simrel/commit/51e4466eb2bff41bfdfc66b109ceb45638a1731a, -target-url, https://download.eclipse.org/tools/orbit, -promote, /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/promotion/../site-minimal/target/repository, -timestamp, 202406071501, -type, nightly, -breadcrumb, Orbit https://projects.eclipse.org/projects/tools.orbit, -mapping, maven-bnd->Maven-BND, -favicon, https://raw.githubusercontent.com/eclipse-orbit/.github/main/assets/artwork/svg/Orbit-Logo-Color.svg, -body-image, https://raw.githubusercontent.com/eclipse-orbit/.github/main/assets/artwork/svg/Orbit-Color.svg, -title-image, https://raw.githubusercontent.com/eclipse-orbit/.github/main/assets/artwork/svg/Orbit-Title-Color.svg, -simrel-alias, -maven-wrapped-mapping, org.eclipse.orbit:derby:(.*), -maven-wrapped-mapping, org.eclipse.orbit:ant:(.*), -maven-wrapped-mapping, org.eclipse.orbit:org.apache.axis:(.*), -maven-wrapped-mapping, org.eclipse.orbit:org.apache.axis-ant:(.*)]
!SESSION 2024-06-07 15:31:54.845 -----------------------------------------------
eclipse.buildId=unknown
java.version=17.0.2
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Framework arguments:  -application org.eclipse.justj.p2.manager  -retain 5 -summary 4 -label Maven BND Dependencies -build-url https://ci.eclipse.org/orbit/job/orbit-simrel-maven-bnd/ -root /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/promotion/target/maven-bnd-sync -relative simrel/maven-bnd -version-iu org.eclipse.orbit.maven. -commit https://github.com/eclipse-orbit/orbit-simrel/commit/51e4466eb2bff41bfdfc66b109ceb45638a1731a -target-url https://download.eclipse.org/tools/orbit -promote /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/promotion/../site-minimal/target/repository -timestamp 202406071501 -type nightly -breadcrumb Orbit https://projects.eclipse.org/projects/tools.orbit -mapping maven-bnd->Maven-BND -favicon https://raw.githubusercontent.com/eclipse-orbit/.github/main/assets/artwork/svg/Orbit-Logo-Color.svg -body-image https://raw.githubusercontent.com/eclipse-orbit/.github/main/assets/artwork/svg/Orbit-Color.svg -title-image https://raw.githubusercontent.com/eclipse-orbit/.github/main/assets/artwork/svg/Orbit-Title-Color.svg -simrel-alias -maven-wrapped-mapping org.eclipse.orbit:derby:(.*) -maven-wrapped-mapping org.eclipse.orbit:ant:(.*) -maven-wrapped-mapping org.eclipse.orbit:org.apache.axis:(.*) -maven-wrapped-mapping org.eclipse.orbit:org.apache.axis-ant:(.*)
Command-line arguments:  -data /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/promotion/target/eclipserun-work/data -consoleLog -application org.eclipse.justj.p2.manager -data @None  -retain 5 -summary 4 -label Maven BND Dependencies -build-url https://ci.eclipse.org/orbit/job/orbit-simrel-maven-bnd/ -root /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/promotion/target/maven-bnd-sync -relative simrel/maven-bnd -version-iu org.eclipse.orbit.maven. -commit https://github.com/eclipse-orbit/orbit-simrel/commit/51e4466eb2bff41bfdfc66b109ceb45638a1731a -target-url https://download.eclipse.org/tools/orbit -promote /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/promotion/../site-minimal/target/repository -timestamp 202406071501 -type nightly -breadcrumb Orbit https://projects.eclipse.org/projects/tools.orbit -mapping maven-bnd->Maven-BND -favicon https://raw.githubusercontent.com/eclipse-orbit/.github/main/assets/artwork/svg/Orbit-Logo-Color.svg -body-image https://raw.githubusercontent.com/eclipse-orbit/.github/main/assets/artwork/svg/Orbit-Color.svg -title-image https://raw.githubusercontent.com/eclipse-orbit/.github/main/assets/artwork/svg/Orbit-Title-Color.svg -simrel-alias -maven-wrapped-mapping org.eclipse.orbit:derby:(.*) -maven-wrapped-mapping org.eclipse.orbit:ant:(.*) -maven-wrapped-mapping org.eclipse.orbit:org.apache.axis:(.*) -maven-wrapped-mapping org.eclipse.orbit:org.apache.axis-ant:(.*)

!ENTRY org.eclipse.justj.p2 2 0 2024-06-07 15:31:55.901
!MESSAGE Starting the p2 manager
Promoting nightly /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository to /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/promotion/target/maven-bnd-sync
Promoting update site to /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/promotion/target/maven-bnd-sync/simrel/maven-bnd/nightly/N202406071501
Mirroring '/home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/site-minimal/target/repository' to '/home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/promotion/target/maven-bnd-sync/simrel/maven-bnd/nightly/N202406071501'

!ENTRY org.eclipse.equinox.p2.transformer 0 0 2024-06-07 15:32:00.263
!MESSAGE Messages while mirroring artifact descriptors.
!SUBENTRY 1 unknown 0 0 2024-06-07 15:32:00.264
!MESSAGE OK
Composing update site /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/promotion/target/maven-bnd-sync/simrel/maven-bnd/nightly
Composing update site /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/promotion/target/maven-bnd-sync/simrel/maven-bnd/nightly/latest
Recompose composites: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/promotion/target/maven-bnd-sync/simrel/maven-bnd
Recompose: /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/promotion/target/maven-bnd-sync/simrel/maven-bnd/nightly
  <- N202406071501
Composing update site /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/promotion/target/maven-bnd-sync/simrel/maven-bnd/nightly
Composing update site /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/promotion/target/maven-bnd-sync/simrel/maven-bnd/nightly/latest
Composing alias update site /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/promotion/target/maven-bnd-sync/simrel/maven-bnd/2024-09/latest for /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/promotion/target/maven-bnd-sync/simrel/maven-bnd/nightly/N202406071501
Cleaning milestones /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/promotion/target/maven-bnd-sync/simrel/maven-bnd/milestone
Generating downloads /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/promotion/target/maven-bnd-sync/simrel/maven-bnd
Generating downloads /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/promotion/target/maven-bnd-sync/simrel/maven-bnd/nightly
Generating downloads /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/promotion/target/maven-bnd-sync/simrel/maven-bnd/nightly/N202406071501
Creating archive /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/promotion/target/maven-bnd-sync/simrel/maven-bnd/nightly/N202406071501
Generating downloads /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/promotion/target/maven-bnd-sync/simrel/maven-bnd/nightly/latest
Generating downloads /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/promotion/target/maven-bnd-sync/simrel/maven-bnd/2024-09
Generating /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/promotion/target/maven-bnd-sync/simrel/maven-bnd/index.html
Generating /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/promotion/target/maven-bnd-sync/simrel/maven-bnd/2024-09/index.html
Generating /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/promotion/target/maven-bnd-sync/simrel/maven-bnd/nightly/index.html
Generating /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/promotion/target/maven-bnd-sync/simrel/maven-bnd/nightly/latest/index.html
Generating /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/promotion/target/maven-bnd-sync/simrel/maven-bnd/nightly/N202406071501/index.html
Generating /home/jenkins/agent/workspace/orbit-simrel-maven-bnd/maven-bnd/promotion/target/maven-bnd-sync/simrel/maven-bnd/table.html
[INFO] 
[INFO] --- license-tool:0.0.1-SNAPSHOT:license-check (license-check) @ org.eclipse.orbit.maven-bnd.promote ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for org.eclipse.orbit.maven-bnd.parent 1.0.0-SNAPSHOT:
[INFO] 
[INFO] org.eclipse.orbit.maven-bnd.parent ................. SUCCESS [ 32.380 s]
[INFO] org.eclipse.orbit.maven-bnd.tp ..................... SUCCESS [  0.038 s]
[INFO] org.eclipse.orbit.maven-bnd.site ................... SUCCESS [  4.925 s]
[INFO] org.eclipse.orbit.maven-bnd.site-minimal ........... SUCCESS [27:16 min]
[INFO] org.eclipse.orbit.maven-bnd.promote ................ SUCCESS [ 26.990 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  30:22 min
[INFO] Finished at: 2024-06-07T15:32:09Z
[INFO] ------------------------------------------------------------------------
[Pipeline] script
[Pipeline] {
[Pipeline] readFile
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 129 killed;
[ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] mail
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
orbit-simrel-orbit-aggregation is disabled. Triggering skipped
Finished: SUCCESS