Started by user Ed Merks Running as Ed Merks Obtained products/org.eclipse.justj.tools.sample.product/Jenkinsfile from git https://github.com/eclipse-justj/justj.tools.git [Pipeline] Start of Pipeline [Pipeline] node Still waiting to schedule task ‘centos-7-5d07r’ is not accepting tasks ‘f5cjn-project-provided-aarch64’ doesn’t have label ‘migration’ ‘kf0gm-project-provided-aarch64’ doesn’t have label ‘migration’ ‘mp23n-windows-10’ doesn’t have label ‘migration’ ‘w8qlf-macos11-arm64’ doesn’t have label ‘migration’ Agent centos-7-5d07r 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-5d07r" namespace: "justj" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.justj.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "centos-7-5d07r" - 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-5d07r" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.justj.svc.cluster.local/justj/" image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-4.13.3" 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-justj" readOnly: true - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Running on centos-7-5d07r in /home/jenkins/agent/workspace/build-sample-product [Pipeline] { [Pipeline] sh + date +%Y%m%d%H%M [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Tool Install) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Display Parameters) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] echo JRE_REPOSITORY=https://download.eclipse.org/justj/jres/17/updates/milestone/latest [Pipeline] echo ECLIPSE_REPOSITORY=https://download.eclipse.org/releases/2022-12 [Pipeline] echo PROMOTE=false [Pipeline] echo PIPELINE_VERSION=1 [Pipeline] script [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Git Checkout) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository https://github.com/eclipse-justj/justj.tools.git > git init /home/jenkins/agent/workspace/build-sample-product/justj.tools # timeout=10 Fetching upstream changes from https://github.com/eclipse-justj/justj.tools.git > git --version # timeout=10 > git --version # 'git version 2.36.3' > git fetch --tags --force --progress -- https://github.com/eclipse-justj/justj.tools.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 5c6b1aedf5efc039369c87282bdb839cfa536b6a (refs/remotes/origin/master) > git config remote.origin.url https://github.com/eclipse-justj/justj.tools.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5c6b1aedf5efc039369c87282bdb839cfa536b6a # timeout=10 Commit message: "[Releng] Changes for migration to github." First time build. Skipping changelog. [Pipeline] echo [GIT_BRANCH:origin/master, GIT_CHECKOUT_DIR:justj.tools, GIT_COMMIT:5c6b1aedf5efc039369c87282bdb839cfa536b6a, GIT_URL:https://github.com/eclipse-justj/justj.tools.git] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Sample Products) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/build-sample-product/justj.tools/products/org.eclipse.justj.tools.sample.product [Pipeline] { [Pipeline] sh + mvn --no-transfer-progress -Dorg.eclipse.justj.eclipse.repository=https://download.eclipse.org/releases/2022-12 -Dorg.eclipse.justj.jre.repository=https://download.eclipse.org/justj/jres/17/updates/milestone/latest -DPACK_AND_SIGN=true -Dorg.eclipse.justj.p2.manager.build.url=https://ci.eclipse.org/justj/job/build-sample-product/ -Dgit.commit=5c6b1aedf5efc039369c87282bdb839cfa536b6a -Dbuild.id=26 clean verify Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0) Maven home: /opt/tools/apache-maven/latest Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+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... SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [INFO] Adding repository https://download.eclipse.org/justj/jres/17/updates/milestone/latest [INFO] Fetching compositeContent.jar from https://download.eclipse.org/justj/jres/17/updates/milestone/latest/ (443B) [INFO] Fetching p2.index from https://download.eclipse.org/justj/jres/17/updates/milestone/S202211020933/ (172B) [INFO] Fetching content.xml.xz from https://download.eclipse.org/justj/jres/17/updates/milestone/S202211020933/ (16.63kB) [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/ (134B) [INFO] Adding repository https://download.eclipse.org/cbi/updates/license [INFO] Fetching compositeContent.jar from https://download.eclipse.org/cbi/updates/license/ (423B) [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB) [INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB) [INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B) [INFO] Fetching content.xml.xz from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (3.57kB) [INFO] Fetching p2.index from https://download.eclipse.org/releases/2022-12/ (122B) [INFO] Adding repository https://download.eclipse.org/releases/2022-12 [INFO] Fetching compositeContent.jar from https://download.eclipse.org/releases/2022-12/ (479B) [INFO] Fetching compositeContent.xml from https://download.eclipse.org/technology/epp/packages/2022-12/ (442B) [INFO] Fetching content.jar from https://download.eclipse.org/technology/epp/packages/2022-12/202212011200/ (93.31kB) [INFO] Fetching p2.index from https://download.eclipse.org/releases/2022-12/202212071000/ (140B) [INFO] Fetching content.xml.xz from https://download.eclipse.org/releases/2022-12/202212071000/ (782.2kB) [INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.27-I-builds/ (128B) [INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.27-I-builds [INFO] Fetching compositeContent.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/ (508B) [INFO] Fetching content.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/categories/ (1.25kB) [INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221130-1800/ (172B) [INFO] Fetching content.xml from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221130-1800/ [INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221201-0500/ (172B) [INFO] Fetching content.xml from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221201-0500/ [INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221201-1800/ (172B) [INFO] Fetching content.xml from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221201-1800/ [INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221205-0710/ (172B) [INFO] Fetching content.xml from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221205-0710/ [INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221205-1800/ (172B) [INFO] Fetching content.xml from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221205-1800/ [INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221206-1800/ (172B) [INFO] Fetching content.xml from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221206-1800/ [INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221207-1800/ (172B) [INFO] Fetching content.xml from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221207-1800/ [INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221208-1800/ (172B) [INFO] Fetching content.xml from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221208-1800/ [INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221209-0520/ (172B) [INFO] Fetching content.xml from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221209-0520/ [INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221209-1800/ (172B) [INFO] Fetching content.xml from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221209-1800/ [INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221210-1800/ (172B) [INFO] Fetching content.xml from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221210-1800/ [INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221211-1800/ (172B) [INFO] Fetching content.xml from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221211-1800/ [INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221212-1800/ (172B) [INFO] Fetching content.xml from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221212-1800/ [INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221213-0200/ (172B) [INFO] Fetching content.xml from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221213-0200/ [INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221213-1800/ (172B) [INFO] Fetching content.xml from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221213-1800/ [INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221214-0610/ (172B) [INFO] Fetching content.xml from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221214-0610/ [INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221214-1800/ (172B) [INFO] Fetching content.xml from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221214-1800/ [INFO] Resolving dependencies of MavenProject: org.eclipse.justj:org.eclipse.justj.tools.sample.product:0.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-sample-product/justj.tools/products/org.eclipse.justj.tools.sample.product/pom.xml [INFO] [INFO] ------< org.eclipse.justj:org.eclipse.justj.tools.sample.product >------ [INFO] Building org.eclipse.justj.tools.sample.product 0.1.0-SNAPSHOT [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.justj.tools.sample.product --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.justj.tools.sample.product --- [INFO] Fetching org.eclipse.sdk_4.27.0.v20221214-2141.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221214-1800/features/ (24.66kB) [INFO] Fetching 202212071000&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2022-12/ (63B) [INFO] Fetching bcprov_1.72.0.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (10.75MB) [INFO] Fetching S202211020933&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?file=/justj/jres/17/updates/milestone/ (63B) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.5.v20221102-0933.jar from https://download.eclipse.org/justj/jres/17/updates/milestone/S202211020933/plugins/ (112.24MB) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.5.v20221102-0933.jar from https://download.eclipse.org/justj/jres/17/updates/milestone/S202211020933/plugins/ (17.96MB of 112.24MB at 17.94MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.5.v20221102-0933.jar from https://download.eclipse.org/justj/jres/17/updates/milestone/S202211020933/plugins/ (36.32MB of 112.24MB at 18.15MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.5.v20221102-0933.jar from https://download.eclipse.org/justj/jres/17/updates/milestone/S202211020933/plugins/ (54.25MB of 112.24MB at 18.08MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.5.v20221102-0933.jar from https://download.eclipse.org/justj/jres/17/updates/milestone/S202211020933/plugins/ (71.44MB of 112.24MB at 17.86MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.5.v20221102-0933.jar from https://download.eclipse.org/justj/jres/17/updates/milestone/S202211020933/plugins/ (89.52MB of 112.24MB at 17.9MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_17.0.5.v20221102-0933.jar from https://download.eclipse.org/justj/jres/17/updates/milestone/S202211020933/plugins/ (107.81MB of 112.24MB at 17.97MB/s) [INFO] Fetching bcpg_1.72.2.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221213-0200/plugins/ (397.08kB) [INFO] Fetching org.slf4j.api_1.7.30.v20221112-0806.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (54.01kB) [INFO] Fetching com.ibm.icu_72.1.0.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (13.72MB) [INFO] Fetching com.jcraft.jsch_0.1.55.v20221112-0806.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (302.99kB) [INFO] Fetching javax.el-api_3.0.3.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221213-1800/plugins/ (77.95kB) [INFO] Fetching com.sun.el.javax.el_3.0.0.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221214-0610/plugins/ (218.76kB) [INFO] Fetching jakarta.servlet-api_4.0.0.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (81.03kB) [INFO] Fetching com.sun.jna_5.12.1.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.78MB) [INFO] Fetching com.sun.jna.platform_5.12.1.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.29MB) [INFO] Fetching org.eclipse.osgi_3.18.300.v20221209-1442.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221209-1800/plugins/ (1.47MB) [INFO] Fetching javax.annotation_1.3.5.v20221203-1659.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221212-1800/plugins/ (48.09kB) [INFO] Fetching javax.inject_1.0.0.v20220405-0441.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (32.41kB) [INFO] Fetching javax.servlet.jsp-api_2.3.3.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (52.93kB) [INFO] Fetching junit-jupiter-api_5.9.1.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (202.85kB) [INFO] Fetching junit-platform-commons_1.9.1.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (100.57kB) [INFO] Fetching org.opentest4j_1.2.0.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (7.47kB) [INFO] Fetching junit-jupiter-engine_5.9.1.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (240.75kB) [INFO] Fetching junit-platform-engine_1.9.1.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (183.79kB) [INFO] Fetching junit-platform-launcher_1.9.1.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (165.25kB) [INFO] Fetching junit-jupiter-migrationsupport_5.9.1.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (27.04kB) [INFO] Fetching org.junit_4.13.2.v20211018-1956.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (421.77kB) [INFO] Fetching junit-jupiter-params_5.9.1.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (565.38kB) [INFO] Fetching junit-platform-runner_1.9.1.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (16.12kB) [INFO] Fetching junit-platform-suite-api_1.9.1.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (20.73kB) [INFO] Fetching junit-platform-suite-commons_1.9.1.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (14.94kB) [INFO] Fetching junit-platform-suite-engine_1.9.1.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (23.7kB) [INFO] Fetching junit-vintage-engine_5.9.1.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (65.33kB) [INFO] Fetching org.apache.ant_1.10.12.v20211102-1452.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (2.96MB) [INFO] Fetching org.apache.batik.constants_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (22.12kB) [INFO] Fetching org.apache.batik.css_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (361.47kB) [INFO] Fetching org.apache.batik.util_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (146.86kB) [INFO] Fetching org.apache.batik.i18n_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (25.35kB) [INFO] Fetching org.apache.xmlgraphics_2.7.0.v20221018-0736.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (717.41kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (95.26kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (15.35kB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (35.59kB) [INFO] Fetching org.apache.commons.codec_1.14.0.v20221112-0806.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (370.34kB) [INFO] Fetching org.apache.commons.io_2.8.0.v20210415-0900.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (302.53kB) [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (71.45kB) [INFO] Fetching org.apache.felix.gogo.command_1.1.2.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (38.76kB) [INFO] Fetching org.apache.felix.gogo.runtime_1.1.6.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (198.71kB) [INFO] Fetching org.eclipse.osgi.services_3.11.100.v20221006-1531.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (48.16kB) [INFO] Fetching org.apache.felix.gogo.shell_1.1.4.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (57.69kB) [INFO] Fetching org.apache.felix.scr_2.2.4.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (393.41kB) [INFO] Fetching org.osgi.service.component_1.5.0.202109301733.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (64.86kB) [INFO] Fetching org.osgi.util.promise_1.2.0.202109301733.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (81.45kB) [INFO] Fetching org.apache.httpcomponents.client5.httpclient5_5.1.3.v20221013-1742.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (844.43kB) [INFO] Fetching org.apache.httpcomponents.core5.httpcore5_5.1.4.v20221013-1742.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (909.51kB) [INFO] Fetching org.apache.httpcomponents.core5.httpcore5-h2_5.1.4.v20221013-1742.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (262.89kB) [INFO] Fetching org.apache.httpcomponents.client5.httpclient5-win_5.1.3.v20221013-1742.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (29.78kB) [INFO] Fetching org.apache.httpcomponents.httpclient_4.5.13.v20221112-0806.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.01MB) [INFO] Fetching org.apache.httpcomponents.httpcore_4.4.15.v20220209-2345.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (354.72kB) [INFO] Fetching org.apache.jasper.glassfish_2.2.2.v201501141630.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (2.36MB) [INFO] Fetching org.apache.lucene.analyzers-common_8.4.1.v20221112-0806.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.68MB) [INFO] Fetching org.apache.lucene.core_8.4.1.v20221112-0806.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (3.37MB) [INFO] Fetching org.apache.lucene.analyzers-smartcn_8.4.1.v20221112-0806.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (3.45MB) [INFO] Fetching org.apiguardian.api_1.1.2.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (6.65kB) [INFO] Fetching org.eclipse.ant.core_3.6.500.v20220718-1722.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (109.43kB) [INFO] Fetching org.eclipse.core.variables_3.5.100.v20210721-1355.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (35.64kB) [INFO] Fetching org.eclipse.core.runtime_3.26.100.v20221021-0005.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (74.44kB) [INFO] Fetching org.eclipse.ant.launching_1.3.400.v20220718-1722.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (163.1kB) [INFO] Fetching org.eclipse.debug.core_3.20.0.v20220811-0741.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (400.2kB) [INFO] Fetching org.eclipse.jdt.launching_3.19.900.v20221212-0843.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221212-1800/plugins/ (570.85kB) [INFO] Fetching org.eclipse.core.externaltools_1.2.300.v20220618-1805.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (42.71kB) [INFO] Fetching org.eclipse.text_3.12.300.v20220921-1010.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (297.19kB) [INFO] Fetching org.eclipse.jdt.core_3.33.0.v20221214-1453.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221214-1800/plugins/ (3.99MB) [INFO] Fetching org.eclipse.core.resources_3.18.200.v20221214-1251.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221214-1800/plugins/ (892.65kB) [INFO] Fetching org.eclipse.ant.ui_3.8.300.v20220718-1722.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.04MB) [INFO] Fetching org.eclipse.core.filesystem_1.9.500.v20220817-1539.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (71.65kB) [INFO] Fetching org.eclipse.ui.externaltools_3.5.200.v20220618-1805.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (142.66kB) [INFO] Fetching org.eclipse.ui_3.202.0.v20221211-1359.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221211-1800/plugins/ (434.06kB) [INFO] Fetching org.eclipse.ui.console_3.11.400.v20221012-0524.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (245.21kB) [INFO] Fetching org.eclipse.debug.ui_3.17.200.v20221208-2014.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221208-1800/plugins/ (3MB) [INFO] Fetching org.eclipse.jdt.ui_3.27.200.v20221214-2141.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221214-1800/plugins/ (11.03MB) [INFO] Fetching org.eclipse.jdt.debug.ui_3.12.1000.v20221212-0843.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221212-1800/plugins/ (1.67MB) [INFO] Fetching org.eclipse.team.core_3.9.700.v20221201-0946.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221201-0500/plugins/ (402.85kB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.13.0.v20220822-0502.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (343.24kB) [INFO] Fetching org.eclipse.core.expressions_3.8.200.v20220613-1047.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (93.93kB) [INFO] Fetching org.eclipse.jdt.junit_3.15.100.v20220909-2154.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (546.12kB) [INFO] Fetching org.eclipse.compare_3.8.500.v20220812-1406.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (806.64kB) [INFO] Fetching org.eclipse.jface.text_3.23.0.v20221209-1357.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221209-1800/plugins/ (1.04MB) [INFO] Fetching org.eclipse.ui.ide_3.20.100.v20221211-1359.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221211-1800/plugins/ (2.41MB) [INFO] Fetching org.eclipse.ui.views_3.11.300.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (107.38kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.16.700.v20221207-1724.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221207-1800/plugins/ (690.93kB) [INFO] Fetching org.eclipse.ui.editors_3.15.0.v20221201-1935.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221201-1800/plugins/ (621.13kB) [INFO] Fetching org.eclipse.ui.forms_3.11.500.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (331.65kB) [INFO] Fetching org.eclipse.compare.core_3.7.100.v20220812-1406.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (69.26kB) [INFO] Fetching org.eclipse.compare.win32_1.2.900.v20220812-1406.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (46.25kB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.122.100.v20221214-1115.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221214-0610/plugins/ (2.48MB) [INFO] Fetching org.eclipse.ui.workbench_3.128.0.v20221211-1359.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221211-1800/plugins/ (3.49MB) [INFO] Fetching org.eclipse.jface_3.29.0.v20221211-2034.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221211-1800/plugins/ (1.11MB) [INFO] Fetching org.eclipse.core.commands_3.10.300.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (116.38kB) [INFO] Fetching org.eclipse.equinox.common_3.17.0.v20221108-1156.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (147.01kB) [INFO] Fetching org.eclipse.core.contenttype_3.8.200.v20220817-1539.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (101.83kB) [INFO] Fetching org.eclipse.equinox.preferences_3.10.100.v20220710-1223.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (135.73kB) [INFO] Fetching org.eclipse.equinox.registry_3.11.200.v20220817-1601.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (196.21kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.12.100.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (314.82kB) [INFO] Fetching org.eclipse.core.databinding.property_1.9.100.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (164.89kB) [INFO] Fetching org.eclipse.core.databinding_1.12.0.v20221209-0757.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221209-0520/plugins/ (286.18kB) [INFO] Fetching org.eclipse.core.databinding.beans_1.9.100.v20221209-0807.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221209-0520/plugins/ (81.83kB) [INFO] Fetching org.eclipse.core.filebuffers_3.7.200.v20220202-1008.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (115.6kB) [INFO] Fetching org.eclipse.core.filesystem.win32.x86_64_1.4.300.v20220812-1420.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (39.29kB) [INFO] Fetching org.eclipse.core.jobs_3.13.200.v20221102-1024.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (114.2kB) [INFO] Fetching org.eclipse.core.net_1.4.0.v20220813-1037.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (49.45kB) [INFO] Fetching org.eclipse.equinox.security_1.3.1000.v20220801-1135.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (115.07kB) [INFO] Fetching org.eclipse.core.net.win32_1.0.100.v20220812-1406.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (27.48kB) [INFO] Fetching org.eclipse.core.net.win32.x86_64_1.1.700.v20220812-1406.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (9.6kB) [INFO] Fetching org.eclipse.core.resources.win32.x86_64_3.5.500.v20220812-1420.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (59.56kB) [INFO] Fetching org.eclipse.equinox.app_1.6.200.v20220720-2012.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (90.9kB) [INFO] Fetching org.eclipse.help_3.9.100.v20210721-0601.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (270.25kB) [INFO] Fetching org.eclipse.e4.ui.services_1.5.100.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (26.37kB) [INFO] Fetching org.eclipse.debug.ui.launchview_1.0.300.v20220811-0741.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (88.88kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.2.300.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (397.12kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.7.200.v20220613-1008.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (13.81kB) [INFO] Fetching org.eclipse.e4.ui.di_1.4.100.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (18.22kB) [INFO] Fetching org.eclipse.e4.core.commands_1.0.300.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (27.81kB) [INFO] Fetching org.eclipse.e4.core.di_1.8.300.v20220817-1539.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (54.29kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.11.0.v20220716-0839.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (57.49kB) [INFO] Fetching org.eclipse.e4.core.services_2.3.400.v20220915-1347.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (71.46kB) [INFO] Fetching org.osgi.service.event_1.4.1.202109301733.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (46.59kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.17.200.v20220613-1008.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (12.96kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.16.400.v20220613-1047.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (42.3kB) [INFO] Fetching org.osgi.service.prefs_1.1.2.202109301733.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (19.69kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.3.100.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (52.85kB) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (317.8kB) [INFO] Fetching org.eclipse.emf.ecore_2.29.0.v20221121-1400.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.26MB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.16.700.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (149.46kB) [INFO] Fetching org.eclipse.e4.ui.bindings_0.13.200.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (47.66kB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.13.400.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (215.91kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.14.700.v20221102-0748.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (205.05kB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (21.23kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.13.200.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (30.05kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.3.100.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (15.12kB) [INFO] Fetching org.eclipse.equinox.event_1.6.100.v20211021-1418.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (33.33kB) [INFO] Fetching org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (52.65kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.4.200.v20221111-1340.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (48.42kB) [INFO] Fetching org.eclipse.osgi.compatibility.state_1.2.800.v20221116-1440.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (251.02kB) [INFO] Fetching org.eclipse.osgi.util_3.7.100.v20220615-1601.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (14.42kB) [INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.700.v20221108-1024.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (136.19kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.16.100.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (22.9kB) [INFO] Fetching org.eclipse.equinox.console_1.4.500.v20211021-1418.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (129.01kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.4.500.v20221028-0801.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (120.02kB) [INFO] Fetching org.eclipse.equinox.bidi_1.4.200.v20220710-1223.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (52.55kB) [INFO] Fetching org.eclipse.e4.ui.dialogs_1.3.400.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (58.52kB) [INFO] Fetching org.eclipse.e4.ui.swt.win32_1.1.100.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (12.11kB) [INFO] Fetching org.eclipse.urischeme_1.2.200.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (53.71kB) [INFO] Fetching org.eclipse.jface.notifications_0.5.100.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (32.9kB) [INFO] Fetching org.osgi.util.function_1.2.0.202109301733.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (23.09kB) [INFO] Fetching org.osgi.util.measurement_1.0.2.201802012109.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (25.74kB) [INFO] Fetching org.osgi.util.position_1.0.1.201505202026.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (13.73kB) [INFO] Fetching org.osgi.util.xml_1.0.2.202109301733.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (18.3kB) [INFO] Fetching org.osgi.service.cm_1.6.1.202109301733.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (54.28kB) [INFO] Fetching org.osgi.service.device_1.1.1.202109301733.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (19.88kB) [INFO] Fetching org.osgi.service.metatype_1.4.1.202109301733.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (29.67kB) [INFO] Fetching org.osgi.service.provisioning_1.2.0.201505202024.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (13.38kB) [INFO] Fetching org.osgi.service.upnp_1.2.1.202109301733.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (30.58kB) [INFO] Fetching org.osgi.service.useradmin_1.1.1.202109301733.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (35.82kB) [INFO] Fetching org.osgi.service.wireadmin_1.0.2.202109301733.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (42.85kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.15.800.v20221206-1216.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221206-1800/plugins/ (252.14kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.14.100.v20221209-1024.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221209-0520/plugins/ (267.04kB) [INFO] Fetching org.eclipse.jface.databinding_1.14.100.v20221209-0807.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221209-0520/plugins/ (291.47kB) [INFO] Fetching org.eclipse.swt_3.122.100.v20221214-1115.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221214-0610/plugins/ (18.79kB) [INFO] Fetching org.eclipse.e4.ui.progress_0.3.700.v20221209-1444.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221209-1800/plugins/ (209.61kB) [INFO] Fetching org.eclipse.e4.rcp_4.27.0.v20221214-1346.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221214-1800/features/ (22.94kB) [INFO] Fetching org.eclipse.e4.core.services.source_2.3.400.v20220915-1347.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (62.37kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt.source_0.16.700.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (96.84kB) [INFO] Fetching org.eclipse.e4.core.commands.source_1.0.300.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (25.12kB) [INFO] Fetching org.eclipse.e4.ui.bindings.source_0.13.200.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (37.47kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench.source_2.2.300.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (378.54kB) [INFO] Fetching org.eclipse.e4.ui.services.source_1.5.100.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (24.21kB) [INFO] Fetching org.eclipse.e4.ui.css.core.source_0.13.400.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (208.19kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.source_0.14.700.v20221102-0748.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (164kB) [INFO] Fetching org.apache.batik.css.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (321.27kB) [INFO] Fetching org.w3c.css.sac.source_1.3.1.v200903091627.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (52.19kB) [INFO] Fetching org.apache.batik.util.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (128.49kB) [INFO] Fetching org.w3c.dom.svg.source_1.1.0.v201011041433.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (89.33kB) [INFO] Fetching org.w3c.dom.smil.source_1.0.1.v200903091627.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (21.78kB) [INFO] Fetching org.w3c.dom.events.source_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (39.54kB) [INFO] Fetching javax.inject.source_1.0.0.v20220405-0441.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (39.15kB) [INFO] Fetching org.eclipse.e4.core.di.source_1.8.300.v20220817-1539.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (46.32kB) [INFO] Fetching org.eclipse.e4.core.contexts.source_1.11.0.v20220716-0839.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (47.77kB) [INFO] Fetching org.apache.batik.i18n.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (22.04kB) [INFO] Fetching org.apache.batik.constants.source_1.16.0.v20221027-0840.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (16.56kB) [INFO] Fetching org.apache.xmlgraphics.source_2.7.0.v20221018-0736.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (679.43kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.source_0.17.200.v20220613-1008.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (14.44kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme.source_0.13.200.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (24.63kB) [INFO] Fetching org.eclipse.e4.ui.di.source_1.4.100.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (18.32kB) [INFO] Fetching org.eclipse.e4.ui.widgets.source_1.3.100.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (12.35kB) [INFO] Fetching org.eclipse.equinox.common.source_3.17.0.v20221108-1156.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (148.53kB) [INFO] Fetching org.apache.felix.scr.source_2.2.4.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (263.95kB) [INFO] Fetching org.eclipse.equinox.event.source_1.6.100.v20211021-1418.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (27.17kB) [INFO] Fetching org.eclipse.core.commands.source_3.10.300.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (152.51kB) [INFO] Fetching org.eclipse.core.contenttype.source_3.8.200.v20220817-1539.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (83.82kB) [INFO] Fetching org.eclipse.core.databinding.observable.source_1.12.100.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (210.33kB) [INFO] Fetching org.eclipse.core.databinding.property.source_1.9.100.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (96.38kB) [INFO] Fetching org.eclipse.core.expressions.source_3.8.200.v20220613-1047.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (88.69kB) [INFO] Fetching org.eclipse.core.jobs.source_3.13.200.v20221102-1024.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (112.19kB) [INFO] Fetching org.eclipse.core.runtime.source_3.26.100.v20221021-0005.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (80.15kB) [INFO] Fetching org.eclipse.equinox.app.source_1.6.200.v20220720-2012.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (78.31kB) [INFO] Fetching org.eclipse.equinox.launcher.source_1.6.400.v20210924-0641.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (43.81kB) [INFO] Fetching org.eclipse.equinox.preferences.source_3.10.100.v20220710-1223.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (107.53kB) [INFO] Fetching org.osgi.service.prefs.source_1.1.2.202109301733.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (10.01kB) [INFO] Fetching org.eclipse.equinox.registry.source_3.11.200.v20220817-1601.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (177.96kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.source_1.4.200.v20221111-1340.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (39.27kB) [INFO] Fetching org.eclipse.osgi.compatibility.state.source_1.2.800.v20221116-1440.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (144.82kB) [INFO] Fetching org.eclipse.osgi.services.source_3.11.100.v20221006-1531.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (80.03kB) [INFO] Fetching org.eclipse.osgi.util.source_3.7.100.v20220615-1601.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (14.25kB) [INFO] Fetching org.eclipse.e4.ui.workbench3.source_0.16.100.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (19.55kB) [INFO] Fetching org.apache.felix.gogo.command.source_1.1.2.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (25.77kB) [INFO] Fetching org.apache.felix.gogo.runtime.source_1.1.6.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (100.4kB) [INFO] Fetching org.apache.felix.gogo.shell.source_1.1.4.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (37.66kB) [INFO] Fetching org.eclipse.equinox.console.source_1.4.500.v20211021-1418.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (84.65kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt.source_1.4.500.v20221028-0801.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (79.53kB) [INFO] Fetching org.eclipse.equinox.bidi.source_1.4.200.v20220710-1223.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (65.32kB) [INFO] Fetching org.eclipse.e4.ui.dialogs.source_1.3.400.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (40.56kB) [INFO] Fetching org.apache.commons.jxpath.source_1.3.0.v200911051830.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (356.27kB) [INFO] Fetching org.eclipse.e4.emf.xpath.source_0.3.100.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (54.21kB) [INFO] Fetching org.eclipse.e4.core.di.annotations.source_1.7.200.v20220613-1008.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (16.26kB) [INFO] Fetching org.eclipse.e4.ui.swt.win32.source_1.1.100.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (11.23kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier.source_0.16.400.v20220613-1047.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (22.57kB) [INFO] Fetching org.eclipse.urischeme.source_1.2.200.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (46.11kB) [INFO] Fetching org.eclipse.jface.notifications.source_0.5.100.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (20.31kB) [INFO] Fetching com.sun.jna.source_5.12.1.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (158.94kB) [INFO] Fetching com.sun.jna.platform.source_5.12.1.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.03MB) [INFO] Fetching org.osgi.util.function.source_1.2.0.202109301733.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (8.44kB) [INFO] Fetching org.osgi.util.promise.source_1.2.0.202109301733.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (28.15kB) [INFO] Fetching org.osgi.util.measurement.source_1.0.2.201802012109.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (10.96kB) [INFO] Fetching org.osgi.util.position.source_1.0.1.201505202026.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (9.58kB) [INFO] Fetching org.osgi.util.xml.source_1.0.2.202109301733.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (6.47kB) [INFO] Fetching org.osgi.service.cm.source_1.6.1.202109301733.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (31.37kB) [INFO] Fetching org.osgi.service.component.source_1.5.0.202109301733.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (29.55kB) [INFO] Fetching org.osgi.service.device.source_1.1.1.202109301733.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (9.49kB) [INFO] Fetching org.osgi.service.event.source_1.4.1.202109301733.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (22.65kB) [INFO] Fetching org.osgi.service.metatype.source_1.4.1.202109301733.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (10.76kB) [INFO] Fetching org.osgi.service.provisioning.source_1.2.0.201505202024.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (9.88kB) [INFO] Fetching org.osgi.service.upnp.source_1.2.1.202109301733.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (17.8kB) [INFO] Fetching org.osgi.service.useradmin.source_1.1.1.202109301733.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (19.29kB) [INFO] Fetching org.osgi.service.wireadmin.source_1.0.2.202109301733.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (25.26kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.source_0.15.800.v20221206-1216.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221206-1800/plugins/ (140.63kB) [INFO] Fetching org.eclipse.e4.ui.workbench.source_1.14.100.v20221209-1024.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221209-0520/plugins/ (172.67kB) [INFO] Fetching org.eclipse.core.databinding.source_1.12.0.v20221209-0757.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221209-0520/plugins/ (178.5kB) [INFO] Fetching org.eclipse.core.databinding.beans.source_1.9.100.v20221209-0807.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221209-0520/plugins/ (64.51kB) [INFO] Fetching org.eclipse.jface.databinding.source_1.14.100.v20221209-0807.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221209-0520/plugins/ (222.18kB) [INFO] Fetching org.eclipse.osgi.source_3.18.300.v20221209-1442.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221209-1800/plugins/ (1.12MB) [INFO] Fetching org.eclipse.jface.source_3.29.0.v20221211-2034.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221211-1800/plugins/ (1.01MB) [INFO] Fetching javax.annotation.source_1.3.5.v20221203-1659.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221212-1800/plugins/ (59.74kB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64.source_3.122.100.v20221214-1115.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221214-0610/plugins/ (1.99MB) [INFO] Fetching org.eclipse.e4.ui.progress.source_0.3.700.v20221209-1444.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221209-1800/plugins/ (122.65kB) [INFO] Fetching org.eclipse.e4.rcp.source_4.27.0.v20221214-1346.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221214-1800/features/ (21.82kB) [INFO] Fetching org.eclipse.e4.tools.emf.ui_4.7.400.v20220915-1041.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.43MB) [INFO] Fetching org.eclipse.emf.databinding_1.6.0.v20220517-0824.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (92.83kB) [INFO] Fetching org.eclipse.emf.edit_2.17.0.v20220201-1551.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (296.76kB) [INFO] Fetching org.eclipse.emf.databinding.edit_1.7.0.v20210113-0340.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (54.78kB) [INFO] Fetching org.eclipse.e4.tools.services_4.9.0.v20210427-1802.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (31.95kB) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.17.0.v20220817-1334.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (232.69kB) [INFO] Fetching org.eclipse.e4.ui.ide_3.16.200.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (13.32kB) [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (89.67kB) [INFO] Fetching org.eclipse.ecf_3.10.0.v20210925-0032.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (127.97kB) [INFO] Fetching org.eclipse.ecf.identity_3.9.402.v20210409-2301.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (64.2kB) [INFO] Fetching org.eclipse.equinox.concurrent_1.2.100.v20211021-1418.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (26.38kB) [INFO] Fetching org.eclipse.ecf.core.feature_1.6.1.v20211005-1944.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (19.76kB) [INFO] Fetching org.eclipse.ecf.source_3.10.0.v20210925-0032.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (104.33kB) [INFO] Fetching org.eclipse.ecf.identity.source_3.9.402.v20210409-2301.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (53.08kB) [INFO] Fetching org.eclipse.ecf.core.feature.source_1.6.1.v20211005-1944.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (21.04kB) [INFO] Fetching org.eclipse.ecf.ssl_1.2.401.v20210409-2301.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (15.43kB) [INFO] Fetching org.eclipse.ecf.core.ssl.feature_1.1.501.v20210409-2301.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (19.71kB) [INFO] Fetching org.eclipse.ecf.ssl.source_1.2.401.v20210409-2301.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (13.64kB) [INFO] Fetching org.eclipse.ecf.core.ssl.feature.source_1.1.501.v20210409-2301.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (21.07kB) [INFO] Fetching org.eclipse.ecf.filetransfer_5.1.102.v20210409-2301.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (52.52kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.800.v20220215-0126.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (129.12kB) [INFO] Fetching org.eclipse.ecf.filetransfer.feature_3.14.1800.v20220215-0126.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (27.83kB) [INFO] Fetching org.eclipse.ecf.filetransfer.source_5.1.102.v20210409-2301.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (76.03kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.source_3.2.800.v20220215-0126.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (86.1kB) [INFO] Fetching org.eclipse.ecf.filetransfer.feature.source_3.14.1800.v20220215-0126.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (29.23kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient5_1.0.401.v20221105-0315.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (84.82kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient5.win32_1.0.501.v20221105-0315.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (24.79kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient5.feature_1.1.701.v20221112-0806.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (29.7kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient5.source_1.0.401.v20221105-0315.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (45.84kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient5.win32.source_1.0.501.v20221105-0315.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (21.65kB) [INFO] Fetching org.apache.commons.codec.source_1.14.0.v20221112-0806.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (376.07kB) [INFO] Fetching org.apache.commons.logging.source_1.2.0.v20180409-1502.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (85.46kB) [INFO] Fetching org.apache.httpcomponents.client5.httpclient5.source_5.1.3.v20221013-1742.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (615.96kB) [INFO] Fetching org.apache.httpcomponents.client5.httpclient5-win.source_5.1.3.v20221013-1742.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (29.16kB) [INFO] Fetching org.apache.httpcomponents.core5.httpcore5.source_5.1.4.v20221013-1742.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (828.19kB) [INFO] Fetching org.apache.httpcomponents.core5.httpcore5-h2.source_5.1.4.v20221013-1742.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (197.36kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient5.feature.source_1.1.701.v20221112-0806.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (31.17kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.0.201.v20210409-2301.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (9.69kB) [INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature_1.1.401.v20210409-2301.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (23.74kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl.source_1.0.201.v20210409-2301.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (9.49kB) [INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature.source_1.1.401.v20210409-2301.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (25.15kB) [INFO] Fetching org.eclipse.emf.common_2.27.0.v20221121-1400.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (369.72kB) [INFO] Fetching org.eclipse.emf.common_2.28.0.v20221121-1400.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (20.89kB) [INFO] Fetching org.eclipse.emf.common.source_2.27.0.v20221121-1400.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (221.03kB) [INFO] Fetching org.eclipse.emf.common.source_2.28.0.v20221121-1400.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (22.17kB) [INFO] Fetching org.eclipse.emf.common.ui_2.20.0.v20220226-1304.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (165.22kB) [INFO] Fetching org.eclipse.emf.databinding.edit_1.9.0.v20210924-1718.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (20.92kB) [INFO] Fetching org.eclipse.emf.databinding.edit.source_1.7.0.v20210113-0340.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (42.87kB) [INFO] Fetching org.eclipse.emf.databinding.edit.source_1.9.0.v20210924-1718.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (22.33kB) [INFO] Fetching org.eclipse.emf.databinding_1.9.0.v20220517-0824.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (20.88kB) [INFO] Fetching org.eclipse.emf.databinding.source_1.6.0.v20220517-0824.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (59.02kB) [INFO] Fetching org.eclipse.emf.databinding.source_1.9.0.v20220517-0824.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (22.22kB) [INFO] Fetching org.eclipse.emf.ecore_2.30.0.v20221121-1400.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (20.96kB) [INFO] Fetching org.eclipse.emf.ecore.source_2.29.0.v20221121-1400.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (822.45kB) [INFO] Fetching org.eclipse.emf.ecore.change.source_2.14.0.v20190528-0725.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (92.6kB) [INFO] Fetching org.eclipse.emf.ecore.xmi.source_2.17.0.v20220817-1334.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (153.48kB) [INFO] Fetching org.eclipse.emf.ecore.source_2.30.0.v20221121-1400.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (22.25kB) [INFO] Fetching org.eclipse.emf.edit_2.18.0.v20220201-1551.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (20.87kB) [INFO] Fetching org.eclipse.emf.edit.source_2.17.0.v20220201-1551.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (211.78kB) [INFO] Fetching org.eclipse.emf.edit.source_2.18.0.v20220201-1551.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (22.17kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.22.0.v20220619-0533.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (348.65kB) [INFO] Fetching org.eclipse.equinox.executable_3.8.2000.v20221201-0912.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221201-0500/features/ (435.93kB) [INFO] Fetching org.eclipse.equinox.executable_root.win32.win32.x86_64_3.8.2000.v20221201-0912 from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221201-0500/binary/ (270.24kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.2.100.v20220817-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (38.37kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.2.200.v20220315-2155.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (69.13kB) [INFO] Fetching org.eclipse.equinox.http.jetty_3.8.200.v20221109-0702.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (30.99kB) [INFO] Fetching org.eclipse.equinox.http.servlet_1.7.400.v20221006-1531.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (236.29kB) [INFO] Fetching org.eclipse.jetty.http_10.0.13.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221213-0200/plugins/ (243.43kB) [INFO] Fetching org.eclipse.jetty.server_10.0.13.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221213-0200/plugins/ (777.19kB) [INFO] Fetching org.eclipse.jetty.servlet_10.0.13.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221213-0200/plugins/ (161.97kB) [INFO] Fetching org.eclipse.jetty.util_10.0.13.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221213-0200/plugins/ (554.88kB) [INFO] Fetching org.eclipse.equinox.http.registry_1.3.200.v20220720-2012.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (49.35kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper_1.1.700.v20220801-1124.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (29.14kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.2.100.v20211021-1418.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (12.61kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.6.300.v20220817-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (362.07kB) [INFO] Fetching org.tukaani.xz_1.9.0.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (113.29kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.9.200.v20220817-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (79.47kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.2.400.v20221201-0952.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221201-0500/plugins/ (71.66kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.6.300.v20221030-1923.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (176.44kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.4.800.v20221205-1614.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221205-1800/plugins/ (172.79kB) [INFO] Fetching org.eclipse.equinox.p2.console_1.2.100.v20221111-1340.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (30.32kB) [INFO] Fetching org.eclipse.equinox.p2.director_2.5.400.v20220817-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (112.39kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.7.500.v20220817-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (221.38kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.2.100.v20221111-1340.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (26.87kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.4.100.v20220329-1456.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (132.68kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.3.300.v20220817-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (133.75kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.4.400.v20220506-1821.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (86.25kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.2.100.v20221117-1044.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (28.71kB) [INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.3.300.v20220512-1321.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (45.06kB) [INFO] Fetching org.eclipse.equinox.p2.operations_2.6.100.v20220817-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (77.31kB) [INFO] Fetching org.eclipse.equinox.security.win32.x86_64_1.1.300.v20211021-1418.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (40.75kB) [INFO] Fetching org.eclipse.equinox.p2.core.feature_1.6.1700.v20221213-0608.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221213-0200/features/ (21.49kB) [INFO] Fetching org.eclipse.equinox.p2.console.source_1.2.100.v20221111-1340.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (21.76kB) [INFO] Fetching org.eclipse.equinox.p2.core.source_2.9.200.v20220817-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (63.84kB) [INFO] Fetching org.eclipse.equinox.p2.director.source_2.5.400.v20220817-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (69.19kB) [INFO] Fetching org.eclipse.equinox.p2.engine.source_2.7.500.v20220817-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (144.7kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector.source_1.2.100.v20221111-1340.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (20.69kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.source_2.6.300.v20220817-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (249.79kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository.source_1.4.100.v20220329-1456.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (59.87kB) [INFO] Fetching org.eclipse.equinox.p2.repository.source_2.6.300.v20221030-1923.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (136.6kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse.source_2.3.300.v20220817-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (98.08kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives.source_1.4.400.v20220506-1821.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (59.37kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator.source_2.2.100.v20221117-1044.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (21.46kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.source_2.2.100.v20220817-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (36.72kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox.source_1.2.200.v20220315-2155.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (47.62kB) [INFO] Fetching org.eclipse.equinox.security.source_1.3.1000.v20220801-1135.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (104.26kB) [INFO] Fetching org.eclipse.equinox.p2.transport.ecf.source_1.3.300.v20220512-1321.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (31.42kB) [INFO] Fetching org.eclipse.equinox.p2.operations.source_2.6.100.v20220817-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (66.06kB) [INFO] Fetching org.eclipse.equinox.security.win32.x86_64.source_1.1.300.v20211021-1418.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (16.59kB) [INFO] Fetching org.tukaani.xz.source_1.9.0.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (135.7kB) [INFO] Fetching bcprov.source_1.72.0.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (7.5MB) [INFO] Fetching org.eclipse.equinox.concurrent.source_1.2.100.v20211021-1418.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (25.97kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor.source_1.2.400.v20221201-0952.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221201-0500/plugins/ (47.71kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository.source_1.4.800.v20221205-1614.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221205-1800/plugins/ (116.91kB) [INFO] Fetching bcpg.source_1.72.2.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221213-0200/plugins/ (311.89kB) [INFO] Fetching org.eclipse.equinox.p2.core.feature.source_1.6.1700.v20221213-0608.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221213-0200/features/ (21.34kB) [INFO] Fetching org.sat4j.core_2.3.6.v20201214.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (429.55kB) [INFO] Fetching org.sat4j.pb_2.3.6.v20201214.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (432.64kB) [INFO] Fetching org.eclipse.equinox.p2.director.app_1.2.300.v20220911-2007.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (61.68kB) [INFO] Fetching org.eclipse.equinox.p2.directorywatcher_1.3.100.v20221111-1340.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (33.47kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.7.300.v20221203-1819.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221205-0710/plugins/ (103.71kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.4.300.v20221214-0640.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221214-0610/plugins/ (246.26kB) [INFO] Fetching org.eclipse.equinox.p2.extensionlocation_1.4.100.v20220213-0541.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (35.63kB) [INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins_1.4.200.v20220911-2007.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (51.45kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.3.300.v20221203-1932.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221205-0710/plugins/ (256.99kB) [INFO] Fetching org.eclipse.equinox.p2.extras.feature_1.4.1900.v20221214-0640.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221214-0610/features/ (20.95kB) [INFO] Fetching org.eclipse.equinox.p2.director.app.source_1.2.300.v20220911-2007.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (36.72kB) [INFO] Fetching org.eclipse.equinox.p2.directorywatcher.source_1.3.100.v20221111-1340.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (24.57kB) [INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins.source_1.4.200.v20220911-2007.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (35.86kB) [INFO] Fetching org.eclipse.equinox.p2.extensionlocation.source_1.4.100.v20220213-0541.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (26.26kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.source_1.7.300.v20221203-1819.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221205-0710/plugins/ (78.56kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools.source_2.3.300.v20221203-1932.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221205-0710/plugins/ (180.5kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse.source_1.4.300.v20221214-0640.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221214-0610/plugins/ (151.64kB) [INFO] Fetching org.eclipse.equinox.p2.extras.feature.source_1.4.1900.v20221214-0640.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221214-0610/features/ (21.01kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler_1.5.400.v20220805-0804.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (105.26kB) [INFO] Fetching org.eclipse.equinox.p2.updatechecker_1.3.100.v20221111-1340.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (20.12kB) [INFO] Fetching org.eclipse.equinox.security.ui_1.3.400.v20221007-1815.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (172.26kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk_1.2.100.v20220814-1551.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (70.34kB) [INFO] Fetching org.eclipse.equinox.p2.ui_2.7.800.v20221204-0911.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221205-0710/plugins/ (659.54kB) [INFO] Fetching org.eclipse.equinox.p2.rcp.feature_1.4.1900.v20221213-0608.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221213-0200/features/ (20.88kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler.source_1.5.400.v20220805-0804.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (57.79kB) [INFO] Fetching org.eclipse.equinox.p2.updatechecker.source_1.3.100.v20221111-1340.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (17.27kB) [INFO] Fetching org.eclipse.equinox.security.ui.source_1.3.400.v20221007-1815.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (87.3kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.source_1.2.100.v20220814-1551.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (38.24kB) [INFO] Fetching org.eclipse.equinox.p2.ui.source_2.7.800.v20221204-0911.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221205-0710/plugins/ (309.57kB) [INFO] Fetching org.eclipse.equinox.p2.rcp.feature.source_1.4.1900.v20221213-0608.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221213-0200/features/ (20.97kB) [INFO] Fetching org.eclipse.equinox.p2.ui.importexport_1.3.300.v20220329-1456.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (129.58kB) [INFO] Fetching org.eclipse.equinox.p2.updatesite_1.2.300.v20220420-1427.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (100.51kB) [INFO] Fetching org.eclipse.equinox.p2.user.ui_2.4.1900.v20221214-0640.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221214-0610/features/ (20.75kB) [INFO] Fetching org.eclipse.equinox.p2.updatesite.source_1.2.300.v20220420-1427.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (70.91kB) [INFO] Fetching org.eclipse.equinox.p2.ui.importexport.source_1.3.300.v20220329-1456.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (50.45kB) [INFO] Fetching org.eclipse.equinox.p2.user.ui.source_2.4.1900.v20221214-0640.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221214-0610/features/ (20.95kB) [INFO] Fetching org.eclipse.help.base_4.3.1000.v20221214-1800.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221214-1800/plugins/ (434.44kB) [INFO] Fetching org.eclipse.help.ui_4.4.100.v20220619-1918.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (536.94kB) [INFO] Fetching org.eclipse.help.webapp_3.10.1000.v20221206-0939.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221206-1800/plugins/ (738.76kB) [INFO] Fetching org.eclipse.jetty.io_10.0.13.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221213-0200/plugins/ (211.42kB) [INFO] Fetching org.eclipse.jetty.security_10.0.13.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221213-0200/plugins/ (118.37kB) [INFO] Fetching org.eclipse.jetty.util.ajax_10.0.13.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221213-0200/plugins/ (62.46kB) [INFO] Fetching org.eclipse.help_2.3.1300.v20221214-1800.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221214-1800/features/ (21.34kB) [INFO] Fetching jakarta.servlet-api.source_4.0.0.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (164.65kB) [INFO] Fetching javax.servlet.jsp-api.source_2.3.3.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (162.63kB) [INFO] Fetching org.apache.jasper.glassfish.source_2.2.2.v201501141630.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (461.72kB) [INFO] Fetching org.apache.lucene.analyzers-common.source_8.4.1.v20221112-0806.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.66MB) [INFO] Fetching org.apache.lucene.core.source_8.4.1.v20221112-0806.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (2.24MB) [INFO] Fetching org.apache.lucene.analyzers-smartcn.source_8.4.1.v20221112-0806.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (3.45MB) [INFO] Fetching org.eclipse.equinox.http.jetty.source_3.8.200.v20221109-0702.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (24.35kB) [INFO] Fetching org.eclipse.equinox.http.registry.source_1.3.200.v20220720-2012.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (34.22kB) [INFO] Fetching org.eclipse.equinox.http.servlet.source_1.7.400.v20221006-1531.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (142.36kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper.source_1.1.700.v20220801-1124.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (20.97kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper.registry.source_1.2.100.v20211021-1418.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (12.04kB) [INFO] Fetching org.eclipse.help.ui.source_4.4.100.v20220619-1918.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (222.75kB) [INFO] Fetching org.eclipse.core.net.source_1.4.0.v20220813-1037.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (41.47kB) [INFO] Fetching org.eclipse.help.webapp.source_3.10.1000.v20221206-0939.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221206-1800/plugins/ (204.02kB) [INFO] Fetching org.eclipse.jetty.http.source_10.0.13.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221213-0200/plugins/ (136.37kB) [INFO] Fetching org.eclipse.jetty.io.source_10.0.13.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221213-0200/plugins/ (115.3kB) [INFO] Fetching org.eclipse.jetty.security.source_10.0.13.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221213-0200/plugins/ (83.01kB) [INFO] Fetching org.eclipse.jetty.server.source_10.0.13.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221213-0200/plugins/ (441.53kB) [INFO] Fetching org.eclipse.jetty.servlet.source_10.0.13.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221213-0200/plugins/ (84.71kB) [INFO] Fetching org.eclipse.jetty.util.source_10.0.13.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221213-0200/plugins/ (346.63kB) [INFO] Fetching org.eclipse.jetty.util.ajax.source_10.0.13.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221213-0200/plugins/ (36.22kB) [INFO] Fetching javax.el-api.source_3.0.3.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221213-1800/plugins/ (101.93kB) [INFO] Fetching com.sun.el.javax.el.source_3.0.0.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221214-0610/plugins/ (274.06kB) [INFO] Fetching org.eclipse.help.base.source_4.3.1000.v20221214-1800.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221214-1800/plugins/ (309.04kB) [INFO] Fetching org.eclipse.help.source_2.3.1300.v20221214-1800.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221214-1800/features/ (20.72kB) [INFO] Fetching org.eclipse.jdt.core.compiler.batch_3.33.0.v20221213-0509.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221213-0200/plugins/ (3.01MB) [INFO] Fetching org.eclipse.ui.intro_3.6.600.v20220619-1918.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (346.47kB) [INFO] Fetching org.eclipse.ui.cheatsheets_3.7.500.v20220903-1020.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (387.45kB) [INFO] Fetching org.eclipse.jdt_3.19.0.v20221214-1800.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221214-1800/plugins/ (44.73kB) [INFO] Fetching org.eclipse.jdt.annotation_1.2.100.v20220826-1026.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (16.9kB) [INFO] Fetching org.eclipse.jdt.annotation_2.2.700.v20220826-1026.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (27.04kB) [INFO] Fetching org.eclipse.jdt.apt.core_3.7.100.v20221202-1820.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221205-0710/plugins/ (393.76kB) [INFO] Fetching org.eclipse.jdt.apt.pluggable.core_1.3.100.v20221201-1549.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221201-1800/plugins/ (41.69kB) [INFO] Fetching org.eclipse.jdt.apt.ui_3.7.0.v20210620-1751.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (71.97kB) [INFO] Fetching org.eclipse.jdt.core.formatterapp_1.1.0.v20210618-1653.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (12.61kB) [INFO] Fetching org.eclipse.jdt.core.manipulation_1.17.100.v20221206-1820.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221206-1800/plugins/ (2.2MB) [INFO] Fetching org.eclipse.jdt.debug_3.20.100.v20221212-0843.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221212-1800/plugins/ (918.3kB) [INFO] Fetching org.eclipse.search_3.14.300.v20220905-1020.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (491.27kB) [INFO] Fetching org.eclipse.jdt.doc.isv_3.14.1900.v20221214-1540.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221214-1800/plugins/ (8.07MB) [INFO] Fetching org.eclipse.jdt.doc.user_3.15.1600.v20221121-0559.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (7.97MB) [INFO] Fetching org.eclipse.jdt.junit.core_3.11.500.v20221031-1935.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (178.54kB) [INFO] Fetching org.eclipse.jdt.junit.runtime_3.7.0.v20220609-1843.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (58.99kB) [INFO] Fetching org.eclipse.jdt.junit4.runtime_1.3.0.v20220609-1843.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (28.39kB) [INFO] Fetching org.eclipse.jdt.junit5.runtime_1.1.100.v20220907-0450.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (27.02kB) [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (65.43kB) [INFO] Fetching org.eclipse.jdt_3.19.0.v20221214-2141.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221214-1800/features/ (21.52kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.12.200.v20220808-2221.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (470.76kB) [INFO] Fetching org.eclipse.ant.ui.source_3.8.300.v20220718-1722.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (612.74kB) [INFO] Fetching org.eclipse.jdt.apt.ui.source_3.7.0.v20210620-1751.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (45.9kB) [INFO] Fetching org.eclipse.jdt.core.formatterapp.source_1.1.0.v20210618-1653.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (10.89kB) [INFO] Fetching org.eclipse.jdt.annotation.source_1.2.100.v20220826-1026.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (13.86kB) [INFO] Fetching org.eclipse.jdt.annotation.source_2.2.700.v20220826-1026.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (19.7kB) [INFO] Fetching org.eclipse.jdt.junit.source_3.15.100.v20220909-2154.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (197.1kB) [INFO] Fetching org.eclipse.jdt.junit.core.source_3.11.500.v20221031-1935.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (116kB) [INFO] Fetching org.eclipse.jdt.junit.runtime.source_3.7.0.v20220609-1843.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (47.6kB) [INFO] Fetching org.eclipse.jdt.junit4.runtime.source_1.3.0.v20220609-1843.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (20.23kB) [INFO] Fetching org.eclipse.jdt.junit5.runtime.source_1.1.100.v20220907-0450.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (18.58kB) [INFO] Fetching org.junit.source_4.13.2.v20211018-1956.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (261.47kB) [INFO] Fetching org.hamcrest.core.source_1.3.0.v20180420-1519.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (51.3kB) [INFO] Fetching junit-jupiter-api.source_5.9.1.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (201.1kB) [INFO] Fetching junit-jupiter-engine.source_5.9.1.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (129.58kB) [INFO] Fetching junit-jupiter-migrationsupport.source_5.9.1.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (24.01kB) [INFO] Fetching junit-jupiter-params.source_5.9.1.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (72.47kB) [INFO] Fetching junit-platform-commons.source_1.9.1.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (75.22kB) [INFO] Fetching junit-platform-engine.source_1.9.1.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (133.7kB) [INFO] Fetching junit-platform-launcher.source_1.9.1.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (100.27kB) [INFO] Fetching junit-platform-runner.source_1.9.1.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (12.31kB) [INFO] Fetching junit-platform-suite-api.source_1.9.1.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (27.91kB) [INFO] Fetching junit-platform-suite-commons.source_1.9.1.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (10.76kB) [INFO] Fetching junit-platform-suite-engine.source_1.9.1.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (16.54kB) [INFO] Fetching junit-vintage-engine.source_5.9.1.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (38.36kB) [INFO] Fetching org.opentest4j.source_1.2.0.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (8.53kB) [INFO] Fetching org.apiguardian.api.source_1.1.2.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (6.73kB) [INFO] Fetching org.eclipse.ant.launching.source_1.3.400.v20220718-1722.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (130.7kB) [INFO] Fetching org.eclipse.jdt.apt.pluggable.core.source_1.3.100.v20221201-1549.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221201-1800/plugins/ (35.68kB) [INFO] Fetching org.eclipse.jdt.apt.core.source_3.7.100.v20221202-1820.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221205-0710/plugins/ (357.8kB) [INFO] Fetching org.eclipse.jdt.core.manipulation.source_1.17.100.v20221206-1820.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221206-1800/plugins/ (1.33MB) [INFO] Fetching org.eclipse.jdt.debug.ui.source_3.12.1000.v20221212-0843.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221212-1800/plugins/ (849.42kB) [INFO] Fetching org.eclipse.jdt.debug.source_3.20.100.v20221212-0843.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221212-1800/plugins/ (775.79kB) [INFO] Fetching org.eclipse.jdt.launching.source_3.19.900.v20221212-0843.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221212-1800/plugins/ (353.47kB) [INFO] Fetching org.eclipse.jdt.core.compiler.batch.source_3.33.0.v20221213-0509.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221213-0200/plugins/ (2.19MB) [INFO] Fetching org.eclipse.jdt.core.source_3.33.0.v20221214-1453.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221214-1800/plugins/ (3.06MB) [INFO] Fetching org.eclipse.jdt.ui.source_3.27.200.v20221214-2141.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221214-1800/plugins/ (5.3MB) [INFO] Fetching org.eclipse.jdt.source_3.19.0.v20221214-2141.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221214-1800/features/ (20.88kB) [INFO] Fetching org.eclipse.team.ui_3.9.500.v20220920-2213.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.42MB) [INFO] Fetching org.eclipse.ui.navigator_3.10.400.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (424.89kB) [INFO] Fetching org.eclipse.ui.navigator.resources_3.8.500.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (174.1kB) [INFO] Fetching org.eclipse.jsch.core_1.4.0.v20220813-1037.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (43.17kB) [INFO] Fetching org.eclipse.jsch.ui_1.4.200.v20220812-1406.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (95.52kB) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full_17.0.5.v20221102-0933.jar from https://download.eclipse.org/justj/jres/17/updates/milestone/S202211020933/plugins/ (19.68kB) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full_17.0.5.v20221102-0933.jar from https://download.eclipse.org/justj/jres/17/updates/milestone/S202211020933/features/ (23.27kB) [INFO] Fetching org.eclipse.license_2.0.2.v20181016-2210.jar from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/features/ (13.05kB) [INFO] Fetching org.eclipse.nebula.widgets.tablecombo_1.2.0.202211220849.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (41.94kB) [INFO] Fetching org.eclipse.oomph.base_1.17.0.v20220821-0916.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (71.5kB) [INFO] Fetching org.eclipse.oomph.util_1.20.0.v20220914-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (232.81kB) [INFO] Fetching org.eclipse.oomph.base.edit_1.15.0.v20220601-1043.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (68kB) [INFO] Fetching org.eclipse.oomph.extractor.lib_1.9.0.v20220421-1218.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (26.19kB) [INFO] Fetching org.eclipse.oomph.jreinfo_1.17.0.v20220520-1242.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (40.94kB) [INFO] Fetching org.eclipse.oomph.jreinfo.ui_1.15.0.v20220520-1242.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (57.6kB) [INFO] Fetching org.eclipse.oomph.ui_1.18.0.v20220914-1119.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (403.88kB) [INFO] Fetching org.eclipse.oomph.jreinfo.win32.x86_64_1.8.0.v20220421-1218.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (31.62kB) [INFO] Fetching org.eclipse.oomph.p2_1.16.0.v20220421-1218.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (70.4kB) [INFO] Fetching org.eclipse.oomph.p2.core_1.24.0.v20221125-1553.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (403.07kB) [INFO] Fetching org.eclipse.oomph.p2.doc_1.13.0.v20220421-1218.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (318.57kB) [INFO] Fetching org.eclipse.oomph.p2.edit_1.16.0.v20220421-1218.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (54.89kB) [INFO] Fetching org.eclipse.oomph.p2.ui_1.18.0.v20220421-1218.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (379.4kB) [INFO] Fetching org.eclipse.oomph.p2_1.25.0.v20221125-1553.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (20.93kB) [INFO] Fetching org.eclipse.oomph.predicates_1.14.0.v20220421-1218.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (71.91kB) [INFO] Fetching org.eclipse.oomph.predicates.edit_1.13.0.v20220812-0835.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (58.81kB) [INFO] Fetching org.eclipse.oomph.preferences_1.13.0.v20220421-1218.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (89.06kB) [INFO] Fetching org.eclipse.oomph.resources_1.17.0.v20220619-0650.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (123.44kB) [INFO] Fetching org.eclipse.oomph.resources.edit_1.12.0.v20220421-1218.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (30.79kB) [INFO] Fetching org.eclipse.oomph.setup_1.25.0.v20220914-1119.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (360.64kB) [INFO] Fetching org.eclipse.oomph.setup.core_1.26.0.v20221125-1553.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (337.03kB) [INFO] Fetching org.eclipse.oomph.setup.p2_1.19.0.v20220607-1104.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (53.1kB) [INFO] Fetching org.eclipse.oomph.setup.edit_1.16.0.v20220421-1218.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (180.49kB) [INFO] Fetching org.eclipse.oomph.setup.sync_1.14.0.v20220421-1218.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (106.33kB) [INFO] Fetching org.eclipse.oomph.setup.p2.edit_1.14.0.v20220421-1218.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (28.44kB) [INFO] Fetching org.eclipse.oomph.setup.core_1.26.0.v20221125-1553.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (21.1kB) [INFO] Fetching org.eclipse.oomph.setup.doc_1.13.0.v20220520-0625.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (2.5MB) [INFO] Fetching org.eclipse.oomph.setup.editor_1.23.0.v20220905-0631.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (516.74kB) [INFO] Fetching org.eclipse.oomph.setup.ui_1.26.0.v20221125-1553.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (790.76kB) [INFO] Fetching org.eclipse.oomph.workingsets.edit_1.12.0.v20220421-1218.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (39.33kB) [INFO] Fetching org.eclipse.oomph.workingsets.editor_1.13.0.v20220421-1218.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (118.08kB) [INFO] Fetching org.eclipse.oomph.setup.ui.questionnaire_1.13.0.v20220421-1218.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (340.72kB) [INFO] Fetching org.eclipse.oomph.setup_1.27.0.v20221125-1553.jar from https://download.eclipse.org/releases/2022-12/202212071000/features/ (20.99kB) [INFO] Fetching org.eclipse.userstorage_1.2.0.v20210517-0327.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (116.18kB) [INFO] Fetching org.eclipse.userstorage.ui_1.1.0.v20190307-0457.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (44.88kB) [INFO] Fetching org.eclipse.userstorage.oauth_1.1.0.v20190307-0457.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (58.26kB) [INFO] Fetching org.eclipse.oomph.workingsets_1.12.0.v20220421-1218.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (48.91kB) [INFO] Fetching org.eclipse.pde.core_3.16.0.v20221119-0340.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1.36MB) [INFO] Fetching org.objectweb.asm_9.4.0.v20221107-1714.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (134.94kB) [INFO] Fetching org.objectweb.asm.tree_9.4.0.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (51.43kB) [INFO] Fetching org.eclipse.pde.api.tools_1.2.1200.v20221206-1057.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221206-1800/plugins/ (934.1kB) [INFO] Fetching org.eclipse.pde.api.tools.annotations_1.1.500.v20220813-1730.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (13.28kB) [INFO] Fetching org.eclipse.pde.api.tools.ui_1.2.700.v20220329-0844.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (514.21kB) [INFO] Fetching org.eclipse.pde.ui_3.13.700.v20221114-1716.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (4.55MB) [INFO] Fetching org.eclipse.pde.build_3.11.400.v20220923-1253.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (495.56kB) [INFO] Fetching org.eclipse.pde.doc.user_3.14.1900.v20221201-0934.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221201-0500/plugins/ (6.3MB) [INFO] Fetching org.eclipse.pde.ds.annotations_1.2.500.v20220811-0944.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (142.33kB) [INFO] Fetching org.eclipse.pde.ds.core_1.2.500.v20220411-2005.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (58.78kB) [INFO] Fetching org.eclipse.pde.ds.ui_1.2.300.v20220310-2159.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (205.14kB) [INFO] Fetching org.osgi.annotation.versioning_1.1.2.202109301733.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (14.72kB) [INFO] Fetching org.osgi.annotation.bundle_2.0.0.202202082230.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (28.45kB) [INFO] Fetching org.osgi.service.component.annotations_1.5.0.202109301733.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (42.09kB) [INFO] Fetching org.osgi.service.metatype.annotations_1.4.1.202109301733.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (27.08kB) [INFO] Fetching org.eclipse.pde.junit.runtime_3.6.200.v20220523-1051.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (24.02kB) [INFO] Fetching org.eclipse.pde.runtime_3.7.500.v20221012-2030.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (211.64kB) [INFO] Fetching org.eclipse.pde.launching_3.10.200.v20221108-1157.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (142.67kB) [INFO] Fetching org.eclipse.pde.ua.core_1.2.300.v20211004-0555.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (112.59kB) [INFO] Fetching org.eclipse.pde.ua.ui_1.2.400.v20220317-0700.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (450.72kB) [INFO] Fetching org.eclipse.ui.trace_1.2.200.v20220310-2159.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (59.39kB) [INFO] Fetching org.eclipse.pde.genericeditor.extension_1.1.300.v20220810-1011.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (90.67kB) [INFO] Fetching org.eclipse.tools.layout.spy_1.1.100.v20221111-1233.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (45.96kB) [INFO] Fetching org.eclipse.pde.spy.core_1.0.200.v20220331-1637.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (22.95kB) [INFO] Fetching org.eclipse.pde.spy.model_0.12.400.v20220621-1036.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (17.97kB) [INFO] Fetching org.eclipse.pde.spy.css_0.12.300.v20220512-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (48.59kB) [INFO] Fetching org.eclipse.pde.spy.preferences_0.12.300.v20220512-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (56.03kB) [INFO] Fetching org.eclipse.pde.spy.context_1.0.400.v20221119-0340.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (90.01kB) [INFO] Fetching org.eclipse.pde.spy.bundle_0.12.200.v20220512-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (38.61kB) [INFO] Fetching org.eclipse.pde.spy.event_1.0.100.v20221114-1716.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (72.62kB) [INFO] Fetching org.eclipse.pde.ui.templates_3.7.800.v20221206-1001.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221206-1800/plugins/ (581.23kB) [INFO] Fetching org.eclipse.pde_3.13.2200.v20221214-1800.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221214-1800/plugins/ (69.55kB) [INFO] Fetching org.eclipse.pde_3.14.1500.v20221214-1800.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221214-1800/features/ (21.41kB) [INFO] Fetching org.eclipse.pde.build.source_3.11.400.v20220923-1253.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (319.82kB) [INFO] Fetching org.eclipse.pde.core.source_3.16.0.v20221119-0340.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (1,021.5kB) [INFO] Fetching org.eclipse.pde.junit.runtime.source_3.6.200.v20220523-1051.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (20.56kB) [INFO] Fetching org.eclipse.pde.runtime.source_3.7.500.v20221012-2030.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (84.48kB) [INFO] Fetching org.eclipse.pde.ui.source_3.13.700.v20221114-1716.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (2.06MB) [INFO] Fetching org.eclipse.pde.api.tools.annotations.source_1.1.500.v20220813-1730.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (14.39kB) [INFO] Fetching org.eclipse.pde.api.tools.ui.source_1.2.700.v20220329-0844.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (250.48kB) [INFO] Fetching org.eclipse.pde.ds.core.source_1.2.500.v20220411-2005.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (50.82kB) [INFO] Fetching org.eclipse.pde.ds.ui.source_1.2.300.v20220310-2159.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (94.72kB) [INFO] Fetching org.eclipse.pde.launching.source_3.10.200.v20221108-1157.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (98.51kB) [INFO] Fetching org.eclipse.pde.ua.core.source_1.2.300.v20211004-0555.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (104.68kB) [INFO] Fetching org.eclipse.pde.ua.ui.source_1.2.400.v20220317-0700.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (272.26kB) [INFO] Fetching org.eclipse.ui.trace.source_1.2.200.v20220310-2159.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (51.76kB) [INFO] Fetching org.eclipse.pde.ds.annotations.source_1.2.500.v20220811-0944.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (77kB) [INFO] Fetching org.eclipse.pde.genericeditor.extension.source_1.1.300.v20220810-1011.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (66.27kB) [INFO] Fetching org.eclipse.tools.layout.spy.source_1.1.100.v20221111-1233.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (28.27kB) [INFO] Fetching org.eclipse.pde.spy.core.source_1.0.200.v20220331-1637.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (17.32kB) [INFO] Fetching org.eclipse.pde.spy.model.source_0.12.400.v20220621-1036.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (13.77kB) [INFO] Fetching org.eclipse.pde.spy.css.source_0.12.300.v20220512-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (24.11kB) [INFO] Fetching org.eclipse.pde.spy.preferences.source_0.12.300.v20220512-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (35.44kB) [INFO] Fetching org.eclipse.pde.spy.context.source_1.0.400.v20221119-0340.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (26.71kB) [INFO] Fetching org.eclipse.pde.spy.bundle.source_0.12.200.v20220512-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (17.39kB) [INFO] Fetching org.eclipse.pde.spy.event.source_1.0.100.v20221114-1716.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (41.64kB) [INFO] Fetching org.eclipse.pde.ui.templates.source_3.7.800.v20221206-1001.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221206-1800/plugins/ (112.71kB) [INFO] Fetching org.eclipse.pde.api.tools.source_1.2.1200.v20221206-1057.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221206-1800/plugins/ (659.88kB) [INFO] Fetching org.eclipse.pde.source_3.14.1500.v20221214-1800.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221214-1800/features/ (20.77kB) [INFO] Fetching org.eclipse.ui.views.log_1.3.400.v20220907-1244.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (174kB) [INFO] Fetching org.eclipse.ui.genericeditor_1.2.400.v20221207-1659.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221207-1800/plugins/ (160.56kB) [INFO] Fetching org.eclipse.platform_4.27.0.v20221214-1800.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221214-1800/plugins/ (689.58kB) [INFO] Fetching org.eclipse.platform.doc.isv_4.27.0.v20221214-1614.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221214-1800/plugins/ (35.35MB) [INFO] Fetching org.eclipse.platform.doc.isv_4.27.0.v20221214-1614.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221214-1800/plugins/ (13.83MB of 35.35MB at 13.83MB/s) [INFO] Fetching org.eclipse.platform.doc.isv_4.27.0.v20221214-1614.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221214-1800/plugins/ (28.11MB of 35.35MB at 14.05MB/s) [INFO] Fetching org.eclipse.platform.doc.user_4.27.0.v20221208-1243.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221208-1800/plugins/ (4.01MB) [INFO] Fetching org.eclipse.text.quicksearch_1.1.400.v20221023-0941.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (96.8kB) [INFO] Fetching org.eclipse.ui.intro.universal_3.4.300.v20220619-1918.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (2.1MB) [INFO] Fetching org.eclipse.ui.browser_3.7.300.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (209.29kB) [INFO] Fetching org.eclipse.ui.monitoring_1.2.300.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (61.72kB) [INFO] Fetching org.eclipse.ui.net_1.4.100.v20220812-1406.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (47.76kB) [INFO] Fetching org.eclipse.ui.ide.application_1.4.600.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (114.9kB) [INFO] Fetching org.eclipse.ui.win32_3.4.500.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (24.47kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.9.300.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (110.7kB) [INFO] Fetching org.eclipse.ui.themes_1.2.2100.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (34.03kB) [INFO] Fetching org.eclipse.ui.intro.quicklinks_1.1.200.v20220619-1918.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (25.59kB) [INFO] Fetching org.eclipse.team.genericeditor.diff.extension_1.1.100.v20220812-1406.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (18.14kB) [INFO] Fetching org.eclipse.platform_4.27.0.v20221214-1800.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221214-1800/features/ (22.34kB) [INFO] Fetching org.eclipse.platform_root_4.27.0.v20221214-1800 from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221214-1800/binary/ (196B) [INFO] Fetching org.apache.ant.source_1.10.12.v20211102-1452.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (2.45MB) [INFO] Fetching org.eclipse.ant.core.source_3.6.500.v20220718-1722.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (99.47kB) [INFO] Fetching com.jcraft.jsch.source_0.1.55.v20221112-0806.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (296.03kB) [INFO] Fetching org.eclipse.compare.core.source_3.7.100.v20220812-1406.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (64kB) [INFO] Fetching org.eclipse.compare.source_3.8.500.v20220812-1406.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (424.81kB) [INFO] Fetching org.eclipse.compare.win32.source_1.2.900.v20220812-1406.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (24.9kB) [INFO] Fetching org.eclipse.core.filebuffers.source_3.7.200.v20220202-1008.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (87.97kB) [INFO] Fetching org.eclipse.core.filesystem.source_1.9.500.v20220817-1539.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (94.93kB) [INFO] Fetching org.eclipse.core.net.win32.source_1.0.100.v20220812-1406.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (20.71kB) [INFO] Fetching org.eclipse.core.net.win32.x86_64.source_1.1.700.v20220812-1406.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (9.21kB) [INFO] Fetching org.eclipse.debug.core.source_3.20.0.v20220811-0741.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (406.8kB) [INFO] Fetching org.eclipse.e4.ui.ide.source_3.16.200.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (12.58kB) [INFO] Fetching org.eclipse.ltk.core.refactoring.source_3.13.0.v20220822-0502.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (296.96kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring.source_3.12.200.v20220808-2221.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (253.1kB) [INFO] Fetching org.eclipse.search.source_3.14.300.v20220905-1020.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (266.88kB) [INFO] Fetching org.eclipse.text.quicksearch.source_1.1.400.v20221023-0941.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (61.28kB) [INFO] Fetching org.eclipse.team.ui.source_3.9.500.v20220920-2213.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (768.09kB) [INFO] Fetching org.eclipse.text.source_3.12.300.v20220921-1010.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (281.76kB) [INFO] Fetching org.eclipse.jsch.core.source_1.4.0.v20220813-1037.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (40.55kB) [INFO] Fetching org.eclipse.jsch.ui.source_1.4.200.v20220812-1406.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (49.72kB) [INFO] Fetching org.eclipse.ui.console.source_3.11.400.v20221012-0524.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (166.31kB) [INFO] Fetching org.eclipse.ui.intro.source_3.6.600.v20220619-1918.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (255.55kB) [INFO] Fetching org.eclipse.ui.intro.universal.source_3.4.300.v20220619-1918.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (58.88kB) [INFO] Fetching org.eclipse.ui.cheatsheets.source_3.7.500.v20220903-1020.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (252.99kB) [INFO] Fetching org.eclipse.ui.browser.source_3.7.300.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (98.86kB) [INFO] Fetching org.eclipse.ui.monitoring.source_1.2.300.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (46.98kB) [INFO] Fetching org.eclipse.ui.navigator.source_3.10.400.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (310.65kB) [INFO] Fetching org.eclipse.ui.navigator.resources.source_3.8.500.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (104.64kB) [INFO] Fetching org.eclipse.ui.net.source_1.4.100.v20220812-1406.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (30.4kB) [INFO] Fetching org.eclipse.ui.views.source_3.11.300.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (82.05kB) [INFO] Fetching org.eclipse.ui.externaltools.source_3.5.200.v20220618-1805.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (79.31kB) [INFO] Fetching org.eclipse.ui.ide.application.source_1.4.600.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (52.55kB) [INFO] Fetching org.eclipse.ui.win32.source_3.4.500.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (17.44kB) [INFO] Fetching org.eclipse.core.variables.source_3.5.100.v20210721-1355.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (37.7kB) [INFO] Fetching org.eclipse.ui.forms.source_3.11.500.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (218.97kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed.source_3.9.300.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (84.6kB) [INFO] Fetching org.eclipse.core.externaltools.source_1.2.300.v20220618-1805.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (36.21kB) [INFO] Fetching org.eclipse.ui.themes.source_1.2.2100.v20221024-2137.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (9.2kB) [INFO] Fetching org.eclipse.ui.intro.quicklinks.source_1.1.200.v20220619-1918.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (20.09kB) [INFO] Fetching org.eclipse.team.genericeditor.diff.extension.source_1.1.100.v20220812-1406.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (16kB) [INFO] Fetching org.eclipse.ui.views.log.source_1.3.400.v20220907-1244.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (61.78kB) [INFO] Fetching org.eclipse.debug.ui.launchview.source_1.0.300.v20220811-0741.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (45.18kB) [INFO] Fetching org.eclipse.team.core.source_3.9.700.v20221201-0946.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221201-0500/plugins/ (369.59kB) [INFO] Fetching org.eclipse.ui.editors.source_3.15.0.v20221201-1935.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221201-1800/plugins/ (332.36kB) [INFO] Fetching org.eclipse.ui.genericeditor.source_1.2.400.v20221207-1659.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221207-1800/plugins/ (100.41kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor.source_3.16.700.v20221207-1724.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221207-1800/plugins/ (445.44kB) [INFO] Fetching org.eclipse.debug.ui.source_3.17.200.v20221208-2014.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221208-1800/plugins/ (1.68MB) [INFO] Fetching org.eclipse.jface.text.source_3.23.0.v20221209-1357.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221209-1800/plugins/ (821.28kB) [INFO] Fetching org.eclipse.ui.ide.source_3.20.100.v20221211-1359.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221211-1800/plugins/ (1.24MB) [INFO] Fetching org.eclipse.core.resources.source_3.18.200.v20221214-1251.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221214-1800/plugins/ (811.56kB) [INFO] Fetching org.eclipse.platform.source_4.27.0.v20221214-1800.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221214-1800/plugins/ (12.48kB) [INFO] Fetching org.eclipse.platform.source_4.27.0.v20221214-1800.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221214-1800/features/ (21.39kB) [INFO] Fetching org.eclipse.update.configurator_3.4.1000.v20221114-1512.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (98.21kB) [INFO] Fetching org.eclipse.rcp_4.27.0.v20221214-1800.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221214-1800/plugins/ (12.91kB) [INFO] Fetching org.eclipse.rcp_4.27.0.v20221214-1800.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221214-1800/features/ (20.95kB) [INFO] Fetching org.eclipse.rcp_root_4.27.0.v20221214-1800 from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221214-1800/binary/ (20.24kB) [INFO] Fetching org.eclipse.help.source_3.9.100.v20210721-0601.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (180.01kB) [INFO] Fetching org.eclipse.update.configurator.source_3.4.1000.v20221114-1512.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (78.22kB) [INFO] Fetching com.ibm.icu.source_72.1.0.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (2.43MB) [INFO] Fetching org.eclipse.ui.source_3.202.0.v20221211-1359.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221211-1800/plugins/ (147.6kB) [INFO] Fetching org.eclipse.ui.workbench.source_3.128.0.v20221211-1359.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221211-1800/plugins/ (2.48MB) [INFO] Fetching org.eclipse.rcp.source_4.27.0.v20221214-1800.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221214-1800/features/ (20.5kB) [INFO] Fetching org.eclipse.sdk_4.27.0.v20221214-1800.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221214-1800/plugins/ (416.32kB) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.5.v20221102-0933.jar from https://download.eclipse.org/justj/jres/17/updates/milestone/S202211020933/plugins/ (113.58MB) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.5.v20221102-0933.jar from https://download.eclipse.org/justj/jres/17/updates/milestone/S202211020933/plugins/ (15.09MB of 113.58MB at 15.07MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.5.v20221102-0933.jar from https://download.eclipse.org/justj/jres/17/updates/milestone/S202211020933/plugins/ (30.6MB of 113.58MB at 15.29MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.5.v20221102-0933.jar from https://download.eclipse.org/justj/jres/17/updates/milestone/S202211020933/plugins/ (45.55MB of 113.58MB at 15.18MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.5.v20221102-0933.jar from https://download.eclipse.org/justj/jres/17/updates/milestone/S202211020933/plugins/ (60.57MB of 113.58MB at 15.14MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.5.v20221102-0933.jar from https://download.eclipse.org/justj/jres/17/updates/milestone/S202211020933/plugins/ (75.43MB of 113.58MB at 15.08MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.5.v20221102-0933.jar from https://download.eclipse.org/justj/jres/17/updates/milestone/S202211020933/plugins/ (90.84MB of 113.58MB at 15.15MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_17.0.5.v20221102-0933.jar from https://download.eclipse.org/justj/jres/17/updates/milestone/S202211020933/plugins/ (106.14MB of 113.58MB at 15.11MB/s) [INFO] Fetching org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (27.41kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.13.0.v20221111-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (31.78kB) [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.700.v20221108-1024.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (42.61kB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.122.100.v20221214-1115.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221214-0610/plugins/ (2.15MB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa.source_0.13.0.v20221111-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (25.7kB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64.source_3.122.100.v20221214-1115.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221214-0610/plugins/ (1.66MB) [INFO] Fetching org.eclipse.equinox.executable_root.cocoa.macosx.x86_64_3.8.2000.v20221201-0912 from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221201-0500/binary/ (17.02kB) [INFO] Fetching org.eclipse.equinox.security.macosx_1.101.400.v20210427-1958.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (28.06kB) [INFO] Fetching org.eclipse.equinox.security.macosx.source_1.101.400.v20210427-1958.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (29.48kB) [INFO] Fetching org.eclipse.jdt.launching.macosx_3.5.100.v20220927-0854.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (21.24kB) [INFO] Fetching org.eclipse.jdt.launching.ui.macosx_1.3.100.v20220927-0854.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (60.72kB) [INFO] Fetching org.eclipse.jdt.launching.macosx.source_3.5.100.v20220927-0854.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (19.42kB) [INFO] Fetching org.eclipse.jdt.launching.ui.macosx.source_1.3.100.v20220927-0854.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (29.92kB) [INFO] Fetching org.eclipse.ui.cocoa_1.3.0.v20221111-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (11.38kB) [INFO] Fetching org.eclipse.ui.cocoa.source_1.3.0.v20221111-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (10.72kB) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.5.v20221102-0933.jar from https://download.eclipse.org/justj/jres/17/updates/milestone/S202211020933/plugins/ (112.41MB) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.5.v20221102-0933.jar from https://download.eclipse.org/justj/jres/17/updates/milestone/S202211020933/plugins/ (15.48MB of 112.41MB at 15.47MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.5.v20221102-0933.jar from https://download.eclipse.org/justj/jres/17/updates/milestone/S202211020933/plugins/ (30.39MB of 112.41MB at 15.19MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.5.v20221102-0933.jar from https://download.eclipse.org/justj/jres/17/updates/milestone/S202211020933/plugins/ (45.07MB of 112.41MB at 15.02MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.5.v20221102-0933.jar from https://download.eclipse.org/justj/jres/17/updates/milestone/S202211020933/plugins/ (60.41MB of 112.41MB at 15.1MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.5.v20221102-0933.jar from https://download.eclipse.org/justj/jres/17/updates/milestone/S202211020933/plugins/ (74.97MB of 112.41MB at 14.99MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.5.v20221102-0933.jar from https://download.eclipse.org/justj/jres/17/updates/milestone/S202211020933/plugins/ (89.39MB of 112.41MB at 14.78MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.aarch64_17.0.5.v20221102-0933.jar from https://download.eclipse.org/justj/jres/17/updates/milestone/S202211020933/plugins/ (104.64MB of 112.41MB at 14.85MB/s) [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.aarch64_1.2.700.v20221108-1024.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (41.14kB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.aarch64_3.122.100.v20221214-1115.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221214-0610/plugins/ (2.14MB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.aarch64.source_3.122.100.v20221214-1115.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221214-0610/plugins/ (1.66MB) [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx_1.2.700.v20221108-1024.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (41.14kB) [INFO] Fetching org.eclipse.equinox.executable_root.cocoa.macosx.aarch64_3.8.2000.v20221201-0912 from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221201-0500/binary/ (16.44kB) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.5.v20221102-0933.jar from https://download.eclipse.org/justj/jres/17/updates/milestone/S202211020933/plugins/ (115.02MB) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.5.v20221102-0933.jar from https://download.eclipse.org/justj/jres/17/updates/milestone/S202211020933/plugins/ (14.41MB of 115.02MB at 14.41MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.5.v20221102-0933.jar from https://download.eclipse.org/justj/jres/17/updates/milestone/S202211020933/plugins/ (29.05MB of 115.02MB at 14.41MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.5.v20221102-0933.jar from https://download.eclipse.org/justj/jres/17/updates/milestone/S202211020933/plugins/ (43.78MB of 115.02MB at 14.59MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.5.v20221102-0933.jar from https://download.eclipse.org/justj/jres/17/updates/milestone/S202211020933/plugins/ (58.72MB of 115.02MB at 14.68MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.5.v20221102-0933.jar from https://download.eclipse.org/justj/jres/17/updates/milestone/S202211020933/plugins/ (74.46MB of 115.02MB at 14.89MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.5.v20221102-0933.jar from https://download.eclipse.org/justj/jres/17/updates/milestone/S202211020933/plugins/ (88.05MB of 115.02MB at 14.73MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.5.v20221102-0933.jar from https://download.eclipse.org/justj/jres/17/updates/milestone/S202211020933/plugins/ (103.58MB of 115.02MB at 14.91MB/s) [INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.400.v20220812-1420.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (13.13kB) [INFO] Fetching org.eclipse.core.net.linux_1.0.200.v20220812-1406.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (16.24kB) [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.700.v20221108-1024.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (87.79kB) [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.1.200.v20221111-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (12.59kB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.122.100.v20221214-1115.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221214-0610/plugins/ (2.07MB) [INFO] Fetching org.eclipse.e4.ui.swt.gtk.source_1.1.200.v20221111-1208.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (11.33kB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64.source_3.122.100.v20221214-1115.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221214-0610/plugins/ (1.83MB) [INFO] Fetching org.eclipse.equinox.executable_root.gtk.linux.x86_64_3.8.2000.v20221201-0912 from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221201-0500/binary/ (35.64kB) [INFO] Fetching org.eclipse.equinox.security.linux_1.0.300.v20220904-1118.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (25.53kB) [INFO] Fetching org.eclipse.equinox.security.linux.source_1.0.300.v20220904-1118.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (21.06kB) [INFO] Fetching org.eclipse.core.net.linux.source_1.0.200.v20220812-1406.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (13.24kB) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.aarch64_17.0.5.v20221102-0933.jar from https://download.eclipse.org/justj/jres/17/updates/milestone/S202211020933/plugins/ (114.72MB) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.aarch64_17.0.5.v20221102-0933.jar from https://download.eclipse.org/justj/jres/17/updates/milestone/S202211020933/plugins/ (15.11MB of 114.72MB at 15.09MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.aarch64_17.0.5.v20221102-0933.jar from https://download.eclipse.org/justj/jres/17/updates/milestone/S202211020933/plugins/ (31.24MB of 114.72MB at 15.61MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.aarch64_17.0.5.v20221102-0933.jar from https://download.eclipse.org/justj/jres/17/updates/milestone/S202211020933/plugins/ (46.48MB of 114.72MB at 15.49MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.aarch64_17.0.5.v20221102-0933.jar from https://download.eclipse.org/justj/jres/17/updates/milestone/S202211020933/plugins/ (61.77MB of 114.72MB at 15.44MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.aarch64_17.0.5.v20221102-0933.jar from https://download.eclipse.org/justj/jres/17/updates/milestone/S202211020933/plugins/ (76.37MB of 114.72MB at 15.27MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.aarch64_17.0.5.v20221102-0933.jar from https://download.eclipse.org/justj/jres/17/updates/milestone/S202211020933/plugins/ (91.25MB of 114.72MB at 15.23MB/s) [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.aarch64_17.0.5.v20221102-0933.jar from https://download.eclipse.org/justj/jres/17/updates/milestone/S202211020933/plugins/ (106.81MB of 114.72MB at 15.12MB/s) [INFO] Fetching org.eclipse.core.filesystem.linux.aarch64_1.4.200.v20220812-1420.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (13kB) [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.aarch64_1.2.700.v20221108-1024.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (86.39kB) [INFO] Fetching org.eclipse.swt.gtk.linux.aarch64_3.122.100.v20221214-1115.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221214-0610/plugins/ (2.06MB) [INFO] Fetching org.eclipse.swt.gtk.linux.aarch64.source_3.122.100.v20221214-1115.jar from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221214-0610/plugins/ (1.83MB) [INFO] Fetching org.eclipse.equinox.executable_root.gtk.linux.aarch64_3.8.2000.v20221201-0912 from https://download.eclipse.org/eclipse/updates/4.27-I-builds/I20221201-0500/binary/ (35.52kB) [INFO] Fetching org.eclipse.core.filesystem.linux.aarch64.source_1.4.200.v20220812-1420.jar from https://download.eclipse.org/releases/2022-12/202212071000/plugins/ (9.23kB) [INFO] The project's OSGi version is 0.1.0.v20221215-0749 [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.eclipse.justj.tools.sample.product --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.justj.tools.sample.product --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.justj.tools.sample.product --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-sample-product/justj.tools/products/org.eclipse.justj.tools.sample.product/src/main/resources [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.5:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.justj.tools.sample.product --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.5:publish-products (default-publish-products) @ org.eclipse.justj.tools.sample.product --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.5:publish-categories (default-publish-categories) @ org.eclipse.justj.tools.sample.product --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.5:attach-artifacts (default-attach-artifacts) @ org.eclipse.justj.tools.sample.product --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.7.5:assemble-repository (default-assemble-repository) @ org.eclipse.justj.tools.sample.product --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.7.5:archive-repository (default-archive-repository) @ org.eclipse.justj.tools.sample.product --- [INFO] Building zip: /home/jenkins/agent/workspace/build-sample-product/justj.tools/products/org.eclipse.justj.tools.sample.product/target/org.eclipse.justj.tools.sample.product-0.1.0-SNAPSHOT.zip [INFO] [INFO] --- tycho-p2-director-plugin:2.7.5:materialize-products (materialize-products) @ org.eclipse.justj.tools.sample.product --- [INFO] Installing product org.eclipse.justj.tools.sample.product for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/build-sample-product/justj.tools/products/org.eclipse.justj.tools.sample.product/target/products/org.eclipse.justj.tools.sample.product/win32/win32/x86_64/eclipse-sample Installing org.eclipse.justj.tools.sample.product 0.1.0.v20221215-0749. Installing org.eclipse.justj.openjdk.hotspot.jre.full.feature.group 17.0.5.v20221102-0933. Installing org.eclipse.oomph.setup.feature.group 1.27.0.v20221125-1553. Operation completed in 16080 ms. [INFO] Installing product org.eclipse.justj.tools.sample.product for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/build-sample-product/justj.tools/products/org.eclipse.justj.tools.sample.product/target/products/org.eclipse.justj.tools.sample.product/macosx/cocoa/x86_64/Eclipse-Sample.app Installing org.eclipse.justj.tools.sample.product 0.1.0.v20221215-0749. Installing org.eclipse.justj.openjdk.hotspot.jre.full.feature.group 17.0.5.v20221102-0933. Installing org.eclipse.oomph.setup.feature.group 1.27.0.v20221125-1553. Operation completed in 15242 ms. [INFO] Installing product org.eclipse.justj.tools.sample.product for environment macosx/cocoa/aarch64 to /home/jenkins/agent/workspace/build-sample-product/justj.tools/products/org.eclipse.justj.tools.sample.product/target/products/org.eclipse.justj.tools.sample.product/macosx/cocoa/aarch64/Eclipse-Sample.app Installing org.eclipse.justj.tools.sample.product 0.1.0.v20221215-0749. Installing org.eclipse.justj.openjdk.hotspot.jre.full.feature.group 17.0.5.v20221102-0933. Installing org.eclipse.oomph.setup.feature.group 1.27.0.v20221125-1553. Operation completed in 14461 ms. [INFO] Installing product org.eclipse.justj.tools.sample.product for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/build-sample-product/justj.tools/products/org.eclipse.justj.tools.sample.product/target/products/org.eclipse.justj.tools.sample.product/linux/gtk/x86_64/eclipse-sample Installing org.eclipse.justj.tools.sample.product 0.1.0.v20221215-0749. Installing org.eclipse.justj.openjdk.hotspot.jre.full.feature.group 17.0.5.v20221102-0933. Installing org.eclipse.oomph.setup.feature.group 1.27.0.v20221125-1553. Operation completed in 18035 ms. [INFO] Installing product org.eclipse.justj.tools.sample.product for environment linux/gtk/aarch64 to /home/jenkins/agent/workspace/build-sample-product/justj.tools/products/org.eclipse.justj.tools.sample.product/target/products/org.eclipse.justj.tools.sample.product/linux/gtk/aarch64/eclipse-sample Installing org.eclipse.justj.tools.sample.product 0.1.0.v20221215-0749. Installing org.eclipse.justj.openjdk.hotspot.jre.full.feature.group 17.0.5.v20221102-0933. Installing org.eclipse.oomph.setup.feature.group 1.27.0.v20221125-1553. Operation completed in 13540 ms. [INFO] [INFO] --- eclipse-winsigner-plugin:1.3.2:sign (default) @ org.eclipse.justj.tools.sample.product --- [INFO] [Thu Dec 15 08:24:02 UTC 2022] Signing Windows executable '/home/jenkins/agent/workspace/build-sample-product/justj.tools/products/org.eclipse.justj.tools.sample.product/target/products/org.eclipse.justj.tools.sample.product/win32/win32/x86_64/eclipse-sample/eclipse.exe' [INFO] [Thu Dec 15 08:24:02 UTC 2022] Signing Windows executable '/home/jenkins/agent/workspace/build-sample-product/justj.tools/products/org.eclipse.justj.tools.sample.product/target/products/org.eclipse.justj.tools.sample.product/win32/win32/x86_64/eclipse-sample/eclipsec.exe' [INFO] [INFO] --- eclipse-macsigner-plugin:1.3.2:sign (default) @ org.eclipse.justj.tools.sample.product --- [INFO] [Thu Dec 15 08:24:24 UTC 2022] Signing OS X application '/home/jenkins/agent/workspace/build-sample-product/justj.tools/products/org.eclipse.justj.tools.sample.product/target/products/org.eclipse.justj.tools.sample.product/macosx/cocoa/x86_64/Eclipse-Sample.app'... [INFO] [Thu Dec 15 08:25:27 UTC 2022] Signing OS X application '/home/jenkins/agent/workspace/build-sample-product/justj.tools/products/org.eclipse.justj.tools.sample.product/target/products/org.eclipse.justj.tools.sample.product/macosx/cocoa/aarch64/Eclipse-Sample.app'... [INFO] [INFO] --- tycho-p2-director-plugin:2.7.5:archive-products (archive-products) @ org.eclipse.justj.tools.sample.product --- [INFO] Building zip: /home/jenkins/agent/workspace/build-sample-product/justj.tools/products/org.eclipse.justj.tools.sample.product/target/products/org.eclipse.justj.tools.sample.product-win32.win32.x86_64.zip [INFO] Building tar: /home/jenkins/agent/workspace/build-sample-product/justj.tools/products/org.eclipse.justj.tools.sample.product/target/products/org.eclipse.justj.tools.sample.product-macosx.cocoa.x86_64.tar.gz [INFO] Building tar: /home/jenkins/agent/workspace/build-sample-product/justj.tools/products/org.eclipse.justj.tools.sample.product/target/products/org.eclipse.justj.tools.sample.product-macosx.cocoa.aarch64.tar.gz [INFO] Building tar: /home/jenkins/agent/workspace/build-sample-product/justj.tools/products/org.eclipse.justj.tools.sample.product/target/products/org.eclipse.justj.tools.sample.product-linux.gtk.x86_64.tar.gz [INFO] Building tar: /home/jenkins/agent/workspace/build-sample-product/justj.tools/products/org.eclipse.justj.tools.sample.product/target/products/org.eclipse.justj.tools.sample.product-linux.gtk.aarch64.tar.gz [INFO] [INFO] --- eclipse-dmg-packager:1.3.2:package-dmg (dmg-package-sample-x86_64) @ org.eclipse.justj.tools.sample.product --- [INFO] [Thu Dec 15 08:27:32 UTC 2022] Creating and signing DMG file from '/home/jenkins/agent/workspace/build-sample-product/justj.tools/products/org.eclipse.justj.tools.sample.product/target/products/org.eclipse.justj.tools.sample.product-macosx.cocoa.x86_64.tar.gz'... [INFO] [INFO] --- eclipse-dmg-packager:1.3.2:package-dmg (dmg-package-sample-aarch64) @ org.eclipse.justj.tools.sample.product --- [INFO] [Thu Dec 15 08:28:22 UTC 2022] Creating and signing DMG file from '/home/jenkins/agent/workspace/build-sample-product/justj.tools/products/org.eclipse.justj.tools.sample.product/target/products/org.eclipse.justj.tools.sample.product-macosx.cocoa.aarch64.tar.gz'... [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 10:56 min [INFO] Finished at: 2022-12-15T08:29:13Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Promote Results) Stage "Promote Results" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Results) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/build-sample-product/justj.tools/products/org.eclipse.justj.tools.sample.product/target/products [Pipeline] { [Pipeline] archiveArtifacts Archiving artifacts [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] deleteDir [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline Finished: SUCCESS