Skip to content

Console Output

Started by user Ed Merks
Running as Ed Merks
Agent basic-j3v3p is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-j3v3p"
  namespace: "oomph"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.oomph.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-j3v3p"
    - 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: "OPENJ9_JAVA_OPTIONS"
      value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
    - name: "JENKINS_NAME"
      value: "basic-j3v3p"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.oomph.svc.cluster.local/oomph/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3107.v665000b_51092"
    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-oomph"
      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"

Building remotely on basic-j3v3p (basic) in workspace /home/jenkins/agent/workspace/repository-analyzer-extra
[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-WXnKqcCnuVtI/agent.56
SSH_AGENT_PID=58
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/repository-analyzer-extra@tmp/private_key_17767754311073307252.key (/home/jenkins/agent/workspace/repository-analyzer-extra@tmp/private_key_17767754311073307252.key)
[ssh-agent] Using credentials genie.oomph (ssh://genie.oomph@projects-storage.eclipse.org)
[repository-analyzer-extra] $ /bin/sh -xe /tmp/jenkins10733337958080161149.sh
+ LOGIN=genie.oomph@projects-storage.eclipse.org
+ OUT_DIR=/home/data/httpd/download.eclipse.org/oomph/archive
+ OUTPUT=reports-extra/simrel-orbit-legacy
+ OOMPH_DIR=/home/data/httpd/download.eclipse.org/oomph/
+ scp genie.oomph@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/oomph//products/latest/eclipse-inst-jre-linux64.tar.gz .
+ tar -xf eclipse-inst-jre-linux64.tar.gz
+ set -o pipefail
+ eclipse-installer/eclipse-inst -application org.eclipse.oomph.p2.core.RepositoryIntegrityAnalyzer -consoleLog -noSplash -o reports-extra/simrel-orbit-legacy -s https://ci.eclipse.org/oomph/job/repository-analyzer-extra/ -v -t tests -p /home/jenkins/agent/workspace/repository-analyzer-extra/reports/ https://download.eclipse.org/oomph/orbit-legacy/nightly/N202306101045/ -vmargs -Dfile.encoding=UTF-8 -Dorg.eclipse.emf.ecore.plugin.EcorePlugin.doNotLoadResourcesPlugin=true -Xmx8g
+ tee log
!SESSION 2023-06-10 10:56:31.506 -----------------------------------------------
eclipse.buildId=unknown
java.version=17.0.7
java.vendor=Eclipse Adoptium
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Framework arguments:  -application org.eclipse.oomph.p2.core.RepositoryIntegrityAnalyzer -o reports-extra/simrel-orbit-legacy -s https://ci.eclipse.org/oomph/job/repository-analyzer-extra/ -v -t tests -p /home/jenkins/agent/workspace/repository-analyzer-extra/reports/ https://download.eclipse.org/oomph/orbit-legacy/nightly/N202306101045/
Command-line arguments:  -os linux -ws gtk -arch x86_64 -data @noDefault -application org.eclipse.oomph.p2.core.RepositoryIntegrityAnalyzer -consoleLog -o reports-extra/simrel-orbit-legacy -s https://ci.eclipse.org/oomph/job/repository-analyzer-extra/ -v -t tests -p /home/jenkins/agent/workspace/repository-analyzer-extra/reports/ https://download.eclipse.org/oomph/orbit-legacy/nightly/N202306101045/

!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2023-06-10 10:56:33.492
!MESSAGE Loading 'memory:1686394593471' failed. retry=1

!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2023-06-10 10:56:33.493
!MESSAGE Loading 'memory:1686394593471' failed. retry=2

!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2023-06-10 10:56:34.260
!MESSAGE Loading 'file:/tmp/test-3749086781524934899-agent/org.eclipse.equinox.p2.core/cache/' failed. retry=1

!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2023-06-10 10:56:34.264
!MESSAGE Loading 'file:/tmp/test-3749086781524934899-agent/org.eclipse.equinox.p2.core/cache/' failed. retry=2

!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2023-06-10 10:56:34.267
!MESSAGE Loading 'file:/tmp/test-3749086781524934899-agent/org.eclipse.equinox.p2.core/cache/' failed. retry=1

!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2023-06-10 10:56:34.268
!MESSAGE Loading 'file:/tmp/test-3749086781524934899-agent/org.eclipse.equinox.p2.core/cache/' failed. retry=2

!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2023-06-10 10:56:34.271
!MESSAGE Loading 'memory:1686394594220' failed. retry=1

!ENTRY org.eclipse.equinox.p2.artifact.repository 2 0 2023-06-10 10:56:34.271
!MESSAGE Loading 'memory:1686394594220' failed. retry=2
Computing report information for 'https://download.eclipse.org/oomph/orbit-legacy/nightly/N202306101045'
Loading metadata repository 'https://download.eclipse.org/oomph/orbit-legacy/nightly/N202306101045'
Loading artifact repository 'https://download.eclipse.org/oomph/orbit-legacy/nightly/N202306101045'

!ENTRY org.eclipse.equinox.p2.metadata 1 0 2023-06-10 10:56:35.064
!MESSAGE No translation source unavailable. Default language will be used.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:35.403
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,ch.ethz.iks.slp,1.0.0.RC5_v20080820-1500 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:35.404
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,ca.odell.glazedlists.source,1.9.0.v201303080712 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:35.406
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,ca.odell.glazedlists,1.9.0.v201303080712 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:35.407
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,ch.qos.logback.classic,1.0.7.v20121108-1250 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:35.408
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,ch.qos.logback.classic.source,1.0.7.v20121108-1250 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:35.411
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,cdi.api,1.0.0.v201105160744 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:35.413
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,cdi.api.source,1.0.0.v201105160744 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:35.414
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,ch.ethz.iks.slp.source,1.0.0.RC2_v20080604-1500 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:36.161
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,ch.qos.logback.slf4j.source,1.0.7.v201505121915 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:36.165
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,ch.qos.logback.core,1.0.7.v20121108-1250 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:36.260
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,ch.qos.logback.slf4j,1.0.7.v201505121915 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:36.350
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,ch.qos.logback.core.source,1.0.7.v20121108-1250 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:36.363
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,com.google.gerrit.common.source,2.1.5.v201112241444 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:36.365
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,com.google.gerrit.common,2.1.5.v201112241444 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:36.548
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,com.google.gerrit.prettify.source,2.1.5.v201112241444 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:36.550
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,com.google.gerrit.prettify,2.1.5.v201112241444 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:36.668
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,com.google.gerrit.reviewdb,2.1.5.v201112241444 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:36.760
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,com.google.gerrit.reviewdb.source,2.1.5.v201112241444 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:36.847
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,com.google.gson,2.2.4.v201311231704 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:36.957
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,com.google.gson.source,2.2.4.v201311231704 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:37.264
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,com.google.gwtjsonrpc.source,1.2.5.v201112241444 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:37.269
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,com.google.gwtjsonrpc,1.2.5.v201112241444 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:37.453
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,com.google.gwtorm.source,1.1.4.v201112241444 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:37.454
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,com.google.gwtorm,1.1.4.v201112241444 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:37.458
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,com.google.inject.assistedinject,3.0.0.v201402270930 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:37.553
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,com.google.inject,3.0.0.v201605172100 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:37.654
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,com.google.inject.assistedinject.source,3.0.0.v201402270930 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:37.666
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,com.google.inject.multibindings,3.0.0.v201605172100 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:37.749
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,com.google.inject.multibindings.source,3.0.0.v201605172100 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:37.859
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,com.google.protobuf.source,2.4.0.v201105131100 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:37.951
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,com.google.inject.source,3.0.0.v201605172100 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:37.957
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,com.google.gwt.servlet,2.1.0.v201111291940 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:38.049
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,com.google.protobuf,2.4.0.v201105131100 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:38.054
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,com.jcraft.jzlib,1.1.1.v201205102305 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:38.151
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,com.jcraft.jzlib.source,1.1.1.v201205102305 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:38.263
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,com.google.gwt.servlet.source,2.1.0.v201111291940 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:38.270
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,com.kenai.jffi,1.2.7.v201505052040 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:38.458
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,com.google.gwt.user.source,2.1.0.v201505121915 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:38.552
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,com.lowagie.text.source,2.1.7.v201004222200 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:38.659
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,com.novell.ldap,2.3.30.v201112011400 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:38.756
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,com.sun.el,2.2.0.v201303151357 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:38.847
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,com.lowagie.text,2.1.7.v201004222200 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:38.868
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,com.google.gwt.user,2.1.0.v201505121915 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:38.963
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,com.sun.el.source,2.2.0.v201303151357 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:39.162
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,com.sun.syndication,0.9.0.v200803061811 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:39.455
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,com.sun.jersey,1.17.0.v201503170330 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:39.465
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,com.sun.syndication.source,0.9.0.v200803061811 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:39.470
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,com.sun.jersey.source,1.17.0.v201503170330 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:39.860
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,com.thoughtworks.qdox.source,1.6.3.v20081201-1400 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:39.866
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,com.thoughtworks.qdox,1.6.3.v20081201-1400 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:40.047
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,commonj.sdo,2.1.1.v201112051852 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:40.060
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,com.thoughtworks.xstream.source,1.3.1.v201111240924 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:40.063
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,commonj.sdo.source,2.1.1.v201112051852 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:40.067
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,com.thoughtworks.xstream,1.3.1.v201111240924 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:40.450
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,edu.emory.mathcs.backport,3.1.0.v201505121915 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:40.468
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,java_cup.runtime,0.10.0.v201005080400 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:40.561
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,edu.emory.mathcs.backport.source,3.1.0.v201505121915 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:40.754
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,java_cup.runtime.source,0.10.0.v201005080400 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:40.756
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,javaewah.source,0.7.9.v201605172130 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:40.767
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,javaewah,0.7.9.v201605172130 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:40.862
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,javax.activation,1.1.0.v201211130549 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:40.948
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,javax.annotation,1.2.0.v201602091430 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:40.950
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,javassist,3.13.0.GA_v201209210905 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:40.953
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,javax.activation.source,1.1.0.v201211130549 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:40.964
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,javax.annotation.source,1.2.0.v201602091430 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:40.969
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,de.tuberlin.eecs.agg,2.1.0.v201512080800 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:41.053
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,javax.el,2.2.0.v201303151357 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:41.054
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,javassist.source,3.13.0.GA_v201209210905 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:41.058
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,javax.ejb.source,3.1.1.v201204261316 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:41.069
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,javax.ejb,3.1.1.v201204261316 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:41.075
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,javax.el.source,2.2.0.v201303151357 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:41.251
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,javax.jws,2.0.0.v201005080400 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:41.251
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,javax.jms.source,1.1.0.v201205091237 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:41.252
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,javax.jms,1.1.0.v201205091237 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:41.271
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,javax.jws.source,2.0.0.v201005080400 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:41.367
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,javax.mail,1.4.0.v201005080615 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:41.452
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,javax.mail.glassfish,1.4.1.v201108011116 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:41.453
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,javax.persistence,1.0.0.v200905011740 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:41.455
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,javax.management,1.2.0.v20100427-1100 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:41.463
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,javax.management.remote,1.0.0.v20100427-1100 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:41.548
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,javax.mail.glassfish.source,1.4.1.v201108011116 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:41.568
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,javax.persistence.source,1.0.0.v200905011740 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:41.660
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,javax.resource,1.6.0.v201204270900 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:41.749
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,javax.security.auth.message.source,1.0.0.v201108011116 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:41.755
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,javax.resource.source,1.6.0.v201204270900 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:41.771
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,javax.security.jacc,1.4.0.v201205031350 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:41.776
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,javax.security.jacc.source,1.4.0.v201205031350 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:41.849
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,javax.security.auth.message,1.0.0.v201108011116 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:41.861
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,javax.servlet,3.1.0.v201410161800 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:41.870
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,javax.servlet.jsp,2.2.0.v201112011158 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:41.951
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,javax.servlet.jsp.jstl,1.2.0.v201105211821 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:41.965
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,javax.servlet.jsp.jstl.source,1.2.0.v201105211821 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:42.049
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,javax.transaction,1.1.1.v201105210645 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:42.056
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,javax.servlet.jsp.jstl.impl,1.2.0.v201210211230 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:42.061
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,javax.servlet.jsp.source,2.2.0.v201112011158 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:42.149
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,javax.servlet.jsp.jstl.impl.source,1.2.0.v201210211230 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:42.150
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,javax.servlet.source,3.1.0.v201410161800 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:42.151
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,javax.transaction.source,1.1.1.v201105210645 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:42.171
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,javax.validation.source,1.0.0.GA_v201205091237 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:42.252
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,javax.websocket,1.0.0.v20140310-1603 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:42.253
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,javax.validation,1.0.0.GA_v201205091237 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:42.269
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,javax.websocket.source,1.0.0.v20140310-1603 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:42.366
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,javax.wsdl,1.6.2.v201012040545 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:42.370
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,javax.wsdl.source,1.6.2.v201012040545 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:42.371
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,javax.xml.bind,2.2.0.v201105210648 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:42.452
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,javax.wsdl,1.5.1.v201012040544 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:42.471
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,javax.xml.rpc,1.1.0.v201209140446 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:42.547
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,javax.xml.bind.source,2.2.0.v201105210648 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:42.552
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,javax.xml.soap,1.2.0.v201005080501 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:42.554
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,javax.xml.soap,1.3.0.v201105210645 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:42.556
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,javax.xml.stream,1.0.1.v201004272200 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:42.653
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,lpg.runtime.java,2.0.17.v201004271640 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:42.660
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,jnr.x86asm,1.0.2.v201505052040 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:42.750
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,lpg.runtime.java.source,2.0.17.v201004271640 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:42.751
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,me.prettyprint.hector.source,0.7.0.0022_v20110412-1025 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:42.754
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,me.prettyprint.hector,0.7.0.0022_v20110412-1025 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:42.756
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,net.miginfocom.layout,3.7.1.v200911230030 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:42.850
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,net.miginfocom.layout.swing,3.7.1.v200911230030 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:42.851
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,net.miginfocom.layout.source,3.7.1.v200911230030 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:42.854
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,net.miginfocom.layout.swt,3.7.1.v201505121915 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:42.857
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,net.miginfocom.layout.swt.source,3.7.1.v201505121915 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:42.865
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,net.miginfocom.layout.swing.source,3.7.1.v200911230030 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:42.875
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,net.sourceforge.lpg.lpgjavaruntime.source,1.1.0.v201004271650 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:42.954
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,net.sourceforge.mx4j,3.0.1.v20100427-1100 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:42.955
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,net.sourceforge.mx4j.remote,3.0.1.v20100427-1100 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:42.960
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,net.sourceforge.lpg.lpgjavaruntime,1.1.0.v201004271650 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:43.057
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.antlr.runtime,3.2.0.v201101311130 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:43.064
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,net.sourceforge.nattable.core.source,2.1.0.v201102070845 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:43.065
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.aopalliance,1.0.0.v201105210816 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:43.157
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,net.sourceforge.nattable.core,2.1.0.v201102231538 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:43.160
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.antlr.runtime.source,3.2.0.v201101311130 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:43.163
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.antlr.runtime,4.3.0.v201502022030 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:43.164
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.antlr.runtime.source,4.3.0.v201502022030 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:43.555
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.bsf,2.4.0.v201103030230 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:43.560
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.bsf.source,2.4.0.v201103030230 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:43.560
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.bcel,5.2.0.v201005080400 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:43.561
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.axis,1.4.0.v201411182030 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:43.562
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.bcel.source,5.2.0.v201005080400 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:43.663
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.ant,1.9.6.v201510161327 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:43.754
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.bval,0.3.0.v201205161050 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:43.760
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.bval.source,0.3.0.v201205161050 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:43.867
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.ant.source,1.9.6.v201510161327 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:44.153
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.cassandra.source,0.7.0.v201503170330 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:44.153
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.catalina.ha,7.0.56.v201412180755 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:44.154
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.catalina.ha.source,7.0.56.v201412180755 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:44.259
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.cassandra,0.7.0.v201503170330 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:44.355
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.catalina.tribes.source,7.0.56.v201412180755 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:44.356
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.catalina.tribes,7.0.56.v201412180755 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:44.369
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.commons.beanutils,1.8.0.v201205091237 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:44.450
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.catalina.source,7.0.56.v201503170330 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:44.556
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.commons.cli.source,1.2.0.v201404270220 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:44.557
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.commons.cli,1.2.0.v201404270220 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:44.558
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.commons.beanutils.source,1.8.0.v201205091237 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:44.653
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.commons.codec.source,1.6.0.v201305230611 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:44.665
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.commons.codec,1.6.0.v201305230611 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:44.761
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.commons.collections,3.2.2.v201511171945 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:44.763
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.commons.compress,1.6.0.v201310281400 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:44.767
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.commons.collections.source,3.2.2.v201511171945 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:44.859
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.commons.compress.source,1.6.0.v201310281400 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:44.950
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.commons.daemon,1.0.5.v20121125-0905 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:44.956
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.commons.daemon.source,1.0.5.v20121125-0905 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:45.051
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.commons.dbcp,1.4.0.v201204271417 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:45.055
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.commons.dbcp.source,1.4.0.v201204271417 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:45.057
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.commons.discovery,0.2.0.v201004190315 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:45.063
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.commons.fileupload.source,1.2.2.v20111214-1400 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:45.080
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.commons.httpclient.source,3.1.0.v201012070820 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:45.149
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.commons.fileupload,1.2.2.v20111214-1400 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:45.149
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.commons.exec.source,1.1.0.v201301240602 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:45.150
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.commons.exec,1.1.0.v201301240602 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:45.151
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.commons.io,2.0.1.v201105210651 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:45.156
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.commons.httpclient,3.1.0.v201012070820 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:45.168
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.commons.io,2.2.0.v201405211200 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:45.252
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.commons.io.source,2.0.1.v201105210651 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:45.253
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.commons.io.source,2.2.0.v201405211200 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:45.255
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.commons.jxpath,1.3.0.v200911051830 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:45.256
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.commons.lang,2.6.0.v201404270220 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:45.258
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.commons.jxpath.source,1.3.0.v200911051830 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:45.354
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.commons.lang3,3.1.0.v201403281430 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:45.359
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.commons.lang.source,2.6.0.v201404270220 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:45.362
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.commons.lang3.source,3.1.0.v201403281430 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:45.449
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.commons.logging.source,1.0.4.v201101211617 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:45.450
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.commons.logging,1.0.4.v201101211617 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:45.550
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.commons.pool,1.6.0.v201204271246 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:45.553
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.commons.math,2.1.0.v201105210652 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:45.553
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.commons.net,3.2.0.v201305141515 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:45.558
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.commons.net.source,3.2.0.v201305141515 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:45.559
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.commons.pool.source,1.6.0.v201204271246 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:45.563
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.commons.math.source,2.1.0.v201105210652 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:45.671
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.coyote.source,7.0.56.v201412180755 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:45.749
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.coyote,7.0.56.v201412180755 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:45.850
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.el,7.0.56.v201412180755 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:45.970
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.el.source,7.0.56.v201412180755 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:46.052
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.geronimo.components.connector,3.1.1.v201205170953 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:46.053
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.geronimo.components.connector.source,3.1.1.v201205170953 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:46.158
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.geronimo.components.transaction,3.1.1.v201205170710 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:46.159
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.geronimo.components.transaction.source,3.1.1.v201205170710 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:46.165
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.geronimo.specs.j2ee.management,1.0.0.v201205091237 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:46.166
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.derby,10.11.1.1_v201605202053 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:46.169
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.derby,10.8.2.2_v201605172130 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:46.257
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.geronimo.specs.osgi.locator.source,1.1.0.v201205170953 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:46.257
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.geronimo.specs.osgi.locator,1.1.0.v201205170953 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:46.262
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.geronimo.specs.osgi.registry,1.1.0.v201205170710 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:46.268
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.geronimo.specs.osgi.registry.source,1.1.0.v201205170710 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:46.277
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.geronimo.specs.j2ee.management.source,1.0.0.v201205091237 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:46.370
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.hadoop.zookeeper,3.4.5.v20121214-1350 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:46.455
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.hadoop.zookeeper.source,3.4.5.v20121214-1350 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:46.461
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.httpcomponents.httpclient,4.2.6.v201311072007 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:46.469
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.httpcomponents.httpclient,4.3.6.v201511171540 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:46.655
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.derby.source,10.8.2.2_v201605172130 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:46.855
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.httpcomponents.httpclient.source,4.2.6.v201311072007 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:46.858
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.httpcomponents.httpcore,4.2.5.v201311072007 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:46.859
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.derby.source,10.11.1.1_v201605202053 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:46.869
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.httpcomponents.httpclient.source,4.3.6.v201511171540 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:46.948
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.httpcomponents.httpcore,4.3.3.v201411290715 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:47.159
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.httpcomponents.httpcore.nio,4.0.0.v200905121600 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:47.160
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.httpcomponents.httpcore.nio,4.1.0.v201101201700 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:47.255
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.httpcomponents.httpcore.nio.source,4.0.0.v200905121600 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:47.272
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.httpcomponents.httpcore.nio.source,4.1.0.v201101201700 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:47.453
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.httpcomponents.httpcore.source,4.2.5.v201311072007 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:47.465
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.jasper,7.0.56.v201412180755 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:47.551
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.httpcomponents.httpcore.source,4.3.3.v201411290715 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:47.649
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.juli.extras,7.0.56.v201412180755 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:47.661
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.jasper.glassfish.source,2.2.2.v201501141630 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:47.665
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.juli.extras.source,7.0.56.v201412180755 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:47.670
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.jasper.source,7.0.56.v201412180755 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:47.761
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.log4j,1.2.15.v201012070815 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:47.767
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.lucene,3.5.0.v20120725-1805 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:47.859
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.log4j.source,1.2.15.v201012070815 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:47.951
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.jasper.glassfish,2.2.2.v201501141630 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:47.968
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.lucene.analysis.source,3.5.0.v20120725-1805 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:48.053
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.lucene.analysis,3.5.0.v20120725-1805 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:48.058
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.lucene.grouping,3.5.0.v20120725-1805 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:48.156
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.lucene.core,3.5.0.v20120725-1805 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:48.162
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.lucene.core.source,3.5.0.v20120725-1805 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:48.254
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.lucene.grouping.source,3.5.0.v20120725-1805 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:48.349
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.lucene.highlighter,3.5.0.v20121015-1317 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:48.356
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.lucene.highlighter.source,3.5.0.v20121015-1317 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:48.463
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.lucene.memory,3.5.0.v20120725-1805 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:48.465
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.lucene.memory.source,3.5.0.v20120725-1805 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:48.555
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.lucene.misc,3.5.0.v20120725-1805 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:48.559
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.lucene.queries,3.5.0.v20120725-1805 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:48.560
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.lucene.misc.source,3.5.0.v20120725-1805 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:48.748
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.lucene.source,3.5.0.v20120725-1805 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:48.749
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.lucene.spatial,3.5.0.v20120725-1805 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:48.750
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.lucene.queries.source,3.5.0.v20120725-1805 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:48.773
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.lucene.spatial.source,3.5.0.v20120725-1805 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:48.850
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.lucene.spellchecker,3.5.0.v20120725-1805 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:48.851
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.lucene.spellchecker.source,3.5.0.v20120725-1805 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:48.860
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.mina.filter.compression,2.0.7.v201401141305 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:48.872
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.mina.core,2.0.7.v201401071602 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:48.949
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.mina.core.source,2.0.7.v201401071602 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:48.950
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.mina.filter.compression.source,2.0.7.v201401141305 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:48.959
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.neethi,2.0.4.1 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:48.962
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.openejb.api,4.0.0.beta-2_v201205041047 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:49.055
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.openejb.javaagent,4.0.0.beta-2_v201205041047 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:49.056
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.openejb.api.source,4.0.0.beta-2_v201205041047 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:49.057
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.openejb.javaagent.source,4.0.0.beta-2_v201205041047 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:49.059
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.olingo,2.0.3.v201605172220 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:49.159
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.openejb.loader.source,4.0.0.beta-2_v201304191030 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:49.160
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.openejb.loader,4.0.0.beta-2_v201304191030 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:49.248
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.openwebbeans.ee,1.1.7.v201304200545 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:49.256
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.openejb.jee,4.0.0.beta-2_v201205041336 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:49.258
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.openwebbeans.ee.common,1.1.7.v201304201405 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:49.259
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.openwebbeans.ee.source,1.1.7.v201304200545 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:49.262
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.openejb.jee.source,4.0.0.beta-2_v201205041336 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:49.268
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.openwebbeans.ee.common.source,1.1.7.v201304201405 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:49.348
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.openwebbeans.ejb.source,1.1.7.v201304200545 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:49.357
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.openwebbeans.ejb,1.1.7.v201304200545 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:49.363
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.openwebbeans.impl,1.1.7.v201304201405 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:49.371
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.openwebbeans.impl.source,1.1.7.v201304201405 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:49.448
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.openwebbeans.jsf,1.1.7.v201304201405 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:49.463
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.openwebbeans.spi.source,1.1.7.v201505121400 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:49.465
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.openwebbeans.jsf.source,1.1.7.v201304201405 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:49.548
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.openwebbeans.tomcat7,1.1.7.v201304201405 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:49.549
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.openwebbeans.spi,1.1.7.v201505121400 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:49.549
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.openwebbeans.tomcat7.source,1.1.7.v201304201405 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:49.562
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.openwebbeans.web.source,1.1.7.v201304201405 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:49.569
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.openwebbeans.web,1.1.7.v201304201405 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:49.578
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.oro,2.0.8.v201005080400 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:49.654
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.oro.source,2.0.8.v201005080400 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:49.671
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.poi.ooxml,3.9.0.v201405241905 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:49.756
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.solr.client.solrj,3.5.0.v20150506-0844 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:49.765
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.poi,3.9.0.v201405241750 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:49.769
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.poi.ooxml.source,3.9.0.v201405241905 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:49.869
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.solr.client.solrj.source,3.5.0.v20150506-0844 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:49.965
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.poi.source,3.9.0.v201405241750 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:50.069
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.solr.core,3.5.0.v20150506-0844 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:50.161
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.solr.core.source,3.5.0.v20150506-0844 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:50.256
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.sshd.core.source,0.7.0.v201303101611 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:50.258
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.sshd.core,0.7.0.v201303101611 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:50.261
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.poi.ooxml.schemas,3.9.0.v201405241750 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:50.470
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.taglibs.standard.glassfish,1.2.0.v201112081803 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:50.551
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.thrift,0.5.0.v20110412-1025 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:50.564
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.taglibs.standard.glassfish.source,1.2.0.v201112081803 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:50.651
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.poi.ooxml.schemas.source,3.9.0.v201405241750 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:50.667
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.thrift.source,0.5.0.v20110412-1025 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:50.758
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.tika.parsers.source,1.3.0.v201605180015 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:50.760
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.tika.core.source,1.3.0.v201505121915 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:50.765
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.tika.core,1.3.0.v201505121915 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:50.775
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.tomcat.api,7.0.56.v201412180755 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:50.848
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.tika.parsers,1.3.0.v201605180015 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:50.948
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.tomcat.util.source,7.0.56.v201412180755 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:50.948
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.tomcat.api.source,7.0.56.v201412180755 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:50.955
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.tomcat.util,7.0.56.v201412180755 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:50.972
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.velocity,1.5.0.v200905192330 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:51.052
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.ws.commons.schema,1.4.2.v201003051240 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:51.058
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.ws.jaxme,0.5.1.v20100427-1100 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:51.068
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.ws.commons.util,1.0.1.v20100518-1140 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:51.075
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.xbean.asm,3.12.0.v201304200545 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:51.161
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.xbean.bundleutils.source,3.12.0.v201304200545 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:51.163
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.xbean.bundleutils,3.12.0.v201304200545 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:51.165
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.xbean.finder.source,3.12.0.v201304201405 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:51.167
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.xbean.finder,3.12.0.v201304201405 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:51.168
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.xbean.naming,3.12.0.v201304201405 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:51.267
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.xbean.reflect.source,3.12.0.v201304201405 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:51.271
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.xml.resolver,1.2.0.v201005080400 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:51.349
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.xbean.naming.source,3.12.0.v201304201405 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:51.351
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.xbean.reflect,3.12.0.v201304201405 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:51.447
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.xalan,2.7.1.v201005080400 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:51.450
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.xerces,2.9.0.v201101211617 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:51.456
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.xml.security,1.4.2.v201005080400 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:51.462
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.xml.serializer,2.7.1.v201005080400 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:51.549
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.xmlbeans.source,2.3.0.v201605172150 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:51.759
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.xmlbeans,2.3.0.v201605172150 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:51.849
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.apache.xmlgraphics,1.4.0.v201301251218 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:51.850
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.ccil.cowan.tagsoup,1.2.0.v201202211000 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:51.975
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.cliffc.high_scale_lib,1.1.2.v20110412-1025 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:52.050
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.cliffc.high_scale_lib.source,1.1.2.v20110412-1025 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:52.376
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.codehaus.jackson.jaxrs.source,1.6.0.v20101005-1100 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:52.398
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.codehaus.jackson.core,1.6.0.v20101005-0925 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:52.400
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.codehaus.jackson.core.source,1.6.0.v20101005-0925 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:52.447
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.codehaus.jackson.jaxrs,1.6.0.v20101005-1100 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:52.448
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.codehaus.jackson.smile,1.6.0.v20101005-0925 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:52.456
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.codehaus.jackson.mapper.source,1.6.0.v20101005-0925 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:52.460
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.codehaus.jackson.mapper,1.6.0.v20101005-0925 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:52.548
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.codehaus.jackson.smile.source,1.6.0.v20101005-0925 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:52.549
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.codehaus.jackson.xc.source,1.6.0.v20101005-0925 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:52.550
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.custommonkey.xmlunit,1.3.0.v201605172130 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:52.552
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.custommonkey.xmlunit.source,1.3.0.v201605172130 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:52.572
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.cyberneko.html,1.9.14.v201105210654 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:52.576
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.easymock,2.4.0.v20090202-0900 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:52.650
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.easymock.source,2.4.0.v20090202-0900 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:52.659
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.orbit.mongodb.source,2.10.1.v20130422-1135 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:52.674
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.orbit.mongodb,2.10.1.v20130422-1135 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:52.851
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.glassfish.javax.faces,2.1.18.v201304200545 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:52.852
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.glassfish.com.sun.faces.source,2.1.18.v201304210537 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:52.865
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.glassfish.javax.faces.source,2.1.18.v201304200545 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:52.865
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.hamcrest.core,1.1.0.v20090501071000 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:52.872
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.hamcrest,1.1.0.v20090501071000 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:52.948
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.h2.source,1.3.168.v201212121212 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:52.951
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.h2,1.3.168.v201212121212 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:52.954
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.glassfish.com.sun.faces,2.1.18.v201304210537 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:52.957
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.hamcrest.core.source,1.1.0.v20090501071000 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:53.049
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.hamcrest.generator,1.1.0.v20090501071000 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:53.064
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.hamcrest.generator.source,1.1.0.v20090501071000 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:53.064
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.hamcrest.generator,1.3.0.v201305210900 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:53.157
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.hamcrest.generator.source,1.3.0.v201305210900 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:53.165
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.hamcrest.integration,1.1.0.v201303031500 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:53.172
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.hamcrest.integration.source,1.1.0.v201303031500 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:53.247
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.hamcrest.integration,1.3.0.v201305210900 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:53.255
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.hamcrest.integration.source,1.3.0.v201305210900 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:53.262
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.hamcrest.library,1.1.0.v20090501071000 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:53.352
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.hamcrest.library.source,1.1.0.v20090501071000 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:53.355
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.hamcrest.text,1.1.0.v20090501071000 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:53.355
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.hamcrest.text.source,1.1.0.v20090501071000 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:53.448
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.json,1.0.0.v201011060100 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:53.450
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.jdom,1.1.1.v201101151400 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:53.451
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.jmock,1.2.0.v201303080310 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:53.457
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.jsoup,1.7.2.v201411291515 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:53.459
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.jsoup.source,1.7.2.v201411291515 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:53.466
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.jdom.source,1.1.1.v201101151400 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:53.469
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.junit,4.12.0.v201504281640 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:53.471
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.kohsuke.args4j,2.0.21.v201301150030 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:53.472
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.junit.source,4.12.0.v201504281640 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:53.550
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.kohsuke.args4j.source,2.0.21.v201301150030 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:53.662
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.mockito.source,1.8.4.v201303031500 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:53.674
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.mozilla.javascript.source,1.7.5.v201504281450 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:53.747
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.mockito.source,1.9.5.v201605172210 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:53.751
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.mockito,1.9.5.v201605172210 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:53.754
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.mozilla.javascript,1.7.5.v201504281450 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:53.762
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.mockito,1.8.4.v201303031500 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:53.957
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.objectweb.asm,4.0.0.v201302062210 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:53.962
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.objectweb.asm,5.0.1.v201404251740 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:53.966
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.objectweb.asm,3.3.1.v201105211655 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:54.048
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.objectweb.asm.analysis,5.0.1.v201505121915 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:54.061
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.objectweb.asm.analysis.source,5.0.1.v201505121915 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:54.150
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.objectweb.asm.commons,5.0.1.v201404251740 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:54.151
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.objectweb.asm.commons.source,5.0.1.v201404251740 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:54.158
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.objectweb.asm.source,5.0.1.v201404251740 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:54.160
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.objectweb.asm.source,4.0.0.v201302062210 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:54.161
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.objectweb.asm.source,3.3.1.v201105211655 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:54.248
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.objectweb.asm.tree,5.0.1.v201404251740 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:54.249
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.objectweb.asm.util,5.0.1.v201404251740 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:54.249
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.objectweb.asm.tree.source,5.0.1.v201404251740 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:54.264
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.objectweb.asm.util.source,5.0.1.v201404251740 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:54.270
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.objenesis,1.0.0.v201505121915 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:54.274
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.objectweb.asm.xml,5.0.1.v201404251740 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:54.348
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.objenesis.source,1.0.0.v201505121915 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:54.348
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.objectweb.asm.xml.source,5.0.1.v201404251740 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:54.350
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.openid4java,0.9.5.v201105210655 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:54.353
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.opensaml,1.1.0.v201105210827 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:54.366
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.ow2.jotm.jotm-core.source,2.1.9.v201204271116 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:54.377
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.pushingpixels.trident,1.2.0.v201305152020 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:54.379
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.pushingpixels.trident.source,1.2.0.v201305152020 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:54.382
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.ow2.jotm.jotm-core,2.1.9.v201204271116 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:54.456
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.prefuse.source,0.1.0.v20100514-1000 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:54.457
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.prefuse,0.1.0.v20100514-1000 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:54.458
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.restlet.ext.servlet,2.0.5.v201605172130 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:54.459
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.quartz,1.8.3.v20110329-1420 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:54.460
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.quartz.source,1.8.3.v20110329-1420 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:54.461
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.restlet.ext.servlet.source,2.0.5.v201605172130 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:54.466
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.restlet,2.0.5.v201605172130 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:54.569
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.sat4j.pb,2.3.5.v201404071733 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:54.649
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.sat4j.core,2.3.5.v201308161310 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:54.663
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.slf4j.api,1.7.2.v20121108-1250 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:54.669
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.restlet.source,2.0.5.v201605172130 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:54.669
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.slf4j.api.source,1.7.2.v20121108-1250 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:54.748
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.slf4j.ext,1.7.2.v20121108-1250 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:54.749
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.slf4j.ext.source,1.7.2.v20121108-1250 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:54.755
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.slf4j.impl.log4j12,1.7.2.v20131105-2200 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:54.755
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.slf4j.impl.log4j12.source,1.7.2.v20131105-2200 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:54.759
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.slf4j.jcl,1.7.2.v20130115-1340 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:54.762
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.slf4j.jcl.source,1.7.2.v20130115-1340 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:54.763
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.slf4j.jul,1.7.2.v20121108-1250 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:54.765
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.slf4j.jul.source,1.7.2.v20121108-1250 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:54.770
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.slf4j.log4j,1.7.2.v20130115-1340 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:54.774
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.slf4j.log4j.source,1.7.2.v20130115-1340 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:54.787
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.slf4j.nop.source,1.7.2.v201212060727 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:54.849
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.slf4j.nop,1.7.2.v201212060727 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:54.851
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.swtchart,0.7.0.v201201201914 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:54.882
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.swtchart.source,0.10.0.v201605200358 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:54.895
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.uddi4j,2.0.5.v200805270300 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:54.949
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.w3c.dom.smil,1.0.1.v200903091627 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:54.951
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.swtchart,0.10.0.v201605200358 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:54.966
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.xbill.dns.source,2.0.8.v201112050911 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:54.968
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.xbill.dns,2.0.8.v201112050911 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:54.971
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,osgi.enterprise,4.2.0.v201108120515 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:54.973
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.w3c.dom.smil.source,1.0.1.v200903091627 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:54.974
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,scannotation,1.0.2.v201205170710 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:54.977
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,org.xmlpull,1.1.3.4_v201201052148 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:55.048
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,scannotation.source,1.0.2.v201205170710 have severely compromised security. Please report this concern to the artifact provider.

!ENTRY org.eclipse.equinox.p2.repository 2 0 2023-06-10 10:56:55.048
!MESSAGE The digest algorithms (md5) used to verify osgi.bundle,osgi.enterprise.source,4.2.0.v201108120515 have severely compromised security. Please report this concern to the artifact provider.
Waiting for report information completion for 'https://download.eclipse.org/oomph/orbit-legacy/nightly/N202306101045'
Emmitting report for 'https://download.eclipse.org/oomph/orbit-legacy/nightly/N202306101045'
###/home/jenkins/agent/workspace/repository-analyzer-extra/tests
###>oomph.orbit_legacy.nightly.N202306101045
Emmitting report IU details for 'https://download.eclipse.org/oomph/orbit-legacy/nightly/N202306101045'
Publish report for 'https://download.eclipse.org/oomph/orbit-legacy/nightly/N202306101045' to '/home/jenkins/agent/workspace/repository-analyzer-extra/reports/download.eclipse.org/oomph/orbit-legacy/nightly/N202306101045
Generating report index for '/home/jenkins/agent/workspace/repository-analyzer-extra/reports-extra/simrel-orbit-legacy
Generating report index for '/home/jenkins/agent/workspace/repository-analyzer-extra/reports-extra/simrel-orbit-legacy/download.eclipse.org
Generating report index for '/home/jenkins/agent/workspace/repository-analyzer-extra/reports-extra/simrel-orbit-legacy/download.eclipse.org/oomph
Generating report index for '/home/jenkins/agent/workspace/repository-analyzer-extra/reports-extra/simrel-orbit-legacy/download.eclipse.org/oomph/orbit-legacy
Generating report index for '/home/jenkins/agent/workspace/repository-analyzer-extra/reports-extra/simrel-orbit-legacy/download.eclipse.org/oomph/orbit-legacy/nightly
+ [[ true == \t\r\u\e ]]
+ echo Promoting
Promoting
+ ssh genie.oomph@projects-storage.eclipse.org 'rm -rf /home/data/httpd/download.eclipse.org/oomph/archive/reports-extra/simrel-orbit-legacy; mkdir -p /home/data/httpd/download.eclipse.org/oomph/archive/reports-extra/simrel-orbit-legacy'
+ scp -r /home/jenkins/agent/workspace/repository-analyzer-extra/reports/1Cluw7AHG+mS7aaSxzMkt40wPAA_.png /home/jenkins/agent/workspace/repository-analyzer-extra/reports/3CuErc8CDY0ivu5RJRO160i35_Y_.png /home/jenkins/agent/workspace/repository-analyzer-extra/reports/download.eclipse.org /home/jenkins/agent/workspace/repository-analyzer-extra/reports/index.html genie.oomph@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/oomph/archive/reports-extra/simrel-orbit-legacy/
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 58 killed;
[ssh-agent] Stopped.
Recording test results
[Checks API] No suitable checks publisher found.
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Sending e-mails to: ed.merks@gmail.com
Finished: UNSTABLE