Skip to content

Console Output

Started by user Leif Geiger
Running as Leif Geiger
Agent centos-7-jwr1p is provisioned from template centos-7
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30"
    jenkins/label: "migration_jipp-migration_centos-7"
  name: "centos-7-jwr1p"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.mpc.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "centos-7-jwr1p"
    - 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: "centos-7-jwr1p"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.mpc.svc.cluster.local/mpc/"
    image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-4.11.2"
    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-mpc"
      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 centos-7-jwr1p (centos-7 jipp-migration migration) in workspace /home/jenkins/agent/workspace/epp-mpc-release
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://git.eclipse.org/r/mpc/org.eclipse.epp.mpc
 > git init /home/jenkins/agent/workspace/epp-mpc-release # timeout=10
Fetching upstream changes from https://git.eclipse.org/r/mpc/org.eclipse.epp.mpc
 > git --version # timeout=10
 > git --version # 'git version 1.8.3.1'
 > git fetch --tags --progress https://git.eclipse.org/r/mpc/org.eclipse.epp.mpc +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git.eclipse.org/r/mpc/org.eclipse.epp.mpc # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 45659ff550c4cf4ffaeeacec4143f0c875d67566 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 45659ff550c4cf4ffaeeacec4143f0c875d67566 # timeout=10
Commit message: "[RelEng] Bumped version to 1.10.0"
 > git rev-list --no-walk 2d65bb9e545a7f1dbe5b05f5479f7013c698cf89 # timeout=10
$ pkill Xvnc
$ pkill Xrealvnc
$ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*"
[epp-mpc-release] $ Xvnc -help
Starting xvnc
[epp-mpc-release] $ Xvnc :43 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset

Xvnc TigerVNC 1.8.0 - built Nov 16 2020 16:47:50
Copyright (C) 1999-2017 TigerVNC Team and many others (see README.txt)
See http://www.tigervnc.org for information on TigerVNC.
Underlying X server release 12004000, The X.Org Foundation


Mon May  2 16:37:28 2022
 vncext:      VNC extension running!
 vncext:      Listening for VNC connections on all interface(s), port 5943
 vncext:      created VNC server for screen 0
