Skip to content

Console Output

Started by timer
Running as SYSTEM
Agent centos-7-kh8dv is provisioned from template centos-7
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30"
    jenkins/label: "migration_jipp-migration_centos-7"
  name: "centos-7-kh8dv"
  namespace: "ocl"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.ocl.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "centos-7-kh8dv"
    - 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-kh8dv"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.ocl.svc.cluster.local/ocl/"
    image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-3160.vd76b_9ddd10cc"
    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-ocl"
      readOnly: true
  - name: "m2-secret-dir"
    secret:
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "m2-dir"
    name: "m2-dir"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-4"
  - emptyDir:
      medium: ""
    name: "volume-3"

Building remotely on centos-7-kh8dv (centos-7 jipp-migration migration) in workspace /home/jenkins/agent/workspace/ocl-codegen-tests
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://git.eclipse.org/r/ocl/org.eclipse.ocl
 > git init /home/jenkins/agent/workspace/ocl-codegen-tests # timeout=10
Fetching upstream changes from https://git.eclipse.org/r/ocl/org.eclipse.ocl
 > git --version # timeout=10
 > git --version # 'git version 2.36.6'
 > git fetch --tags --force --progress -- https://git.eclipse.org/r/ocl/org.eclipse.ocl +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git.eclipse.org/r/ocl/org.eclipse.ocl # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision 3fef1d30f14998a1d86f0cf807f08fb830f99b88 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3fef1d30f14998a1d86f0cf807f08fb830f99b88 # timeout=10
Commit message: "[583104] Fix bad test path for testStandaloneExecution_execute_model_self_relative"
 > git rev-list --no-walk 3fef1d30f14998a1d86f0cf807f08fb830f99b88 # timeout=10
$ pkill Xvnc
$ pkill Xrealvnc
$ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*"
[ocl-codegen-tests] $ Xvnc -help
Starting xvnc
[ocl-codegen-tests] $ Xvnc :35 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset

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


Sun Apr 21 11:23:00 2024
 vncext:      VNC extension running!
 vncext:      Listening for VNC connections on all interface(s), port 5935
 vncext:      created VNC server for screen 0
