Skip to content
Success

Console Output

Started by timer
Running as SYSTEM
Agent centos-7-5db3q 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-5db3q"
  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-5db3q"
    - 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-5db3q"
    - 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-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-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-5db3q (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.1'
 > 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 2de16e47cc0e4cb0aff90d98caf6b5ca61a006ae (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2de16e47cc0e4cb0aff90d98caf6b5ca61a006ae # timeout=10
Commit message: "[580363] Fix MapType moniker and OCLstdlib"
 > git rev-list --no-walk 2de16e47cc0e4cb0aff90d98caf6b5ca61a006ae # 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 :17 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset

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


Sun Sep 11 11:23:02 2022
 vncext:      VNC extension running!
 vncext:      Listening for VNC connections on all interface(s), port 5917
 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: 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...
[INFO] Computing target platform for MavenProject: org.eclipse.ocl:org.eclipse.ocl.codegen.tests:6.18.0-SNAPSHOT @ /home/jenkins/agent/workspace/ocl-codegen-tests/tests/org.eclipse.ocl.codegen.tests/pom.xml
[INFO] Fetching p2.index from https://download.eclipse.org/releases/latest/ (122B)
[INFO] Adding repository https://download.eclipse.org/releases/latest
[INFO] Fetching compositeContent.jar from https://download.eclipse.org/releases/latest/ (465B)
[INFO] Fetching p2.index from https://download.eclipse.org/releases/2022-06/ (122B)
[INFO] Fetching compositeContent.jar from https://download.eclipse.org/releases/2022-06/ (481B)
[INFO] Fetching compositeContent.xml from https://download.eclipse.org/technology/epp/packages/2022-06/ (442B)
[INFO] Fetching content.jar from https://download.eclipse.org/technology/epp/packages/2022-06/202206091200/ (87.05kB)
[INFO] Fetching p2.index from https://download.eclipse.org/releases/2022-06/202206151000/ (140B)
[INFO] Fetching content.xml.xz from https://download.eclipse.org/releases/2022-06/202206151000/ (792.86kB)
[INFO] Fetching p2.index from https://download.eclipse.org/staging/2020-12/ (365B)
[INFO] Adding repository https://download.eclipse.org/staging/2020-12
[INFO] Fetching content.jar from https://download.eclipse.org/staging/2020-12/ (2.86MB)
[INFO] Fetching p2.index from https://ci.eclipse.org/ocl/job/ocl-master/lastSuccessfulBuild/artifact/targetPlatform/ (172B)
[INFO] Adding repository https://ci.eclipse.org/ocl/job/ocl-master/lastSuccessfulBuild/artifact/targetPlatform
[INFO] Fetching content.xml.xz from https://ci.eclipse.org/ocl/job/ocl-master/lastSuccessfulBuild/artifact/targetPlatform/ (21.79kB)
[INFO] Adding repository https://download.eclipse.org/modeling/emf/emf/builds/release/latest
[INFO] Fetching compositeContent.jar from https://download.eclipse.org/modeling/emf/emf/builds/release/latest/ (425B)
[INFO] Fetching p2.index from https://download.eclipse.org/modeling/emf/emf/builds/release/2.31/ (172B)
[INFO] Fetching content.xml.xz from https://download.eclipse.org/modeling/emf/emf/builds/release/2.31/ (30.15kB)
[INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/latest-S/ (134B)
[INFO] Adding repository https://download.eclipse.org/tools/orbit/downloads/latest-S
[INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/latest-S/ (428B)
[INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/S20220726152247/repository/ (172B)
[INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops/S20220726152247/repository/ (104.63kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.ocl:org.eclipse.ocl.codegen.tests:6.18.0-SNAPSHOT @ /home/jenkins/agent/workspace/ocl-codegen-tests/tests/org.eclipse.ocl.codegen.tests/pom.xml
[INFO] Fetching 202206151000&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2022-06/ (63B)
[INFO] Fetching com.google.guava_30.1.0.v20210127-2300.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (2.89MB)
[INFO] Fetching com.google.inject_5.0.1.v20210324-2015.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (802.8kB)
[INFO] Fetching javax.inject_1.0.0.v20220405-0441.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (32.41kB)
[INFO] Fetching org.aopalliance_1.0.0.v20220404-1927.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (14.17kB)
[INFO] Fetching com.ibm.icu_67.1.0.v20200706-1749.jar.pack.gz from https://download.eclipse.org/staging/2020-12/plugins/ (9.67MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching com.ibm.icu_67.1.0.v20200706-1749.jar.pack.gz from https://download.eclipse.org/staging/2020-12/plugins/ (9.67MB)
[INFO] Unpacking com.ibm.icu_67.1.0.v20200706-1749...
[INFO] Fetching com.sun.jna_5.8.0.v20210503-0343.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.68MB)
[INFO] Fetching com.sun.jna.platform_5.8.0.v20210406-1004.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.41MB)
[INFO] Fetching io.github.classgraph_4.8.138.v20211212-1642.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (590.15kB)
[INFO] Fetching javax.annotation_1.3.5.v20200909-1856.jar.pack.gz from https://download.eclipse.org/staging/2020-12/plugins/ (36.66kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching javax.annotation_1.3.5.v20200909-1856.jar.pack.gz from https://download.eclipse.org/staging/2020-12/plugins/ (36.66kB)
[INFO] Unpacking javax.annotation_1.3.5.v20200909-1856...
[INFO] Fetching org.eclipse.osgi_3.18.0.v20220516-2155.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.46MB)
[INFO] Fetching org.antlr.runtime_3.2.0.v20220404-1927.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (169.92kB)
[INFO] Fetching org.apache.ant_1.10.12.v20211102-1452.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (2.96MB)
[INFO] Fetching org.apache.batik.constants_1.14.0.v20210324-0332.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (20.34kB)
[INFO] Fetching org.apache.batik.css_1.14.0.v20210324-0332.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (353.59kB)
[INFO] Fetching org.apache.batik.util_1.14.0.v20210324-0332.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (144.34kB)
[INFO] Fetching org.apache.batik.i18n_1.14.0.v20210324-0332.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (23.5kB)
[INFO] Fetching org.apache.xmlgraphics_2.6.0.v20210409-0748.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (703.81kB)
[INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (95.26kB)
[INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (15.35kB)
[INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (35.59kB)
[INFO] Fetching org.apache.commons.cli_1.4.0.v20200417-1444.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (64.23kB)
[INFO] Fetching org.apache.commons.io_2.8.0.v20210415-0900.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (302.53kB)
[INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from https://download.eclipse.org/staging/2020-12/plugins/ (33.71kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from https://download.eclipse.org/staging/2020-12/plugins/ (33.71kB)
[INFO] Unpacking org.apache.commons.logging_1.2.0.v20180409-1502...
[INFO] Fetching org.apache.felix.scr_2.1.24.v20200924-1939.jar.pack.gz from https://download.eclipse.org/staging/2020-12/plugins/ (155.35kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.felix.scr_2.1.24.v20200924-1939.jar.pack.gz from https://download.eclipse.org/staging/2020-12/plugins/ (155.35kB)
[INFO] Unpacking org.apache.felix.scr_2.1.24.v20200924-1939...
[INFO] Fetching org.eclipse.osgi.services_3.10.200.v20210723-0643.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (126.4kB)
[INFO] Fetching org.osgi.util.promise_1.2.0.202109301733.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (81.45kB)
[INFO] Fetching org.apache.log4j_1.2.19.v20220208-1728.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (358.42kB)
[INFO] Fetching org.bouncycastle.bcpg_1.70.0.v20220507-1208.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (360.94kB)
[INFO] Fetching org.bouncycastle.bcprov_1.70.0.v20220507-1208.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (5.58MB)
[INFO] Fetching org.eclipse.ant.core_3.6.400.v20220317-1003.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (107.39kB)
[INFO] Fetching org.eclipse.core.variables_3.5.100.v20210721-1355.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (35.64kB)
[INFO] Fetching org.eclipse.core.runtime_3.25.0.v20220506-1157.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (71.87kB)
[INFO] Fetching org.eclipse.compare_3.8.400.v20220420-1133.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (804.82kB)
[INFO] Fetching org.eclipse.ui_3.201.0.v20220124-1108.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (432.55kB)
[INFO] Fetching org.eclipse.core.resources_3.17.0.v20220517-0751.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (891.43kB)
[INFO] Fetching org.eclipse.jface.text_3.20.100.v20220516-0819.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.03MB)
[INFO] Fetching org.eclipse.ui.ide_3.19.0.v20220511-1638.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (2.41MB)
[INFO] Fetching org.eclipse.ui.views_3.11.100.v20210816-0811.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (105.57kB)
[INFO] Fetching org.eclipse.ui.workbench.texteditor_3.16.500.v20220331-0848.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (688.72kB)
[INFO] Fetching org.eclipse.core.expressions_3.8.100.v20210910-0640.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (92.12kB)
[INFO] Fetching org.eclipse.ui.editors_3.14.300.v20210913-0815.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (618.79kB)
[INFO] Fetching org.eclipse.ui.forms_3.11.300.v20211022-1451.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (330.12kB)
[INFO] Fetching org.eclipse.compare.core_3.7.0.v20220513-0551.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (67.45kB)
[INFO] Fetching org.eclipse.core.commands_3.10.200.v20220512-0851.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (114.56kB)
[INFO] Fetching org.eclipse.equinox.common_3.16.100.v20220315-2327.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (144.55kB)
[INFO] Fetching org.eclipse.core.contenttype_3.8.100.v20210910-0640.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (100.02kB)
[INFO] Fetching org.eclipse.equinox.preferences_3.10.0.v20220503-1634.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (133.99kB)
[INFO] Fetching org.eclipse.equinox.registry_3.11.100.v20211021-1418.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (194.4kB)
[INFO] Fetching org.eclipse.core.databinding_1.11.0.v20220118-1028.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (287.81kB)
[INFO] Fetching org.eclipse.core.databinding.observable_1.12.0.v20211231-1006.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (313kB)
[INFO] Fetching org.eclipse.core.databinding.property_1.9.0.v20210619-1129.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (163.08kB)
[INFO] Fetching org.eclipse.core.filebuffers_3.7.200.v20220202-1008.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (115.6kB)
[INFO] Fetching org.eclipse.text_3.12.100.v20220506-1404.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (293.55kB)
[INFO] Fetching org.eclipse.core.filesystem_1.9.400.v20220419-0658.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (69.85kB)
[INFO] Fetching org.eclipse.core.jobs_3.13.0.v20220512-1935.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (109.25kB)
[INFO] Fetching org.eclipse.core.net_1.3.1200.v20220312-1450.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (47.62kB)
[INFO] Fetching org.eclipse.equinox.security_1.3.900.v20220108-1321.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (113.21kB)
[INFO] Fetching org.eclipse.equinox.app_1.6.100.v20211021-1418.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (89.14kB)
[INFO] Fetching org.eclipse.debug.core_3.19.100.v20220324-0630.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (397.87kB)
[INFO] Fetching org.eclipse.debug.ui_3.16.100.v20220526-0826.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (2.97MB)
[INFO] Fetching org.eclipse.ui.console_3.11.200.v20220324-0630.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (208.46kB)
[INFO] Fetching org.eclipse.help_3.9.100.v20210721-0601.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (270.25kB)
[INFO] Fetching org.eclipse.jface_3.26.0.v20220513-0449.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.11MB)
[INFO] Fetching org.eclipse.ui.workbench_3.125.100.v20220524-1304.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (3.49MB)
[INFO] Fetching org.eclipse.e4.ui.services_1.5.0.v20210115-1333.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (24.31kB)
[INFO] Fetching org.eclipse.e4.core.commands_1.0.100.v20211204-1536.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (25.92kB)
[INFO] Fetching org.eclipse.e4.core.di_1.8.200.v20220512-1957.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (52.47kB)
[INFO] Fetching org.eclipse.e4.core.contexts_1.10.0.v20220430-0424.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (55.58kB)
[INFO] Fetching org.eclipse.e4.core.services_2.3.200.v20220513-1235.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (69.65kB)
[INFO] Fetching org.eclipse.e4.core.di.annotations_1.7.100.v20210910-0640.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (12kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions_0.17.100.v20210910-0640.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (11.14kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.16.300.v20220503-2248.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (40.48kB)
[INFO] Fetching org.osgi.service.prefs_1.1.2.202109301733.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (19.69kB)
[INFO] Fetching org.eclipse.e4.emf.xpath_0.3.0.v20210722-1426.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (51.03kB)
[INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from https://download.eclipse.org/staging/2020-12/plugins/ (107.16kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from https://download.eclipse.org/staging/2020-12/plugins/ (107.16kB)
[INFO] Unpacking org.apache.commons.jxpath_1.3.0.v200911051830...
[INFO] Fetching org.eclipse.emf.ecore_2.27.0.v20220426-0617.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.26MB)
[INFO] Fetching org.eclipse.e4.ui.bindings_0.13.100.v20210722-1426.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (45.85kB)
[INFO] Fetching org.eclipse.swt_3.120.0.v20220530-1036.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (18.79kB)
[INFO] Fetching org.eclipse.e4.ui.css.core_0.13.200.v20211022-1402.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (213.89kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt_0.14.500.v20220511-1639.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (201.76kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.13.100.v20220310-1056.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (28.11kB)
[INFO] Fetching org.eclipse.e4.ui.di_1.4.0.v20210621-1133.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (16.41kB)
[INFO] Fetching org.eclipse.e4.ui.dialogs_1.3.200.v20211210-1500.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (56.73kB)
[INFO] Fetching org.eclipse.e4.ui.ide_3.16.100.v20220310-1350.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (11.51kB)
[INFO] Fetching org.eclipse.e4.ui.model.workbench_2.2.100.v20220331-0744.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (395.31kB)
[INFO] Fetching org.eclipse.equinox.event_1.6.100.v20211021-1418.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (33.33kB)
[INFO] Fetching org.eclipse.e4.ui.widgets_1.3.0.v20210621-1136.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (13.3kB)
[INFO] Fetching org.eclipse.e4.ui.workbench_1.13.100.v20211019-0756.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (260.38kB)
[INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/staging/2020-12/plugins/ (50.86kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/staging/2020-12/plugins/ (50.86kB)
[INFO] Unpacking org.eclipse.emf.ecore.change_2.14.0.v20190528-0725...
[INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/staging/2020-12/plugins/ (84.12kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/staging/2020-12/plugins/ (84.12kB)
[INFO] Unpacking org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725...
[INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.4.400.v20211102-0453.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (118.14kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.15.500.v20220511-1638.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (250.33kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.16.500.v20220506-1520.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (147.64kB)
[INFO] Fetching org.eclipse.jface.databinding_1.13.0.v20210619-1146.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (295.36kB)
[INFO] Fetching org.eclipse.e4.ui.workbench3_0.16.0.v20210619-0956.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (21.08kB)
[INFO] Fetching org.eclipse.urischeme_1.2.100.v20211001-1648.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (51.9kB)
[INFO] Fetching org.eclipse.emf.codegen_2.22.0.v20210420-0623.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (128.92kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.codegen_2.22.0.v20210420-0623.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (128.92kB)
[INFO] Unpacking org.eclipse.emf.codegen_2.22.0.v20210420-0623...
[INFO] Fetching org.eclipse.emf.common_2.25.0.v20220325-0806.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (369.38kB)
[INFO] Fetching org.eclipse.jdt.core_3.30.0.v20220524-1333.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (6.69MB)
[INFO] Fetching org.eclipse.jdt.launching_3.19.600.v20220409-1932.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (563.82kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore_2.30.0.v20220426-0617.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (422.85kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.codegen.ecore_2.30.0.v20220426-0617.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (422.85kB)
[INFO] Unpacking org.eclipse.emf.codegen.ecore_2.30.0.v20220426-0617...
[INFO] Fetching org.eclipse.emf.common.ui_2.20.0.v20220226-1304.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (61.75kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.common.ui_2.20.0.v20220226-1304.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (61.75kB)
[INFO] Unpacking org.eclipse.emf.common.ui_2.20.0.v20220226-1304...
[INFO] Fetching org.eclipse.emf.converter_2.10.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (39.48kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.converter_2.10.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (39.48kB)
[INFO] Unpacking org.eclipse.emf.converter_2.10.0.v20180706-1146...
[INFO] Fetching org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (63.24kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (63.24kB)
[INFO] Unpacking org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451...
[INFO] Fetching 2.31&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?file=/modeling/emf/emf/builds/release/ (63B)
[INFO] Fetching org.eclipse.emf.edit_2.17.0.v20220201-1551.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/release/2.31/plugins/ (99.27kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.edit_2.17.0.v20220201-1551.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/release/2.31/plugins/ (99.27kB)
[INFO] Unpacking org.eclipse.emf.edit_2.17.0.v20220201-1551...
[INFO] Fetching org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (46.68kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (46.68kB)
[INFO] Unpacking org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725...
[INFO] Fetching org.eclipse.emf.edit.ui_2.21.0.v20220226-1304.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (110.69kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.edit.ui_2.21.0.v20220226-1304.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (110.69kB)
[INFO] Unpacking org.eclipse.emf.edit.ui_2.21.0.v20220226-1304...
[INFO] Fetching org.eclipse.emf.importer_2.12.0.v20190321-1539.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (42.48kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.importer_2.12.0.v20190321-1539.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (42.48kB)
[INFO] Unpacking org.eclipse.emf.importer_2.12.0.v20190321-1539...
[INFO] Fetching org.eclipse.emf.mapping.ecore2xml_2.11.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (20.24kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.mapping.ecore2xml_2.11.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (20.24kB)
[INFO] Unpacking org.eclipse.emf.mapping.ecore2xml_2.11.0.v20180706-1146...
[INFO] Fetching org.eclipse.emf.mwe.core_1.7.0.v20220519-1115.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (193.98kB)
[INFO] Fetching org.eclipse.emf.mwe2.runtime_2.13.0.v20220519-1115.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (16.4kB)
[INFO] Fetching org.eclipse.equinox.bidi_1.4.100.v20211021-1418.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (50.74kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin_2.2.0.v20210315-2042.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (36.06kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.2.200.v20220315-2155.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (69.13kB)
[INFO] Fetching org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (52.65kB)
[INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.4.500.v20220420-1427.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (169.5kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata_2.6.200.v20220324-1313.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (360.26kB)
[INFO] Fetching org.tukaani.xz_1.9.0.v20210624-1259.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (131.39kB)
[INFO] Fetching org.eclipse.equinox.p2.core_2.9.100.v20220310-1733.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (76.94kB)
[INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.2.300.v20220420-1427.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (68.04kB)
[INFO] Fetching org.eclipse.equinox.p2.repository_2.6.100.v20220422-1806.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (174.42kB)
[INFO] Fetching org.eclipse.equinox.p2.director_2.5.300.v20220421-0708.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (110.58kB)
[INFO] Fetching org.sat4j.core_2.3.6.v20201214.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (429.55kB)
[INFO] Fetching org.sat4j.pb_2.3.6.v20201214.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (432.64kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.4.0.v20210315-2228.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (45.48kB)
[INFO] Fetching org.eclipse.equinox.p2.engine_2.7.400.v20220329-1456.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (218.83kB)
[INFO] Fetching org.eclipse.equinox.p2.director.app_1.2.100.v20211220-1825.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (58.07kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.4.100.v20220329-1456.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (132.68kB)
[INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.2.0.v20210316-1209.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (24.82kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher_1.7.100.v20220420-1427.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (101.89kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.4.100.v20220420-1427.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (242.35kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.2.0.v20210315-2228.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (26.34kB)
[INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.3.100.v20220504-1755.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (252.96kB)
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.3.200.v20220503-2330.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (131.95kB)
[INFO] Fetching org.eclipse.jdt.annotation_2.2.600.v20200408-1511.jar.pack.gz from https://download.eclipse.org/staging/2020-12/plugins/ (16.59kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jdt.annotation_2.2.600.v20200408-1511.jar.pack.gz from https://download.eclipse.org/staging/2020-12/plugins/ (16.59kB)
[INFO] Unpacking org.eclipse.jdt.annotation_2.2.600.v20200408-1511...
[INFO] Fetching org.eclipse.jdt.core.manipulation_1.16.100.v20220513-2002.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.94MB)
[INFO] Fetching org.eclipse.ltk.core.refactoring_3.12.200.v20220502-1514.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (341.31kB)
[INFO] Fetching org.eclipse.jdt.debug_3.19.200.v20220430-1851.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (910.81kB)
[INFO] Fetching org.eclipse.jdt.ui_3.26.100.v20220516-1138.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (11.18MB)
[INFO] Fetching org.eclipse.search_3.14.100.v20220120-1549.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (489.96kB)
[INFO] Fetching org.eclipse.team.ui_3.9.300.v20220420-1133.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.42MB)
[INFO] Fetching org.eclipse.team.core_3.9.400.v20220511-1440.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (401.02kB)
[INFO] Fetching org.eclipse.ltk.ui.refactoring_3.12.100.v20220329-1353.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (468.75kB)
[INFO] Fetching org.eclipse.ui.navigator_3.10.200.v20211009-1706.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (423.11kB)
[INFO] Fetching org.eclipse.ui.navigator.resources_3.8.400.v20220203-1803.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (172.29kB)
[INFO] Fetching org.eclipse.ocl_3.18.0.v20220911-0641.jar from https://ci.eclipse.org/ocl/job/ocl-master/lastSuccessfulBuild/artifact/targetPlatform/plugins/ (1.14MB)
[INFO] Fetching lpg.runtime.java_2.0.17.v201004271640.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (53.45kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching lpg.runtime.java_2.0.17.v201004271640.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (53.45kB)
[INFO] Unpacking lpg.runtime.java_2.0.17.v201004271640...
[INFO] Fetching org.eclipse.ocl.common_1.18.0.v20220911-0641.jar from https://ci.eclipse.org/ocl/job/ocl-master/lastSuccessfulBuild/artifact/targetPlatform/plugins/ (37.89kB)
[INFO] Fetching org.eclipse.ocl.examples.xtext.tests_3.18.0.v20220911-0641.jar from https://ci.eclipse.org/ocl/job/ocl-master/lastSuccessfulBuild/artifact/targetPlatform/plugins/ (1.26MB)
[INFO] Fetching org.eclipse.ocl.common.ui_1.18.0.v20220911-0641.jar from https://ci.eclipse.org/ocl/job/ocl-master/lastSuccessfulBuild/artifact/targetPlatform/plugins/ (29.56kB)
[INFO] Fetching org.eclipse.ocl.ecore_3.18.0.v20220911-0641.jar from https://ci.eclipse.org/ocl/job/ocl-master/lastSuccessfulBuild/artifact/targetPlatform/plugins/ (385.63kB)
[INFO] Fetching org.eclipse.ocl.examples.codegen_2.18.0.v20220911-0641.jar from https://ci.eclipse.org/ocl/job/ocl-master/lastSuccessfulBuild/artifact/targetPlatform/plugins/ (1.5MB)
[INFO] Fetching org.eclipse.uml2.codegen.ecore_2.5.2.v20210228-1829.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (144.49kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.uml2.codegen.ecore_2.5.2.v20210228-1829.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (144.49kB)
[INFO] Unpacking org.eclipse.uml2.codegen.ecore_2.5.2.v20210228-1829...
[INFO] Fetching org.eclipse.xtext.util_2.27.0.v20220530-0355.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (307.81kB)
[INFO] Fetching org.eclipse.ocl.pivot_1.18.0.v20220911-0641.jar from https://ci.eclipse.org/ocl/job/ocl-master/lastSuccessfulBuild/artifact/targetPlatform/plugins/ (3.45MB)
[INFO] Fetching org.objectweb.asm_9.3.0.v20220409-0157.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (132.86kB)
[INFO] Fetching org.eclipse.ocl.examples.debug_2.18.0.v20220911-0641.jar from https://ci.eclipse.org/ocl/job/ocl-master/lastSuccessfulBuild/artifact/targetPlatform/plugins/ (87.68kB)
[INFO] Fetching org.eclipse.ocl.xtext.completeocl_1.18.0.v20220911-0641.jar from https://ci.eclipse.org/ocl/job/ocl-master/lastSuccessfulBuild/artifact/targetPlatform/plugins/ (391.23kB)
[INFO] Fetching org.eclipse.ocl.xtext.oclinecore_1.18.0.v20220911-0641.jar from https://ci.eclipse.org/ocl/job/ocl-master/lastSuccessfulBuild/artifact/targetPlatform/plugins/ (416.67kB)
[INFO] Fetching org.eclipse.ocl.xtext.oclstdlib_1.18.0.v20220911-0641.jar from https://ci.eclipse.org/ocl/job/ocl-master/lastSuccessfulBuild/artifact/targetPlatform/plugins/ (421.36kB)
[INFO] Fetching org.eclipse.ocl.examples.debug.vm_2.18.0.v20220911-0641.jar from https://ci.eclipse.org/ocl/job/ocl-master/lastSuccessfulBuild/artifact/targetPlatform/plugins/ (218.89kB)
[INFO] Fetching org.eclipse.ocl.examples.debug.ui_2.18.0.v20220911-0641.jar from https://ci.eclipse.org/ocl/job/ocl-master/lastSuccessfulBuild/artifact/targetPlatform/plugins/ (81.21kB)
[INFO] Fetching org.eclipse.ocl.xtext.completeocl.ui_1.18.0.v20220911-0641.jar from https://ci.eclipse.org/ocl/job/ocl-master/lastSuccessfulBuild/artifact/targetPlatform/plugins/ (284.08kB)
[INFO] Fetching org.eclipse.ocl.examples.debug.vm.ui_2.18.0.v20220911-0641.jar from https://ci.eclipse.org/ocl/job/ocl-master/lastSuccessfulBuild/artifact/targetPlatform/plugins/ (80.94kB)
[INFO] Fetching org.eclipse.ocl.xtext.base_1.18.0.v20220911-0641.jar from https://ci.eclipse.org/ocl/job/ocl-master/lastSuccessfulBuild/artifact/targetPlatform/plugins/ (577.12kB)
Sep 11, 2022 11:24:15 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond
Sep 11, 2022 11:24:15 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://download.eclipse.org:443
[INFO] Fetching org.eclipse.xtext.ui_2.27.0.v20220530-0416.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.88MB)
[INFO] Fetching org.eclipse.ocl.examples.emf.validation.validity_2.18.0.v20220911-0641.jar from https://ci.eclipse.org/ocl/job/ocl-master/lastSuccessfulBuild/artifact/targetPlatform/plugins/ (151.88kB)
[INFO] Fetching org.eclipse.ocl.examples.emf.validation.validity.ui_2.18.0.v20220911-0641.jar from https://ci.eclipse.org/ocl/job/ocl-master/lastSuccessfulBuild/artifact/targetPlatform/plugins/ (164.77kB)
[INFO] Fetching org.eclipse.ocl.examples.ui_1.18.0.v20220911-0641.jar from https://ci.eclipse.org/ocl/job/ocl-master/lastSuccessfulBuild/artifact/targetPlatform/plugins/ (13.14kB)
[INFO] Fetching org.eclipse.ocl.examples.extlibrary_6.18.0.v20220911-0641.jar from https://ci.eclipse.org/ocl/job/ocl-master/lastSuccessfulBuild/artifact/targetPlatform/plugins/ (69.06kB)
[INFO] Fetching org.eclipse.ocl.examples.standalone_2.18.0.v20220911-0641.jar from https://ci.eclipse.org/ocl/job/ocl-master/lastSuccessfulBuild/artifact/targetPlatform/plugins/ (50.33kB)
[INFO] Fetching org.eclipse.ocl.examples.validity_2.18.0.v20220911-0641.jar from https://ci.eclipse.org/ocl/job/ocl-master/lastSuccessfulBuild/artifact/targetPlatform/plugins/ (67.78kB)
[INFO] Fetching org.eclipse.uml2.uml_5.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.03MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.uml2.uml_5.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.03MB)
[INFO] Unpacking org.eclipse.uml2.uml_5.5.0.v20210228-1829...
[INFO] Fetching org.eclipse.ocl.examples.xtext.console_4.18.0.v20220911-0641.jar from https://ci.eclipse.org/ocl/job/ocl-master/lastSuccessfulBuild/artifact/targetPlatform/plugins/ (101.45kB)
[INFO] Fetching org.eclipse.ocl.xtext.essentialocl.ui_1.18.0.v20220911-0641.jar from https://ci.eclipse.org/ocl/job/ocl-master/lastSuccessfulBuild/artifact/targetPlatform/plugins/ (208.28kB)
[INFO] Fetching org.eclipse.ocl.examples.xtext.idioms_1.18.0.v20220911-0641.jar from https://ci.eclipse.org/ocl/job/ocl-master/lastSuccessfulBuild/artifact/targetPlatform/plugins/ (262.19kB)
Sep 11, 2022 11:24:18 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond
Sep 11, 2022 11:24:18 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://download.eclipse.org:443
[INFO] Fetching org.eclipse.xtext_2.27.0.v20220530-0355.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (2.62MB)
[INFO] Fetching org.eclipse.xtext.xbase.lib_2.27.0.v20220530-0353.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (162.36kB)
[INFO] Fetching org.eclipse.ocl.examples.xtext.serializer_1.18.0.v20220911-0641.jar from https://ci.eclipse.org/ocl/job/ocl-master/lastSuccessfulBuild/artifact/targetPlatform/plugins/ (228kB)
[INFO] Fetching org.junit_4.13.2.v20211018-1956.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (421.77kB)
[INFO] Fetching org.eclipse.uml2.uml.resources_5.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (243.5kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.uml2.uml.resources_5.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (243.5kB)
[INFO] Unpacking org.eclipse.uml2.uml.resources_5.5.0.v20210228-1829...
[INFO] Fetching org.eclipse.uml2.uml.editor_5.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (65.24kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.uml2.uml.editor_5.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (65.24kB)
[INFO] Unpacking org.eclipse.uml2.uml.editor_5.5.0.v20210228-1829...
[INFO] Fetching org.eclipse.xtext.common.types_2.27.0.v20220530-0402.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (501.04kB)
[INFO] Fetching org.eclipse.ocl.pivot.ui_1.18.0.v20220911-0641.jar from https://ci.eclipse.org/ocl/job/ocl-master/lastSuccessfulBuild/artifact/targetPlatform/plugins/ (23.24kB)
[INFO] Fetching org.eclipse.ocl.pivot.uml_1.18.0.v20220911-0641.jar from https://ci.eclipse.org/ocl/job/ocl-master/lastSuccessfulBuild/artifact/targetPlatform/plugins/ (249.93kB)
[INFO] Fetching org.eclipse.ocl.xtext.oclstdlib.ui_1.18.0.v20220911-0641.jar from https://ci.eclipse.org/ocl/job/ocl-master/lastSuccessfulBuild/artifact/targetPlatform/plugins/ (315.69kB)
[INFO] Fetching org.eclipse.uml2.uml.ecore.importer_3.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (27.02kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.uml2.uml.ecore.importer_3.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (27.02kB)
[INFO] Unpacking org.eclipse.uml2.uml.ecore.importer_3.5.0.v20210228-1829...
[INFO] Fetching org.eclipse.xtext.ui.shared_2.27.0.v20220530-0416.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (62.36kB)
[INFO] Fetching org.eclipse.ocl.xtext.base.ui_1.18.0.v20220911-0641.jar from https://ci.eclipse.org/ocl/job/ocl-master/lastSuccessfulBuild/artifact/targetPlatform/plugins/ (218.28kB)
[INFO] Fetching org.eclipse.pde.core_3.15.200.v20220527-1237.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (1.35MB)
[INFO] Fetching org.eclipse.xtext.builder_2.27.0.v20220530-0416.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (393.86kB)
[INFO] Fetching org.eclipse.ocl.xtext.essentialocl_1.18.0.v20220911-0641.jar from https://ci.eclipse.org/ocl/job/ocl-master/lastSuccessfulBuild/artifact/targetPlatform/plugins/ (696.18kB)
[INFO] Fetching org.eclipse.ocl.xtext.oclinecore.ui_1.18.0.v20220911-0641.jar from https://ci.eclipse.org/ocl/job/ocl-master/lastSuccessfulBuild/artifact/targetPlatform/plugins/ (404.65kB)
[INFO] Fetching org.eclipse.ocl.xtext.markup.ui_1.18.0.v20220911-0641.jar from https://ci.eclipse.org/ocl/job/ocl-master/lastSuccessfulBuild/artifact/targetPlatform/plugins/ (91.06kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui_2.27.0.v20220530-0416.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (134.95kB)
[INFO] Fetching org.eclipse.ocl.xtext.markup_1.18.0.v20220911-0641.jar from https://ci.eclipse.org/ocl/job/ocl-master/lastSuccessfulBuild/artifact/targetPlatform/plugins/ (183.14kB)
[INFO] Fetching org.osgi.util.function_1.2.0.202109301733.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (23.09kB)
[INFO] Fetching org.eclipse.pde.build_3.11.200.v20220503-0921.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (491.23kB)
[INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.120.0.v20220530-1036.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (2.47MB)
[INFO] Fetching org.eclipse.ui.ide.application_1.4.400.v20220502-1523.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (113.08kB)
[INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.9.100.v20201223-1348.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (107.15kB)
[INFO] Fetching org.eclipse.uml2.types_2.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (11.51kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.uml2.types_2.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (11.51kB)
[INFO] Unpacking org.eclipse.uml2.types_2.5.0.v20210228-1829...
[INFO] Fetching org.eclipse.uml2.common_2.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (35.18kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.uml2.common_2.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (35.18kB)
[INFO] Unpacking org.eclipse.uml2.common_2.5.0.v20210228-1829...
[INFO] Fetching org.eclipse.uml2.common.edit_2.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (15.77kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.uml2.common.edit_2.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (15.77kB)
[INFO] Unpacking org.eclipse.uml2.common.edit_2.5.0.v20210228-1829...
[INFO] Fetching org.eclipse.uml2.uml.edit_5.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (171.86kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.uml2.uml.edit_5.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (171.86kB)
[INFO] Unpacking org.eclipse.uml2.uml.edit_5.5.0.v20210228-1829...
[INFO] Fetching org.eclipse.uml2.uml.profile.standard_1.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (37.64kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.uml2.uml.profile.standard_1.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (37.64kB)
[INFO] Unpacking org.eclipse.uml2.uml.profile.standard_1.5.0.v20210228-1829...
[INFO] Fetching org.eclipse.xtend.lib_2.27.0.v20220530-0353.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (109.91kB)
[INFO] Fetching org.eclipse.xtend.lib.macro_2.27.0.v20220530-0353.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (77.87kB)
[INFO] Fetching org.eclipse.xtext.common.types.ui_2.27.0.v20220530-0416.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (258.74kB)
[INFO] Fetching org.eclipse.xtext.smap_2.27.0.v20220530-0402.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (20.99kB)
[INFO] Fetching org.eclipse.xtext.common.types.edit_2.27.0.v20220530-0416.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (250kB)
[INFO] Fetching org.eclipse.xtext.ide_2.27.0.v20220530-0355.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (489.48kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates_2.27.0.v20220530-0416.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (195.42kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide_2.27.0.v20220530-0416.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (134.64kB)
[INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from https://download.eclipse.org/staging/2020-12/plugins/ (29.18kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from https://download.eclipse.org/staging/2020-12/plugins/ (29.18kB)
[INFO] Unpacking org.hamcrest.core_1.3.0.v20180420-1519...
[INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from https://download.eclipse.org/staging/2020-12/plugins/ (16.71kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from https://download.eclipse.org/staging/2020-12/plugins/ (16.71kB)
[INFO] Unpacking org.w3c.dom.smil_1.0.1.v200903091627...
[INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.120.0.v20220530-1036.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (2.07MB)
[INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.120.0.v20220530-1036.jar from https://download.eclipse.org/releases/2022-06/202206151000/plugins/ (2.15MB)
[INFO] Resolving class path of MavenProject: org.eclipse.ocl:org.eclipse.ocl.codegen.tests:6.18.0-SNAPSHOT @ /home/jenkins/agent/workspace/ocl-codegen-tests/tests/org.eclipse.ocl.codegen.tests/pom.xml
[INFO] 
[INFO] -----------< org.eclipse.ocl:org.eclipse.ocl.codegen.tests >------------
[INFO] Building org.eclipse.ocl.codegen.tests 6.18.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:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.ocl.codegen.tests ---
[INFO] The project's OSGi version is 6.18.0.202209111123
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.ocl.codegen.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.ocl.codegen.tests ---
[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:1.6.0: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,698.712 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] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.ocl.codegen.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.6.0: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.18.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ocl.codegen.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.ocl.codegen.tests ---
[INFO] Skipping tests
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  29:46 min
[INFO] Finished at: 2022-09-11T11:52:51Z
[INFO] ------------------------------------------------------------------------
Taking screenshot.
[ocl-codegen-tests] $ echo $XAUTHORITY
/home/jenkins/agent/workspace/ocl-codegen-tests/.Xauthority-13371642122977282809
[ocl-codegen-tests] $ ls -l $XAUTHORITY
-rw-r--r--. 1 jenkins 1002360000 0 Sep 11 11:23 /home/jenkins/agent/workspace/ocl-codegen-tests/.Xauthority-13371642122977282809
[ocl-codegen-tests] $ import -window root -display :17 screenshot.jpg
Terminating xvnc.
Recording test results
[Checks API] No suitable checks publisher found.
Finished: SUCCESS