[epp-mpc-release] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -Dtycho.localArtifacts=ignore -Dtycho.disableP2Mirrors=true -DskipTests=true -Dmaven.test.failure.ignore=true -Dsurefire.timeout=1500 -Dmaven.repo.local=/home/jenkins/agent/workspace/epp-mpc-release/.repository clean verify -Pstaging -Prelease -B
Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0)
Maven home: /opt/tools/apache-maven/latest
Java version: 11.0.11, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.11+9
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] Computing target platform for MavenProject: org.eclipse.epp.mpc:org.eclipse.epp.mpc.core:1.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.core/pom.xml
[INFO] Resolving target definition file:/home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc-target/staging.target for environments=[win32/win32/x86_64, linux/gtk/x86_64, macosx/cocoa/x86_64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-11' { source level: 11, target level: 11}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@590336ed...
[INFO] Resolving dependencies of MavenProject: org.eclipse.epp.mpc:org.eclipse.epp.mpc.core:1.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.core/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.epp.mpc:org.eclipse.epp.mpc.core:1.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.core/pom.xml
[INFO] Fetching com.ibm.icu_67.1.0.v20200706-1749.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (12.94MB)
[INFO] Fetching com.sun.jna_5.8.0.v20210503-0343.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (1.68MB)
[INFO] Fetching com.sun.jna.platform_5.8.0.v20210406-1004.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (1.41MB)
[INFO] Fetching javax.annotation_1.3.5.v20200909-1856.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (46.27kB)
[INFO] Fetching org.eclipse.osgi_3.18.0.v20220426-2016.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (1.46MB)
[INFO] Fetching org.apache.batik.constants_1.14.0.v20210324-0332.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (20.34kB)
[INFO] Fetching org.apache.batik.css_1.14.0.v20210324-0332.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (353.59kB)
[INFO] Fetching org.apache.batik.util_1.14.0.v20210324-0332.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (144.34kB)
[INFO] Fetching org.apache.batik.i18n_1.14.0.v20210324-0332.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (23.5kB)
[INFO] Fetching org.apache.xmlgraphics_2.6.0.v20210409-0748.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (703.81kB)
[INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (95.26kB)
[INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (15.35kB)
[INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (35.59kB)
[INFO] Fetching org.apache.commons.codec_1.14.0.v20200818-1422.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (367.61kB)
[INFO] Fetching org.apache.commons.io_2.8.0.v20210415-0900.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (302.53kB)
[INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (71.45kB)
[INFO] Fetching org.apache.felix.scr_2.1.24.v20200924-1939.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (411.93kB)
[INFO] Fetching org.eclipse.osgi.services_3.10.200.v20210723-0643.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (126.4kB)
[INFO] Fetching org.osgi.util.promise_1.2.0.202109301733.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (81.45kB)
[INFO] Fetching org.apache.httpcomponents.client5.httpclient5_5.1.2.v20211217-1500.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (842.59kB)
[INFO] Fetching org.apache.httpcomponents.core5.httpcore5_5.1.2.v20211217-1500.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (908.89kB)
[INFO] Fetching org.apache.httpcomponents.core5.httpcore5-h2_5.1.2.v20211217-1500.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (253.08kB)
[INFO] Fetching org.slf4j.api_1.7.30.v20200204-2150.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (51.82kB)
[INFO] Fetching org.apache.httpcomponents.httpclient_4.5.13.v20210128-2225.jar from http://download.eclipse.org/tools/orbit/downloads/drops2/R20211213173813/repository/plugins/ (1,021.45kB)
[INFO] Fetching org.apache.httpcomponents.httpcore_4.4.14.v20210128-2225.jar from http://download.eclipse.org/tools/orbit/downloads/drops2/R20211213173813/repository/plugins/ (350.75kB)
[INFO] Fetching org.bouncycastle.bcpg_1.70.0.v20220105-1522.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (359.18kB)
[INFO] Fetching org.bouncycastle.bcprov_1.70.0.v20220105-1522.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (5.58MB)
[INFO] Fetching org.eclipse.core.commands_3.10.100.v20210722-1426.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (114.56kB)
[INFO] Fetching org.eclipse.equinox.common_3.16.100.v20220315-2327.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (144.55kB)
[INFO] Fetching org.eclipse.core.contenttype_3.8.100.v20210910-0640.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (100.02kB)
[INFO] Fetching org.eclipse.equinox.preferences_3.9.200.v20220426-1329.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (136.34kB)
[INFO] Fetching org.eclipse.equinox.registry_3.11.100.v20211021-1418.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (194.4kB)
[INFO] Fetching org.eclipse.core.databinding_1.11.0.v20220118-1028.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (287.81kB)
[INFO] Fetching org.eclipse.core.databinding.observable_1.12.0.v20211231-1006.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (313kB)
[INFO] Fetching org.eclipse.core.databinding.property_1.9.0.v20210619-1129.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (163.08kB)
[INFO] Fetching org.eclipse.core.expressions_3.8.100.v20210910-0640.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (92.12kB)
[INFO] Fetching org.eclipse.core.runtime_3.25.0.v20220422-2114.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (71.87kB)
[INFO] Fetching org.eclipse.core.jobs_3.13.0.v20220428-0821.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (109.22kB)
[INFO] Fetching org.eclipse.core.net_1.3.1200.v20220312-1450.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (47.62kB)
[INFO] Fetching org.eclipse.equinox.security_1.3.900.v20220108-1321.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (113.21kB)
[INFO] Fetching org.eclipse.equinox.app_1.6.100.v20211021-1418.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (89.14kB)
[INFO] Fetching org.eclipse.e4.core.commands_1.0.100.v20211204-1536.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (25.92kB)
[INFO] Fetching org.eclipse.e4.core.di_1.8.100.v20210910-0640.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (52.48kB)
[INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (14.07kB)
[INFO] Fetching org.eclipse.e4.core.contexts_1.10.0.v20220430-0424.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220430-1800/plugins/ (55.58kB)
[INFO] Fetching org.eclipse.e4.core.services_2.3.100.v20210910-0640.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (69.65kB)
[INFO] Fetching org.eclipse.e4.core.di.annotations_1.7.100.v20210910-0640.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (12kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions_0.17.100.v20210910-0640.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (11.14kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.16.300.v20220309-0649.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (40.45kB)
[INFO] Fetching org.eclipse.e4.emf.xpath_0.3.0.v20210722-1426.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (51.03kB)
[INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (317.8kB)
[INFO] Fetching org.eclipse.emf.ecore_2.27.0.v20220426-0617.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (1.26MB)
[INFO] Fetching org.eclipse.e4.ui.bindings_0.13.100.v20210722-1426.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (45.85kB)
[INFO] Fetching org.eclipse.swt_3.120.0.v20220429-2203.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220429-1800/plugins/ (16.98kB)
[INFO] Fetching org.eclipse.e4.ui.services_1.5.0.v20210115-1333.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (24.31kB)
[INFO] Fetching org.eclipse.jface_3.26.0.v20220329-0959.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (1.11MB)
[INFO] Fetching org.eclipse.e4.ui.css.core_0.13.200.v20211022-1402.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (213.89kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt_0.14.500.v20220422-0824.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (201.76kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.13.100.v20220310-1056.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (28.11kB)
[INFO] Fetching org.eclipse.e4.ui.di_1.4.0.v20210621-1133.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (16.41kB)
[INFO] Fetching org.eclipse.e4.ui.dialogs_1.3.200.v20211210-1500.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (56.73kB)
[INFO] Fetching org.eclipse.e4.ui.model.workbench_2.2.100.v20220331-0744.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (395.31kB)
[INFO] Fetching org.eclipse.equinox.event_1.6.100.v20211021-1418.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (33.33kB)
[INFO] Fetching org.eclipse.e4.ui.widgets_1.3.0.v20210621-1136.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (13.3kB)
[INFO] Fetching org.eclipse.e4.ui.workbench_1.13.100.v20211019-0756.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (260.38kB)
[INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (87.55kB)
[INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (229.56kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.4.400.v20211102-0453.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (118.14kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.15.500.v20220422-0824.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (250.35kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.16.400.v20220222-1128.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (147.16kB)
[INFO] Fetching org.eclipse.jface.databinding_1.13.0.v20210619-1146.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (295.36kB)
[INFO] Fetching org.eclipse.e4.ui.workbench3_0.16.0.v20210619-0956.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (21.08kB)
[INFO] Fetching org.eclipse.urischeme_1.2.100.v20211001-1648.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (51.9kB)
[INFO] Fetching org.eclipse.emf.common_2.25.0.v20220325-0806.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (367.58kB)
[INFO] Fetching org.eclipse.equinox.p2.repository_2.6.100.v20220422-1806.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (174.42kB)
[INFO] Fetching org.eclipse.userstorage_1.2.0.v20210517-0327.jar.pack.gz from http://download.eclipse.org/usssdk/drops/release/1.2.2/plugins/ (45.22kB)
[INFO] Fetching org.eclipse.userstorage.oauth_1.1.0.v20190307-0457.jar.pack.gz from http://download.eclipse.org/usssdk/drops/release/1.2.2/plugins/ (27.69kB)
[INFO] Fetching org.eclipse.equinox.p2.core_2.9.100.v20220310-1733.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (76.94kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata_2.6.200.v20220324-1313.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (360.26kB)
[INFO] Fetching org.eclipse.help_3.9.100.v20210721-0601.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (270.25kB)
[INFO] Fetching org.osgi.util.function_1.2.0.202109301733.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (23.09kB)
[INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.120.0.v20220429-2203.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220429-1800/plugins/ (2.47MB)
[INFO] Fetching org.eclipse.ui_3.201.0.v20220124-1108.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (432.55kB)
[INFO] Fetching org.eclipse.ui.workbench_3.125.100.v20220429-1040.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220429-1800/plugins/ (3.49MB)
[INFO] Fetching org.eclipse.userstorage.ui_1.1.0.v20190307-0457.jar.pack.gz from http://download.eclipse.org/usssdk/drops/release/1.2.2/plugins/ (25.73kB)
[INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (21.23kB)
[INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.120.0.v20220429-2203.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220429-1800/plugins/ (2.06MB)
[INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.120.0.v20220429-2203.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220429-1800/plugins/ (2.15MB)
[INFO] Computing target platform for MavenProject: org.eclipse.epp.mpc:org.eclipse.epp.mpc.core.win32:1.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.core.win32/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.epp.mpc:org.eclipse.epp.mpc.core.win32:1.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.core.win32/pom.xml
[INFO] Project org.eclipse.epp.mpc:org.eclipse.epp.mpc.core.win32:1.10.0-SNAPSHOT does not match environment (& (osgi.os=linux) (osgi.ws=gtk) (osgi.arch=x86_64) ) skipp dependecy resolution
[INFO] Project org.eclipse.epp.mpc:org.eclipse.epp.mpc.core.win32:1.10.0-SNAPSHOT does not match environment (& (osgi.os=macosx) (osgi.ws=cocoa) (osgi.arch=x86_64) ) skipp dependecy resolution
[INFO] Resolving class path of MavenProject: org.eclipse.epp.mpc:org.eclipse.epp.mpc.core.win32:1.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.core.win32/pom.xml
[INFO] Fetching org.apache.httpcomponents.client5.httpclient5-win_5.1.2.v20211217-1500.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (28.06kB)
[INFO] Computing target platform for MavenProject: org.eclipse.epp.mpc:org.eclipse.epp.mpc.dependencies:1.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.dependencies.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.epp.mpc:org.eclipse.epp.mpc.dependencies:1.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.dependencies.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.epp.mpc:org.eclipse.epp.mpc.dependencies:1.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.dependencies.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.epp.mpc:org.eclipse.epp.mpc:1.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.epp.mpc:org.eclipse.epp.mpc:1.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.epp.mpc:org.eclipse.epp.mpc:1.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.epp.mpc:org.eclipse.epp.mpc.help.ui:1.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.help.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.epp.mpc:org.eclipse.epp.mpc.help.ui:1.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.help.ui/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.epp.mpc:org.eclipse.epp.mpc.help.ui:1.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.help.ui/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.epp.mpc:org.eclipse.epp.mpc.site:1.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.site/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.epp.mpc:org.eclipse.epp.mpc.site:1.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.site/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.epp.mpc:org.eclipse.epp.mpc.site:1.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.site/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.epp.mpc:org.eclipse.epp.mpc.tests:1.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.epp.mpc:org.eclipse.epp.mpc.tests:1.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.epp.mpc:org.eclipse.epp.mpc.tests:1.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/pom.xml
[INFO] Fetching com.jcraft.jsch_0.1.55.v20190404-1902.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (297.81kB)
[INFO] Fetching com.sun.el_2.2.0.v201303151357.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (137.97kB)
[INFO] Fetching javax.el_2.2.0.v201303151357.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (56.84kB)
[INFO] Fetching jakarta.servlet-api_4.0.0.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (81.03kB)
[INFO] Fetching javax.servlet.jsp_2.2.0.v201112011158.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (108.48kB)
[INFO] Fetching net.bytebuddy.byte-buddy-agent_1.12.9.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (250.82kB)
[INFO] Fetching org.apache.ant_1.10.12.v20211102-1452.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (2.96MB)
[INFO] Fetching org.apache.felix.gogo.command_1.1.2.v20210111-1007.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (52.58kB)
[INFO] Fetching org.apache.felix.gogo.runtime_1.1.4.v20210111-1007.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (219.73kB)
[INFO] Fetching org.apache.felix.gogo.shell_1.1.4.v20210111-1007.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (69.34kB)
[INFO] Fetching org.apache.jasper.glassfish_2.2.2.v201501141630.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (2.36MB)
[INFO] Fetching org.apache.lucene.analyzers-common_8.4.1.v20200122-1459.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (1.67MB)
[INFO] Fetching org.apache.lucene.core_8.4.1.v20200122-1459.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (3.33MB)
[INFO] Fetching org.apache.lucene.analyzers-smartcn_8.4.1.v20200122-1459.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (3.45MB)
[INFO] Fetching org.apiguardian_1.1.2.v20211018-1956.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (20.18kB)
[INFO] Fetching org.eclipse.ant.core_3.6.400.v20220317-1003.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (107.39kB)
[INFO] Fetching org.eclipse.core.variables_3.5.100.v20210721-1355.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (35.64kB)
[INFO] Fetching org.eclipse.ant.launching_1.3.300.v20220408-0629.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (161.08kB)
[INFO] Fetching org.eclipse.debug.core_3.19.100.v20220324-0630.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (397.87kB)
[INFO] Fetching org.eclipse.jdt.launching_3.19.600.v20220409-1932.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (563.82kB)
[INFO] Fetching org.eclipse.core.externaltools_1.2.200.v20220125-2302.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (42.65kB)
[INFO] Fetching org.eclipse.text_3.12.0.v20210512-1644.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (288.46kB)
[INFO] Fetching org.eclipse.jdt.core_3.30.0.v20220428-0449.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (6.69MB)
[INFO] Fetching org.eclipse.core.resources_3.17.0.v20220429-1403.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220429-1800/plugins/ (889.2kB)
[INFO] Fetching org.eclipse.ant.ui_3.8.200.v20220214-2001.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (1.04MB)
[INFO] Fetching org.eclipse.core.filesystem_1.9.400.v20220419-0658.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (69.85kB)
[INFO] Fetching org.eclipse.ui.externaltools_3.5.100.v20210812-1118.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (140.91kB)
[INFO] Fetching org.eclipse.ui.console_3.11.200.v20220324-0630.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (208.46kB)
[INFO] Fetching org.eclipse.debug.ui_3.16.100.v20220314-1449.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (2.97MB)
[INFO] Fetching org.eclipse.jdt.ui_3.26.100.v20220429-2051.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220429-1800/plugins/ (11.17MB)
[INFO] Fetching org.eclipse.jdt.debug.ui_3.12.700.v20220412-1831.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (1.66MB)
[INFO] Fetching org.eclipse.team.core_3.9.300.v20220204-0611.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (401.7kB)
[INFO] Fetching org.eclipse.ltk.core.refactoring_3.12.100.v20210926-1112.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (341.2kB)
[INFO] Fetching org.eclipse.jdt.junit_3.14.100.v20220411-0722.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (528.22kB)
[INFO] Fetching org.eclipse.compare_3.8.400.v20220420-1133.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (804.82kB)
[INFO] Fetching org.eclipse.jface.text_3.20.100.v20220317-1324.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (1.03MB)
[INFO] Fetching org.eclipse.ui.ide_3.19.0.v20220429-1040.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220429-1800/plugins/ (2.41MB)
[INFO] Fetching org.eclipse.ui.views_3.11.100.v20210816-0811.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (105.57kB)
[INFO] Fetching org.eclipse.ui.workbench.texteditor_3.16.500.v20220331-0848.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (688.72kB)
[INFO] Fetching org.eclipse.ui.editors_3.14.300.v20210913-0815.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (618.79kB)
[INFO] Fetching org.eclipse.ui.forms_3.11.300.v20211022-1451.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (330.12kB)
[INFO] Fetching org.eclipse.compare.core_3.6.1000.v20201020-1107.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (66.43kB)
[INFO] Fetching org.eclipse.compare.win32_1.2.800.v20200127-1343.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (43.77kB)
[INFO] Fetching org.eclipse.core.databinding.beans_1.8.0.v20210619-1111.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (92.92kB)
[INFO] Fetching org.eclipse.core.filebuffers_3.7.200.v20220202-1008.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (115.6kB)
[INFO] Fetching org.eclipse.core.filesystem.win32.x86_64_1.4.200.v20190812-0909.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (37.47kB)
[INFO] Fetching org.eclipse.core.net.win32_1.0.0.v20220312-1450.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (25.67kB)
[INFO] Fetching org.eclipse.core.net.win32.x86_64_1.1.600.v20220312-1450.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (7.78kB)
[INFO] Fetching org.eclipse.core.resources.win32.x86_64_3.5.400.v20190812-0909.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (57.74kB)
[INFO] Fetching org.eclipse.debug.ui.launchview_1.0.200.v20220308-0315.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (86.01kB)
[INFO] Fetching org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (52.65kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.4.0.v20210315-2228.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (45.48kB)
[INFO] Fetching org.eclipse.osgi.compatibility.state_1.2.600.v20220207-1403.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (249.4kB)
[INFO] Fetching org.eclipse.osgi.util_3.7.0.v20220427-2144.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (12.62kB)
[INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.500.v20220419-2255.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (132.5kB)
[INFO] Fetching org.eclipse.equinox.console_1.4.500.v20211021-1418.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (129.01kB)
[INFO] Fetching org.eclipse.equinox.bidi_1.4.100.v20211021-1418.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (50.74kB)
[INFO] Fetching org.eclipse.e4.ui.swt.win32_1.1.0.v20201119-1132.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (10.25kB)
[INFO] Fetching org.eclipse.jface.notifications_0.5.0.v20220401-0716.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (31.09kB)
[INFO] Fetching org.osgi.util.measurement_1.0.2.201802012109.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (25.74kB)
[INFO] Fetching org.osgi.util.position_1.0.1.201505202026.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (13.73kB)
[INFO] Fetching org.osgi.util.xml_1.0.2.202109301733.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (18.3kB)
[INFO] Fetching org.eclipse.e4.core.services.source_2.3.100.v20210910-0640.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (60.56kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.swt.source_0.16.400.v20220222-1128.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (94.75kB)
[INFO] Fetching org.eclipse.e4.core.commands.source_1.0.100.v20211204-1536.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (23.27kB)
[INFO] Fetching org.eclipse.e4.ui.bindings.source_0.13.100.v20210722-1426.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (35.66kB)
[INFO] Fetching org.eclipse.e4.ui.model.workbench.source_2.2.100.v20220331-0744.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (376.74kB)
[INFO] Fetching org.eclipse.e4.ui.services.source_1.5.0.v20210115-1333.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (22.37kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.source_0.15.500.v20220422-0824.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (138.83kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.source_1.13.100.v20211019-0756.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (168.37kB)
[INFO] Fetching org.eclipse.e4.ui.css.core.source_0.13.200.v20211022-1402.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (206.2kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt.source_0.14.500.v20220422-0824.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (161.79kB)
[INFO] Fetching org.apache.batik.css.source_1.14.0.v20210324-0332.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (319.47kB)
[INFO] Fetching org.w3c.css.sac.source_1.3.1.v200903091627.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (52.19kB)
[INFO] Fetching org.apache.batik.util.source_1.14.0.v20210324-0332.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (126.66kB)
[INFO] Fetching org.w3c.dom.svg.source_1.1.0.v201011041433.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (89.33kB)
[INFO] Fetching org.w3c.dom.smil.source_1.0.1.v200903091627.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (21.78kB)
[INFO] Fetching org.w3c.dom.events.source_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (39.54kB)
[INFO] Fetching javax.inject.source_1.0.0.v20091030.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (22.39kB)
[INFO] Fetching javax.annotation.source_1.3.5.v20200909-1856.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (57.91kB)
[INFO] Fetching org.eclipse.e4.core.di.source_1.8.100.v20210910-0640.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (44.5kB)
[INFO] Fetching org.eclipse.e4.core.contexts.source_1.10.0.v20220430-0424.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220430-1800/plugins/ (45.79kB)
[INFO] Fetching org.apache.batik.i18n.source_1.14.0.v20210324-0332.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (20.21kB)
[INFO] Fetching org.apache.batik.constants.source_1.14.0.v20210324-0332.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (14.73kB)
[INFO] Fetching org.apache.xmlgraphics.source_2.6.0.v20210409-0748.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (677.41kB)
[INFO] Fetching org.apache.commons.io.source_2.8.0.v20210415-0900.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (374.46kB)
[INFO] Fetching org.apache.commons.logging.source_1.2.0.v20180409-1502.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (85.46kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions.source_0.17.100.v20210910-0640.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (12.63kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt.theme.source_0.13.100.v20220310-1056.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (22.72kB)
[INFO] Fetching org.eclipse.e4.ui.di.source_1.4.0.v20210621-1133.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (16.5kB)
[INFO] Fetching org.eclipse.e4.ui.widgets.source_1.3.0.v20210621-1136.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (10.54kB)
[INFO] Fetching org.eclipse.equinox.common.source_3.16.100.v20220315-2327.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (146.02kB)
[INFO] Fetching org.apache.felix.scr.source_2.1.24.v20200924-1939.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (278.04kB)
[INFO] Fetching org.eclipse.equinox.event.source_1.6.100.v20211021-1418.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (27.17kB)
[INFO] Fetching org.eclipse.core.commands.source_3.10.100.v20210722-1426.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (150.7kB)
[INFO] Fetching org.eclipse.core.contenttype.source_3.8.100.v20210910-0640.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (82.01kB)
[INFO] Fetching org.eclipse.core.databinding.source_1.11.0.v20220118-1028.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (180.24kB)
[INFO] Fetching org.eclipse.core.databinding.beans.source_1.8.0.v20210619-1111.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (75.49kB)
[INFO] Fetching org.eclipse.core.databinding.observable.source_1.12.0.v20211231-1006.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (208.51kB)
[INFO] Fetching org.eclipse.core.databinding.property.source_1.9.0.v20210619-1129.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (94.57kB)
[INFO] Fetching org.eclipse.core.expressions.source_3.8.100.v20210910-0640.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (86.87kB)
[INFO] Fetching org.eclipse.core.jobs.source_3.13.0.v20220428-0821.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-1800/plugins/ (109.58kB)
[INFO] Fetching org.eclipse.core.runtime.source_3.25.0.v20220422-2114.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (77.56kB)
[INFO] Fetching org.eclipse.equinox.app.source_1.6.100.v20211021-1418.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (76.54kB)
[INFO] Fetching org.eclipse.equinox.launcher.source_1.6.400.v20210924-0641.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (43.81kB)
[INFO] Fetching org.eclipse.equinox.preferences.source_3.9.200.v20220426-1329.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (114.52kB)
[INFO] Fetching org.eclipse.equinox.registry.source_3.11.100.v20211021-1418.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (176.1kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator.source_1.4.0.v20210315-2228.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (37.39kB)
[INFO] Fetching org.eclipse.osgi.source_3.18.0.v20220426-2016.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (1.11MB)
[INFO] Fetching org.eclipse.osgi.compatibility.state.source_1.2.600.v20220207-1403.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (143.33kB)
[INFO] Fetching org.eclipse.osgi.services.source_3.10.200.v20210723-0643.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (244.91kB)
[INFO] Fetching org.eclipse.osgi.util.source_3.7.0.v20220427-2144.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (12.43kB)
[INFO] Fetching org.eclipse.swt.win32.win32.x86_64.source_3.120.0.v20220429-2203.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220429-1800/plugins/ (1.98MB)
[INFO] Fetching org.eclipse.jface.source_3.26.0.v20220329-0959.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (1.01MB)
[INFO] Fetching org.eclipse.jface.databinding.source_1.13.0.v20210619-1146.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (230.2kB)
[INFO] Fetching org.eclipse.e4.ui.workbench3.source_0.16.0.v20210619-0956.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (17.75kB)
[INFO] Fetching org.apache.felix.gogo.command.source_1.1.2.v20210111-1007.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (38.47kB)
[INFO] Fetching org.apache.felix.gogo.runtime.source_1.1.4.v20210111-1007.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (114.26kB)
[INFO] Fetching org.apache.felix.gogo.shell.source_1.1.4.v20210111-1007.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (48.31kB)
[INFO] Fetching org.eclipse.equinox.console.source_1.4.500.v20211021-1418.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (84.65kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt.source_1.4.400.v20211102-0453.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (77.66kB)
[INFO] Fetching org.eclipse.equinox.bidi.source_1.4.100.v20211021-1418.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (63.52kB)
[INFO] Fetching org.eclipse.e4.ui.dialogs.source_1.3.200.v20211210-1500.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (38.75kB)
[INFO] Fetching org.apache.commons.jxpath.source_1.3.0.v200911051830.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (356.27kB)
[INFO] Fetching org.eclipse.e4.emf.xpath.source_0.3.0.v20210722-1426.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (52.4kB)
[INFO] Fetching org.eclipse.e4.core.di.annotations.source_1.7.100.v20210910-0640.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (14.44kB)
[INFO] Fetching org.eclipse.e4.ui.swt.win32.source_1.1.0.v20201119-1132.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (9.38kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions.supplier.source_0.16.300.v20220309-0649.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (20.76kB)
[INFO] Fetching org.eclipse.urischeme.source_1.2.100.v20211001-1648.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (44.29kB)
[INFO] Fetching org.eclipse.jface.notifications.source_0.5.0.v20220401-0716.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (18.5kB)
[INFO] Fetching org.osgi.util.function.source_1.2.0.202109301733.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (8.44kB)
[INFO] Fetching org.osgi.util.promise.source_1.2.0.202109301733.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (28.15kB)
[INFO] Fetching org.osgi.util.measurement.source_1.0.2.201802012109.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (10.96kB)
[INFO] Fetching org.osgi.util.position.source_1.0.1.201505202026.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (9.58kB)
[INFO] Fetching org.osgi.util.xml.source_1.0.2.202109301733.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (6.47kB)
[INFO] Fetching org.eclipse.e4.tools.emf.ui_4.7.300.v20220420-0901.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (1.43MB)
[INFO] Fetching org.eclipse.emf.databinding_1.5.0.v20180706-1146.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (90.56kB)
[INFO] Fetching org.eclipse.emf.edit_2.17.0.v20220201-1551.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (294.61kB)
[INFO] Fetching org.eclipse.emf.databinding.edit_1.7.0.v20210113-0340.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (52.57kB)
[INFO] Fetching org.eclipse.e4.tools.services_4.9.0.v20210427-1802.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (31.95kB)
[INFO] Fetching org.eclipse.e4.ui.ide_3.16.100.v20220310-1350.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (11.51kB)
[INFO] Fetching org.eclipse.ecf_3.10.0.v20210925-0032.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (127.97kB)
[INFO] Fetching org.eclipse.ecf.identity_3.9.402.v20210409-2301.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (64.2kB)
[INFO] Fetching org.eclipse.equinox.concurrent_1.2.100.v20211021-1418.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (26.38kB)
[INFO] Fetching org.eclipse.ecf.source_3.10.0.v20210925-0032.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (104.33kB)
[INFO] Fetching org.eclipse.ecf.identity.source_3.9.402.v20210409-2301.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (53.08kB)
[INFO] Fetching org.eclipse.ecf.ssl_1.2.401.v20210409-2301.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (15.43kB)
[INFO] Fetching org.eclipse.ecf.ssl.source_1.2.401.v20210409-2301.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (13.64kB)
[INFO] Fetching org.eclipse.ecf.filetransfer_5.1.102.v20210409-2301.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (52.52kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.800.v20220215-0126.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (129.12kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.source_5.1.102.v20210409-2301.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (76.03kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.source_3.2.800.v20220215-0126.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (86.1kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient5_1.0.300.v20220215-0126.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (82.96kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient5.win32_1.0.400.v20220109-1926.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (22.98kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient5.source_1.0.300.v20220215-0126.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (44.01kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient5.win32.source_1.0.400.v20220109-1926.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (19.85kB)
[INFO] Fetching org.apache.commons.codec.source_1.14.0.v20200818-1422.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (374.24kB)
[INFO] Fetching org.apache.httpcomponents.client5.httpclient5.source_5.1.2.v20211217-1500.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (614.16kB)
[INFO] Fetching org.apache.httpcomponents.client5.httpclient5-win.source_5.1.2.v20211217-1500.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (27.36kB)
[INFO] Fetching org.apache.httpcomponents.core5.httpcore5.source_5.1.2.v20211217-1500.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (825.01kB)
[INFO] Fetching org.apache.httpcomponents.core5.httpcore5-h2.source_5.1.2.v20211217-1500.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (188.85kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.0.201.v20210409-2301.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (9.69kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl.source_1.0.201.v20210409-2301.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (9.49kB)
[INFO] Fetching org.eclipse.emf.common.source_2.25.0.v20220325-0806.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (219.2kB)
[INFO] Fetching org.eclipse.emf.databinding.edit.source_1.7.0.v20210113-0340.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (41.06kB)
[INFO] Fetching org.eclipse.emf.databinding.source_1.5.0.v20180706-1146.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (57.12kB)
[INFO] Fetching org.eclipse.emf.ecore.source_2.27.0.v20220426-0617.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (820.63kB)
[INFO] Fetching org.eclipse.emf.ecore.change.source_2.14.0.v20190528-0725.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (90.79kB)
[INFO] Fetching org.eclipse.emf.ecore.xmi.source_2.16.0.v20190528-0725.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (151.54kB)
[INFO] Fetching org.eclipse.emf.edit.source_2.17.0.v20220201-1551.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (209.97kB)
[INFO] Fetching org.junit_4.13.2.v20211018-1956.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (421.77kB)
[INFO] Fetching org.eclipse.equinox.p2.discovery_1.2.0.v20210315-2042.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (37.5kB)
[INFO] Fetching org.eclipse.swtbot.eclipse.finder_3.1.0.202106041005.jar.pack.gz from http://download.eclipse.org/technology/swtbot/releases/latest/plugins/ (55.2kB)
[INFO] Fetching org.eclipse.swtbot.junit4_x_3.1.0.202106041005.jar.pack.gz from http://download.eclipse.org/technology/swtbot/releases/latest/plugins/ (20.82kB)
[INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (144.31kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.discovery_1.2.300.v20210813-0655.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (156.48kB)
[INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (65.43kB)
[INFO] Fetching org.hamcrest.library_1.3.0.v20180524-2246.jar from http://download.eclipse.org/tools/orbit/downloads/drops2/R20211213173813/repository/plugins/ (72.52kB)
[INFO] Fetching org.mockito_2.23.0.v20200310-1642.jar from http://download.eclipse.org/tools/orbit/downloads/drops2/R20211213173813/repository/plugins/ (618.07kB)
[INFO] Fetching org.eclipse.equinox.p2.ui_2.7.500.v20220423-1604.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (658.09kB)
[INFO] Fetching org.eclipse.equinox.p2.operations_2.6.0.v20210315-2228.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (74.06kB)
[INFO] Fetching org.eclipse.equinox.p2.engine_2.7.400.v20220329-1456.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (218.83kB)
[INFO] Fetching org.eclipse.equinox.p2.director_2.5.300.v20220421-0708.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (110.58kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin_2.2.0.v20210315-2042.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (36.06kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.2.200.v20220315-2155.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (69.13kB)
[INFO] Fetching org.eclipse.equinox.http.jetty_3.8.100.v20211021-1418.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (29.16kB)
[INFO] Fetching org.eclipse.equinox.http.servlet_1.7.200.v20211021-1418.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (234.52kB)
[INFO] Fetching org.eclipse.jetty.http_10.0.9.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (233.64kB)
[INFO] Fetching org.eclipse.jetty.server_10.0.9.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (756.23kB)
[INFO] Fetching org.eclipse.jetty.servlet_10.0.9.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (162.1kB)
[INFO] Fetching org.eclipse.jetty.util_10.0.9.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (548.14kB)
[INFO] Fetching org.eclipse.equinox.http.registry_1.3.100.v20211021-1418.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (47.6kB)
[INFO] Fetching org.eclipse.equinox.jsp.jasper_1.1.600.v20211021-1418.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (27.33kB)
[INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.2.100.v20211021-1418.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (12.61kB)
[INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.4.500.v20220420-1427.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (169.5kB)
[INFO] Fetching org.tukaani.xz_1.9.0.v20210624-1259.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (131.39kB)
[INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.2.300.v20220420-1427.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (68.04kB)
[INFO] Fetching org.eclipse.equinox.p2.console_1.2.0.v20210315-2042.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (28.05kB)
[INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.2.0.v20210316-1209.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (24.82kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.4.100.v20220329-1456.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (132.68kB)
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.3.100.v20210615-1334.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (129.25kB)
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.4.300.v20220210-1319.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (85.88kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.2.0.v20210315-2228.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (26.34kB)
[INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.3.300.v20220422-1806.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (45.15kB)
[INFO] Fetching org.eclipse.equinox.security.win32.x86_64_1.1.300.v20211021-1418.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (40.75kB)
[INFO] Fetching org.eclipse.equinox.p2.artifact.repository.source_1.4.500.v20220420-1427.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (114.3kB)
[INFO] Fetching org.eclipse.equinox.p2.console.source_1.2.0.v20210315-2042.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (19.92kB)
[INFO] Fetching org.eclipse.equinox.p2.core.source_2.9.100.v20220310-1733.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (61.45kB)
[INFO] Fetching org.eclipse.equinox.p2.director.source_2.5.300.v20220421-0708.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (67.38kB)
[INFO] Fetching org.eclipse.equinox.p2.engine.source_2.7.400.v20220329-1456.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (142.32kB)
[INFO] Fetching org.eclipse.equinox.p2.garbagecollector.source_1.2.0.v20210316-1209.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (18.85kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata.source_2.6.200.v20220324-1313.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (247.98kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata.repository.source_1.4.100.v20220329-1456.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (59.87kB)
[INFO] Fetching org.eclipse.equinox.p2.repository.source_2.6.100.v20220422-1806.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (134.52kB)
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse.source_2.3.100.v20210615-1334.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (96.27kB)
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives.source_1.4.300.v20220210-1319.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (59.33kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator.source_2.2.0.v20210315-2228.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (19.63kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin.source_2.2.0.v20210315-2042.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (34.88kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox.source_1.2.200.v20220315-2155.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (47.62kB)
[INFO] Fetching org.eclipse.equinox.security.source_1.3.900.v20220108-1321.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (102.46kB)
[INFO] Fetching org.eclipse.equinox.p2.jarprocessor.source_1.2.300.v20220420-1427.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (45.91kB)
[INFO] Fetching org.eclipse.equinox.p2.transport.ecf.source_1.3.300.v20220422-1806.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (31.48kB)
[INFO] Fetching org.eclipse.equinox.p2.operations.source_2.6.0.v20210315-2228.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (64.22kB)
[INFO] Fetching org.eclipse.equinox.security.win32.x86_64.source_1.1.300.v20211021-1418.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (16.59kB)
[INFO] Fetching org.tukaani.xz.source_1.9.0.v20210624-1259.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (151.4kB)
[INFO] Fetching org.eclipse.equinox.concurrent.source_1.2.100.v20211021-1418.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (25.97kB)
[INFO] Fetching org.sat4j.core_2.3.6.v20201214.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (429.55kB)
[INFO] Fetching org.sat4j.pb_2.3.6.v20201214.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (432.64kB)
[INFO] Fetching org.eclipse.equinox.p2.director.app_1.2.100.v20211220-1825.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (58.07kB)
[INFO] Fetching org.eclipse.equinox.p2.directorywatcher_1.3.0.v20210316-1209.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (31.04kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher_1.7.100.v20220420-1427.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (101.89kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.4.100.v20220420-1427.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (242.35kB)
[INFO] Fetching org.eclipse.equinox.p2.discovery.compatibility_1.2.200.v20220210-1157.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (58.64kB)
[INFO] Fetching org.eclipse.equinox.p2.extensionlocation_1.4.100.v20220213-0541.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (35.63kB)
[INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins_1.4.100.v20211217-1131.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (50.58kB)
[INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.3.100.v20220420-1427.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (252.88kB)
[INFO] Fetching org.eclipse.equinox.p2.director.app.source_1.2.100.v20211220-1825.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (34.92kB)
[INFO] Fetching org.eclipse.equinox.p2.directorywatcher.source_1.3.0.v20210316-1209.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (22.73kB)
[INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins.source_1.4.100.v20211217-1131.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (34.04kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher.source_1.7.100.v20220420-1427.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (76.76kB)
[INFO] Fetching org.eclipse.equinox.p2.extensionlocation.source_1.4.100.v20220213-0541.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (26.26kB)
[INFO] Fetching org.eclipse.equinox.p2.repository.tools.source_2.3.100.v20220420-1427.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (178.51kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse.source_1.4.100.v20220420-1427.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (149.7kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler_1.5.300.v20211214-1242.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (103.44kB)
[INFO] Fetching org.eclipse.equinox.p2.updatechecker_1.3.0.v20210315-2228.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (18.19kB)
[INFO] Fetching org.eclipse.equinox.security.ui_1.3.200.v20220115-0654.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (170.59kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.sdk_1.2.4.v20220213-1624.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (68.52kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.source_2.7.500.v20220423-1604.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (307.2kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler.source_1.5.300.v20211214-1242.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (55.97kB)
[INFO] Fetching org.eclipse.equinox.p2.updatechecker.source_1.3.0.v20210315-2228.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (15.42kB)
[INFO] Fetching org.eclipse.equinox.security.ui.source_1.3.200.v20220115-0654.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (85.53kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.sdk.source_1.2.4.v20220213-1624.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (36.43kB)
[INFO] Fetching org.eclipse.ui.browser_3.7.100.v20211105-1434.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (207.24kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.importexport_1.3.300.v20220329-1456.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (129.58kB)
[INFO] Fetching org.eclipse.equinox.p2.updatesite_1.2.300.v20220420-1427.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (100.51kB)
[INFO] Fetching org.eclipse.equinox.p2.updatesite.source_1.2.300.v20220420-1427.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (70.91kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.importexport.source_1.3.300.v20220329-1456.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (50.45kB)
[INFO] Fetching org.eclipse.help.base_4.3.700.v20220501-1800.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220501-1800/plugins/ (432.63kB)
[INFO] Fetching org.eclipse.help.ui_4.4.0.v20220411-0938.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (535.15kB)
[INFO] Fetching org.eclipse.help.webapp_3.10.700.v20220330-0448.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (736.44kB)
[INFO] Fetching org.eclipse.jetty.io_10.0.9.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (205.75kB)
[INFO] Fetching org.eclipse.jetty.security_10.0.9.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (118.63kB)
[INFO] Fetching org.eclipse.jetty.util.ajax_10.0.9.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (62.66kB)
[INFO] Fetching javax.el.source_2.2.0.v201303151357.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (97.96kB)
[INFO] Fetching jakarta.servlet-api.source_4.0.0.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (164.65kB)
[INFO] Fetching javax.servlet.jsp.source_2.2.0.v201112011158.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (220.17kB)
[INFO] Fetching com.sun.el.source_2.2.0.v201303151357.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (156.2kB)
[INFO] Fetching org.apache.jasper.glassfish.source_2.2.2.v201501141630.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (461.72kB)
[INFO] Fetching org.apache.lucene.analyzers-common.source_8.4.1.v20200122-1459.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (1.66MB)
[INFO] Fetching org.apache.lucene.core.source_8.4.1.v20200122-1459.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (2.24MB)
[INFO] Fetching org.apache.lucene.analyzers-smartcn.source_8.4.1.v20200122-1459.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (3.45MB)
[INFO] Fetching org.eclipse.equinox.http.jetty.source_3.8.100.v20211021-1418.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (22.51kB)
[INFO] Fetching org.eclipse.equinox.http.registry.source_1.3.100.v20211021-1418.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (32.57kB)
[INFO] Fetching org.eclipse.equinox.http.servlet.source_1.7.200.v20211021-1418.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (140.73kB)
[INFO] Fetching org.eclipse.equinox.jsp.jasper.source_1.1.600.v20211021-1418.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (19.16kB)
[INFO] Fetching org.eclipse.equinox.jsp.jasper.registry.source_1.2.100.v20211021-1418.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (12.04kB)
[INFO] Fetching org.eclipse.help.base.source_4.3.700.v20220501-1800.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220501-1800/plugins/ (307.22kB)
[INFO] Fetching org.eclipse.help.ui.source_4.4.0.v20220411-0938.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (220.94kB)
[INFO] Fetching org.eclipse.help.webapp.source_3.10.700.v20220330-0448.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (202.21kB)
[INFO] Fetching org.eclipse.jetty.http.source_10.0.9.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (130.56kB)
[INFO] Fetching org.eclipse.jetty.io.source_10.0.9.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (112.83kB)
[INFO] Fetching org.eclipse.jetty.security.source_10.0.9.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (82.92kB)
[INFO] Fetching org.eclipse.jetty.server.source_10.0.9.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (430.62kB)
[INFO] Fetching org.eclipse.jetty.servlet.source_10.0.9.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (84.42kB)
[INFO] Fetching org.eclipse.jetty.util.source_10.0.9.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (339.86kB)
[INFO] Fetching org.eclipse.jetty.util.ajax.source_10.0.9.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (36.21kB)
[INFO] Fetching org.slf4j.api.source_1.7.30.v20200204-2150.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (67.32kB)
[INFO] Fetching org.eclipse.core.net.source_1.3.1200.v20220312-1450.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (39.64kB)
[INFO] Fetching org.eclipse.jdt_3.18.1200.v20220501-1800.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220501-1800/plugins/ (42.92kB)
[INFO] Fetching org.eclipse.ui.intro_3.6.500.v20220317-1346.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (344.71kB)
[INFO] Fetching org.eclipse.ui.cheatsheets_3.7.300.v20210507-0822.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (379kB)
[INFO] Fetching org.eclipse.jdt.annotation_1.2.0.v20210519-0438.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (15.08kB)
[INFO] Fetching org.eclipse.jdt.annotation_2.2.600.v20200408-1511.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (25.16kB)
[INFO] Fetching org.eclipse.jdt.apt.core_3.7.50.v20210914-1429.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (391.95kB)
[INFO] Fetching org.eclipse.jdt.apt.pluggable.core_1.3.0.v20210618-1653.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (39.9kB)
[INFO] Fetching org.eclipse.jdt.compiler.tool_1.3.150.v20220318-0906.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (102.22kB)
[INFO] Fetching org.eclipse.jdt.compiler.apt_1.4.100.v20220318-0906.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (220.82kB)
[INFO] Fetching org.eclipse.jdt.apt.ui_3.7.0.v20210620-1751.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (71.97kB)
[INFO] Fetching org.eclipse.jdt.core.formatterapp_1.1.0.v20210618-1653.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (12.61kB)
[INFO] Fetching org.eclipse.jdt.core.manipulation_1.16.100.v20220423-1830.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (1.93MB)
[INFO] Fetching org.eclipse.jdt.debug_3.19.200.v20220430-1851.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220430-1800/plugins/ (910.81kB)
[INFO] Fetching org.eclipse.search_3.14.100.v20220120-1549.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (489.96kB)
[INFO] Fetching org.eclipse.jdt.doc.isv_3.14.1600.v20220427-1616.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (9.02MB)
[INFO] Fetching org.eclipse.jdt.doc.user_3.15.1300.v20220302-1215.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (8.65MB)
[INFO] Fetching org.eclipse.jdt.junit.core_3.11.300.v20220317-1517.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (176.46kB)
[INFO] Fetching org.eclipse.jdt.junit.runtime_3.6.100.v20210708-1502.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (57.17kB)
[INFO] Fetching org.eclipse.jdt.junit4.runtime_1.2.0.v20210326-1251.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (26.27kB)
[INFO] Fetching org.eclipse.jdt.junit5.runtime_1.0.1500.v20220308-2347.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (25.16kB)
[INFO] Fetching org.junit.jupiter.api_5.8.1.v20211018-1956.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (219.09kB)
[INFO] Fetching org.junit.jupiter.engine_5.8.1.v20211018-1956.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (251.3kB)
[INFO] Fetching org.junit.jupiter.migrationsupport_5.8.1.v20211018-1956.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (44.28kB)
[INFO] Fetching org.junit.jupiter.params_5.8.1.v20211018-1956.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (608.75kB)
[INFO] Fetching org.junit.platform.commons_1.8.1.v20211018-1956.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (117.58kB)
[INFO] Fetching org.junit.platform.engine_1.8.1.v20211018-1956.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (208.15kB)
[INFO] Fetching org.junit.platform.launcher_1.8.1.v20211018-1956.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (180.42kB)
[INFO] Fetching org.junit.platform.runner_1.8.1.v20211018-1956.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (31.88kB)
[INFO] Fetching org.junit.platform.suite.api_1.8.1.v20211018-1956.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (38.14kB)
[INFO] Fetching org.junit.platform.suite.commons_1.8.1.v20211018-1956.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (30.68kB)
[INFO] Fetching org.junit.platform.suite.engine_1.8.1.v20211028-1957.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (38.41kB)
[INFO] Fetching org.junit.vintage.engine_5.8.1.v20211018-1956.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (83.87kB)
[INFO] Fetching org.opentest4j_1.2.0.v20211018-1956.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (21.6kB)
[INFO] Fetching org.eclipse.ltk.ui.refactoring_3.12.100.v20220329-1353.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (468.75kB)
[INFO] Fetching org.eclipse.ant.ui.source_3.8.200.v20220214-2001.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (610.05kB)
[INFO] Fetching org.eclipse.jdt.apt.core.source_3.7.50.v20210914-1429.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (356kB)
[INFO] Fetching org.eclipse.jdt.apt.ui.source_3.7.0.v20210620-1751.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (45.9kB)
[INFO] Fetching org.eclipse.jdt.apt.pluggable.core.source_1.3.0.v20210618-1653.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (33.87kB)
[INFO] Fetching org.eclipse.jdt.compiler.apt.source_1.4.100.v20220318-0906.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (135.96kB)
[INFO] Fetching org.eclipse.jdt.compiler.tool.source_1.3.150.v20220318-0906.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (51.55kB)
[INFO] Fetching org.eclipse.jdt.core.source_3.30.0.v20220428-0449.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (5.05MB)
[INFO] Fetching org.eclipse.jdt.core.formatterapp.source_1.1.0.v20210618-1653.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (10.89kB)
[INFO] Fetching org.eclipse.jdt.annotation.source_1.2.0.v20210519-0438.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (12.06kB)
[INFO] Fetching org.eclipse.jdt.annotation.source_2.2.600.v20200408-1511.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (17.86kB)
[INFO] Fetching org.eclipse.jdt.core.manipulation.source_1.16.100.v20220423-1830.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (1.16MB)
[INFO] Fetching org.eclipse.jdt.debug.ui.source_3.12.700.v20220412-1831.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (845.7kB)
[INFO] Fetching org.eclipse.jdt.debug.source_3.19.200.v20220430-1851.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220430-1800/plugins/ (770.37kB)
[INFO] Fetching org.eclipse.jdt.junit.source_3.14.100.v20220411-0722.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (194.19kB)
[INFO] Fetching org.eclipse.jdt.junit.core.source_3.11.300.v20220317-1517.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (114.01kB)
[INFO] Fetching org.eclipse.jdt.junit.runtime.source_3.6.100.v20210708-1502.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (45.8kB)
[INFO] Fetching org.eclipse.jdt.junit4.runtime.source_1.2.0.v20210326-1251.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (18.38kB)
[INFO] Fetching org.eclipse.jdt.junit5.runtime.source_1.0.1500.v20220308-2347.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (16.75kB)
[INFO] Fetching org.eclipse.jdt.launching.source_3.19.600.v20220409-1932.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (350.75kB)
[INFO] Fetching org.eclipse.jdt.ui.source_3.26.100.v20220429-2051.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220429-1800/plugins/ (5.4MB)
[INFO] Fetching org.junit.source_4.13.2.v20211018-1956.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (261.47kB)
[INFO] Fetching org.hamcrest.core.source_1.3.0.v20180420-1519.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (51.3kB)
[INFO] Fetching org.junit.jupiter.api.source_5.8.1.v20211018-1956.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (211.17kB)
[INFO] Fetching org.junit.jupiter.engine.source_5.8.1.v20211018-1956.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (146.42kB)
[INFO] Fetching org.junit.jupiter.migrationsupport.source_5.8.1.v20211018-1956.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (39.79kB)
[INFO] Fetching org.junit.jupiter.params.source_5.8.1.v20211018-1956.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (86.74kB)
[INFO] Fetching org.junit.platform.commons.source_1.8.1.v20211018-1956.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (91.89kB)
[INFO] Fetching org.junit.platform.engine.source_1.8.1.v20211018-1956.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (153.7kB)
[INFO] Fetching org.junit.platform.launcher.source_1.8.1.v20211018-1956.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (115.99kB)
[INFO] Fetching org.junit.platform.runner.source_1.8.1.v20211018-1956.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (26.45kB)
[INFO] Fetching org.junit.platform.suite.api.source_1.8.1.v20211018-1956.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (43.69kB)
[INFO] Fetching org.junit.platform.suite.commons.source_1.8.1.v20211018-1956.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (24.88kB)
[INFO] Fetching org.junit.platform.suite.engine.source_1.8.1.v20211028-1957.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (30.17kB)
[INFO] Fetching org.junit.vintage.engine.source_5.8.1.v20211018-1956.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (55.01kB)
[INFO] Fetching org.opentest4j.source_1.2.0.v20211018-1956.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (20.91kB)
[INFO] Fetching org.apiguardian.source_1.1.2.v20211018-1956.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (18.6kB)
[INFO] Fetching org.eclipse.ant.launching.source_1.3.300.v20220408-0629.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (128.18kB)
[INFO] Fetching org.eclipse.team.ui_3.9.300.v20220420-1133.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (1.42MB)
[INFO] Fetching org.eclipse.ui.navigator_3.10.200.v20211009-1706.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (423.11kB)
[INFO] Fetching org.eclipse.ui.navigator.resources_3.8.400.v20220203-1803.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (172.29kB)
[INFO] Fetching org.eclipse.jsch.core_1.3.900.v20200422-1935.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (40.73kB)
[INFO] Fetching org.eclipse.jsch.ui_1.4.100.v20210917-1201.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (93.7kB)
[INFO] Fetching org.eclipse.pde.ds.lib_1.1.500.v20210209-1250.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (32.2kB)
[INFO] Fetching org.eclipse.pde.api.tools_1.2.900.v20220423-1025.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (945.62kB)
[INFO] Fetching org.eclipse.pde.core_3.15.200.v20220411-2005.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (1.35MB)
[INFO] Fetching org.objectweb.asm_9.3.0.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (119.31kB)
[INFO] Fetching org.objectweb.asm.tree_9.3.0.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (51.43kB)
[INFO] Fetching org.eclipse.pde.api.tools.annotations_1.1.400.v20190929-1236.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (11.46kB)
[INFO] Fetching org.eclipse.pde.api.tools.ui_1.2.700.v20220329-0844.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (514.21kB)
[INFO] Fetching org.eclipse.pde.ui_3.13.500.v20220429-1532.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220429-1800/plugins/ (4.54MB)
[INFO] Fetching org.eclipse.pde.build_3.11.200.v20220323-1307.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (477.26kB)
[INFO] Fetching org.eclipse.pde.doc.user_3.14.1600.v20220427-1616.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (7.05MB)
[INFO] Fetching org.eclipse.pde.ds.annotations_1.2.400.v20220330-1406.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (145.39kB)
[INFO] Fetching org.eclipse.pde.ds.core_1.2.500.v20220411-2005.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (58.78kB)
[INFO] Fetching org.eclipse.pde.ds.ui_1.2.300.v20220310-2159.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (205.14kB)
[INFO] Fetching org.eclipse.pde.ds1_2.lib_1.0.500.v20210209-1250.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (28.62kB)
[INFO] Fetching org.eclipse.pde_3.13.1900.v20220501-1800.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220501-1800/plugins/ (67.74kB)
[INFO] Fetching org.eclipse.pde.junit.runtime_3.6.100.v20211112-1151.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (22.16kB)
[INFO] Fetching org.eclipse.pde.runtime_3.7.400.v20220317-2150.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (214.9kB)
[INFO] Fetching org.eclipse.pde.ui.templates_3.7.600.v20220430-0731.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220430-1800/plugins/ (579.34kB)
[INFO] Fetching org.eclipse.pde.launching_3.10.0.v20220427-1048.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (139.34kB)
[INFO] Fetching org.eclipse.pde.ua.core_1.2.300.v20211004-0555.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (112.59kB)
[INFO] Fetching org.eclipse.pde.ua.ui_1.2.400.v20220317-0700.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (450.72kB)
[INFO] Fetching org.eclipse.ui.trace_1.2.200.v20220310-2159.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (59.39kB)
[INFO] Fetching org.eclipse.pde.genericeditor.extension_1.1.200.v20211215-1038.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (87.78kB)
[INFO] Fetching org.eclipse.tools.layout.spy_1.1.0.v20210110-1247.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (43.28kB)
[INFO] Fetching org.eclipse.pde.spy.core_1.0.200.v20220331-1637.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (22.95kB)
[INFO] Fetching org.eclipse.pde.spy.model_0.12.200.v20211229-0835.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (16.13kB)
[INFO] Fetching org.eclipse.pde.spy.css_0.12.300.v20220330-0908.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (51.24kB)
[INFO] Fetching org.eclipse.pde.spy.preferences_0.12.300.v20220331-1637.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (59.5kB)
[INFO] Fetching org.eclipse.pde.spy.context_1.0.300.v20220310-2159.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (88.95kB)
[INFO] Fetching org.eclipse.pde.spy.bundle_0.12.100.v20220125-1245.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (42.98kB)
[INFO] Fetching org.eclipse.pde.build.source_3.11.200.v20220323-1307.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (317.15kB)
[INFO] Fetching org.eclipse.pde.core.source_3.15.200.v20220411-2005.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (1,011.32kB)
[INFO] Fetching org.eclipse.pde.junit.runtime.source_3.6.100.v20211112-1151.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (18.72kB)
[INFO] Fetching org.eclipse.pde.runtime.source_3.7.400.v20220317-2150.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (83.25kB)
[INFO] Fetching org.eclipse.pde.ui.source_3.13.500.v20220429-1532.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220429-1800/plugins/ (2.06MB)
[INFO] Fetching org.eclipse.pde.ui.templates.source_3.7.600.v20220430-0731.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220430-1800/plugins/ (110.89kB)
[INFO] Fetching org.eclipse.pde.api.tools.source_1.2.900.v20220423-1025.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (657.85kB)
[INFO] Fetching org.eclipse.pde.api.tools.annotations.source_1.1.400.v20190929-1236.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (12.56kB)
[INFO] Fetching org.eclipse.pde.api.tools.ui.source_1.2.700.v20220329-0844.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (250.48kB)
[INFO] Fetching org.eclipse.pde.ds.core.source_1.2.500.v20220411-2005.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (50.82kB)
[INFO] Fetching org.eclipse.pde.ds.ui.source_1.2.300.v20220310-2159.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (94.72kB)
[INFO] Fetching org.eclipse.pde.launching.source_3.10.0.v20220427-1048.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (96.37kB)
[INFO] Fetching org.eclipse.pde.ua.core.source_1.2.300.v20211004-0555.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (104.68kB)
[INFO] Fetching org.eclipse.pde.ua.ui.source_1.2.400.v20220317-0700.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (272.26kB)
[INFO] Fetching org.eclipse.ui.trace.source_1.2.200.v20220310-2159.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (51.76kB)
[INFO] Fetching org.eclipse.pde.ds.annotations.source_1.2.400.v20220330-1406.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (77.44kB)
[INFO] Fetching org.eclipse.pde.genericeditor.extension.source_1.1.200.v20211215-1038.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (63.3kB)
[INFO] Fetching org.eclipse.pde.ds.lib.source_1.1.500.v20210209-1250.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (29.97kB)
[INFO] Fetching org.eclipse.pde.ds1_2.lib.source_1.0.500.v20210209-1250.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (20.56kB)
[INFO] Fetching org.eclipse.tools.layout.spy.source_1.1.0.v20210110-1247.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (26.45kB)
[INFO] Fetching org.eclipse.pde.spy.core.source_1.0.200.v20220331-1637.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (17.32kB)
[INFO] Fetching org.eclipse.pde.spy.model.source_0.12.200.v20211229-0835.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (11.94kB)
[INFO] Fetching org.eclipse.pde.spy.css.source_0.12.300.v20220330-0908.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (23.94kB)
[INFO] Fetching org.eclipse.pde.spy.preferences.source_0.12.300.v20220331-1637.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (35.5kB)
[INFO] Fetching org.eclipse.pde.spy.context.source_1.0.300.v20220310-2159.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (24.88kB)
[INFO] Fetching org.eclipse.pde.spy.bundle.source_0.12.100.v20220125-1245.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (17.39kB)
[INFO] Fetching org.eclipse.ui.views.log_1.3.200.v20220310-1555.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (172.2kB)
[INFO] Fetching org.eclipse.ui.genericeditor_1.2.200.v20211217-1247.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (152.75kB)
[INFO] Fetching org.eclipse.platform_4.24.0.v20220501-1800.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220501-1800/plugins/ (685.91kB)
[INFO] Fetching org.eclipse.platform.doc.isv_4.24.0.v20220427-1616.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (38.79MB)
[INFO] Fetching org.eclipse.platform.doc.isv_4.24.0.v20220427-1616.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (21.24MB of 38.79MB at 21.23MB/s)
[INFO] Fetching org.eclipse.platform.doc.user_4.24.0.v20220304-1347.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (5.14MB)
[INFO] Fetching org.eclipse.text.quicksearch_1.1.300.v20211203-1705.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (95.68kB)
[INFO] Fetching org.eclipse.ui.intro.universal_3.4.200.v20210409-1747.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (2.09MB)
[INFO] Fetching org.eclipse.ui.monitoring_1.2.200.v20220429-1040.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220429-1800/plugins/ (59.91kB)
[INFO] Fetching org.eclipse.ui.net_1.4.0.v20210426-0838.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (45.24kB)
[INFO] Fetching org.eclipse.ui.ide.application_1.4.400.v20220326-0710.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (113.08kB)
[INFO] Fetching org.eclipse.ui.win32_3.4.400.v20200414-1247.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (22.27kB)
[INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.9.100.v20201223-1348.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (107.15kB)
[INFO] Fetching org.eclipse.ui.themes_1.2.1800.v20220316-1102.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (37.76kB)
[INFO] Fetching org.eclipse.ui.intro.quicklinks_1.1.100.v20210315-0954.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (23.47kB)
[INFO] Fetching org.eclipse.team.genericeditor.diff.extension_1.1.0.v20210426-0951.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (16.25kB)
[INFO] Fetching org.apache.ant.source_1.10.12.v20211102-1452.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (2.45MB)
[INFO] Fetching org.eclipse.ant.core.source_3.6.400.v20220317-1003.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (97.29kB)
[INFO] Fetching com.jcraft.jsch.source_0.1.55.v20190404-1902.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (294.21kB)
[INFO] Fetching org.eclipse.compare.core.source_3.6.1000.v20201020-1107.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (62.17kB)
[INFO] Fetching org.eclipse.compare.source_3.8.400.v20220420-1133.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (422.94kB)
[INFO] Fetching org.eclipse.compare.win32.source_1.2.800.v20200127-1343.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (23.06kB)
[INFO] Fetching org.eclipse.core.filebuffers.source_3.7.200.v20220202-1008.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (87.97kB)
[INFO] Fetching org.eclipse.core.filesystem.source_1.9.400.v20220419-0658.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (93.12kB)
[INFO] Fetching org.eclipse.core.net.win32.source_1.0.0.v20220312-1450.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (18.89kB)
[INFO] Fetching org.eclipse.core.net.win32.x86_64.source_1.1.600.v20220312-1450.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (7.41kB)
[INFO] Fetching org.eclipse.core.resources.source_3.17.0.v20220429-1403.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220429-1800/plugins/ (809.39kB)
[INFO] Fetching org.eclipse.debug.core.source_3.19.100.v20220324-0630.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (404.53kB)
[INFO] Fetching org.eclipse.debug.ui.source_3.16.100.v20220314-1449.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (1.68MB)
[INFO] Fetching org.eclipse.e4.ui.ide.source_3.16.100.v20220310-1350.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (10.77kB)
[INFO] Fetching org.eclipse.ltk.core.refactoring.source_3.12.100.v20210926-1112.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (295kB)
[INFO] Fetching org.eclipse.ltk.ui.refactoring.source_3.12.100.v20220329-1353.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (251.15kB)
[INFO] Fetching org.eclipse.platform.source_4.24.0.v20220501-1800.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220501-1800/plugins/ (10.67kB)
[INFO] Fetching org.eclipse.search.source_3.14.100.v20220120-1549.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (264.83kB)
[INFO] Fetching org.eclipse.text.quicksearch.source_1.1.300.v20211203-1705.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (59.44kB)
[INFO] Fetching org.eclipse.team.core.source_3.9.300.v20220204-0611.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (367.78kB)
[INFO] Fetching org.eclipse.team.ui.source_3.9.300.v20220420-1133.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (765.95kB)
[INFO] Fetching org.eclipse.text.source_3.12.0.v20210512-1644.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (279.35kB)
[INFO] Fetching org.eclipse.jface.text.source_3.20.100.v20220317-1324.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (817.42kB)
[INFO] Fetching org.eclipse.jsch.core.source_1.3.900.v20200422-1935.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (38.72kB)
[INFO] Fetching org.eclipse.jsch.ui.source_1.4.100.v20210917-1201.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (47.91kB)
[INFO] Fetching org.eclipse.ui.console.source_3.11.200.v20220324-0630.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (136.58kB)
[INFO] Fetching org.eclipse.ui.intro.source_3.6.500.v20220317-1346.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (253.74kB)
[INFO] Fetching org.eclipse.ui.intro.universal.source_3.4.200.v20210409-1747.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (57.06kB)
[INFO] Fetching org.eclipse.ui.cheatsheets.source_3.7.300.v20210507-0822.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (251.12kB)
[INFO] Fetching org.eclipse.ui.browser.source_3.7.100.v20211105-1434.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (96.94kB)
[INFO] Fetching org.eclipse.ui.genericeditor.source_1.2.200.v20211217-1247.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (94.38kB)
[INFO] Fetching org.eclipse.ui.monitoring.source_1.2.200.v20220429-1040.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220429-1800/plugins/ (45.18kB)
[INFO] Fetching org.eclipse.ui.navigator.source_3.10.200.v20211009-1706.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (308.86kB)
[INFO] Fetching org.eclipse.ui.navigator.resources.source_3.8.400.v20220203-1803.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (102.84kB)
[INFO] Fetching org.eclipse.ui.net.source_1.4.0.v20210426-0838.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (28.59kB)
[INFO] Fetching org.eclipse.ui.workbench.texteditor.source_3.16.500.v20220331-0848.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (443.48kB)
[INFO] Fetching org.eclipse.ui.views.source_3.11.100.v20210816-0811.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (80.24kB)
[INFO] Fetching org.eclipse.ui.editors.source_3.14.300.v20210913-0815.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (330.11kB)
[INFO] Fetching org.eclipse.ui.externaltools.source_3.5.100.v20210812-1118.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (77.56kB)
[INFO] Fetching org.eclipse.ui.ide.source_3.19.0.v20220429-1040.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220429-1800/plugins/ (1.23MB)
[INFO] Fetching org.eclipse.ui.ide.application.source_1.4.400.v20220326-0710.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (50.74kB)
[INFO] Fetching org.eclipse.ui.win32.source_3.4.400.v20200414-1247.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (15.6kB)
[INFO] Fetching org.eclipse.core.variables.source_3.5.100.v20210721-1355.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (37.7kB)
[INFO] Fetching org.eclipse.ui.forms.source_3.11.300.v20211022-1451.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (217.67kB)
[INFO] Fetching org.eclipse.ui.views.properties.tabbed.source_3.9.100.v20201223-1348.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (82.81kB)
[INFO] Fetching org.eclipse.core.externaltools.source_1.2.200.v20220125-2302.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (35.58kB)
[INFO] Fetching org.eclipse.ui.themes.source_1.2.1800.v20220316-1102.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (7.39kB)
[INFO] Fetching org.eclipse.ui.intro.quicklinks.source_1.1.100.v20210315-0954.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (18.24kB)
[INFO] Fetching org.eclipse.team.genericeditor.diff.extension.source_1.1.0.v20210426-0951.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (14.19kB)
[INFO] Fetching org.eclipse.ui.views.log.source_1.3.200.v20220310-1555.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (59.97kB)
[INFO] Fetching org.eclipse.debug.ui.launchview.source_1.0.200.v20220308-0315.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (42.27kB)
[INFO] Fetching org.eclipse.update.configurator_3.4.800.v20210415-1314.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (94.06kB)
[INFO] Fetching org.eclipse.rcp_4.24.0.v20220501-1800.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220501-1800/plugins/ (11.09kB)
[INFO] Fetching org.eclipse.help.source_3.9.100.v20210721-0601.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (180.01kB)
[INFO] Fetching org.eclipse.ui.source_3.201.0.v20220124-1108.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (145.79kB)
[INFO] Fetching org.eclipse.ui.workbench.source_3.125.100.v20220429-1040.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220429-1800/plugins/ (2.48MB)
[INFO] Fetching org.eclipse.update.configurator.source_3.4.800.v20210415-1314.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (76.41kB)
[INFO] Fetching com.ibm.icu.source_67.1.0.v20200706-1749.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (2.36MB)
[INFO] Fetching org.eclipse.sdk_4.24.0.v20220501-1800.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220501-1800/plugins/ (414.61kB)
[INFO] Fetching org.eclipse.swtbot.swt.finder_3.1.0.202106041005.jar.pack.gz from http://download.eclipse.org/technology/swtbot/releases/latest/plugins/ (256.76kB)
[INFO] Fetching net.bytebuddy.byte-buddy_1.12.9.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (3.66MB)
[INFO] Fetching org.objenesis_2.6.0.v20180420-1519.jar from http://download.eclipse.org/tools/orbit/downloads/drops2/R20211213173813/repository/plugins/ (71.25kB)
[INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.300.v20180828-0158.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (11.32kB)
[INFO] Fetching org.eclipse.core.net.linux_1.0.100.v20220111-1854.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (14.42kB)
[INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.500.v20220419-2255.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (84.05kB)
[INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.1.100.v20210108-1832.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (10.74kB)
[INFO] Fetching org.eclipse.swt.gtk.linux.x86_64.source_3.120.0.v20220429-2203.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220429-1800/plugins/ (1.82MB)
[INFO] Fetching org.eclipse.e4.ui.swt.gtk.source_1.1.100.v20210108-1832.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (9.48kB)
[INFO] Fetching org.eclipse.equinox.security.linux_1.0.200.v20210616-0726.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (23.39kB)
[INFO] Fetching org.eclipse.equinox.security.linux.source_1.0.200.v20210616-0726.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (19.13kB)
[INFO] Fetching org.eclipse.core.net.linux.source_1.0.100.v20220111-1854.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (11.42kB)
[INFO] Fetching org.eclipse.core.filesystem.macosx_1.3.300.v20210427-1937.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (25.6kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.600.v20200416-0656.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (29.62kB)
[INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.500.v20220419-2255.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (40.81kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa.source_0.12.600.v20200416-0656.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (23.86kB)
[INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64.source_3.120.0.v20220429-2203.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220429-1800/plugins/ (1.65MB)
[INFO] Fetching org.eclipse.equinox.security.macosx_1.101.400.v20210427-1958.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (28.06kB)
[INFO] Fetching org.eclipse.equinox.security.macosx.source_1.101.400.v20210427-1958.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (29.48kB)
[INFO] Fetching org.eclipse.jdt.launching.macosx_3.4.800.v20210915-0906.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (19.42kB)
[INFO] Fetching org.eclipse.jdt.launching.ui.macosx_1.2.900.v20210915-0906.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (58.78kB)
[INFO] Fetching org.eclipse.jdt.launching.macosx.source_3.4.800.v20210915-0906.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (17.61kB)
[INFO] Fetching org.eclipse.jdt.launching.ui.macosx.source_1.2.900.v20210915-0906.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (28.11kB)
[INFO] Fetching org.eclipse.ui.cocoa_1.2.400.v20191217-1850.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (9.54kB)
[INFO] Fetching org.eclipse.ui.cocoa.source_1.2.400.v20191217-1850.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/plugins/ (8.88kB)
[INFO] Fetching org.eclipse.e4.rcp_4.24.0.v20220430-0424.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220430-1800/features/ (21.07kB)
[INFO] Fetching org.eclipse.e4.rcp.source_4.24.0.v20220430-0424.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220430-1800/features/ (19.96kB)
[INFO] Fetching org.eclipse.ecf.core.feature_1.6.1.v20211005-1944.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/features/ (19.76kB)
[INFO] Fetching org.eclipse.ecf.core.feature.source_1.6.1.v20211005-1944.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/features/ (21.04kB)
[INFO] Fetching org.eclipse.ecf.core.ssl.feature_1.1.501.v20210409-2301.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/features/ (19.71kB)
[INFO] Fetching org.eclipse.ecf.core.ssl.feature.source_1.1.501.v20210409-2301.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/features/ (21.07kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.feature_3.14.1800.v20220215-0126.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/features/ (27.83kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.feature.source_3.14.1800.v20220215-0126.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/features/ (29.23kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.httpclient5.feature_1.1.600.v20220215-0126.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/features/ (27.9kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.httpclient5.feature.source_1.1.600.v20220215-0126.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/features/ (29.35kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature_1.1.401.v20210409-2301.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/features/ (23.74kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature.source_1.1.401.v20210409-2301.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/features/ (25.15kB)
[INFO] Fetching org.eclipse.emf.common_2.26.0.v20220325-0806.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/features/ (19.07kB)
[INFO] Fetching org.eclipse.emf.common.source_2.26.0.v20220325-0806.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/features/ (20.25kB)
[INFO] Fetching org.eclipse.emf.databinding.edit_1.9.0.v20210924-1718.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/features/ (19.1kB)
[INFO] Fetching org.eclipse.emf.databinding.edit.source_1.9.0.v20210924-1718.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/features/ (20.34kB)
[INFO] Fetching org.eclipse.emf.databinding_1.8.0.v20210924-1718.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/features/ (19.08kB)
[INFO] Fetching org.eclipse.emf.databinding.source_1.8.0.v20210924-1718.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/features/ (20.28kB)
[INFO] Fetching org.eclipse.emf.ecore_2.28.0.v20220426-0617.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/features/ (19.14kB)
[INFO] Fetching org.eclipse.emf.ecore.source_2.28.0.v20220426-0617.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/features/ (20.29kB)
[INFO] Fetching org.eclipse.emf.edit_2.18.0.v20220201-1551.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/features/ (19.06kB)
[INFO] Fetching org.eclipse.emf.edit.source_2.18.0.v20220201-1551.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/features/ (20.22kB)
[INFO] Fetching org.eclipse.equinox.p2.core.feature_1.6.1400.v20220426-1329.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/features/ (19.68kB)
[INFO] Fetching org.eclipse.equinox.p2.core.feature.source_1.6.1400.v20220426-1329.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/features/ (19.49kB)
[INFO] Fetching org.eclipse.equinox.p2.discovery.feature_1.2.1100.v20220210-1157.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/features/ (19.06kB)
[INFO] Fetching org.eclipse.equinox.p2.extras.feature_1.4.1600.v20220426-1329.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/features/ (19.13kB)
[INFO] Fetching org.eclipse.equinox.p2.extras.feature.source_1.4.1600.v20220426-1329.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/features/ (19.2kB)
[INFO] Fetching org.eclipse.equinox.p2.rcp.feature_1.4.1600.v20220426-1329.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/features/ (19.07kB)
[INFO] Fetching org.eclipse.equinox.p2.rcp.feature.source_1.4.1600.v20220426-1329.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/features/ (19.16kB)
[INFO] Fetching org.eclipse.equinox.p2.user.ui_2.4.1600.v20220426-1329.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/features/ (18.94kB)
[INFO] Fetching org.eclipse.equinox.p2.user.ui.source_2.4.1600.v20220426-1329.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220428-0310/features/ (19.13kB)
[INFO] Fetching org.eclipse.help_2.3.1000.v20220501-1800.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220501-1800/features/ (19.55kB)
[INFO] Fetching org.eclipse.help.source_2.3.1000.v20220501-1800.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220501-1800/features/ (18.84kB)
[INFO] Fetching org.eclipse.jdt_3.18.1200.v20220501-1800.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220501-1800/features/ (19.76kB)
[INFO] Fetching org.eclipse.jdt.source_3.18.1200.v20220501-1800.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220501-1800/features/ (19.11kB)
[INFO] Fetching org.eclipse.license_2.0.2.v20181016-2210.jar from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/features/ (13.05kB)
[INFO] Fetching org.eclipse.pde_3.14.1200.v20220501-1800.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220501-1800/features/ (19.57kB)
[INFO] Fetching org.eclipse.pde.source_3.14.1200.v20220501-1800.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220501-1800/features/ (18.98kB)
[INFO] Fetching org.eclipse.platform_4.24.0.v20220501-1800.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220501-1800/features/ (20.65kB)
[INFO] Fetching org.eclipse.platform_root_4.24.0.v20220501-1800 from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220501-1800/binary/ (196B)
[INFO] Fetching org.eclipse.platform.source_4.24.0.v20220501-1800.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220501-1800/features/ (20.23kB)
[INFO] Fetching org.eclipse.rcp_4.24.0.v20220501-1800.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220501-1800/features/ (19.16kB)
[INFO] Fetching org.eclipse.rcp_root_4.24.0.v20220501-1800 from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220501-1800/binary/ (20.23kB)
[INFO] Fetching org.eclipse.rcp.source_4.24.0.v20220501-1800.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220501-1800/features/ (19.21kB)
[INFO] Fetching org.eclipse.sdk_4.24.0.v20220501-1800.jar from http://download.eclipse.org/eclipse/updates/4.24-I-builds/I20220501-1800/features/ (22.83kB)
[INFO] Fetching org.eclipse.userstorage_1.2.0.v20210517-0327.jar from http://download.eclipse.org/usssdk/drops/release/1.2.2/features/ (19kB)
[INFO] Computing target platform for MavenProject: org.eclipse.epp.mpc:org.eclipse.epp.mpc.tests.catalog:1.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests.catalog/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.epp.mpc:org.eclipse.epp.mpc.tests.catalog:1.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests.catalog/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.epp.mpc:org.eclipse.epp.mpc.tests.catalog:1.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests.catalog/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.epp.mpc:org.eclipse.epp.mpc.ui:1.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.epp.mpc:org.eclipse.epp.mpc.ui:1.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.epp.mpc:org.eclipse.epp.mpc.ui:1.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.epp.mpc:org.eclipse.epp.mpc.ui.css:1.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui.css/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.epp.mpc:org.eclipse.epp.mpc.ui.css:1.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui.css/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.epp.mpc:org.eclipse.epp.mpc.ui.css:1.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui.css/pom.xml
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] org.eclipse.epp.mpc-target                                         [pom]
[INFO] org.eclipse.epp.mpc.core                                [eclipse-plugin]
[INFO] org.eclipse.epp.mpc.core.win32                          [eclipse-plugin]
[INFO] org.eclipse.epp.mpc.dependencies                       [eclipse-feature]
[INFO] org.eclipse.epp.mpc.ui.css                              [eclipse-plugin]
[INFO] org.eclipse.epp.mpc.ui                                  [eclipse-plugin]
[INFO] org.eclipse.epp.mpc.help.ui                             [eclipse-plugin]
[INFO] org.eclipse.epp.mpc                                    [eclipse-feature]
[INFO] EPP Marketplace Client                              [eclipse-repository]
[INFO] org.eclipse.epp.mpc.tests                          [eclipse-test-plugin]
[INFO] org.eclipse.epp.mpc.tests.catalog                       [eclipse-plugin]
[INFO] org.eclipse.epp.mpc-root                                           [pom]
[INFO] 
[INFO] -----------< org.eclipse.epp.mpc:org.eclipse.epp.mpc-target >-----------
[INFO] Building org.eclipse.epp.mpc-target 1.10.0-SNAPSHOT               [1/12]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.mpc-target ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java) @ org.eclipse.epp.mpc-target ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.2.0:attach-artifact (attach-artifacts) @ org.eclipse.epp.mpc-target ---
[INFO] 
[INFO] ------------< org.eclipse.epp.mpc:org.eclipse.epp.mpc.core >------------
[INFO] Building org.eclipse.epp.mpc.core 1.10.0-SNAPSHOT                 [2/12]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.mpc.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.epp.mpc.core ---
[INFO] The project's OSGi version is 1.10.0.v20220502-0731
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-id (default-validate-id) @ org.eclipse.epp.mpc.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-version (default-validate-version) @ org.eclipse.epp.mpc.core ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java) @ org.eclipse.epp.mpc.core ---
[INFO] 
[INFO] --- target-platform-configuration:2.6.0:target-platform (default-target-platform) @ org.eclipse.epp.mpc.core ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.epp.mpc.core ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] Using 'ISO-8859-1' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:compile (default-compile) @ org.eclipse.epp.mpc.core ---
[INFO] Compiling 122 source files to /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.core/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.epp.mpc.core ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] Using 'ISO-8859-1' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.core/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:testCompile (default-testCompile) @ org.eclipse.epp.mpc.core ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.epp.mpc.core ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-source-plugin:2.6.0:plugin-source (attach-source) @ org.eclipse.epp.mpc.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.core/target/org.eclipse.epp.mpc.core-1.10.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:package-plugin (default-package-plugin) @ org.eclipse.epp.mpc.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.core/target/org.eclipse.epp.mpc.core-1.10.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.mpc.core ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.epp.mpc.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.core/target/org.eclipse.epp.mpc.core-1.10.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.core/target/org.eclipse.epp.mpc.core-1.10.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.epp.mpc.core ---
[INFO] 
[INFO] --- tycho-surefire-plugin:2.6.0:integration-test (default-integration-test) @ org.eclipse.epp.mpc.core ---
[INFO] Skipping tests
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.epp.mpc.core ---
[INFO] Tests are skipped.
[INFO] 
[INFO] >>> spotbugs-maven-plugin:3.1.12.2:check (default) > :spotbugs @ org.eclipse.epp.mpc.core >>>
[INFO] 
[INFO] --- spotbugs-maven-plugin:3.1.12.2:spotbugs (spotbugs) @ org.eclipse.epp.mpc.core ---
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.codehaus.groovy.reflection.ReflectionUtils (file:/home/jenkins/agent/workspace/epp-mpc-release/.repository/org/codehaus/groovy/groovy/3.0.0-beta-2/groovy-3.0.0-beta-2-indy.jar) to method java.util.Collections$UnmodifiableCollection.toString()
WARNING: Please consider reporting this to the maintainers of org.codehaus.groovy.reflection.ReflectionUtils
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
[INFO] Fork Value is true
     [java] Warnings generated: 22
[INFO] Done SpotBugs Analysis....
[INFO] 
[INFO] <<< spotbugs-maven-plugin:3.1.12.2:check (default) < :spotbugs @ org.eclipse.epp.mpc.core <<<
[INFO] 
[INFO] 
[INFO] --- spotbugs-maven-plugin:3.1.12.2:check (default) @ org.eclipse.epp.mpc.core ---
[INFO] BugInstance size is 22
[INFO] Error size is 0
[INFO] Total bugs: 22
[ERROR] Load of known null value in org.eclipse.epp.internal.mpc.core.MarketplaceClientCore.error(String, Throwable) [org.eclipse.epp.internal.mpc.core.MarketplaceClientCore] At MarketplaceClientCore.java:[line 60] NP_LOAD_OF_KNOWN_NULL_VALUE
[ERROR] Inconsistent synchronization of org.eclipse.epp.internal.mpc.core.ServiceLocator.favoritesServiceTracker; locked 50% of time [org.eclipse.epp.internal.mpc.core.ServiceLocator, org.eclipse.epp.internal.mpc.core.ServiceLocator, org.eclipse.epp.internal.mpc.core.ServiceLocator, org.eclipse.epp.internal.mpc.core.ServiceLocator, org.eclipse.epp.internal.mpc.core.ServiceLocator, org.eclipse.epp.internal.mpc.core.ServiceLocator, org.eclipse.epp.internal.mpc.core.ServiceLocator, org.eclipse.epp.internal.mpc.core.ServiceLocator, org.eclipse.epp.internal.mpc.core.ServiceLocator, org.eclipse.epp.internal.mpc.core.ServiceLocator] Unsynchronized access at ServiceLocator.java:[line 307]Unsynchronized access at ServiceLocator.java:[line 493]Unsynchronized access at ServiceLocator.java:[line 517]Unsynchronized access at ServiceLocator.java:[line 470]Unsynchronized access at ServiceLocator.java:[line 182]Synchronized access at ServiceLocator.java:[line 421]Synchronized access at ServiceLocator.java:[line 453]Synchronized access at ServiceLocator.java:[line 569]Synchronized access at ServiceLocator.java:[line 570]Synchronized access at ServiceLocator.java:[line 571] IS2_INCONSISTENT_SYNC
[ERROR] Inconsistent synchronization of org.eclipse.epp.internal.mpc.core.ServiceLocator.marketplaceServiceTracker; locked 85% of time [org.eclipse.epp.internal.mpc.core.ServiceLocator, org.eclipse.epp.internal.mpc.core.ServiceLocator, org.eclipse.epp.internal.mpc.core.ServiceLocator, org.eclipse.epp.internal.mpc.core.ServiceLocator, org.eclipse.epp.internal.mpc.core.ServiceLocator, org.eclipse.epp.internal.mpc.core.ServiceLocator, org.eclipse.epp.internal.mpc.core.ServiceLocator] Unsynchronized access at ServiceLocator.java:[line 199]Synchronized access at ServiceLocator.java:[line 380]Synchronized access at ServiceLocator.java:[line 381]Synchronized access at ServiceLocator.java:[line 229]Synchronized access at ServiceLocator.java:[line 577]Synchronized access at ServiceLocator.java:[line 578]Synchronized access at ServiceLocator.java:[line 579] IS2_INCONSISTENT_SYNC
[ERROR] Redundant nullcheck of registration, which is known to be non-null in org.eclipse.epp.internal.mpc.core.ServiceLocator.unbindFromUserFavoritesService(ServiceReference, ServiceReference, IMarketplaceStorageService) [org.eclipse.epp.internal.mpc.core.ServiceLocator] Redundant null check at ServiceLocator.java:[line 541] RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE
[ERROR] Unwritten field: org.eclipse.epp.internal.mpc.core.ServiceLocator.catalogService [org.eclipse.epp.internal.mpc.core.ServiceLocator] At ServiceLocator.java:[line 599] UWF_UNWRITTEN_FIELD
[ERROR] org.eclipse.epp.internal.mpc.core.model.Node.getChanged() may expose internal representation by returning Node.changed [org.eclipse.epp.internal.mpc.core.model.Node] At Node.java:[line 187] EI_EXPOSE_REP
[ERROR] org.eclipse.epp.internal.mpc.core.model.Node.getCreated() may expose internal representation by returning Node.created [org.eclipse.epp.internal.mpc.core.model.Node] At Node.java:[line 175] EI_EXPOSE_REP
[ERROR] org.eclipse.epp.internal.mpc.core.model.Node.setChanged(Date) may expose internal representation by storing an externally mutable object into Node.changed [org.eclipse.epp.internal.mpc.core.model.Node] At Node.java:[line 191] EI_EXPOSE_REP2
[ERROR] org.eclipse.epp.internal.mpc.core.model.Node.setCreated(Date) may expose internal representation by storing an externally mutable object into Node.created [org.eclipse.epp.internal.mpc.core.model.Node] At Node.java:[line 179] EI_EXPOSE_REP2
[ERROR] Redundant nullcheck of userFavoritesService, which is known to be non-null in org.eclipse.epp.internal.mpc.core.service.DefaultMarketplaceService.userFavorites(List, IProgressMonitor) [org.eclipse.epp.internal.mpc.core.service.DefaultMarketplaceService] Redundant null check at DefaultMarketplaceService.java:[line 652] RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE
[ERROR] Inconsistent synchronization of org.eclipse.epp.internal.mpc.core.service.MarketplaceStorageService.storage; locked 80% of time [org.eclipse.epp.internal.mpc.core.service.MarketplaceStorageService, org.eclipse.epp.internal.mpc.core.service.MarketplaceStorageService, org.eclipse.epp.internal.mpc.core.service.MarketplaceStorageService, org.eclipse.epp.internal.mpc.core.service.MarketplaceStorageService, org.eclipse.epp.internal.mpc.core.service.MarketplaceStorageService] Unsynchronized access at MarketplaceStorageService.java:[line 151]Synchronized access at MarketplaceStorageService.java:[line 92]Synchronized access at MarketplaceStorageService.java:[line 144]Synchronized access at MarketplaceStorageService.java:[line 147]Synchronized access at MarketplaceStorageService.java:[line 145] IS2_INCONSISTENT_SYNC
[ERROR] Exceptional return value of java.io.File.mkdirs() ignored in org.eclipse.epp.internal.mpc.core.service.MarketplaceStorageService.ensureTmpdirExists() [org.eclipse.epp.internal.mpc.core.service.MarketplaceStorageService] At MarketplaceStorageService.java:[line 134] RV_RETURN_VALUE_IGNORED_BAD_PRACTICE
[ERROR] org.eclipse.epp.internal.mpc.core.service.MarketplaceStorageService.getServiceUri() is unsynchronized, org.eclipse.epp.internal.mpc.core.service.MarketplaceStorageService.setServiceUri(URI) is synchronized [org.eclipse.epp.internal.mpc.core.service.MarketplaceStorageService] At MarketplaceStorageService.java:[line 84] UG_SYNC_SET_UNSYNC_GET
[ERROR] Exception is caught when Exception is not thrown in org.eclipse.epp.internal.mpc.core.service.MarketplaceUnmarshaller.createContentInfo(ByteBuffer) [org.eclipse.epp.internal.mpc.core.service.MarketplaceUnmarshaller] At MarketplaceUnmarshaller.java:[line 149] REC_CATCH_EXCEPTION
[ERROR] org.eclipse.epp.internal.mpc.core.service.RemoteMarketplaceService.addMetaParameters(String) concatenates strings using + in a loop [org.eclipse.epp.internal.mpc.core.service.RemoteMarketplaceService] At RemoteMarketplaceService.java:[line 220] SBSC_USE_STRINGBUFFER_CONCATENATION
[ERROR] The class name org.eclipse.epp.internal.mpc.core.service.ServiceUnavailableException shadows the simple name of the superclass org.eclipse.epp.mpc.core.service.ServiceUnavailableException [org.eclipse.epp.internal.mpc.core.service.ServiceUnavailableException] At ServiceUnavailableException.java:[lines 29-30] NM_SAME_SIMPLE_NAME_AS_SUPERCLASS
[ERROR] Redundant nullcheck of bytes, which is known to be non-null in org.eclipse.epp.internal.mpc.core.service.UserFavoritesService$AbstractJSONListRequest.read(InputStream, Charset) [org.eclipse.epp.internal.mpc.core.service.UserFavoritesService$AbstractJSONListRequest] Redundant null check at UserFavoritesService.java:[line 642] RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE
[ERROR] org.eclipse.epp.internal.mpc.core.service.xml.UnmarshalContentHandler.toBoolean(String) has Boolean return type and returns explicit null [org.eclipse.epp.internal.mpc.core.service.xml.UnmarshalContentHandler, org.eclipse.epp.internal.mpc.core.service.xml.UnmarshalContentHandler] At UnmarshalContentHandler.java:[line 118]Another occurrence at UnmarshalContentHandler.java:[line 122] NP_BOOLEAN_RETURN_NULL
[ERROR] Exception is caught when Exception is not thrown in org.eclipse.epp.internal.mpc.core.util.Eclipse36TransportFactory.getTransportService() [org.eclipse.epp.internal.mpc.core.util.Eclipse36TransportFactory] At Eclipse36TransportFactory.java:[line 40] REC_CATCH_EXCEPTION
[ERROR] org.eclipse.epp.internal.mpc.core.util.FallbackTransportFactory$FallbackTransport.tryBuffer(BufferedInputStream) ignores result of java.io.BufferedInputStream.read(byte[]) [org.eclipse.epp.internal.mpc.core.util.FallbackTransportFactory$FallbackTransport] At FallbackTransportFactory.java:[line 119] RR_NOT_CHECKED
[ERROR] The class name org.eclipse.epp.internal.mpc.core.util.ITransport shadows the simple name of implemented interface org.eclipse.epp.mpc.core.service.ITransport [org.eclipse.epp.internal.mpc.core.util.ITransport] In ITransport.java NM_SAME_SIMPLE_NAME_AS_INTERFACE
[ERROR] org.eclipse.epp.internal.mpc.core.util.TextUtil.stripHtmlMarkup(String) concatenates strings using + in a loop [org.eclipse.epp.internal.mpc.core.util.TextUtil] At TextUtil.java:[line 44] SBSC_USE_STRINGBUFFER_CONCATENATION
[INFO] 


To see bug detail using the Spotbugs GUI, use the following command "mvn spotbugs:gui"



[INFO] 
[INFO] >>> maven-pmd-plugin:3.13.0:cpd-check (default) > :cpd @ org.eclipse.epp.mpc.core >>>
[INFO] 
[INFO] --- maven-pmd-plugin:3.13.0:cpd (cpd) @ org.eclipse.epp.mpc.core ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] <<< maven-pmd-plugin:3.13.0:cpd-check (default) < :cpd @ org.eclipse.epp.mpc.core <<<
[INFO] 
[INFO] 
[INFO] --- maven-pmd-plugin:3.13.0:cpd-check (default) @ org.eclipse.epp.mpc.core ---
[INFO] PMD version: 6.21.0
[INFO] You have 2 CPD duplications. For more details see: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.core/target/cpd.xml
[INFO] 
[INFO] ---------< org.eclipse.epp.mpc:org.eclipse.epp.mpc.core.win32 >---------
[INFO] Building org.eclipse.epp.mpc.core.win32 1.10.0-SNAPSHOT           [3/12]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.mpc.core.win32 ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.epp.mpc.core.win32 ---
[INFO] The project's OSGi version is 1.10.0.v20220502-0731
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-id (default-validate-id) @ org.eclipse.epp.mpc.core.win32 ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-version (default-validate-version) @ org.eclipse.epp.mpc.core.win32 ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java) @ org.eclipse.epp.mpc.core.win32 ---
[INFO] 
[INFO] --- target-platform-configuration:2.6.0:target-platform (default-target-platform) @ org.eclipse.epp.mpc.core.win32 ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.epp.mpc.core.win32 ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] Using 'ISO-8859-1' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.core.win32/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:compile (default-compile) @ org.eclipse.epp.mpc.core.win32 ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.core.win32/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.epp.mpc.core.win32 ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] Using 'ISO-8859-1' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.core.win32/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:testCompile (default-testCompile) @ org.eclipse.epp.mpc.core.win32 ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.epp.mpc.core.win32 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-source-plugin:2.6.0:plugin-source (attach-source) @ org.eclipse.epp.mpc.core.win32 ---
[INFO] Building jar: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.core.win32/target/org.eclipse.epp.mpc.core.win32-1.10.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:package-plugin (default-package-plugin) @ org.eclipse.epp.mpc.core.win32 ---
[INFO] Building jar: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.core.win32/target/org.eclipse.epp.mpc.core.win32-1.10.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.mpc.core.win32 ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.epp.mpc.core.win32 ---
[INFO] Signing jar: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.core.win32/target/org.eclipse.epp.mpc.core.win32-1.10.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.core.win32/target/org.eclipse.epp.mpc.core.win32-1.10.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.epp.mpc.core.win32 ---
[INFO] 
[INFO] --- tycho-surefire-plugin:2.6.0:integration-test (default-integration-test) @ org.eclipse.epp.mpc.core.win32 ---
[INFO] Skipping tests
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.epp.mpc.core.win32 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] >>> spotbugs-maven-plugin:3.1.12.2:check (default) > :spotbugs @ org.eclipse.epp.mpc.core.win32 >>>
[INFO] 
[INFO] --- spotbugs-maven-plugin:3.1.12.2:spotbugs (spotbugs) @ org.eclipse.epp.mpc.core.win32 ---
[INFO] Fork Value is true
     [java] Warnings generated: 1
[INFO] Done SpotBugs Analysis....
[INFO] 
[INFO] <<< spotbugs-maven-plugin:3.1.12.2:check (default) < :spotbugs @ org.eclipse.epp.mpc.core.win32 <<<
[INFO] 
[INFO] 
[INFO] --- spotbugs-maven-plugin:3.1.12.2:check (default) @ org.eclipse.epp.mpc.core.win32 ---
[INFO] BugInstance size is 1
[INFO] Error size is 0
[INFO] Total bugs: 1
[ERROR] Incorrect lazy initialization of static field org.eclipse.epp.internal.mpc.core.transport.httpclient.win32.WinClientBuilderCustomizer.winAuthAvailable in org.eclipse.epp.internal.mpc.core.transport.httpclient.win32.WinClientBuilderCustomizer.isWinAuthAvailable() [org.eclipse.epp.internal.mpc.core.transport.httpclient.win32.WinClientBuilderCustomizer] At WinClientBuilderCustomizer.java:[lines 49-52] LI_LAZY_INIT_STATIC
[INFO] 


To see bug detail using the Spotbugs GUI, use the following command "mvn spotbugs:gui"



[INFO] 
[INFO] >>> maven-pmd-plugin:3.13.0:cpd-check (default) > :cpd @ org.eclipse.epp.mpc.core.win32 >>>
[INFO] 
[INFO] --- maven-pmd-plugin:3.13.0:cpd (cpd) @ org.eclipse.epp.mpc.core.win32 ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] <<< maven-pmd-plugin:3.13.0:cpd-check (default) < :cpd @ org.eclipse.epp.mpc.core.win32 <<<
[INFO] 
[INFO] 
[INFO] --- maven-pmd-plugin:3.13.0:cpd-check (default) @ org.eclipse.epp.mpc.core.win32 ---
[INFO] PMD version: 6.21.0
[INFO] 
[INFO] 
[INFO] --------< org.eclipse.epp.mpc:org.eclipse.epp.mpc.dependencies >--------
[INFO] Building org.eclipse.epp.mpc.dependencies 1.10.0-SNAPSHOT         [4/12]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.mpc.dependencies ---
[INFO] Deleting /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.dependencies.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.epp.mpc.dependencies ---
[INFO] The project's OSGi version is 1.10.0.v20220502-0731
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-id (default-validate-id) @ org.eclipse.epp.mpc.dependencies ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-version (default-validate-version) @ org.eclipse.epp.mpc.dependencies ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java) @ org.eclipse.epp.mpc.dependencies ---
[INFO] 
[INFO] --- target-platform-configuration:2.6.0:target-platform (default-target-platform) @ org.eclipse.epp.mpc.dependencies ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:package-feature (default-package-feature) @ org.eclipse.epp.mpc.dependencies ---
[INFO] Building jar: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.dependencies.feature/target/org.eclipse.epp.mpc.dependencies-1.10.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.mpc.dependencies ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.epp.mpc.dependencies ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.6.0:source-feature (source-feature) @ org.eclipse.epp.mpc.dependencies ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] Building jar: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.dependencies.feature/target/org.eclipse.epp.mpc.dependencies-1.10.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.epp.mpc.dependencies ---
[INFO] Signing jar: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.dependencies.feature/target/org.eclipse.epp.mpc.dependencies-1.10.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.dependencies.feature/target/org.eclipse.epp.mpc.dependencies-1.10.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.epp.mpc.dependencies ---
[WARNING] artifact org.eclipse.epp.mpc:org.eclipse.epp.mpc.dependencies:xml:p2metadata:1.10.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.epp.mpc:org.eclipse.epp.mpc.dependencies:xml:p2artifacts:1.10.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] -----------< org.eclipse.epp.mpc:org.eclipse.epp.mpc.ui.css >-----------
[INFO] Building org.eclipse.epp.mpc.ui.css 1.10.0-SNAPSHOT               [5/12]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.mpc.ui.css ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.epp.mpc.ui.css ---
[INFO] The project's OSGi version is 1.10.0.v20220502-0731
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-id (default-validate-id) @ org.eclipse.epp.mpc.ui.css ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-version (default-validate-version) @ org.eclipse.epp.mpc.ui.css ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java) @ org.eclipse.epp.mpc.ui.css ---
[INFO] 
[INFO] --- target-platform-configuration:2.6.0:target-platform (default-target-platform) @ org.eclipse.epp.mpc.ui.css ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.epp.mpc.ui.css ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] Using 'ISO-8859-1' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui.css/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:compile (default-compile) @ org.eclipse.epp.mpc.ui.css ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui.css/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.epp.mpc.ui.css ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] Using 'ISO-8859-1' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui.css/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:testCompile (default-testCompile) @ org.eclipse.epp.mpc.ui.css ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.epp.mpc.ui.css ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-source-plugin:2.6.0:plugin-source (attach-source) @ org.eclipse.epp.mpc.ui.css ---
[INFO] Building jar: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui.css/target/org.eclipse.epp.mpc.ui.css-1.10.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:package-plugin (default-package-plugin) @ org.eclipse.epp.mpc.ui.css ---
[INFO] Building jar: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui.css/target/org.eclipse.epp.mpc.ui.css-1.10.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.mpc.ui.css ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.epp.mpc.ui.css ---
[INFO] Signing jar: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui.css/target/org.eclipse.epp.mpc.ui.css-1.10.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui.css/target/org.eclipse.epp.mpc.ui.css-1.10.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.epp.mpc.ui.css ---
[INFO] 
[INFO] --- tycho-surefire-plugin:2.6.0:integration-test (default-integration-test) @ org.eclipse.epp.mpc.ui.css ---
[INFO] Skipping tests
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.epp.mpc.ui.css ---
[INFO] Tests are skipped.
[INFO] 
[INFO] >>> spotbugs-maven-plugin:3.1.12.2:check (default) > :spotbugs @ org.eclipse.epp.mpc.ui.css >>>
[INFO] 
[INFO] --- spotbugs-maven-plugin:3.1.12.2:spotbugs (spotbugs) @ org.eclipse.epp.mpc.ui.css ---
[INFO] Fork Value is true
     [java] Warnings generated: 1
[INFO] Done SpotBugs Analysis....
[INFO] 
[INFO] <<< spotbugs-maven-plugin:3.1.12.2:check (default) < :spotbugs @ org.eclipse.epp.mpc.ui.css <<<
[INFO] 
[INFO] 
[INFO] --- spotbugs-maven-plugin:3.1.12.2:check (default) @ org.eclipse.epp.mpc.ui.css ---
[INFO] BugInstance size is 1
[INFO] Error size is 0
[INFO] Total bugs: 1
[ERROR] Exception is caught when Exception is not thrown in org.eclipse.epp.internal.mpc.ui.css.GradientCanvasElement$GradientCanvasAccess.read(GradientCanvas) [org.eclipse.epp.internal.mpc.ui.css.GradientCanvasElement$GradientCanvasAccess] At GradientCanvasElement.java:[line 103] REC_CATCH_EXCEPTION
[INFO] 


To see bug detail using the Spotbugs GUI, use the following command "mvn spotbugs:gui"



[INFO] 
[INFO] >>> maven-pmd-plugin:3.13.0:cpd-check (default) > :cpd @ org.eclipse.epp.mpc.ui.css >>>
[INFO] 
[INFO] --- maven-pmd-plugin:3.13.0:cpd (cpd) @ org.eclipse.epp.mpc.ui.css ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] <<< maven-pmd-plugin:3.13.0:cpd-check (default) < :cpd @ org.eclipse.epp.mpc.ui.css <<<
[INFO] 
[INFO] 
[INFO] --- maven-pmd-plugin:3.13.0:cpd-check (default) @ org.eclipse.epp.mpc.ui.css ---
[INFO] PMD version: 6.21.0
[INFO] 
[INFO] 
[INFO] -------------< org.eclipse.epp.mpc:org.eclipse.epp.mpc.ui >-------------
[INFO] Building org.eclipse.epp.mpc.ui 1.10.0-SNAPSHOT                   [6/12]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.mpc.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.epp.mpc.ui ---
[INFO] The project's OSGi version is 1.10.0.v20220502-0731
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-id (default-validate-id) @ org.eclipse.epp.mpc.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-version (default-validate-version) @ org.eclipse.epp.mpc.ui ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java) @ org.eclipse.epp.mpc.ui ---
[INFO] 
[INFO] --- target-platform-configuration:2.6.0:target-platform (default-target-platform) @ org.eclipse.epp.mpc.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.epp.mpc.ui ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] Using 'ISO-8859-1' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:compile (default-compile) @ org.eclipse.epp.mpc.ui ---
[INFO] Compiling 129 source files to /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.epp.mpc.ui ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] Using 'ISO-8859-1' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:testCompile (default-testCompile) @ org.eclipse.epp.mpc.ui ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.epp.mpc.ui ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-source-plugin:2.6.0:plugin-source (attach-source) @ org.eclipse.epp.mpc.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/target/org.eclipse.epp.mpc.ui-1.10.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:package-plugin (default-package-plugin) @ org.eclipse.epp.mpc.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/target/org.eclipse.epp.mpc.ui-1.10.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.mpc.ui ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.epp.mpc.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/target/org.eclipse.epp.mpc.ui-1.10.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/target/org.eclipse.epp.mpc.ui-1.10.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.epp.mpc.ui ---
[INFO] 
[INFO] --- tycho-surefire-plugin:2.6.0:integration-test (default-integration-test) @ org.eclipse.epp.mpc.ui ---
[INFO] Skipping tests
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.epp.mpc.ui ---
[INFO] Tests are skipped.
[INFO] 
[INFO] >>> spotbugs-maven-plugin:3.1.12.2:check (default) > :spotbugs @ org.eclipse.epp.mpc.ui >>>
[INFO] 
[INFO] --- spotbugs-maven-plugin:3.1.12.2:spotbugs (spotbugs) @ org.eclipse.epp.mpc.ui ---
[INFO] Fork Value is true
     [java] Warnings generated: 45
[INFO] Done SpotBugs Analysis....
[INFO] 
[INFO] <<< spotbugs-maven-plugin:3.1.12.2:check (default) < :spotbugs @ org.eclipse.epp.mpc.ui <<<
[INFO] 
[INFO] 
[INFO] --- spotbugs-maven-plugin:3.1.12.2:check (default) @ org.eclipse.epp.mpc.ui ---
[INFO] BugInstance size is 45
[INFO] Error size is 0
[INFO] Total bugs: 45
[ERROR] org.eclipse.epp.internal.mpc.ui.MarketplaceClientDebug.DEBUG isn't final and can't be protected from malicious code  [org.eclipse.epp.internal.mpc.ui.MarketplaceClientDebug] At MarketplaceClientDebug.java:[line 33] MS_CANNOT_BE_FINAL
[ERROR] Write to static field org.eclipse.epp.internal.mpc.ui.MarketplaceClientDebug.debugTrace from instance method org.eclipse.epp.internal.mpc.ui.MarketplaceClientDebug$DebugOptionsInitializer.optionsChanged(DebugOptions) [org.eclipse.epp.internal.mpc.ui.MarketplaceClientDebug$DebugOptionsInitializer] At MarketplaceClientDebug.java:[line 56] ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD
[ERROR] Null passed for non-null parameter of findException(Object[]) in org.eclipse.epp.internal.mpc.ui.MarketplaceClientUi.newStatus(int, String, Object[]) [org.eclipse.epp.internal.mpc.ui.MarketplaceClientUi, org.eclipse.epp.internal.mpc.ui.MarketplaceClientUi] Method invoked at MarketplaceClientUi.java:[line 95]Known null at MarketplaceClientUi.java:[line 92] NP_NULL_PARAM_DEREF
[ERROR] Nullcheck of node at line 390 of value previously dereferenced in org.eclipse.epp.internal.mpc.ui.catalog.MarketplaceDiscoveryStrategy.createCatalogItem(INode, String, boolean, IProgressMonitor) [org.eclipse.epp.internal.mpc.ui.catalog.MarketplaceDiscoveryStrategy, org.eclipse.epp.internal.mpc.ui.catalog.MarketplaceDiscoveryStrategy] At MarketplaceDiscoveryStrategy.java:[line 298]Redundant null check at MarketplaceDiscoveryStrategy.java:[line 390] RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE
[ERROR] Inconsistent synchronization of org.eclipse.epp.internal.mpc.ui.catalog.MarketplaceInfo.iuToNodeKey; locked 66% of time [org.eclipse.epp.internal.mpc.ui.catalog.MarketplaceInfo, org.eclipse.epp.internal.mpc.ui.catalog.MarketplaceInfo, org.eclipse.epp.internal.mpc.ui.catalog.MarketplaceInfo, org.eclipse.epp.internal.mpc.ui.catalog.MarketplaceInfo, org.eclipse.epp.internal.mpc.ui.catalog.MarketplaceInfo, org.eclipse.epp.internal.mpc.ui.catalog.MarketplaceInfo] Unsynchronized access at MarketplaceInfo.java:[line 97]Unsynchronized access at MarketplaceInfo.java:[line 93]Synchronized access at MarketplaceInfo.java:[line 292]Synchronized access at MarketplaceInfo.java:[line 296]Synchronized access at MarketplaceInfo.java:[line 277]Synchronized access at MarketplaceInfo.java:[line 285] IS2_INCONSISTENT_SYNC
[ERROR] Inconsistent synchronization of org.eclipse.epp.internal.mpc.ui.catalog.MarketplaceInfo.nodeKeyToIU; locked 75% of time [org.eclipse.epp.internal.mpc.ui.catalog.MarketplaceInfo, org.eclipse.epp.internal.mpc.ui.catalog.MarketplaceInfo, org.eclipse.epp.internal.mpc.ui.catalog.MarketplaceInfo, org.eclipse.epp.internal.mpc.ui.catalog.MarketplaceInfo, org.eclipse.epp.internal.mpc.ui.catalog.MarketplaceInfo, org.eclipse.epp.internal.mpc.ui.catalog.MarketplaceInfo, org.eclipse.epp.internal.mpc.ui.catalog.MarketplaceInfo, org.eclipse.epp.internal.mpc.ui.catalog.MarketplaceInfo] Unsynchronized access at MarketplaceInfo.java:[line 85]Unsynchronized access at MarketplaceInfo.java:[line 89]Synchronized access at MarketplaceInfo.java:[line 145]Synchronized access at MarketplaceInfo.java:[line 147]Synchronized access at MarketplaceInfo.java:[line 116]Synchronized access at MarketplaceInfo.java:[line 118]Synchronized access at MarketplaceInfo.java:[line 289]Synchronized access at MarketplaceInfo.java:[line 275] IS2_INCONSISTENT_SYNC
[ERROR] Redundant nullcheck of nodeUrlsValue, which is known to be non-null in org.eclipse.epp.internal.mpc.ui.catalog.MarketplaceInfo.computeInstalledNodes(URL, Map) [org.eclipse.epp.internal.mpc.ui.catalog.MarketplaceInfo] Redundant null check at MarketplaceInfo.java:[line 160] RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE
[ERROR] Exceptional return value of java.io.File.delete() ignored in org.eclipse.epp.internal.mpc.ui.catalog.MarketplaceInfo.doLoad(File) [org.eclipse.epp.internal.mpc.ui.catalog.MarketplaceInfo] At MarketplaceInfo.java:[line 365] RV_RETURN_VALUE_IGNORED_BAD_PRACTICE
[ERROR] Exceptional return value of java.io.File.mkdirs() ignored in org.eclipse.epp.internal.mpc.ui.catalog.MarketplaceInfo.save(File) [org.eclipse.epp.internal.mpc.ui.catalog.MarketplaceInfo] At MarketplaceInfo.java:[line 385] RV_RETURN_VALUE_IGNORED_BAD_PRACTICE
[ERROR] Exceptional return value of java.io.File.delete() ignored in org.eclipse.epp.internal.mpc.ui.catalog.ResourceProvider.dispose() [org.eclipse.epp.internal.mpc.ui.catalog.ResourceProvider, org.eclipse.epp.internal.mpc.ui.catalog.ResourceProvider] At ResourceProvider.java:[line 342]Another occurrence at ResourceProvider.java:[line 345] RV_RETURN_VALUE_IGNORED_BAD_PRACTICE
[ERROR] Exceptional return value of java.io.File.delete() ignored in org.eclipse.epp.internal.mpc.ui.catalog.ResourceProvider.init() [org.eclipse.epp.internal.mpc.ui.catalog.ResourceProvider] At ResourceProvider.java:[line 206] RV_RETURN_VALUE_IGNORED_BAD_PRACTICE
[ERROR] Inconsistent synchronization of org.eclipse.epp.internal.mpc.ui.catalog.ResourceProvider$ResourceFuture.input; locked 57% of time [org.eclipse.epp.internal.mpc.ui.catalog.ResourceProvider$ResourceFuture, org.eclipse.epp.internal.mpc.ui.catalog.ResourceProvider$ResourceFuture, org.eclipse.epp.internal.mpc.ui.catalog.ResourceProvider$ResourceFuture, org.eclipse.epp.internal.mpc.ui.catalog.ResourceProvider$ResourceFuture, org.eclipse.epp.internal.mpc.ui.catalog.ResourceProvider$ResourceFuture, org.eclipse.epp.internal.mpc.ui.catalog.ResourceProvider$ResourceFuture] Unsynchronized access at ResourceProvider.java:[line 66]Unsynchronized access at ResourceProvider.java:[line 93]Synchronized access at ResourceProvider.java:[line 142]Synchronized access at ResourceProvider.java:[line 145]Synchronized access at ResourceProvider.java:[line 155]Synchronized access at ResourceProvider.java:[line 155] IS2_INCONSISTENT_SYNC
[ERROR] Exceptional return value of java.io.File.delete() ignored in org.eclipse.epp.internal.mpc.ui.catalog.ResourceProvider$ResourceFuture.lambda$0(String, File) [org.eclipse.epp.internal.mpc.ui.catalog.ResourceProvider$ResourceFuture] At ResourceProvider.java:[line 102] RV_RETURN_VALUE_IGNORED_BAD_PRACTICE
[ERROR] Redundant nullcheck of catalog, which is known to be non-null in org.eclipse.epp.internal.mpc.ui.commands.AbstractMarketplaceWizardCommand.execute(ExecutionEvent) [org.eclipse.epp.internal.mpc.ui.commands.AbstractMarketplaceWizardCommand] Redundant null check at AbstractMarketplaceWizardCommand.java:[line 63] RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE
[ERROR] Useless object stored in variable ordered of method org.eclipse.epp.internal.mpc.ui.discovery.DiscoverFileSupportJob.orderNodesByTagSubExtensionCount(List, List) [org.eclipse.epp.internal.mpc.ui.discovery.DiscoverFileSupportJob] At DiscoverFileSupportJob.java:[line 148] UC_USELESS_OBJECT
[ERROR] Nullcheck of pref at line 126 of value previously dereferenced in org.eclipse.epp.internal.mpc.ui.discovery.ShowFileSupportProposalsDialog$3.widgetSelected(SelectionEvent) [org.eclipse.epp.internal.mpc.ui.discovery.ShowFileSupportProposalsDialog$3, org.eclipse.epp.internal.mpc.ui.discovery.ShowFileSupportProposalsDialog$3] At ShowFileSupportProposalsDialog.java:[line 126]Redundant null check at ShowFileSupportProposalsDialog.java:[line 127] RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE
[ERROR] org.eclipse.epp.internal.mpc.ui.operations.ProfileChangeOperationComputer.getIus() may expose internal representation by returning ProfileChangeOperationComputer.ius [org.eclipse.epp.internal.mpc.ui.operations.ProfileChangeOperationComputer] At ProfileChangeOperationComputer.java:[line 273] EI_EXPOSE_REP
[ERROR] org.eclipse.epp.internal.mpc.ui.operations.ProfileChangeOperationComputer.checkForUnavailable(List) concatenates strings using + in a loop [org.eclipse.epp.internal.mpc.ui.operations.ProfileChangeOperationComputer] At ProfileChangeOperationComputer.java:[line 512] SBSC_USE_STRINGBUFFER_CONCATENATION
[ERROR] org.eclipse.epp.internal.mpc.ui.wizards.AbstractMarketplaceDiscoveryItem.<static initializer for AbstractMarketplaceDiscoveryItem>() invokes inefficient new String(String) constructor [org.eclipse.epp.internal.mpc.ui.wizards.AbstractMarketplaceDiscoveryItem] At AbstractMarketplaceDiscoveryItem.java:[line 86] DM_STRING_CTOR
[ERROR] Switch statement found in org.eclipse.epp.internal.mpc.ui.wizards.AbstractMarketplaceDiscoveryItem.lambda$8(ToolTip, Control, Event) where default case is missing [org.eclipse.epp.internal.mpc.ui.wizards.AbstractMarketplaceDiscoveryItem] At AbstractMarketplaceDiscoveryItem.java:[lines 811-836] SF_SWITCH_NO_DEFAULT
[ERROR] Switch statement found in org.eclipse.epp.internal.mpc.ui.wizards.AbstractMarketplaceWizardDialog.createButton(Composite, int, String, boolean) where default case is missing [org.eclipse.epp.internal.mpc.ui.wizards.AbstractMarketplaceWizardDialog] At AbstractMarketplaceWizardDialog.java:[lines 93-104] SF_SWITCH_NO_DEFAULT
[ERROR] Boxed value is unboxed and then immediately reboxed in org.eclipse.epp.internal.mpc.ui.wizards.DiscoveryItem.createInstallInfo(Composite) [org.eclipse.epp.internal.mpc.ui.wizards.DiscoveryItem, org.eclipse.epp.internal.mpc.ui.wizards.DiscoveryItem] At DiscoveryItem.java:[line 227]Another occurrence at DiscoveryItem.java:[line 231] BX_UNBOXING_IMMEDIATELY_REBOXED
[ERROR] Primitive is boxed to call Integer.compareTo(Integer): use Integer.compare(int, int) instead [org.eclipse.epp.internal.mpc.ui.wizards.FeatureSelectionWizardPage$1] At FeatureSelectionWizardPage.java:[line 304] DM_BOXED_PRIMITIVE_FOR_COMPARE
[ERROR] Switch statement found in org.eclipse.epp.internal.mpc.ui.wizards.FeatureSelectionWizardPage$LabelProvider.getStyledText(Object) where default case is missing [org.eclipse.epp.internal.mpc.ui.wizards.FeatureSelectionWizardPage$LabelProvider] At FeatureSelectionWizardPage.java:[lines 94-102] SF_SWITCH_NO_DEFAULT
[ERROR] Switch statement found in org.eclipse.epp.internal.mpc.ui.wizards.InstallUpdatesNotificationItem.buttonPressed(int) where default case is missing [org.eclipse.epp.internal.mpc.ui.wizards.InstallUpdatesNotificationItem] At InstallUpdatesNotificationItem.java:[lines 112-117] SF_SWITCH_NO_DEFAULT
[ERROR] org.eclipse.epp.internal.mpc.ui.wizards.MarketplaceBrowserIntegration.handleInstallRequest(MarketplaceUrlHandler$SolutionInstallationInfo, String) doesn't override method in superclass because parameter type org.eclipse.epp.internal.mpc.ui.wizards.MarketplaceUrlHandler$SolutionInstallationInfo doesn't match superclass parameter type org.eclipse.epp.mpc.ui.MarketplaceUrlHandler$SolutionInstallationInfo [org.eclipse.epp.internal.mpc.ui.wizards.MarketplaceBrowserIntegration] At MarketplaceBrowserIntegration.java:[lines 48-49] NM_WRONG_PACKAGE
[ERROR] Redundant nullcheck of eventData, which is known to be non-null in org.eclipse.epp.internal.mpc.ui.wizards.MarketplaceDropAdapter$MarketplaceDropTargetListener.getUrl(Object) [org.eclipse.epp.internal.mpc.ui.wizards.MarketplaceDropAdapter$MarketplaceDropTargetListener] Redundant null check at MarketplaceDropAdapter.java:[line 364] RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE
[ERROR] org.eclipse.epp.internal.mpc.ui.wizards.MarketplaceDropAdapter$TransferDataTraceFormatter.toString() may return null [org.eclipse.epp.internal.mpc.ui.wizards.MarketplaceDropAdapter$TransferDataTraceFormatter] At MarketplaceDropAdapter.java:[line 397] NP_TOSTRING_COULD_RETURN_NULL
[ERROR] Exception is caught when Exception is not thrown in org.eclipse.epp.internal.mpc.ui.wizards.MarketplacePage$4.handleEvent(Event) [org.eclipse.epp.internal.mpc.ui.wizards.MarketplacePage$4] At MarketplacePage.java:[line 323] REC_CATCH_EXCEPTION
[ERROR] The class name org.eclipse.epp.internal.mpc.ui.wizards.MarketplaceUrlHandler shadows the simple name of the superclass org.eclipse.epp.mpc.ui.MarketplaceUrlHandler [org.eclipse.epp.internal.mpc.ui.wizards.MarketplaceUrlHandler] At MarketplaceUrlHandler.java:[lines 25-65] NM_SAME_SIMPLE_NAME_AS_SUPERCLASS
[ERROR] org.eclipse.epp.internal.mpc.ui.wizards.MarketplaceUrlHandler.handleInstallRequest(MarketplaceUrlHandler$SolutionInstallationInfo, String) doesn't override method in superclass because parameter type org.eclipse.epp.internal.mpc.ui.wizards.MarketplaceUrlHandler$SolutionInstallationInfo doesn't match superclass parameter type org.eclipse.epp.mpc.ui.MarketplaceUrlHandler$SolutionInstallationInfo [org.eclipse.epp.internal.mpc.ui.wizards.MarketplaceUrlHandler] At MarketplaceUrlHandler.java:[line 56] NM_WRONG_PACKAGE_INTENTIONAL
[ERROR] The class name org.eclipse.epp.internal.mpc.ui.wizards.MarketplaceUrlHandler$SolutionInstallationInfo shadows the simple name of the superclass org.eclipse.epp.mpc.ui.MarketplaceUrlHandler$SolutionInstallationInfo [org.eclipse.epp.internal.mpc.ui.wizards.MarketplaceUrlHandler$SolutionInstallationInfo] At MarketplaceUrlHandler.java:[lines 35-40] NM_SAME_SIMPLE_NAME_AS_SUPERCLASS
[ERROR] org.eclipse.epp.internal.mpc.ui.wizards.MarketplaceViewer.CONTENT_TYPE_PROPERTY isn't final but should be [org.eclipse.epp.internal.mpc.ui.wizards.MarketplaceViewer] At MarketplaceViewer.java:[line 214] MS_SHOULD_BE_FINAL
[ERROR] Inconsistent synchronization of org.eclipse.epp.internal.mpc.ui.wizards.MarketplaceWizard.installedFeatures; locked 80% of time [org.eclipse.epp.internal.mpc.ui.wizards.MarketplaceWizard, org.eclipse.epp.internal.mpc.ui.wizards.MarketplaceWizard, org.eclipse.epp.internal.mpc.ui.wizards.MarketplaceWizard, org.eclipse.epp.internal.mpc.ui.wizards.MarketplaceWizard, org.eclipse.epp.internal.mpc.ui.wizards.MarketplaceWizard] Unsynchronized access at MarketplaceWizard.java:[line 630]Synchronized access at MarketplaceWizard.java:[line 626]Synchronized access at MarketplaceWizard.java:[line 642]Synchronized access at MarketplaceWizard.java:[line 632]Synchronized access at MarketplaceWizard.java:[line 636] IS2_INCONSISTENT_SYNC
[ERROR] Switch statement found in org.eclipse.epp.internal.mpc.ui.wizards.MarketplaceWizard.updateProfileChangeOperation() where default case is missing [org.eclipse.epp.internal.mpc.ui.wizards.MarketplaceWizard] At MarketplaceWizard.java:[lines 836-858] SF_SWITCH_NO_DEFAULT
[ERROR] Vacuous ior operation on shellStyle in new org.eclipse.epp.internal.mpc.ui.wizards.MarketplaceWizardDialog(Shell, MarketplaceWizard) [org.eclipse.epp.internal.mpc.ui.wizards.MarketplaceWizardDialog] At MarketplaceWizardDialog.java:[line 39] INT_VACUOUS_BIT_OPERATION
[ERROR] org.eclipse.epp.internal.mpc.ui.wizards.NewsUrlHandler.handleInstallRequest(MarketplaceUrlHandler$SolutionInstallationInfo, String) doesn't override method in superclass because parameter type org.eclipse.epp.internal.mpc.ui.wizards.MarketplaceUrlHandler$SolutionInstallationInfo doesn't match superclass parameter type org.eclipse.epp.mpc.ui.MarketplaceUrlHandler$SolutionInstallationInfo [org.eclipse.epp.internal.mpc.ui.wizards.NewsUrlHandler] At NewsUrlHandler.java:[lines 206-210] NM_WRONG_PACKAGE
[ERROR] Inconsistent synchronization of org.eclipse.epp.internal.mpc.ui.wizards.NewsViewer$ProgressRunnable.done; locked 50% of time [org.eclipse.epp.internal.mpc.ui.wizards.NewsViewer$ProgressRunnable, org.eclipse.epp.internal.mpc.ui.wizards.NewsViewer$ProgressRunnable] Unsynchronized access at NewsViewer.java:[line 307]Synchronized access at NewsViewer.java:[line 352] IS2_INCONSISTENT_SYNC
[ERROR] Inconsistent synchronization of org.eclipse.epp.internal.mpc.ui.wizards.NewsViewer$ProgressRunnable.total; locked 50% of time [org.eclipse.epp.internal.mpc.ui.wizards.NewsViewer$ProgressRunnable, org.eclipse.epp.internal.mpc.ui.wizards.NewsViewer$ProgressRunnable, org.eclipse.epp.internal.mpc.ui.wizards.NewsViewer$ProgressRunnable, org.eclipse.epp.internal.mpc.ui.wizards.NewsViewer$ProgressRunnable] Unsynchronized access at NewsViewer.java:[line 302]Unsynchronized access at NewsViewer.java:[line 275]Synchronized access at NewsViewer.java:[line 313]Synchronized access at NewsViewer.java:[line 347] IS2_INCONSISTENT_SYNC
[ERROR] Invocation of java.net.URL.equals(Object), which blocks to do domain name resolution, in org.eclipse.epp.internal.mpc.ui.wizards.OverviewToolTip.loadStylesheet(StyleHelper, String) [org.eclipse.epp.internal.mpc.ui.wizards.OverviewToolTip] At OverviewToolTip.java:[line 277] DMI_BLOCKING_METHODS_ON_URL
[ERROR] Found reliance on default encoding in org.eclipse.epp.internal.mpc.ui.wizards.OverviewToolTip.loadStylesheet(StyleHelper, String): new java.util.Scanner(InputStream) [org.eclipse.epp.internal.mpc.ui.wizards.OverviewToolTip] At OverviewToolTip.java:[line 282] DM_DEFAULT_ENCODING
[ERROR] Switch statement found in org.eclipse.epp.internal.mpc.ui.wizards.SelectionModel.select(CatalogItem, Operation) where default case is missing [org.eclipse.epp.internal.mpc.ui.wizards.SelectionModel] At SelectionModel.java:[lines 85-93] SF_SWITCH_NO_DEFAULT
[ERROR] Should org.eclipse.epp.internal.mpc.ui.wizards.SelectionModel$FeatureEntry be a _static_ inner class? [org.eclipse.epp.internal.mpc.ui.wizards.SelectionModel$FeatureEntry] At SelectionModel.java:[lines 269-429] SIC_INNER_SHOULD_BE_STATIC
[ERROR] Exception is caught when Exception is not thrown in org.eclipse.epp.internal.mpc.ui.wizards.ShareSolutionLink.isAwtMailSupported() [org.eclipse.epp.internal.mpc.ui.wizards.ShareSolutionLink] At ShareSolutionLink.java:[line 243] REC_CATCH_EXCEPTION
[ERROR] Load of known null value in org.eclipse.epp.mpc.ui.CatalogDescriptor.imageDescriptorForUrl(ICatalog, String) [org.eclipse.epp.mpc.ui.CatalogDescriptor, org.eclipse.epp.mpc.ui.CatalogDescriptor] At CatalogDescriptor.java:[line 114]Another occurrence at CatalogDescriptor.java:[line 118] NP_LOAD_OF_KNOWN_NULL_VALUE
[INFO] 


To see bug detail using the Spotbugs GUI, use the following command "mvn spotbugs:gui"



[INFO] 
[INFO] >>> maven-pmd-plugin:3.13.0:cpd-check (default) > :cpd @ org.eclipse.epp.mpc.ui >>>
[INFO] 
[INFO] --- maven-pmd-plugin:3.13.0:cpd (cpd) @ org.eclipse.epp.mpc.ui ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] <<< maven-pmd-plugin:3.13.0:cpd-check (default) < :cpd @ org.eclipse.epp.mpc.ui <<<
[INFO] 
[INFO] 
[INFO] --- maven-pmd-plugin:3.13.0:cpd-check (default) @ org.eclipse.epp.mpc.ui ---
[INFO] PMD version: 6.21.0
[INFO] You have 1 CPD duplication. For more details see: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.ui/target/cpd.xml
[INFO] 
[INFO] ----------< org.eclipse.epp.mpc:org.eclipse.epp.mpc.help.ui >-----------
[INFO] Building org.eclipse.epp.mpc.help.ui 1.10.0-SNAPSHOT              [7/12]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.mpc.help.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.epp.mpc.help.ui ---
[INFO] The project's OSGi version is 1.10.0.v20220502-0731
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-id (default-validate-id) @ org.eclipse.epp.mpc.help.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-version (default-validate-version) @ org.eclipse.epp.mpc.help.ui ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java) @ org.eclipse.epp.mpc.help.ui ---
[INFO] 
[INFO] --- target-platform-configuration:2.6.0:target-platform (default-target-platform) @ org.eclipse.epp.mpc.help.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.epp.mpc.help.ui ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] Using 'ISO-8859-1' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.help.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:compile (default-compile) @ org.eclipse.epp.mpc.help.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.epp.mpc.help.ui ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] Using 'ISO-8859-1' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.help.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:testCompile (default-testCompile) @ org.eclipse.epp.mpc.help.ui ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.epp.mpc.help.ui ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-source-plugin:2.6.0:plugin-source (attach-source) @ org.eclipse.epp.mpc.help.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.help.ui/target/org.eclipse.epp.mpc.help.ui-1.10.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:package-plugin (default-package-plugin) @ org.eclipse.epp.mpc.help.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.help.ui/target/org.eclipse.epp.mpc.help.ui-1.10.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.mpc.help.ui ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.epp.mpc.help.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.help.ui/target/org.eclipse.epp.mpc.help.ui-1.10.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.help.ui/target/org.eclipse.epp.mpc.help.ui-1.10.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.epp.mpc.help.ui ---
[INFO] 
[INFO] --- tycho-surefire-plugin:2.6.0:integration-test (default-integration-test) @ org.eclipse.epp.mpc.help.ui ---
[INFO] Skipping tests
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.epp.mpc.help.ui ---
[INFO] Tests are skipped.
[INFO] 
[INFO] >>> spotbugs-maven-plugin:3.1.12.2:check (default) > :spotbugs @ org.eclipse.epp.mpc.help.ui >>>
[INFO] 
[INFO] --- spotbugs-maven-plugin:3.1.12.2:spotbugs (spotbugs) @ org.eclipse.epp.mpc.help.ui ---
[INFO] 
[INFO] <<< spotbugs-maven-plugin:3.1.12.2:check (default) < :spotbugs @ org.eclipse.epp.mpc.help.ui <<<
[INFO] 
[INFO] 
[INFO] --- spotbugs-maven-plugin:3.1.12.2:check (default) @ org.eclipse.epp.mpc.help.ui ---
[INFO] 
[INFO] >>> maven-pmd-plugin:3.13.0:cpd-check (default) > :cpd @ org.eclipse.epp.mpc.help.ui >>>
[INFO] 
[INFO] --- maven-pmd-plugin:3.13.0:cpd (cpd) @ org.eclipse.epp.mpc.help.ui ---
[INFO] 
[INFO] <<< maven-pmd-plugin:3.13.0:cpd-check (default) < :cpd @ org.eclipse.epp.mpc.help.ui <<<
[INFO] 
[INFO] 
[INFO] --- maven-pmd-plugin:3.13.0:cpd-check (default) @ org.eclipse.epp.mpc.help.ui ---
[INFO] PMD version: 6.21.0
[INFO] 
[INFO] 
[INFO] --------------< org.eclipse.epp.mpc:org.eclipse.epp.mpc >---------------
[INFO] Building org.eclipse.epp.mpc 1.10.0-SNAPSHOT                      [8/12]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.mpc ---
[INFO] Deleting /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.feature/target
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.epp.mpc ---
[INFO] The project's OSGi version is 1.10.0.v20220502-0731
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-id (default-validate-id) @ org.eclipse.epp.mpc ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-version (default-validate-version) @ org.eclipse.epp.mpc ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java) @ org.eclipse.epp.mpc ---
[INFO] 
[INFO] --- target-platform-configuration:2.6.0:target-platform (default-target-platform) @ org.eclipse.epp.mpc ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:package-feature (default-package-feature) @ org.eclipse.epp.mpc ---
[INFO] Building jar: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.feature/target/org.eclipse.epp.mpc-1.10.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.mpc ---
[INFO] 
[INFO] --- tycho-p2-plugin:2.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.epp.mpc ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:2.6.0:source-feature (source-feature) @ org.eclipse.epp.mpc ---
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] Building jar: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.feature/target/org.eclipse.epp.mpc-1.10.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.epp.mpc ---
[INFO] Signing jar: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.feature/target/org.eclipse.epp.mpc-1.10.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.feature/target/org.eclipse.epp.mpc-1.10.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.epp.mpc ---
[WARNING] artifact org.eclipse.epp.mpc:org.eclipse.epp.mpc:xml:p2metadata:1.10.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.epp.mpc:org.eclipse.epp.mpc:xml:p2artifacts:1.10.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] ------------< org.eclipse.epp.mpc:org.eclipse.epp.mpc.site >------------
[INFO] Building EPP Marketplace Client 1.10.0-SNAPSHOT                   [9/12]
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.mpc.site ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.epp.mpc.site ---
[INFO] The project's OSGi version is 1.10.0.v20220502-0731
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java) @ org.eclipse.epp.mpc.site ---
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.eclipse.epp.mpc.site ---
[INFO] 
[INFO] --- target-platform-configuration:2.6.0:target-platform (default-target-platform) @ org.eclipse.epp.mpc.site ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.epp.mpc.site ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] Using 'ISO-8859-1' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.site/src/main/resources
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-resources) @ org.eclipse.epp.mpc.site ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] Using 'ISO-8859-1' encoding to copy filtered properties files.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:copy-resources (copy-promotion) @ org.eclipse.epp.mpc.site ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] Using 'ISO-8859-1' encoding to copy filtered properties files.
[INFO] Copying 2 resources
[INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:2.6.0:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.epp.mpc.site ---
[INFO] Published profile IUs: [a.jre.javase 11.0.0]
[INFO] Published profile IUs: [a.jre.javase 17.0.0]
[INFO] Published profile IUs: [a.jre.javase 18.0.0]
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:2.6.0:publish-products (default-publish-products) @ org.eclipse.epp.mpc.site ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:2.6.0:publish-categories (default-publish-categories) @ org.eclipse.epp.mpc.site ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:2.6.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.epp.mpc.site ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:2.6.0:assemble-repository (default-assemble-repository) @ org.eclipse.epp.mpc.site ---
[INFO] Fetching com.sun.jna.source_5.8.0.v20210503-0343.jar from http://download.eclipse.org/tools/orbit/downloads/drops2/R20211213173813/repository/plugins/ (174.66kB)
[INFO] Fetching com.sun.jna.platform.source_5.8.0.v20210406-1004.jar from http://download.eclipse.org/tools/orbit/downloads/drops2/R20211213173813/repository/plugins/ (1.04MB)
[INFO] 
[INFO] --- tycho-p2-repository-plugin:2.6.0:archive-repository (default-archive-repository) @ org.eclipse.epp.mpc.site ---
[INFO] Building zip: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.site/target/org.eclipse.epp.mpc.site-1.10.0-SNAPSHOT.zip
[INFO] 
[INFO] --- maven-assembly-plugin:3.3.0:single (promote-assembly) @ org.eclipse.epp.mpc.site ---
[INFO] Reading assembly descriptor: promote-assembly.xml
[INFO] Building zip: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.site/target/org.eclipse.epp.mpc.site-promote.zip
[INFO] 
[INFO] --- maven-antrun-plugin:3.0.0:run (repository-reference) @ org.eclipse.epp.mpc.site ---
[INFO] Executing tasks
[INFO]      [copy] Copying 1 file to /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.site/target/repository
[INFO]      [xslt] Processing /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.site/target/repository/content.xml to /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.site/target/repository/content.xml.tmp
[INFO]      [xslt] Loading stylesheet /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.site/p2content.xslt
[INFO]      [move] Moving 1 file to /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.site/target/repository
[INFO]    [delete] Deleting: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.site/target/repository/content.xml.orig
[INFO]      [copy] Copying 1 file to /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.site/target
[INFO]      [xslt] Processing /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.site/target/p2content.xml to /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.site/target/p2content.xml.tmp
[INFO]      [xslt] Loading stylesheet /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.site/p2content.xslt
[INFO]      [move] Moving 1 file to /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.site/target
[INFO]    [delete] Deleting: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.site/target/p2content.xml.orig
[INFO]       [jar] Building jar: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.site/target/repository/content.jar
[INFO]       [jar] Building jar: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.site/target/repository/artifacts.jar
[INFO]   [comp:xz] Building: content.xml.xz
[INFO]   [comp:xz] Building: artifacts.xml.xz
[INFO]      [move] Moving 2 files to /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.site/target
[INFO]      [move] Moving 1 file to /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.site/target
[INFO]       [zip] Building zip: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.site/target/org.eclipse.epp.mpc.site-1.10.0-SNAPSHOT.zip
[INFO]    [delete] Deleting: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.site/target/org.eclipse.epp.mpc.site-1.10.0-SNAPSHOT.zip.tmp
[INFO] Executed tasks
[INFO] 
[INFO] -----------< org.eclipse.epp.mpc:org.eclipse.epp.mpc.tests >------------
[INFO] Building org.eclipse.epp.mpc.tests 1.10.0-SNAPSHOT               [10/12]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.mpc.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.epp.mpc.tests ---
[INFO] The project's OSGi version is 1.10.0.v20220502-0731
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-id (default-validate-id) @ org.eclipse.epp.mpc.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-version (default-validate-version) @ org.eclipse.epp.mpc.tests ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java) @ org.eclipse.epp.mpc.tests ---
[INFO] 
[INFO] --- target-platform-configuration:2.6.0:target-platform (default-target-platform) @ org.eclipse.epp.mpc.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.epp.mpc.tests ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] Using 'ISO-8859-1' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:compile (default-compile) @ org.eclipse.epp.mpc.tests ---
[INFO] Compiling 36 source files to /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.epp.mpc.tests ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] Using 'ISO-8859-1' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:2.6.0:plugin-source (attach-source) @ org.eclipse.epp.mpc.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/target/org.eclipse.epp.mpc.tests-1.10.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:package-plugin (default-package-plugin) @ org.eclipse.epp.mpc.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/target/org.eclipse.epp.mpc.tests-1.10.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.mpc.tests ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.epp.mpc.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/target/org.eclipse.epp.mpc.tests-1.10.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests/target/org.eclipse.epp.mpc.tests-1.10.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.epp.mpc.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:2.6.0:test (default-test) @ org.eclipse.epp.mpc.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] >>> spotbugs-maven-plugin:3.1.12.2:check (default) > :spotbugs @ org.eclipse.epp.mpc.tests >>>
[INFO] 
[INFO] --- spotbugs-maven-plugin:3.1.12.2:spotbugs (spotbugs) @ org.eclipse.epp.mpc.tests ---
[INFO] Fork Value is true
     [java] Warnings generated: 12
[INFO] Done SpotBugs Analysis....
[INFO] 
[INFO] <<< spotbugs-maven-plugin:3.1.12.2:check (default) < :spotbugs @ org.eclipse.epp.mpc.tests <<<
[INFO] 
[INFO] 
[INFO] --- spotbugs-maven-plugin:3.1.12.2:check (default) @ org.eclipse.epp.mpc.tests ---
[INFO] BugInstance size is 12
[INFO] Error size is 0
[INFO] Total bugs: 12
[ERROR] Write to static field org.eclipse.epp.mpc.tests.LoggingSuite.isLogging from instance method org.eclipse.epp.mpc.tests.LoggingSuite.run(RunNotifier) [org.eclipse.epp.mpc.tests.LoggingSuite, org.eclipse.epp.mpc.tests.LoggingSuite] At LoggingSuite.java:[line 73]Another occurrence at LoggingSuite.java:[line 80] ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD
[ERROR] Private method org.eclipse.epp.mpc.tests.LoggingSuite.log(String) is never called [org.eclipse.epp.mpc.tests.LoggingSuite] At LoggingSuite.java:[lines 90-91] UPM_UNCALLED_PRIVATE_METHOD
[ERROR] Should org.eclipse.epp.mpc.tests.service.CatalogServiceTest$MockCatalogService be a _static_ inner class? [org.eclipse.epp.mpc.tests.service.CatalogServiceTest$MockCatalogService] At CatalogServiceTest.java:[lines 49-53] SIC_INNER_SHOULD_BE_STATIC
[ERROR] Exception is caught when Exception is not thrown in org.eclipse.epp.mpc.tests.service.SolutionCompatibilityFilterTest$2.findOutputDir() [org.eclipse.epp.mpc.tests.service.SolutionCompatibilityFilterTest$2] At SolutionCompatibilityFilterTest.java:[line 681] REC_CATCH_EXCEPTION
[ERROR] org.eclipse.epp.mpc.tests.service.SolutionCompatibilityFilterTest$Solution.systems() may expose internal representation by returning SolutionCompatibilityFilterTest$Solution.systems [org.eclipse.epp.mpc.tests.service.SolutionCompatibilityFilterTest$Solution] At SolutionCompatibilityFilterTest.java:[line 244] EI_EXPOSE_REP
[ERROR] org.eclipse.epp.mpc.tests.ui.catalog.MarketplaceInfoSerializationTest.loadGarbage() may fail to clean up java.io.OutputStream on checked exception [org.eclipse.epp.mpc.tests.ui.catalog.MarketplaceInfoSerializationTest, org.eclipse.epp.mpc.tests.ui.catalog.MarketplaceInfoSerializationTest, org.eclipse.epp.mpc.tests.ui.catalog.MarketplaceInfoSerializationTest, org.eclipse.epp.mpc.tests.ui.catalog.MarketplaceInfoSerializationTest, org.eclipse.epp.mpc.tests.ui.catalog.MarketplaceInfoSerializationTest] Obligation to clean up resource created at MarketplaceInfoSerializationTest.java:[line 442] is not dischargedPath continues at MarketplaceInfoSerializationTest.java:[line 443]Path continues at MarketplaceInfoSerializationTest.java:[line 444]Path continues at MarketplaceInfoSerializationTest.java:[line 445]Path continues at MarketplaceInfoSerializationTest.java:[line 446] OBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE
[ERROR] Exceptional return value of java.io.File.mkdirs() ignored in org.eclipse.epp.mpc.tests.ui.catalog.MarketplaceInfoSerializationTest.copyRegistryFile(File, int) [org.eclipse.epp.mpc.tests.ui.catalog.MarketplaceInfoSerializationTest] At MarketplaceInfoSerializationTest.java:[line 479] RV_RETURN_VALUE_IGNORED_BAD_PRACTICE
[ERROR] Exceptional return value of java.io.File.createNewFile() ignored in org.eclipse.epp.mpc.tests.ui.catalog.MarketplaceInfoSerializationTest.createEmptyRegistryFile(File) [org.eclipse.epp.mpc.tests.ui.catalog.MarketplaceInfoSerializationTest] At MarketplaceInfoSerializationTest.java:[line 499] RV_RETURN_VALUE_IGNORED_BAD_PRACTICE
[ERROR] Exceptional return value of java.io.File.mkdirs() ignored in org.eclipse.epp.mpc.tests.ui.catalog.MarketplaceInfoSerializationTest.createEmptyRegistryFile(File) [org.eclipse.epp.mpc.tests.ui.catalog.MarketplaceInfoSerializationTest] At MarketplaceInfoSerializationTest.java:[line 497] RV_RETURN_VALUE_IGNORED_BAD_PRACTICE
[ERROR] org.eclipse.epp.mpc.tests.ui.wizard.AbstractMarketplaceWizardBotTest.TEST_NODES should be package protected [org.eclipse.epp.mpc.tests.ui.wizard.AbstractMarketplaceWizardBotTest] At AbstractMarketplaceWizardBotTest.java:[line 108] MS_PKGPROTECT
[ERROR] Redundant nullcheck of problem, which is known to be non-null in org.eclipse.epp.mpc.tests.ui.wizard.AbstractMarketplaceWizardBotTest.closeWizard() [org.eclipse.epp.mpc.tests.ui.wizard.AbstractMarketplaceWizardBotTest] Redundant null check at AbstractMarketplaceWizardBotTest.java:[line 305] RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE
[ERROR] Return value of org.eclipse.epp.internal.mpc.core.transport.httpclient.HttpClientCustomizer.customizeCredentialsProvider(CredentialsStore) ignored, but method has no side effect [org.eclipse.epp.mpc.tests.util.TransportFactoryTest] At TransportFactoryTest.java:[line 291] RV_RETURN_VALUE_IGNORED_NO_SIDE_EFFECT
[INFO] 


To see bug detail using the Spotbugs GUI, use the following command "mvn spotbugs:gui"



[INFO] 
[INFO] >>> maven-pmd-plugin:3.13.0:cpd-check (default) > :cpd @ org.eclipse.epp.mpc.tests >>>
[INFO] 
[INFO] --- maven-pmd-plugin:3.13.0:cpd (cpd) @ org.eclipse.epp.mpc.tests ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] <<< maven-pmd-plugin:3.13.0:cpd-check (default) < :cpd @ org.eclipse.epp.mpc.tests <<<
[INFO] 
[INFO] 
[INFO] --- maven-pmd-plugin:3.13.0:cpd-check (default) @ org.eclipse.epp.mpc.tests ---
[INFO] PMD version: 6.21.0
[INFO] 
[INFO] 
[INFO] -------< org.eclipse.epp.mpc:org.eclipse.epp.mpc.tests.catalog >--------
[INFO] Building org.eclipse.epp.mpc.tests.catalog 1.10.0-SNAPSHOT       [11/12]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.mpc.tests.catalog ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.epp.mpc.tests.catalog ---
[INFO] The project's OSGi version is 1.10.0.v20220502-0731
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-id (default-validate-id) @ org.eclipse.epp.mpc.tests.catalog ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:validate-version (default-validate-version) @ org.eclipse.epp.mpc.tests.catalog ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java) @ org.eclipse.epp.mpc.tests.catalog ---
[INFO] 
[INFO] --- target-platform-configuration:2.6.0:target-platform (default-target-platform) @ org.eclipse.epp.mpc.tests.catalog ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.epp.mpc.tests.catalog ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] Using 'ISO-8859-1' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests.catalog/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:compile (default-compile) @ org.eclipse.epp.mpc.tests.catalog ---
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.epp.mpc.tests.catalog ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] Using 'ISO-8859-1' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests.catalog/src/test/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.6.0:testCompile (default-testCompile) @ org.eclipse.epp.mpc.tests.catalog ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.epp.mpc.tests.catalog ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-source-plugin:2.6.0:plugin-source (attach-source) @ org.eclipse.epp.mpc.tests.catalog ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.6.0:package-plugin (default-package-plugin) @ org.eclipse.epp.mpc.tests.catalog ---
[INFO] Building jar: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests.catalog/target/org.eclipse.epp.mpc.tests.catalog-1.10.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.epp.mpc.tests.catalog ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.epp.mpc.tests.catalog ---
[INFO] Signing jar: /home/jenkins/agent/workspace/epp-mpc-release/org.eclipse.epp.mpc.tests.catalog/target/org.eclipse.epp.mpc.tests.catalog-1.10.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.epp.mpc.tests.catalog ---
[INFO] 
[INFO] --- tycho-surefire-plugin:2.6.0:integration-test (default-integration-test) @ org.eclipse.epp.mpc.tests.catalog ---
[INFO] Skipping tests
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.epp.mpc.tests.catalog ---
[INFO] Tests are skipped.
[INFO] 
[INFO] >>> spotbugs-maven-plugin:3.1.12.2:check (default) > :spotbugs @ org.eclipse.epp.mpc.tests.catalog >>>
[INFO] 
[INFO] --- spotbugs-maven-plugin:3.1.12.2:spotbugs (spotbugs) @ org.eclipse.epp.mpc.tests.catalog ---
[INFO] 
[INFO] <<< spotbugs-maven-plugin:3.1.12.2:check (default) < :spotbugs @ org.eclipse.epp.mpc.tests.catalog <<<
[INFO] 
[INFO] 
[INFO] --- spotbugs-maven-plugin:3.1.12.2:check (default) @ org.eclipse.epp.mpc.tests.catalog ---
[INFO] 
[INFO] >>> maven-pmd-plugin:3.13.0:cpd-check (default) > :cpd @ org.eclipse.epp.mpc.tests.catalog >>>
[INFO] 
[INFO] --- maven-pmd-plugin:3.13.0:cpd (cpd) @ org.eclipse.epp.mpc.tests.catalog ---
[INFO] 
[INFO] <<< maven-pmd-plugin:3.13.0:cpd-check (default) < :cpd @ org.eclipse.epp.mpc.tests.catalog <<<
[INFO] 
[INFO] 
[INFO] --- maven-pmd-plugin:3.13.0:cpd-check (default) @ org.eclipse.epp.mpc.tests.catalog ---
[INFO] PMD version: 6.21.0
[INFO] 
[INFO] 
[INFO] ------------< org.eclipse.epp.mpc:org.eclipse.epp.mpc-root >------------
[INFO] Building org.eclipse.epp.mpc-root 1.10.0-SNAPSHOT                [12/12]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.epp.mpc-root ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-java) @ org.eclipse.epp.mpc-root ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for org.eclipse.epp.mpc-root 1.10.0-SNAPSHOT:
[INFO] 
[INFO] org.eclipse.epp.mpc-target ......................... SUCCESS [  5.946 s]
[INFO] org.eclipse.epp.mpc.core ........................... SUCCESS [ 55.109 s]
[INFO] org.eclipse.epp.mpc.core.win32 ..................... SUCCESS [  6.151 s]
[INFO] org.eclipse.epp.mpc.dependencies ................... SUCCESS [  2.301 s]
[INFO] org.eclipse.epp.mpc.ui.css ......................... SUCCESS [  6.864 s]
[INFO] org.eclipse.epp.mpc.ui ............................. SUCCESS [ 22.346 s]
[INFO] org.eclipse.epp.mpc.help.ui ........................ SUCCESS [  3.439 s]
[INFO] org.eclipse.epp.mpc ................................ SUCCESS [  2.148 s]
[INFO] EPP Marketplace Client ............................. SUCCESS [ 12.236 s]
[INFO] org.eclipse.epp.mpc.tests .......................... SUCCESS [ 15.156 s]
[INFO] org.eclipse.epp.mpc.tests.catalog .................. SUCCESS [  0.927 s]
[INFO] org.eclipse.epp.mpc-root ........................... SUCCESS [  0.001 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  03:13 min
[INFO] Finished at: 2022-05-02T16:40:43Z
[INFO] ------------------------------------------------------------------------
Terminating xvnc.
Archiving artifacts
Finished: SUCCESS