[ocl-codegen-tests] $ /opt/tools/apache-maven/3.6.3/bin/mvn -f tests/org.eclipse.ocl.codegen.tests/pom.xml -DBRANCH_NAME=origin/master -Dmaven.repo.local=/home/jenkins/agent/workspace/ocl-codegen-tests/.repository --show-version clean verify -PmasterLatest
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: /opt/tools/apache-maven/3.6.3
Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] Resolving target definition file:/home/jenkins/agent/workspace/ocl-codegen-tests/tests/org.eclipse.ocl.codegen.tests/targetPlatforms/masterLatest.target for environments=[win32/win32/x86_64, linux/gtk/x86_64, macosx/cocoa/x86_64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@5f5923ef...
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] Resolving dependencies of MavenProject: org.eclipse.ocl:org.eclipse.ocl.codegen.tests:6.21.0-SNAPSHOT @ /home/jenkins/agent/workspace/ocl-codegen-tests/tests/org.eclipse.ocl.codegen.tests/pom.xml
[INFO] Fetching 202403131000&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2024-03/
[INFO] Fetching bcpg_1.77.0.jar from https://mirrors.nju.edu.cn/eclipse//releases/2024-03/202403131000/plugins/ (440.38kB)
[INFO] Fetching bcpg_1.77.0.jar from https://mirrors.nju.edu.cn/eclipse//releases/2024-03/202403131000/plugins/ (339.73kB of 440.38kB at 335.73kB/s)
[INFO] Fetching bcprov_1.77.0.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (7.98MB)
[INFO] Fetching bcprov_1.77.0.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (84kB of 7.98MB at 32kB/s)
[INFO] Fetching bcprov_1.77.0.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (388kB of 7.98MB at 128kB/s)
[INFO] Fetching bcprov_1.77.0.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (1.29MB of 7.98MB at 264kB/s)
[INFO] Fetching bcprov_1.77.0.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (3.29MB of 7.98MB at 665.6kB/s)
[INFO] Fetching bcprov_1.77.0.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (7.71MB of 7.98MB at 1.42MB/s)
[INFO] Fetching biz.aQute.bnd.util_7.0.0.202310060912.jar from https://eclipse.mirror.rafal.ca/releases/2024-03/202403131000/plugins/ (431.41kB)
[INFO] Fetching biz.aQute.bndlib_7.0.0.202310060912.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (3.09MB)
[INFO] Fetching biz.aQute.bndlib_7.0.0.202310060912.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (148kB of 3.09MB at 112kB/s)
[INFO] Fetching biz.aQute.bndlib_7.0.0.202310060912.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (676kB of 3.09MB at 192kB/s)
[INFO] Fetching biz.aQute.bndlib_7.0.0.202310060912.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (2.22MB of 3.09MB at 368kB/s)
[INFO] Fetching org.eclipse.osgi_3.19.0.v20240213-1246.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (1.47MB)
[INFO] Fetching org.eclipse.osgi_3.19.0.v20240213-1246.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (132kB of 1.47MB at 128kB/s)
[INFO] Fetching org.eclipse.osgi_3.19.0.v20240213-1246.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (548kB of 1.47MB at 208kB/s)
[INFO] Fetching org.osgi.service.repository_1.1.0.201505202024.jar from https://eclipse.mirror.rafal.ca/releases/2024-03/202403131000/plugins/ (24.84kB)
[INFO] Fetching org.osgi.util.function_1.2.0.202109301733.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (23.09kB)
[INFO] Fetching org.osgi.util.promise_1.3.0.202212101352.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (83.65kB)
[INFO] Fetching org.slf4j.api_1.7.30.v20200204-2150.jar from https://download.eclipse.org/staging/2020-12/plugins/ (51.82kB)
[INFO] Fetching S202404031058&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?file=/tools/orbit/simrel/orbit-aggregation/milestone/ (63B)
[INFO] Fetching com.google.guava_33.1.0.jre.jar from https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404031058/plugins/ (2.91MB)
[INFO] Fetching com.google.guava.failureaccess_1.0.2.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (4.63kB)
[INFO] Fetching com.google.inject_7.0.0.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (782.99kB)
[INFO] Fetching com.google.inject_7.0.0.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (196kB of 782.99kB at 128kB/s)
[INFO] Fetching jakarta.inject.jakarta.inject-api_2.0.1.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (10.43kB)
[INFO] Fetching org.aopalliance_1.0.0.v20230720-0728.jar from https://eclipse.mirror.rafal.ca/releases/2024-03/202403131000/plugins/ (12.69kB)
[INFO] Fetching com.ibm.icu_74.2.0.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (13.65MB)
[INFO] Fetching com.ibm.icu_74.2.0.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (196kB of 13.65MB at 128kB/s)
[INFO] Fetching com.ibm.icu_74.2.0.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (1.08MB of 13.65MB at 304kB/s)
[INFO] Fetching com.ibm.icu_74.2.0.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (3.61MB of 13.65MB at 608kB/s)
[INFO] Fetching com.ibm.icu_74.2.0.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (7.58MB of 13.65MB at 1.15MB/s)
[INFO] Fetching com.ibm.icu_74.2.0.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (11.9MB of 13.65MB at 1.8MB/s)
[INFO] Fetching com.sun.jna_5.14.0.v20231211-1200.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (1.81MB)
[INFO] Fetching com.sun.jna_5.14.0.v20231211-1200.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (148kB of 1.81MB at 144kB/s)
[INFO] Fetching com.sun.jna_5.14.0.v20231211-1200.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (660kB of 1.81MB at 256kB/s)
[INFO] Fetching com.sun.jna_5.14.0.v20231211-1200.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (1.74MB of 1.81MB at 400kB/s)
[INFO] Fetching com.sun.jna.platform_5.14.0.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (1.31MB)
[INFO] Fetching com.sun.jna.platform_5.14.0.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (164kB of 1.31MB at 160kB/s)
[INFO] Fetching com.sun.jna.platform_5.14.0.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (836kB of 1.31MB at 320kB/s)
[INFO] Fetching io.github.classgraph.classgraph_4.8.168.jar from https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404031058/plugins/ (552.98kB)
[INFO] Fetching jakarta.annotation-api_2.1.1.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (25.53kB)
[INFO] Fetching lpg.runtime.java_2.0.17.v201004271640.jar from https://eclipse.mirror.rafal.ca/releases/2024-03/202403131000/plugins/ (112.42kB)
[INFO] Fetching org.antlr.runtime_3.2.0.v20230929-1400.jar from https://eclipse.mirror.rafal.ca/releases/2024-03/202403131000/plugins/ (167.39kB)
[INFO] Fetching org.apache.ant_1.10.14.v20230922-1200.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (3.26MB)
[INFO] Fetching org.apache.ant_1.10.14.v20230922-1200.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (148kB of 3.26MB at 144kB/s)
[INFO] Fetching org.apache.ant_1.10.14.v20230922-1200.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (916kB of 3.26MB at 384kB/s)
[INFO] Fetching org.apache.ant_1.10.14.v20230922-1200.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (3.05MB of 3.26MB at 800kB/s)
[INFO] Fetching org.apache.batik.constants_1.17.0.v20231215-1130.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (16.48kB)
[INFO] Fetching org.apache.batik.css_1.17.0.v20231215-1130.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (356.1kB)
[INFO] Fetching org.apache.batik.css_1.17.0.v20231215-1130.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (148kB of 356.1kB at 144kB/s)
[INFO] Fetching org.eclipse.orbit.xml-apis-ext_1.0.0.v20230923-0644.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (140.72kB)
[INFO] Fetching org.eclipse.orbit.xml-apis-ext_1.0.0.v20230923-0644.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (116kB of 140.72kB at 112kB/s)
[INFO] Fetching org.apache.xmlgraphics_2.9.0.v20230916-1600.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (712.18kB)
[INFO] Fetching org.apache.xmlgraphics_2.9.0.v20230916-1600.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (132kB of 712.18kB at 128kB/s)
[INFO] Fetching org.apache.xmlgraphics_2.9.0.v20230916-1600.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (532kB of 712.18kB at 208kB/s)
[INFO] Fetching org.apache.batik.i18n_1.17.0.v20231215-1130.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (19.7kB)
[INFO] Fetching org.apache.batik.util_1.17.0.v20231215-1130.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (141kB)
[INFO] Fetching org.apache.commons.cli_1.6.0.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (58.13kB)
[INFO] Fetching org.apache.commons.commons-io_2.16.0.jar from https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404031058/plugins/ (499.2kB)
[INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (317.8kB)
[INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (148kB of 317.8kB at 144kB/s)
[INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar from https://eclipse.mirror.rafal.ca/releases/2024-03/202403131000/plugins/ (71.45kB)
[INFO] Fetching org.apache.felix.scr_2.2.10.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (394.12kB)
[INFO] Fetching org.apache.felix.scr_2.2.10.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (244kB of 394.12kB at 144kB/s)
[INFO] Fetching org.osgi.service.component_1.5.1.202212101352.jar from https://eclipse.mirror.rafal.ca/releases/2024-03/202403131000/plugins/ (64.89kB)
[INFO] Fetching org.apache.log4j_1.2.25.jar from https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202404031058/plugins/ (325.51kB)
[INFO] Fetching org.eclipse.ant.core_3.7.300.v20231214-1526.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (109.54kB)
[INFO] Fetching org.eclipse.core.variables_3.6.300.v20231214-1012.jar from https://eclipse.mirror.rafal.ca/releases/2024-03/202403131000/plugins/ (37.53kB)
[INFO] Fetching org.eclipse.core.runtime_3.31.0.v20240215-1631.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (79.45kB)
[INFO] Fetching org.eclipse.compare_3.10.0.v20240208-0728.jar from https://mirror.umd.edu/eclipse/releases/2024-03/202403131000/plugins/ (811.7kB)
[INFO] Fetching org.eclipse.ui_3.205.100.v20240131-1023.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (434.22kB)
[INFO] Fetching org.eclipse.ui_3.205.100.v20240131-1023.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (164kB of 434.22kB at 160kB/s)
[INFO] Fetching org.eclipse.core.resources_3.20.100.v20240209-1706.jar from https://eclipse.mirror.rafal.ca/releases/2024-03/202403131000/plugins/ (924.04kB)
[INFO] Fetching org.eclipse.jface.text_3.25.0.v20240207-1054.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (1MB)
[INFO] Fetching org.eclipse.jface.text_3.25.0.v20240207-1054.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (148kB of 1MB at 144kB/s)
[INFO] Fetching org.eclipse.jface.text_3.25.0.v20240207-1054.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (644kB of 1MB at 256kB/s)
[INFO] Fetching org.eclipse.ui.ide_3.22.100.v20240227-1633.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (2.32MB)
[INFO] Fetching org.eclipse.ui.ide_3.22.100.v20240227-1633.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (164kB of 2.32MB at 160kB/s)
[INFO] Fetching org.eclipse.ui.ide_3.22.100.v20240227-1633.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (884kB of 2.32MB at 336kB/s)
[INFO] Fetching org.eclipse.ui.views_3.12.200.v20231214-1513.jar from https://eclipse.mirror.rafal.ca/releases/2024-03/202403131000/plugins/ (107.56kB)
[INFO] Fetching org.eclipse.ui.workbench.texteditor_3.17.300.v20240207-1054.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (713.03kB)
[INFO] Fetching org.eclipse.ui.workbench.texteditor_3.17.300.v20240207-1054.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (148kB of 713.03kB at 144kB/s)
[INFO] Fetching org.eclipse.core.expressions_3.9.300.v20240207-1044.jar from https://eclipse.mirror.rafal.ca/releases/2024-03/202403131000/plugins/ (95.4kB)
[INFO] Fetching org.eclipse.ui.editors_3.17.200.v20240207-1054.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (613.38kB)
[INFO] Fetching org.eclipse.ui.editors_3.17.200.v20240207-1054.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (148kB of 613.38kB at 144kB/s)
[INFO] Fetching org.eclipse.ui.forms_3.13.200.v20240108-1539.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (332.77kB)
[INFO] Fetching org.eclipse.ui.forms_3.13.200.v20240108-1539.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (164kB of 332.77kB at 160kB/s)
[INFO] Fetching org.eclipse.compare.core_3.8.400.v20240124-0947.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (69.85kB)
[INFO] Fetching org.eclipse.core.commands_3.12.0.v20240214-1640.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (117.8kB)
[INFO] Fetching org.eclipse.equinox.common_3.19.0.v20240214-0846.jar from https://eclipse.mirror.rafal.ca/releases/2024-03/202403131000/plugins/ (156.81kB)
[INFO] Fetching org.eclipse.core.contenttype_3.9.300.v20231218-0909.jar from https://mirror.umd.edu/eclipse/releases/2024-03/202403131000/plugins/ (103.76kB)
[INFO] Fetching org.eclipse.equinox.preferences_3.11.0.v20240210-0844.jar from https://mirror.umd.edu/eclipse/releases/2024-03/202403131000/plugins/ (125.24kB)
[INFO] Fetching org.eclipse.equinox.registry_3.12.0.v20240213-1057.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (199.24kB)
[INFO] Fetching org.eclipse.equinox.registry_3.12.0.v20240213-1057.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (148kB of 199.24kB at 144kB/s)
[INFO] Fetching org.eclipse.core.databinding_1.13.200.v20240104-1240.jar from https://mirror.umd.edu/eclipse/releases/2024-03/202403131000/plugins/ (287.91kB)
[INFO] Fetching org.eclipse.core.databinding.observable_1.13.200.v20240104-1240.jar from https://ftp2.osuosl.org/pub/eclipse/releases/2024-03/202403131000/plugins/ (315.32kB)
[INFO] Fetching org.eclipse.core.databinding.property_1.10.200.v20240104-1240.jar from https://mirror.umd.edu/eclipse/releases/2024-03/202403131000/plugins/ (166.06kB)
[INFO] Fetching org.eclipse.core.filebuffers_3.8.300.v20240207-1054.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (116.92kB)
[INFO] Fetching org.eclipse.text_3.14.0.v20240207-1054.jar from https://mirror.umd.edu/eclipse/releases/2024-03/202403131000/plugins/ (350.85kB)
[INFO] Fetching org.eclipse.core.filesystem_1.10.300.v20240124-1325.jar from https://mirror.clarkson.edu/eclipse/releases/2024-03/202403131000/plugins/ (72.9kB)
[INFO] Fetching org.eclipse.core.jobs_3.15.200.v20231214-1526.jar from https://mirror.umd.edu/eclipse/releases/2024-03/202403131000/plugins/ (115.54kB)
[INFO] Fetching org.eclipse.core.net_1.5.300.v20231214-1526.jar from https://mirror.umd.edu/eclipse/releases/2024-03/202403131000/plugins/ (49.83kB)
[INFO] Fetching org.eclipse.equinox.security_1.4.200.v20240213-1244.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (116.02kB)
[INFO] Fetching org.eclipse.equinox.app_1.7.0.v20240213-1427.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (92.02kB)
[INFO] Fetching org.eclipse.debug.core_3.21.300.v20240109-1022.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (401.52kB)
[INFO] Fetching org.eclipse.debug.core_3.21.300.v20240109-1022.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (148kB of 401.52kB at 144kB/s)
[INFO] Fetching org.eclipse.debug.ui_3.18.300.v20240213-1843.jar from https://mirrors.nju.edu.cn/eclipse//releases/2024-03/202403131000/plugins/ (3.04MB)
[INFO] Fetching org.eclipse.debug.ui_3.18.300.v20240213-1843.jar from https://mirrors.nju.edu.cn/eclipse//releases/2024-03/202403131000/plugins/ (371.73kB of 3.04MB at 367.73kB/s)
[INFO] Fetching org.eclipse.ui.console_3.14.0.v20240129-1403.jar from https://eclipse.mirror.rafal.ca/releases/2024-03/202403131000/plugins/ (247kB)
[INFO] Fetching org.eclipse.help_3.10.300.v20240107-2054.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (276.34kB)
[INFO] Fetching org.eclipse.help_3.10.300.v20240107-2054.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (196kB of 276.34kB at 192kB/s)
[INFO] Fetching org.eclipse.e4.ui.services_1.6.300.v20231201-1637.jar from https://mirror.umd.edu/eclipse/releases/2024-03/202403131000/plugins/ (26.42kB)
[INFO] Fetching org.eclipse.e4.core.commands_1.1.300.v20240131-1308.jar from https://eclipse.mirror.rafal.ca/releases/2024-03/202403131000/plugins/ (29.41kB)
[INFO] Fetching org.eclipse.e4.core.di_1.9.300.v20240207-1044.jar from https://eclipse.mirror.rafal.ca/releases/2024-03/202403131000/plugins/ (63.06kB)
[INFO] Fetching org.eclipse.e4.core.contexts_1.12.500.v20231220-1554.jar from https://mirror.umd.edu/eclipse/releases/2024-03/202403131000/plugins/ (56.73kB)
[INFO] Fetching org.eclipse.e4.core.services_2.4.300.v20240119-0800.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (71.77kB)
[INFO] Fetching org.osgi.service.event_1.4.1.202109301733.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (46.59kB)
[INFO] Fetching org.eclipse.e4.core.di.annotations_1.8.300.v20231220-1554.jar from https://mirror.umd.edu/eclipse/releases/2024-03/202403131000/plugins/ (13.82kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions_0.18.200.v20231220-1554.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (12.95kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.17.400.v20231214-1012.jar from https://eclipse.mirror.rafal.ca/releases/2024-03/202403131000/plugins/ (42.31kB)
[INFO] Fetching org.osgi.service.prefs_1.1.2.202109301733.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (19.69kB)
[INFO] Fetching org.eclipse.e4.emf.xpath_0.4.200.v20231214-1513.jar from https://ftp2.osuosl.org/pub/eclipse/releases/2024-03/202403131000/plugins/ (54kB)
[INFO] Fetching org.eclipse.emf.ecore_2.36.0.v20240203-0859.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (1.29MB)
[INFO] Fetching org.eclipse.emf.ecore_2.36.0.v20240203-0859.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (132kB of 1.29MB at 128kB/s)
[INFO] Fetching org.eclipse.emf.ecore_2.36.0.v20240203-0859.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (532kB of 1.29MB at 208kB/s)
[INFO] Fetching org.eclipse.e4.ui.bindings_0.14.300.v20231214-1513.jar from https://mirror.umd.edu/eclipse/releases/2024-03/202403131000/plugins/ (48.56kB)
[INFO] Fetching org.eclipse.swt_3.125.0.v20240227-1638.jar from https://ftp2.osuosl.org/pub/eclipse/releases/2024-03/202403131000/plugins/ (18.42kB)
[INFO] Fetching org.eclipse.jface_3.33.0.v20240214-1640.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (1.14MB)
[INFO] Fetching org.eclipse.jface_3.33.0.v20240214-1640.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (148kB of 1.14MB at 144kB/s)
[INFO] Fetching org.eclipse.jface_3.33.0.v20240214-1640.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (676kB of 1.14MB at 256kB/s)
[INFO] Fetching org.eclipse.e4.ui.css.core_0.14.300.v20231214-1513.jar from https://mirrors.nju.edu.cn/eclipse//releases/2024-03/202403131000/plugins/ (219.28kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt_0.15.300.v20240207-1054.jar from https://ftp2.osuosl.org/pub/eclipse/releases/2024-03/202403131000/plugins/ (204.32kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.14.300.v20231214-1513.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (30.14kB)
[INFO] Fetching org.eclipse.e4.ui.di_1.5.300.v20240116-1723.jar from https://mirror.umd.edu/eclipse/releases/2024-03/202403131000/plugins/ (18.23kB)
[INFO] Fetching org.eclipse.e4.ui.dialogs_1.4.200.v20231214-1513.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (58.7kB)
[INFO] Fetching org.eclipse.e4.ui.ide_3.17.200.v20231201-1637.jar from https://eclipse.mirror.rafal.ca/releases/2024-03/202403131000/plugins/ (13.28kB)
[INFO] Fetching org.eclipse.e4.ui.model.workbench_2.4.200.v20240109-1025.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (396.74kB)
[INFO] Fetching org.eclipse.e4.ui.model.workbench_2.4.200.v20240109-1025.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (212kB of 396.74kB at 128kB/s)
[INFO] Fetching org.eclipse.equinox.event_1.7.0.v20240214-0846.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (35.52kB)
[INFO] Fetching org.eclipse.e4.ui.widgets_1.4.100.v20231201-1637.jar from https://mirror.umd.edu/eclipse/releases/2024-03/202403131000/plugins/ (15.11kB)
[INFO] Fetching org.eclipse.e4.ui.workbench_1.15.300.v20240124-0948.jar from https://mirrors.nju.edu.cn/eclipse//releases/2024-03/202403131000/plugins/ (268.71kB)
[INFO] Fetching org.eclipse.emf.ecore.change_2.16.0.v20231208-1346.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (91.5kB)
[INFO] Fetching org.eclipse.emf.ecore.xmi_2.37.0.v20231208-1346.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (238.56kB)
[INFO] Fetching org.eclipse.emf.ecore.xmi_2.37.0.v20231208-1346.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (148kB of 238.56kB at 144kB/s)
[INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.5.300.v20240124-0948.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (119.77kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.16.300.v20240223-1002.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (258.86kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.16.300.v20240223-1002.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (148kB of 258.86kB at 144kB/s)
[INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.17.300.v20240123-1128.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (150.36kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.17.300.v20240123-1128.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (116kB of 150.36kB at 112kB/s)
[INFO] Fetching org.eclipse.jface.databinding_1.15.200.v20240104-1240.jar from https://mirror.umd.edu/eclipse/releases/2024-03/202403131000/plugins/ (292.31kB)
[INFO] Fetching org.eclipse.e4.ui.workbench3_0.17.300.v20231214-1513.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (23.25kB)
[INFO] Fetching org.eclipse.urischeme_1.3.200.v20231214-1513.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (55.21kB)
[INFO] Fetching org.eclipse.emf.codegen_2.23.0.v20230211-1150.jar from https://mirror.umd.edu/eclipse/releases/2024-03/202403131000/plugins/ (370.77kB)
[INFO] Fetching org.eclipse.emf.common_2.30.0.v20231210-0956.jar from https://mirror.umd.edu/eclipse/releases/2024-03/202403131000/plugins/ (381.32kB)
[INFO] Fetching org.eclipse.jdt.core_3.37.0.v20240215-1452.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (4.07MB)
[INFO] Fetching org.eclipse.jdt.core_3.37.0.v20240215-1452.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (132kB of 4.07MB at 128kB/s)
[INFO] Fetching org.eclipse.jdt.core_3.37.0.v20240215-1452.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (628kB of 4.07MB at 240kB/s)
[INFO] Fetching org.eclipse.jdt.core_3.37.0.v20240215-1452.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (1.61MB of 4.07MB at 384kB/s)
[INFO] Fetching org.eclipse.jdt.core_3.37.0.v20240215-1452.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (4MB of 4.07MB at 608kB/s)
[INFO] Fetching org.eclipse.jdt.launching_3.21.100.v20240214-1729.jar from https://mirror.umd.edu/eclipse/releases/2024-03/202403131000/plugins/ (582.5kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore_2.37.0.v20240203-1010.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (1.11MB)
[INFO] Fetching org.eclipse.emf.codegen.ecore_2.37.0.v20240203-1010.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (132kB of 1.11MB at 128kB/s)
[INFO] Fetching org.eclipse.emf.codegen.ecore_2.37.0.v20240203-1010.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (644kB of 1.11MB at 248kB/s)
[INFO] Fetching org.eclipse.emf.common.ui_2.22.0.v20231002-1020.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (166.9kB)
[INFO] Fetching org.eclipse.emf.common.ui_2.22.0.v20231002-1020.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (148kB of 166.9kB at 144kB/s)
[INFO] Fetching org.eclipse.emf.converter_2.13.0.v20240203-0859.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (94.82kB)
[INFO] Fetching org.eclipse.emf.ecore.edit_2.14.0.v20230211-1150.jar from https://ftp2.osuosl.org/pub/eclipse/releases/2024-03/202403131000/plugins/ (188.09kB)
[INFO] Fetching org.eclipse.emf.edit_2.21.0.v20231208-1346.jar from https://mirror.umd.edu/eclipse/releases/2024-03/202403131000/plugins/ (301.63kB)
[INFO] Fetching org.eclipse.emf.ecore.editor_2.18.0.v20230224-1122.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (130kB)
[INFO] Fetching org.eclipse.emf.edit.ui_2.23.0.v20230211-1150.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (353.34kB)
[INFO] Fetching org.eclipse.emf.edit.ui_2.23.0.v20230211-1150.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (132kB of 353.34kB at 128kB/s)
[INFO] Fetching org.eclipse.ui.workbench_3.131.100.v20240221-2107.jar from https://mirror.umd.edu/eclipse/releases/2024-03/202403131000/plugins/ (3.5MB)
[INFO] Fetching org.eclipse.nebula.widgets.cdatetime_1.5.0.202312260654.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (111.9kB)
[INFO] Fetching org.eclipse.emf.importer_2.13.0.v20230211-1150.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (82.99kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore2xml_2.12.0.v20230211-1150.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (44.16kB)
[INFO] Fetching org.eclipse.emf.mwe.core_1.11.0.v20240224-1400.jar from https://mirror.umd.edu/eclipse/releases/2024-03/202403131000/plugins/ (197.64kB)
[INFO] Fetching org.eclipse.emf.mwe2.runtime_2.17.0.v20240224-1400.jar from https://mirror.umd.edu/eclipse/releases/2024-03/202403131000/plugins/ (16.78kB)
[INFO] Fetching org.eclipse.emf.transaction_1.9.2.202208110935.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (175.44kB)
[INFO] Fetching org.eclipse.emf.transaction_1.9.2.202208110935.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (148kB of 175.44kB at 144kB/s)
[INFO] Fetching org.eclipse.emf.validation_1.8.3.202305230712.jar from https://eclipse.mirror.rafal.ca/releases/2024-03/202403131000/plugins/ (411.07kB)
[INFO] Fetching org.eclipse.emf.workspace_1.5.2.202208110935.jar from https://mirror.umd.edu/eclipse/releases/2024-03/202403131000/plugins/ (88.93kB)
[INFO] Fetching org.eclipse.equinox.bidi_1.5.0.v20240113-0700.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (52.95kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin_2.3.100.v20240201-0843.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (39.11kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.3.100.v20240213-1609.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (72.34kB)
[INFO] Fetching org.eclipse.equinox.launcher_1.6.700.v20240213-1244.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (55.03kB)
[INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.5.300.v20240220-1431.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (173.33kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata_2.9.0.v20240213-1100.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (368.46kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata_2.9.0.v20240213-1100.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (228kB of 368.46kB at 144kB/s)
[INFO] Fetching org.tukaani.xz_1.9.0.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (113.29kB)
[INFO] Fetching org.eclipse.equinox.p2.core_2.11.0.v20240210-1628.jar from https://mirror.umd.edu/eclipse/releases/2024-03/202403131000/plugins/ (80.99kB)
[INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.3.300.v20240201-0843.jar from https://mirror.clarkson.edu/eclipse/releases/2024-03/202403131000/plugins/ (64.51kB)
[INFO] Fetching org.eclipse.equinox.p2.repository_2.8.100.v20240207-1113.jar from https://eclipse.mirror.rafal.ca/releases/2024-03/202403131000/plugins/ (189.68kB)
[INFO] Fetching org.eclipse.equinox.p2.director_2.6.300.v20240207-1113.jar from https://mirror.clarkson.edu/eclipse/releases/2024-03/202403131000/plugins/ (113.38kB)
[INFO] Fetching org.sat4j.core_2.3.6.v20201214.jar from https://mirror.umd.edu/eclipse/releases/2024-03/202403131000/plugins/ (429.55kB)
[INFO] Fetching org.sat4j.pb_2.3.6.v20201214.jar from https://mirror.umd.edu/eclipse/releases/2024-03/202403131000/plugins/ (432.64kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.5.200.v20240209-1053.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (53.85kB)
[INFO] Fetching org.eclipse.equinox.p2.engine_2.10.0.v20240210-0918.jar from https://mirror.umd.edu/eclipse/releases/2024-03/202403131000/plugins/ (238.09kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.5.300.v20240201-0843.jar from https://mirror.umd.edu/eclipse/releases/2024-03/202403131000/plugins/ (138.07kB)
[INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.3.200.v20240201-0843.jar from https://mirror.umd.edu/eclipse/releases/2024-03/202403131000/plugins/ (27kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher_1.9.100.v20240212-1707.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (104kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.6.0.v20240229-1022.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (250.69kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.6.0.v20240229-1022.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (148kB of 250.69kB at 144kB/s)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.3.100.v20240201-0843.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (28.85kB)
[INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.4.300.v20240207-1113.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (259.37kB)
[INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.4.300.v20240207-1113.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (132kB of 259.37kB at 128kB/s)
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.4.200.v20240201-0843.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (135.85kB)
[INFO] Fetching org.eclipse.jdt.annotation_2.3.0.v20240111-2306.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (31.08kB)
[INFO] Fetching org.eclipse.jdt.core.compiler.batch_3.37.0.v20240215-1558.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (3.11MB)
[INFO] Fetching org.eclipse.jdt.core.compiler.batch_3.37.0.v20240215-1558.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (148kB of 3.11MB at 144kB/s)
[INFO] Fetching org.eclipse.jdt.core.compiler.batch_3.37.0.v20240215-1558.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (708kB of 3.11MB at 272kB/s)
[INFO] Fetching org.eclipse.jdt.core.compiler.batch_3.37.0.v20240215-1558.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (2.18MB of 3.11MB at 469.33kB/s)
[INFO] Fetching org.eclipse.jdt.core.manipulation_1.21.0.v20240221-0406.jar from https://mirror.umd.edu/eclipse/releases/2024-03/202403131000/plugins/ (4.05MB)
[INFO] Fetching org.eclipse.ltk.core.refactoring_3.14.300.v20240111-1549.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (346.23kB)
[INFO] Fetching org.eclipse.ltk.core.refactoring_3.14.300.v20240111-1549.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (148kB of 346.23kB at 144kB/s)
[INFO] Fetching org.eclipse.search.core_3.16.100.v20240207-1054.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (60.66kB)
[INFO] Fetching org.eclipse.jdt.debug_3.21.300.v20240124-0949.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (928.25kB)
[INFO] Fetching org.eclipse.jdt.debug_3.21.300.v20240124-0949.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (196kB of 928.25kB at 128kB/s)
[INFO] Fetching org.eclipse.jdt.ui_3.32.0.v20240215-0312.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (9.73MB)
[INFO] Fetching org.eclipse.jdt.ui_3.32.0.v20240215-0312.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (164kB of 9.73MB at 112kB/s)
[INFO] Fetching org.eclipse.jdt.ui_3.32.0.v20240215-0312.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (724kB of 9.73MB at 208kB/s)
[INFO] Fetching org.eclipse.jdt.ui_3.32.0.v20240215-0312.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (2.19MB of 9.73MB at 389.33kB/s)
[INFO] Fetching org.eclipse.jdt.ui_3.32.0.v20240215-0312.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (5.64MB of 9.73MB at 692kB/s)
[INFO] Fetching org.eclipse.jdt.ui_3.32.0.v20240215-0312.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (8.19MB of 9.73MB at 1.22MB/s)
[INFO] Fetching org.eclipse.search_3.16.100.v20240125-0858.jar from https://eclipse.mirror.rafal.ca/releases/2024-03/202403131000/plugins/ (464.61kB)
[INFO] Fetching org.eclipse.team.ui_3.10.300.v20240207-1044.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (1.42MB)
[INFO] Fetching org.eclipse.team.ui_3.10.300.v20240207-1044.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (180kB of 1.42MB at 176kB/s)
[INFO] Fetching org.eclipse.team.ui_3.10.300.v20240207-1044.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (1.29MB of 1.42MB at 472kB/s)
[INFO] Fetching org.eclipse.team.core_3.10.300.v20240125-0912.jar from https://mirror.umd.edu/eclipse/releases/2024-03/202403131000/plugins/ (405.36kB)
[INFO] Fetching org.eclipse.ltk.ui.refactoring_3.13.300.v20240125-0858.jar from https://eclipse.mirror.rafal.ca/releases/2024-03/202403131000/plugins/ (471.48kB)
[INFO] Fetching org.eclipse.ui.navigator_3.12.300.v20240205-1417.jar from https://mirror.umd.edu/eclipse/releases/2024-03/202403131000/plugins/ (428.77kB)
[INFO] Fetching org.eclipse.ui.navigator.resources_3.9.200.v20240104-1240.jar from https://ftp2.osuosl.org/pub/eclipse/releases/2024-03/202403131000/plugins/ (180.38kB)
[INFO] Fetching org.eclipse.nebula.cwt_1.1.0.202312260654.jar from https://eclipse.mirror.rafal.ca/releases/2024-03/202403131000/plugins/ (159.1kB)
[INFO] Fetching org.eclipse.ocl_3.21.0.v20240421-0641.jar from https://ci.eclipse.org/ocl/job/ocl-master/lastSuccessfulBuild/artifact/releng/org.eclipse.ocl.releng.build-site/target/repository/plugins/ (1.14MB)
[INFO] Fetching org.eclipse.ocl.common_1.21.0.v20240421-0641.jar from https://ci.eclipse.org/ocl/job/ocl-master/lastSuccessfulBuild/artifact/releng/org.eclipse.ocl.releng.build-site/target/repository/plugins/ (38.13kB)
[INFO] Fetching org.eclipse.ocl.examples.xtext.tests_3.21.0.v20240421-0641.jar from https://ci.eclipse.org/ocl/job/ocl-master/lastSuccessfulBuild/artifact/releng/org.eclipse.ocl.releng.build-site/target/repository/plugins/ (1.28MB)
[INFO] Fetching org.eclipse.ocl.common.ui_1.21.0.v20240421-0641.jar from https://ci.eclipse.org/ocl/job/ocl-master/lastSuccessfulBuild/artifact/releng/org.eclipse.ocl.releng.build-site/target/repository/plugins/ (29.81kB)
[INFO] Fetching org.eclipse.ocl.ecore_3.21.0.v20240421-0641.jar from https://ci.eclipse.org/ocl/job/ocl-master/lastSuccessfulBuild/artifact/releng/org.eclipse.ocl.releng.build-site/target/repository/plugins/ (385.66kB)
[INFO] Fetching org.eclipse.ocl.examples.codegen_2.21.0.v20240421-0641.jar from https://ci.eclipse.org/ocl/job/ocl-master/lastSuccessfulBuild/artifact/releng/org.eclipse.ocl.releng.build-site/target/repository/plugins/ (1.5MB)
[INFO] Fetching org.eclipse.uml2.codegen.ecore_2.5.2.v20221116-1811.jar from https://mirror.umd.edu/eclipse/releases/2024-03/202403131000/plugins/ (353.45kB)
[INFO] Fetching org.eclipse.xtext.util_2.34.0.v20240227-0940.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (312.94kB)
[INFO] Fetching org.eclipse.xtext.util_2.34.0.v20240227-0940.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (180kB of 312.94kB at 176kB/s)
[INFO] Fetching org.eclipse.ocl.pivot_1.21.0.v20240421-0641.jar from https://ci.eclipse.org/ocl/job/ocl-master/lastSuccessfulBuild/artifact/releng/org.eclipse.ocl.releng.build-site/target/repository/plugins/ (3.5MB)
[INFO] Fetching org.objectweb.asm_9.6.0.jar from https://eclipse.mirror.rafal.ca/releases/2024-03/202403131000/plugins/ (120.7kB)
[INFO] Fetching org.eclipse.ocl.examples.debug_2.21.0.v20240421-0641.jar from https://ci.eclipse.org/ocl/job/ocl-master/lastSuccessfulBuild/artifact/releng/org.eclipse.ocl.releng.build-site/target/repository/plugins/ (87.94kB)
[INFO] Fetching org.eclipse.ocl.xtext.completeocl_1.21.0.v20240421-0641.jar from https://ci.eclipse.org/ocl/job/ocl-master/lastSuccessfulBuild/artifact/releng/org.eclipse.ocl.releng.build-site/target/repository/plugins/ (421.45kB)
[INFO] Fetching org.eclipse.ocl.xtext.oclinecore_1.21.0.v20240421-0641.jar from https://ci.eclipse.org/ocl/job/ocl-master/lastSuccessfulBuild/artifact/releng/org.eclipse.ocl.releng.build-site/target/repository/plugins/ (462.03kB)
[INFO] Fetching org.eclipse.ocl.xtext.oclstdlib_1.21.0.v20240421-0641.jar from https://ci.eclipse.org/ocl/job/ocl-master/lastSuccessfulBuild/artifact/releng/org.eclipse.ocl.releng.build-site/target/repository/plugins/ (459.37kB)
[INFO] Fetching org.eclipse.ocl.examples.debug.vm_2.21.0.v20240421-0641.jar from https://ci.eclipse.org/ocl/job/ocl-master/lastSuccessfulBuild/artifact/releng/org.eclipse.ocl.releng.build-site/target/repository/plugins/ (218.93kB)
[INFO] Fetching org.eclipse.ocl.examples.debug.ui_2.21.0.v20240421-0641.jar from https://ci.eclipse.org/ocl/job/ocl-master/lastSuccessfulBuild/artifact/releng/org.eclipse.ocl.releng.build-site/target/repository/plugins/ (81.47kB)
[INFO] Fetching org.eclipse.ocl.xtext.completeocl.ui_1.21.0.v20240421-0641.jar from https://ci.eclipse.org/ocl/job/ocl-master/lastSuccessfulBuild/artifact/releng/org.eclipse.ocl.releng.build-site/target/repository/plugins/ (290.19kB)
[INFO] Fetching org.eclipse.ocl.examples.debug.vm.ui_2.21.0.v20240421-0641.jar from https://ci.eclipse.org/ocl/job/ocl-master/lastSuccessfulBuild/artifact/releng/org.eclipse.ocl.releng.build-site/target/repository/plugins/ (80.99kB)
[INFO] Fetching org.eclipse.ocl.xtext.base_1.21.0.v20240421-0641.jar from https://ci.eclipse.org/ocl/job/ocl-master/lastSuccessfulBuild/artifact/releng/org.eclipse.ocl.releng.build-site/target/repository/plugins/ (826.54kB)
[INFO] Fetching org.eclipse.xtext.ui_2.34.0.v20240227-0940.jar from https://mirror.umd.edu/eclipse/releases/2024-03/202403131000/plugins/ (1.89MB)
[INFO] Fetching org.eclipse.ocl.examples.emf.validation.validity_2.21.0.v20240421-0641.jar from https://ci.eclipse.org/ocl/job/ocl-master/lastSuccessfulBuild/artifact/releng/org.eclipse.ocl.releng.build-site/target/repository/plugins/ (154.93kB)
[INFO] Fetching org.eclipse.ocl.examples.emf.validation.validity.ui_2.21.0.v20240421-0641.jar from https://ci.eclipse.org/ocl/job/ocl-master/lastSuccessfulBuild/artifact/releng/org.eclipse.ocl.releng.build-site/target/repository/plugins/ (162.78kB)
[INFO] Fetching org.eclipse.ocl.examples.ui_1.21.0.v20240421-0641.jar from https://ci.eclipse.org/ocl/job/ocl-master/lastSuccessfulBuild/artifact/releng/org.eclipse.ocl.releng.build-site/target/repository/plugins/ (13.39kB)
[INFO] Fetching org.eclipse.ocl.examples.extlibrary_6.21.0.v20240421-0641.jar from https://ci.eclipse.org/ocl/job/ocl-master/lastSuccessfulBuild/artifact/releng/org.eclipse.ocl.releng.build-site/target/repository/plugins/ (69.42kB)
[INFO] Fetching org.eclipse.ocl.examples.standalone_2.21.0.v20240421-0641.jar from https://ci.eclipse.org/ocl/job/ocl-master/lastSuccessfulBuild/artifact/releng/org.eclipse.ocl.releng.build-site/target/repository/plugins/ (68.77kB)
[INFO] Fetching org.eclipse.ocl.examples.validity_2.21.0.v20240421-0641.jar from https://ci.eclipse.org/ocl/job/ocl-master/lastSuccessfulBuild/artifact/releng/org.eclipse.ocl.releng.build-site/target/repository/plugins/ (68.94kB)
[INFO] Fetching org.eclipse.uml2.uml_5.5.0.v20221116-1811.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (3.41MB)
[INFO] Fetching org.eclipse.uml2.uml_5.5.0.v20221116-1811.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (180kB of 3.41MB at 112kB/s)
[INFO] Fetching org.eclipse.uml2.uml_5.5.0.v20221116-1811.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (1.02MB of 3.41MB at 272kB/s)
[INFO] Fetching org.eclipse.ocl.examples.xtext.console_4.21.0.v20240421-0641.jar from https://ci.eclipse.org/ocl/job/ocl-master/lastSuccessfulBuild/artifact/releng/org.eclipse.ocl.releng.build-site/target/repository/plugins/ (101.48kB)
[INFO] Fetching org.eclipse.ocl.xtext.essentialocl.ui_1.21.0.v20240421-0641.jar from https://ci.eclipse.org/ocl/job/ocl-master/lastSuccessfulBuild/artifact/releng/org.eclipse.ocl.releng.build-site/target/repository/plugins/ (214.37kB)
[INFO] Fetching org.junit_4.13.2.v20230809-1000.jar from https://mirror.umd.edu/eclipse/releases/2024-03/202403131000/plugins/ (414.97kB)
[INFO] Fetching org.eclipse.uml2.uml.resources_5.5.0.v20221116-1811.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (259.97kB)
[INFO] Fetching org.eclipse.uml2.uml.resources_5.5.0.v20221116-1811.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (132kB of 259.97kB at 128kB/s)
[INFO] Fetching org.eclipse.uml2.uml.editor_5.5.0.v20221116-1811.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (220.23kB)
[INFO] Fetching org.eclipse.uml2.uml.editor_5.5.0.v20221116-1811.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (164kB of 220.23kB at 160kB/s)
[INFO] Fetching org.eclipse.xtext.common.types_2.34.0.v20240227-0940.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (507.25kB)
[INFO] Fetching org.eclipse.xtext.common.types_2.34.0.v20240227-0940.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (148kB of 507.25kB at 144kB/s)
[INFO] Fetching org.eclipse.ocl.pivot.ui_1.21.0.v20240421-0641.jar from https://ci.eclipse.org/ocl/job/ocl-master/lastSuccessfulBuild/artifact/releng/org.eclipse.ocl.releng.build-site/target/repository/plugins/ (24.6kB)
[INFO] Fetching org.eclipse.ocl.pivot.uml_1.21.0.v20240421-0641.jar from https://ci.eclipse.org/ocl/job/ocl-master/lastSuccessfulBuild/artifact/releng/org.eclipse.ocl.releng.build-site/target/repository/plugins/ (250.32kB)
[INFO] Fetching org.eclipse.ocl.xtext.oclstdlib.ui_1.21.0.v20240421-0641.jar from https://ci.eclipse.org/ocl/job/ocl-master/lastSuccessfulBuild/artifact/releng/org.eclipse.ocl.releng.build-site/target/repository/plugins/ (321.62kB)
[INFO] Fetching org.eclipse.ocl.xtext.idioms_1.21.0.v20240421-0641.jar from https://ci.eclipse.org/ocl/job/ocl-master/lastSuccessfulBuild/artifact/releng/org.eclipse.ocl.releng.build-site/target/repository/plugins/ (287.4kB)
[INFO] Fetching org.eclipse.uml2.uml.ecore.importer_3.5.0.v20221116-1811.jar from https://mirror.umd.edu/eclipse/releases/2024-03/202403131000/plugins/ (47.08kB)
[INFO] Fetching org.eclipse.sirius_7.4.0.202403051613.jar from https://mirror.umd.edu/eclipse/releases/2024-03/202403131000/plugins/ (883.37kB)
[INFO] Fetching org.eclipse.xtext.xbase.lib_2.34.0.v20240227-0940.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (163.15kB)
[INFO] Fetching org.eclipse.xtext.xbase.lib_2.34.0.v20240227-0940.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (148kB of 163.15kB at 144kB/s)
[INFO] Fetching org.eclipse.xtext.ui.shared_2.34.0.v20240227-0940.jar from https://mirrors.nju.edu.cn/eclipse//releases/2024-03/202403131000/plugins/ (62.71kB)
[INFO] Fetching org.eclipse.xtext_2.34.0.v20240227-0940.jar from https://eclipse.mirror.rafal.ca/releases/2024-03/202403131000/plugins/ (2.64MB)
[INFO] Fetching org.eclipse.ocl.xtext.base.ui_1.21.0.v20240421-0641.jar from https://ci.eclipse.org/ocl/job/ocl-master/lastSuccessfulBuild/artifact/releng/org.eclipse.ocl.releng.build-site/target/repository/plugins/ (230.85kB)
[INFO] Fetching org.eclipse.pde.core_3.18.0.v20240215-1456.jar from https://eclipse.mirror.rafal.ca/releases/2024-03/202403131000/plugins/ (1.46MB)
[INFO] Fetching org.eclipse.xtext.builder_2.34.0.v20240227-0940.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (396.94kB)
[INFO] Fetching org.eclipse.xtext.builder_2.34.0.v20240227-0940.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (164kB of 396.94kB at 160kB/s)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui_2.34.0.v20240227-0940.jar from https://mirrors.nju.edu.cn/eclipse//releases/2024-03/202403131000/plugins/ (135.34kB)
[INFO] Fetching org.eclipse.ocl.xtext.essentialocl_1.21.0.v20240421-0641.jar from https://ci.eclipse.org/ocl/job/ocl-master/lastSuccessfulBuild/artifact/releng/org.eclipse.ocl.releng.build-site/target/repository/plugins/ (718.28kB)
[INFO] Fetching org.eclipse.ocl.xtext.oclinecore.ui_1.21.0.v20240421-0641.jar from https://ci.eclipse.org/ocl/job/ocl-master/lastSuccessfulBuild/artifact/releng/org.eclipse.ocl.releng.build-site/target/repository/plugins/ (410.63kB)
[INFO] Fetching org.eclipse.ocl.xtext.markup.ui_1.21.0.v20240421-0641.jar from https://ci.eclipse.org/ocl/job/ocl-master/lastSuccessfulBuild/artifact/releng/org.eclipse.ocl.releng.build-site/target/repository/plugins/ (96.98kB)
[INFO] Fetching org.eclipse.ocl.xtext.markup_1.21.0.v20240421-0641.jar from https://ci.eclipse.org/ocl/job/ocl-master/lastSuccessfulBuild/artifact/releng/org.eclipse.ocl.releng.build-site/target/repository/plugins/ (187.65kB)
[INFO] Fetching org.eclipse.osgi.compatibility.state_1.2.1000.v20240213-1057.jar from https://mirror.clarkson.edu/eclipse/releases/2024-03/202403131000/plugins/ (251.64kB)
[INFO] Fetching org.eclipse.pde.build_3.12.300.v20240212-0530.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (508.5kB)
[INFO] Fetching org.eclipse.pde.build_3.12.300.v20240212-0530.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (132kB of 508.5kB at 128kB/s)
[INFO] Fetching org.eclipse.sirius.common_7.4.0.202403051613.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (259.81kB)
[INFO] Fetching org.eclipse.sirius.common_7.4.0.202403051613.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (148kB of 259.81kB at 144kB/s)
[INFO] Fetching org.eclipse.sirius.ecore.extender_7.4.0.202403051613.jar from https://eclipse.mirror.rafal.ca/releases/2024-03/202403131000/plugins/ (96.65kB)
[INFO] Fetching org.eclipse.sirius.model_7.4.0.202403051613.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (643.01kB)
[INFO] Fetching org.eclipse.sirius.model_7.4.0.202403051613.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (148kB of 643.01kB at 144kB/s)
[INFO] Fetching org.eclipse.sirius.ext.base_7.4.0.202403051613.jar from https://eclipse.mirror.rafal.ca/releases/2024-03/202403131000/plugins/ (31.16kB)
[INFO] Fetching org.eclipse.sirius.ext.emf_7.4.0.202403051613.jar from https://mirror.clarkson.edu/eclipse/releases/2024-03/202403131000/plugins/ (19.38kB)
[INFO] Fetching org.eclipse.sirius.ext.emf.tx_7.4.0.202403051613.jar from https://eclipse.mirror.rafal.ca/releases/2024-03/202403131000/plugins/ (11.45kB)
[INFO] Fetching org.eclipse.emf_2.9.0.v20230211-1150.jar from https://eclipse.mirror.rafal.ca/releases/2024-03/202403131000/plugins/ (14.59kB)
[INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.125.0.v20240227-1638.jar from https://mirror.clarkson.edu/eclipse/releases/2024-03/202403131000/plugins/ (2.53MB)
[INFO] Fetching org.eclipse.ui.ide.application_1.5.300.v20240207-0025.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (129.87kB)
[INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.10.200.v20231205-0632.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (110.54kB)
[INFO] Fetching org.eclipse.uml2.types_2.5.0.v20221116-1811.jar from https://mirror.clarkson.edu/eclipse/releases/2024-03/202403131000/plugins/ (20.57kB)
[INFO] Fetching org.eclipse.uml2.common_2.5.0.v20221116-1811.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (96.18kB)
[INFO] Fetching org.eclipse.uml2.common.edit_2.5.0.v20221116-1811.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (32.12kB)
[INFO] Fetching org.eclipse.uml2.uml.edit_5.5.0.v20221116-1811.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (873.19kB)
[INFO] Fetching org.eclipse.uml2.uml.edit_5.5.0.v20221116-1811.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (148kB of 873.19kB at 144kB/s)
[INFO] Fetching org.eclipse.uml2.uml.edit_5.5.0.v20221116-1811.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (676kB of 873.19kB at 256kB/s)
[INFO] Fetching org.eclipse.uml2.uml.profile.standard_1.5.0.v20221116-1811.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (138.71kB)
[INFO] Fetching org.eclipse.uml2.uml.profile.standard_1.5.0.v20221116-1811.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (132kB of 138.71kB at 128kB/s)
[INFO] Fetching org.eclipse.xtend.lib_2.34.0.v20240227-0940.jar from https://eclipse.mirror.rafal.ca/releases/2024-03/202403131000/plugins/ (131.92kB)
[INFO] Fetching org.eclipse.xtend.lib.macro_2.34.0.v20240227-0940.jar from https://eclipse.mirror.rafal.ca/releases/2024-03/202403131000/plugins/ (80.21kB)
[INFO] Fetching org.eclipse.xtext.common.types.ui_2.34.0.v20240227-0940.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (252.53kB)
[INFO] Fetching org.eclipse.xtext.common.types.ui_2.34.0.v20240227-0940.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (148kB of 252.53kB at 144kB/s)
[INFO] Fetching org.eclipse.xtext.smap_2.34.0.v20240227-0940.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (22.71kB)
[INFO] Fetching org.eclipse.xtext.common.types.edit_2.34.0.v20240227-0940.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (250.3kB)
[INFO] Fetching org.eclipse.xtext.common.types.edit_2.34.0.v20240227-0940.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (116kB of 250.3kB at 112kB/s)
[INFO] Fetching org.eclipse.xtext.ide_2.34.0.v20240227-0940.jar from https://mirror.clarkson.edu/eclipse/releases/2024-03/202403131000/plugins/ (496.58kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates_2.34.0.v20240227-0940.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (196.4kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates_2.34.0.v20240227-0940.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (132kB of 196.4kB at 128kB/s)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide_2.34.0.v20240227-0940.jar from https://mirrors.nju.edu.cn/eclipse//releases/2024-03/202403131000/plugins/ (135.29kB)
[INFO] Fetching org.hamcrest_2.2.0.jar from https://eclipse.mirror.rafal.ca/releases/2024-03/202403131000/plugins/ (120.47kB)
[INFO] Fetching org.hamcrest.core_2.2.0.v20230809-1000.jar from https://eclipse.mirror.rafal.ca/releases/2024-03/202403131000/plugins/ (9.19kB)
[INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.125.0.v20240227-1638.jar from https://eclipse.mirror.rafal.ca/releases/2024-03/202403131000/plugins/ (2.13MB)
[INFO] Fetching org.eclipse.jdt.launching.macosx_3.6.200.v20231214-1553.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (21.36kB)
[INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240227-1638.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (2.58MB)
[INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240227-1638.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (148kB of 2.58MB at 144kB/s)
[INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240227-1638.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (692kB of 2.58MB at 264kB/s)
[INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.125.0.v20240227-1638.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (1.83MB of 2.58MB at 426.67kB/s)
[INFO] 
[INFO] -----------< org.eclipse.ocl:org.eclipse.ocl.codegen.tests >------------
[INFO] Building org.eclipse.ocl.codegen.tests 6.21.0-SNAPSHOT
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.ocl.codegen.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.ocl.codegen.tests ---
[INFO] The project's OSGi version is 6.21.0.202404211123
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.ocl.codegen.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.ocl.codegen.tests ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.ocl.codegen.tests ---
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.ocl.codegen.tests ---
[INFO] Resolving class path of org.eclipse.ocl.codegen.tests...
[INFO] Fetching org.eclipse.core.net.win32_1.1.300.v20231214-1526.jar from https://mirror.umd.edu/eclipse/releases/2024-03/202403131000/plugins/ (27.77kB)
[INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.900.v20240213-1244.jar from https://ftp2.osuosl.org/pub/eclipse/releases/2024-03/202403131000/plugins/ (136.42kB)
[INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.2.100.v20231030-2045.jar from https://eclipse.mirror.rafal.ca/releases/2024-03/202403131000/plugins/ (12.61kB)
[INFO] Fetching org.eclipse.e4.ui.swt.win32_1.2.200.v20231201-1637.jar from https://mirror.umd.edu/eclipse/releases/2024-03/202403131000/plugins/ (12.13kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.14.300.v20240119-2127.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (31.85kB)
[INFO] Fetching org.eclipse.equinox.security.linux_1.1.200.v20231214-1607.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (25.65kB)
[INFO] Fetching org.eclipse.core.filesystem.win32.x86_64_1.4.300.v20220812-1420.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (39.29kB)
[INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.900.v20240129-1338.jar from https://eclipse.mirror.rafal.ca/releases/2024-03/202403131000/plugins/ (41.8kB)
[INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.900.v20240129-1338.jar from https://eclipse.mirror.rafal.ca/releases/2024-03/202403131000/plugins/ (88.56kB)
[INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.400.v20220812-1420.jar from https://mirrors.nju.edu.cn/eclipse//releases/2024-03/202403131000/plugins/ (13.13kB)
[INFO] Fetching org.eclipse.core.net.linux_1.1.100.v20231214-1526.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (16.39kB)
[INFO] Fetching org.eclipse.core.resources.win32.x86_64_3.5.500.v20220812-1420.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (59.56kB)
[INFO] Fetching org.eclipse.xtext.logging_2.34.0.v20240227-0940.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (14.35kB)
[INFO] Fetching org.eclipse.equinox.security.macosx_1.102.200.v20231214-2017.jar from https://eclipse.mirror.garr.it/releases/2024-03/202403131000/plugins/ (29.9kB)
[INFO] Fetching org.eclipse.ui.win32_3.5.200.v20231214-2114.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (24.37kB)
[INFO] Fetching org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar from https://eclipse.mirror.rafal.ca/releases/2024-03/202403131000/plugins/ (27.41kB)
[INFO] Fetching org.eclipse.ui.cocoa_1.3.100.v20230214-1401.jar from https://eclipse.mirror.rafal.ca/releases/2024-03/202403131000/plugins/ (11.39kB)
[INFO] Fetching org.eclipse.equinox.security.win32.x86_64_1.2.200.v20240213-1244.jar from https://eclipse.mirror.rafal.ca/releases/2024-03/202403131000/plugins/ (42.58kB)
[INFO] Fetching org.eclipse.core.net.win32.x86_64_1.2.200.v20231214-1012.jar from https://www.ftp.saix.net/Eclipse//releases/2024-03/202403131000/plugins/ (9.6kB)
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.ocl.codegen.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ocl-codegen-tests/tests/org.eclipse.ocl.codegen.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.ocl.codegen.tests ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/ocl-codegen-tests/tests/org.eclipse.ocl.codegen.tests/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.ocl.codegen.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ocl-codegen-tests/tests/org.eclipse.ocl.codegen.tests/src/test/resources
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (pivot) @ org.eclipse.ocl.codegen.tests ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.ocl.codegen.tests.CodegenTests
[INFO] Tests run: 602, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1,398.889 s - in org.eclipse.ocl.codegen.tests.CodegenTests
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 602, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ocl.codegen.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.ocl.codegen.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/ocl-codegen-tests/tests/org.eclipse.ocl.codegen.tests/target/org.eclipse.ocl.codegen.tests-6.21.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ocl.codegen.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:2.7.5:test (default-test) @ org.eclipse.ocl.codegen.tests ---
[INFO] Skipping tests
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  29:09 min
[INFO] Finished at: 2024-04-21T11:52:12Z
[INFO] ------------------------------------------------------------------------
Taking screenshot.
[ocl-codegen-tests] $ echo $XAUTHORITY
/home/jenkins/agent/workspace/ocl-codegen-tests/.Xauthority-203621230559871795
[ocl-codegen-tests] $ ls -l $XAUTHORITY
-rw-r--r--. 1 jenkins 1002360000 0 Apr 21 11:23 /home/jenkins/agent/workspace/ocl-codegen-tests/.Xauthority-203621230559871795
[ocl-codegen-tests] $ import -window root -display :35 screenshot.jpg
Terminating xvnc.
Recording test results
[Checks API] No suitable checks publisher found.
Finished: SUCCESS