Started by user Lorenzo Bettini Running as Lorenzo Bettini Agent centos-7-7khxm is provisioned from template centos-7 --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label: "migration_jipp-migration_centos-7" name: "centos-7-7khxm" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.xsemantics.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "centos-7-7khxm" - 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-7khxm" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.xsemantics.svc.cluster.local/xsemantics/" image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-4.5" imagePullPolicy: "Always" name: "jnlp" resources: limits: memory: "4096Mi" cpu: "2000m" requests: memory: "4096Mi" cpu: "1000m" securityContext: privileged: false 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 - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: beta.kubernetes.io/os: "linux" restartPolicy: "Never" securityContext: {} volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-xsemantics" 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-7khxm (centos-7 jipp-migration migration) in workspace /home/jenkins/agent/workspace/xsemantics The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository https://github.com/eclipse/xsemantics.git > git init /home/jenkins/agent/workspace/xsemantics # timeout=10 Fetching upstream changes from https://github.com/eclipse/xsemantics.git > git --version # timeout=10 > git --version # 'git version 1.8.3.1' > git fetch --tags --progress https://github.com/eclipse/xsemantics.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/eclipse/xsemantics.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Seen branch in repository origin/_old/eclipse_initial Seen branch in repository origin/_old/maintenance-xtext-2.10 Seen branch in repository origin/_old/maintenance-xtext-2.6 Seen branch in repository origin/_old/master Seen branch in repository origin/_old/xtext-nightly Seen branch in repository origin/master Seen branch in repository origin/task_128-Use_Java_8_as_minimal Seen 7 remote branches > git show-ref --tags -d # timeout=10 Checking out Revision 684a6fd796faabe11c9828f84fb442ac1f89fc4f (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 684a6fd796faabe11c9828f84fb442ac1f89fc4f # timeout=10 Commit message: "removed findbugs" > git rev-list --no-walk 4ccb9cd9db4dc58ddaf6d2c24a37ffca3799c978 # timeout=10 $ pkill Xvnc $ pkill Xrealvnc $ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*" [xsemantics] $ vncserver -list Starting xvnc [xsemantics] $ Xvnc :20 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset [xsemantics] $ /bin/sh -xe /tmp/jenkins6670957299795647460.sh + rm -rf target + sleep 5 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 Fri Mar 26 10:27:09 2021 vncext: VNC extension running! vncext: Listening for VNC connections on all interface(s), port 5920 vncext: created VNC server for screen 0 + icewm --replace --sm-disable [xsemantics] $ /opt/tools/apache-maven/latest/bin/mvn -f releng/org.eclipse.xsemantics.releng/pom.xml -Dfindbugs.skip=true -Dmaven.repo.local=/home/jenkins/agent/workspace/xsemantics/.repository clean verify Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) Maven home: /opt/tools/apache-maven/latest Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "3.10.0-1062.el7.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Computing target platform for MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.runtime:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.runtime/pom.xml [INFO] Adding repository http://download.itemis.com/updates/releases/2.1.1 [INFO] Fetching content.jar from http://download.itemis.com/updates/releases/2.1.1/ (5.47kB) [INFO] Fetching content.jar from http://download.itemis.com/updates/releases/2.1.1/ (5.47kB) [INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-09/ (122B) [INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-09/ (122B) [INFO] Adding repository http://download.eclipse.org/releases/2019-09 [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/2019-09/ (482B) [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/2019-09/ (482B) [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/2019-09/ (142B) [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/2019-09/ (142B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/technology/epp/packages/2019-09/ (19.73kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/technology/epp/packages/2019-09/ (19.73kB) [INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-09/201909181001/ (142B) [INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-09/201909181001/ (142B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/2019-09/201909181001/ (835.51kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/2019-09/201909181001/ (835.51kB) Mar 26, 2021 10:27:49 AM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond Mar 26, 2021 10:27:49 AM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 [INFO] Adding repository http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359 [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB) [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.1/ (172B) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.1/ (172B) [INFO] Adding repository http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.1 [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.1/ (10.05kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.1/ (10.05kB) [INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/ (172B) [INFO] Adding repository http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0 [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/ (20.24kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/ (20.24kB) [INFO] Fetching p2.index from https://dl.bintray.com/lorenzobettini/xtext-xdoc/updates/ (128B) [INFO] Fetching p2.index from https://dl.bintray.com/lorenzobettini/xtext-xdoc/updates/ (128B) [INFO] Adding repository https://dl.bintray.com/lorenzobettini/xtext-xdoc/updates [INFO] Fetching compositeContent.xml from https://dl.bintray.com/lorenzobettini/xtext-xdoc/updates/ (469B) [INFO] Fetching compositeContent.xml from https://dl.bintray.com/lorenzobettini/xtext-xdoc/updates/ (469B) [INFO] Fetching p2.index from https://dl.bintray.com/lorenzobettini/xtext-xdoc/updates/0.1/ (128B) [INFO] Fetching p2.index from https://dl.bintray.com/lorenzobettini/xtext-xdoc/updates/0.1/ (128B) [INFO] Fetching compositeContent.xml from https://dl.bintray.com/lorenzobettini/xtext-xdoc/updates/0.1/ (490B) [INFO] Fetching compositeContent.xml from https://dl.bintray.com/lorenzobettini/xtext-xdoc/updates/0.1/ (490B) [INFO] Fetching p2.index from https://dl.bintray.com/lorenzobettini/xtext-xdoc/releases/0.1.0.201701301415/ (172B) [INFO] Fetching p2.index from https://dl.bintray.com/lorenzobettini/xtext-xdoc/releases/0.1.0.201701301415/ (172B) [INFO] Fetching content.xml.xz from https://dl.bintray.com/lorenzobettini/xtext-xdoc/releases/0.1.0.201701301415/ (4.85kB) [INFO] Fetching content.xml.xz from https://dl.bintray.com/lorenzobettini/xtext-xdoc/releases/0.1.0.201701301415/ (4.85kB) Mar 26, 2021 10:27:51 AM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond Mar 26, 2021 10:27:51 AM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 [INFO] Adding repository http://download.eclipse.org/modeling/tmf/xtext/updates/orbit/2019-09 [INFO] Fetching compositeContent.xml from http://download.eclipse.org/modeling/tmf/xtext/updates/orbit/2019-09/ [INFO] Fetching compositeContent.xml from http://download.eclipse.org/modeling/tmf/xtext/updates/orbit/2019-09/ [INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/2019-09/ [INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/2019-09/ [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20190827152740/repository/ (134B) [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20190827152740/repository/ (134B) [INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/drops/R20190827152740/repository/ [INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/drops/R20190827152740/repository/ [INFO] Fetching content.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20190726180751/repository/ (107.42kB) [INFO] Fetching content.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20190726180751/repository/ (107.42kB) [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/repository/ (172B) [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/repository/ (172B) [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/repository/ (83.64kB) [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190827152740/repository/ (83.64kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.runtime:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.runtime/pom.xml Mar 26, 2021 10:27:56 AM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond Mar 26, 2021 10:27:56 AM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 [INFO] Fetching 201909181001&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2019-09/ [INFO] Fetching 201909181001&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2019-09/ [INFO] Fetching com.google.guava_27.1.0.v20190517-1946.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (743.15kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.google.guava_27.1.0.v20190517-1946.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (743.15kB) [INFO] Unpacking com.google.guava_27.1.0.v20190517-1946... [INFO] Fetching &countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/tools/orbit/downloads/drops/R20190726180751/repository/ [INFO] Fetching &countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/tools/orbit/downloads/drops/R20190726180751/repository/ [INFO] Fetching com.google.inject_3.0.0.v201605172100.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20190726180751/repository/plugins/ (141.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.google.inject_3.0.0.v201605172100.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20190726180751/repository/plugins/ (141.47kB) [INFO] Unpacking com.google.inject_3.0.0.v201605172100... [INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (14.07kB) [INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (14.07kB) [INFO] Fetching org.eclipse.core.contenttype_3.7.400.v20190624-1144.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (41.63kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.contenttype_3.7.400.v20190624-1144.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (41.63kB) [INFO] Unpacking org.eclipse.core.contenttype_3.7.400.v20190624-1144... [INFO] Fetching org.eclipse.equinox.preferences_3.7.500.v20190815-1535.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (54.51kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.preferences_3.7.500.v20190815-1535.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (54.51kB) [INFO] Unpacking org.eclipse.equinox.preferences_3.7.500.v20190815-1535... [INFO] Fetching org.eclipse.equinox.registry_3.8.500.v20190714-1850.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (77.29kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.registry_3.8.500.v20190714-1850.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (77.29kB) [INFO] Unpacking org.eclipse.equinox.registry_3.8.500.v20190714-1850... [INFO] Fetching org.eclipse.equinox.common_3.10.500.v20190815-1535.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (52.37kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.common_3.10.500.v20190815-1535.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (52.37kB) [INFO] Unpacking org.eclipse.equinox.common_3.10.500.v20190815-1535... [INFO] Fetching org.eclipse.osgi_3.15.0.v20190830-1434.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (457.7kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.osgi_3.15.0.v20190830-1434.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (457.7kB) [INFO] Unpacking org.eclipse.osgi_3.15.0.v20190830-1434... [INFO] Fetching org.eclipse.core.jobs_3.10.500.v20190620-1426.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (45.98kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.jobs_3.10.500.v20190620-1426.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (45.98kB) [INFO] Unpacking org.eclipse.core.jobs_3.10.500.v20190620-1426... [INFO] Fetching org.eclipse.core.runtime_3.16.0.v20190823-1314.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (33.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.runtime_3.16.0.v20190823-1314.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (33.72kB) [INFO] Unpacking org.eclipse.core.runtime_3.16.0.v20190823-1314... [INFO] Fetching org.eclipse.equinox.app_1.4.300.v20190815-1535.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (42.16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.app_1.4.300.v20190815-1535.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (42.16kB) [INFO] Unpacking org.eclipse.equinox.app_1.4.300.v20190815-1535... [INFO] Fetching org.eclipse.emf.common_2.16.0.v20190625-1131.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (114.93kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.common_2.16.0.v20190625-1131.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (114.93kB) [INFO] Unpacking org.eclipse.emf.common_2.16.0.v20190625-1131... [INFO] Fetching org.eclipse.emf.ecore_2.19.0.v20190822-1451.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (485.39kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecore_2.19.0.v20190822-1451.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (485.39kB) [INFO] Unpacking org.eclipse.emf.ecore_2.19.0.v20190822-1451... [INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (84.13kB) [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 http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (84.13kB) [INFO] Unpacking org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725... [INFO] Fetching org.eclipse.xtext.util_2.20.0.v20191202-0915.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (107.98kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext.util_2.20.0.v20191202-0915.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (107.98kB) [INFO] Unpacking org.eclipse.xtext.util_2.20.0.v20191202-0915... [INFO] Fetching org.eclipse.xtext.xbase.lib_2.20.0.v20191202-0907.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (49.19kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext.xbase.lib_2.20.0.v20191202-0907.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (49.19kB) [INFO] Unpacking org.eclipse.xtext.xbase.lib_2.20.0.v20191202-0907... [INFO] Fetching org.eclipse.xtext_2.20.0.v20191202-0915.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (769.1kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext_2.20.0.v20191202-0915.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (769.1kB) [INFO] Unpacking org.eclipse.xtext_2.20.0.v20191202-0915... [INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (129.49kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (129.49kB) [INFO] Unpacking org.apache.log4j_1.2.15.v201012070815... [INFO] Fetching org.eclipse.xtend.lib_2.20.0.v20191202-0907.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (59.29kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtend.lib_2.20.0.v20191202-0907.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (59.29kB) [INFO] Unpacking org.eclipse.xtend.lib_2.20.0.v20191202-0907... [INFO] Fetching org.eclipse.xtend.lib.macro_2.20.0.v20191202-0907.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (23.27kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtend.lib.macro_2.20.0.v20191202-0907.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (23.27kB) [INFO] Unpacking org.eclipse.xtend.lib.macro_2.20.0.v20191202-0907... [INFO] Fetching org.antlr.runtime_3.2.0.v201101311130.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20190726180751/repository/plugins/ (96.31kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.antlr.runtime_3.2.0.v201101311130.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20190726180751/repository/plugins/ (96.31kB) [INFO] Unpacking org.antlr.runtime_3.2.0.v201101311130... [INFO] Resolving class path of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.runtime:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.runtime/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.dsl:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.dsl:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/pom.xml [INFO] Fetching com.ibm.icu_64.2.0.v20190507-1337.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (9.5MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.ibm.icu_64.2.0.v20190507-1337.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (9.5MB) [INFO] Unpacking com.ibm.icu_64.2.0.v20190507-1337... [INFO] Fetching io.github.classgraph_4.8.35.v20190528-1517.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (170.74kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching io.github.classgraph_4.8.35.v20190528-1517.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (170.74kB) [INFO] Unpacking io.github.classgraph_4.8.35.v20190528-1517... [INFO] Fetching org.apache.ant_1.10.5.v20190526-1402.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (2.73MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.ant_1.10.5.v20190526-1402.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (2.73MB) [INFO] Unpacking org.apache.ant_1.10.5.v20190526-1402... [INFO] Fetching org.apache.commons.cli_1.2.0.v201404270220.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.1/plugins/ (24.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.cli_1.2.0.v201404270220.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.1/plugins/ (24.42kB) [INFO] Unpacking org.apache.commons.cli_1.2.0.v201404270220... [INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.1/plugins/ (106.17kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.1/plugins/ (106.17kB) [INFO] Unpacking org.apache.commons.lang_2.6.0.v201404270220... [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/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 http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (33.71kB) [INFO] Unpacking org.apache.commons.logging_1.2.0.v20180409-1502... [INFO] Fetching org.eclipse.core.commands_3.9.500.v20190805-1157.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (43.13kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.commands_3.9.500.v20190805-1157.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (43.13kB) [INFO] Unpacking org.eclipse.core.commands_3.9.500.v20190805-1157... [INFO] Fetching org.eclipse.core.expressions_3.6.500.v20190617-1926.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (33.8kB) [INFO] Fetching org.eclipse.core.expressions_3.6.500.v20190617-1926.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (33.8kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.core.expressions_3.6.500.v20190617-1926... [INFO] Fetching org.eclipse.core.filesystem_1.7.500.v20190620-1312.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (27.85kB) [INFO] Fetching org.eclipse.core.filesystem_1.7.500.v20190620-1312.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (27.85kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.core.filesystem_1.7.500.v20190620-1312... [INFO] Fetching org.eclipse.core.resources_3.13.500.v20190819-0800.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (873.19kB) [INFO] Fetching org.eclipse.core.resources_3.13.500.v20190819-0800.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (873.19kB) [INFO] Fetching org.eclipse.core.variables_3.4.600.v20190614-1239.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (18.03kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.variables_3.4.600.v20190614-1239.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (18.03kB) [INFO] Unpacking org.eclipse.core.variables_3.4.600.v20190614-1239... [INFO] Fetching org.eclipse.debug.core_3.14.0.v20190812-1404.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (125.46kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.debug.core_3.14.0.v20190812-1404.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (125.46kB) [INFO] Unpacking org.eclipse.debug.core_3.14.0.v20190812-1404... [INFO] Fetching org.eclipse.emf.codegen_2.19.0.v20190821-1536.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (126.94kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.codegen_2.19.0.v20190821-1536.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (126.94kB) [INFO] Unpacking org.eclipse.emf.codegen_2.19.0.v20190821-1536... [INFO] Fetching org.eclipse.jdt.core_3.19.0.v20190903-0936.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (6.67MB) [INFO] Fetching org.eclipse.jdt.core_3.19.0.v20190903-0936.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (6.67MB) [INFO] Fetching org.eclipse.jdt.launching_3.15.0.v20190826-1639.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (273.11kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.launching_3.15.0.v20190826-1639.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (273.11kB) [INFO] Unpacking org.eclipse.jdt.launching_3.15.0.v20190826-1639... [INFO] Fetching org.eclipse.text_3.9.0.v20190826-1019.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (100.59kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.text_3.9.0.v20190826-1019.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (100.59kB) [INFO] Unpacking org.eclipse.text_3.9.0.v20190826-1019... [INFO] Fetching org.eclipse.emf.codegen.ecore_2.19.0.v20190822-1451.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (418.28kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.codegen.ecore_2.19.0.v20190822-1451.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (418.28kB) [INFO] Unpacking org.eclipse.emf.codegen.ecore_2.19.0.v20190822-1451... [INFO] Fetching org.eclipse.emf.mwe.core_1.5.1.v20191121-1148.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.1/plugins/ (61.63kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.mwe.core_1.5.1.v20191121-1148.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.1/plugins/ (61.63kB) [INFO] Unpacking org.eclipse.emf.mwe.core_1.5.1.v20191121-1148... [INFO] Fetching org.eclipse.emf.mwe2.runtime_2.11.1.v20191121-1148.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.1/plugins/ (8.49kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.mwe2.runtime_2.11.1.v20191121-1148.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.1/plugins/ (8.49kB) [INFO] Unpacking org.eclipse.emf.mwe2.runtime_2.11.1.v20191121-1148... [INFO] Fetching org.eclipse.emf.mwe.utils_1.5.1.v20191121-1148.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.1/plugins/ (19.56kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.mwe.utils_1.5.1.v20191121-1148.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.1/plugins/ (19.56kB) [INFO] Unpacking org.eclipse.emf.mwe.utils_1.5.1.v20191121-1148... [INFO] Fetching org.eclipse.emf.mwe2.language_2.11.1.v20191121-1148.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.1/plugins/ (70.12kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.mwe2.language_2.11.1.v20191121-1148.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.1/plugins/ (70.12kB) [INFO] Unpacking org.eclipse.emf.mwe2.language_2.11.1.v20191121-1148... [INFO] Fetching org.eclipse.xtext.common.types_2.20.0.v20191202-0933.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (133.93kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext.common.types_2.20.0.v20191202-0933.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (133.93kB) [INFO] Unpacking org.eclipse.xtext.common.types_2.20.0.v20191202-0933... [INFO] Fetching org.eclipse.emf.mwe2.launch_2.11.1.v20191121-1148.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.1/plugins/ (12.53kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.mwe2.launch_2.11.1.v20191121-1148.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.1/plugins/ (12.53kB) [INFO] Unpacking org.eclipse.emf.mwe2.launch_2.11.1.v20191121-1148... [INFO] Fetching org.eclipse.jdt.debug_3.13.100.v20190902-1050.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (933.08kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.debug_3.13.100.v20190902-1050.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (933.08kB) [INFO] Unpacking org.eclipse.jdt.debug_3.13.100.v20190902-1050... [INFO] Fetching org.eclipse.xpand_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (80.37kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xpand_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (80.37kB) [INFO] Unpacking org.eclipse.xpand_2.2.0.v201605260315... [INFO] Fetching org.eclipse.xtend_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (148.58kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtend_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (148.58kB) [INFO] Unpacking org.eclipse.xtend_2.2.0.v201605260315... [INFO] Fetching org.eclipse.xtext.xbase_2.20.0.v20191202-0933.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (893.38kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext.xbase_2.20.0.v20191202-0933.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (893.38kB) [INFO] Unpacking org.eclipse.xtext.xbase_2.20.0.v20191202-0933... [INFO] Fetching org.eclipse.xtext.generator_2.20.0.v20191202-0933.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (260.87kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext.generator_2.20.0.v20191202-0933.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (260.87kB) [INFO] Unpacking org.eclipse.xtext.generator_2.20.0.v20191202-0933... [INFO] Fetching org.eclipse.xtext.ecore_2.20.0.v20191202-0933.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (9.52kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext.ecore_2.20.0.v20191202-0933.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (9.52kB) [INFO] Unpacking org.eclipse.xtext.ecore_2.20.0.v20191202-0933... [INFO] Fetching org.objectweb.asm_7.2.0.v20191010-1910.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (123.44kB) [INFO] Fetching org.objectweb.asm_7.2.0.v20191010-1910.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (123.44kB) [INFO] Fetching org.eclipse.xtend.typesystem.emf_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (26.12kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtend.typesystem.emf_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (26.12kB) [INFO] Unpacking org.eclipse.xtend.typesystem.emf_2.2.0.v201605260315... [INFO] Fetching org.eclipse.xtext.xtext.generator_2.20.0.v20191202-0915.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (524.15kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext.xtext.generator_2.20.0.v20191202-0915.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (524.15kB) [INFO] Unpacking org.eclipse.xtext.xtext.generator_2.20.0.v20191202-0915... [INFO] Resolving class path of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.dsl:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.dsl.ide:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl.ide/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.dsl.ide:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl.ide/pom.xml [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (51.08kB) [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 http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (51.08kB) [INFO] Unpacking org.eclipse.emf.ecore.change_2.14.0.v20190528-0725... [INFO] Fetching org.eclipse.xtext.ide_2.20.0.v20191202-0915.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (234.82kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext.ide_2.20.0.v20191202-0915.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (234.82kB) [INFO] Unpacking org.eclipse.xtext.ide_2.20.0.v20191202-0915... [INFO] Fetching org.eclipse.xtext.xbase.ide_2.20.0.v20191202-0933.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (268.44kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext.xbase.ide_2.20.0.v20191202-0933.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (268.44kB) [INFO] Unpacking org.eclipse.xtext.xbase.ide_2.20.0.v20191202-0933... [INFO] Resolving class path of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.dsl.ide:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl.ide/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.dsl.ui:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.dsl.ui:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl.ui/pom.xml [INFO] Fetching org.apache.batik.constants_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (13.03kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.batik.constants_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (13.03kB) [INFO] Unpacking org.apache.batik.constants_1.11.0.v20190515-0436... [INFO] Fetching org.apache.batik.css_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (101.68kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.batik.css_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (101.68kB) [INFO] Unpacking org.apache.batik.css_1.11.0.v20190515-0436... [INFO] Fetching org.apache.batik.util_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (63.49kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.batik.util_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (63.49kB) [INFO] Unpacking org.apache.batik.util_1.11.0.v20190515-0436... [INFO] Fetching org.apache.batik.i18n_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (14.52kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.batik.i18n_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (14.52kB) [INFO] Unpacking org.apache.batik.i18n_1.11.0.v20190515-0436... [INFO] Fetching org.apache.xmlgraphics_2.3.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (258.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.xmlgraphics_2.3.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (258.72kB) [INFO] Unpacking org.apache.xmlgraphics_2.3.0.v20190515-0436... [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (95.26kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (95.26kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (15.35kB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (35.59kB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (35.59kB) [INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (82.7kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (82.7kB) [INFO] Unpacking org.apache.commons.io_2.6.0.v20190123-2029... [INFO] Fetching org.apache.felix.scr_2.1.14.v20190123-1619.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (154.23kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.felix.scr_2.1.14.v20190123-1619.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (154.23kB) [INFO] Unpacking org.apache.felix.scr_2.1.14.v20190123-1619... [INFO] Fetching org.eclipse.osgi.services_3.8.0.v20190206-2147.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (44.03kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.osgi.services_3.8.0.v20190206-2147.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (44.03kB) [INFO] Unpacking org.eclipse.osgi.services_3.8.0.v20190206-2147... [INFO] Fetching org.eclipse.osgi.util_3.5.300.v20190708-1141.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (30.65kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.osgi.util_3.5.300.v20190708-1141.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (30.65kB) [INFO] Unpacking org.eclipse.osgi.util_3.5.300.v20190708-1141... [INFO] Fetching org.eclipse.compare_3.7.700.v20190802-1838.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (304.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.compare_3.7.700.v20190802-1838.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (304.71kB) [INFO] Unpacking org.eclipse.compare_3.7.700.v20190802-1838... [INFO] Fetching org.eclipse.ui_3.114.0.v20190808-1317.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (361.83kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui_3.114.0.v20190808-1317.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (361.83kB) [INFO] Unpacking org.eclipse.ui_3.114.0.v20190808-1317... [INFO] Fetching org.eclipse.jface.text_3.15.300.v20190819-0725.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (318.61kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jface.text_3.15.300.v20190819-0725.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (318.61kB) [INFO] Unpacking org.eclipse.jface.text_3.15.300.v20190819-0725... [INFO] Fetching org.eclipse.ui.ide_3.16.0.v20190916-1323.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (962.38kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.ide_3.16.0.v20190916-1323.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (962.38kB) [INFO] Unpacking org.eclipse.ui.ide_3.16.0.v20190916-1323... [INFO] Fetching org.eclipse.ui.views_3.10.0.v20190805-1157.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (48.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.views_3.10.0.v20190805-1157.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (48.64kB) [INFO] Unpacking org.eclipse.ui.views_3.10.0.v20190805-1157... [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.13.0.v20190903-0631.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (234.66kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.13.0.v20190903-0631.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (234.66kB) [INFO] Unpacking org.eclipse.ui.workbench.texteditor_3.13.0.v20190903-0631... [INFO] Fetching org.eclipse.ui.editors_3.12.0.v20190730-1840.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (196.67kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.editors_3.12.0.v20190730-1840.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (196.67kB) [INFO] Unpacking org.eclipse.ui.editors_3.12.0.v20190730-1840... [INFO] Fetching org.eclipse.ui.forms_3.8.100.v20190625-1825.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (123.17kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.forms_3.8.100.v20190625-1825.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (123.17kB) [INFO] Unpacking org.eclipse.ui.forms_3.8.100.v20190625-1825... [INFO] Fetching org.eclipse.compare.core_3.6.600.v20190615-1517.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (66.64kB) [INFO] Fetching org.eclipse.compare.core_3.6.600.v20190615-1517.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (66.64kB) [INFO] Fetching org.eclipse.core.databinding_1.7.500.v20190624-2109.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (55.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.databinding_1.7.500.v20190624-2109.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (55.71kB) [INFO] Unpacking org.eclipse.core.databinding_1.7.500.v20190624-2109... [INFO] Fetching org.eclipse.core.databinding.observable_1.8.0.v20190805-1157.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (82.53kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.databinding.observable_1.8.0.v20190805-1157.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (82.53kB) [INFO] Unpacking org.eclipse.core.databinding.observable_1.8.0.v20190805-1157... [INFO] Fetching org.eclipse.core.databinding.property_1.7.100.v20190805-1157.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (44.79kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.databinding.property_1.7.100.v20190805-1157.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (44.79kB) [INFO] Unpacking org.eclipse.core.databinding.property_1.7.100.v20190805-1157... [INFO] Fetching org.eclipse.core.filebuffers_3.6.700.v20190614-0928.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (116.55kB) [INFO] Fetching org.eclipse.core.filebuffers_3.6.700.v20190614-0928.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (116.55kB) [INFO] Fetching org.eclipse.debug.ui_3.14.200.v20190822-2125.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (1MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.debug.ui_3.14.200.v20190822-2125.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (1MB) [INFO] Unpacking org.eclipse.debug.ui_3.14.200.v20190822-2125... [INFO] Fetching org.eclipse.ui.console_3.8.600.v20190815-2020.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (83.96kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.console_3.8.600.v20190815-2020.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (83.96kB) [INFO] Unpacking org.eclipse.ui.console_3.8.600.v20190815-2020... [INFO] Fetching org.eclipse.help_3.8.500.v20190624-2105.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (125.96kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.help_3.8.500.v20190624-2105.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (125.96kB) [INFO] Unpacking org.eclipse.help_3.8.500.v20190624-2105... [INFO] Fetching org.eclipse.ui.workbench_3.116.0.v20190826-1428.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (1,005.56kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.workbench_3.116.0.v20190826-1428.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (1,005.56kB) [INFO] Unpacking org.eclipse.ui.workbench_3.116.0.v20190826-1428... [INFO] Fetching org.eclipse.e4.core.commands_0.12.700.v20190621-1412.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (13.77kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.commands_0.12.700.v20190621-1412.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (13.77kB) [INFO] Unpacking org.eclipse.e4.core.commands_0.12.700.v20190621-1412... [INFO] Fetching org.eclipse.e4.core.di_1.7.400.v20190903-1311.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (25.9kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.di_1.7.400.v20190903-1311.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (25.9kB) [INFO] Unpacking org.eclipse.e4.core.di_1.7.400.v20190903-1311... [INFO] Fetching org.eclipse.e4.core.contexts_1.8.200.v20190620-0649.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (22.6kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.contexts_1.8.200.v20190620-0649.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (22.6kB) [INFO] Unpacking org.eclipse.e4.core.contexts_1.8.200.v20190620-0649... [INFO] Fetching org.eclipse.e4.core.services_2.2.0.v20190630-2019.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (28.41kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.services_2.2.0.v20190630-2019.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (28.41kB) [INFO] Unpacking org.eclipse.e4.core.services_2.2.0.v20190630-2019... [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.400.v20190518-1217.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (11.98kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.400.v20190518-1217.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (11.98kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.300.v20190213-1308.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (11.15kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.300.v20190213-1308.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (11.15kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.400.v20190709-0707.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (16.67kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.400.v20190709-0707.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (16.67kB) [INFO] Unpacking org.eclipse.e4.core.di.extensions.supplier_0.15.400.v20190709-0707... [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.400.v20190621-1946.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (21.16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.400.v20190621-1946.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (21.16kB) [INFO] Unpacking org.eclipse.e4.emf.xpath_0.2.400.v20190621-1946... [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (98kB) [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 http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (98kB) [INFO] Unpacking org.apache.commons.jxpath_1.3.0.v200911051830... [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.600.v20190625-0735.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (22.98kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.600.v20190625-0735.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (22.98kB) [INFO] Unpacking org.eclipse.e4.ui.bindings_0.12.600.v20190625-0735... [INFO] Fetching org.eclipse.swt_3.112.0.v20190904-0609.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (16.03kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt_3.112.0.v20190904-0609.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (16.03kB) [INFO] Unpacking org.eclipse.swt_3.112.0.v20190904-0609... [INFO] Fetching org.eclipse.jface_3.17.0.v20190820-1444.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (359.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jface_3.17.0.v20190820-1444.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (359.05kB) [INFO] Unpacking org.eclipse.jface_3.17.0.v20190820-1444... [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.800.v20190805-1157.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (63.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.800.v20190805-1157.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (63.99kB) [INFO] Unpacking org.eclipse.e4.ui.css.core_0.12.800.v20190805-1157... [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.600.v20190805-1157.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (79.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.600.v20190805-1157.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (79.47kB) [INFO] Unpacking org.eclipse.e4.ui.css.swt_0.13.600.v20190805-1157... [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.400.v20190812-0413.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (16.91kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.400.v20190812-0413.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (16.91kB) [INFO] Unpacking org.eclipse.e4.ui.css.swt.theme_0.12.400.v20190812-0413... [INFO] Fetching org.eclipse.e4.ui.di_1.2.600.v20190510-1100.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (17.17kB) [INFO] Fetching org.eclipse.e4.ui.di_1.2.600.v20190510-1100.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (17.17kB) [INFO] Fetching org.eclipse.e4.ui.dialogs_1.1.600.v20190814-0636.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (21.82kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.dialogs_1.1.600.v20190814-0636.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (21.82kB) [INFO] Unpacking org.eclipse.e4.ui.dialogs_1.1.600.v20190814-0636... [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.500.v20190824-1021.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (112.27kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.500.v20190824-1021.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (112.27kB) [INFO] Unpacking org.eclipse.e4.ui.model.workbench_2.1.500.v20190824-1021... [INFO] Fetching org.eclipse.e4.ui.services_1.3.600.v20190716-1245.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (13.26kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.services_1.3.600.v20190716-1245.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (13.26kB) [INFO] Unpacking org.eclipse.e4.ui.services_1.3.600.v20190716-1245... [INFO] Fetching org.eclipse.equinox.event_1.5.200.v20190814-0953.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (16.84kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.event_1.5.200.v20190814-0953.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (16.84kB) [INFO] Unpacking org.eclipse.equinox.event_1.5.200.v20190814-0953... [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.500.v20190624-0808.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (9.46kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.500.v20190624-0808.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (9.46kB) [INFO] Unpacking org.eclipse.e4.ui.widgets_1.2.500.v20190624-0808... [INFO] Fetching org.eclipse.e4.ui.workbench_1.10.100.v20190810-0814.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (85.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench_1.10.100.v20190810-0814.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (85.99kB) [INFO] Unpacking org.eclipse.e4.ui.workbench_1.10.100.v20190810-0814... [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.600.v20190716-1245.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (49.84kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.600.v20190716-1245.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (49.84kB) [INFO] Unpacking org.eclipse.e4.ui.workbench.addons.swt_1.3.600.v20190716-1245... [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.800.v20190716-1245.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (94.13kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.800.v20190716-1245.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (94.13kB) [INFO] Unpacking org.eclipse.e4.ui.workbench.renderers.swt_0.14.800.v20190716-1245... [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.700.v20190807-1716.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (61.59kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.700.v20190807-1716.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (61.59kB) [INFO] Unpacking org.eclipse.e4.ui.workbench.swt_0.14.700.v20190807-1716... [INFO] Fetching org.eclipse.jface.databinding_1.9.100.v20190805-1255.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (77.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jface.databinding_1.9.100.v20190805-1255.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (77.64kB) [INFO] Unpacking org.eclipse.jface.databinding_1.9.100.v20190805-1255... [INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.200.v20190621-1448.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (13.07kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.200.v20190621-1448.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (13.07kB) [INFO] Unpacking org.eclipse.e4.ui.workbench3_0.15.200.v20190621-1448... [INFO] Fetching org.eclipse.emf.common.ui_2.18.0.v20190507-0402.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (59.56kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.common.ui_2.18.0.v20190507-0402.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (59.56kB) [INFO] Unpacking org.eclipse.emf.common.ui_2.18.0.v20190507-0402... [INFO] Fetching org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (61.29kB) [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 http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (61.29kB) [INFO] Unpacking org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451... [INFO] Fetching org.eclipse.emf.edit_2.15.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (96.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.edit_2.15.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (96.99kB) [INFO] Unpacking org.eclipse.emf.edit_2.15.0.v20190528-0725... [INFO] Fetching org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (44.91kB) [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 http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (44.91kB) [INFO] Unpacking org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725... [INFO] Fetching org.eclipse.emf.edit.ui_2.16.0.v20181104-0733.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (108.78kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.edit.ui_2.16.0.v20181104-0733.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (108.78kB) [INFO] Unpacking org.eclipse.emf.edit.ui_2.16.0.v20181104-0733... [INFO] Fetching org.eclipse.equinox.bidi_1.2.100.v20190815-1535.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (23.95kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.bidi_1.2.100.v20190815-1535.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (23.95kB) [INFO] Unpacking org.eclipse.equinox.bidi_1.2.100.v20190815-1535... [INFO] Fetching org.eclipse.equinox.p2.core_2.6.100.v20190705-1223.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (31.98kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.core_2.6.100.v20190705-1223.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (31.98kB) [INFO] Unpacking org.eclipse.equinox.p2.core_2.6.100.v20190705-1223... [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.400.v20190716-0825.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (74.67kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.400.v20190716-0825.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (74.67kB) [INFO] Unpacking org.eclipse.equinox.p2.engine_2.6.400.v20190716-0825... [INFO] Fetching org.eclipse.equinox.p2.metadata_2.4.500.v20190807-0737.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (108kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.metadata_2.4.500.v20190807-0737.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (108kB) [INFO] Unpacking org.eclipse.equinox.p2.metadata_2.4.500.v20190807-0737... [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.200.v20190808-0702.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (50.89kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.200.v20190808-0702.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (50.89kB) [INFO] Unpacking org.eclipse.equinox.p2.metadata.repository_1.3.200.v20190808-0702... [INFO] Fetching org.eclipse.equinox.p2.repository_2.4.500.v20190716-0939.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (55.48kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.repository_2.4.500.v20190716-0939.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (55.48kB) [INFO] Unpacking org.eclipse.equinox.p2.repository_2.4.500.v20190716-0939... [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (44.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (44.42kB) [INFO] Unpacking org.tukaani.xz_1.8.0.v20180207-1613... [INFO] Fetching org.eclipse.equinox.security_1.3.300.v20190714-1851.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (44.67kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.security_1.3.300.v20190714-1851.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (44.67kB) [INFO] Unpacking org.eclipse.equinox.security_1.3.300.v20190714-1851... [INFO] Fetching org.eclipse.jdt.core.manipulation_1.12.100.v20190904-0645.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (402.25kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.core.manipulation_1.12.100.v20190904-0645.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (402.25kB) [INFO] Unpacking org.eclipse.jdt.core.manipulation_1.12.100.v20190904-0645... [INFO] Fetching org.eclipse.ltk.core.refactoring_3.10.200.v20190814-1719.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (107.65kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ltk.core.refactoring_3.10.200.v20190814-1719.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (107.65kB) [INFO] Unpacking org.eclipse.ltk.core.refactoring_3.10.200.v20190814-1719... [INFO] Fetching org.eclipse.jdt.debug.ui_3.10.400.v20190815-2202.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (1.65MB) [INFO] Fetching org.eclipse.jdt.debug.ui_3.10.400.v20190815-2202.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (1.65MB) [INFO] Fetching org.eclipse.jdt.ui_3.19.0.v20190827-1733.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (3.95MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.ui_3.19.0.v20190827-1733.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (3.95MB) [INFO] Unpacking org.eclipse.jdt.ui_3.19.0.v20190827-1733... Mar 26, 2021 10:28:29 AM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond Mar 26, 2021 10:28:29 AM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 [INFO] Fetching org.eclipse.search_3.11.700.v20190813-2210.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (216.55kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.search_3.11.700.v20190813-2210.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (216.55kB) [INFO] Unpacking org.eclipse.search_3.11.700.v20190813-2210... [INFO] Fetching org.eclipse.team.ui_3.8.600.v20190819-1553.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (494.29kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.team.ui_3.8.600.v20190819-1553.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (494.29kB) [INFO] Unpacking org.eclipse.team.ui_3.8.600.v20190819-1553... [INFO] Fetching org.eclipse.team.core_3.8.700.v20190619-1613.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (127.02kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.team.core_3.8.700.v20190619-1613.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (127.02kB) [INFO] Unpacking org.eclipse.team.core_3.8.700.v20190619-1613... [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.10.0.v20190819-2110.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (181.79kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.10.0.v20190819-2110.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (181.79kB) [INFO] Unpacking org.eclipse.ltk.ui.refactoring_3.10.0.v20190819-2110... [INFO] Fetching org.eclipse.ui.navigator_3.9.0.v20190807-2204.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (135.18kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.navigator_3.9.0.v20190807-2204.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (135.18kB) [INFO] Unpacking org.eclipse.ui.navigator_3.9.0.v20190807-2204... [INFO] Fetching org.eclipse.ui.navigator.resources_3.7.0.v20190820-1649.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (70.56kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.navigator.resources_3.7.0.v20190820-1649.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (70.56kB) [INFO] Unpacking org.eclipse.ui.navigator.resources_3.7.0.v20190820-1649... [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.112.0.v20190904-0609.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (1,009.84kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.112.0.v20190904-0609.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (1,009.84kB) [INFO] Unpacking org.eclipse.swt.gtk.linux.x86_64_3.112.0.v20190904-0609... [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.600.v20190713-1021.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (40.77kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.600.v20190713-1021.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (40.77kB) [INFO] Unpacking org.eclipse.ui.views.properties.tabbed_3.8.600.v20190713-1021... [INFO] Fetching org.eclipse.xtext.ui_2.20.0.v20191202-1016.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (579.88kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext.ui_2.20.0.v20191202-1016.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (579.88kB) [INFO] Unpacking org.eclipse.xtext.ui_2.20.0.v20191202-1016... [INFO] Fetching org.eclipse.xtext.ui.shared_2.20.0.v20191202-1016.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (25.65kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext.ui.shared_2.20.0.v20191202-1016.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (25.65kB) [INFO] Unpacking org.eclipse.xtext.ui.shared_2.20.0.v20191202-1016... [INFO] Fetching org.eclipse.xtext.builder_2.20.0.v20191202-1016.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (129.83kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext.builder_2.20.0.v20191202-1016.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (129.83kB) [INFO] Unpacking org.eclipse.xtext.builder_2.20.0.v20191202-1016... [INFO] Fetching org.eclipse.xtext.common.types.ui_2.20.0.v20191202-1016.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (87.82kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext.common.types.ui_2.20.0.v20191202-1016.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (87.82kB) [INFO] Unpacking org.eclipse.xtext.common.types.ui_2.20.0.v20191202-1016... [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui_2.20.0.v20191202-1016.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (43.21kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui_2.20.0.v20191202-1016.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (43.21kB) [INFO] Unpacking org.eclipse.xtext.ui.codetemplates.ui_2.20.0.v20191202-1016... [INFO] Fetching org.eclipse.xtext.xbase.ui_2.20.0.v20191202-1016.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (196.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext.xbase.ui_2.20.0.v20191202-1016.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (196.05kB) [INFO] Unpacking org.eclipse.xtext.xbase.ui_2.20.0.v20191202-1016... [INFO] Fetching org.eclipse.xtext.smap_2.20.0.v20191202-0933.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (12.11kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext.smap_2.20.0.v20191202-0933.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (12.11kB) [INFO] Unpacking org.eclipse.xtext.smap_2.20.0.v20191202-0933... [INFO] Fetching org.eclipse.xtext.common.types.edit_2.20.0.v20191202-1016.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (49.92kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext.common.types.edit_2.20.0.v20191202-1016.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (49.92kB) [INFO] Unpacking org.eclipse.xtext.common.types.edit_2.20.0.v20191202-1016... [INFO] Fetching org.eclipse.xtext.common.types.shared_2.20.0.v20191202-1016.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (11.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext.common.types.shared_2.20.0.v20191202-1016.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (11.05kB) [INFO] Unpacking org.eclipse.xtext.common.types.shared_2.20.0.v20191202-1016... [INFO] Fetching org.eclipse.xtext.ui.codetemplates_2.20.0.v20191202-1016.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (57.37kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext.ui.codetemplates_2.20.0.v20191202-1016.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (57.37kB) [INFO] Unpacking org.eclipse.xtext.ui.codetemplates_2.20.0.v20191202-1016... [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide_2.20.0.v20191202-1016.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (40.24kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide_2.20.0.v20191202-1016.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (40.24kB) [INFO] Unpacking org.eclipse.xtext.ui.codetemplates.ide_2.20.0.v20191202-1016... [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (14.95kB) [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 http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (14.95kB) [INFO] Unpacking org.w3c.dom.smil_1.0.1.v200903091627... [INFO] Resolving class path of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.dsl.ui:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.fj:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.fj:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.fj:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.fj.ide:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.ide/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.fj.ide:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.ide/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.fj.ide:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.ide/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.fj.ui:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.fj.ui:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.ui/pom.xml [INFO] Fetching org.eclipse.ant.core_3.5.500.v20190701-1953.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (72.03kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ant.core_3.5.500.v20190701-1953.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (72.03kB) [INFO] Unpacking org.eclipse.ant.core_3.5.500.v20190701-1953... [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.300.v20190318-1320.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (19.48kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.300.v20190318-1320.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (19.48kB) [INFO] Unpacking org.eclipse.equinox.frameworkadmin_2.1.300.v20190318-1320... [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.100.v20180822-1258.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (33.94kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.100.v20180822-1258.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (33.94kB) [INFO] Unpacking org.eclipse.equinox.frameworkadmin.equinox_1.1.100.v20180822-1258... [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.3.200.v20190815-1428.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (58.27kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.3.200.v20190815-1428.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (58.27kB) [INFO] Unpacking org.eclipse.equinox.p2.artifact.repository_1.3.200.v20190815-1428... [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.300.v20190621-1230.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (38.81kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.300.v20190621-1230.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (38.81kB) [INFO] Unpacking org.eclipse.equinox.p2.jarprocessor_1.1.300.v20190621-1230... [INFO] Fetching org.eclipse.equinox.p2.director_2.4.400.v20190701-1309.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (48.08kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.director_2.4.400.v20190701-1309.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (48.08kB) [INFO] Unpacking org.eclipse.equinox.p2.director_2.4.400.v20190701-1309... [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (103.26kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (103.26kB) [INFO] Unpacking org.sat4j.core_2.3.5.v201308161310... [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (72.9kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (72.9kB) [INFO] Unpacking org.sat4j.pb_2.3.5.v201404071733... [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.300.v20190716-0825.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (23.92kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.300.v20190716-0825.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (23.92kB) [INFO] Unpacking org.eclipse.equinox.simpleconfigurator_1.3.300.v20190716-0825... [INFO] Fetching org.eclipse.equinox.p2.director.app_1.1.300.v20190716-0825.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (37.84kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.director.app_1.1.300.v20190716-0825.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (37.84kB) [INFO] Unpacking org.eclipse.equinox.p2.director.app_1.1.300.v20190716-0825... [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.200.v20190701-1826.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (14.06kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.200.v20190701-1826.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (14.06kB) [INFO] Unpacking org.eclipse.equinox.p2.garbagecollector_1.1.200.v20190701-1826... [INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.200.v20190611-1040.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (43.17kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.200.v20190611-1040.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (43.17kB) [INFO] Unpacking org.eclipse.equinox.p2.publisher_1.5.200.v20190611-1040... [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.300.v20190716-0939.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (105.12kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.300.v20190716-0939.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (105.12kB) [INFO] Unpacking org.eclipse.equinox.p2.publisher.eclipse_1.3.300.v20190716-0939... [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.300.v20190716-0825.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (16.56kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.300.v20190716-0825.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (16.56kB) [INFO] Unpacking org.eclipse.equinox.simpleconfigurator.manipulator_2.1.300.v20190716-0825... [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.2.300.v20190621-1230.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (121.78kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.2.300.v20190621-1230.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (121.78kB) [INFO] Unpacking org.eclipse.equinox.p2.repository.tools_2.2.300.v20190621-1230... [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.400.v20190716-0947.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (46.12kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.400.v20190716-0947.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (46.12kB) [INFO] Unpacking org.eclipse.equinox.p2.touchpoint.eclipse_2.2.400.v20190716-0947... [INFO] Fetching org.eclipse.pde.build_3.10.500.v20190620-0530.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (478.67kB) [INFO] Fetching org.eclipse.pde.build_3.10.500.v20190620-0530.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (478.67kB) [INFO] Fetching org.eclipse.pde.core_3.13.100.v20190830-1158.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (1.29MB) [INFO] Fetching org.eclipse.pde.core_3.13.100.v20190830-1158.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (1.29MB) [INFO] Fetching org.eclipse.update.configurator_3.4.300.v20190518-1030.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (94.76kB) [INFO] Fetching org.eclipse.update.configurator_3.4.300.v20190518-1030.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (94.76kB) [INFO] Resolving class path of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.fj.ui:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.fj.tests:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.fj.tests:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.tests/pom.xml [INFO] Fetching org.eclipse.core.net_1.3.600.v20190619-1613.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (33.77kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.net_1.3.600.v20190619-1613.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (33.77kB) [INFO] Unpacking org.eclipse.core.net_1.3.600.v20190619-1613... [INFO] Fetching org.eclipse.equinox.launcher_1.5.500.v20190715-1310.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (29.92kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.launcher_1.5.500.v20190715-1310.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (29.92kB) [INFO] Unpacking org.eclipse.equinox.launcher_1.5.500.v20190715-1310... [INFO] Fetching org.eclipse.ui.ide.application_1.3.400.v20190818-1234.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (55.59kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.ide.application_1.3.400.v20190818-1234.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (55.59kB) [INFO] Unpacking org.eclipse.ui.ide.application_1.3.400.v20190818-1234... [INFO] Fetching org.eclipse.urischeme_1.0.400.v20190621-1448.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (21.43kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.urischeme_1.0.400.v20190621-1448.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (21.43kB) [INFO] Unpacking org.eclipse.urischeme_1.0.400.v20190621-1448... [INFO] Fetching org.junit_4.12.0.v201504281640.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (283.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.junit_4.12.0.v201504281640.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (283.72kB) [INFO] Unpacking org.junit_4.12.0.v201504281640... [INFO] Fetching org.eclipse.xtext.testing_2.20.0.v20191202-0915.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (93.23kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext.testing_2.20.0.v20191202-0915.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (93.23kB) [INFO] Unpacking org.eclipse.xtext.testing_2.20.0.v20191202-0915... [INFO] Fetching org.eclipse.xtext.xbase.testing_2.20.0.v20191202-0933.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (74.69kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext.xbase.testing_2.20.0.v20191202-0933.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (74.69kB) [INFO] Unpacking org.eclipse.xtext.xbase.testing_2.20.0.v20191202-0933... [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/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 http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (29.18kB) [INFO] Unpacking org.hamcrest.core_1.3.0.v20180420-1519... [INFO] Resolving class path of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.fj.tests:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.fj.ui.tests:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.ui.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.fj.ui.tests:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.ui.tests/pom.xml [INFO] Fetching org.eclipse.xtext.junit4_2.20.0.v20191202-1016.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (96.17kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext.junit4_2.20.0.v20191202-1016.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (96.17kB) [INFO] Unpacking org.eclipse.xtext.junit4_2.20.0.v20191202-1016... [INFO] Fetching org.eclipse.xtext.xbase.junit_2.20.0.v20191202-1016.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (85.7kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext.xbase.junit_2.20.0.v20191202-1016.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (85.7kB) [INFO] Unpacking org.eclipse.xtext.xbase.junit_2.20.0.v20191202-1016... [INFO] Fetching org.eclipse.xtext.ui.testing_2.20.0.v20191202-1016.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (66.55kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext.ui.testing_2.20.0.v20191202-1016.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (66.55kB) [INFO] Unpacking org.eclipse.xtext.ui.testing_2.20.0.v20191202-1016... [INFO] Fetching org.eclipse.xtext.builder.standalone_2.20.0.v20191202-0933.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (31.32kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext.builder.standalone_2.20.0.v20191202-0933.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (31.32kB) [INFO] Unpacking org.eclipse.xtext.builder.standalone_2.20.0.v20191202-0933... [INFO] Resolving class path of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.fj.ui.tests:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.ui.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.fjcached:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.fjcached:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.fjcached:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.fjcached.ide:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ide/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.fjcached.ide:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ide/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.fjcached.ide:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ide/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.fjcached.ui:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.fjcached.ui:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.fjcached.ui:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.fjcached.tests:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.fjcached.tests:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.fjcached.tests:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.fjcached.ui.tests:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ui.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.fjcached.ui.tests:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ui.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.fjcached.ui.tests:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ui.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.dsl.tests:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.dsl.tests:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.tests/pom.xml [INFO] Fetching org.objectweb.asm_7.1.0.v20190412-2143.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (58.92kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.objectweb.asm_7.1.0.v20190412-2143.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (58.92kB) [INFO] Unpacking org.objectweb.asm_7.1.0.v20190412-2143... [INFO] Resolving class path of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.dsl.tests:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.dsl.ui.tests:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.ui.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.dsl.ui.tests:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.ui.tests/pom.xml [INFO] Fetching javax.annotation_1.2.0.v201602091430.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (21.32kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching javax.annotation_1.2.0.v201602091430.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (21.32kB) [INFO] Unpacking javax.annotation_1.2.0.v201602091430... [INFO] Fetching org.apache.felix.gogo.command_1.0.2.v20170914-1324.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (31.52kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.felix.gogo.command_1.0.2.v20170914-1324.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (31.52kB) [INFO] Unpacking org.apache.felix.gogo.command_1.0.2.v20170914-1324... [INFO] Fetching org.apache.felix.gogo.runtime_1.1.0.v20180713-1646.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (75.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.felix.gogo.runtime_1.1.0.v20180713-1646.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (75.47kB) [INFO] Unpacking org.apache.felix.gogo.runtime_1.1.0.v20180713-1646... [INFO] Fetching org.apache.felix.gogo.shell_1.1.0.v20180713-1646.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (34.83kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.felix.gogo.shell_1.1.0.v20180713-1646.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (34.83kB) [INFO] Unpacking org.apache.felix.gogo.shell_1.1.0.v20180713-1646... [INFO] Fetching org.apiguardian_1.1.0.v20190826-0900.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (12.57kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apiguardian_1.1.0.v20190826-0900.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (12.57kB) [INFO] Unpacking org.apiguardian_1.1.0.v20190826-0900... [INFO] Fetching org.eclipse.ant.launching_1.2.600.v20190701-1953.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (100.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ant.launching_1.2.600.v20190701-1953.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (100.99kB) [INFO] Unpacking org.eclipse.ant.launching_1.2.600.v20190701-1953... [INFO] Fetching org.eclipse.core.externaltools_1.1.400.v20190705-1530.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (20.7kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.externaltools_1.1.400.v20190705-1530.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (20.7kB) [INFO] Unpacking org.eclipse.core.externaltools_1.1.400.v20190705-1530... [INFO] Fetching org.eclipse.ant.ui_3.7.500.v20190518-1030.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (1.06MB) [INFO] Fetching org.eclipse.ant.ui_3.7.500.v20190518-1030.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (1.06MB) [INFO] Fetching org.eclipse.ui.externaltools_3.4.400.v20190705-1219.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (66.07kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.externaltools_3.4.400.v20190705-1219.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (66.07kB) [INFO] Unpacking org.eclipse.ui.externaltools_3.4.400.v20190705-1219... [INFO] Fetching org.eclipse.jdt.junit_3.11.500.v20190809-1613.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (235.62kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.junit_3.11.500.v20190809-1613.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (235.62kB) [INFO] Unpacking org.eclipse.jdt.junit_3.11.500.v20190809-1613... [INFO] Fetching org.eclipse.core.databinding.beans_1.5.100.v20190624-2109.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (26.21kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.databinding.beans_1.5.100.v20190624-2109.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (26.21kB) [INFO] Unpacking org.eclipse.core.databinding.beans_1.5.100.v20190624-2109... [INFO] Fetching org.eclipse.osgi.compatibility.state_1.1.600.v20190814-1451.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (103.2kB) [INFO] Fetching org.eclipse.osgi.compatibility.state_1.1.600.v20190814-1451.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (103.2kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.osgi.compatibility.state_1.1.600.v20190814-1451... [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.1100.v20190907-0426.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (69.13kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.1100.v20190907-0426.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (69.13kB) [INFO] Unpacking org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.1100.v20190907-0426... [INFO] Fetching org.eclipse.equinox.util_1.1.300.v20190714-1852.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (34.36kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.util_1.1.300.v20190714-1852.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (34.36kB) [INFO] Unpacking org.eclipse.equinox.util_1.1.300.v20190714-1852... [INFO] Fetching org.eclipse.equinox.console_1.4.0.v20190819-1430.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (51.54kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.console_1.4.0.v20190819-1430.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (51.54kB) [INFO] Unpacking org.eclipse.equinox.console_1.4.0.v20190819-1430... [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.0.600.v20190627-0755.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (8kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.0.600.v20190627-0755.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (8kB) [INFO] Unpacking org.eclipse.e4.ui.swt.gtk_1.0.600.v20190627-0755... [INFO] Fetching org.eclipse.e4.rcp_1.6.600.v20190907-0426.jar from http://download.eclipse.org/releases/2019-09/201909181001/features/ (20.83kB) [INFO] Fetching org.eclipse.e4.rcp_1.6.600.v20190907-0426.jar from http://download.eclipse.org/releases/2019-09/201909181001/features/ (20.83kB) [INFO] Fetching org.eclipse.emf.common_2.16.0.v20190625-1131.jar from http://download.eclipse.org/releases/2019-09/201909181001/features/ (19.07kB) [INFO] Fetching org.eclipse.emf.common_2.16.0.v20190625-1131.jar from http://download.eclipse.org/releases/2019-09/201909181001/features/ (19.07kB) [INFO] Fetching org.eclipse.emf.ecore_2.19.0.v20190822-1451.jar from http://download.eclipse.org/releases/2019-09/201909181001/features/ (19.13kB) [INFO] Fetching org.eclipse.emf.ecore_2.19.0.v20190822-1451.jar from http://download.eclipse.org/releases/2019-09/201909181001/features/ (19.13kB) [INFO] Fetching org.eclipse.jdt_3.18.100.v20190916-1045.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (34.12kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt_3.18.100.v20190916-1045.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (34.12kB) [INFO] Unpacking org.eclipse.jdt_3.18.100.v20190916-1045... [INFO] Fetching org.eclipse.ui.intro_3.5.700.v20190814-0635.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (141.88kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.intro_3.5.700.v20190814-0635.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (141.88kB) [INFO] Unpacking org.eclipse.ui.intro_3.5.700.v20190814-0635... [INFO] Fetching org.eclipse.ui.cheatsheets_3.5.500.v20190813-2246.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (147.39kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.cheatsheets_3.5.500.v20190813-2246.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (147.39kB) [INFO] Unpacking org.eclipse.ui.cheatsheets_3.5.500.v20190813-2246... [INFO] Fetching org.eclipse.jdt.annotation_1.1.400.v20180921-1416.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (9.51kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.annotation_1.1.400.v20180921-1416.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (9.51kB) [INFO] Unpacking org.eclipse.jdt.annotation_1.1.400.v20180921-1416... [INFO] Fetching org.eclipse.jdt.annotation_2.2.300.v20190328-1431.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (25.2kB) [INFO] Fetching org.eclipse.jdt.annotation_2.2.300.v20190328-1431.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (25.2kB) [INFO] Fetching org.eclipse.jdt.apt.core_3.6.500.v20190703-0914.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (127.92kB) [INFO] Fetching org.eclipse.jdt.apt.core_3.6.500.v20190703-0914.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (127.92kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.jdt.apt.core_3.6.500.v20190703-0914... [INFO] Fetching org.eclipse.jdt.apt.pluggable.core_1.2.400.v20190626-1334.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (18.07kB) [INFO] Fetching org.eclipse.jdt.apt.pluggable.core_1.2.400.v20190626-1334.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (18.07kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.jdt.apt.pluggable.core_1.2.400.v20190626-1334... [INFO] Fetching org.eclipse.jdt.compiler.tool_1.2.600.v20190322-0450.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (201.31kB) [INFO] Fetching org.eclipse.jdt.compiler.tool_1.2.600.v20190322-0450.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (201.31kB) [INFO] Fetching org.eclipse.jdt.compiler.apt_1.3.700.v20190704-1731.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (76.61kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.compiler.apt_1.3.700.v20190704-1731.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (76.61kB) [INFO] Unpacking org.eclipse.jdt.compiler.apt_1.3.700.v20190704-1731... [INFO] Fetching org.eclipse.jdt.apt.ui_3.6.300.v20190727-1243.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (31.6kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.apt.ui_3.6.300.v20190727-1243.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (31.6kB) [INFO] Unpacking org.eclipse.jdt.apt.ui_3.6.300.v20190727-1243... [INFO] Fetching org.eclipse.jdt.doc.user_3.15.400.v20190904-0724.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (8.79MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.doc.user_3.15.400.v20190904-0724.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (8.79MB) [INFO] Unpacking org.eclipse.jdt.doc.user_3.15.400.v20190904-0724... [INFO] Fetching org.eclipse.jdt.junit.core_3.10.400.v20190625-1910.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (65.6kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.junit.core_3.10.400.v20190625-1910.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (65.6kB) [INFO] Unpacking org.eclipse.jdt.junit.core_3.10.400.v20190625-1910... [INFO] Fetching org.eclipse.jdt.junit.runtime_3.4.1000.v20190510-0840.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (54.65kB) [INFO] Fetching org.eclipse.jdt.junit.runtime_3.4.1000.v20190510-0840.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (54.65kB) [INFO] Fetching org.eclipse.jdt.junit4.runtime_1.1.1000.v20190510-0840.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (25.73kB) [INFO] Fetching org.eclipse.jdt.junit4.runtime_1.1.1000.v20190510-0840.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (25.73kB) [INFO] Fetching org.eclipse.jdt.junit5.runtime_1.0.600.v20190610-0439.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (21.65kB) [INFO] Fetching org.eclipse.jdt.junit5.runtime_1.0.600.v20190610-0439.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (21.65kB) [INFO] Fetching org.junit.jupiter.api_5.5.1.v20190826-0900.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (54.89kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.junit.jupiter.api_5.5.1.v20190826-0900.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (54.89kB) [INFO] Unpacking org.junit.jupiter.api_5.5.1.v20190826-0900... [INFO] Fetching org.junit.jupiter.engine_5.5.1.v20190826-0900.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (75.97kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.junit.jupiter.engine_5.5.1.v20190826-0900.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (75.97kB) [INFO] Unpacking org.junit.jupiter.engine_5.5.1.v20190826-0900... [INFO] Fetching org.junit.jupiter.migrationsupport_5.5.1.v20190826-0900.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (21.51kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.junit.jupiter.migrationsupport_5.5.1.v20190826-0900.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (21.51kB) [INFO] Unpacking org.junit.jupiter.migrationsupport_5.5.1.v20190826-0900... [INFO] Fetching org.junit.jupiter.params_5.5.1.v20190826-0900.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (182.93kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.junit.jupiter.params_5.5.1.v20190826-0900.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (182.93kB) [INFO] Unpacking org.junit.jupiter.params_5.5.1.v20190826-0900... [INFO] Fetching org.junit.platform.commons_1.5.1.v20190826-0900.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (48.76kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.junit.platform.commons_1.5.1.v20190826-0900.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (48.76kB) [INFO] Unpacking org.junit.platform.commons_1.5.1.v20190826-0900... [INFO] Fetching org.junit.platform.engine_1.5.1.v20190826-0900.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (57.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.junit.platform.engine_1.5.1.v20190826-0900.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (57.05kB) [INFO] Unpacking org.junit.platform.engine_1.5.1.v20190826-0900... [INFO] Fetching org.junit.platform.launcher_1.5.1.v20190826-0900.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (44.78kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.junit.platform.launcher_1.5.1.v20190826-0900.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (44.78kB) [INFO] Unpacking org.junit.platform.launcher_1.5.1.v20190826-0900... [INFO] Fetching org.junit.platform.runner_1.5.1.v20190826-0900.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (21.08kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.junit.platform.runner_1.5.1.v20190826-0900.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (21.08kB) [INFO] Unpacking org.junit.platform.runner_1.5.1.v20190826-0900... [INFO] Fetching org.junit.platform.suite.api_1.5.1.v20190826-0900.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (16.89kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.junit.platform.suite.api_1.5.1.v20190826-0900.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (16.89kB) [INFO] Unpacking org.junit.platform.suite.api_1.5.1.v20190826-0900... [INFO] Fetching org.junit.vintage.engine_5.5.1.v20190826-0900.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (31.98kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.junit.vintage.engine_5.5.1.v20190826-0900.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (31.98kB) [INFO] Unpacking org.junit.vintage.engine_5.5.1.v20190826-0900... [INFO] Fetching org.opentest4j_1.2.0.v20190826-0900.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (14.79kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.opentest4j_1.2.0.v20190826-0900.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (14.79kB) [INFO] Unpacking org.opentest4j_1.2.0.v20190826-0900... [INFO] Fetching org.eclipse.jdt_3.18.100.v20190916-1045.jar from http://download.eclipse.org/releases/2019-09/201909181001/features/ (19.7kB) [INFO] Fetching org.eclipse.jdt_3.18.100.v20190916-1045.jar from http://download.eclipse.org/releases/2019-09/201909181001/features/ (19.7kB) [INFO] Fetching org.eclipse.rcp_4.13.0.v20190916-1045.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (9.44kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.rcp_4.13.0.v20190916-1045.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (9.44kB) [INFO] Unpacking org.eclipse.rcp_4.13.0.v20190916-1045... [INFO] Fetching org.eclipse.rcp_4.13.0.v20190916-1045.jar from http://download.eclipse.org/releases/2019-09/201909181001/features/ (19.11kB) [INFO] Fetching org.eclipse.rcp_4.13.0.v20190916-1045.jar from http://download.eclipse.org/releases/2019-09/201909181001/features/ (19.11kB) [INFO] Fetching org.eclipse.rcp_root_4.13.0.v20190916-1045 from http://download.eclipse.org/releases/2019-09/201909181001/binary/ (25.66kB) [INFO] Fetching org.eclipse.rcp_root_4.13.0.v20190916-1045 from http://download.eclipse.org/releases/2019-09/201909181001/binary/ (25.66kB) [INFO] Fetching org.eclipse.xtext.xbase.ui.testing_2.20.0.v20191202-1016.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (16.75kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext.xbase.ui.testing_2.20.0.v20191202-1016.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (16.75kB) [INFO] Unpacking org.eclipse.xtext.xbase.ui.testing_2.20.0.v20191202-1016... [INFO] Resolving class path of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.dsl.ui.tests:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.ui.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.expressions:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.expressions:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.expressions:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.expressions.ide:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.ide/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.expressions.ide:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.ide/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.expressions.ide:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.ide/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.expressions.ui:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.expressions.ui:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.expressions.ui:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.expressions.tests:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.expressions.tests:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.expressions.tests:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.expressions.ui.tests:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.ui.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.expressions.ui.tests:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.ui.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.expressions.ui.tests:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.ui.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.lambda:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.lambda:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.lambda:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.lambda.ide:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ide/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.lambda.ide:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ide/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.lambda.ide:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ide/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.lambda.ui:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.lambda.ui:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.lambda.ui:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.lambda.tests:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.lambda.tests:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.lambda.tests:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.lambda.ui.tests:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ui.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.lambda.ui.tests:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ui.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.example.lambda.ui.tests:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ui.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.examples.feature:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/features/org.eclipse.xsemantics.examples.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.examples.feature:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/features/org.eclipse.xsemantics.examples.feature/pom.xml Mar 26, 2021 10:28:53 AM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond Mar 26, 2021 10:28:53 AM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 [INFO] Fetching org.eclipse.license_1.0.1.v20140414-1359.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/features/ (18.64kB) [INFO] Fetching org.eclipse.license_1.0.1.v20140414-1359.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/features/ (18.64kB) [INFO] Resolving class path of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.examples.feature:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/features/org.eclipse.xsemantics.examples.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.implemented.examples.feature:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/features/org.eclipse.xsemantics.implemented.examples.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.implemented.examples.feature:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/features/org.eclipse.xsemantics.implemented.examples.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.implemented.examples.feature:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/features/org.eclipse.xsemantics.implemented.examples.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.doc:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/doc/org.eclipse.xsemantics.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.doc:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/doc/org.eclipse.xsemantics.doc/pom.xml [INFO] Fetching org.eclipse.xtext.xdoc.generator_0.1.0.201701301415.jar.pack.gz from https://dl.bintray.com/lorenzobettini/xtext-xdoc/releases/0.1.0.201701301415/plugins/ (15.07kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext.xdoc.generator_0.1.0.201701301415.jar.pack.gz from https://dl.bintray.com/lorenzobettini/xtext-xdoc/releases/0.1.0.201701301415/plugins/ (15.07kB) [INFO] Unpacking org.eclipse.xtext.xdoc.generator_0.1.0.201701301415... [INFO] Fetching org.eclipse.xtext.xdoc_0.1.0.201701301415.jar.pack.gz from https://dl.bintray.com/lorenzobettini/xtext-xdoc/releases/0.1.0.201701301415/plugins/ (374.07kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext.xdoc_0.1.0.201701301415.jar.pack.gz from https://dl.bintray.com/lorenzobettini/xtext-xdoc/releases/0.1.0.201701301415/plugins/ (374.07kB) [INFO] Unpacking org.eclipse.xtext.xdoc_0.1.0.201701301415... [INFO] Resolving class path of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.doc:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/doc/org.eclipse.xsemantics.doc/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.doc.feature:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/features/org.eclipse.xsemantics.doc.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.doc.feature:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/features/org.eclipse.xsemantics.doc.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.doc.feature:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/features/org.eclipse.xsemantics.doc.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.ui.examples:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.ui.examples/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.ui.examples:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.ui.examples/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.ui.examples:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.ui.examples/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.runtime.feature:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/features/org.eclipse.xsemantics.runtime.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.runtime.feature:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/features/org.eclipse.xsemantics.runtime.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.runtime.feature:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/features/org.eclipse.xsemantics.runtime.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.feature:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/features/org.eclipse.xsemantics.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.feature:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/features/org.eclipse.xsemantics.feature/pom.xml Mar 26, 2021 10:28:55 AM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond Mar 26, 2021 10:28:55 AM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {}->http://download.eclipse.org:80 [INFO] Fetching org.eclipse.xtext.common.types.shared.jdt38_2.20.0.v20191202-1016.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (11.92kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext.common.types.shared.jdt38_2.20.0.v20191202-1016.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (11.92kB) [INFO] Unpacking org.eclipse.xtext.common.types.shared.jdt38_2.20.0.v20191202-1016... [INFO] Fetching org.eclipse.xtext.java_2.20.0.v20191202-0933.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (37.97kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext.java_2.20.0.v20191202-0933.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (37.97kB) [INFO] Unpacking org.eclipse.xtext.java_2.20.0.v20191202-0933... [INFO] Fetching org.eclipse.xtext.logging_1.2.15.v20191202-1016.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (9.33kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext.logging_1.2.15.v20191202-1016.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (9.33kB) [INFO] Unpacking org.eclipse.xtext.logging_1.2.15.v20191202-1016... [INFO] Fetching org.eclipse.xtext.source_2.20.0.v20191202-0915.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (1.61MB) [INFO] Fetching org.eclipse.xtext.source_2.20.0.v20191202-0915.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (1.61MB) [INFO] Fetching org.eclipse.xtext.generator.source_2.20.0.v20191202-0933.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (532.42kB) [INFO] Fetching org.eclipse.xtext.generator.source_2.20.0.v20191202-0933.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (532.42kB) [INFO] Fetching org.eclipse.xtext.xtext.generator.source_2.20.0.v20191202-0915.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (1.16MB) [INFO] Fetching org.eclipse.xtext.xtext.generator.source_2.20.0.v20191202-0915.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (1.16MB) [INFO] Fetching org.eclipse.xtext.xtext.ide_2.20.0.v20191202-0915.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (67.19kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext.xtext.ide_2.20.0.v20191202-0915.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (67.19kB) [INFO] Unpacking org.eclipse.xtext.xtext.ide_2.20.0.v20191202-0915... [INFO] Fetching org.eclipse.xtext.xtext.ide.source_2.20.0.v20191202-0915.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (93.46kB) [INFO] Fetching org.eclipse.xtext.xtext.ide.source_2.20.0.v20191202-0915.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (93.46kB) [INFO] Fetching org.eclipse.xtext.util.source_2.20.0.v20191202-0915.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (146.4kB) [INFO] Fetching org.eclipse.xtext.util.source_2.20.0.v20191202-0915.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (146.4kB) [INFO] Fetching org.eclipse.xtext.common.types.source_2.20.0.v20191202-0933.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (363.88kB) [INFO] Fetching org.eclipse.xtext.common.types.source_2.20.0.v20191202-0933.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (363.88kB) [INFO] Fetching org.eclipse.xtext.builder.source_2.20.0.v20191202-1016.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (225.44kB) [INFO] Fetching org.eclipse.xtext.builder.source_2.20.0.v20191202-1016.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (225.44kB) [INFO] Fetching org.eclipse.xtext.ecore.source_2.20.0.v20191202-0933.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (13.06kB) [INFO] Fetching org.eclipse.xtext.ecore.source_2.20.0.v20191202-0933.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (13.06kB) [INFO] Fetching org.eclipse.xtext.smap.source_2.20.0.v20191202-0933.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (16.67kB) [INFO] Fetching org.eclipse.xtext.smap.source_2.20.0.v20191202-0933.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (16.67kB) [INFO] Fetching org.eclipse.xtext.xtext.wizard_2.20.0.v20191202-0915.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (182.59kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext.xtext.wizard_2.20.0.v20191202-0915.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (182.59kB) [INFO] Unpacking org.eclipse.xtext.xtext.wizard_2.20.0.v20191202-0915... [INFO] Fetching org.eclipse.xtext.xtext.wizard.source_2.20.0.v20191202-0915.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (222.78kB) [INFO] Fetching org.eclipse.xtext.xtext.wizard.source_2.20.0.v20191202-0915.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (222.78kB) [INFO] Fetching org.eclipse.xtext.builder.standalone.source_2.20.0.v20191202-0933.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (47.32kB) [INFO] Fetching org.eclipse.xtext.builder.standalone.source_2.20.0.v20191202-0933.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (47.32kB) [INFO] Fetching org.eclipse.xtext.java.source_2.20.0.v20191202-0933.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (72.11kB) [INFO] Fetching org.eclipse.xtext.java.source_2.20.0.v20191202-0933.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (72.11kB) [INFO] Fetching org.eclipse.xtext.runtime_2.20.0.v20191202-1256.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/features/ (18.02kB) [INFO] Fetching org.eclipse.xtext.runtime_2.20.0.v20191202-1256.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/features/ (18.02kB) [INFO] Fetching org.eclipse.xtext.ui.codemining_2.20.0.v20191202-1016.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (10.43kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext.ui.codemining_2.20.0.v20191202-1016.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (10.43kB) [INFO] Unpacking org.eclipse.xtext.ui.codemining_2.20.0.v20191202-1016... [INFO] Fetching org.eclipse.xtext.ui.ecore_2.20.0.v20191202-1016.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (9.48kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext.ui.ecore_2.20.0.v20191202-1016.jar.pack.gz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (9.48kB) [INFO] Unpacking org.eclipse.xtext.ui.ecore_2.20.0.v20191202-1016... [INFO] Fetching org.eclipse.xtext.ui.source_2.20.0.v20191202-1016.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (1.16MB) [INFO] Fetching org.eclipse.xtext.ui.source_2.20.0.v20191202-1016.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (1.16MB) [INFO] Fetching org.eclipse.xtext.common.types.ui.source_2.20.0.v20191202-1016.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (149.05kB) [INFO] Fetching org.eclipse.xtext.common.types.ui.source_2.20.0.v20191202-1016.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (149.05kB) [INFO] Fetching org.eclipse.xtext.common.types.shared.source_2.20.0.v20191202-1016.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (14.56kB) [INFO] Fetching org.eclipse.xtext.common.types.shared.source_2.20.0.v20191202-1016.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (14.56kB) [INFO] Fetching org.eclipse.xtext.common.types.shared.jdt38.source_2.20.0.v20191202-1016.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (12.29kB) [INFO] Fetching org.eclipse.xtext.common.types.shared.jdt38.source_2.20.0.v20191202-1016.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (12.29kB) [INFO] Fetching org.eclipse.xtext.ui.shared.source_2.20.0.v20191202-1016.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (28.47kB) [INFO] Fetching org.eclipse.xtext.ui.shared.source_2.20.0.v20191202-1016.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (28.47kB) [INFO] Fetching org.eclipse.xtext.ui.ecore.source_2.20.0.v20191202-1016.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (12.09kB) [INFO] Fetching org.eclipse.xtext.ui.ecore.source_2.20.0.v20191202-1016.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (12.09kB) [INFO] Fetching org.eclipse.xtext.ui.codemining.source_2.20.0.v20191202-1016.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (11.45kB) [INFO] Fetching org.eclipse.xtext.ui.codemining.source_2.20.0.v20191202-1016.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (11.45kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.source_2.20.0.v20191202-1016.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (125.83kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.source_2.20.0.v20191202-1016.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (125.83kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide.source_2.20.0.v20191202-1016.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (89.35kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide.source_2.20.0.v20191202-1016.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (89.35kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui.source_2.20.0.v20191202-1016.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (82.82kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui.source_2.20.0.v20191202-1016.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (82.82kB) [INFO] Fetching org.eclipse.xtext.common.types.edit.source_2.20.0.v20191202-1016.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (97.54kB) [INFO] Fetching org.eclipse.xtext.common.types.edit.source_2.20.0.v20191202-1016.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (97.54kB) [INFO] Fetching org.eclipse.xtext.ide.source_2.20.0.v20191202-0915.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (565.54kB) [INFO] Fetching org.eclipse.xtext.ide.source_2.20.0.v20191202-0915.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (565.54kB) [INFO] Fetching org.eclipse.xtext.ui_2.20.0.v20191202-1256.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/features/ (17.76kB) [INFO] Fetching org.eclipse.xtext.ui_2.20.0.v20191202-1256.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/features/ (17.76kB) [INFO] Fetching org.eclipse.xtext.xbase.source_2.20.0.v20191202-0933.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (2.02MB) [INFO] Fetching org.eclipse.xtext.xbase.source_2.20.0.v20191202-0933.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (2.02MB) [INFO] Fetching org.eclipse.xtext.xbase.ui.source_2.20.0.v20191202-1016.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (341.07kB) [INFO] Fetching org.eclipse.xtext.xbase.ui.source_2.20.0.v20191202-1016.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (341.07kB) [INFO] Fetching org.eclipse.xtext.xbase.ide.source_2.20.0.v20191202-0933.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (438.4kB) [INFO] Fetching org.eclipse.xtext.xbase.ide.source_2.20.0.v20191202-0933.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (438.4kB) [INFO] Fetching org.eclipse.xtext.xbase_2.20.0.v20191202-1256.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/features/ (17.5kB) [INFO] Fetching org.eclipse.xtext.xbase_2.20.0.v20191202-1256.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/features/ (17.5kB) [INFO] Fetching org.eclipse.xtext.xbase.lib.source_2.20.0.v20191202-0907.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (102.09kB) [INFO] Fetching org.eclipse.xtext.xbase.lib.source_2.20.0.v20191202-0907.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/plugins/ (102.09kB) [INFO] Fetching org.eclipse.xtext.xbase.lib_2.20.0.v20191202-0910.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/features/ (17.42kB) [INFO] Fetching org.eclipse.xtext.xbase.lib_2.20.0.v20191202-0910.jar from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.20.0/features/ (17.42kB) [INFO] Resolving class path of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.feature:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/features/org.eclipse.xsemantics.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.sdk:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/features/org.eclipse.xsemantics.sdk/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.sdk:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/features/org.eclipse.xsemantics.sdk/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.sdk:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/features/org.eclipse.xsemantics.sdk/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.tests.pde.utils:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.tests.pde.utils/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.tests.pde.utils:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.tests.pde.utils/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.tests.pde.utils:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.tests.pde.utils/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.tests.feature:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/features/org.eclipse.xsemantics.tests.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.tests.feature:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/features/org.eclipse.xsemantics.tests.feature/pom.xml [INFO] Fetching org.eclipse.emf.mwe2.lib_2.11.1.v20191121-1148.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.1/plugins/ (12.91kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.mwe2.lib_2.11.1.v20191121-1148.jar.pack.gz from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.1/plugins/ (12.91kB) [INFO] Unpacking org.eclipse.emf.mwe2.lib_2.11.1.v20191121-1148... [INFO] Fetching org.eclipse.equinox.p2.operations_2.5.500.v20190701-1826.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (31.94kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.operations_2.5.500.v20190701-1826.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (31.94kB) [INFO] Unpacking org.eclipse.equinox.p2.operations_2.5.500.v20190701-1826... [INFO] Fetching org.eclipse.equinox.p2.ui_2.5.600.v20190814-1459.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (287.17kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.ui_2.5.600.v20190814-1459.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (287.17kB) [INFO] Unpacking org.eclipse.equinox.p2.ui_2.5.600.v20190814-1459... [INFO] Fetching org.eclipse.equinox.security.ui_1.2.400.v20190714-1851.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (71.35kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.security.ui_1.2.400.v20190714-1851.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (71.35kB) [INFO] Unpacking org.eclipse.equinox.security.ui_1.2.400.v20190714-1851... [INFO] Fetching org.eclipse.pde.launching_3.7.700.v20190814-1102.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (51.4kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.pde.launching_3.7.700.v20190814-1102.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (51.4kB) [INFO] Unpacking org.eclipse.pde.launching_3.7.700.v20190814-1102... [INFO] Fetching org.eclipse.pde.ui_3.11.100.v20190830-1158.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (1.47MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.pde.ui_3.11.100.v20190830-1158.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (1.47MB) [INFO] Unpacking org.eclipse.pde.ui_3.11.100.v20190830-1158... [INFO] Fetching org.eclipse.ui.views.log_1.2.700.v20190819-1015.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (83.92kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.views.log_1.2.700.v20190819-1015.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (83.92kB) [INFO] Unpacking org.eclipse.ui.views.log_1.2.700.v20190819-1015... [INFO] Fetching org.eclipse.ui.trace_1.1.600.v20190830-1158.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (26.32kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.trace_1.1.600.v20190830-1158.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (26.32kB) [INFO] Unpacking org.eclipse.ui.trace_1.1.600.v20190830-1158... [INFO] Fetching org.eclipse.ui.genericeditor_1.1.500.v20190823-1613.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (45.24kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.genericeditor_1.1.500.v20190823-1613.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (45.24kB) [INFO] Unpacking org.eclipse.ui.genericeditor_1.1.500.v20190823-1613... [INFO] Fetching org.eclipse.swtbot.e4.finder_2.8.0.201906121535.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (16.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swtbot.e4.finder_2.8.0.201906121535.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (16.64kB) [INFO] Unpacking org.eclipse.swtbot.e4.finder_2.8.0.201906121535... [INFO] Fetching org.hamcrest.library_1.3.0.v20180524-2246.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (32.1kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.hamcrest.library_1.3.0.v20180524-2246.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (32.1kB) [INFO] Unpacking org.hamcrest.library_1.3.0.v20180524-2246... [INFO] Fetching org.eclipse.swtbot.eclipse.core_2.8.0.201906121535.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (16.13kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swtbot.eclipse.core_2.8.0.201906121535.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (16.13kB) [INFO] Unpacking org.eclipse.swtbot.eclipse.core_2.8.0.201906121535... [INFO] Fetching org.eclipse.swtbot.eclipse.finder_2.8.0.201906121535.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (62.54kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swtbot.eclipse.finder_2.8.0.201906121535.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (62.54kB) [INFO] Unpacking org.eclipse.swtbot.eclipse.finder_2.8.0.201906121535... [INFO] Fetching org.eclipse.swtbot.swt.finder_2.8.0.201906121535.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (261.65kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swtbot.swt.finder_2.8.0.201906121535.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (261.65kB) [INFO] Unpacking org.eclipse.swtbot.swt.finder_2.8.0.201906121535... [INFO] Fetching org.eclipse.swtbot.junit4_x_2.8.0.201906121535.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (20.41kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swtbot.junit4_x_2.8.0.201906121535.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (20.41kB) [INFO] Unpacking org.eclipse.swtbot.junit4_x_2.8.0.201906121535... [INFO] Fetching org.eclipse.swtbot.go_2.8.0.201906121535.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (11.32kB) [INFO] Fetching org.eclipse.swtbot.go_2.8.0.201906121535.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (11.32kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.swtbot.go_2.8.0.201906121535... [INFO] Fetching org.eclipse.swtbot.eclipse_2.8.0.201906121535.jar from http://download.eclipse.org/releases/2019-09/201909181001/features/ (17.63kB) [INFO] Fetching org.eclipse.swtbot.eclipse_2.8.0.201906121535.jar from http://download.eclipse.org/releases/2019-09/201909181001/features/ (17.63kB) [INFO] Fetching org.eclipse.swtbot.eclipse.spy_2.8.0.201906121535.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (22.92kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swtbot.eclipse.spy_2.8.0.201906121535.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (22.92kB) [INFO] Unpacking org.eclipse.swtbot.eclipse.spy_2.8.0.201906121535... [INFO] Fetching org.eclipse.swtbot.eclipse.ui_2.8.0.201906121535.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (45.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swtbot.eclipse.ui_2.8.0.201906121535.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (45.99kB) [INFO] Unpacking org.eclipse.swtbot.eclipse.ui_2.8.0.201906121535... [INFO] Fetching org.eclipse.swtbot_2.8.0.201906121535.jar from http://download.eclipse.org/releases/2019-09/201909181001/features/ (17.5kB) [INFO] Fetching org.eclipse.swtbot_2.8.0.201906121535.jar from http://download.eclipse.org/releases/2019-09/201909181001/features/ (17.5kB) [INFO] Fetching org.eclipse.swtbot.forms.finder_2.8.0.201906121535.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (10.52kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swtbot.forms.finder_2.8.0.201906121535.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (10.52kB) [INFO] Unpacking org.eclipse.swtbot.forms.finder_2.8.0.201906121535... [INFO] Fetching org.eclipse.swtbot.forms_2.8.0.201906121535.jar from http://download.eclipse.org/releases/2019-09/201909181001/features/ (17.52kB) [INFO] Fetching org.eclipse.swtbot.forms_2.8.0.201906121535.jar from http://download.eclipse.org/releases/2019-09/201909181001/features/ (17.52kB) [INFO] Fetching org.eclipse.swtbot.generator_2.8.0.201906121535.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (39.14kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swtbot.generator_2.8.0.201906121535.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (39.14kB) [INFO] Unpacking org.eclipse.swtbot.generator_2.8.0.201906121535... [INFO] Fetching org.eclipse.swtbot.generator.client_2.8.0.201906121535.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (25.38kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swtbot.generator.client_2.8.0.201906121535.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (25.38kB) [INFO] Unpacking org.eclipse.swtbot.generator.client_2.8.0.201906121535... [INFO] Fetching org.eclipse.swtbot.generator.rules.workbench_2.8.0.201906121535.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (9.2kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swtbot.generator.rules.workbench_2.8.0.201906121535.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (9.2kB) [INFO] Unpacking org.eclipse.swtbot.generator.rules.workbench_2.8.0.201906121535... [INFO] Fetching org.eclipse.swtbot.generator.jdt_2.8.0.201906121535.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (24.67kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swtbot.generator.jdt_2.8.0.201906121535.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (24.67kB) [INFO] Unpacking org.eclipse.swtbot.generator.jdt_2.8.0.201906121535... [INFO] Fetching org.eclipse.swtbot.generator.ui_2.8.0.201906121535.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (12.92kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swtbot.generator.ui_2.8.0.201906121535.jar.pack.gz from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (12.92kB) [INFO] Unpacking org.eclipse.swtbot.generator.ui_2.8.0.201906121535... [INFO] Fetching org.eclipse.swtbot.generator.feature_2.8.0.201906121535.jar from http://download.eclipse.org/releases/2019-09/201909181001/features/ (17.49kB) [INFO] Fetching org.eclipse.swtbot.generator.feature_2.8.0.201906121535.jar from http://download.eclipse.org/releases/2019-09/201909181001/features/ (17.49kB) [INFO] Fetching org.eclipse.swtbot.ide_2.8.0.201906121535.jar from http://download.eclipse.org/releases/2019-09/201909181001/features/ (17.57kB) [INFO] Fetching org.eclipse.swtbot.ide_2.8.0.201906121535.jar from http://download.eclipse.org/releases/2019-09/201909181001/features/ (17.57kB) [INFO] Resolving class path of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.tests.feature:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/features/org.eclipse.xsemantics.tests.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.tests.swtbot:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.tests.swtbot/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.tests.swtbot:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.tests.swtbot/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.tests.swtbot:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.tests.swtbot/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.repository:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/releng/org.eclipse.xsemantics.repository/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.repository:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/releng/org.eclipse.xsemantics.repository/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.xsemantics:org.eclipse.xsemantics.repository:1.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/xsemantics/releng/org.eclipse.xsemantics.repository/pom.xml [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Xsemantics [pom] [INFO] org.eclipse.xsemantics.targetplatform [pom] [INFO] org.eclipse.xsemantics.runtime [eclipse-plugin] [INFO] org.eclipse.xsemantics.dsl [eclipse-plugin] [INFO] org.eclipse.xsemantics.dsl.ide [eclipse-plugin] [INFO] org.eclipse.xsemantics.dsl.ui [eclipse-plugin] [INFO] org.eclipse.xsemantics.example.fj [eclipse-plugin] [INFO] org.eclipse.xsemantics.example.fj.ide [eclipse-plugin] [INFO] org.eclipse.xsemantics.example.fj.ui [eclipse-plugin] [INFO] org.eclipse.xsemantics.example.fj.tests [eclipse-test-plugin] [INFO] org.eclipse.xsemantics.example.fj.ui.tests [eclipse-test-plugin] [INFO] org.eclipse.xsemantics.example.fjcached [eclipse-plugin] [INFO] org.eclipse.xsemantics.example.fjcached.ide [eclipse-plugin] [INFO] org.eclipse.xsemantics.example.fjcached.ui [eclipse-plugin] [INFO] org.eclipse.xsemantics.example.fjcached.tests [eclipse-test-plugin] [INFO] org.eclipse.xsemantics.example.fjcached.ui.tests [eclipse-test-plugin] [INFO] org.eclipse.xsemantics.dsl.tests [eclipse-test-plugin] [INFO] org.eclipse.xsemantics.tests.pde.utils [eclipse-plugin] [INFO] org.eclipse.xsemantics.dsl.ui.tests [eclipse-test-plugin] [INFO] org.eclipse.xsemantics.example.expressions [eclipse-plugin] [INFO] org.eclipse.xsemantics.example.expressions.ide [eclipse-plugin] [INFO] org.eclipse.xsemantics.example.expressions.ui [eclipse-plugin] [INFO] org.eclipse.xsemantics.example.expressions.tests [eclipse-test-plugin] [INFO] org.eclipse.xsemantics.example.expressions.ui.tests [eclipse-test-plugin] [INFO] org.eclipse.xsemantics.example.lambda [eclipse-plugin] [INFO] org.eclipse.xsemantics.example.lambda.ide [eclipse-plugin] [INFO] org.eclipse.xsemantics.example.lambda.ui [eclipse-plugin] [INFO] org.eclipse.xsemantics.example.lambda.tests [eclipse-test-plugin] [INFO] org.eclipse.xsemantics.example.lambda.ui.tests [eclipse-test-plugin] [INFO] org.eclipse.xsemantics.ui.examples [eclipse-plugin] [INFO] org.eclipse.xsemantics.examples.feature [eclipse-feature] [INFO] org.eclipse.xsemantics.implemented.examples.feature [eclipse-feature] [INFO] org.eclipse.xsemantics.doc [eclipse-plugin] [INFO] org.eclipse.xsemantics.doc.feature [eclipse-feature] [INFO] org.eclipse.xsemantics.runtime.feature [eclipse-feature] [INFO] org.eclipse.xsemantics.feature [eclipse-feature] [INFO] org.eclipse.xsemantics.sdk [eclipse-feature] [INFO] org.eclipse.xsemantics.tests.feature [eclipse-feature] [INFO] org.eclipse.xsemantics.tests.swtbot [eclipse-test-plugin] [INFO] org.eclipse.xsemantics.repository [eclipse-repository] [INFO] org.eclipse.xsemantics.releng [pom] [INFO] [INFO] --------< org.eclipse.xsemantics:org.eclipse.xsemantics.parent >-------- [INFO] Building Xsemantics 1.19.0-SNAPSHOT [1/41] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xsemantics.parent --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.xsemantics.parent --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/xsemantics/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/xsemantics/releng/org.eclipse.xsemantics.parent/../../target/jacoco.exec,append=true,includes=org.eclipse.xsemantics.*,excludes=**/src-gen/**/*.java:**/org/eclipse/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java:**/*TypeSystemGen*.java:**/*StandaloneSetup*.java:**/*QuickfixProvider*.java [INFO] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.xsemantics.parent --- [INFO] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.xsemantics.parent --- [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.xsemantics.parent --- [INFO] [INFO] ----< org.eclipse.xsemantics:org.eclipse.xsemantics.targetplatform >---- [INFO] Building org.eclipse.xsemantics.targetplatform 1.19.0-SNAPSHOT [2/41] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xsemantics.targetplatform --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.xsemantics.targetplatform --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/xsemantics/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/xsemantics/devtools/org.eclipse.xsemantics.targetplatform/../../target/jacoco.exec,append=true,includes=org.eclipse.xsemantics.*,excludes=**/src-gen/**/*.java:**/org/eclipse/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java:**/*TypeSystemGen*.java:**/*StandaloneSetup*.java:**/*QuickfixProvider*.java [INFO] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.xsemantics.targetplatform --- [INFO] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.xsemantics.targetplatform --- [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.xsemantics.targetplatform --- [INFO] [INFO] --- build-helper-maven-plugin:1.3:attach-artifact (attach-artifacts) @ org.eclipse.xsemantics.targetplatform --- [INFO] [INFO] -------< org.eclipse.xsemantics:org.eclipse.xsemantics.runtime >-------- [INFO] Building org.eclipse.xsemantics.runtime 1.19.0-SNAPSHOT [3/41] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xsemantics.runtime --- [INFO] Deleting /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.runtime/xtend-gen (includes = [], excludes = [.gitignore]) [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.xsemantics.runtime --- [INFO] The project's OSGi version is 1.19.0.v20210326-1027 [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.xsemantics.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.xsemantics.runtime --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.xsemantics.runtime --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/xsemantics/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.runtime/../../target/jacoco.exec,append=true,includes=org.eclipse.xsemantics.*,excludes=**/src-gen/**/*.java:**/org/eclipse/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java:**/*TypeSystemGen*.java:**/*StandaloneSetup*.java:**/*QuickfixProvider*.java [INFO] [INFO] --- xtend-maven-plugin:2.20.0:compile (default) @ org.eclipse.xsemantics.runtime --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xsemantics.runtime --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.runtime/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.xsemantics.runtime --- [INFO] Compiling 25 source files to /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.runtime/target/classes [INFO] [INFO] --- xtend-maven-plugin:2.20.0:xtend-install-debug-info (default) @ org.eclipse.xsemantics.runtime --- [WARNING] Directory /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.runtime/src/main/java is empty. Can't process. [INFO] Installing Xtend files into 5 class files as primary debug sources in: /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.runtime/target/classes [INFO] [INFO] --- xtend-maven-plugin:2.20.0:testCompile (default) @ org.eclipse.xsemantics.runtime --- [INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.runtime/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used. [INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.runtime/src/test/java]' does not exist. [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xsemantics.runtime --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.runtime/src/test/resources [INFO] [INFO] --- xtend-maven-plugin:2.20.0:xtend-test-install-debug-info (default) @ org.eclipse.xsemantics.runtime --- [WARNING] Directory /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.runtime/src/test/java is empty. Can't process. [WARNING] Directory /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.runtime/src/test/generated-sources/xtend is empty. Can't process. [INFO] Installing Xtend files into 0 class files as primary debug sources in: /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.runtime/target/test-classes [INFO] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.xsemantics.runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.runtime/target/org.eclipse.xsemantics.runtime-1.19.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.xsemantics.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.xsemantics.runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.runtime/target/org.eclipse.xsemantics.runtime-1.19.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xsemantics.runtime --- [INFO] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.xsemantics.runtime --- [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.xsemantics.runtime --- [INFO] [INFO] ---------< org.eclipse.xsemantics:org.eclipse.xsemantics.dsl >---------- [INFO] Building org.eclipse.xsemantics.dsl 1.19.0-SNAPSHOT [4/41] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xsemantics.dsl --- [INFO] Deleting /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/xtend-gen (includes = [], excludes = [.gitignore]) [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.xsemantics.dsl --- [INFO] The project's OSGi version is 1.19.0.v20210326-1027 [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.xsemantics.dsl --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.xsemantics.dsl --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.xsemantics.dsl --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/xsemantics/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/../../target/jacoco.exec,append=true,includes=org.eclipse.xsemantics.*,excludes=**/src-gen/**/*.java:**/org/eclipse/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java:**/*TypeSystemGen*.java:**/*StandaloneSetup*.java:**/*QuickfixProvider*.java [INFO] [INFO] --- exec-maven-plugin:1.4.0:java (generateEMFModel) @ org.eclipse.xsemantics.dsl --- Mar 26, 2021 10:29:51 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project com.google.guava at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/com/google/guava/guava/27.1-jre/guava-27.1-jre.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/com.google.guava/27.1.0.v20190517-1946/com.google.guava-27.1.0.v20190517-1946.jar!/' instead. Mar 26, 2021 10:29:51 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project com.google.inject at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/com/google/inject/guice/3.0/guice-3.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/com.google.inject/3.0.0.v201605172100/com.google.inject-3.0.0.v201605172100.jar!/' instead. Mar 26, 2021 10:29:51 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project javax.inject at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/javax/inject/javax.inject/1/javax.inject-1.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/javax.inject/1.0.0.v20091030/javax.inject-1.0.0.v20091030.jar!/' instead. Mar 26, 2021 10:29:51 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project com.ibm.icu at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/com/ibm/icu/icu4j/52.1/icu4j-52.1.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/com.ibm.icu/64.2.0.v20190507-1337/com.ibm.icu-64.2.0.v20190507-1337.jar!/' instead. Mar 26, 2021 10:29:51 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.osgi at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.osgi/3.15.0.v20190830-1434/org.eclipse.osgi-3.15.0.v20190830-1434.jar!/' instead. Mar 26, 2021 10:29:51 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.apache.commons.cli at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/commons-cli/commons-cli/1.2/commons-cli-1.2.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.apache.commons.cli/1.2.0.v201404270220/org.apache.commons.cli-1.2.0.v201404270220.jar!/' instead. Mar 26, 2021 10:29:51 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.apache.commons.logging at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.apache.commons.logging/1.2.0.v20180409-1502/org.apache.commons.logging-1.2.0.v20180409-1502.jar!/' instead. Mar 26, 2021 10:29:51 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.equinox.common at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/platform/org.eclipse.equinox.common/3.10.500/org.eclipse.equinox.common-3.10.500.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.equinox.common/3.10.500.v20190815-1535/org.eclipse.equinox.common-3.10.500.v20190815-1535.jar!/' instead. Mar 26, 2021 10:29:51 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.emf.codegen at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/emf/org.eclipse.emf.codegen/2.11.0/org.eclipse.emf.codegen-2.11.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.emf.codegen/2.19.0.v20190821-1536/org.eclipse.emf.codegen-2.19.0.v20190821-1536.jar!/' instead. Mar 26, 2021 10:29:51 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.emf.common at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/emf/org.eclipse.emf.common/2.12.0/org.eclipse.emf.common-2.12.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.emf.common/2.16.0.v20190625-1131/org.eclipse.emf.common-2.16.0.v20190625-1131.jar!/' instead. Mar 26, 2021 10:29:51 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.emf.codegen.ecore at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/emf/org.eclipse.emf.codegen.ecore/2.12.0/org.eclipse.emf.codegen.ecore-2.12.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.emf.codegen.ecore/2.19.0.v20190822-1451/org.eclipse.emf.codegen.ecore-2.19.0.v20190822-1451.jar!/' instead. Mar 26, 2021 10:29:51 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.emf.ecore at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/emf/org.eclipse.emf.ecore/2.12.0/org.eclipse.emf.ecore-2.12.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.emf.ecore/2.19.0.v20190822-1451/org.eclipse.emf.ecore-2.19.0.v20190822-1451.jar!/' instead. Mar 26, 2021 10:29:51 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.emf.ecore.xmi at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.12.0/org.eclipse.emf.ecore.xmi-2.12.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.16.0.v20190528-0725/org.eclipse.emf.ecore.xmi-2.16.0.v20190528-0725.jar!/' instead. Mar 26, 2021 10:29:51 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.emf.mwe.core at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/emf/org.eclipse.emf.mwe.core/1.5.1/org.eclipse.emf.mwe.core-1.5.1.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.emf.mwe.core/1.5.1.v20191121-1148/org.eclipse.emf.mwe.core-1.5.1.v20191121-1148.jar!/' instead. Mar 26, 2021 10:29:51 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.emf.mwe2.runtime at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/emf/org.eclipse.emf.mwe2.runtime/2.11.1/org.eclipse.emf.mwe2.runtime-2.11.1.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.emf.mwe2.runtime/2.11.1.v20191121-1148/org.eclipse.emf.mwe2.runtime-2.11.1.v20191121-1148.jar!/' instead. Mar 26, 2021 10:29:51 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.emf.mwe.utils at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/emf/org.eclipse.emf.mwe.utils/1.5.1/org.eclipse.emf.mwe.utils-1.5.1.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.emf.mwe.utils/1.5.1.v20191121-1148/org.eclipse.emf.mwe.utils-1.5.1.v20191121-1148.jar!/' instead. Mar 26, 2021 10:29:51 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.emf.mwe2.language at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/emf/org.eclipse.emf.mwe2.language/2.11.1/org.eclipse.emf.mwe2.language-2.11.1.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.emf.mwe2.language/2.11.1.v20191121-1148/org.eclipse.emf.mwe2.language-2.11.1.v20191121-1148.jar!/' instead. Mar 26, 2021 10:29:51 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.xtext at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/xtext/org.eclipse.xtext/2.20.0/org.eclipse.xtext-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.xtext/2.20.0.v20191202-0915/org.eclipse.xtext-2.20.0.v20191202-0915.jar!/' instead. Mar 26, 2021 10:29:51 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.xtext.common.types at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/xtext/org.eclipse.xtext.common.types/2.20.0/org.eclipse.xtext.common.types-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.xtext.common.types/2.20.0.v20191202-0933/org.eclipse.xtext.common.types-2.20.0.v20191202-0933.jar!/' instead. Mar 26, 2021 10:29:51 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.xtext.util at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/xtext/org.eclipse.xtext.util/2.20.0/org.eclipse.xtext.util-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.xtext.util/2.20.0.v20191202-0915/org.eclipse.xtext.util-2.20.0.v20191202-0915.jar!/' instead. Mar 26, 2021 10:29:51 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.xtext.xbase.lib at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/xtext/org.eclipse.xtext.xbase.lib/2.20.0/org.eclipse.xtext.xbase.lib-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase.lib/2.20.0.v20191202-0907/org.eclipse.xtext.xbase.lib-2.20.0.v20191202-0907.jar!/' instead. Mar 26, 2021 10:29:51 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.emf.mwe2.launch at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/emf/org.eclipse.emf.mwe2.launch/2.11.1/org.eclipse.emf.mwe2.launch-2.11.1.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.emf.mwe2.launch/2.11.1.v20191121-1148/org.eclipse.emf.mwe2.launch-2.11.1.v20191121-1148.jar!/' instead. Mar 26, 2021 10:29:51 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.xtext.xbase at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/xtext/org.eclipse.xtext.xbase/2.20.0/org.eclipse.xtext.xbase-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar!/' instead. Mar 26, 2021 10:29:51 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.objectweb.asm at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/ow2/asm/asm/7.2/asm-7.2.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.objectweb.asm/7.2.0.v20191010-1910/org.objectweb.asm-7.2.0.v20191010-1910.jar!/' instead. Mar 26, 2021 10:29:51 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.xtend.lib at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/xtend/org.eclipse.xtend.lib/2.20.0/org.eclipse.xtend.lib-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.xtend.lib/2.20.0.v20191202-0907/org.eclipse.xtend.lib-2.20.0.v20191202-0907.jar!/' instead. Mar 26, 2021 10:29:51 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.xtend.lib.macro at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/xtend/org.eclipse.xtend.lib.macro/2.20.0/org.eclipse.xtend.lib.macro-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.xtend.lib.macro/2.20.0.v20191202-0907/org.eclipse.xtend.lib.macro-2.20.0.v20191202-0907.jar!/' instead. Mar 26, 2021 10:29:51 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.xtext.xtext.generator at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/xtext/org.eclipse.xtext.xtext.generator/2.20.0/org.eclipse.xtext.xtext.generator-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.xtext.xtext.generator/2.20.0.v20191202-0915/org.eclipse.xtext.xtext.generator-2.20.0.v20191202-0915.jar!/' instead. Mar 26, 2021 10:29:51 AM org.eclipse.emf.mwe.utils.GenModelHelper registerGenModel INFO: Registered GenModel 'http://www.eclipse.org/Xtext/Xbase/XAnnotations' from 'platform:/resource/org.eclipse.xtext.xbase/model/Xbase.genmodel' Mar 26, 2021 10:29:51 AM org.eclipse.emf.mwe.utils.GenModelHelper registerGenModel INFO: Registered GenModel 'http://www.eclipse.org/xtext/xbase/Xtype' from 'platform:/resource/org.eclipse.xtext.xbase/model/Xbase.genmodel' Mar 26, 2021 10:29:51 AM org.eclipse.emf.mwe.utils.GenModelHelper registerGenModel INFO: Registered GenModel 'http://www.eclipse.org/xtext/xbase/Xbase' from 'platform:/resource/org.eclipse.xtext.xbase/model/Xbase.genmodel' Mar 26, 2021 10:29:51 AM org.eclipse.emf.mwe.utils.GenModelHelper registerGenModel INFO: Registered GenModel 'http://www.eclipse.org/xtext/common/JavaVMTypes' from 'platform:/resource/org.eclipse.xtext.common.types/model/JavaVMTypes.genmodel' Mar 26, 2021 10:29:51 AM org.eclipse.emf.mwe.utils.StandaloneSetup setPlatformUri INFO: Registering platform uri '/home/jenkins/agent/workspace/xsemantics/plugins' Mar 26, 2021 10:29:51 AM org.eclipse.emf.mwe.utils.DirectoryCleaner invokeInternal INFO: Cleaning /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/../org.eclipse.xsemantics.dsl/emf-gen Mar 26, 2021 10:29:51 AM org.eclipse.emf.mwe.utils.GenModelHelper registerGenModel INFO: Registered GenModel 'http://www.eclipse.org/xsemantics/dsl/Xsemantics' from 'platform:/resource/org.eclipse.xsemantics.dsl/model/custom/Xsemantics.genmodel' Mar 26, 2021 10:29:51 AM org.eclipse.emf.mwe.utils.GenModelHelper registerGenModel INFO: Registered GenModel 'http://www.eclipse.org/emf/2002/Ecore' from 'platform:/resource/org.eclipse.emf.ecore/model/Ecore.genmodel' 0 INFO EcoreGenerator - generating EMF code for platform:/resource/org.eclipse.xsemantics.dsl/model/custom/Xsemantics.genmodel 970 INFO Workflow - Done. [INFO] [INFO] --- exec-maven-plugin:1.4.0:java (mwe2Launcher) @ org.eclipse.xsemantics.dsl --- 0 INFO XtextGenerator - Initializing Xtext generator Mar 26, 2021 10:29:54 AM org.eclipse.emf.mwe.utils.StandaloneSetup addRegisterGeneratedEPackage INFO: Adding generated EPackage 'org.eclipse.xtext.common.types.TypesPackage' Mar 26, 2021 10:29:54 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project com.google.guava at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/com/google/guava/guava/27.1-jre/guava-27.1-jre.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/com.google.guava/27.1.0.v20190517-1946/com.google.guava-27.1.0.v20190517-1946.jar!/' instead. Mar 26, 2021 10:29:54 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project com.google.inject at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/com/google/inject/guice/3.0/guice-3.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/com.google.inject/3.0.0.v201605172100/com.google.inject-3.0.0.v201605172100.jar!/' instead. Mar 26, 2021 10:29:54 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project javax.inject at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/javax/inject/javax.inject/1/javax.inject-1.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/javax.inject/1.0.0.v20091030/javax.inject-1.0.0.v20091030.jar!/' instead. Mar 26, 2021 10:29:54 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project com.ibm.icu at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/com/ibm/icu/icu4j/52.1/icu4j-52.1.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/com.ibm.icu/64.2.0.v20190507-1337/com.ibm.icu-64.2.0.v20190507-1337.jar!/' instead. Mar 26, 2021 10:29:54 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.osgi at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.osgi/3.15.0.v20190830-1434/org.eclipse.osgi-3.15.0.v20190830-1434.jar!/' instead. Mar 26, 2021 10:29:54 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.apache.commons.cli at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/commons-cli/commons-cli/1.2/commons-cli-1.2.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.apache.commons.cli/1.2.0.v201404270220/org.apache.commons.cli-1.2.0.v201404270220.jar!/' instead. Mar 26, 2021 10:29:54 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.apache.commons.logging at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.apache.commons.logging/1.2.0.v20180409-1502/org.apache.commons.logging-1.2.0.v20180409-1502.jar!/' instead. Mar 26, 2021 10:29:54 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.equinox.common at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/platform/org.eclipse.equinox.common/3.10.500/org.eclipse.equinox.common-3.10.500.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.equinox.common/3.10.500.v20190815-1535/org.eclipse.equinox.common-3.10.500.v20190815-1535.jar!/' instead. Mar 26, 2021 10:29:54 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.emf.codegen at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/emf/org.eclipse.emf.codegen/2.11.0/org.eclipse.emf.codegen-2.11.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.emf.codegen/2.19.0.v20190821-1536/org.eclipse.emf.codegen-2.19.0.v20190821-1536.jar!/' instead. Mar 26, 2021 10:29:54 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.emf.common at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/emf/org.eclipse.emf.common/2.12.0/org.eclipse.emf.common-2.12.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.emf.common/2.16.0.v20190625-1131/org.eclipse.emf.common-2.16.0.v20190625-1131.jar!/' instead. Mar 26, 2021 10:29:54 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.emf.codegen.ecore at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/emf/org.eclipse.emf.codegen.ecore/2.12.0/org.eclipse.emf.codegen.ecore-2.12.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.emf.codegen.ecore/2.19.0.v20190822-1451/org.eclipse.emf.codegen.ecore-2.19.0.v20190822-1451.jar!/' instead. Mar 26, 2021 10:29:54 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.emf.ecore at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/emf/org.eclipse.emf.ecore/2.12.0/org.eclipse.emf.ecore-2.12.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.emf.ecore/2.19.0.v20190822-1451/org.eclipse.emf.ecore-2.19.0.v20190822-1451.jar!/' instead. Mar 26, 2021 10:29:54 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.emf.ecore.xmi at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.12.0/org.eclipse.emf.ecore.xmi-2.12.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.16.0.v20190528-0725/org.eclipse.emf.ecore.xmi-2.16.0.v20190528-0725.jar!/' instead. Mar 26, 2021 10:29:54 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.emf.mwe.core at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/emf/org.eclipse.emf.mwe.core/1.5.1/org.eclipse.emf.mwe.core-1.5.1.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.emf.mwe.core/1.5.1.v20191121-1148/org.eclipse.emf.mwe.core-1.5.1.v20191121-1148.jar!/' instead. Mar 26, 2021 10:29:54 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.emf.mwe2.runtime at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/emf/org.eclipse.emf.mwe2.runtime/2.11.1/org.eclipse.emf.mwe2.runtime-2.11.1.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.emf.mwe2.runtime/2.11.1.v20191121-1148/org.eclipse.emf.mwe2.runtime-2.11.1.v20191121-1148.jar!/' instead. Mar 26, 2021 10:29:54 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.emf.mwe.utils at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/emf/org.eclipse.emf.mwe.utils/1.5.1/org.eclipse.emf.mwe.utils-1.5.1.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.emf.mwe.utils/1.5.1.v20191121-1148/org.eclipse.emf.mwe.utils-1.5.1.v20191121-1148.jar!/' instead. Mar 26, 2021 10:29:54 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.emf.mwe2.language at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/emf/org.eclipse.emf.mwe2.language/2.11.1/org.eclipse.emf.mwe2.language-2.11.1.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.emf.mwe2.language/2.11.1.v20191121-1148/org.eclipse.emf.mwe2.language-2.11.1.v20191121-1148.jar!/' instead. Mar 26, 2021 10:29:54 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.xtext at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/xtext/org.eclipse.xtext/2.20.0/org.eclipse.xtext-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.xtext/2.20.0.v20191202-0915/org.eclipse.xtext-2.20.0.v20191202-0915.jar!/' instead. Mar 26, 2021 10:29:54 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.xtext.common.types at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/xtext/org.eclipse.xtext.common.types/2.20.0/org.eclipse.xtext.common.types-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.xtext.common.types/2.20.0.v20191202-0933/org.eclipse.xtext.common.types-2.20.0.v20191202-0933.jar!/' instead. Mar 26, 2021 10:29:54 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.xtext.util at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/xtext/org.eclipse.xtext.util/2.20.0/org.eclipse.xtext.util-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.xtext.util/2.20.0.v20191202-0915/org.eclipse.xtext.util-2.20.0.v20191202-0915.jar!/' instead. Mar 26, 2021 10:29:54 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.xtext.xbase.lib at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/xtext/org.eclipse.xtext.xbase.lib/2.20.0/org.eclipse.xtext.xbase.lib-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase.lib/2.20.0.v20191202-0907/org.eclipse.xtext.xbase.lib-2.20.0.v20191202-0907.jar!/' instead. Mar 26, 2021 10:29:54 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.emf.mwe2.launch at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/emf/org.eclipse.emf.mwe2.launch/2.11.1/org.eclipse.emf.mwe2.launch-2.11.1.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.emf.mwe2.launch/2.11.1.v20191121-1148/org.eclipse.emf.mwe2.launch-2.11.1.v20191121-1148.jar!/' instead. Mar 26, 2021 10:29:54 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.xtext.xbase at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/xtext/org.eclipse.xtext.xbase/2.20.0/org.eclipse.xtext.xbase-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar!/' instead. Mar 26, 2021 10:29:54 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.objectweb.asm at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/ow2/asm/asm/7.2/asm-7.2.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.objectweb.asm/7.2.0.v20191010-1910/org.objectweb.asm-7.2.0.v20191010-1910.jar!/' instead. Mar 26, 2021 10:29:54 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.xtend.lib at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/xtend/org.eclipse.xtend.lib/2.20.0/org.eclipse.xtend.lib-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.xtend.lib/2.20.0.v20191202-0907/org.eclipse.xtend.lib-2.20.0.v20191202-0907.jar!/' instead. Mar 26, 2021 10:29:54 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.xtend.lib.macro at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/xtend/org.eclipse.xtend.lib.macro/2.20.0/org.eclipse.xtend.lib.macro-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.xtend.lib.macro/2.20.0.v20191202-0907/org.eclipse.xtend.lib.macro-2.20.0.v20191202-0907.jar!/' instead. Mar 26, 2021 10:29:54 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.xtext.xtext.generator at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/xtext/org.eclipse.xtext.xtext.generator/2.20.0/org.eclipse.xtext.xtext.generator-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.xtext.xtext.generator/2.20.0.v20191202-0915/org.eclipse.xtext.xtext.generator-2.20.0.v20191202-0915.jar!/' instead. Mar 26, 2021 10:29:54 AM org.eclipse.emf.mwe.utils.StandaloneSetup addProjectMapping INFO: Registering project org.eclipse.xsemantics.dsl at 'file:/home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/' Mar 26, 2021 10:29:54 AM org.eclipse.emf.mwe.utils.StandaloneSetup addProjectMapping INFO: Registering project org.eclipse.xsemantics.dsl.tests at 'file:/home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.tests/' Mar 26, 2021 10:29:54 AM org.eclipse.emf.mwe.utils.StandaloneSetup addProjectMapping INFO: Registering project org.eclipse.xsemantics.dsl.ide at 'file:/home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl.ide/' Mar 26, 2021 10:29:54 AM org.eclipse.emf.mwe.utils.StandaloneSetup addProjectMapping INFO: Registering project org.eclipse.xsemantics.dsl.ui at 'file:/home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl.ui/' Mar 26, 2021 10:29:54 AM org.eclipse.emf.mwe.utils.StandaloneSetup addProjectMapping INFO: Registering project org.eclipse.xsemantics.dsl.ui.tests at 'file:/home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.ui.tests/' Mar 26, 2021 10:29:54 AM org.eclipse.emf.mwe.utils.StandaloneSetup setResourceSet INFO: Using resourceSet registry. The registered Packages will not be registered in the global EPackage.Registry.INSTANCE! Mar 26, 2021 10:29:54 AM org.eclipse.emf.mwe.utils.GenModelHelper registerGenModel INFO: Registered GenModel 'http://www.eclipse.org/Xtext/Xbase/XAnnotations' from 'platform:/resource/org.eclipse.xtext.xbase/model/Xbase.genmodel' Mar 26, 2021 10:29:54 AM org.eclipse.emf.mwe.utils.GenModelHelper registerGenModel INFO: Registered GenModel 'http://www.eclipse.org/xtext/xbase/Xtype' from 'platform:/resource/org.eclipse.xtext.xbase/model/Xbase.genmodel' Mar 26, 2021 10:29:54 AM org.eclipse.emf.mwe.utils.GenModelHelper registerGenModel INFO: Registered GenModel 'http://www.eclipse.org/xtext/xbase/Xbase' from 'platform:/resource/org.eclipse.xtext.xbase/model/Xbase.genmodel' Mar 26, 2021 10:29:54 AM org.eclipse.emf.mwe.utils.GenModelHelper registerGenModel INFO: Registered GenModel 'http://www.eclipse.org/xtext/common/JavaVMTypes' from 'platform:/resource/org.eclipse.xtext.common.types/model/JavaVMTypes.genmodel' Mar 26, 2021 10:29:54 AM org.eclipse.emf.mwe.utils.GenModelHelper registerGenModel INFO: Registered GenModel 'http://www.eclipse.org/xsemantics/dsl/Xsemantics' from 'platform:/resource/org.eclipse.xsemantics.dsl/model/custom/Xsemantics.genmodel' Mar 26, 2021 10:29:54 AM org.eclipse.emf.mwe.utils.GenModelHelper registerGenModel INFO: Registered GenModel 'http://www.eclipse.org/emf/2002/Ecore' from 'platform:/resource/org.eclipse.emf.ecore/model/Ecore.genmodel' 242 ERROR XtextGeneratorLanguage - Error loading 'platform:/resource/org.eclipse.emf.ecore/model/Ecore.genmodel': org.eclipse.emf.ecore.xmi.FeatureNotFoundException: Feature 'eclipsePlatformVersion' not found. (platform:/resource/org.eclipse.emf.ecore/model/Ecore.genmodel, 9, 91) org.eclipse.emf.ecore.xmi.FeatureNotFoundException: Feature 'autoResizeProperties' not found. (platform:/resource/org.eclipse.emf.ecore/model/Ecore.genmodel, 9, 91) org.eclipse.emf.ecore.xmi.FeatureNotFoundException: Feature 'autoExpandProperties' not found. (platform:/resource/org.eclipse.emf.ecore/model/Ecore.genmodel, 9, 91) org.eclipse.emf.ecore.xmi.FeatureNotFoundException: Feature 'findAction' not found. (platform:/resource/org.eclipse.emf.ecore/model/Ecore.genmodel, 9, 91) org.eclipse.emf.ecore.xmi.FeatureNotFoundException: Feature 'expandAllAction' not found. (platform:/resource/org.eclipse.emf.ecore/model/Ecore.genmodel, 9, 91) org.eclipse.emf.ecore.xmi.FeatureNotFoundException: Feature 'collapseAllAction' not found. (platform:/resource/org.eclipse.emf.ecore/model/Ecore.genmodel, 9, 91) org.eclipse.emf.ecore.xmi.FeatureNotFoundException: Feature 'revertAction' not found. (platform:/resource/org.eclipse.emf.ecore/model/Ecore.genmodel, 9, 91) 718 INFO XtextGenerator - Generating org.eclipse.xsemantics.dsl.Xsemantics 13620 INFO XtextGenerator - Generating common infrastructure 13635 INFO Workflow - Done. [INFO] [INFO] --- xtend-maven-plugin:2.20.0:compile (default) @ org.eclipse.xsemantics.dsl --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xsemantics.dsl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.xsemantics.dsl --- [INFO] Compiling 106 source files to /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/target/classes [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/AuxiliaryDescriptionImpl.java:[109] public String getName() ^^^^^^^^^ The method getName() of type AuxiliaryDescriptionImpl should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/AuxiliaryDescriptionImpl.java:[119] public void setName(String newName) ^^^^^^^^^^^^^^^^^^^^^^^ The method setName(String) of type AuxiliaryDescriptionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/AuxiliaryDescriptionImpl.java:[132] public EList getParameters() ^^^^^^^^^^^^^^^ The method getParameters() of type AuxiliaryDescriptionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/AuxiliaryDescriptionImpl.java:[146] public JvmTypeReference getType() ^^^^^^^^^ The method getType() of type AuxiliaryDescriptionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/AuxiliaryDescriptionImpl.java:[173] public void setType(JvmTypeReference newType) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setType(JvmTypeReference) of type AuxiliaryDescriptionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/OverriderImpl.java:[76] public boolean isOverride() ^^^^^^^^^^^^ The method isOverride() of type OverriderImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/OverriderImpl.java:[86] public void setOverride(boolean newOverride) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setOverride(boolean) of type OverriderImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/OverriderImpl.java:[99] public String getName() ^^^^^^^^^ The method getName() of type OverriderImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/RuleParameterImpl.java:[69] public JvmFormalParameter getParameter() ^^^^^^^^^^^^^^ The method getParameter() of type RuleParameterImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/RuleParameterImpl.java:[96] public void setParameter(JvmFormalParameter newParameter) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setParameter(JvmFormalParameter) of type RuleParameterImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/RuleConclusionImpl.java:[134] public Environment getEnvironment() ^^^^^^^^^^^^^^^^ The method getEnvironment() of type RuleConclusionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/RuleConclusionImpl.java:[161] public void setEnvironment(Environment newEnvironment) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setEnvironment(Environment) of type RuleConclusionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/RuleConclusionImpl.java:[182] public String getJudgmentSymbol() ^^^^^^^^^^^^^^^^^^^ The method getJudgmentSymbol() of type RuleConclusionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/RuleConclusionImpl.java:[192] public void setJudgmentSymbol(String newJudgmentSymbol) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setJudgmentSymbol(String) of type RuleConclusionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/RuleConclusionImpl.java:[205] public EList getConclusionElements() ^^^^^^^^^^^^^^^^^^^^^^^ The method getConclusionElements() of type RuleConclusionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/RuleConclusionImpl.java:[219] public EList getRelationSymbols() ^^^^^^^^^^^^^^^^^^^^ The method getRelationSymbols() of type RuleConclusionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/RuleConclusionImpl.java:[233] public XExpression getError() ^^^^^^^^^^ The method getError() of type RuleConclusionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/RuleConclusionImpl.java:[260] public void setError(XExpression newError) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setError(XExpression) of type RuleConclusionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/InputParameter.java:[58] String getName(); ^^^^^^^^^ The method getName() of type InputParameter should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/CachedClauseImpl.java:[92] public EntryPointsOption getEntryPointsOption() ^^^^^^^^^^^^^^^^^^^^^^ The method getEntryPointsOption() of type CachedClauseImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/CachedClauseImpl.java:[102] public void setEntryPointsOption(EntryPointsOption newEntryPointsOption) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setEntryPointsOption(EntryPointsOption) of type CachedClauseImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/CachedClauseImpl.java:[115] public XExpression getCondition() ^^^^^^^^^^^^^^ The method getCondition() of type CachedClauseImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/CachedClauseImpl.java:[142] public void setCondition(XExpression newCondition) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setCondition(XExpression) of type CachedClauseImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/JudgmentDescriptionImpl.java:[129] public String getName() ^^^^^^^^^ The method getName() of type JudgmentDescriptionImpl should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/JudgmentDescriptionImpl.java:[139] public void setName(String newName) ^^^^^^^^^^^^^^^^^^^^^^^ The method setName(String) of type JudgmentDescriptionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/JudgmentDescriptionImpl.java:[152] public String getJudgmentSymbol() ^^^^^^^^^^^^^^^^^^^ The method getJudgmentSymbol() of type JudgmentDescriptionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/JudgmentDescriptionImpl.java:[162] public void setJudgmentSymbol(String newJudgmentSymbol) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setJudgmentSymbol(String) of type JudgmentDescriptionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/JudgmentDescriptionImpl.java:[175] public EList getJudgmentParameters() ^^^^^^^^^^^^^^^^^^^^^^^ The method getJudgmentParameters() of type JudgmentDescriptionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/JudgmentDescriptionImpl.java:[189] public EList getRelationSymbols() ^^^^^^^^^^^^^^^^^^^^ The method getRelationSymbols() of type JudgmentDescriptionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/EnvironmentCompositionImpl.java:[82] public XExpression getCurrentEnvironment() ^^^^^^^^^^^^^^^^^^^^^^^ The method getCurrentEnvironment() of type EnvironmentCompositionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/EnvironmentCompositionImpl.java:[109] public void setCurrentEnvironment(XExpression newCurrentEnvironment) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setCurrentEnvironment(XExpression) of type EnvironmentCompositionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/EnvironmentCompositionImpl.java:[130] public XExpression getSubEnvironment() ^^^^^^^^^^^^^^^^^^^ The method getSubEnvironment() of type EnvironmentCompositionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/EnvironmentCompositionImpl.java:[157] public void setSubEnvironment(XExpression newSubEnvironment) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setSubEnvironment(XExpression) of type EnvironmentCompositionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/FieldDefinitionImpl.java:[110] public EList getAnnotations() ^^^^^^^^^^^^^^^^ The method getAnnotations() of type FieldDefinitionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/FieldDefinitionImpl.java:[124] public boolean isWriteable() ^^^^^^^^^^^^^ The method isWriteable() of type FieldDefinitionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/FieldDefinitionImpl.java:[134] public void setWriteable(boolean newWriteable) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setWriteable(boolean) of type FieldDefinitionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/FieldDefinitionImpl.java:[147] public XExpression getRight() ^^^^^^^^^^ The method getRight() of type FieldDefinitionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/FieldDefinitionImpl.java:[174] public void setRight(XExpression newRight) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setRight(XExpression) of type FieldDefinitionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[387] public EClass getXsemanticsFile() ^^^^^^^^^^^^^^^^^^^ The method getXsemanticsFile() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[397] public EReference getXsemanticsFile_ImportSection() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getXsemanticsFile_ImportSection() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[407] public EReference getXsemanticsFile_XsemanticsSystem() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getXsemanticsFile_XsemanticsSystem() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[417] public EClass getXsemanticsSystem() ^^^^^^^^^^^^^^^^^^^^^ The method getXsemanticsSystem() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[427] public EAttribute getXsemanticsSystem_Name() ^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getXsemanticsSystem_Name() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[437] public EReference getXsemanticsSystem_SuperSystem() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getXsemanticsSystem_SuperSystem() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[447] public EReference getXsemanticsSystem_ValidatorExtends() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getXsemanticsSystem_ValidatorExtends() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[457] public EReference getXsemanticsSystem_ImportSection() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getXsemanticsSystem_ImportSection() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[467] public EReference getXsemanticsSystem_Fields() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getXsemanticsSystem_Fields() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[477] public EReference getXsemanticsSystem_AuxiliaryDescriptions() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getXsemanticsSystem_AuxiliaryDescriptions() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[487] public EReference getXsemanticsSystem_JudgmentDescriptions() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getXsemanticsSystem_JudgmentDescriptions() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[497] public EReference getXsemanticsSystem_AuxiliaryFunctions() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getXsemanticsSystem_AuxiliaryFunctions() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[507] public EReference getXsemanticsSystem_Rules() ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getXsemanticsSystem_Rules() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[517] public EReference getXsemanticsSystem_Checkrules() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getXsemanticsSystem_Checkrules() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[527] public EAttribute getXsemanticsSystem_Copyright() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getXsemanticsSystem_Copyright() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[537] public EClass getInjected() ^^^^^^^^^^^^^ The method getInjected() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[547] public EClass getAuxiliaryDescription() ^^^^^^^^^^^^^^^^^^^^^^^^^ The method getAuxiliaryDescription() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[557] public EAttribute getAuxiliaryDescription_Name() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getAuxiliaryDescription_Name() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[567] public EReference getAuxiliaryDescription_Parameters() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getAuxiliaryDescription_Parameters() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[577] public EReference getAuxiliaryDescription_Type() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getAuxiliaryDescription_Type() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[587] public EClass getJudgmentDescription() ^^^^^^^^^^^^^^^^^^^^^^^^ The method getJudgmentDescription() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[597] public EAttribute getJudgmentDescription_Name() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getJudgmentDescription_Name() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[607] public EAttribute getJudgmentDescription_JudgmentSymbol() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getJudgmentDescription_JudgmentSymbol() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[617] public EReference getJudgmentDescription_JudgmentParameters() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getJudgmentDescription_JudgmentParameters() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[627] public EAttribute getJudgmentDescription_RelationSymbols() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getJudgmentDescription_RelationSymbols() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[637] public EClass getJudgmentParameter() ^^^^^^^^^^^^^^^^^^^^^^ The method getJudgmentParameter() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[647] public EClass getAuxiliaryFunction() ^^^^^^^^^^^^^^^^^^^^^^ The method getAuxiliaryFunction() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[657] public EAttribute getAuxiliaryFunction_Name() ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getAuxiliaryFunction_Name() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[667] public EReference getAuxiliaryFunction_Parameters() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getAuxiliaryFunction_Parameters() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[677] public EReference getAuxiliaryFunction_Body() ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getAuxiliaryFunction_Body() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[687] public EReference getAuxiliaryFunction__auxiliaryDescription() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getAuxiliaryFunction__auxiliaryDescription() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[697] public EClass getRule() ^^^^^^^^^ The method getRule() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[707] public EAttribute getRule_Name() ^^^^^^^^^^^^^^ The method getRule_Name() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[717] public EReference getRule_Conclusion() ^^^^^^^^^^^^^^^^^^^^ The method getRule_Conclusion() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[727] public EReference getRule__inputParams() ^^^^^^^^^^^^^^^^^^^^^^ The method getRule__inputParams() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[737] public EReference getRule__outputParams() ^^^^^^^^^^^^^^^^^^^^^^^ The method getRule__outputParams() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[747] public EClass getAxiom() ^^^^^^^^^^ The method getAxiom() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[757] public EClass getRuleWithPremises() ^^^^^^^^^^^^^^^^^^^^^ The method getRuleWithPremises() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[767] public EReference getRuleWithPremises_Premises() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getRuleWithPremises_Premises() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[777] public EClass getCheckRule() ^^^^^^^^^^^^^^ The method getCheckRule() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[787] public EAttribute getCheckRule_Name() ^^^^^^^^^^^^^^^^^^^ The method getCheckRule_Name() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[797] public EReference getCheckRule_Element() ^^^^^^^^^^^^^^^^^^^^^^ The method getCheckRule_Element() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[807] public EReference getCheckRule_Premises() ^^^^^^^^^^^^^^^^^^^^^^^ The method getCheckRule_Premises() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[817] public EClass getRuleConclusion() ^^^^^^^^^^^^^^^^^^^ The method getRuleConclusion() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[827] public EReference getRuleConclusion_Environment() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getRuleConclusion_Environment() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[837] public EAttribute getRuleConclusion_JudgmentSymbol() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getRuleConclusion_JudgmentSymbol() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[847] public EReference getRuleConclusion_ConclusionElements() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getRuleConclusion_ConclusionElements() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[857] public EAttribute getRuleConclusion_RelationSymbols() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getRuleConclusion_RelationSymbols() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[867] public EReference getRuleConclusion_Error() ^^^^^^^^^^^^^^^^^^^^^^^^^ The method getRuleConclusion_Error() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[877] public EClass getRuleInvocation() ^^^^^^^^^^^^^^^^^^^ The method getRuleInvocation() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[887] public EReference getRuleInvocation_Environment() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getRuleInvocation_Environment() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[897] public EAttribute getRuleInvocation_JudgmentSymbol() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getRuleInvocation_JudgmentSymbol() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[907] public EReference getRuleInvocation_Expressions() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getRuleInvocation_Expressions() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[917] public EAttribute getRuleInvocation_RelationSymbols() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getRuleInvocation_RelationSymbols() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[927] public EClass getEnvironment() ^^^^^^^^^^^^^^^^ The method getEnvironment() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[937] public EAttribute getEnvironment_Name() ^^^^^^^^^^^^^^^^^^^^^ The method getEnvironment_Name() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[947] public EClass getRuleConclusionElement() ^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getRuleConclusionElement() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[957] public EClass getRuleParameter() ^^^^^^^^^^^^^^^^^^ The method getRuleParameter() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[967] public EReference getRuleParameter_Parameter() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getRuleParameter_Parameter() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[977] public EClass getExpressionInConclusion() ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getExpressionInConclusion() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[987] public EReference getExpressionInConclusion_Expression() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getExpressionInConclusion_Expression() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[997] public EClass getOutputParameter() ^^^^^^^^^^^^^^^^^^^^ The method getOutputParameter() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[1007] public EReference getOutputParameter_JvmTypeReference() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getOutputParameter_JvmTypeReference() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[1017] public EClass getInputParameter() ^^^^^^^^^^^^^^^^^^^ The method getInputParameter() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[1027] public EReference getInputParameter_Parameter() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getInputParameter_Parameter() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[1037] public EClass getOrExpression() ^^^^^^^^^^^^^^^^^ The method getOrExpression() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[1047] public EReference getOrExpression_Branches() ^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getOrExpression_Branches() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[1057] public EClass getFail() ^^^^^^^^^ The method getFail() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[1067] public EReference getFail_Error() ^^^^^^^^^^^^^^^ The method getFail_Error() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[1077] public EClass getEnvironmentComposition() ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getEnvironmentComposition() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[1087] public EReference getEnvironmentComposition_CurrentEnvironment() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getEnvironmentComposition_CurrentEnvironment() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[1097] public EReference getEnvironmentComposition_SubEnvironment() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getEnvironmentComposition_SubEnvironment() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[1107] public EClass getEnvironmentMapping() ^^^^^^^^^^^^^^^^^^^^^^^ The method getEnvironmentMapping() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[1117] public EReference getEnvironmentMapping_Key() ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getEnvironmentMapping_Key() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[1127] public EReference getEnvironmentMapping_Value() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getEnvironmentMapping_Value() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[1137] public EClass getEmptyEnvironment() ^^^^^^^^^^^^^^^^^^^^^ The method getEmptyEnvironment() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[1147] public EClass getErrorSpecification() ^^^^^^^^^^^^^^^^^^^^^^^ The method getErrorSpecification() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[1157] public EReference getErrorSpecification_Error() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getErrorSpecification_Error() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[1167] public EReference getErrorSpecification_Source() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getErrorSpecification_Source() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[1177] public EReference getErrorSpecification_Feature() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getErrorSpecification_Feature() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[1187] public EReference getErrorSpecification_Data() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getErrorSpecification_Data() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[1197] public EClass getUniqueByName() ^^^^^^^^^^^^^^^^^ The method getUniqueByName() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[1207] public EClass getOverrider() ^^^^^^^^^^^^^^ The method getOverrider() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[1217] public EAttribute getOverrider_Override() ^^^^^^^^^^^^^^^^^^^^^^^ The method getOverrider_Override() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[1227] public EClass getReferToJudgment() ^^^^^^^^^^^^^^^^^^^^ The method getReferToJudgment() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[1237] public EReference getReferToJudgment__judgment() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getReferToJudgment__judgment() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[1247] public EClass getNamed() ^^^^^^^^^^ The method getNamed() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[1257] public EClass getCachedClause() ^^^^^^^^^^^^^^^^^ The method getCachedClause() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[1267] public EAttribute getCachedClause_EntryPointsOption() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getCachedClause_EntryPointsOption() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[1277] public EReference getCachedClause_Condition() ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getCachedClause_Condition() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[1287] public EClass getCachable() ^^^^^^^^^^^^^ The method getCachable() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[1297] public EReference getCachable_CachedClause() ^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getCachable_CachedClause() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[1307] public EClass getDescription() ^^^^^^^^^^^^^^^^ The method getDescription() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[1317] public EReference getDescription_Error() ^^^^^^^^^^^^^^^^^^^^^^ The method getDescription_Error() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[1327] public EClass getAbstractFieldDefinition() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getAbstractFieldDefinition() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[1337] public EAttribute getAbstractFieldDefinition_Extension() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getAbstractFieldDefinition_Extension() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[1347] public EReference getAbstractFieldDefinition_Type() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getAbstractFieldDefinition_Type() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[1357] public EAttribute getAbstractFieldDefinition_Name() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getAbstractFieldDefinition_Name() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[1367] public EClass getFieldDefinition() ^^^^^^^^^^^^^^^^^^^^ The method getFieldDefinition() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsPackageImpl.java:[1377] public EReference getFieldDefinition_Annotations() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getFieldDefinition_Annotations() of type XsemanticsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/Rule.java:[42] String getName(); ^^^^^^^^^ The method getName() of type Rule should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/Rule.java:[165] String getJudgmentSymbol(); ^^^^^^^^^^^^^^^^^^^ The method getJudgmentSymbol() of type Rule should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/Rule.java:[174] EList getRelationSymbols(); ^^^^^^^^^^^^^^^^^^^^ The method getRelationSymbols() of type Rule should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/AuxiliaryDescription.java:[44] String getName(); ^^^^^^^^^ The method getName() of type AuxiliaryDescription should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/OrExpressionImpl.java:[75] public EList getBranches() ^^^^^^^^^^^^^ The method getBranches() of type OrExpressionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsFactoryImpl.java:[144] public XsemanticsFile createXsemanticsFile() ^^^^^^^^^^^^^^^^^^^^^^ The method createXsemanticsFile() of type XsemanticsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsFactoryImpl.java:[155] public XsemanticsSystem createXsemanticsSystem() ^^^^^^^^^^^^^^^^^^^^^^^^ The method createXsemanticsSystem() of type XsemanticsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsFactoryImpl.java:[166] public Injected createInjected() ^^^^^^^^^^^^^^^^ The method createInjected() of type XsemanticsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsFactoryImpl.java:[177] public AuxiliaryDescription createAuxiliaryDescription() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createAuxiliaryDescription() of type XsemanticsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsFactoryImpl.java:[188] public JudgmentDescription createJudgmentDescription() ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createJudgmentDescription() of type XsemanticsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsFactoryImpl.java:[199] public JudgmentParameter createJudgmentParameter() ^^^^^^^^^^^^^^^^^^^^^^^^^ The method createJudgmentParameter() of type XsemanticsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsFactoryImpl.java:[210] public AuxiliaryFunction createAuxiliaryFunction() ^^^^^^^^^^^^^^^^^^^^^^^^^ The method createAuxiliaryFunction() of type XsemanticsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsFactoryImpl.java:[221] public Rule createRule() ^^^^^^^^^^^^ The method createRule() of type XsemanticsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsFactoryImpl.java:[232] public Axiom createAxiom() ^^^^^^^^^^^^^ The method createAxiom() of type XsemanticsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsFactoryImpl.java:[243] public RuleWithPremises createRuleWithPremises() ^^^^^^^^^^^^^^^^^^^^^^^^ The method createRuleWithPremises() of type XsemanticsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsFactoryImpl.java:[254] public CheckRule createCheckRule() ^^^^^^^^^^^^^^^^^ The method createCheckRule() of type XsemanticsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsFactoryImpl.java:[265] public RuleConclusion createRuleConclusion() ^^^^^^^^^^^^^^^^^^^^^^ The method createRuleConclusion() of type XsemanticsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsFactoryImpl.java:[276] public RuleInvocation createRuleInvocation() ^^^^^^^^^^^^^^^^^^^^^^ The method createRuleInvocation() of type XsemanticsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsFactoryImpl.java:[287] public Environment createEnvironment() ^^^^^^^^^^^^^^^^^^^ The method createEnvironment() of type XsemanticsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsFactoryImpl.java:[298] public RuleConclusionElement createRuleConclusionElement() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createRuleConclusionElement() of type XsemanticsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsFactoryImpl.java:[309] public RuleParameter createRuleParameter() ^^^^^^^^^^^^^^^^^^^^^ The method createRuleParameter() of type XsemanticsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsFactoryImpl.java:[320] public ExpressionInConclusion createExpressionInConclusion() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createExpressionInConclusion() of type XsemanticsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsFactoryImpl.java:[331] public OutputParameter createOutputParameter() ^^^^^^^^^^^^^^^^^^^^^^^ The method createOutputParameter() of type XsemanticsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsFactoryImpl.java:[342] public InputParameter createInputParameter() ^^^^^^^^^^^^^^^^^^^^^^ The method createInputParameter() of type XsemanticsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsFactoryImpl.java:[353] public OrExpression createOrExpression() ^^^^^^^^^^^^^^^^^^^^ The method createOrExpression() of type XsemanticsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsFactoryImpl.java:[364] public Fail createFail() ^^^^^^^^^^^^ The method createFail() of type XsemanticsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsFactoryImpl.java:[375] public EnvironmentComposition createEnvironmentComposition() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createEnvironmentComposition() of type XsemanticsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsFactoryImpl.java:[386] public EnvironmentMapping createEnvironmentMapping() ^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createEnvironmentMapping() of type XsemanticsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsFactoryImpl.java:[397] public EmptyEnvironment createEmptyEnvironment() ^^^^^^^^^^^^^^^^^^^^^^^^ The method createEmptyEnvironment() of type XsemanticsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsFactoryImpl.java:[408] public ErrorSpecification createErrorSpecification() ^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createErrorSpecification() of type XsemanticsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsFactoryImpl.java:[419] public Overrider createOverrider() ^^^^^^^^^^^^^^^^^ The method createOverrider() of type XsemanticsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsFactoryImpl.java:[430] public ReferToJudgment createReferToJudgment() ^^^^^^^^^^^^^^^^^^^^^^^ The method createReferToJudgment() of type XsemanticsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsFactoryImpl.java:[441] public CachedClause createCachedClause() ^^^^^^^^^^^^^^^^^^^^ The method createCachedClause() of type XsemanticsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsFactoryImpl.java:[452] public Cachable createCachable() ^^^^^^^^^^^^^^^^ The method createCachable() of type XsemanticsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsFactoryImpl.java:[463] public Description createDescription() ^^^^^^^^^^^^^^^^^^^ The method createDescription() of type XsemanticsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsFactoryImpl.java:[474] public AbstractFieldDefinition createAbstractFieldDefinition() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createAbstractFieldDefinition() of type XsemanticsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsFactoryImpl.java:[485] public FieldDefinition createFieldDefinition() ^^^^^^^^^^^^^^^^^^^^^^^ The method createFieldDefinition() of type XsemanticsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsFactoryImpl.java:[518] public XsemanticsPackage getXsemanticsPackage() ^^^^^^^^^^^^^^^^^^^^^^ The method getXsemanticsPackage() of type XsemanticsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/FailImpl.java:[71] public XExpression getError() ^^^^^^^^^^ The method getError() of type FailImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/FailImpl.java:[98] public void setError(XExpression newError) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setError(XExpression) of type FailImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/AuxiliaryFunction.java:[46] String getName(); ^^^^^^^^^ The method getName() of type AuxiliaryFunction should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/EnvironmentImpl.java:[76] public String getName() ^^^^^^^^^ The method getName() of type EnvironmentImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/EnvironmentImpl.java:[86] public void setName(String newName) ^^^^^^^^^^^^^^^^^^^^^^^ The method setName(String) of type EnvironmentImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/ReferToJudgmentImpl.java:[79] public JudgmentDescription get_judgment() ^^^^^^^^^^^^^^ The method get_judgment() of type ReferToJudgmentImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/ReferToJudgmentImpl.java:[109] public void set_judgment(JudgmentDescription new_judgment) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method set_judgment(JudgmentDescription) of type ReferToJudgmentImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/ReferToJudgmentImpl.java:[124] public void unset_judgment() ^^^^^^^^^^^^^^^^ The method unset_judgment() of type ReferToJudgmentImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/ReferToJudgmentImpl.java:[139] public boolean isSet_judgment() ^^^^^^^^^^^^^^^^ The method isSet_judgment() of type ReferToJudgmentImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/ReferToJudgmentImpl.java:[149] public String getJudgmentSymbol() ^^^^^^^^^^^^^^^^^^^ The method getJudgmentSymbol() of type ReferToJudgmentImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/ReferToJudgmentImpl.java:[161] public EList getRelationSymbols() ^^^^^^^^^^^^^^^^^^^^ The method getRelationSymbols() of type ReferToJudgmentImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/AbstractFieldDefinitionImpl.java:[112] public boolean isExtension() ^^^^^^^^^^^^^ The method isExtension() of type AbstractFieldDefinitionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/AbstractFieldDefinitionImpl.java:[122] public void setExtension(boolean newExtension) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setExtension(boolean) of type AbstractFieldDefinitionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/AbstractFieldDefinitionImpl.java:[135] public JvmTypeReference getType() ^^^^^^^^^ The method getType() of type AbstractFieldDefinitionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/AbstractFieldDefinitionImpl.java:[162] public void setType(JvmTypeReference newType) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setType(JvmTypeReference) of type AbstractFieldDefinitionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/AbstractFieldDefinitionImpl.java:[183] public String getName() ^^^^^^^^^ The method getName() of type AbstractFieldDefinitionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/AbstractFieldDefinitionImpl.java:[193] public void setName(String newName) ^^^^^^^^^^^^^^^^^^^^^^^ The method setName(String) of type AbstractFieldDefinitionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/DescriptionImpl.java:[82] public CachedClause getCachedClause() ^^^^^^^^^^^^^^^^^ The method getCachedClause() of type DescriptionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/DescriptionImpl.java:[109] public void setCachedClause(CachedClause newCachedClause) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setCachedClause(CachedClause) of type DescriptionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/DescriptionImpl.java:[130] public XExpression getError() ^^^^^^^^^^ The method getError() of type DescriptionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/DescriptionImpl.java:[157] public void setError(XExpression newError) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setError(XExpression) of type DescriptionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/EntryPointsOption.java:[191] public int getValue() ^^^^^^^^^^ The method getValue() of type EntryPointsOption should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/EntryPointsOption.java:[201] public String getName() ^^^^^^^^^ The method getName() of type EntryPointsOption should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/EntryPointsOption.java:[211] public String getLiteral() ^^^^^^^^^^^^ The method getLiteral() of type EntryPointsOption should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/AbstractFieldDefinition.java:[93] String getName(); ^^^^^^^^^ The method getName() of type AbstractFieldDefinition should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/ErrorSpecificationImpl.java:[104] public XExpression getError() ^^^^^^^^^^ The method getError() of type ErrorSpecificationImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/ErrorSpecificationImpl.java:[131] public void setError(XExpression newError) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setError(XExpression) of type ErrorSpecificationImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/ErrorSpecificationImpl.java:[152] public XExpression getSource() ^^^^^^^^^^^ The method getSource() of type ErrorSpecificationImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/ErrorSpecificationImpl.java:[179] public void setSource(XExpression newSource) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setSource(XExpression) of type ErrorSpecificationImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/ErrorSpecificationImpl.java:[200] public XExpression getFeature() ^^^^^^^^^^^^ The method getFeature() of type ErrorSpecificationImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/ErrorSpecificationImpl.java:[227] public void setFeature(XExpression newFeature) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setFeature(XExpression) of type ErrorSpecificationImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/ErrorSpecificationImpl.java:[248] public XExpression getData() ^^^^^^^^^ The method getData() of type ErrorSpecificationImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/ErrorSpecificationImpl.java:[275] public void setData(XExpression newData) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setData(XExpression) of type ErrorSpecificationImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsSystemImpl.java:[215] public String getName() ^^^^^^^^^ The method getName() of type XsemanticsSystemImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsSystemImpl.java:[225] public void setName(String newName) ^^^^^^^^^^^^^^^^^^^^^^^ The method setName(String) of type XsemanticsSystemImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsSystemImpl.java:[238] public JvmParameterizedTypeReference getSuperSystem() ^^^^^^^^^^^^^^^^ The method getSuperSystem() of type XsemanticsSystemImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsSystemImpl.java:[265] public void setSuperSystem(JvmParameterizedTypeReference newSuperSystem) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setSuperSystem(JvmParameterizedTypeReference) of type XsemanticsSystemImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsSystemImpl.java:[286] public JvmParameterizedTypeReference getValidatorExtends() ^^^^^^^^^^^^^^^^^^^^^ The method getValidatorExtends() of type XsemanticsSystemImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsSystemImpl.java:[313] public void setValidatorExtends(JvmParameterizedTypeReference newValidatorExtends) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setValidatorExtends(JvmParameterizedTypeReference) of type XsemanticsSystemImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsSystemImpl.java:[334] public XImportSection getImportSection() ^^^^^^^^^^^^^^^^^^ The method getImportSection() of type XsemanticsSystemImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsSystemImpl.java:[361] public void setImportSection(XImportSection newImportSection) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setImportSection(XImportSection) of type XsemanticsSystemImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsSystemImpl.java:[382] public EList getFields() ^^^^^^^^^^^ The method getFields() of type XsemanticsSystemImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsSystemImpl.java:[396] public EList getAuxiliaryDescriptions() ^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getAuxiliaryDescriptions() of type XsemanticsSystemImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsSystemImpl.java:[410] public EList getJudgmentDescriptions() ^^^^^^^^^^^^^^^^^^^^^^^^^ The method getJudgmentDescriptions() of type XsemanticsSystemImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsSystemImpl.java:[424] public EList getAuxiliaryFunctions() ^^^^^^^^^^^^^^^^^^^^^^^ The method getAuxiliaryFunctions() of type XsemanticsSystemImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsSystemImpl.java:[438] public EList getRules() ^^^^^^^^^^ The method getRules() of type XsemanticsSystemImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsSystemImpl.java:[452] public EList getCheckrules() ^^^^^^^^^^^^^^^ The method getCheckrules() of type XsemanticsSystemImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsSystemImpl.java:[466] public String getCopyright() ^^^^^^^^^^^^^^ The method getCopyright() of type XsemanticsSystemImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsSystemImpl.java:[476] public void setCopyright(String newCopyright) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setCopyright(String) of type XsemanticsSystemImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/RuleInvocationImpl.java:[144] public JudgmentDescription get_judgment() ^^^^^^^^^^^^^^ The method get_judgment() of type RuleInvocationImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/RuleInvocationImpl.java:[174] public void set_judgment(JudgmentDescription new_judgment) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method set_judgment(JudgmentDescription) of type RuleInvocationImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/RuleInvocationImpl.java:[189] public void unset_judgment() ^^^^^^^^^^^^^^^^ The method unset_judgment() of type RuleInvocationImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/RuleInvocationImpl.java:[204] public boolean isSet_judgment() ^^^^^^^^^^^^^^^^ The method isSet_judgment() of type RuleInvocationImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/RuleInvocationImpl.java:[214] public XExpression getEnvironment() ^^^^^^^^^^^^^^^^ The method getEnvironment() of type RuleInvocationImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/RuleInvocationImpl.java:[241] public void setEnvironment(XExpression newEnvironment) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setEnvironment(XExpression) of type RuleInvocationImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/RuleInvocationImpl.java:[262] public String getJudgmentSymbol() ^^^^^^^^^^^^^^^^^^^ The method getJudgmentSymbol() of type RuleInvocationImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/RuleInvocationImpl.java:[272] public void setJudgmentSymbol(String newJudgmentSymbol) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setJudgmentSymbol(String) of type RuleInvocationImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/RuleInvocationImpl.java:[285] public EList getExpressions() ^^^^^^^^^^^^^^^^ The method getExpressions() of type RuleInvocationImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/RuleInvocationImpl.java:[299] public EList getRelationSymbols() ^^^^^^^^^^^^^^^^^^^^ The method getRelationSymbols() of type RuleInvocationImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/EnvironmentMappingImpl.java:[82] public XExpression getKey() ^^^^^^^^ The method getKey() of type EnvironmentMappingImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/EnvironmentMappingImpl.java:[109] public void setKey(XExpression newKey) ^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setKey(XExpression) of type EnvironmentMappingImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/EnvironmentMappingImpl.java:[130] public XExpression getValue() ^^^^^^^^^^ The method getValue() of type EnvironmentMappingImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/EnvironmentMappingImpl.java:[157] public void setValue(XExpression newValue) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setValue(XExpression) of type EnvironmentMappingImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/InputParameterImpl.java:[69] public JvmFormalParameter getParameter() ^^^^^^^^^^^^^^ The method getParameter() of type InputParameterImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/InputParameterImpl.java:[96] public void setParameter(JvmFormalParameter newParameter) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setParameter(JvmFormalParameter) of type InputParameterImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/InputParameterImpl.java:[117] public String getName() ^^^^^^^^^ The method getName() of type InputParameterImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/RuleWithPremisesImpl.java:[69] public XExpression getPremises() ^^^^^^^^^^^^^ The method getPremises() of type RuleWithPremisesImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/RuleWithPremisesImpl.java:[96] public void setPremises(XExpression newPremises) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setPremises(XExpression) of type RuleWithPremisesImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/CachableImpl.java:[69] public CachedClause getCachedClause() ^^^^^^^^^^^^^^^^^ The method getCachedClause() of type CachableImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/CachableImpl.java:[96] public void setCachedClause(CachedClause newCachedClause) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setCachedClause(CachedClause) of type CachableImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/CachableImpl.java:[117] public String getName() ^^^^^^^^^ The method getName() of type CachableImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/services/XsemanticsGrammarAccess.java:[22] import org.eclipse.xtext.service.AbstractElementFinder.AbstractEnumRuleElementFinder; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.xtext.service.AbstractElementFinder.AbstractEnumRuleElementFinder is never used [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/src-gen/org/eclipse/xsemantics/dsl/services/XsemanticsGrammarAccess.java:[1683] public EnumRule getRule() { return rule; } ^^^^^^^^^ The method getRule() of type XsemanticsGrammarAccess.EntryPointsOptionElements should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/RuleInvocation.java:[70] String getJudgmentSymbol(); ^^^^^^^^^^^^^^^^^^^ The method getJudgmentSymbol() of type RuleInvocation should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/RuleInvocation.java:[112] EList getRelationSymbols(); ^^^^^^^^^^^^^^^^^^^^ The method getRelationSymbols() of type RuleInvocation should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsFileImpl.java:[82] public XImportSection getImportSection() ^^^^^^^^^^^^^^^^^^ The method getImportSection() of type XsemanticsFileImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsFileImpl.java:[109] public void setImportSection(XImportSection newImportSection) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setImportSection(XImportSection) of type XsemanticsFileImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsFileImpl.java:[130] public XsemanticsSystem getXsemanticsSystem() ^^^^^^^^^^^^^^^^^^^^^ The method getXsemanticsSystem() of type XsemanticsFileImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/XsemanticsFileImpl.java:[157] public void setXsemanticsSystem(XsemanticsSystem newXsemanticsSystem) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setXsemanticsSystem(XsemanticsSystem) of type XsemanticsFileImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/CheckRule.java:[41] String getName(); ^^^^^^^^^ The method getName() of type CheckRule should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/CheckRuleImpl.java:[102] public String getName() ^^^^^^^^^ The method getName() of type CheckRuleImpl should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/CheckRuleImpl.java:[112] public void setName(String newName) ^^^^^^^^^^^^^^^^^^^^^^^ The method setName(String) of type CheckRuleImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/CheckRuleImpl.java:[125] public RuleParameter getElement() ^^^^^^^^^^^^ The method getElement() of type CheckRuleImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/CheckRuleImpl.java:[152] public void setElement(RuleParameter newElement) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setElement(RuleParameter) of type CheckRuleImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/CheckRuleImpl.java:[173] public XExpression getPremises() ^^^^^^^^^^^^^ The method getPremises() of type CheckRuleImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/CheckRuleImpl.java:[200] public void setPremises(XExpression newPremises) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setPremises(XExpression) of type CheckRuleImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/JudgmentDescription.java:[42] String getName(); ^^^^^^^^^ The method getName() of type JudgmentDescription should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/AuxiliaryFunctionImpl.java:[132] public String getName() ^^^^^^^^^ The method getName() of type AuxiliaryFunctionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/AuxiliaryFunctionImpl.java:[142] public void setName(String newName) ^^^^^^^^^^^^^^^^^^^^^^^ The method setName(String) of type AuxiliaryFunctionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/AuxiliaryFunctionImpl.java:[155] public EList getParameters() ^^^^^^^^^^^^^^^ The method getParameters() of type AuxiliaryFunctionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/AuxiliaryFunctionImpl.java:[169] public XExpression getBody() ^^^^^^^^^ The method getBody() of type AuxiliaryFunctionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/AuxiliaryFunctionImpl.java:[196] public void setBody(XExpression newBody) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setBody(XExpression) of type AuxiliaryFunctionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/AuxiliaryFunctionImpl.java:[217] public AuxiliaryDescription get_auxiliaryDescription() ^^^^^^^^^^^^^^^^^^^^^^^^^^ The method get_auxiliaryDescription() of type AuxiliaryFunctionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/AuxiliaryFunctionImpl.java:[247] public void set_auxiliaryDescription(AuxiliaryDescription new_auxiliaryDescription) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method set_auxiliaryDescription(AuxiliaryDescription) of type AuxiliaryFunctionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/AuxiliaryFunctionImpl.java:[262] public void unset_auxiliaryDescription() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method unset_auxiliaryDescription() of type AuxiliaryFunctionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/AuxiliaryFunctionImpl.java:[277] public boolean isSet_auxiliaryDescription() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method isSet_auxiliaryDescription() of type AuxiliaryFunctionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/RuleImpl.java:[141] public JudgmentDescription get_judgment() ^^^^^^^^^^^^^^ The method get_judgment() of type RuleImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/RuleImpl.java:[171] public void set_judgment(JudgmentDescription new_judgment) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method set_judgment(JudgmentDescription) of type RuleImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/RuleImpl.java:[186] public void unset_judgment() ^^^^^^^^^^^^^^^^ The method unset_judgment() of type RuleImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/RuleImpl.java:[201] public boolean isSet_judgment() ^^^^^^^^^^^^^^^^ The method isSet_judgment() of type RuleImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/RuleImpl.java:[211] public String getName() ^^^^^^^^^ The method getName() of type RuleImpl should be tagged with @Override since it actually overrides a superclass method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/RuleImpl.java:[221] public void setName(String newName) ^^^^^^^^^^^^^^^^^^^^^^^ The method setName(String) of type RuleImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/RuleImpl.java:[234] public RuleConclusion getConclusion() ^^^^^^^^^^^^^^^ The method getConclusion() of type RuleImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/RuleImpl.java:[261] public void setConclusion(RuleConclusion newConclusion) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setConclusion(RuleConclusion) of type RuleImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/RuleImpl.java:[282] public EList get_inputParams() ^^^^^^^^^^^^^^^^^ The method get_inputParams() of type RuleImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/RuleImpl.java:[296] public void unset_inputParams() ^^^^^^^^^^^^^^^^^^^ The method unset_inputParams() of type RuleImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/RuleImpl.java:[306] public boolean isSet_inputParams() ^^^^^^^^^^^^^^^^^^^ The method isSet_inputParams() of type RuleImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/RuleImpl.java:[316] public EList get_outputParams() ^^^^^^^^^^^^^^^^^^ The method get_outputParams() of type RuleImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/RuleImpl.java:[330] public void unset_outputParams() ^^^^^^^^^^^^^^^^^^^^ The method unset_outputParams() of type RuleImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/RuleImpl.java:[340] public boolean isSet_outputParams() ^^^^^^^^^^^^^^^^^^^^ The method isSet_outputParams() of type RuleImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/RuleImpl.java:[350] public String getJudgmentSymbol() ^^^^^^^^^^^^^^^^^^^ The method getJudgmentSymbol() of type RuleImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/RuleImpl.java:[361] public EList getRelationSymbols() ^^^^^^^^^^^^^^^^^^^^ The method getRelationSymbols() of type RuleImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/OutputParameterImpl.java:[69] public JvmTypeReference getJvmTypeReference() ^^^^^^^^^^^^^^^^^^^^^ The method getJvmTypeReference() of type OutputParameterImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/OutputParameterImpl.java:[96] public void setJvmTypeReference(JvmTypeReference newJvmTypeReference) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setJvmTypeReference(JvmTypeReference) of type OutputParameterImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/ExpressionInConclusionImpl.java:[69] public XExpression getExpression() ^^^^^^^^^^^^^^^ The method getExpression() of type ExpressionInConclusionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/emf-gen/org/eclipse/xsemantics/dsl/xsemantics/impl/ExpressionInConclusionImpl.java:[96] public void setExpression(XExpression newExpression) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setExpression(XExpression) of type ExpressionInConclusionImpl should be tagged with @Override since it actually overrides a superinterface method 292 problems (292 warnings) [INFO] [INFO] --- xtend-maven-plugin:2.20.0:xtend-install-debug-info (default) @ org.eclipse.xsemantics.dsl --- [WARNING] Directory /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/src/main/java is empty. Can't process. [INFO] Installing Xtend files into 31 class files as primary debug sources in: /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/target/classes [INFO] [INFO] --- xtend-maven-plugin:2.20.0:testCompile (default) @ org.eclipse.xsemantics.dsl --- [INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used. [INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/src/test/java]' does not exist. [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xsemantics.dsl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/src/test/resources [INFO] [INFO] --- xtend-maven-plugin:2.20.0:xtend-test-install-debug-info (default) @ org.eclipse.xsemantics.dsl --- [WARNING] Directory /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/src/test/java is empty. Can't process. [WARNING] Directory /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/src/test/generated-sources/xtend is empty. Can't process. [INFO] Installing Xtend files into 0 class files as primary debug sources in: /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/target/test-classes [INFO] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.xsemantics.dsl --- [INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/target/org.eclipse.xsemantics.dsl-1.19.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.xsemantics.dsl --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.xsemantics.dsl --- [INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl/target/org.eclipse.xsemantics.dsl-1.19.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xsemantics.dsl --- [INFO] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.xsemantics.dsl --- [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.xsemantics.dsl --- [INFO] [INFO] -------< org.eclipse.xsemantics:org.eclipse.xsemantics.dsl.ide >-------- [INFO] Building org.eclipse.xsemantics.dsl.ide 1.19.0-SNAPSHOT [5/41] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xsemantics.dsl.ide --- [INFO] Deleting /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl.ide/xtend-gen (includes = [], excludes = [.gitignore]) [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.xsemantics.dsl.ide --- [INFO] The project's OSGi version is 1.19.0.v20210326-1027 [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.xsemantics.dsl.ide --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.xsemantics.dsl.ide --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.xsemantics.dsl.ide --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/xsemantics/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl.ide/../../target/jacoco.exec,append=true,includes=org.eclipse.xsemantics.*,excludes=**/src-gen/**/*.java:**/org/eclipse/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java:**/*TypeSystemGen*.java:**/*StandaloneSetup*.java:**/*QuickfixProvider*.java [INFO] [INFO] --- xtend-maven-plugin:2.20.0:compile (default) @ org.eclipse.xsemantics.dsl.ide --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xsemantics.dsl.ide --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl.ide/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.xsemantics.dsl.ide --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl.ide/target/classes [INFO] [INFO] --- xtend-maven-plugin:2.20.0:xtend-install-debug-info (default) @ org.eclipse.xsemantics.dsl.ide --- [WARNING] Directory /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl.ide/src/main/java is empty. Can't process. [INFO] Installing Xtend files into 2 class files as primary debug sources in: /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl.ide/target/classes [INFO] [INFO] --- xtend-maven-plugin:2.20.0:testCompile (default) @ org.eclipse.xsemantics.dsl.ide --- [INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl.ide/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used. [INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl.ide/src/test/java]' does not exist. [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xsemantics.dsl.ide --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl.ide/src/test/resources [INFO] [INFO] --- xtend-maven-plugin:2.20.0:xtend-test-install-debug-info (default) @ org.eclipse.xsemantics.dsl.ide --- [WARNING] Directory /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl.ide/src/test/java is empty. Can't process. [WARNING] Directory /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl.ide/src/test/generated-sources/xtend is empty. Can't process. [INFO] Installing Xtend files into 0 class files as primary debug sources in: /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl.ide/target/test-classes [INFO] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.xsemantics.dsl.ide --- [INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl.ide/target/org.eclipse.xsemantics.dsl.ide-1.19.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.xsemantics.dsl.ide --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.xsemantics.dsl.ide --- [INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl.ide/target/org.eclipse.xsemantics.dsl.ide-1.19.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xsemantics.dsl.ide --- [INFO] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.xsemantics.dsl.ide --- [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.xsemantics.dsl.ide --- [INFO] [INFO] --------< org.eclipse.xsemantics:org.eclipse.xsemantics.dsl.ui >-------- [INFO] Building org.eclipse.xsemantics.dsl.ui 1.19.0-SNAPSHOT [6/41] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xsemantics.dsl.ui --- [INFO] Deleting /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl.ui/xtend-gen (includes = [], excludes = [.gitignore]) [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.xsemantics.dsl.ui --- [INFO] The project's OSGi version is 1.19.0.v20210326-1027 [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.xsemantics.dsl.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.xsemantics.dsl.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.xsemantics.dsl.ui --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/xsemantics/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl.ui/../../target/jacoco.exec,append=true,includes=org.eclipse.xsemantics.*,excludes=**/src-gen/**/*.java:**/org/eclipse/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java:**/*TypeSystemGen*.java:**/*StandaloneSetup*.java:**/*QuickfixProvider*.java [INFO] [INFO] --- xtend-maven-plugin:2.20.0:compile (default) @ org.eclipse.xsemantics.dsl.ui --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xsemantics.dsl.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.xsemantics.dsl.ui --- [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl.ui/target/classes [INFO] [INFO] --- xtend-maven-plugin:2.20.0:xtend-install-debug-info (default) @ org.eclipse.xsemantics.dsl.ui --- [WARNING] Directory /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl.ui/src/main/java is empty. Can't process. [INFO] Installing Xtend files into 6 class files as primary debug sources in: /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl.ui/target/classes [INFO] [INFO] --- xtend-maven-plugin:2.20.0:testCompile (default) @ org.eclipse.xsemantics.dsl.ui --- [INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl.ui/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used. [INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl.ui/src/test/java]' does not exist. [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xsemantics.dsl.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl.ui/src/test/resources [INFO] [INFO] --- xtend-maven-plugin:2.20.0:xtend-test-install-debug-info (default) @ org.eclipse.xsemantics.dsl.ui --- [WARNING] Directory /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl.ui/src/test/java is empty. Can't process. [WARNING] Directory /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl.ui/src/test/generated-sources/xtend is empty. Can't process. [INFO] Installing Xtend files into 0 class files as primary debug sources in: /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl.ui/target/test-classes [INFO] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.xsemantics.dsl.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl.ui/target/org.eclipse.xsemantics.dsl.ui-1.19.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.xsemantics.dsl.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.xsemantics.dsl.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/plugins/org.eclipse.xsemantics.dsl.ui/target/org.eclipse.xsemantics.dsl.ui-1.19.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xsemantics.dsl.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.xsemantics.dsl.ui --- [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.xsemantics.dsl.ui --- [INFO] [INFO] ------< org.eclipse.xsemantics:org.eclipse.xsemantics.example.fj >------ [INFO] Building org.eclipse.xsemantics.example.fj 1.19.0-SNAPSHOT [7/41] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xsemantics.example.fj --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.xsemantics.example.fj --- [INFO] The project's OSGi version is 1.19.0.v20210326-1027 [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.xsemantics.example.fj --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.xsemantics.example.fj --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.xsemantics.example.fj --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/xsemantics/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj/../../target/jacoco.exec,append=true,includes=org.eclipse.xsemantics.*,excludes=**/src-gen/**/*.java:**/org/eclipse/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java:**/*TypeSystemGen*.java:**/*StandaloneSetup*.java:**/*QuickfixProvider*.java [INFO] [INFO] --- exec-maven-plugin:1.6.0:java (mwe2Launcher) @ org.eclipse.xsemantics.example.fj --- 0 INFO XtextGenerator - Initializing Xtext generator Mar 26, 2021 10:30:22 AM org.eclipse.emf.mwe.utils.StandaloneSetup addRegisterGeneratedEPackage INFO: Adding generated EPackage 'org.eclipse.xtext.common.types.TypesPackage' Mar 26, 2021 10:30:22 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project com.google.guava at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/com/google/guava/guava/27.1-jre/guava-27.1-jre.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/com.google.guava/27.1.0.v20190517-1946/com.google.guava-27.1.0.v20190517-1946.jar!/' instead. Mar 26, 2021 10:30:22 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project com.google.inject at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/com/google/inject/guice/3.0/guice-3.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/com.google.inject/3.0.0.v201605172100/com.google.inject-3.0.0.v201605172100.jar!/' instead. Mar 26, 2021 10:30:22 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project javax.inject at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/javax/inject/javax.inject/1/javax.inject-1.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/javax.inject/1.0.0.v20091030/javax.inject-1.0.0.v20091030.jar!/' instead. Mar 26, 2021 10:30:22 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.osgi at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.osgi/3.15.0.v20190830-1434/org.eclipse.osgi-3.15.0.v20190830-1434.jar!/' instead. Mar 26, 2021 10:30:22 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.equinox.common at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/platform/org.eclipse.equinox.common/3.10.500/org.eclipse.equinox.common-3.10.500.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.equinox.common/3.10.500.v20190815-1535/org.eclipse.equinox.common-3.10.500.v20190815-1535.jar!/' instead. Mar 26, 2021 10:30:22 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.emf.common at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/emf/org.eclipse.emf.common/2.12.0/org.eclipse.emf.common-2.12.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.emf.common/2.16.0.v20190625-1131/org.eclipse.emf.common-2.16.0.v20190625-1131.jar!/' instead. Mar 26, 2021 10:30:22 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.emf.ecore at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/emf/org.eclipse.emf.ecore/2.12.0/org.eclipse.emf.ecore-2.12.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.emf.ecore/2.19.0.v20190822-1451/org.eclipse.emf.ecore-2.19.0.v20190822-1451.jar!/' instead. Mar 26, 2021 10:30:22 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.emf.ecore.xmi at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.12.0/org.eclipse.emf.ecore.xmi-2.12.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.16.0.v20190528-0725/org.eclipse.emf.ecore.xmi-2.16.0.v20190528-0725.jar!/' instead. Mar 26, 2021 10:30:22 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.xtext at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/xtext/org.eclipse.xtext/2.20.0/org.eclipse.xtext-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.xtext/2.20.0.v20191202-0915/org.eclipse.xtext-2.20.0.v20191202-0915.jar!/' instead. Mar 26, 2021 10:30:22 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.xtext.xbase at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/xtext/org.eclipse.xtext.xbase/2.20.0/org.eclipse.xtext.xbase-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar!/' instead. Mar 26, 2021 10:30:22 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.xtext.xbase.lib at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/xtext/org.eclipse.xtext.xbase.lib/2.20.0/org.eclipse.xtext.xbase.lib-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase.lib/2.20.0.v20191202-0907/org.eclipse.xtext.xbase.lib-2.20.0.v20191202-0907.jar!/' instead. Mar 26, 2021 10:30:22 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.xtext.util at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/xtext/org.eclipse.xtext.util/2.20.0/org.eclipse.xtext.util-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.xtext.util/2.20.0.v20191202-0915/org.eclipse.xtext.util-2.20.0.v20191202-0915.jar!/' instead. Mar 26, 2021 10:30:22 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.xtend.lib at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/xtend/org.eclipse.xtend.lib/2.20.0/org.eclipse.xtend.lib-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.xtend.lib/2.20.0.v20191202-0907/org.eclipse.xtend.lib-2.20.0.v20191202-0907.jar!/' instead. Mar 26, 2021 10:30:22 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.xtend.lib.macro at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/xtend/org.eclipse.xtend.lib.macro/2.20.0/org.eclipse.xtend.lib.macro-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.xtend.lib.macro/2.20.0.v20191202-0907/org.eclipse.xtend.lib.macro-2.20.0.v20191202-0907.jar!/' instead. Mar 26, 2021 10:30:22 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.xtext.common.types at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/xtext/org.eclipse.xtext.common.types/2.20.0/org.eclipse.xtext.common.types-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.xtext.common.types/2.20.0.v20191202-0933/org.eclipse.xtext.common.types-2.20.0.v20191202-0933.jar!/' instead. Mar 26, 2021 10:30:22 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.objectweb.asm at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/ow2/asm/asm/7.2/asm-7.2.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.objectweb.asm/7.2.0.v20191010-1910/org.objectweb.asm-7.2.0.v20191010-1910.jar!/' instead. Mar 26, 2021 10:30:22 AM org.eclipse.emf.mwe.utils.StandaloneSetup addProjectMapping INFO: Registering project org.eclipse.xsemantics.example.fj at 'file:/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj/' Mar 26, 2021 10:30:22 AM org.eclipse.emf.mwe.utils.StandaloneSetup addProjectMapping INFO: Registering project org.eclipse.xsemantics.example.fj.tests at 'file:/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.tests/' Mar 26, 2021 10:30:22 AM org.eclipse.emf.mwe.utils.StandaloneSetup addProjectMapping INFO: Registering project org.eclipse.xsemantics.example.fj.ide at 'file:/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.ide/' Mar 26, 2021 10:30:22 AM org.eclipse.emf.mwe.utils.StandaloneSetup addProjectMapping INFO: Registering project org.eclipse.xsemantics.example.fj.ui at 'file:/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.ui/' Mar 26, 2021 10:30:22 AM org.eclipse.emf.mwe.utils.StandaloneSetup addProjectMapping INFO: Registering project org.eclipse.xsemantics.example.fj.ui.tests at 'file:/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.ui.tests/' Mar 26, 2021 10:30:22 AM org.eclipse.emf.mwe.utils.StandaloneSetup setResourceSet INFO: Using resourceSet registry. The registered Packages will not be registered in the global EPackage.Registry.INSTANCE! Mar 26, 2021 10:30:22 AM org.eclipse.emf.mwe.utils.GenModelHelper registerGenModel INFO: Registered GenModel 'http://www.eclipse.org/Xtext/Xbase/XAnnotations' from 'platform:/resource/org.eclipse.xtext.xbase/model/Xbase.genmodel' Mar 26, 2021 10:30:22 AM org.eclipse.emf.mwe.utils.GenModelHelper registerGenModel INFO: Registered GenModel 'http://www.eclipse.org/xtext/xbase/Xtype' from 'platform:/resource/org.eclipse.xtext.xbase/model/Xbase.genmodel' Mar 26, 2021 10:30:22 AM org.eclipse.emf.mwe.utils.GenModelHelper registerGenModel INFO: Registered GenModel 'http://www.eclipse.org/xtext/xbase/Xbase' from 'platform:/resource/org.eclipse.xtext.xbase/model/Xbase.genmodel' Mar 26, 2021 10:30:22 AM org.eclipse.emf.mwe.utils.GenModelHelper registerGenModel INFO: Registered GenModel 'http://www.eclipse.org/xtext/common/JavaVMTypes' from 'platform:/resource/org.eclipse.xtext.common.types/model/JavaVMTypes.genmodel' 599 INFO XtextGenerator - Generating org.eclipse.xsemantics.example.fj.FJ 2129 INFO EMFGeneratorFragment2 - Generating EMF model code Mar 26, 2021 10:30:24 AM org.eclipse.emf.mwe.utils.GenModelHelper registerGenModel INFO: Registered GenModel 'http://www.eclipse.org/xsemantics/example/fj/FJ' from 'platform:/resource/org.eclipse.xsemantics.example.fj/model/generated/FJ.genmodel' 3845 INFO XtextGenerator - Generating common infrastructure 3858 INFO Workflow - Done. [INFO] [INFO] --- xtext-maven-plugin:2.20.0:generate (default) @ org.eclipse.xsemantics.example.fj --- [INFO] Encoding: UTF-8 [INFO] Compiler source level: 1.8 [INFO] Compiler target level: 1.8 [INFO] Using common types. [INFO] Collecting source models. [INFO] Installing type provider. [INFO] Generating stubs into /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj/target/xtext-temp/stubs [INFO] Compiling stubs located in /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj/target/xtext-temp/stubs [INFO] Installing type provider for stubs. [INFO] Validate and generate. [INFO] Starting validation for input: 'fj-separated.xsemantics' [INFO] Starting validation for input: 'fj.xsemantics' [INFO] Starting generator for input: 'fj-separated.xsemantics' [INFO] Starting generator for input: 'fj.xsemantics' [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xsemantics.example.fj --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.xsemantics.example.fj --- [INFO] Compiling 74 source files to /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xsemantics.example.fj --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.xsemantics.example.fj --- [INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj/target/org.eclipse.xsemantics.example.fj-1.19.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.xsemantics.example.fj --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.xsemantics.example.fj --- [INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj/target/org.eclipse.xsemantics.example.fj-1.19.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xsemantics.example.fj --- [INFO] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.xsemantics.example.fj --- [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.xsemantics.example.fj --- [INFO] [INFO] ----< org.eclipse.xsemantics:org.eclipse.xsemantics.example.fj.ide >---- [INFO] Building org.eclipse.xsemantics.example.fj.ide 1.19.0-SNAPSHOT [8/41] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xsemantics.example.fj.ide --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.xsemantics.example.fj.ide --- [INFO] The project's OSGi version is 1.19.0.v20210326-1027 [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.xsemantics.example.fj.ide --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.xsemantics.example.fj.ide --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.xsemantics.example.fj.ide --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/xsemantics/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.ide/../../target/jacoco.exec,append=true,includes=org.eclipse.xsemantics.*,excludes=**/src-gen/**/*.java:**/org/eclipse/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java:**/*TypeSystemGen*.java:**/*StandaloneSetup*.java:**/*QuickfixProvider*.java [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xsemantics.example.fj.ide --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.ide/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.xsemantics.example.fj.ide --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.ide/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xsemantics.example.fj.ide --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.ide/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.xsemantics.example.fj.ide --- [INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.ide/target/org.eclipse.xsemantics.example.fj.ide-1.19.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.xsemantics.example.fj.ide --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.xsemantics.example.fj.ide --- [INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.ide/target/org.eclipse.xsemantics.example.fj.ide-1.19.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xsemantics.example.fj.ide --- [INFO] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.xsemantics.example.fj.ide --- [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.xsemantics.example.fj.ide --- [INFO] [INFO] ----< org.eclipse.xsemantics:org.eclipse.xsemantics.example.fj.ui >----- [INFO] Building org.eclipse.xsemantics.example.fj.ui 1.19.0-SNAPSHOT [9/41] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xsemantics.example.fj.ui --- [INFO] Deleting /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.ui/xtend-gen (includes = [], excludes = [.gitignore]) [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.xsemantics.example.fj.ui --- [INFO] The project's OSGi version is 1.19.0.v20210326-1027 [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.xsemantics.example.fj.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.xsemantics.example.fj.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.xsemantics.example.fj.ui --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/xsemantics/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.ui/../../target/jacoco.exec,append=true,includes=org.eclipse.xsemantics.*,excludes=**/src-gen/**/*.java:**/org/eclipse/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java:**/*TypeSystemGen*.java:**/*StandaloneSetup*.java:**/*QuickfixProvider*.java [INFO] [INFO] --- xtend-maven-plugin:2.20.0:compile (default) @ org.eclipse.xsemantics.example.fj.ui --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xsemantics.example.fj.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.xsemantics.example.fj.ui --- [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.ui/target/classes [INFO] [INFO] --- xtend-maven-plugin:2.20.0:xtend-install-debug-info (default) @ org.eclipse.xsemantics.example.fj.ui --- [WARNING] Directory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.ui/src/main/java is empty. Can't process. [INFO] Installing Xtend files into 2 class files as primary debug sources in: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.ui/target/classes [INFO] [INFO] --- xtend-maven-plugin:2.20.0:testCompile (default) @ org.eclipse.xsemantics.example.fj.ui --- [INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.ui/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used. [INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.ui/src/test/java]' does not exist. [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xsemantics.example.fj.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.ui/src/test/resources [INFO] [INFO] --- xtend-maven-plugin:2.20.0:xtend-test-install-debug-info (default) @ org.eclipse.xsemantics.example.fj.ui --- [WARNING] Directory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.ui/src/test/java is empty. Can't process. [WARNING] Directory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.ui/src/test/generated-sources/xtend is empty. Can't process. [INFO] Installing Xtend files into 0 class files as primary debug sources in: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.ui/target/test-classes [INFO] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.xsemantics.example.fj.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.ui/target/org.eclipse.xsemantics.example.fj.ui-1.19.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.xsemantics.example.fj.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.xsemantics.example.fj.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.ui/target/org.eclipse.xsemantics.example.fj.ui-1.19.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xsemantics.example.fj.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.xsemantics.example.fj.ui --- [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.xsemantics.example.fj.ui --- [INFO] [INFO] ---< org.eclipse.xsemantics:org.eclipse.xsemantics.example.fj.tests >--- [INFO] Building org.eclipse.xsemantics.example.fj.tests 1.19.0-SNAPSHOT [10/41] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xsemantics.example.fj.tests --- [INFO] Deleting /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.tests/xtend-gen (includes = [], excludes = [.gitignore]) [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.xsemantics.example.fj.tests --- [INFO] The project's OSGi version is 1.19.0.v20210326-1027 [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.xsemantics.example.fj.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.xsemantics.example.fj.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.xsemantics.example.fj.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/xsemantics/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.xsemantics.*,excludes=**/src-gen/**/*.java:**/org/eclipse/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java:**/*TypeSystemGen*.java:**/*StandaloneSetup*.java:**/*QuickfixProvider*.java [INFO] [INFO] --- xtend-maven-plugin:2.20.0:compile (default) @ org.eclipse.xsemantics.example.fj.tests --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xsemantics.example.fj.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.xsemantics.example.fj.tests --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.tests/target/classes [INFO] [INFO] --- xtend-maven-plugin:2.20.0:xtend-install-debug-info (default) @ org.eclipse.xsemantics.example.fj.tests --- [WARNING] Directory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.tests/src/main/java is empty. Can't process. [INFO] Installing Xtend files into 6 class files as primary debug sources in: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.tests/target/classes [INFO] [INFO] --- xtend-maven-plugin:2.20.0:testCompile (default) @ org.eclipse.xsemantics.example.fj.tests --- [INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.tests/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used. [INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.tests/src/test/java]' does not exist. [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xsemantics.example.fj.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.tests/src/test/resources [INFO] [INFO] --- xtend-maven-plugin:2.20.0:xtend-test-install-debug-info (default) @ org.eclipse.xsemantics.example.fj.tests --- [WARNING] Directory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.tests/src/test/java is empty. Can't process. [WARNING] Directory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.tests/src/test/generated-sources/xtend is empty. Can't process. [INFO] Installing Xtend files into 0 class files as primary debug sources in: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.tests/target/test-classes [INFO] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.xsemantics.example.fj.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.tests/target/org.eclipse.xsemantics.example.fj.tests-1.19.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.xsemantics.example.fj.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.xsemantics.example.fj.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.tests/target/org.eclipse.xsemantics.example.fj.tests-1.19.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xsemantics.example.fj.tests --- [INFO] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.xsemantics.example.fj.tests --- [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.xsemantics.example.fj.tests --- [INFO] [INFO] --- tycho-surefire-plugin:1.5.0:test (default-test) @ org.eclipse.xsemantics.example.fj.tests --- [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/xsemantics/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.xsemantics.*,excludes=**/src-gen/**/*.java:**/org/eclipse/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java:**/*TypeSystemGen*.java:**/*StandaloneSetup*.java:**/*QuickfixProvider*.java, -Xms256M, -Xmx1024M, -XX:PermSize=256M, -XX:MaxPermSize=256M, -XX:+HeapDumpOnOutOfMemoryError, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.500.v20190715-1310/org.eclipse.equinox.launcher-1.5.500.v20190715-1310.jar, -data, /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.tests/target/work/data, -install, /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.tests/target/work, -configuration, /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.tests/target/surefire.properties] Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=256M; support was removed in 8.0 Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256M; support was removed in 8.0 Running org.eclipse.xsemantics.example.fj.tests.FjAuxiliaryFunctionTest log4j:WARN No appenders could be found for logger (org.eclipse.xtext.parser.antlr.AbstractInternalAntlrParser). log4j:WARN Please initialize the log4j system properly. Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.811 s - in org.eclipse.xsemantics.example.fj.tests.FjAuxiliaryFunctionTest testSuperclasses(org.eclipse.xsemantics.example.fj.tests.FjAuxiliaryFunctionTest) Time elapsed: 0.226 s testOneClass(org.eclipse.xsemantics.example.fj.tests.FjAuxiliaryFunctionTest) Time elapsed: 0.029 s testMethodsOverridden(org.eclipse.xsemantics.example.fj.tests.FjAuxiliaryFunctionTest) Time elapsed: 0.01 s testTwoClasses(org.eclipse.xsemantics.example.fj.tests.FjAuxiliaryFunctionTest) Time elapsed: 0.004 s testFieldsAdditions(org.eclipse.xsemantics.example.fj.tests.FjAuxiliaryFunctionTest) Time elapsed: 0.002 s testGetMethods(org.eclipse.xsemantics.example.fj.tests.FjAuxiliaryFunctionTest) Time elapsed: 0.003 s Running org.eclipse.xsemantics.example.fj.tests.FjSemanticsTest Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.232 s - in org.eclipse.xsemantics.example.fj.tests.FjSemanticsTest testCongruenceReduceFieldSelection1(org.eclipse.xsemantics.example.fj.tests.FjSemanticsTest) Time elapsed: 0.033 s testCongruenceReduceFieldSelection2(org.eclipse.xsemantics.example.fj.tests.FjSemanticsTest) Time elapsed: 0.034 s testReduceCast(org.eclipse.xsemantics.example.fj.tests.FjSemanticsTest) Time elapsed: 0.007 s testReduceNew(org.eclipse.xsemantics.example.fj.tests.FjSemanticsTest) Time elapsed: 0.001 s testWellTypedAfterSubstitutionFieldSelection(org.eclipse.xsemantics.example.fj.tests.FjSemanticsTest) Time elapsed: 0.009 s testSubjectReductionMethodSelection(org.eclipse.xsemantics.example.fj.tests.FjSemanticsTest) Time elapsed: 0.006 s testReduceMethodSelection(org.eclipse.xsemantics.example.fj.tests.FjSemanticsTest) Time elapsed: 0.01 s testNewWithNoArgsIsValue(org.eclipse.xsemantics.example.fj.tests.FjSemanticsTest) Time elapsed: 0.002 s testLiteralsAreValues(org.eclipse.xsemantics.example.fj.tests.FjSemanticsTest) Time elapsed: 0.007 s testWellTypedAfterSubstitutionThis(org.eclipse.xsemantics.example.fj.tests.FjSemanticsTest) Time elapsed: 0.003 s testReduceAllMethodSelection(org.eclipse.xsemantics.example.fj.tests.FjSemanticsTest) Time elapsed: 0.01 s testReplaceThisAndParams(org.eclipse.xsemantics.example.fj.tests.FjSemanticsTest) Time elapsed: 0.033 s testReduceAllCast(org.eclipse.xsemantics.example.fj.tests.FjSemanticsTest) Time elapsed: 0.004 s testWellTypedAfterSubstitutionParam(org.eclipse.xsemantics.example.fj.tests.FjSemanticsTest) Time elapsed: 0.004 s testSubjectReductionManualMethodSelection(org.eclipse.xsemantics.example.fj.tests.FjSemanticsTest) Time elapsed: 0.003 s testCongruenceReduceMethodSelection(org.eclipse.xsemantics.example.fj.tests.FjSemanticsTest) Time elapsed: 0.004 s testReduceFieldSelection(org.eclipse.xsemantics.example.fj.tests.FjSemanticsTest) Time elapsed: 0.002 s testSubjectReductionMethodSelection2(org.eclipse.xsemantics.example.fj.tests.FjSemanticsTest) Time elapsed: 0.004 s testSubjectReductionManualCast(org.eclipse.xsemantics.example.fj.tests.FjSemanticsTest) Time elapsed: 0.003 s testNewWithEvaluatedArgsIsValue(org.eclipse.xsemantics.example.fj.tests.FjSemanticsTest) Time elapsed: 0.002 s testCongruenceReduceCast(org.eclipse.xsemantics.example.fj.tests.FjSemanticsTest) Time elapsed: 0.003 s testMethodCallIsNotValue(org.eclipse.xsemantics.example.fj.tests.FjSemanticsTest) Time elapsed: 0.002 s testReduceCastWrong(org.eclipse.xsemantics.example.fj.tests.FjSemanticsTest) Time elapsed: 0.003 s testReduceAllFieldSelection(org.eclipse.xsemantics.example.fj.tests.FjSemanticsTest) Time elapsed: 0.004 s Running org.eclipse.xsemantics.example.fj.tests.FjValidatorTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.xsemantics.example.fj.tests.FjValidatorTest testUnresolvedReferenceInMain(org.eclipse.xsemantics.example.fj.tests.FjValidatorTest) Time elapsed: 0.004 s Running org.eclipse.xsemantics.example.fj.tests.FJParsingTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.xsemantics.example.fj.tests.FJParsingTest loadModel(org.eclipse.xsemantics.example.fj.tests.FJParsingTest) Time elapsed: 0.001 s Results: Tests run: 32, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --< org.eclipse.xsemantics:org.eclipse.xsemantics.example.fj.ui.tests >-- [INFO] Building org.eclipse.xsemantics.example.fj.ui.tests 1.19.0-SNAPSHOT [11/41] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xsemantics.example.fj.ui.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.xsemantics.example.fj.ui.tests --- [INFO] The project's OSGi version is 1.19.0.v20210326-1027 [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.xsemantics.example.fj.ui.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.xsemantics.example.fj.ui.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.xsemantics.example.fj.ui.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/xsemantics/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.ui.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.xsemantics.*,excludes=**/src-gen/**/*.java:**/org/eclipse/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java:**/*TypeSystemGen*.java:**/*StandaloneSetup*.java:**/*QuickfixProvider*.java [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xsemantics.example.fj.ui.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.ui.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.xsemantics.example.fj.ui.tests --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.ui.tests/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xsemantics.example.fj.ui.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.ui.tests/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.xsemantics.example.fj.ui.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.ui.tests/target/org.eclipse.xsemantics.example.fj.ui.tests-1.19.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.xsemantics.example.fj.ui.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.xsemantics.example.fj.ui.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fj.ui.tests/target/org.eclipse.xsemantics.example.fj.ui.tests-1.19.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xsemantics.example.fj.ui.tests --- [INFO] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.xsemantics.example.fj.ui.tests --- [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.xsemantics.example.fj.ui.tests --- [INFO] [INFO] --- tycho-surefire-plugin:1.5.0:test (default-test) @ org.eclipse.xsemantics.example.fj.ui.tests --- [INFO] Skipping tests [INFO] [INFO] ---< org.eclipse.xsemantics:org.eclipse.xsemantics.example.fjcached >--- [INFO] Building org.eclipse.xsemantics.example.fjcached 1.19.0-SNAPSHOT [12/41] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xsemantics.example.fjcached --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.xsemantics.example.fjcached --- [INFO] The project's OSGi version is 1.19.0.v20210326-1027 [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.xsemantics.example.fjcached --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.xsemantics.example.fjcached --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.xsemantics.example.fjcached --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/xsemantics/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached/../../target/jacoco.exec,append=true,includes=org.eclipse.xsemantics.*,excludes=**/src-gen/**/*.java:**/org/eclipse/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java:**/*TypeSystemGen*.java:**/*StandaloneSetup*.java:**/*QuickfixProvider*.java [INFO] [INFO] --- exec-maven-plugin:1.6.0:java (mwe2Launcher) @ org.eclipse.xsemantics.example.fjcached --- 0 INFO XtextGenerator - Initializing Xtext generator Mar 26, 2021 10:30:44 AM org.eclipse.emf.mwe.utils.StandaloneSetup addRegisterGeneratedEPackage INFO: Adding generated EPackage 'org.eclipse.xtext.common.types.TypesPackage' Mar 26, 2021 10:30:44 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project com.google.guava at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/com/google/guava/guava/27.1-jre/guava-27.1-jre.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/com.google.guava/27.1.0.v20190517-1946/com.google.guava-27.1.0.v20190517-1946.jar!/' instead. Mar 26, 2021 10:30:44 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project com.google.inject at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/com/google/inject/guice/3.0/guice-3.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/com.google.inject/3.0.0.v201605172100/com.google.inject-3.0.0.v201605172100.jar!/' instead. Mar 26, 2021 10:30:44 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project javax.inject at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/javax/inject/javax.inject/1/javax.inject-1.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/javax.inject/1.0.0.v20091030/javax.inject-1.0.0.v20091030.jar!/' instead. Mar 26, 2021 10:30:44 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.osgi at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.osgi/3.15.0.v20190830-1434/org.eclipse.osgi-3.15.0.v20190830-1434.jar!/' instead. Mar 26, 2021 10:30:44 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.equinox.common at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/platform/org.eclipse.equinox.common/3.10.500/org.eclipse.equinox.common-3.10.500.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.equinox.common/3.10.500.v20190815-1535/org.eclipse.equinox.common-3.10.500.v20190815-1535.jar!/' instead. Mar 26, 2021 10:30:44 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.emf.common at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/emf/org.eclipse.emf.common/2.12.0/org.eclipse.emf.common-2.12.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.emf.common/2.16.0.v20190625-1131/org.eclipse.emf.common-2.16.0.v20190625-1131.jar!/' instead. Mar 26, 2021 10:30:44 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.emf.ecore at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/emf/org.eclipse.emf.ecore/2.12.0/org.eclipse.emf.ecore-2.12.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.emf.ecore/2.19.0.v20190822-1451/org.eclipse.emf.ecore-2.19.0.v20190822-1451.jar!/' instead. Mar 26, 2021 10:30:44 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.emf.ecore.xmi at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.12.0/org.eclipse.emf.ecore.xmi-2.12.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.16.0.v20190528-0725/org.eclipse.emf.ecore.xmi-2.16.0.v20190528-0725.jar!/' instead. Mar 26, 2021 10:30:44 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.xtext at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/xtext/org.eclipse.xtext/2.20.0/org.eclipse.xtext-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.xtext/2.20.0.v20191202-0915/org.eclipse.xtext-2.20.0.v20191202-0915.jar!/' instead. Mar 26, 2021 10:30:44 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.xtext.xbase at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/xtext/org.eclipse.xtext.xbase/2.20.0/org.eclipse.xtext.xbase-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar!/' instead. Mar 26, 2021 10:30:44 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.xtext.xbase.lib at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/xtext/org.eclipse.xtext.xbase.lib/2.20.0/org.eclipse.xtext.xbase.lib-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase.lib/2.20.0.v20191202-0907/org.eclipse.xtext.xbase.lib-2.20.0.v20191202-0907.jar!/' instead. Mar 26, 2021 10:30:44 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.xtext.util at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/xtext/org.eclipse.xtext.util/2.20.0/org.eclipse.xtext.util-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.xtext.util/2.20.0.v20191202-0915/org.eclipse.xtext.util-2.20.0.v20191202-0915.jar!/' instead. Mar 26, 2021 10:30:44 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.xtend.lib at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/xtend/org.eclipse.xtend.lib/2.20.0/org.eclipse.xtend.lib-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.xtend.lib/2.20.0.v20191202-0907/org.eclipse.xtend.lib-2.20.0.v20191202-0907.jar!/' instead. Mar 26, 2021 10:30:44 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.xtend.lib.macro at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/xtend/org.eclipse.xtend.lib.macro/2.20.0/org.eclipse.xtend.lib.macro-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.xtend.lib.macro/2.20.0.v20191202-0907/org.eclipse.xtend.lib.macro-2.20.0.v20191202-0907.jar!/' instead. Mar 26, 2021 10:30:44 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.xtext.common.types at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/xtext/org.eclipse.xtext.common.types/2.20.0/org.eclipse.xtext.common.types-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.xtext.common.types/2.20.0.v20191202-0933/org.eclipse.xtext.common.types-2.20.0.v20191202-0933.jar!/' instead. Mar 26, 2021 10:30:44 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.objectweb.asm at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/ow2/asm/asm/7.2/asm-7.2.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.objectweb.asm/7.2.0.v20191010-1910/org.objectweb.asm-7.2.0.v20191010-1910.jar!/' instead. Mar 26, 2021 10:30:44 AM org.eclipse.emf.mwe.utils.StandaloneSetup addProjectMapping INFO: Registering project org.eclipse.xsemantics.example.fjcached at 'file:/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached/' Mar 26, 2021 10:30:44 AM org.eclipse.emf.mwe.utils.StandaloneSetup addProjectMapping INFO: Registering project org.eclipse.xsemantics.example.fjcached.tests at 'file:/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.tests/' Mar 26, 2021 10:30:44 AM org.eclipse.emf.mwe.utils.StandaloneSetup addProjectMapping INFO: Registering project org.eclipse.xsemantics.example.fjcached.ide at 'file:/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ide/' Mar 26, 2021 10:30:44 AM org.eclipse.emf.mwe.utils.StandaloneSetup addProjectMapping INFO: Registering project org.eclipse.xsemantics.example.fjcached.ui at 'file:/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ui/' Mar 26, 2021 10:30:44 AM org.eclipse.emf.mwe.utils.StandaloneSetup addProjectMapping INFO: Registering project org.eclipse.xsemantics.example.fjcached.ui.tests at 'file:/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ui.tests/' Mar 26, 2021 10:30:44 AM org.eclipse.emf.mwe.utils.StandaloneSetup setResourceSet INFO: Using resourceSet registry. The registered Packages will not be registered in the global EPackage.Registry.INSTANCE! Mar 26, 2021 10:30:44 AM org.eclipse.emf.mwe.utils.GenModelHelper registerGenModel INFO: Registered GenModel 'http://www.eclipse.org/Xtext/Xbase/XAnnotations' from 'platform:/resource/org.eclipse.xtext.xbase/model/Xbase.genmodel' Mar 26, 2021 10:30:44 AM org.eclipse.emf.mwe.utils.GenModelHelper registerGenModel INFO: Registered GenModel 'http://www.eclipse.org/xtext/xbase/Xtype' from 'platform:/resource/org.eclipse.xtext.xbase/model/Xbase.genmodel' Mar 26, 2021 10:30:44 AM org.eclipse.emf.mwe.utils.GenModelHelper registerGenModel INFO: Registered GenModel 'http://www.eclipse.org/xtext/xbase/Xbase' from 'platform:/resource/org.eclipse.xtext.xbase/model/Xbase.genmodel' Mar 26, 2021 10:30:44 AM org.eclipse.emf.mwe.utils.GenModelHelper registerGenModel INFO: Registered GenModel 'http://www.eclipse.org/xtext/common/JavaVMTypes' from 'platform:/resource/org.eclipse.xtext.common.types/model/JavaVMTypes.genmodel' Mar 26, 2021 10:30:44 AM org.eclipse.emf.mwe.utils.GenModelHelper registerGenModel INFO: Registered GenModel 'http://www.eclipse.org/xsemantics/example/fj/FJ' from 'platform:/resource/org.eclipse.xsemantics.example.fj/model/generated/FJ.genmodel' 547 INFO XtextGenerator - Generating org.eclipse.xsemantics.example.fjcached.Fjcached 1305 INFO EMFGeneratorFragment2 - Generating EMF model code Mar 26, 2021 10:30:45 AM org.eclipse.emf.mwe.utils.GenModelHelper registerGenModel INFO: Registered GenModel 'http://www.eclipse.org/xsemantics/example/fjcached/Fjcached' from 'platform:/resource/org.eclipse.xsemantics.example.fjcached/model/generated/Fjcached.genmodel' 2886 INFO XtextGenerator - Generating common infrastructure 2896 INFO Workflow - Done. [INFO] [INFO] --- xtext-maven-plugin:2.20.0:generate (default) @ org.eclipse.xsemantics.example.fjcached --- [INFO] Encoding: UTF-8 [INFO] Compiler source level: 1.8 [INFO] Compiler target level: 1.8 [INFO] Using common types. [INFO] Collecting source models. [INFO] Installing type provider. [INFO] Generating stubs into /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached/target/xtext-temp/stubs [INFO] Compiling stubs located in /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached/target/xtext-temp/stubs [INFO] Installing type provider for stubs. [INFO] Validate and generate. [INFO] Starting validation for input: 'fj-cached.xsemantics' [INFO] Starting generator for input: 'fj-cached.xsemantics' [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xsemantics.example.fjcached --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.xsemantics.example.fjcached --- [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xsemantics.example.fjcached --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.xsemantics.example.fjcached --- [INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached/target/org.eclipse.xsemantics.example.fjcached-1.19.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.xsemantics.example.fjcached --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.xsemantics.example.fjcached --- [INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached/target/org.eclipse.xsemantics.example.fjcached-1.19.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xsemantics.example.fjcached --- [INFO] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.xsemantics.example.fjcached --- [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.xsemantics.example.fjcached --- [INFO] [INFO] --< org.eclipse.xsemantics:org.eclipse.xsemantics.example.fjcached.ide >-- [INFO] Building org.eclipse.xsemantics.example.fjcached.ide 1.19.0-SNAPSHOT [13/41] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xsemantics.example.fjcached.ide --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.xsemantics.example.fjcached.ide --- [INFO] The project's OSGi version is 1.19.0.v20210326-1027 [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.xsemantics.example.fjcached.ide --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.xsemantics.example.fjcached.ide --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.xsemantics.example.fjcached.ide --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/xsemantics/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ide/../../target/jacoco.exec,append=true,includes=org.eclipse.xsemantics.*,excludes=**/src-gen/**/*.java:**/org/eclipse/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java:**/*TypeSystemGen*.java:**/*StandaloneSetup*.java:**/*QuickfixProvider*.java [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xsemantics.example.fjcached.ide --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ide/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.xsemantics.example.fjcached.ide --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ide/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xsemantics.example.fjcached.ide --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ide/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.xsemantics.example.fjcached.ide --- [INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ide/target/org.eclipse.xsemantics.example.fjcached.ide-1.19.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.xsemantics.example.fjcached.ide --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.xsemantics.example.fjcached.ide --- [INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ide/target/org.eclipse.xsemantics.example.fjcached.ide-1.19.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xsemantics.example.fjcached.ide --- [INFO] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.xsemantics.example.fjcached.ide --- [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.xsemantics.example.fjcached.ide --- [INFO] [INFO] --< org.eclipse.xsemantics:org.eclipse.xsemantics.example.fjcached.ui >-- [INFO] Building org.eclipse.xsemantics.example.fjcached.ui 1.19.0-SNAPSHOT [14/41] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xsemantics.example.fjcached.ui --- [INFO] Deleting /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ui/xtend-gen (includes = [], excludes = [.gitignore]) [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.xsemantics.example.fjcached.ui --- [INFO] The project's OSGi version is 1.19.0.v20210326-1027 [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.xsemantics.example.fjcached.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.xsemantics.example.fjcached.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.xsemantics.example.fjcached.ui --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/xsemantics/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ui/../../target/jacoco.exec,append=true,includes=org.eclipse.xsemantics.*,excludes=**/src-gen/**/*.java:**/org/eclipse/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java:**/*TypeSystemGen*.java:**/*StandaloneSetup*.java:**/*QuickfixProvider*.java [INFO] [INFO] --- xtend-maven-plugin:2.20.0:compile (default) @ org.eclipse.xsemantics.example.fjcached.ui --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xsemantics.example.fjcached.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.xsemantics.example.fjcached.ui --- [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ui/target/classes [INFO] [INFO] --- xtend-maven-plugin:2.20.0:xtend-install-debug-info (default) @ org.eclipse.xsemantics.example.fjcached.ui --- [WARNING] Directory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ui/src/main/java is empty. Can't process. [INFO] Installing Xtend files into 2 class files as primary debug sources in: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ui/target/classes [INFO] [INFO] --- xtend-maven-plugin:2.20.0:testCompile (default) @ org.eclipse.xsemantics.example.fjcached.ui --- [INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ui/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used. [INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ui/src/test/java]' does not exist. [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xsemantics.example.fjcached.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ui/src/test/resources [INFO] [INFO] --- xtend-maven-plugin:2.20.0:xtend-test-install-debug-info (default) @ org.eclipse.xsemantics.example.fjcached.ui --- [WARNING] Directory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ui/src/test/java is empty. Can't process. [WARNING] Directory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ui/src/test/generated-sources/xtend is empty. Can't process. [INFO] Installing Xtend files into 0 class files as primary debug sources in: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ui/target/test-classes [INFO] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.xsemantics.example.fjcached.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ui/target/org.eclipse.xsemantics.example.fjcached.ui-1.19.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.xsemantics.example.fjcached.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.xsemantics.example.fjcached.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ui/target/org.eclipse.xsemantics.example.fjcached.ui-1.19.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xsemantics.example.fjcached.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.xsemantics.example.fjcached.ui --- [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.xsemantics.example.fjcached.ui --- [INFO] [INFO] --< org.eclipse.xsemantics:org.eclipse.xsemantics.example.fjcached.tests >-- [INFO] Building org.eclipse.xsemantics.example.fjcached.tests 1.19.0-SNAPSHOT [15/41] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xsemantics.example.fjcached.tests --- [INFO] Deleting /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.tests/xtend-gen (includes = [], excludes = [.gitignore]) [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.xsemantics.example.fjcached.tests --- [INFO] The project's OSGi version is 1.19.0.v20210326-1027 [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.xsemantics.example.fjcached.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.xsemantics.example.fjcached.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.xsemantics.example.fjcached.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/xsemantics/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.xsemantics.*,excludes=**/src-gen/**/*.java:**/org/eclipse/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java:**/*TypeSystemGen*.java:**/*StandaloneSetup*.java:**/*QuickfixProvider*.java [INFO] [INFO] --- xtend-maven-plugin:2.20.0:compile (default) @ org.eclipse.xsemantics.example.fjcached.tests --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xsemantics.example.fjcached.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.xsemantics.example.fjcached.tests --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.tests/target/classes [INFO] [INFO] --- xtend-maven-plugin:2.20.0:xtend-install-debug-info (default) @ org.eclipse.xsemantics.example.fjcached.tests --- [WARNING] Directory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.tests/src/main/java is empty. Can't process. [INFO] Installing Xtend files into 2 class files as primary debug sources in: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.tests/target/classes [INFO] [INFO] --- xtend-maven-plugin:2.20.0:testCompile (default) @ org.eclipse.xsemantics.example.fjcached.tests --- [INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.tests/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used. [INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.tests/src/test/java]' does not exist. [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xsemantics.example.fjcached.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.tests/src/test/resources [INFO] [INFO] --- xtend-maven-plugin:2.20.0:xtend-test-install-debug-info (default) @ org.eclipse.xsemantics.example.fjcached.tests --- [WARNING] Directory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.tests/src/test/java is empty. Can't process. [WARNING] Directory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.tests/src/test/generated-sources/xtend is empty. Can't process. [INFO] Installing Xtend files into 0 class files as primary debug sources in: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.tests/target/test-classes [INFO] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.xsemantics.example.fjcached.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.tests/target/org.eclipse.xsemantics.example.fjcached.tests-1.19.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.xsemantics.example.fjcached.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.xsemantics.example.fjcached.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.tests/target/org.eclipse.xsemantics.example.fjcached.tests-1.19.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xsemantics.example.fjcached.tests --- [INFO] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.xsemantics.example.fjcached.tests --- [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.xsemantics.example.fjcached.tests --- [INFO] [INFO] --- tycho-surefire-plugin:1.5.0:test (default-test) @ org.eclipse.xsemantics.example.fjcached.tests --- [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/xsemantics/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.xsemantics.*,excludes=**/src-gen/**/*.java:**/org/eclipse/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java:**/*TypeSystemGen*.java:**/*StandaloneSetup*.java:**/*QuickfixProvider*.java, -Xms256M, -Xmx1024M, -XX:PermSize=256M, -XX:MaxPermSize=256M, -XX:+HeapDumpOnOutOfMemoryError, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.500.v20190715-1310/org.eclipse.equinox.launcher-1.5.500.v20190715-1310.jar, -data, /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.tests/target/work/data, -install, /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.tests/target/work, -configuration, /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.tests/target/surefire.properties] Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=256M; support was removed in 8.0 Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256M; support was removed in 8.0 Running org.eclipse.xsemantics.example.fjcached.tests.FjCachedTest log4j:WARN No appenders could be found for logger (org.eclipse.xtext.parser.antlr.AbstractInternalAntlrParser). log4j:WARN Please initialize the log4j system properly. missed: [typeInternal: Result ClassType 'class Pair extends MyObject {..., superclassesInternal: [class MyObject { }], fieldsInternal: [MyObject fst;, MyObject snd;], methodsInternal: [Pair setfst(MyObject newfst) { return ne..., Pair setsnd(MyObject newscd) { return ne...], typeInternal: Result ClassType 'class Pair extends MyObject {..., superclassesInternal: [class MyObject { }], fieldsInternal: [], typeInternal: Result A, subclassInternal: Result true, superclassesInternal: [class MyObject { }], fieldsInternal: [], typeInternal: Result B, subclassInternal: Result true, typeInternal: Result Pair, typeInternal: Result B, typeInternal: Result Pair, typeInternal: Result MyObject, superclassesInternal: [], fieldsInternal: [], typeInternal: Result MyObject, subclassInternal: Result true, typeInternal: Result MyObject, typeInternal: Result Pair, subclassInternal: Result true, methodsInternal: [], typeInternal: Result MyObject, typeInternal: Result MyObject, typeInternal: Result Pair] hits : [superclassesInternal: [class MyObject { }], fieldsInternal: [MyObject fst;, MyObject snd;], methodsInternal: [Pair setfst(MyObject newfst) { return ne..., Pair setsnd(MyObject newscd) { return ne...], fieldsInternal: [MyObject fst;, MyObject snd;], superclassesInternal: [class MyObject { }], superclassesInternal: [class MyObject { }], typeInternal: Result Pair, fieldsInternal: [MyObject fst;, MyObject snd;], methodsInternal: [Pair setfst(MyObject newfst) { return ne..., Pair setsnd(MyObject newscd) { return ne...], fieldsInternal: [], subclassInternal: Result true, fieldsInternal: [MyObject fst;, MyObject snd;], methodsInternal: [Pair setfst(MyObject newfst) { return ne..., Pair setsnd(MyObject newscd) { return ne...], typeInternal: Result Pair, superclassesInternal: [class MyObject { }], superclassesInternal: [class MyObject { }], superclassesInternal: [class MyObject { }], fieldsInternal: [], fieldsInternal: [MyObject fst;, MyObject snd;], typeInternal: Result ClassType 'class Pair extends MyObject {..., subclassInternal: Result true, superclassesInternal: [], fieldsInternal: [MyObject fst;, MyObject snd;], typeInternal: Result ClassType 'class Pair extends MyObject {..., subclassInternal: Result true, subclassInternal: Result true, subclassInternal: Result true, methodsInternal: []] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.997 s - in org.eclipse.xsemantics.example.fjcached.tests.FjCachedTest testFjPair(org.eclipse.xsemantics.example.fjcached.tests.FjCachedTest) Time elapsed: 0.297 s testValidationIsInherited(org.eclipse.xsemantics.example.fjcached.tests.FjCachedTest) Time elapsed: 0.029 s Running org.eclipse.xsemantics.example.fjcached.tests.FjcachedParsingTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.xsemantics.example.fjcached.tests.FjcachedParsingTest loadModel(org.eclipse.xsemantics.example.fjcached.tests.FjcachedParsingTest) Time elapsed: 0.004 s Results: Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --< org.eclipse.xsemantics:org.eclipse.xsemantics.example.fjcached.ui.tests >-- [INFO] Building org.eclipse.xsemantics.example.fjcached.ui.tests 1.19.0-SNAPSHOT [16/41] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xsemantics.example.fjcached.ui.tests --- [INFO] Deleting /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ui.tests/xtend-gen (includes = [], excludes = [.gitignore]) [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.xsemantics.example.fjcached.ui.tests --- [INFO] The project's OSGi version is 1.19.0.v20210326-1027 [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.xsemantics.example.fjcached.ui.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.xsemantics.example.fjcached.ui.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.xsemantics.example.fjcached.ui.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/xsemantics/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ui.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.xsemantics.*,excludes=**/src-gen/**/*.java:**/org/eclipse/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java:**/*TypeSystemGen*.java:**/*StandaloneSetup*.java:**/*QuickfixProvider*.java [INFO] [INFO] --- xtend-maven-plugin:2.20.0:compile (default) @ org.eclipse.xsemantics.example.fjcached.ui.tests --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xsemantics.example.fjcached.ui.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ui.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.xsemantics.example.fjcached.ui.tests --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ui.tests/target/classes [INFO] [INFO] --- xtend-maven-plugin:2.20.0:xtend-install-debug-info (default) @ org.eclipse.xsemantics.example.fjcached.ui.tests --- [WARNING] Directory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ui.tests/src/main/java is empty. Can't process. [INFO] Installing Xtend files into 1 class files as primary debug sources in: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ui.tests/target/classes [INFO] [INFO] --- xtend-maven-plugin:2.20.0:testCompile (default) @ org.eclipse.xsemantics.example.fjcached.ui.tests --- [INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ui.tests/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used. [INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ui.tests/src/test/java]' does not exist. [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xsemantics.example.fjcached.ui.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ui.tests/src/test/resources [INFO] [INFO] --- xtend-maven-plugin:2.20.0:xtend-test-install-debug-info (default) @ org.eclipse.xsemantics.example.fjcached.ui.tests --- [WARNING] Directory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ui.tests/src/test/java is empty. Can't process. [WARNING] Directory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ui.tests/src/test/generated-sources/xtend is empty. Can't process. [INFO] Installing Xtend files into 0 class files as primary debug sources in: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ui.tests/target/test-classes [INFO] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.xsemantics.example.fjcached.ui.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ui.tests/target/org.eclipse.xsemantics.example.fjcached.ui.tests-1.19.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.xsemantics.example.fjcached.ui.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.xsemantics.example.fjcached.ui.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ui.tests/target/org.eclipse.xsemantics.example.fjcached.ui.tests-1.19.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xsemantics.example.fjcached.ui.tests --- [INFO] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.xsemantics.example.fjcached.ui.tests --- [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.xsemantics.example.fjcached.ui.tests --- [INFO] [INFO] --- tycho-surefire-plugin:1.5.0:test (default-test) @ org.eclipse.xsemantics.example.fjcached.ui.tests --- [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ui.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/xsemantics/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ui.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.xsemantics.*,excludes=**/src-gen/**/*.java:**/org/eclipse/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java:**/*TypeSystemGen*.java:**/*StandaloneSetup*.java:**/*QuickfixProvider*.java, -Xms256M, -Xmx1024M, -XX:PermSize=256M, -XX:MaxPermSize=256M, -XX:+HeapDumpOnOutOfMemoryError, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -Xms256M, -Xmx1024M, -XX:PermSize=256M, -XX:MaxPermSize=256M, -XX:+HeapDumpOnOutOfMemoryError, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.500.v20190715-1310/org.eclipse.equinox.launcher-1.5.500.v20190715-1310.jar, -data, /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ui.tests/target/work/data, -install, /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ui.tests/target/work, -configuration, /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ui.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.fjcached.ui.tests/target/surefire.properties] Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=256M; support was removed in 8.0 Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256M; support was removed in 8.0 Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=256M; support was removed in 8.0 Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256M; support was removed in 8.0 Running org.eclipse.xsemantics.example.fjcached.ui.tests.FjCachedTypeSystemEditorTest log4j:WARN No appenders could be found for logger (org.eclipse.xtext.ui.internal.Activator). log4j:WARN Please initialize the log4j system properly. [superclassesInternal: [], fieldsInternal: [], typeInternal: Result C, methodsInternal: [C m() { return this; }], typeInternal: Result C, typeInternal: Result ClassType 'class C { C m() { return this..., subclassInternal: Result true, superclassesInternal: [], fieldsInternal: [], typeInternal: Result C, methodsInternal: [C m() { return this; }], superclassesInternal: [], fieldsInternal: [], typeInternal: Result C, methodsInternal: [C m() { return this; }]] [fieldsInternal: [], superclassesInternal: [], typeInternal: Result C, fieldsInternal: [], superclassesInternal: [], fieldsInternal: [], superclassesInternal: []] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.662 s - in org.eclipse.xsemantics.example.fjcached.ui.tests.FjCachedTypeSystemEditorTest testCachedTypeSystemEditorUsesXsemanticsCache(org.eclipse.xsemantics.example.fjcached.ui.tests.FjCachedTypeSystemEditorTest) Time elapsed: 1.596 s Results: Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] ------< org.eclipse.xsemantics:org.eclipse.xsemantics.dsl.tests >------- [INFO] Building org.eclipse.xsemantics.dsl.tests 1.19.0-SNAPSHOT [17/41] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xsemantics.dsl.tests --- [INFO] Deleting /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.tests/xtend-gen (includes = [], excludes = [.gitignore]) [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.xsemantics.dsl.tests --- [INFO] The project's OSGi version is 1.19.0.v20210326-1027 [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.xsemantics.dsl.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.xsemantics.dsl.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.xsemantics.dsl.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/xsemantics/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.xsemantics.*,excludes=**/src-gen/**/*.java:**/org/eclipse/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java:**/*TypeSystemGen*.java:**/*StandaloneSetup*.java:**/*QuickfixProvider*.java [INFO] [INFO] --- xtext-maven-plugin:2.20.0:generate (default) @ org.eclipse.xsemantics.dsl.tests --- [INFO] Encoding: UTF-8 [INFO] Compiler source level: 1.8 [INFO] Compiler target level: 1.8 [INFO] Using common types. [INFO] Collecting source models. [INFO] Installing type provider. [INFO] Generating stubs into /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.tests/target/xtext-temp/stubs [INFO] Compiling stubs located in /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.tests/target/xtext-temp/stubs [INFO] Installing type provider for stubs. [INFO] Validate and generate. [INFO] Starting validation for input: 'ecore_errspecification_test.xsemantics' [INFO] Starting validation for input: 'ecore_expressions_test.xsemantics' [WARNING] WARNING:No rule defined for the judgment description (file:/home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.tests/tests_input_files/ecore_expressions_test.xsemantics line : 35 column : 2) [WARNING] WARNING:The value of the local variable temp is not used (file:/home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.tests/tests_input_files/ecore_expressions_test.xsemantics line : 47 column : 6) [WARNING] WARNING:The value of the local variable eC is not used (file:/home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.tests/tests_input_files/ecore_expressions_test.xsemantics line : 51 column : 13) [WARNING] WARNING:The value of the local variable b is not used (file:/home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.tests/tests_input_files/ecore_expressions_test.xsemantics line : 53 column : 14) [INFO] Starting validation for input: 'ecore_or_test.xsemantics' [INFO] Starting validation for input: 'ecore_particular_test.xsemantics' [WARNING] WARNING:No rule defined for the judgment description (file:/home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.tests/tests_input_files/ecore_particular_test.xsemantics line : 41 column : 2) [INFO] Starting validation for input: 'ecore_ruleinvocation_test.xsemantics' [INFO] Starting validation for input: 'ecore_test.xsemantics' [INFO] Starting validation for input: 'ecore_validation_test.xsemantics' [WARNING] WARNING:No rule defined for the judgment description (file:/home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.tests/tests_input_files/ecore_validation_test.xsemantics line : 34 column : 2) [WARNING] WARNING:The value of the local variable temp is not used (file:/home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.tests/tests_input_files/ecore_validation_test.xsemantics line : 45 column : 6) [INFO] Starting validation for input: 'fj_alt_test.xsemantics' [WARNING] WARNING:The operator '!=' should be replaced by '!==' when null is one of the arguments. (file:/home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.tests/tests_input_files/fj_alt_test.xsemantics line : 76 column : 20) [WARNING] WARNING:The operator '==' should be replaced by '===' when null is one of the arguments. (file:/home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.tests/tests_input_files/fj_alt_test.xsemantics line : 116 column : 15) [INFO] Starting validation for input: 'fj_cached_options_test.xsemantics' [INFO] Starting validation for input: 'fj_cached_test.xsemantics' [INFO] Starting validation for input: 'fj_first_test.xsemantics' [WARNING] WARNING:The operator '!=' should be replaced by '!==' when null is one of the arguments. (file:/home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.tests/tests_input_files/fj_first_test.xsemantics line : 157 column : 21) [WARNING] WARNING:The operator '!=' should be replaced by '!==' when null is one of the arguments. (file:/home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.tests/tests_input_files/fj_first_test.xsemantics line : 248 column : 28) [WARNING] WARNING:The operator '!=' should be replaced by '!==' when null is one of the arguments. (file:/home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.tests/tests_input_files/fj_first_test.xsemantics line : 305 column : 20) [WARNING] WARNING:The operator '==' should be replaced by '===' when null is one of the arguments. (file:/home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.tests/tests_input_files/fj_first_test.xsemantics line : 344 column : 15) [INFO] Starting validation for input: 'fj_lambda_test.xsemantics' [INFO] Starting validation for input: 'header_test.xsemantics' [WARNING] WARNING:The import 'org.eclipse.xtext.EcoreUtil2' is never used. (file:/home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.tests/tests_input_files/header_test.xsemantics line : 23 column : 1) [WARNING] WARNING:The import 'org.eclipse.emf.ecore.EObject' is never used. (file:/home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.tests/tests_input_files/header_test.xsemantics line : 22 column : 1) [WARNING] WARNING:The import 'java.util.LinkedList' is never used. (file:/home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.tests/tests_input_files/header_test.xsemantics line : 20 column : 1) [WARNING] WARNING:The import 'java.util.Collections' is never used. (file:/home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.tests/tests_input_files/header_test.xsemantics line : 19 column : 1) [WARNING] WARNING:No function defined for the auxiliary description (file:/home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.tests/tests_input_files/header_test.xsemantics line : 34 column : 2) [INFO] Starting validation for input: 'PerformanceTest.xsemantics' [INFO] Starting generator for input: 'ecore_errspecification_test.xsemantics' [INFO] Starting generator for input: 'ecore_expressions_test.xsemantics' [INFO] Starting generator for input: 'ecore_or_test.xsemantics' [INFO] Starting generator for input: 'ecore_particular_test.xsemantics' [INFO] Starting generator for input: 'ecore_ruleinvocation_test.xsemantics' [INFO] Starting generator for input: 'ecore_test.xsemantics' [INFO] Starting generator for input: 'ecore_validation_test.xsemantics' [INFO] Starting generator for input: 'fj_alt_test.xsemantics' [INFO] Starting generator for input: 'fj_cached_options_test.xsemantics' [INFO] Starting generator for input: 'fj_cached_test.xsemantics' [INFO] Starting generator for input: 'fj_first_test.xsemantics' [INFO] Starting generator for input: 'fj_lambda_test.xsemantics' [INFO] Starting generator for input: 'header_test.xsemantics' [INFO] Starting generator for input: 'PerformanceTest.xsemantics' [INFO] [INFO] --- xtend-maven-plugin:2.20.0:compile (default) @ org.eclipse.xsemantics.dsl.tests --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xsemantics.dsl.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.xsemantics.dsl.tests --- [INFO] Compiling 120 source files to /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.tests/target/classes [INFO] [INFO] --- xtend-maven-plugin:2.20.0:xtend-install-debug-info (default) @ org.eclipse.xsemantics.dsl.tests --- [WARNING] Directory /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.tests/src/main/java is empty. Can't process. [INFO] Installing Xtend files into 202 class files as primary debug sources in: /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.tests/target/classes [INFO] [INFO] --- xtend-maven-plugin:2.20.0:testCompile (default) @ org.eclipse.xsemantics.dsl.tests --- [INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.tests/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used. [INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.tests/src/test/java]' does not exist. [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xsemantics.dsl.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.tests/src/test/resources [INFO] [INFO] --- xtend-maven-plugin:2.20.0:xtend-test-install-debug-info (default) @ org.eclipse.xsemantics.dsl.tests --- [WARNING] Directory /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.tests/src/test/java is empty. Can't process. [WARNING] Directory /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.tests/src/test/generated-sources/xtend is empty. Can't process. [INFO] Installing Xtend files into 0 class files as primary debug sources in: /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.tests/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (DSLTests) @ org.eclipse.xsemantics.dsl.tests --- ------------------------------------------------------- T E S T S ------------------------------------------------------- Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=256M; support was removed in 8.0 Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256M; support was removed in 8.0 Running org.eclipse.xsemantics.dsl.tests.generator.XsemanticsGeneratedFileHeaderTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.697 sec - in org.eclipse.xsemantics.dsl.tests.generator.XsemanticsGeneratedFileHeaderTest Running org.eclipse.xsemantics.dsl.tests.generator.XsemanticsGeneratorExtensionsTest Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.926 sec - in org.eclipse.xsemantics.dsl.tests.generator.XsemanticsGeneratorExtensionsTest Running org.eclipse.xsemantics.dsl.tests.generator.XsemanticsErrorSpecificationGeneratorTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.24 sec - in org.eclipse.xsemantics.dsl.tests.generator.XsemanticsErrorSpecificationGeneratorTest Running org.eclipse.xsemantics.dsl.tests.generator.XsemanticsGeneratorRunnerTests Code generation finished. WARNING:The operator '!=' should be replaced by '!==' when null is one of the arguments. (./tests_input_files/fj_first_test.xsemantics line : 157 column : 21) WARNING:The operator '!=' should be replaced by '!==' when null is one of the arguments. (./tests_input_files/fj_first_test.xsemantics line : 248 column : 28) WARNING:The operator '!=' should be replaced by '!==' when null is one of the arguments. (./tests_input_files/fj_first_test.xsemantics line : 305 column : 20) WARNING:The operator '==' should be replaced by '===' when null is one of the arguments. (./tests_input_files/fj_first_test.xsemantics line : 344 column : 15) Code generation finished. Code generation finished. Code generation finished. WARNING:The operator '!=' should be replaced by '!==' when null is one of the arguments. (./tests_input_files/fj_first_test.xsemantics line : 157 column : 21) WARNING:The operator '!=' should be replaced by '!==' when null is one of the arguments. (./tests_input_files/fj_first_test.xsemantics line : 248 column : 28) WARNING:The operator '!=' should be replaced by '!==' when null is one of the arguments. (./tests_input_files/fj_first_test.xsemantics line : 305 column : 20) WARNING:The operator '==' should be replaced by '===' when null is one of the arguments. (./tests_input_files/fj_first_test.xsemantics line : 344 column : 15) Code generation finished. WARNING:The operator '!=' should be replaced by '!==' when null is one of the arguments. (./tests_input_files/fj_alt_test.xsemantics line : 76 column : 20) WARNING:The operator '==' should be replaced by '===' when null is one of the arguments. (./tests_input_files/fj_alt_test.xsemantics line : 116 column : 15) Code generation finished. Code generation finished. Code generation finished. Code generation finished. Code generation finished. WARNING:No rule defined for the judgment description (./tests_input_files/ecore_expressions_test.xsemantics line : 35 column : 2) WARNING:The value of the local variable temp is not used (./tests_input_files/ecore_expressions_test.xsemantics line : 47 column : 6) WARNING:The value of the local variable eC is not used (./tests_input_files/ecore_expressions_test.xsemantics line : 51 column : 13) WARNING:The value of the local variable b is not used (./tests_input_files/ecore_expressions_test.xsemantics line : 53 column : 14) Code generation finished. WARNING:No rule defined for the judgment description (./tests_input_files/ecore_particular_test.xsemantics line : 41 column : 2) Code generation finished. Code generation finished. Code generation finished. WARNING:No rule defined for the judgment description (./tests_input_files/ecore_validation_test.xsemantics line : 34 column : 2) WARNING:The value of the local variable temp is not used (./tests_input_files/ecore_validation_test.xsemantics line : 45 column : 6) Code generation finished. Code generation finished. WARNING:The operator '!=' should be replaced by '!==' when null is one of the arguments. (./tests_input_files/fj_first_test.xsemantics line : 157 column : 21) WARNING:The operator '!=' should be replaced by '!==' when null is one of the arguments. (./tests_input_files/fj_first_test.xsemantics line : 248 column : 28) WARNING:The operator '!=' should be replaced by '!==' when null is one of the arguments. (./tests_input_files/fj_first_test.xsemantics line : 305 column : 20) WARNING:The operator '==' should be replaced by '===' when null is one of the arguments. (./tests_input_files/fj_first_test.xsemantics line : 344 column : 15) Code generation finished. Code generation finished. Code generation finished. WARNING:No rule defined for the judgment description (./tests_input_files/ecore_particular_test.xsemantics line : 41 column : 2) Code generation finished. Code generation finished. ERROR:Must be a parameter, not an expression (./tests_input_files_with_errors/ecore_test_errors.xsemantics line : 41 column : 31) Code generation finished. WARNING:The operator '!=' should be replaced by '!==' when null is one of the arguments. (./tests_input_files/fj_first_test.xsemantics line : 157 column : 21) WARNING:The operator '!=' should be replaced by '!==' when null is one of the arguments. (./tests_input_files/fj_first_test.xsemantics line : 248 column : 28) WARNING:The operator '!=' should be replaced by '!==' when null is one of the arguments. (./tests_input_files/fj_first_test.xsemantics line : 305 column : 20) WARNING:The operator '==' should be replaced by '===' when null is one of the arguments. (./tests_input_files/fj_first_test.xsemantics line : 344 column : 15) Code generation finished. WARNING:The operator '!=' should be replaced by '!==' when null is one of the arguments. (./tests_input_files/fj_first_test.xsemantics line : 157 column : 21) WARNING:The operator '!=' should be replaced by '!==' when null is one of the arguments. (./tests_input_files/fj_first_test.xsemantics line : 248 column : 28) WARNING:The operator '!=' should be replaced by '!==' when null is one of the arguments. (./tests_input_files/fj_first_test.xsemantics line : 305 column : 20) WARNING:The operator '==' should be replaced by '===' when null is one of the arguments. (./tests_input_files/fj_first_test.xsemantics line : 344 column : 15) Code generation finished. WARNING:The operator '!=' should be replaced by '!==' when null is one of the arguments. (./tests_input_files/fj_alt_test.xsemantics line : 76 column : 20) WARNING:The operator '==' should be replaced by '===' when null is one of the arguments. (./tests_input_files/fj_alt_test.xsemantics line : 116 column : 15) Code generation finished. WARNING:No rule defined for the judgment description (./tests_input_files/ecore_validation_test.xsemantics line : 34 column : 2) WARNING:The value of the local variable temp is not used (./tests_input_files/ecore_validation_test.xsemantics line : 45 column : 6) Code generation finished. WARNING:No rule defined for the judgment description (./tests_input_files/ecore_expressions_test.xsemantics line : 35 column : 2) WARNING:The value of the local variable temp is not used (./tests_input_files/ecore_expressions_test.xsemantics line : 47 column : 6) WARNING:The value of the local variable eC is not used (./tests_input_files/ecore_expressions_test.xsemantics line : 51 column : 13) WARNING:The value of the local variable b is not used (./tests_input_files/ecore_expressions_test.xsemantics line : 53 column : 14) Code generation finished. Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.035 sec - in org.eclipse.xsemantics.dsl.tests.generator.XsemanticsGeneratorRunnerTests Running org.eclipse.xsemantics.dsl.tests.generator.UniqueNamesTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.xsemantics.dsl.tests.generator.UniqueNamesTest Running org.eclipse.xsemantics.dsl.tests.performance.XsemanticsPerformanceTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 sec - in org.eclipse.xsemantics.dsl.tests.performance.XsemanticsPerformanceTest Running org.eclipse.xsemantics.dsl.tests.runtime.RuleEnvironmentTests Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.xsemantics.dsl.tests.runtime.RuleEnvironmentTests Running org.eclipse.xsemantics.dsl.tests.runtime.XsemanticsRuntimeSystemTests Tests run: 59, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.46 sec - in org.eclipse.xsemantics.dsl.tests.runtime.XsemanticsRuntimeSystemTests Running org.eclipse.xsemantics.dsl.tests.runtime.ResultTests Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.xsemantics.dsl.tests.runtime.ResultTests Running org.eclipse.xsemantics.dsl.tests.runtime.RuleApplicationTraceTests Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.228 sec - in org.eclipse.xsemantics.dsl.tests.runtime.RuleApplicationTraceTests Running org.eclipse.xsemantics.dsl.tests.runtime.RuleFailedExceptionTests Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.224 sec - in org.eclipse.xsemantics.dsl.tests.runtime.RuleFailedExceptionTests Running org.eclipse.xsemantics.dsl.tests.runtime.XsemanticsCacheTests Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.xsemantics.dsl.tests.runtime.XsemanticsCacheTests Running org.eclipse.xsemantics.dsl.tests.runtime.XsemanticsCacheUtilsTests Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.xsemantics.dsl.tests.runtime.XsemanticsCacheUtilsTests Running org.eclipse.xsemantics.dsl.tests.runtime.TraceUtilsTests Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.155 sec - in org.eclipse.xsemantics.dsl.tests.runtime.TraceUtilsTests Running org.eclipse.xsemantics.dsl.tests.runtime.StringRepresentationTests Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.112 sec - in org.eclipse.xsemantics.dsl.tests.runtime.StringRepresentationTests Running org.eclipse.xsemantics.dsl.tests.runtime.StringRepresentationPostProcessorTests Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.xsemantics.dsl.tests.runtime.StringRepresentationPostProcessorTests Running org.eclipse.xsemantics.dsl.tests.runtime.XsemanticsCacheListenerTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.xsemantics.dsl.tests.runtime.XsemanticsCacheListenerTest Running org.eclipse.xsemantics.dsl.tests.XsemanticsParsingTest Tests run: 66, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.504 sec - in org.eclipse.xsemantics.dsl.tests.XsemanticsParsingTest Running org.eclipse.xsemantics.dsl.tests.XsemanticsUtilsTest Tests run: 45, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.678 sec - in org.eclipse.xsemantics.dsl.tests.XsemanticsUtilsTest Running org.eclipse.xsemantics.dsl.tests.XsemanticsProposalsForDatatypeRulesTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.xsemantics.dsl.tests.XsemanticsProposalsForDatatypeRulesTest Running org.eclipse.xsemantics.dsl.tests.QualifiedNameTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.xsemantics.dsl.tests.QualifiedNameTest Running org.eclipse.xsemantics.dsl.tests.XsemanticsScopingTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.209 sec - in org.eclipse.xsemantics.dsl.tests.XsemanticsScopingTest Running org.eclipse.xsemantics.dsl.tests.XsemanticsNodeModelUtilsTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 sec - in org.eclipse.xsemantics.dsl.tests.XsemanticsNodeModelUtilsTest Running org.eclipse.xsemantics.dsl.tests.XsemanticsValidatorTests Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.08 sec - in org.eclipse.xsemantics.dsl.tests.XsemanticsValidatorTests Running org.eclipse.xsemantics.dsl.tests.XsemanticsTypeSystemTest Tests run: 38, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.357 sec - in org.eclipse.xsemantics.dsl.tests.XsemanticsTypeSystemTest Running org.eclipse.xsemantics.dsl.tests.XsemanticsValidatorTest Tests run: 51, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.478 sec - in org.eclipse.xsemantics.dsl.tests.XsemanticsValidatorTest Results : Tests run: 425, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (FJGeneratedTypeSystemTests) @ org.eclipse.xsemantics.dsl.tests --- ------------------------------------------------------- T E S T S ------------------------------------------------------- Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=256M; support was removed in 8.0 Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256M; support was removed in 8.0 Running org.eclipse.xsemantics.dsl.tests.generator.fj.FjFirstGeneratedValidatorTests Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.117 sec - in org.eclipse.xsemantics.dsl.tests.generator.fj.FjFirstGeneratedValidatorTests Running org.eclipse.xsemantics.dsl.tests.generator.fj.caching.FjFirstTypeSystemCachedOptionsTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 sec - in org.eclipse.xsemantics.dsl.tests.generator.fj.caching.FjFirstTypeSystemCachedOptionsTest Running org.eclipse.xsemantics.dsl.tests.generator.fj.caching.FjCachedTypeSystemResourceSetTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.239 sec - in org.eclipse.xsemantics.dsl.tests.generator.fj.caching.FjCachedTypeSystemResourceSetTest Running org.eclipse.xsemantics.dsl.tests.generator.fj.caching.FjFirstTypeSystemManualCachedTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in org.eclipse.xsemantics.dsl.tests.generator.fj.caching.FjFirstTypeSystemManualCachedTest Running org.eclipse.xsemantics.dsl.tests.generator.fj.caching.FjFirstTypeSystemCachedTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in org.eclipse.xsemantics.dsl.tests.generator.fj.caching.FjFirstTypeSystemCachedTest Running org.eclipse.xsemantics.dsl.tests.generator.fj.FjAltGeneratedValidatorTests Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 sec - in org.eclipse.xsemantics.dsl.tests.generator.fj.FjAltGeneratedValidatorTests Running org.eclipse.xsemantics.dsl.tests.generator.fj.FjFirstGeneratedTypeSystemTests Tests run: 51, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.9 sec - in org.eclipse.xsemantics.dsl.tests.generator.fj.FjFirstGeneratedTypeSystemTests Running org.eclipse.xsemantics.dsl.tests.generator.fj.FjActualGeneratedValidatorTests Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.12 sec - in org.eclipse.xsemantics.dsl.tests.generator.fj.FjActualGeneratedValidatorTests Running org.eclipse.xsemantics.dsl.tests.generator.fj.FjSepGeneratedTypeSystemTests Tests run: 51, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.727 sec - in org.eclipse.xsemantics.dsl.tests.generator.fj.FjSepGeneratedTypeSystemTests Running org.eclipse.xsemantics.dsl.tests.generator.fj.FjFirstCachedGeneratedTypeSystemTests Tests run: 52, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.643 sec - in org.eclipse.xsemantics.dsl.tests.generator.fj.FjFirstCachedGeneratedTypeSystemTests Running org.eclipse.xsemantics.dsl.tests.generator.fj.FjLambdaGeneratedTypeSystemTests Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec - in org.eclipse.xsemantics.dsl.tests.generator.fj.FjLambdaGeneratedTypeSystemTests Running org.eclipse.xsemantics.dsl.tests.generator.fj.FjActualGeneratedTypeSystemTests Tests run: 51, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.503 sec - in org.eclipse.xsemantics.dsl.tests.generator.fj.FjActualGeneratedTypeSystemTests Running org.eclipse.xsemantics.dsl.tests.generator.fj.FjSepGeneratedValidatorTests Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 sec - in org.eclipse.xsemantics.dsl.tests.generator.fj.FjSepGeneratedValidatorTests Running org.eclipse.xsemantics.dsl.tests.generator.fj.FjAltGeneratedTypeSystemTests Tests run: 51, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.489 sec - in org.eclipse.xsemantics.dsl.tests.generator.fj.FjAltGeneratedTypeSystemTests Results : Tests run: 312, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.xsemantics.dsl.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.tests/target/org.eclipse.xsemantics.dsl.tests-1.19.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.xsemantics.dsl.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.xsemantics.dsl.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.tests/target/org.eclipse.xsemantics.dsl.tests-1.19.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xsemantics.dsl.tests --- [INFO] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.xsemantics.dsl.tests --- [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.xsemantics.dsl.tests --- [INFO] [INFO] --- tycho-surefire-plugin:1.5.0:test (default-test) @ org.eclipse.xsemantics.dsl.tests --- [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/xsemantics/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.xsemantics.*,excludes=**/src-gen/**/*.java:**/org/eclipse/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java:**/*TypeSystemGen*.java:**/*StandaloneSetup*.java:**/*QuickfixProvider*.java, -Xms256M, -Xmx1024M, -XX:PermSize=256M, -XX:MaxPermSize=256M, -XX:+HeapDumpOnOutOfMemoryError, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.500.v20190715-1310/org.eclipse.equinox.launcher-1.5.500.v20190715-1310.jar, -data, /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.tests/target/work/data, -install, /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.tests/target/work, -configuration, /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.tests/target/surefire.properties] Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=256M; support was removed in 8.0 Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256M; support was removed in 8.0 Running org.eclipse.xsemantics.dsl.tests.generator.XsemanticsGeneratedJavaCodeTest log4j:WARN No appenders could be found for logger (org.eclipse.xtext.parser.antlr.AbstractInternalAntlrParser). log4j:WARN Please initialize the log4j system properly. Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.04 s - in org.eclipse.xsemantics.dsl.tests.generator.XsemanticsGeneratedJavaCodeTest testFjFirst(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsGeneratedJavaCodeTest) Time elapsed: 1.671 s testOrExpressions(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsGeneratedJavaCodeTest) Time elapsed: 0.106 s testEcore(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsGeneratedJavaCodeTest) Time elapsed: 0.091 s testFjAlt(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsGeneratedJavaCodeTest) Time elapsed: 0.716 s testExpressions(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsGeneratedJavaCodeTest) Time elapsed: 0.09 s testFjCached(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsGeneratedJavaCodeTest) Time elapsed: 0.435 s testValidationEcore(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsGeneratedJavaCodeTest) Time elapsed: 0.092 s testRuleInvocation(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsGeneratedJavaCodeTest) Time elapsed: 0.109 s testParticularCases(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsGeneratedJavaCodeTest) Time elapsed: 0.118 s Running org.eclipse.xsemantics.dsl.tests.generator.XsemanticsJvmModelGeneratorTest Tests run: 38, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.786 s - in org.eclipse.xsemantics.dsl.tests.generator.XsemanticsJvmModelGeneratorTest testSimpleRule(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsJvmModelGeneratorTest) Time elapsed: 0.043 s testAxiomWithTwoExpressionsInConclusion(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsJvmModelGeneratorTest) Time elapsed: 0.049 s testEnvironmentXExpression(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsJvmModelGeneratorTest) Time elapsed: 0.034 s testInstanceOfAsPremise_Issue_1(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsJvmModelGeneratorTest) Time elapsed: 0.029 s testSystemWithExtends(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsJvmModelGeneratorTest) Time elapsed: 0.082 s testRuleWithTwoExpressionsInConclusion(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsJvmModelGeneratorTest) Time elapsed: 0.054 s testAccessToInjectedFields(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsJvmModelGeneratorTest) Time elapsed: 0.035 s testSystemWithValidatorExtends(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsJvmModelGeneratorTest) Time elapsed: 0.028 s testOrExpressions(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsJvmModelGeneratorTest) Time elapsed: 0.065 s testJudgmentOverride(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsJvmModelGeneratorTest) Time elapsed: 0.082 s testSystemExtendsSystemWithValidatorExtends(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsJvmModelGeneratorTest) Time elapsed: 0.033 s testRuleWith3OutputParams(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsJvmModelGeneratorTest) Time elapsed: 0.053 s testJudgmentDescriptionsWithErrorSpecification(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsJvmModelGeneratorTest) Time elapsed: 0.029 s testAuxiliaryFunctions(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsJvmModelGeneratorTest) Time elapsed: 0.062 s testRuleWithTwoOutputParams(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsJvmModelGeneratorTest) Time elapsed: 0.035 s testValidator(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsJvmModelGeneratorTest) Time elapsed: 0.077 s testOperatorsWithSlashes_Issue_6(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsJvmModelGeneratorTest) Time elapsed: 0.035 s testEnvironmentCompositions(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsJvmModelGeneratorTest) Time elapsed: 0.057 s testJudgmentDescriptions(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsJvmModelGeneratorTest) Time elapsed: 0.024 s testAuxiliaryFunctionsInvocation(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsJvmModelGeneratorTest) Time elapsed: 0.034 s testCaching(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsJvmModelGeneratorTest) Time elapsed: 0.055 s testOverrideJudgmentWithDifferentParamNames(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsJvmModelGeneratorTest) Time elapsed: 0.08 s typeSystemWithNoPackage(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsJvmModelGeneratorTest) Time elapsed: 0.025 s testForLambdaWithAuxiliaryFunctionWithNoSideEffect(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsJvmModelGeneratorTest) Time elapsed: 0.047 s testAccessToThisInExpressionsInConclusion(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsJvmModelGeneratorTest) Time elapsed: 0.05 s testErrorInformationWithNoEObjectArg(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsJvmModelGeneratorTest) Time elapsed: 0.031 s testErrorSpecifications(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsJvmModelGeneratorTest) Time elapsed: 0.07 s testCheckRule(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsJvmModelGeneratorTest) Time elapsed: 0.028 s testAccessToInjectedFieldsInExpressionsInConclusion(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsJvmModelGeneratorTest) Time elapsed: 0.049 s testOrExpressionInIfThenElse_Issue_46(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsJvmModelGeneratorTest) Time elapsed: 0.03 s testFields(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsJvmModelGeneratorTest) Time elapsed: 0.036 s testInjectedExtensions(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsJvmModelGeneratorTest) Time elapsed: 0.044 s testOrExpressionInIfThenElse_Issue_46_2(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsJvmModelGeneratorTest) Time elapsed: 0.029 s typeNoSystem(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsJvmModelGeneratorTest) Time elapsed: 0.004 s testRuleInvocationWithVariableDeclarationAsOutputParameter(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsJvmModelGeneratorTest) Time elapsed: 0.023 s testRuleOverride(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsJvmModelGeneratorTest) Time elapsed: 0.131 s testOrExpressionInLambda_Issue_46(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsJvmModelGeneratorTest) Time elapsed: 0.036 s testForScopeOfThis(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsJvmModelGeneratorTest) Time elapsed: 0.058 s Running org.eclipse.xsemantics.dsl.tests.generator.XsemanticsXbaseCompilerTest Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.169 s - in org.eclipse.xsemantics.dsl.tests.generator.XsemanticsXbaseCompilerTest testEnvironmentComposition(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsXbaseCompilerTest) Time elapsed: 0.025 s testRuleInvocationIsBooleanInClosures(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsXbaseCompilerTest) Time elapsed: 0.028 s testRuleWithOutputParamsAndExplicitAssignment(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsXbaseCompilerTest) Time elapsed: 0.046 s testRuleWithBooleanExpressionsWithNoSideEffectInIf(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsXbaseCompilerTest) Time elapsed: 0.023 s testFeatureCallExpressions(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsXbaseCompilerTest) Time elapsed: 0.036 s testOrExpressionWithRuleInvocations2(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsXbaseCompilerTest) Time elapsed: 0.033 s testXbaseCompilationOfXExpression(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsXbaseCompilerTest) Time elapsed: 0.039 s testOrExpression2(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsXbaseCompilerTest) Time elapsed: 0.024 s testRuleOnlyInvokingOtherRules(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsXbaseCompilerTest) Time elapsed: 0.041 s testForFailWithErrorSpecification(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsXbaseCompilerTest) Time elapsed: 0.018 s testForClosureWithExpressionWithNoSideEffect(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsXbaseCompilerTest) Time elapsed: 0.039 s testForFail(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsXbaseCompilerTest) Time elapsed: 0.017 s testOrExpressionWithRuleInvocations(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsXbaseCompilerTest) Time elapsed: 0.04 s testRuleInvocation2(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsXbaseCompilerTest) Time elapsed: 0.031 s testRuleInvokingAnotherRuleWithCollectionOutputParam(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsXbaseCompilerTest) Time elapsed: 0.018 s testOrExpression(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsXbaseCompilerTest) Time elapsed: 0.033 s testRuleInvocationEnvironmentComposition(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsXbaseCompilerTest) Time elapsed: 0.021 s testRuleInvocationsAsBooleanExpressions(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsXbaseCompilerTest) Time elapsed: 0.03 s testRuleWithBooleanExpressionsWithNoSideEffectInFor(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsXbaseCompilerTest) Time elapsed: 0.023 s testRuleWithBooleanExpressionsWithNoSideEffectInIf2(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsXbaseCompilerTest) Time elapsed: 0.034 s testRuleInvocationEnvironmentComposition2(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsXbaseCompilerTest) Time elapsed: 0.021 s testRuleInvocationIsBooleanInIfExpression(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsXbaseCompilerTest) Time elapsed: 0.044 s testXbaseCompilationOfXBlock(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsXbaseCompilerTest) Time elapsed: 0.039 s testRuleWithExpressionInConclusionWithParamNameAsXbaseGeneratedVariable(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsXbaseCompilerTest) Time elapsed: 0.022 s testEmptyEnvironmentSpecification(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsXbaseCompilerTest) Time elapsed: 0.018 s testEnvironmentReference(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsXbaseCompilerTest) Time elapsed: 0.02 s testRuleInvokingAnotherRuleWithOutputParams(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsXbaseCompilerTest) Time elapsed: 0.035 s testOrExpressionWithManyBranches(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsXbaseCompilerTest) Time elapsed: 0.022 s testRuleInvocation(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsXbaseCompilerTest) Time elapsed: 0.028 s testRuleWithOutputParamAsLocalVariable(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsXbaseCompilerTest) Time elapsed: 0.021 s testSingleEnvironmentMapping(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsXbaseCompilerTest) Time elapsed: 0.029 s testThrowRuleFailedException(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsXbaseCompilerTest) Time elapsed: 0.006 s testWithConfiguredAppendable(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsXbaseCompilerTest) Time elapsed: 0.022 s testForClosures(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsXbaseCompilerTest) Time elapsed: 0.035 s testRuleWithBooleanExpressionsWithNoSideEffectInSwitch(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsXbaseCompilerTest) Time elapsed: 0.043 s testRuleInvokingAnotherRule(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsXbaseCompilerTest) Time elapsed: 0.031 s testRuleInvocationWithVarDeclarationAsOutputArg(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsXbaseCompilerTest) Time elapsed: 0.016 s testRuleInvocationResultVariable(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsXbaseCompilerTest) Time elapsed: 0.082 s testRuleWithBooleanExpressionsWithNoSideEffectInSwitch2(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsXbaseCompilerTest) Time elapsed: 0.02 s Running org.eclipse.xsemantics.dsl.tests.generator.XsemanticsCompilerTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.3 s - in org.eclipse.xsemantics.dsl.tests.generator.XsemanticsCompilerTest testUseOfErrorInformationDataFromJudgment(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsCompilerTest) Time elapsed: 0.034 s testRuleInvocationInsideLambda_Issue_36(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsCompilerTest) Time elapsed: 0.029 s testUseOfPreviousFailure(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsCompilerTest) Time elapsed: 0.049 s testUseOfErrorInformationDataFromFail(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsCompilerTest) Time elapsed: 0.034 s testUseOfErrorInformationDataFromRule(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsCompilerTest) Time elapsed: 0.051 s testRuleInvocation(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsCompilerTest) Time elapsed: 0.038 s testRuleInvocationInsideLambdaWithFailure_Issue_36(org.eclipse.xsemantics.dsl.tests.generator.XsemanticsCompilerTest) Time elapsed: 0.051 s Results: Tests run: 93, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] ---< org.eclipse.xsemantics:org.eclipse.xsemantics.tests.pde.utils >---- [INFO] Building org.eclipse.xsemantics.tests.pde.utils 1.19.0-SNAPSHOT [18/41] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xsemantics.tests.pde.utils --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.xsemantics.tests.pde.utils --- [INFO] The project's OSGi version is 1.19.0.v20210326-1027 [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.xsemantics.tests.pde.utils --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.xsemantics.tests.pde.utils --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.xsemantics.tests.pde.utils --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/xsemantics/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.tests.pde.utils/../../target/jacoco.exec,append=true,includes=org.eclipse.xsemantics.*,excludes=**/src-gen/**/*.java:**/org/eclipse/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java:**/*TypeSystemGen*.java:**/*StandaloneSetup*.java:**/*QuickfixProvider*.java [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xsemantics.tests.pde.utils --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.tests.pde.utils/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.xsemantics.tests.pde.utils --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.tests.pde.utils/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xsemantics.tests.pde.utils --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.tests.pde.utils/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.xsemantics.tests.pde.utils --- [INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.tests.pde.utils/target/org.eclipse.xsemantics.tests.pde.utils-1.19.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.xsemantics.tests.pde.utils --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.xsemantics.tests.pde.utils --- [INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.tests.pde.utils/target/org.eclipse.xsemantics.tests.pde.utils-1.19.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xsemantics.tests.pde.utils --- [INFO] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.xsemantics.tests.pde.utils --- [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.xsemantics.tests.pde.utils --- [INFO] [INFO] -----< org.eclipse.xsemantics:org.eclipse.xsemantics.dsl.ui.tests >----- [INFO] Building org.eclipse.xsemantics.dsl.ui.tests 1.19.0-SNAPSHOT [19/41] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xsemantics.dsl.ui.tests --- [INFO] Deleting /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.ui.tests/xtend-gen (includes = [], excludes = [.gitignore]) [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.xsemantics.dsl.ui.tests --- [INFO] The project's OSGi version is 1.19.0.v20210326-1027 [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.xsemantics.dsl.ui.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.xsemantics.dsl.ui.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.xsemantics.dsl.ui.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/xsemantics/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.ui.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.xsemantics.*,excludes=**/src-gen/**/*.java:**/org/eclipse/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java:**/*TypeSystemGen*.java:**/*StandaloneSetup*.java:**/*QuickfixProvider*.java [INFO] [INFO] --- xtend-maven-plugin:2.20.0:compile (default) @ org.eclipse.xsemantics.dsl.ui.tests --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xsemantics.dsl.ui.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.ui.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.xsemantics.dsl.ui.tests --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.ui.tests/target/classes [INFO] [INFO] --- xtend-maven-plugin:2.20.0:xtend-install-debug-info (default) @ org.eclipse.xsemantics.dsl.ui.tests --- [WARNING] Directory /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.ui.tests/src/main/java is empty. Can't process. [INFO] Installing Xtend files into 5 class files as primary debug sources in: /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.ui.tests/target/classes [INFO] [INFO] --- xtend-maven-plugin:2.20.0:testCompile (default) @ org.eclipse.xsemantics.dsl.ui.tests --- [INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.ui.tests/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used. [INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.ui.tests/src/test/java]' does not exist. [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xsemantics.dsl.ui.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.ui.tests/src/test/resources [INFO] [INFO] --- xtend-maven-plugin:2.20.0:xtend-test-install-debug-info (default) @ org.eclipse.xsemantics.dsl.ui.tests --- [WARNING] Directory /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.ui.tests/src/test/java is empty. Can't process. [WARNING] Directory /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.ui.tests/src/test/generated-sources/xtend is empty. Can't process. [INFO] Installing Xtend files into 0 class files as primary debug sources in: /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.ui.tests/target/test-classes [INFO] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.xsemantics.dsl.ui.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.ui.tests/target/org.eclipse.xsemantics.dsl.ui.tests-1.19.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.xsemantics.dsl.ui.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.xsemantics.dsl.ui.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.ui.tests/target/org.eclipse.xsemantics.dsl.ui.tests-1.19.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xsemantics.dsl.ui.tests --- [INFO] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.xsemantics.dsl.ui.tests --- [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.xsemantics.dsl.ui.tests --- [INFO] [INFO] --- tycho-surefire-plugin:1.5.0:test (default-test) @ org.eclipse.xsemantics.dsl.ui.tests --- [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.ui.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/xsemantics/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.ui.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.xsemantics.*,excludes=**/src-gen/**/*.java:**/org/eclipse/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java:**/*TypeSystemGen*.java:**/*StandaloneSetup*.java:**/*QuickfixProvider*.java, -Xms256M, -Xmx1024M, -XX:PermSize=256M, -XX:MaxPermSize=256M, -XX:+HeapDumpOnOutOfMemoryError, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -DbuildingWithTycho=true, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.500.v20190715-1310/org.eclipse.equinox.launcher-1.5.500.v20190715-1310.jar, -data, /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.ui.tests/target/work/data, -install, /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.ui.tests/target/work, -configuration, /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.ui.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.dsl.ui.tests/target/surefire.properties] Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=256M; support was removed in 8.0 Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256M; support was removed in 8.0 log4j:WARN No appenders could be found for logger (org.eclipse.xtext.ui.internal.Activator). log4j:WARN Please initialize the log4j system properly. Running org.eclipse.xsemantics.dsl.tests.ui.contentassist.XsemanticsProposalProviderTest Generating a target platform Bundles for the target platform: org.eclipse.osgi_3.15.0.v20190830-1434 [0]com.google.guava_27.1.0.v20190517-1946 [1]com.google.inject_3.0.0.v201605172100 [2]javax.inject_1.0.0.v20091030 [3]com.ibm.icu_64.2.0.v20190507-1337 [4]io.github.classgraph_4.8.35.v20190528-1517 [5]javax.annotation_1.2.0.v201602091430 [6]org.apache.ant_1.10.5.v20190526-1402 [7]org.apache.batik.constants_1.11.0.v20190515-0436 [8]org.apache.batik.css_1.11.0.v20190515-0436 [9]org.apache.batik.util_1.11.0.v20190515-0436 [10]org.apache.batik.i18n_1.11.0.v20190515-0436 [11]org.apache.xmlgraphics_2.3.0.v20190515-0436 [12]org.w3c.dom.svg_1.1.0.v201011041433 [13]org.w3c.dom.events_3.0.0.draft20060413_v201105210656 [14]org.w3c.css.sac_1.3.1.v200903091627 [15]org.apache.commons.io_2.6.0.v20190123-2029 [16]org.apache.commons.logging_1.2.0.v20180409-1502 [17]org.apache.felix.gogo.command_1.0.2.v20170914-1324 [18]org.apache.felix.gogo.runtime_1.1.0.v20180713-1646 [19]org.eclipse.osgi.services_3.8.0.v20190206-2147 [20]org.apache.felix.gogo.shell_1.1.0.v20180713-1646 [21]org.apache.felix.scr_2.1.14.v20190123-1619 [22]org.eclipse.osgi.util_3.5.300.v20190708-1141 [23]org.apiguardian_1.1.0.v20190826-0900 [24]org.eclipse.ant.core_3.5.500.v20190701-1953 [25]org.eclipse.core.variables_3.4.600.v20190614-1239 [26]org.eclipse.core.runtime_3.16.0.v20190823-1314 [27]org.eclipse.ant.launching_1.2.600.v20190701-1953 [28]org.eclipse.debug.core_3.14.0.v20190812-1404 [29]org.eclipse.jdt.launching_3.15.0.v20190826-1639 [30]org.eclipse.core.externaltools_1.1.400.v20190705-1530 [31]org.eclipse.text_3.9.0.v20190826-1019 [32]org.eclipse.jdt.core_3.19.0.v20190903-0936 [33]org.eclipse.core.resources_3.13.500.v20190819-0800 [34]org.eclipse.ant.ui_3.7.500.v20190518-1030 [35]org.eclipse.core.filesystem_1.7.500.v20190620-1312 [36]org.eclipse.ui.externaltools_3.4.400.v20190705-1219 [37]org.eclipse.ui_3.114.0.v20190808-1317 [38]org.eclipse.ui.console_3.8.600.v20190815-2020 [39]org.eclipse.debug.ui_3.14.200.v20190822-2125 [40]org.eclipse.jdt.ui_3.19.0.v20190827-1733 [41]org.eclipse.jdt.debug.ui_3.10.400.v20190815-2202 [42]org.eclipse.team.core_3.8.700.v20190619-1613 [43]org.eclipse.ltk.core.refactoring_3.10.200.v20190814-1719 [44]org.eclipse.core.expressions_3.6.500.v20190617-1926 [45]org.eclipse.jdt.junit_3.11.500.v20190809-1613 [46]org.eclipse.compare_3.7.700.v20190802-1838 [47]org.eclipse.jface.text_3.15.300.v20190819-0725 [48]org.eclipse.ui.ide_3.16.0.v20190916-1323 [49]org.eclipse.ui.views_3.10.0.v20190805-1157 [50]org.eclipse.ui.workbench.texteditor_3.13.0.v20190903-0631 [51]org.eclipse.ui.editors_3.12.0.v20190730-1840 [52]org.eclipse.ui.forms_3.8.100.v20190625-1825 [53]org.eclipse.compare.core_3.6.600.v20190615-1517 [54]org.eclipse.core.commands_3.9.500.v20190805-1157 [55]org.eclipse.equinox.common_3.10.500.v20190815-1535 [56]org.eclipse.core.contenttype_3.7.400.v20190624-1144 [57]org.eclipse.equinox.preferences_3.7.500.v20190815-1535 [58]org.eclipse.equinox.registry_3.8.500.v20190714-1850 [59]org.eclipse.core.databinding_1.7.500.v20190624-2109 [60]org.eclipse.core.databinding.observable_1.8.0.v20190805-1157 [61]org.eclipse.core.databinding.property_1.7.100.v20190805-1157 [62]org.eclipse.core.databinding.beans_1.5.100.v20190624-2109 [63]org.eclipse.core.filebuffers_3.6.700.v20190614-0928 [64]org.eclipse.core.jobs_3.10.500.v20190620-1426 [65]org.eclipse.core.net_1.3.600.v20190619-1613 [66]org.eclipse.equinox.security_1.3.300.v20190714-1851 [67]org.eclipse.equinox.app_1.4.300.v20190815-1535 [68]org.eclipse.help_3.8.500.v20190624-2105 [69]org.eclipse.ui.workbench_3.116.0.v20190826-1428 [70]org.eclipse.e4.core.commands_0.12.700.v20190621-1412 [71]org.eclipse.e4.core.di_1.7.400.v20190903-1311 [72]org.eclipse.e4.core.contexts_1.8.200.v20190620-0649 [73]org.eclipse.e4.core.services_2.2.0.v20190630-2019 [74]org.eclipse.e4.core.di.annotations_1.6.400.v20190518-1217 [75]org.eclipse.e4.core.di.extensions_0.15.300.v20190213-1308 [76]org.eclipse.e4.core.di.extensions.supplier_0.15.400.v20190709-0707 [77]org.eclipse.e4.emf.xpath_0.2.400.v20190621-1946 [78]org.apache.commons.jxpath_1.3.0.v200911051830 [79]org.eclipse.emf.ecore_2.19.0.v20190822-1451 [80]org.eclipse.e4.ui.workbench.swt_0.14.700.v20190807-1716 [81]org.eclipse.e4.ui.bindings_0.12.600.v20190625-0735 [82]org.eclipse.e4.ui.model.workbench_2.1.500.v20190824-1021 [83]org.eclipse.e4.ui.services_1.3.600.v20190716-1245 [84]org.eclipse.e4.ui.workbench.renderers.swt_0.14.800.v20190716-1245 [85]org.eclipse.e4.ui.workbench_1.10.100.v20190810-0814 [86]org.eclipse.e4.ui.css.core_0.12.800.v20190805-1157 [87]org.eclipse.e4.ui.css.swt_0.13.600.v20190805-1157 [88]org.w3c.dom.smil_1.0.1.v200903091627 [89]org.eclipse.e4.ui.css.swt.theme_0.12.400.v20190812-0413 [90]org.eclipse.e4.ui.di_1.2.600.v20190510-1100 [91]org.eclipse.e4.ui.widgets_1.2.500.v20190624-0808 [92]org.eclipse.equinox.event_1.5.200.v20190814-0953 [93]org.eclipse.equinox.launcher_1.5.500.v20190715-1310 [94]org.eclipse.equinox.simpleconfigurator_1.3.300.v20190716-0825 [95]org.eclipse.osgi.compatibility.state_1.1.600.v20190814-1451 [96]org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.1100.v20190907-0426 [97]org.eclipse.swt_3.112.0.v20190904-0609 [98]org.eclipse.swt.gtk.linux.x86_64_3.112.0.v20190904-0609 [99]org.eclipse.equinox.util_1.1.300.v20190714-1852 [100]org.eclipse.jface_3.17.0.v20190820-1444 [101]org.eclipse.jface.databinding_1.9.100.v20190805-1255 [102]org.eclipse.e4.ui.workbench3_0.15.200.v20190621-1448 [103]org.eclipse.equinox.console_1.4.0.v20190819-1430 [104]org.eclipse.e4.ui.workbench.addons.swt_1.3.600.v20190716-1245 [105]org.eclipse.equinox.bidi_1.2.100.v20190815-1535 [106]org.eclipse.e4.ui.dialogs_1.1.600.v20190814-0636 [107]org.eclipse.e4.ui.swt.gtk_1.0.600.v20190627-0755 [108]org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725 [109]org.eclipse.emf.ecore.change_2.14.0.v20190528-0725 [110]org.eclipse.emf.common_2.16.0.v20190625-1131 [111]org.eclipse.emf.common.ui_2.18.0.v20190507-0402 [112]org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451 [113]org.eclipse.emf.edit_2.15.0.v20190528-0725 [114]org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725 [115]org.eclipse.emf.edit.ui_2.16.0.v20181104-0733 [116]org.eclipse.equinox.frameworkadmin_2.1.300.v20190318-1320 [117]org.eclipse.equinox.frameworkadmin.equinox_1.1.100.v20180822-1258 [118]org.eclipse.equinox.p2.artifact.repository_1.3.200.v20190815-1428 [119]org.eclipse.equinox.p2.metadata_2.4.500.v20190807-0737 [120]org.tukaani.xz_1.8.0.v20180207-1613 [121]org.eclipse.equinox.p2.core_2.6.100.v20190705-1223 [122]org.eclipse.equinox.p2.jarprocessor_1.1.300.v20190621-1230 [123]org.eclipse.equinox.p2.repository_2.4.500.v20190716-0939 [124]org.eclipse.equinox.p2.director_2.4.400.v20190701-1309 [125]org.sat4j.core_2.3.5.v201308161310 [126]org.sat4j.pb_2.3.5.v201404071733 [127]org.eclipse.equinox.p2.engine_2.6.400.v20190716-0825 [128]org.eclipse.equinox.p2.director.app_1.1.300.v20190716-0825 [129]org.eclipse.equinox.p2.metadata.repository_1.3.200.v20190808-0702 [130]org.eclipse.equinox.p2.garbagecollector_1.1.200.v20190701-1826 [131]org.eclipse.equinox.p2.publisher_1.5.200.v20190611-1040 [132]org.eclipse.equinox.p2.publisher.eclipse_1.3.300.v20190716-0939 [133]org.eclipse.equinox.simpleconfigurator.manipulator_2.1.300.v20190716-0825 [134]org.eclipse.equinox.p2.repository.tools_2.2.300.v20190621-1230 [135]org.eclipse.equinox.p2.touchpoint.eclipse_2.2.400.v20190716-0947 [136]org.eclipse.jdt_3.18.100.v20190916-1045 [137]org.eclipse.ui.intro_3.5.700.v20190814-0635 [138]org.eclipse.ui.cheatsheets_3.5.500.v20190813-2246 [139]org.eclipse.jdt.annotation_1.1.400.v20180921-1416 [140]org.eclipse.jdt.annotation_2.2.300.v20190328-1431 [141]org.eclipse.jdt.apt.core_3.6.500.v20190703-0914 [142]org.eclipse.jdt.apt.pluggable.core_1.2.400.v20190626-1334 [143]org.eclipse.jdt.compiler.tool_1.2.600.v20190322-0450 [144]org.eclipse.jdt.compiler.apt_1.3.700.v20190704-1731 [145]org.eclipse.jdt.apt.ui_3.6.300.v20190727-1243 [146]org.eclipse.jdt.core.manipulation_1.12.100.v20190904-0645 [147]org.eclipse.jdt.debug_3.13.100.v20190902-1050 [148]org.eclipse.search_3.11.700.v20190813-2210 [149]org.eclipse.jdt.doc.user_3.15.400.v20190904-0724 [150]org.eclipse.jdt.junit.core_3.10.400.v20190625-1910 [151]org.eclipse.jdt.junit.runtime_3.4.1000.v20190510-0840 [152]org.eclipse.jdt.junit4.runtime_1.1.1000.v20190510-0840 [153]org.eclipse.jdt.junit5.runtime_1.0.600.v20190610-0439 [154]org.junit_4.12.0.v201504281640 [155]org.hamcrest.core_1.3.0.v20180420-1519 [156]org.junit.jupiter.api_5.5.1.v20190826-0900 [157]org.junit.jupiter.engine_5.5.1.v20190826-0900 [158]org.junit.jupiter.migrationsupport_5.5.1.v20190826-0900 [159]org.junit.jupiter.params_5.5.1.v20190826-0900 [160]org.junit.platform.commons_1.5.1.v20190826-0900 [161]org.junit.platform.engine_1.5.1.v20190826-0900 [162]org.junit.platform.launcher_1.5.1.v20190826-0900 [163]org.junit.platform.runner_1.5.1.v20190826-0900 [164]org.junit.platform.suite.api_1.5.1.v20190826-0900 [165]org.junit.vintage.engine_5.5.1.v20190826-0900 [166]org.opentest4j_1.2.0.v20190826-0900 [167]org.eclipse.ltk.ui.refactoring_3.10.0.v20190819-2110 [168]org.eclipse.team.ui_3.8.600.v20190819-1553 [169]org.eclipse.ui.navigator_3.9.0.v20190807-2204 [170]org.eclipse.ui.navigator.resources_3.7.0.v20190820-1649 [171]org.eclipse.pde.build_3.10.500.v20190620-0530 [172]org.eclipse.pde.core_3.13.100.v20190830-1158 [173]org.eclipse.update.configurator_3.4.300.v20190518-1030 [174]org.eclipse.rcp_4.13.0.v20190916-1045 [175]org.eclipse.ui.ide.application_1.3.400.v20190818-1234 [176]org.eclipse.urischeme_1.0.400.v20190621-1448 [177]org.eclipse.ui.views.properties.tabbed_3.8.600.v20190713-1021 [178]org.eclipse.xsemantics.dsl_1.19.0.v20210326-1027 [179]org.eclipse.xtext_2.20.0.v20191202-0915 [180]org.eclipse.xtext.xbase_2.20.0.v20191202-0933 [181]org.eclipse.xtext.util_2.20.0.v20191202-0915 [182]org.antlr.runtime_3.2.0.v201101311130 [183]org.eclipse.xtext.common.types_2.20.0.v20191202-0933 [184]org.eclipse.xsemantics.runtime_1.19.0.v20210326-1027 [185]org.eclipse.xtext.xbase.lib_2.20.0.v20191202-0907 [186]org.eclipse.xtext.ecore_2.20.0.v20191202-0933 [187]org.objectweb.asm_7.2.0.v20191010-1910 [188]org.eclipse.xtend.lib_2.20.0.v20191202-0907 [189]org.apache.log4j_1.2.15.v201012070815 [190]org.eclipse.xsemantics.dsl.ide_1.19.0.v20210326-1027 [191]org.eclipse.xtext.ide_2.20.0.v20191202-0915 [192]org.eclipse.xtext.xbase.ide_2.20.0.v20191202-0933 [193]org.eclipse.xsemantics.dsl.ui_1.19.0.v20210326-1027 [194]org.eclipse.xtext.ui_2.20.0.v20191202-1016 [195]org.eclipse.xtext.ui.shared_2.20.0.v20191202-1016 [196]org.eclipse.xtext.builder_2.20.0.v20191202-1016 [197]org.eclipse.xtext.common.types.ui_2.20.0.v20191202-1016 [198]org.eclipse.xtext.ui.codetemplates.ui_2.20.0.v20191202-1016 [199]org.eclipse.xtext.xbase.ui_2.20.0.v20191202-1016 [200]org.eclipse.xsemantics.dsl.ui.tests_1.19.0.qualifier [201]org.eclipse.xtext.junit4_2.20.0.v20191202-1016 [202]org.eclipse.xtext.xbase.junit_2.20.0.v20191202-1016 [203]org.eclipse.xsemantics.tests.pde.utils_1.19.0.v20210326-1027 [204]org.eclipse.xtext.testing_2.20.0.v20191202-0915 [205]org.eclipse.xtext.xbase.testing_2.20.0.v20191202-0933 [206]org.eclipse.xtext.ui.testing_2.20.0.v20191202-1016 [207]org.eclipse.xtext.xbase.ui.testing_2.20.0.v20191202-1016 [208]org.eclipse.xtend.lib.macro_2.20.0.v20191202-0907 [209]org.eclipse.xtext.smap_2.20.0.v20191202-0933 [210]org.eclipse.xtext.builder.standalone_2.20.0.v20191202-0933 [211]org.eclipse.xtext.common.types.edit_2.20.0.v20191202-1016 [212]org.eclipse.xtext.common.types.shared_2.20.0.v20191202-1016 [213]org.apache.commons.lang_2.6.0.v201404270220 [214]org.eclipse.xtext.ui.codetemplates_2.20.0.v20191202-1016 [215]org.eclipse.xtext.ui.codetemplates.ide_2.20.0.v20191202-1016 [216]org.eclipse.tycho.surefire.osgibooter_1.5.0 [217]org.eclipse.tycho.surefire.junit4_1.5.0 [218] Bundles added the target platform. Loading target platform... DONE. Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.705 s - in org.eclipse.xsemantics.dsl.tests.ui.contentassist.XsemanticsProposalProviderTest testProposalsForJudgmentSymbol(org.eclipse.xsemantics.dsl.tests.ui.contentassist.XsemanticsProposalProviderTest) Time elapsed: 0.554 s testProposalsForOutputParam(org.eclipse.xsemantics.dsl.tests.ui.contentassist.XsemanticsProposalProviderTest) Time elapsed: 1.018 s testProposalsForRelationSymbol(org.eclipse.xsemantics.dsl.tests.ui.contentassist.XsemanticsProposalProviderTest) Time elapsed: 0.062 s testNoOutputParamsInClosure(org.eclipse.xsemantics.dsl.tests.ui.contentassist.XsemanticsProposalProviderTest) Time elapsed: 0.497 s testProposalsForCachedClause(org.eclipse.xsemantics.dsl.tests.ui.contentassist.XsemanticsProposalProviderTest) Time elapsed: 0.053 s testProposalsForVarDeclInRuleInvocationOutsideClosure(org.eclipse.xsemantics.dsl.tests.ui.contentassist.XsemanticsProposalProviderTest) Time elapsed: 0.354 s testProposalsForStandardBlocks(org.eclipse.xsemantics.dsl.tests.ui.contentassist.XsemanticsProposalProviderTest) Time elapsed: 0.299 s testProposalsForInjectionsInConclusion(org.eclipse.xsemantics.dsl.tests.ui.contentassist.XsemanticsProposalProviderTest) Time elapsed: 0.233 s testProposalsForInjectionsInPremises(org.eclipse.xsemantics.dsl.tests.ui.contentassist.XsemanticsProposalProviderTest) Time elapsed: 0.218 s testWritableVarOutsideClosure(org.eclipse.xsemantics.dsl.tests.ui.contentassist.XsemanticsProposalProviderTest) Time elapsed: 0.192 s testProposalForBasicType(org.eclipse.xsemantics.dsl.tests.ui.contentassist.XsemanticsProposalProviderTest) Time elapsed: 4.273 s testProposalsForSystemExtends(org.eclipse.xsemantics.dsl.tests.ui.contentassist.XsemanticsProposalProviderTest) Time elapsed: 0.137 s testProposalsForVarDeclInRuleInvocation2(org.eclipse.xsemantics.dsl.tests.ui.contentassist.XsemanticsProposalProviderTest) Time elapsed: 0.226 s testProposalAndImportForListType(org.eclipse.xsemantics.dsl.tests.ui.contentassist.XsemanticsProposalProviderTest) Time elapsed: 0.088 s testProposalsForVarDeclInRuleInvocation(org.eclipse.xsemantics.dsl.tests.ui.contentassist.XsemanticsProposalProviderTest) Time elapsed: 0.142 s testNoWritableVarInClosure(org.eclipse.xsemantics.dsl.tests.ui.contentassist.XsemanticsProposalProviderTest) Time elapsed: 0.193 s testProposalsForValidatorExtends(org.eclipse.xsemantics.dsl.tests.ui.contentassist.XsemanticsProposalProviderTest) Time elapsed: 0.126 s testProposalsForVarDeclInRuleInvocationFromClosure(org.eclipse.xsemantics.dsl.tests.ui.contentassist.XsemanticsProposalProviderTest) Time elapsed: 0.159 s Running org.eclipse.xsemantics.dsl.tests.ui.outline.XsemanticsOutlineTest Target platform already set Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 2.177 s - in org.eclipse.xsemantics.dsl.tests.ui.outline.XsemanticsOutlineTest testOutlineWithDescriptionInAnotherResourceOnEditorOpen(org.eclipse.xsemantics.dsl.tests.ui.outline.XsemanticsOutlineTest) Time elapsed: 0.798 s testOutline(org.eclipse.xsemantics.dsl.tests.ui.outline.XsemanticsOutlineTest) Time elapsed: 0.551 s testOutlineWithNoJudgmentAuxiliaryDescriptions(org.eclipse.xsemantics.dsl.tests.ui.outline.XsemanticsOutlineTest) Time elapsed: 0.512 s testEmptyOutline(org.eclipse.xsemantics.dsl.tests.ui.outline.XsemanticsOutlineTest) Time elapsed: 0.309 s testOutlineWithDescriptionInAnotherResourceOnEditorModification(org.eclipse.xsemantics.dsl.tests.ui.outline.XsemanticsOutlineTest) skipped Running org.eclipse.xsemantics.dsl.tests.ui.editor.XsemanticsEditorTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.13 s - in org.eclipse.xsemantics.dsl.tests.ui.editor.XsemanticsEditorTest testEditorContentsModifiedInvalidatesComputedModelFeatures(org.eclipse.xsemantics.dsl.tests.ui.editor.XsemanticsEditorTest) Time elapsed: 1.129 s Results: Tests run: 24, Failures: 0, Errors: 0, Skipped: 1 [INFO] All tests passed! [INFO] [INFO] --< org.eclipse.xsemantics:org.eclipse.xsemantics.example.expressions >-- [INFO] Building org.eclipse.xsemantics.example.expressions 1.19.0-SNAPSHOT [20/41] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xsemantics.example.expressions --- [INFO] Deleting /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/xtend-gen (includes = [], excludes = [.gitignore]) [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.xsemantics.example.expressions --- [INFO] The project's OSGi version is 1.19.0.v20210326-1027 [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.xsemantics.example.expressions --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.xsemantics.example.expressions --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.xsemantics.example.expressions --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/xsemantics/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/../../target/jacoco.exec,append=true,includes=org.eclipse.xsemantics.*,excludes=**/src-gen/**/*.java:**/org/eclipse/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java:**/*TypeSystemGen*.java:**/*StandaloneSetup*.java:**/*QuickfixProvider*.java [INFO] [INFO] --- exec-maven-plugin:1.6.0:java (mwe2Launcher) @ org.eclipse.xsemantics.example.expressions --- 0 INFO XtextGenerator - Initializing Xtext generator Mar 26, 2021 10:32:40 AM org.eclipse.emf.mwe.utils.StandaloneSetup addRegisterGeneratedEPackage INFO: Adding generated EPackage 'org.eclipse.xtext.common.types.TypesPackage' Mar 26, 2021 10:32:40 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project com.google.guava at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/com/google/guava/guava/27.1-jre/guava-27.1-jre.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/com.google.guava/27.1.0.v20190517-1946/com.google.guava-27.1.0.v20190517-1946.jar!/' instead. Mar 26, 2021 10:32:40 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project com.google.inject at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/com/google/inject/guice/3.0/guice-3.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/com.google.inject/3.0.0.v201605172100/com.google.inject-3.0.0.v201605172100.jar!/' instead. Mar 26, 2021 10:32:40 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project javax.inject at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/javax/inject/javax.inject/1/javax.inject-1.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/javax.inject/1.0.0.v20091030/javax.inject-1.0.0.v20091030.jar!/' instead. Mar 26, 2021 10:32:40 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.osgi at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.osgi/3.15.0.v20190830-1434/org.eclipse.osgi-3.15.0.v20190830-1434.jar!/' instead. Mar 26, 2021 10:32:40 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.equinox.common at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/platform/org.eclipse.equinox.common/3.10.500/org.eclipse.equinox.common-3.10.500.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.equinox.common/3.10.500.v20190815-1535/org.eclipse.equinox.common-3.10.500.v20190815-1535.jar!/' instead. Mar 26, 2021 10:32:40 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.emf.common at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/emf/org.eclipse.emf.common/2.12.0/org.eclipse.emf.common-2.12.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.emf.common/2.16.0.v20190625-1131/org.eclipse.emf.common-2.16.0.v20190625-1131.jar!/' instead. Mar 26, 2021 10:32:40 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.emf.ecore at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/emf/org.eclipse.emf.ecore/2.12.0/org.eclipse.emf.ecore-2.12.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.emf.ecore/2.19.0.v20190822-1451/org.eclipse.emf.ecore-2.19.0.v20190822-1451.jar!/' instead. Mar 26, 2021 10:32:40 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.emf.ecore.xmi at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.12.0/org.eclipse.emf.ecore.xmi-2.12.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.16.0.v20190528-0725/org.eclipse.emf.ecore.xmi-2.16.0.v20190528-0725.jar!/' instead. Mar 26, 2021 10:32:40 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.xtext at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/xtext/org.eclipse.xtext/2.20.0/org.eclipse.xtext-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.xtext/2.20.0.v20191202-0915/org.eclipse.xtext-2.20.0.v20191202-0915.jar!/' instead. Mar 26, 2021 10:32:40 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.xtext.xbase at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/xtext/org.eclipse.xtext.xbase/2.20.0/org.eclipse.xtext.xbase-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar!/' instead. Mar 26, 2021 10:32:40 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.xtext.xbase.lib at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/xtext/org.eclipse.xtext.xbase.lib/2.20.0/org.eclipse.xtext.xbase.lib-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase.lib/2.20.0.v20191202-0907/org.eclipse.xtext.xbase.lib-2.20.0.v20191202-0907.jar!/' instead. Mar 26, 2021 10:32:40 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.xtext.util at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/xtext/org.eclipse.xtext.util/2.20.0/org.eclipse.xtext.util-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.xtext.util/2.20.0.v20191202-0915/org.eclipse.xtext.util-2.20.0.v20191202-0915.jar!/' instead. Mar 26, 2021 10:32:40 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.xtend.lib at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/xtend/org.eclipse.xtend.lib/2.20.0/org.eclipse.xtend.lib-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.xtend.lib/2.20.0.v20191202-0907/org.eclipse.xtend.lib-2.20.0.v20191202-0907.jar!/' instead. Mar 26, 2021 10:32:40 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.xtend.lib.macro at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/xtend/org.eclipse.xtend.lib.macro/2.20.0/org.eclipse.xtend.lib.macro-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.xtend.lib.macro/2.20.0.v20191202-0907/org.eclipse.xtend.lib.macro-2.20.0.v20191202-0907.jar!/' instead. Mar 26, 2021 10:32:40 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.xtext.common.types at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/xtext/org.eclipse.xtext.common.types/2.20.0/org.eclipse.xtext.common.types-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.xtext.common.types/2.20.0.v20191202-0933/org.eclipse.xtext.common.types-2.20.0.v20191202-0933.jar!/' instead. Mar 26, 2021 10:32:40 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.objectweb.asm at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/ow2/asm/asm/7.2/asm-7.2.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.objectweb.asm/7.2.0.v20191010-1910/org.objectweb.asm-7.2.0.v20191010-1910.jar!/' instead. Mar 26, 2021 10:32:40 AM org.eclipse.emf.mwe.utils.StandaloneSetup addProjectMapping INFO: Registering project org.eclipse.xsemantics.example.expressions at 'file:/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/' Mar 26, 2021 10:32:40 AM org.eclipse.emf.mwe.utils.StandaloneSetup addProjectMapping INFO: Registering project org.eclipse.xsemantics.example.expressions.tests at 'file:/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.tests/' Mar 26, 2021 10:32:40 AM org.eclipse.emf.mwe.utils.StandaloneSetup addProjectMapping INFO: Registering project org.eclipse.xsemantics.example.expressions.ide at 'file:/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.ide/' Mar 26, 2021 10:32:40 AM org.eclipse.emf.mwe.utils.StandaloneSetup addProjectMapping INFO: Registering project org.eclipse.xsemantics.example.expressions.ui at 'file:/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.ui/' Mar 26, 2021 10:32:40 AM org.eclipse.emf.mwe.utils.StandaloneSetup addProjectMapping INFO: Registering project org.eclipse.xsemantics.example.expressions.ui.tests at 'file:/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.ui.tests/' Mar 26, 2021 10:32:40 AM org.eclipse.emf.mwe.utils.StandaloneSetup setResourceSet INFO: Using resourceSet registry. The registered Packages will not be registered in the global EPackage.Registry.INSTANCE! Mar 26, 2021 10:32:40 AM org.eclipse.emf.mwe.utils.GenModelHelper registerGenModel INFO: Registered GenModel 'http://www.eclipse.org/Xtext/Xbase/XAnnotations' from 'platform:/resource/org.eclipse.xtext.xbase/model/Xbase.genmodel' Mar 26, 2021 10:32:40 AM org.eclipse.emf.mwe.utils.GenModelHelper registerGenModel INFO: Registered GenModel 'http://www.eclipse.org/xtext/xbase/Xtype' from 'platform:/resource/org.eclipse.xtext.xbase/model/Xbase.genmodel' Mar 26, 2021 10:32:40 AM org.eclipse.emf.mwe.utils.GenModelHelper registerGenModel INFO: Registered GenModel 'http://www.eclipse.org/xtext/xbase/Xbase' from 'platform:/resource/org.eclipse.xtext.xbase/model/Xbase.genmodel' Mar 26, 2021 10:32:40 AM org.eclipse.emf.mwe.utils.GenModelHelper registerGenModel INFO: Registered GenModel 'http://www.eclipse.org/xtext/common/JavaVMTypes' from 'platform:/resource/org.eclipse.xtext.common.types/model/JavaVMTypes.genmodel' 713 INFO XtextGenerator - Generating org.eclipse.xsemantics.example.expressions.Expressions 1973 INFO EMFGeneratorFragment2 - Generating EMF model code Mar 26, 2021 10:32:42 AM org.eclipse.emf.mwe.utils.GenModelHelper registerGenModel INFO: Registered GenModel 'http://www.eclipse.org/xsemantics/example/expressions/Expressions' from 'platform:/resource/org.eclipse.xsemantics.example.expressions/model/generated/Expressions.genmodel' 3376 INFO XtextGenerator - Generating common infrastructure 3388 INFO Workflow - Done. [INFO] [INFO] --- xtext-maven-plugin:2.20.0:generate (default) @ org.eclipse.xsemantics.example.expressions --- [INFO] Encoding: UTF-8 [INFO] Compiler source level: 1.8 [INFO] Compiler target level: 1.8 [INFO] Using common types. [INFO] Collecting source models. [INFO] Installing type provider. [INFO] Generating stubs into /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/target/xtext-temp/stubs [INFO] Compiling stubs located in /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/target/xtext-temp/stubs [INFO] Installing type provider for stubs. [INFO] Validate and generate. [INFO] Starting validation for input: 'expressions-cached.xsemantics' [INFO] Starting validation for input: 'expressions-extended.xsemantics' [INFO] Starting validation for input: 'expressions-first.xsemantics' [INFO] Starting generator for input: 'expressions-cached.xsemantics' [INFO] Starting generator for input: 'expressions-extended.xsemantics' [INFO] Starting generator for input: 'expressions-first.xsemantics' [INFO] [INFO] --- xtend-maven-plugin:2.20.0:compile (default) @ org.eclipse.xsemantics.example.expressions --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xsemantics.example.expressions --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.xsemantics.example.expressions --- [INFO] Compiling 68 source files to /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/target/classes [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/BooleanNegationImpl.java:[69] public Expression getExpression() ^^^^^^^^^^^^^^^ The method getExpression() of type BooleanNegationImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/BooleanNegationImpl.java:[96] public void setExpression(Expression newExpression) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setExpression(Expression) of type BooleanNegationImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/VariableImpl.java:[91] public String getName() ^^^^^^^^^ The method getName() of type VariableImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/VariableImpl.java:[101] public void setName(String newName) ^^^^^^^^^^^^^^^^^^^^^^^ The method setName(String) of type VariableImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/VariableImpl.java:[114] public Expression getExpression() ^^^^^^^^^^^^^^^ The method getExpression() of type VariableImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/VariableImpl.java:[141] public void setExpression(Expression newExpression) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setExpression(Expression) of type VariableImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/StringLiteralImpl.java:[76] public String getValue() ^^^^^^^^^^ The method getValue() of type StringLiteralImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/StringLiteralImpl.java:[86] public void setValue(String newValue) ^^^^^^^^^^^^^^^^^^^^^^^^^ The method setValue(String) of type StringLiteralImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ComparisonImpl.java:[101] public Expression getLeft() ^^^^^^^^^ The method getLeft() of type ComparisonImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ComparisonImpl.java:[128] public void setLeft(Expression newLeft) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setLeft(Expression) of type ComparisonImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ComparisonImpl.java:[149] public String getOp() ^^^^^^^ The method getOp() of type ComparisonImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ComparisonImpl.java:[159] public void setOp(String newOp) ^^^^^^^^^^^^^^^^^^^ The method setOp(String) of type ComparisonImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ComparisonImpl.java:[172] public Expression getRight() ^^^^^^^^^^ The method getRight() of type ComparisonImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ComparisonImpl.java:[199] public void setRight(Expression newRight) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setRight(Expression) of type ComparisonImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/NumberLiteralImpl.java:[76] public int getValue() ^^^^^^^^^^ The method getValue() of type NumberLiteralImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/NumberLiteralImpl.java:[86] public void setValue(int newValue) ^^^^^^^^^^^^^^^^^^^^^^ The method setValue(int) of type NumberLiteralImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/PlusImpl.java:[80] public Expression getLeft() ^^^^^^^^^ The method getLeft() of type PlusImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/PlusImpl.java:[107] public void setLeft(Expression newLeft) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setLeft(Expression) of type PlusImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/PlusImpl.java:[128] public Expression getRight() ^^^^^^^^^^ The method getRight() of type PlusImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/PlusImpl.java:[155] public void setRight(Expression newRight) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setRight(Expression) of type PlusImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsFactoryImpl.java:[97] public Model createModel() ^^^^^^^^^^^^^ The method createModel() of type ExpressionsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsFactoryImpl.java:[108] public Variable createVariable() ^^^^^^^^^^^^^^^^ The method createVariable() of type ExpressionsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsFactoryImpl.java:[119] public Expression createExpression() ^^^^^^^^^^^^^^^^^^ The method createExpression() of type ExpressionsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsFactoryImpl.java:[130] public Type createType() ^^^^^^^^^^^^ The method createType() of type ExpressionsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsFactoryImpl.java:[141] public AndOrExpression createAndOrExpression() ^^^^^^^^^^^^^^^^^^^^^^^ The method createAndOrExpression() of type ExpressionsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsFactoryImpl.java:[152] public Comparison createComparison() ^^^^^^^^^^^^^^^^^^ The method createComparison() of type ExpressionsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsFactoryImpl.java:[163] public Equals createEquals() ^^^^^^^^^^^^^^ The method createEquals() of type ExpressionsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsFactoryImpl.java:[174] public Plus createPlus() ^^^^^^^^^^^^ The method createPlus() of type ExpressionsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsFactoryImpl.java:[185] public Minus createMinus() ^^^^^^^^^^^^^ The method createMinus() of type ExpressionsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsFactoryImpl.java:[196] public MultiOrDiv createMultiOrDiv() ^^^^^^^^^^^^^^^^^^ The method createMultiOrDiv() of type ExpressionsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsFactoryImpl.java:[207] public BooleanNegation createBooleanNegation() ^^^^^^^^^^^^^^^^^^^^^^^ The method createBooleanNegation() of type ExpressionsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsFactoryImpl.java:[218] public ArithmeticSigned createArithmeticSigned() ^^^^^^^^^^^^^^^^^^^^^^^^ The method createArithmeticSigned() of type ExpressionsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsFactoryImpl.java:[229] public NumberLiteral createNumberLiteral() ^^^^^^^^^^^^^^^^^^^^^ The method createNumberLiteral() of type ExpressionsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsFactoryImpl.java:[240] public StringLiteral createStringLiteral() ^^^^^^^^^^^^^^^^^^^^^ The method createStringLiteral() of type ExpressionsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsFactoryImpl.java:[251] public BooleanLiteral createBooleanLiteral() ^^^^^^^^^^^^^^^^^^^^^^ The method createBooleanLiteral() of type ExpressionsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsFactoryImpl.java:[262] public VariableReference createVariableReference() ^^^^^^^^^^^^^^^^^^^^^^^^^ The method createVariableReference() of type ExpressionsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsFactoryImpl.java:[273] public IntType createIntType() ^^^^^^^^^^^^^^^ The method createIntType() of type ExpressionsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsFactoryImpl.java:[284] public StringType createStringType() ^^^^^^^^^^^^^^^^^^ The method createStringType() of type ExpressionsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsFactoryImpl.java:[295] public BooleanType createBooleanType() ^^^^^^^^^^^^^^^^^^^ The method createBooleanType() of type ExpressionsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsFactoryImpl.java:[306] public ExpressionsPackage getExpressionsPackage() ^^^^^^^^^^^^^^^^^^^^^^^ The method getExpressionsPackage() of type ExpressionsFactoryImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsPackageImpl.java:[244] public EClass getModel() ^^^^^^^^^^ The method getModel() of type ExpressionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsPackageImpl.java:[254] public EReference getModel_Variables() ^^^^^^^^^^^^^^^^^^^^ The method getModel_Variables() of type ExpressionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsPackageImpl.java:[264] public EClass getVariable() ^^^^^^^^^^^^^ The method getVariable() of type ExpressionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsPackageImpl.java:[274] public EAttribute getVariable_Name() ^^^^^^^^^^^^^^^^^^ The method getVariable_Name() of type ExpressionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsPackageImpl.java:[284] public EReference getVariable_Expression() ^^^^^^^^^^^^^^^^^^^^^^^^ The method getVariable_Expression() of type ExpressionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsPackageImpl.java:[294] public EClass getExpression() ^^^^^^^^^^^^^^^ The method getExpression() of type ExpressionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsPackageImpl.java:[304] public EClass getType() ^^^^^^^^^ The method getType() of type ExpressionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsPackageImpl.java:[314] public EClass getAndOrExpression() ^^^^^^^^^^^^^^^^^^^^ The method getAndOrExpression() of type ExpressionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsPackageImpl.java:[324] public EReference getAndOrExpression_Left() ^^^^^^^^^^^^^^^^^^^^^^^^^ The method getAndOrExpression_Left() of type ExpressionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsPackageImpl.java:[334] public EAttribute getAndOrExpression_Op() ^^^^^^^^^^^^^^^^^^^^^^^ The method getAndOrExpression_Op() of type ExpressionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsPackageImpl.java:[344] public EReference getAndOrExpression_Right() ^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getAndOrExpression_Right() of type ExpressionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsPackageImpl.java:[354] public EClass getComparison() ^^^^^^^^^^^^^^^ The method getComparison() of type ExpressionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsPackageImpl.java:[364] public EReference getComparison_Left() ^^^^^^^^^^^^^^^^^^^^ The method getComparison_Left() of type ExpressionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsPackageImpl.java:[374] public EAttribute getComparison_Op() ^^^^^^^^^^^^^^^^^^ The method getComparison_Op() of type ExpressionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsPackageImpl.java:[384] public EReference getComparison_Right() ^^^^^^^^^^^^^^^^^^^^^ The method getComparison_Right() of type ExpressionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsPackageImpl.java:[394] public EClass getEquals() ^^^^^^^^^^^ The method getEquals() of type ExpressionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsPackageImpl.java:[404] public EReference getEquals_Left() ^^^^^^^^^^^^^^^^ The method getEquals_Left() of type ExpressionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsPackageImpl.java:[414] public EAttribute getEquals_Op() ^^^^^^^^^^^^^^ The method getEquals_Op() of type ExpressionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsPackageImpl.java:[424] public EReference getEquals_Right() ^^^^^^^^^^^^^^^^^ The method getEquals_Right() of type ExpressionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsPackageImpl.java:[434] public EClass getPlus() ^^^^^^^^^ The method getPlus() of type ExpressionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsPackageImpl.java:[444] public EReference getPlus_Left() ^^^^^^^^^^^^^^ The method getPlus_Left() of type ExpressionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsPackageImpl.java:[454] public EReference getPlus_Right() ^^^^^^^^^^^^^^^ The method getPlus_Right() of type ExpressionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsPackageImpl.java:[464] public EClass getMinus() ^^^^^^^^^^ The method getMinus() of type ExpressionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsPackageImpl.java:[474] public EReference getMinus_Left() ^^^^^^^^^^^^^^^ The method getMinus_Left() of type ExpressionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsPackageImpl.java:[484] public EReference getMinus_Right() ^^^^^^^^^^^^^^^^ The method getMinus_Right() of type ExpressionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsPackageImpl.java:[494] public EClass getMultiOrDiv() ^^^^^^^^^^^^^^^ The method getMultiOrDiv() of type ExpressionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsPackageImpl.java:[504] public EReference getMultiOrDiv_Left() ^^^^^^^^^^^^^^^^^^^^ The method getMultiOrDiv_Left() of type ExpressionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsPackageImpl.java:[514] public EAttribute getMultiOrDiv_Op() ^^^^^^^^^^^^^^^^^^ The method getMultiOrDiv_Op() of type ExpressionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsPackageImpl.java:[524] public EReference getMultiOrDiv_Right() ^^^^^^^^^^^^^^^^^^^^^ The method getMultiOrDiv_Right() of type ExpressionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsPackageImpl.java:[534] public EClass getBooleanNegation() ^^^^^^^^^^^^^^^^^^^^ The method getBooleanNegation() of type ExpressionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsPackageImpl.java:[544] public EReference getBooleanNegation_Expression() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getBooleanNegation_Expression() of type ExpressionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsPackageImpl.java:[554] public EClass getArithmeticSigned() ^^^^^^^^^^^^^^^^^^^^^ The method getArithmeticSigned() of type ExpressionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsPackageImpl.java:[564] public EReference getArithmeticSigned_Expression() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getArithmeticSigned_Expression() of type ExpressionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsPackageImpl.java:[574] public EClass getNumberLiteral() ^^^^^^^^^^^^^^^^^^ The method getNumberLiteral() of type ExpressionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsPackageImpl.java:[584] public EAttribute getNumberLiteral_Value() ^^^^^^^^^^^^^^^^^^^^^^^^ The method getNumberLiteral_Value() of type ExpressionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsPackageImpl.java:[594] public EClass getStringLiteral() ^^^^^^^^^^^^^^^^^^ The method getStringLiteral() of type ExpressionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsPackageImpl.java:[604] public EAttribute getStringLiteral_Value() ^^^^^^^^^^^^^^^^^^^^^^^^ The method getStringLiteral_Value() of type ExpressionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsPackageImpl.java:[614] public EClass getBooleanLiteral() ^^^^^^^^^^^^^^^^^^^ The method getBooleanLiteral() of type ExpressionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsPackageImpl.java:[624] public EAttribute getBooleanLiteral_Value() ^^^^^^^^^^^^^^^^^^^^^^^^^ The method getBooleanLiteral_Value() of type ExpressionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsPackageImpl.java:[634] public EClass getVariableReference() ^^^^^^^^^^^^^^^^^^^^^^ The method getVariableReference() of type ExpressionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsPackageImpl.java:[644] public EReference getVariableReference_Ref() ^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getVariableReference_Ref() of type ExpressionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsPackageImpl.java:[654] public EClass getIntType() ^^^^^^^^^^^^ The method getIntType() of type ExpressionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsPackageImpl.java:[664] public EClass getStringType() ^^^^^^^^^^^^^^^ The method getStringType() of type ExpressionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsPackageImpl.java:[674] public EClass getBooleanType() ^^^^^^^^^^^^^^^^ The method getBooleanType() of type ExpressionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ExpressionsPackageImpl.java:[684] public ExpressionsFactory getExpressionsFactory() ^^^^^^^^^^^^^^^^^^^^^^^ The method getExpressionsFactory() of type ExpressionsPackageImpl should be tagged with @Override since it actually overrides a superinterface method 86. INFO in /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/validation/ExpressionsConfigurableIssueCodesProvider.java (at line 11) @SuppressWarnings("restriction") ^^^^^^^^^^^^^ At least one of the problems in category 'restriction' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/BooleanLiteralImpl.java:[76] public String getValue() ^^^^^^^^^^ The method getValue() of type BooleanLiteralImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/BooleanLiteralImpl.java:[86] public void setValue(String newValue) ^^^^^^^^^^^^^^^^^^^^^^^^^ The method setValue(String) of type BooleanLiteralImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/VariableReferenceImpl.java:[68] public Variable getRef() ^^^^^^^^ The method getRef() of type VariableReferenceImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/VariableReferenceImpl.java:[98] public void setRef(Variable newRef) ^^^^^^^^^^^^^^^^^^^^^^^ The method setRef(Variable) of type VariableReferenceImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/MinusImpl.java:[80] public Expression getLeft() ^^^^^^^^^ The method getLeft() of type MinusImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/MinusImpl.java:[107] public void setLeft(Expression newLeft) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setLeft(Expression) of type MinusImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/MinusImpl.java:[128] public Expression getRight() ^^^^^^^^^^ The method getRight() of type MinusImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/MinusImpl.java:[155] public void setRight(Expression newRight) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setRight(Expression) of type MinusImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ArithmeticSignedImpl.java:[69] public Expression getExpression() ^^^^^^^^^^^^^^^ The method getExpression() of type ArithmeticSignedImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ArithmeticSignedImpl.java:[96] public void setExpression(Expression newExpression) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setExpression(Expression) of type ArithmeticSignedImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/ModelImpl.java:[75] public EList getVariables() ^^^^^^^^^^^^^^ The method getVariables() of type ModelImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/MultiOrDivImpl.java:[101] public Expression getLeft() ^^^^^^^^^ The method getLeft() of type MultiOrDivImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/MultiOrDivImpl.java:[128] public void setLeft(Expression newLeft) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setLeft(Expression) of type MultiOrDivImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/MultiOrDivImpl.java:[149] public String getOp() ^^^^^^^ The method getOp() of type MultiOrDivImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/MultiOrDivImpl.java:[159] public void setOp(String newOp) ^^^^^^^^^^^^^^^^^^^ The method setOp(String) of type MultiOrDivImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/MultiOrDivImpl.java:[172] public Expression getRight() ^^^^^^^^^^ The method getRight() of type MultiOrDivImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/MultiOrDivImpl.java:[199] public void setRight(Expression newRight) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setRight(Expression) of type MultiOrDivImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/AndOrExpressionImpl.java:[101] public Expression getLeft() ^^^^^^^^^ The method getLeft() of type AndOrExpressionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/AndOrExpressionImpl.java:[128] public void setLeft(Expression newLeft) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setLeft(Expression) of type AndOrExpressionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/AndOrExpressionImpl.java:[149] public String getOp() ^^^^^^^ The method getOp() of type AndOrExpressionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/AndOrExpressionImpl.java:[159] public void setOp(String newOp) ^^^^^^^^^^^^^^^^^^^ The method setOp(String) of type AndOrExpressionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/AndOrExpressionImpl.java:[172] public Expression getRight() ^^^^^^^^^^ The method getRight() of type AndOrExpressionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/AndOrExpressionImpl.java:[199] public void setRight(Expression newRight) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setRight(Expression) of type AndOrExpressionImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/EqualsImpl.java:[101] public Expression getLeft() ^^^^^^^^^ The method getLeft() of type EqualsImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/EqualsImpl.java:[128] public void setLeft(Expression newLeft) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setLeft(Expression) of type EqualsImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/EqualsImpl.java:[149] public String getOp() ^^^^^^^ The method getOp() of type EqualsImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/EqualsImpl.java:[159] public void setOp(String newOp) ^^^^^^^^^^^^^^^^^^^ The method setOp(String) of type EqualsImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/EqualsImpl.java:[172] public Expression getRight() ^^^^^^^^^^ The method getRight() of type EqualsImpl should be tagged with @Override since it actually overrides a superinterface method [WARNING] /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src-gen/org/eclipse/xsemantics/example/expressions/expressions/impl/EqualsImpl.java:[199] public void setRight(Expression newRight) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setRight(Expression) of type EqualsImpl should be tagged with @Override since it actually overrides a superinterface method 115 problems (0 errors, 114 warnings, 1 info) [INFO] [INFO] --- xtend-maven-plugin:2.20.0:xtend-install-debug-info (default) @ org.eclipse.xsemantics.example.expressions --- [WARNING] Directory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src/main/java is empty. Can't process. [INFO] Installing Xtend files into 51 class files as primary debug sources in: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/target/classes [INFO] [INFO] --- xtend-maven-plugin:2.20.0:testCompile (default) @ org.eclipse.xsemantics.example.expressions --- [INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used. [INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src/test/java]' does not exist. [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xsemantics.example.expressions --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src/test/resources [INFO] [INFO] --- xtend-maven-plugin:2.20.0:xtend-test-install-debug-info (default) @ org.eclipse.xsemantics.example.expressions --- [WARNING] Directory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src/test/java is empty. Can't process. [WARNING] Directory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/src/test/generated-sources/xtend is empty. Can't process. [INFO] Installing Xtend files into 0 class files as primary debug sources in: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/target/test-classes [INFO] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.xsemantics.example.expressions --- [INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/target/org.eclipse.xsemantics.example.expressions-1.19.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.xsemantics.example.expressions --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.xsemantics.example.expressions --- [INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions/target/org.eclipse.xsemantics.example.expressions-1.19.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xsemantics.example.expressions --- [INFO] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.xsemantics.example.expressions --- [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.xsemantics.example.expressions --- [INFO] [INFO] --< org.eclipse.xsemantics:org.eclipse.xsemantics.example.expressions.ide >-- [INFO] Building org.eclipse.xsemantics.example.expressions.ide 1.19.0-SNAPSHOT [21/41] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xsemantics.example.expressions.ide --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.xsemantics.example.expressions.ide --- [INFO] The project's OSGi version is 1.19.0.v20210326-1027 [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.xsemantics.example.expressions.ide --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.xsemantics.example.expressions.ide --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.xsemantics.example.expressions.ide --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/xsemantics/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.ide/../../target/jacoco.exec,append=true,includes=org.eclipse.xsemantics.*,excludes=**/src-gen/**/*.java:**/org/eclipse/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java:**/*TypeSystemGen*.java:**/*StandaloneSetup*.java:**/*QuickfixProvider*.java [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xsemantics.example.expressions.ide --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.ide/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.xsemantics.example.expressions.ide --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.ide/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xsemantics.example.expressions.ide --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.ide/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.xsemantics.example.expressions.ide --- [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.ide/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.ide/target/org.eclipse.xsemantics.example.expressions.ide-1.19.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.xsemantics.example.expressions.ide --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.xsemantics.example.expressions.ide --- [INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.ide/target/org.eclipse.xsemantics.example.expressions.ide-1.19.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xsemantics.example.expressions.ide --- [INFO] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.xsemantics.example.expressions.ide --- [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.xsemantics.example.expressions.ide --- [INFO] [INFO] --< org.eclipse.xsemantics:org.eclipse.xsemantics.example.expressions.ui >-- [INFO] Building org.eclipse.xsemantics.example.expressions.ui 1.19.0-SNAPSHOT [22/41] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xsemantics.example.expressions.ui --- [INFO] Deleting /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.ui/xtend-gen (includes = [], excludes = [.gitignore]) [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.xsemantics.example.expressions.ui --- [INFO] The project's OSGi version is 1.19.0.v20210326-1027 [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.xsemantics.example.expressions.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.xsemantics.example.expressions.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.xsemantics.example.expressions.ui --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/xsemantics/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.ui/../../target/jacoco.exec,append=true,includes=org.eclipse.xsemantics.*,excludes=**/src-gen/**/*.java:**/org/eclipse/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java:**/*TypeSystemGen*.java:**/*StandaloneSetup*.java:**/*QuickfixProvider*.java [INFO] [INFO] --- xtend-maven-plugin:2.20.0:compile (default) @ org.eclipse.xsemantics.example.expressions.ui --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xsemantics.example.expressions.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.xsemantics.example.expressions.ui --- [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.ui/target/classes [INFO] [INFO] --- xtend-maven-plugin:2.20.0:xtend-install-debug-info (default) @ org.eclipse.xsemantics.example.expressions.ui --- [WARNING] Directory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.ui/src/main/java is empty. Can't process. [INFO] Installing Xtend files into 2 class files as primary debug sources in: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.ui/target/classes [INFO] [INFO] --- xtend-maven-plugin:2.20.0:testCompile (default) @ org.eclipse.xsemantics.example.expressions.ui --- [INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.ui/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used. [INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.ui/src/test/java]' does not exist. [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xsemantics.example.expressions.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.ui/src/test/resources [INFO] [INFO] --- xtend-maven-plugin:2.20.0:xtend-test-install-debug-info (default) @ org.eclipse.xsemantics.example.expressions.ui --- [WARNING] Directory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.ui/src/test/java is empty. Can't process. [WARNING] Directory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.ui/src/test/generated-sources/xtend is empty. Can't process. [INFO] Installing Xtend files into 0 class files as primary debug sources in: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.ui/target/test-classes [INFO] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.xsemantics.example.expressions.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.ui/target/org.eclipse.xsemantics.example.expressions.ui-1.19.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.xsemantics.example.expressions.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.xsemantics.example.expressions.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.ui/target/org.eclipse.xsemantics.example.expressions.ui-1.19.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xsemantics.example.expressions.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.xsemantics.example.expressions.ui --- [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.xsemantics.example.expressions.ui --- [INFO] [INFO] --< org.eclipse.xsemantics:org.eclipse.xsemantics.example.expressions.tests >-- [INFO] Building org.eclipse.xsemantics.example.expressions.tests 1.19.0-SNAPSHOT [23/41] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xsemantics.example.expressions.tests --- [INFO] Deleting /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.tests/xtend-gen (includes = [], excludes = [.gitignore]) [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.xsemantics.example.expressions.tests --- [INFO] The project's OSGi version is 1.19.0.v20210326-1027 [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.xsemantics.example.expressions.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.xsemantics.example.expressions.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.xsemantics.example.expressions.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/xsemantics/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.xsemantics.*,excludes=**/src-gen/**/*.java:**/org/eclipse/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java:**/*TypeSystemGen*.java:**/*StandaloneSetup*.java:**/*QuickfixProvider*.java [INFO] [INFO] --- xtend-maven-plugin:2.20.0:compile (default) @ org.eclipse.xsemantics.example.expressions.tests --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xsemantics.example.expressions.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.xsemantics.example.expressions.tests --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.tests/target/classes [INFO] [INFO] --- xtend-maven-plugin:2.20.0:xtend-install-debug-info (default) @ org.eclipse.xsemantics.example.expressions.tests --- [WARNING] Directory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.tests/src/main/java is empty. Can't process. [INFO] Installing Xtend files into 7 class files as primary debug sources in: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.tests/target/classes [INFO] [INFO] --- xtend-maven-plugin:2.20.0:testCompile (default) @ org.eclipse.xsemantics.example.expressions.tests --- [INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.tests/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used. [INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.tests/src/test/java]' does not exist. [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xsemantics.example.expressions.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.tests/src/test/resources [INFO] [INFO] --- xtend-maven-plugin:2.20.0:xtend-test-install-debug-info (default) @ org.eclipse.xsemantics.example.expressions.tests --- [WARNING] Directory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.tests/src/test/java is empty. Can't process. [WARNING] Directory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.tests/src/test/generated-sources/xtend is empty. Can't process. [INFO] Installing Xtend files into 0 class files as primary debug sources in: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.tests/target/test-classes [INFO] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.xsemantics.example.expressions.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.tests/target/org.eclipse.xsemantics.example.expressions.tests-1.19.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.xsemantics.example.expressions.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.xsemantics.example.expressions.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.tests/target/org.eclipse.xsemantics.example.expressions.tests-1.19.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xsemantics.example.expressions.tests --- [INFO] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.xsemantics.example.expressions.tests --- [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.xsemantics.example.expressions.tests --- [INFO] [INFO] --- tycho-surefire-plugin:1.5.0:test (default-test) @ org.eclipse.xsemantics.example.expressions.tests --- [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/xsemantics/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.xsemantics.*,excludes=**/src-gen/**/*.java:**/org/eclipse/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java:**/*TypeSystemGen*.java:**/*StandaloneSetup*.java:**/*QuickfixProvider*.java, -Xms256M, -Xmx1024M, -XX:PermSize=256M, -XX:MaxPermSize=256M, -XX:+HeapDumpOnOutOfMemoryError, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.500.v20190715-1310/org.eclipse.equinox.launcher-1.5.500.v20190715-1310.jar, -data, /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.tests/target/work/data, -install, /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.tests/target/work, -configuration, /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.tests/target/surefire.properties] Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=256M; support was removed in 8.0 Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256M; support was removed in 8.0 Running org.eclipse.xsemantics.example.expressions.tests.ExpressionsTypingTest log4j:WARN No appenders could be found for logger (org.eclipse.xtext.parser.antlr.AbstractInternalAntlrParser). log4j:WARN Please initialize the log4j system properly. Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.001 s - in org.eclipse.xsemantics.example.expressions.tests.ExpressionsTypingTest testMultiWithString(org.eclipse.xsemantics.example.expressions.tests.ExpressionsTypingTest) Time elapsed: 0.234 s testAnd(org.eclipse.xsemantics.example.expressions.tests.ExpressionsTypingTest) Time elapsed: 0.011 s testInt(org.eclipse.xsemantics.example.expressions.tests.ExpressionsTypingTest) Time elapsed: 0.006 s testBooleanNegationWithString(org.eclipse.xsemantics.example.expressions.tests.ExpressionsTypingTest) Time elapsed: 0.024 s testArithmeticSigned(org.eclipse.xsemantics.example.expressions.tests.ExpressionsTypingTest) Time elapsed: 0.002 s testMinusWithString(org.eclipse.xsemantics.example.expressions.tests.ExpressionsTypingTest) Time elapsed: 0.002 s testMinus(org.eclipse.xsemantics.example.expressions.tests.ExpressionsTypingTest) Time elapsed: 0.003 s testMulti(org.eclipse.xsemantics.example.expressions.tests.ExpressionsTypingTest) Time elapsed: 0.003 s testExpectedIntPlus(org.eclipse.xsemantics.example.expressions.tests.ExpressionsTypingTest) Time elapsed: 0.003 s testVariable(org.eclipse.xsemantics.example.expressions.tests.ExpressionsTypingTest) Time elapsed: 0.011 s testArithmeticSignedWithString(org.eclipse.xsemantics.example.expressions.tests.ExpressionsTypingTest) Time elapsed: 0.001 s testArithmeticSignedWithStringWrong(org.eclipse.xsemantics.example.expressions.tests.ExpressionsTypingTest) Time elapsed: 0.005 s testBooleanNegation(org.eclipse.xsemantics.example.expressions.tests.ExpressionsTypingTest) Time elapsed: 0.001 s testAndWithString(org.eclipse.xsemantics.example.expressions.tests.ExpressionsTypingTest) Time elapsed: 0.002 s testIntPlus(org.eclipse.xsemantics.example.expressions.tests.ExpressionsTypingTest) Time elapsed: 0.003 s testBooleanNegationWithStringWrong(org.eclipse.xsemantics.example.expressions.tests.ExpressionsTypingTest) Time elapsed: 0.004 s testStringPlus(org.eclipse.xsemantics.example.expressions.tests.ExpressionsTypingTest) Time elapsed: 0.002 s Running org.eclipse.xsemantics.example.expressions.tests.ExpressionsParsingTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.xsemantics.example.expressions.tests.ExpressionsParsingTest testExpressionAssociativity(org.eclipse.xsemantics.example.expressions.tests.ExpressionsParsingTest) Time elapsed: 0.003 s Running org.eclipse.xsemantics.example.expressions.tests.ExpressionsValidatorTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in org.eclipse.xsemantics.example.expressions.tests.ExpressionsValidatorTest testInt(org.eclipse.xsemantics.example.expressions.tests.ExpressionsValidatorTest) Time elapsed: 0.02 s testArithmeticSignedWithString(org.eclipse.xsemantics.example.expressions.tests.ExpressionsValidatorTest) Time elapsed: 0.006 s Running org.eclipse.xsemantics.example.expressions.tests.ExpressionsFirstInterpreterTest Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 s - in org.eclipse.xsemantics.example.expressions.tests.ExpressionsFirstInterpreterTest testInterpretAndOfComparisons(org.eclipse.xsemantics.example.expressions.tests.ExpressionsFirstInterpreterTest) Time elapsed: 0.042 s testMixedPlusNonRequestedInt(org.eclipse.xsemantics.example.expressions.tests.ExpressionsFirstInterpreterTest) Time elapsed: 0.003 s testMixedPlusRequestedInt(org.eclipse.xsemantics.example.expressions.tests.ExpressionsFirstInterpreterTest) Time elapsed: 0 s testInterpreterMultiWithString(org.eclipse.xsemantics.example.expressions.tests.ExpressionsFirstInterpreterTest) Time elapsed: 0 s testInterpreterMinusWithString(org.eclipse.xsemantics.example.expressions.tests.ExpressionsFirstInterpreterTest) Time elapsed: 0 s testNegationWithString(org.eclipse.xsemantics.example.expressions.tests.ExpressionsFirstInterpreterTest) Time elapsed: 0 s testInterpreterAndOrWithString(org.eclipse.xsemantics.example.expressions.tests.ExpressionsFirstInterpreterTest) Time elapsed: 0 s testInterpreterVariableReference(org.eclipse.xsemantics.example.expressions.tests.ExpressionsFirstInterpreterTest) Time elapsed: 0.004 s testSignedWithString(org.eclipse.xsemantics.example.expressions.tests.ExpressionsFirstInterpreterTest) Time elapsed: 0 s testInterpreterDiv(org.eclipse.xsemantics.example.expressions.tests.ExpressionsFirstInterpreterTest) Time elapsed: 0.001 s testIntComparisonEquals(org.eclipse.xsemantics.example.expressions.tests.ExpressionsFirstInterpreterTest) Time elapsed: 0.001 s testIntComparisonLess(org.eclipse.xsemantics.example.expressions.tests.ExpressionsFirstInterpreterTest) Time elapsed: 0.001 s testInterpreterAndOr(org.eclipse.xsemantics.example.expressions.tests.ExpressionsFirstInterpreterTest) Time elapsed: 0.001 s testInterpreterMinus(org.eclipse.xsemantics.example.expressions.tests.ExpressionsFirstInterpreterTest) Time elapsed: 0.003 s testInterpreterMulti(org.eclipse.xsemantics.example.expressions.tests.ExpressionsFirstInterpreterTest) Time elapsed: 0.001 s testStringComparisonLess(org.eclipse.xsemantics.example.expressions.tests.ExpressionsFirstInterpreterTest) Time elapsed: 0.001 s testStringComparisonEquals(org.eclipse.xsemantics.example.expressions.tests.ExpressionsFirstInterpreterTest) Time elapsed: 0.001 s testIntPlus(org.eclipse.xsemantics.example.expressions.tests.ExpressionsFirstInterpreterTest) Time elapsed: 0 s testInterpreter(org.eclipse.xsemantics.example.expressions.tests.ExpressionsFirstInterpreterTest) Time elapsed: 0.001 s testNegation(org.eclipse.xsemantics.example.expressions.tests.ExpressionsFirstInterpreterTest) Time elapsed: 0.002 s testMixedPlus(org.eclipse.xsemantics.example.expressions.tests.ExpressionsFirstInterpreterTest) Time elapsed: 0 s testSigned(org.eclipse.xsemantics.example.expressions.tests.ExpressionsFirstInterpreterTest) Time elapsed: 0.001 s testStringPlus(org.eclipse.xsemantics.example.expressions.tests.ExpressionsFirstInterpreterTest) Time elapsed: 0.001 s Running org.eclipse.xsemantics.example.expressions.tests.ExpressionsFirstTypingTest Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.eclipse.xsemantics.example.expressions.tests.ExpressionsFirstTypingTest testMultiWithString(org.eclipse.xsemantics.example.expressions.tests.ExpressionsFirstTypingTest) Time elapsed: 0.003 s testBooleanNegationWithString(org.eclipse.xsemantics.example.expressions.tests.ExpressionsFirstTypingTest) Time elapsed: 0.001 s testMinusWithString(org.eclipse.xsemantics.example.expressions.tests.ExpressionsFirstTypingTest) Time elapsed: 0.001 s testExpectedIntPlus(org.eclipse.xsemantics.example.expressions.tests.ExpressionsFirstTypingTest) Time elapsed: 0 s testVariable(org.eclipse.xsemantics.example.expressions.tests.ExpressionsFirstTypingTest) Time elapsed: 0.001 s testArithmeticSignedWithString(org.eclipse.xsemantics.example.expressions.tests.ExpressionsFirstTypingTest) Time elapsed: 0.001 s testAndWithString(org.eclipse.xsemantics.example.expressions.tests.ExpressionsFirstTypingTest) Time elapsed: 0.001 s testAnd(org.eclipse.xsemantics.example.expressions.tests.ExpressionsFirstTypingTest) Time elapsed: 0.002 s testInt(org.eclipse.xsemantics.example.expressions.tests.ExpressionsFirstTypingTest) Time elapsed: 0.001 s testArithmeticSigned(org.eclipse.xsemantics.example.expressions.tests.ExpressionsFirstTypingTest) Time elapsed: 0.001 s testMinus(org.eclipse.xsemantics.example.expressions.tests.ExpressionsFirstTypingTest) Time elapsed: 0 s testMulti(org.eclipse.xsemantics.example.expressions.tests.ExpressionsFirstTypingTest) Time elapsed: 0.002 s testArithmeticSignedWithStringWrong(org.eclipse.xsemantics.example.expressions.tests.ExpressionsFirstTypingTest) Time elapsed: 0.001 s testBooleanNegation(org.eclipse.xsemantics.example.expressions.tests.ExpressionsFirstTypingTest) Time elapsed: 0.002 s testIntPlus(org.eclipse.xsemantics.example.expressions.tests.ExpressionsFirstTypingTest) Time elapsed: 0.001 s testBooleanNegationWithStringWrong(org.eclipse.xsemantics.example.expressions.tests.ExpressionsFirstTypingTest) Time elapsed: 0.001 s testStringPlus(org.eclipse.xsemantics.example.expressions.tests.ExpressionsFirstTypingTest) Time elapsed: 0 s Running org.eclipse.xsemantics.example.expressions.tests.ExpressionsInterpreterTest Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s - in org.eclipse.xsemantics.example.expressions.tests.ExpressionsInterpreterTest testInterpreterDiv(org.eclipse.xsemantics.example.expressions.tests.ExpressionsInterpreterTest) Time elapsed: 0.002 s testInterpretAndOfComparisons(org.eclipse.xsemantics.example.expressions.tests.ExpressionsInterpreterTest) Time elapsed: 0.028 s testMixedPlusNonRequestedInt(org.eclipse.xsemantics.example.expressions.tests.ExpressionsInterpreterTest) Time elapsed: 0.001 s testIntComparisonEquals(org.eclipse.xsemantics.example.expressions.tests.ExpressionsInterpreterTest) Time elapsed: 0.001 s testIntComparisonLess(org.eclipse.xsemantics.example.expressions.tests.ExpressionsInterpreterTest) Time elapsed: 0.001 s testInterpreterAndOr(org.eclipse.xsemantics.example.expressions.tests.ExpressionsInterpreterTest) Time elapsed: 0.001 s testInterpreterMinus(org.eclipse.xsemantics.example.expressions.tests.ExpressionsInterpreterTest) Time elapsed: 0.002 s testInterpreterMulti(org.eclipse.xsemantics.example.expressions.tests.ExpressionsInterpreterTest) Time elapsed: 0.001 s testMixedPlusRequestedInt(org.eclipse.xsemantics.example.expressions.tests.ExpressionsInterpreterTest) Time elapsed: 0.001 s testInterpreterMultiWithString(org.eclipse.xsemantics.example.expressions.tests.ExpressionsInterpreterTest) Time elapsed: 0.001 s testInterpreterMinusWithString(org.eclipse.xsemantics.example.expressions.tests.ExpressionsInterpreterTest) Time elapsed: 0 s testNegationWithString(org.eclipse.xsemantics.example.expressions.tests.ExpressionsInterpreterTest) Time elapsed: 0.001 s testStringComparisonLess(org.eclipse.xsemantics.example.expressions.tests.ExpressionsInterpreterTest) Time elapsed: 0 s testInterpreterAndOrWithString(org.eclipse.xsemantics.example.expressions.tests.ExpressionsInterpreterTest) Time elapsed: 0.001 s testStringComparisonEquals(org.eclipse.xsemantics.example.expressions.tests.ExpressionsInterpreterTest) Time elapsed: 0.001 s testIntPlus(org.eclipse.xsemantics.example.expressions.tests.ExpressionsInterpreterTest) Time elapsed: 0.001 s testInterpreter(org.eclipse.xsemantics.example.expressions.tests.ExpressionsInterpreterTest) Time elapsed: 0.001 s testNegation(org.eclipse.xsemantics.example.expressions.tests.ExpressionsInterpreterTest) Time elapsed: 0 s testMixedPlus(org.eclipse.xsemantics.example.expressions.tests.ExpressionsInterpreterTest) Time elapsed: 0.001 s testSigned(org.eclipse.xsemantics.example.expressions.tests.ExpressionsInterpreterTest) Time elapsed: 0.002 s testInterpreterVariableReference(org.eclipse.xsemantics.example.expressions.tests.ExpressionsInterpreterTest) Time elapsed: 0.002 s testStringPlus(org.eclipse.xsemantics.example.expressions.tests.ExpressionsInterpreterTest) Time elapsed: 0 s testSignedWithString(org.eclipse.xsemantics.example.expressions.tests.ExpressionsInterpreterTest) Time elapsed: 0 s Results: Tests run: 83, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --< org.eclipse.xsemantics:org.eclipse.xsemantics.example.expressions.ui.tests >-- [INFO] Building org.eclipse.xsemantics.example.expressions.ui.tests 1.19.0-SNAPSHOT [24/41] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xsemantics.example.expressions.ui.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.xsemantics.example.expressions.ui.tests --- [INFO] The project's OSGi version is 1.19.0.v20210326-1027 [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.xsemantics.example.expressions.ui.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.xsemantics.example.expressions.ui.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.xsemantics.example.expressions.ui.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/xsemantics/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.ui.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.xsemantics.*,excludes=**/src-gen/**/*.java:**/org/eclipse/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java:**/*TypeSystemGen*.java:**/*StandaloneSetup*.java:**/*QuickfixProvider*.java [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xsemantics.example.expressions.ui.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.ui.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.xsemantics.example.expressions.ui.tests --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.ui.tests/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xsemantics.example.expressions.ui.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.ui.tests/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.xsemantics.example.expressions.ui.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.ui.tests/target/org.eclipse.xsemantics.example.expressions.ui.tests-1.19.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.xsemantics.example.expressions.ui.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.xsemantics.example.expressions.ui.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.expressions.ui.tests/target/org.eclipse.xsemantics.example.expressions.ui.tests-1.19.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xsemantics.example.expressions.ui.tests --- [INFO] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.xsemantics.example.expressions.ui.tests --- [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.xsemantics.example.expressions.ui.tests --- [INFO] [INFO] --- tycho-surefire-plugin:1.5.0:test (default-test) @ org.eclipse.xsemantics.example.expressions.ui.tests --- [INFO] Skipping tests [INFO] [INFO] ----< org.eclipse.xsemantics:org.eclipse.xsemantics.example.lambda >---- [INFO] Building org.eclipse.xsemantics.example.lambda 1.19.0-SNAPSHOT [25/41] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xsemantics.example.lambda --- [INFO] Deleting /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda/xtend-gen (includes = [], excludes = [.gitignore]) [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.xsemantics.example.lambda --- [INFO] The project's OSGi version is 1.19.0.v20210326-1027 [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.xsemantics.example.lambda --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.xsemantics.example.lambda --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.xsemantics.example.lambda --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/xsemantics/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda/../../target/jacoco.exec,append=true,includes=org.eclipse.xsemantics.*,excludes=**/src-gen/**/*.java:**/org/eclipse/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java:**/*TypeSystemGen*.java:**/*StandaloneSetup*.java:**/*QuickfixProvider*.java [INFO] [INFO] --- exec-maven-plugin:1.6.0:java (mwe2Launcher) @ org.eclipse.xsemantics.example.lambda --- 0 INFO XtextGenerator - Initializing Xtext generator Mar 26, 2021 10:32:55 AM org.eclipse.emf.mwe.utils.StandaloneSetup addRegisterGeneratedEPackage INFO: Adding generated EPackage 'org.eclipse.xtext.common.types.TypesPackage' Mar 26, 2021 10:32:55 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project com.google.guava at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/com/google/guava/guava/27.1-jre/guava-27.1-jre.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/com.google.guava/27.1.0.v20190517-1946/com.google.guava-27.1.0.v20190517-1946.jar!/' instead. Mar 26, 2021 10:32:55 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project com.google.inject at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/com/google/inject/guice/3.0/guice-3.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/com.google.inject/3.0.0.v201605172100/com.google.inject-3.0.0.v201605172100.jar!/' instead. Mar 26, 2021 10:32:55 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project javax.inject at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/javax/inject/javax.inject/1/javax.inject-1.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/javax.inject/1.0.0.v20091030/javax.inject-1.0.0.v20091030.jar!/' instead. Mar 26, 2021 10:32:55 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.osgi at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/platform/org.eclipse.osgi/3.15.0/org.eclipse.osgi-3.15.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.osgi/3.15.0.v20190830-1434/org.eclipse.osgi-3.15.0.v20190830-1434.jar!/' instead. Mar 26, 2021 10:32:55 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.equinox.common at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/platform/org.eclipse.equinox.common/3.10.500/org.eclipse.equinox.common-3.10.500.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.equinox.common/3.10.500.v20190815-1535/org.eclipse.equinox.common-3.10.500.v20190815-1535.jar!/' instead. Mar 26, 2021 10:32:55 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.emf.common at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/emf/org.eclipse.emf.common/2.12.0/org.eclipse.emf.common-2.12.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.emf.common/2.16.0.v20190625-1131/org.eclipse.emf.common-2.16.0.v20190625-1131.jar!/' instead. Mar 26, 2021 10:32:55 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.emf.ecore at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/emf/org.eclipse.emf.ecore/2.12.0/org.eclipse.emf.ecore-2.12.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.emf.ecore/2.19.0.v20190822-1451/org.eclipse.emf.ecore-2.19.0.v20190822-1451.jar!/' instead. Mar 26, 2021 10:32:55 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.emf.ecore.xmi at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.12.0/org.eclipse.emf.ecore.xmi-2.12.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.16.0.v20190528-0725/org.eclipse.emf.ecore.xmi-2.16.0.v20190528-0725.jar!/' instead. Mar 26, 2021 10:32:55 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.xtext at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/xtext/org.eclipse.xtext/2.20.0/org.eclipse.xtext-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.xtext/2.20.0.v20191202-0915/org.eclipse.xtext-2.20.0.v20191202-0915.jar!/' instead. Mar 26, 2021 10:32:55 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.xtext.xbase at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/xtext/org.eclipse.xtext.xbase/2.20.0/org.eclipse.xtext.xbase-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.20.0.v20191202-0933/org.eclipse.xtext.xbase-2.20.0.v20191202-0933.jar!/' instead. Mar 26, 2021 10:32:55 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.xtext.xbase.lib at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/xtext/org.eclipse.xtext.xbase.lib/2.20.0/org.eclipse.xtext.xbase.lib-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase.lib/2.20.0.v20191202-0907/org.eclipse.xtext.xbase.lib-2.20.0.v20191202-0907.jar!/' instead. Mar 26, 2021 10:32:55 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.xtext.util at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/xtext/org.eclipse.xtext.util/2.20.0/org.eclipse.xtext.util-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.xtext.util/2.20.0.v20191202-0915/org.eclipse.xtext.util-2.20.0.v20191202-0915.jar!/' instead. Mar 26, 2021 10:32:55 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.xtend.lib at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/xtend/org.eclipse.xtend.lib/2.20.0/org.eclipse.xtend.lib-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.xtend.lib/2.20.0.v20191202-0907/org.eclipse.xtend.lib-2.20.0.v20191202-0907.jar!/' instead. Mar 26, 2021 10:32:55 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.xtend.lib.macro at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/xtend/org.eclipse.xtend.lib.macro/2.20.0/org.eclipse.xtend.lib.macro-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.xtend.lib.macro/2.20.0.v20191202-0907/org.eclipse.xtend.lib.macro-2.20.0.v20191202-0907.jar!/' instead. Mar 26, 2021 10:32:55 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.xtext.common.types at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/eclipse/xtext/org.eclipse.xtext.common.types/2.20.0/org.eclipse.xtext.common.types-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.xtext.common.types/2.20.0.v20191202-0933/org.eclipse.xtext.common.types-2.20.0.v20191202-0933.jar!/' instead. Mar 26, 2021 10:32:55 AM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.objectweb.asm at 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/org/ow2/asm/asm/7.2/asm-7.2.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.objectweb.asm/7.2.0.v20191010-1910/org.objectweb.asm-7.2.0.v20191010-1910.jar!/' instead. Mar 26, 2021 10:32:55 AM org.eclipse.emf.mwe.utils.StandaloneSetup addProjectMapping INFO: Registering project org.eclipse.xsemantics.example.lambda at 'file:/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda/' Mar 26, 2021 10:32:55 AM org.eclipse.emf.mwe.utils.StandaloneSetup addProjectMapping INFO: Registering project org.eclipse.xsemantics.example.lambda.tests at 'file:/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.tests/' Mar 26, 2021 10:32:55 AM org.eclipse.emf.mwe.utils.StandaloneSetup addProjectMapping INFO: Registering project org.eclipse.xsemantics.example.lambda.ide at 'file:/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ide/' Mar 26, 2021 10:32:55 AM org.eclipse.emf.mwe.utils.StandaloneSetup addProjectMapping INFO: Registering project org.eclipse.xsemantics.example.lambda.ui at 'file:/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ui/' Mar 26, 2021 10:32:55 AM org.eclipse.emf.mwe.utils.StandaloneSetup addProjectMapping INFO: Registering project org.eclipse.xsemantics.example.lambda.ui.tests at 'file:/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ui.tests/' Mar 26, 2021 10:32:55 AM org.eclipse.emf.mwe.utils.StandaloneSetup setResourceSet INFO: Using resourceSet registry. The registered Packages will not be registered in the global EPackage.Registry.INSTANCE! Mar 26, 2021 10:32:55 AM org.eclipse.emf.mwe.utils.GenModelHelper registerGenModel INFO: Registered GenModel 'http://www.eclipse.org/Xtext/Xbase/XAnnotations' from 'platform:/resource/org.eclipse.xtext.xbase/model/Xbase.genmodel' Mar 26, 2021 10:32:55 AM org.eclipse.emf.mwe.utils.GenModelHelper registerGenModel INFO: Registered GenModel 'http://www.eclipse.org/xtext/xbase/Xtype' from 'platform:/resource/org.eclipse.xtext.xbase/model/Xbase.genmodel' Mar 26, 2021 10:32:55 AM org.eclipse.emf.mwe.utils.GenModelHelper registerGenModel INFO: Registered GenModel 'http://www.eclipse.org/xtext/xbase/Xbase' from 'platform:/resource/org.eclipse.xtext.xbase/model/Xbase.genmodel' Mar 26, 2021 10:32:55 AM org.eclipse.emf.mwe.utils.GenModelHelper registerGenModel INFO: Registered GenModel 'http://www.eclipse.org/xtext/common/JavaVMTypes' from 'platform:/resource/org.eclipse.xtext.common.types/model/JavaVMTypes.genmodel' 697 INFO XtextGenerator - Generating org.eclipse.xsemantics.example.lambda.Lambda 1781 INFO EMFGeneratorFragment2 - Generating EMF model code Mar 26, 2021 10:32:57 AM org.eclipse.emf.mwe.utils.GenModelHelper registerGenModel INFO: Registered GenModel 'http://www.eclipse.org/xsemantics/example/lambda/Lambda' from 'platform:/resource/org.eclipse.xsemantics.example.lambda/model/generated/Lambda.genmodel' 3314 INFO XtextGenerator - Generating common infrastructure 3325 INFO Workflow - Done. [INFO] [INFO] --- xtext-maven-plugin:2.20.0:generate (default) @ org.eclipse.xsemantics.example.lambda --- [INFO] Encoding: UTF-8 [INFO] Compiler source level: 1.8 [INFO] Compiler target level: 1.8 [INFO] Using common types. [INFO] Collecting source models. [INFO] Installing type provider. [INFO] Generating stubs into /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda/target/xtext-temp/stubs [INFO] Compiling stubs located in /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda/target/xtext-temp/stubs [INFO] Installing type provider for stubs. [INFO] Validate and generate. [INFO] Starting validation for input: 'Lambda.xsemantics' [INFO] Starting generator for input: 'Lambda.xsemantics' [INFO] [INFO] --- xtend-maven-plugin:2.20.0:compile (default) @ org.eclipse.xsemantics.example.lambda --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xsemantics.example.lambda --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.xsemantics.example.lambda --- [INFO] Compiling 65 source files to /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda/target/classes [INFO] [INFO] --- xtend-maven-plugin:2.20.0:xtend-install-debug-info (default) @ org.eclipse.xsemantics.example.lambda --- [WARNING] Directory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda/src/main/java is empty. Can't process. [INFO] Installing Xtend files into 26 class files as primary debug sources in: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda/target/classes [INFO] [INFO] --- xtend-maven-plugin:2.20.0:testCompile (default) @ org.eclipse.xsemantics.example.lambda --- [INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used. [INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda/src/test/java]' does not exist. [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xsemantics.example.lambda --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda/src/test/resources [INFO] [INFO] --- xtend-maven-plugin:2.20.0:xtend-test-install-debug-info (default) @ org.eclipse.xsemantics.example.lambda --- [WARNING] Directory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda/src/test/java is empty. Can't process. [WARNING] Directory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda/src/test/generated-sources/xtend is empty. Can't process. [INFO] Installing Xtend files into 0 class files as primary debug sources in: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda/target/test-classes [INFO] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.xsemantics.example.lambda --- [INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda/target/org.eclipse.xsemantics.example.lambda-1.19.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.xsemantics.example.lambda --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.xsemantics.example.lambda --- [INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda/target/org.eclipse.xsemantics.example.lambda-1.19.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xsemantics.example.lambda --- [INFO] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.xsemantics.example.lambda --- [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.xsemantics.example.lambda --- [INFO] [INFO] --< org.eclipse.xsemantics:org.eclipse.xsemantics.example.lambda.ide >-- [INFO] Building org.eclipse.xsemantics.example.lambda.ide 1.19.0-SNAPSHOT [26/41] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xsemantics.example.lambda.ide --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.xsemantics.example.lambda.ide --- [INFO] The project's OSGi version is 1.19.0.v20210326-1027 [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.xsemantics.example.lambda.ide --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.xsemantics.example.lambda.ide --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.xsemantics.example.lambda.ide --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/xsemantics/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ide/../../target/jacoco.exec,append=true,includes=org.eclipse.xsemantics.*,excludes=**/src-gen/**/*.java:**/org/eclipse/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java:**/*TypeSystemGen*.java:**/*StandaloneSetup*.java:**/*QuickfixProvider*.java [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xsemantics.example.lambda.ide --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ide/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.xsemantics.example.lambda.ide --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ide/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xsemantics.example.lambda.ide --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ide/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.xsemantics.example.lambda.ide --- [INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ide/target/org.eclipse.xsemantics.example.lambda.ide-1.19.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.xsemantics.example.lambda.ide --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.xsemantics.example.lambda.ide --- [INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ide/target/org.eclipse.xsemantics.example.lambda.ide-1.19.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xsemantics.example.lambda.ide --- [INFO] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.xsemantics.example.lambda.ide --- [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.xsemantics.example.lambda.ide --- [INFO] [INFO] --< org.eclipse.xsemantics:org.eclipse.xsemantics.example.lambda.ui >--- [INFO] Building org.eclipse.xsemantics.example.lambda.ui 1.19.0-SNAPSHOT [27/41] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xsemantics.example.lambda.ui --- [INFO] Deleting /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ui/xtend-gen (includes = [], excludes = [.gitignore]) [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.xsemantics.example.lambda.ui --- [INFO] The project's OSGi version is 1.19.0.v20210326-1027 [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.xsemantics.example.lambda.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.xsemantics.example.lambda.ui --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.xsemantics.example.lambda.ui --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/xsemantics/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ui/../../target/jacoco.exec,append=true,includes=org.eclipse.xsemantics.*,excludes=**/src-gen/**/*.java:**/org/eclipse/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java:**/*TypeSystemGen*.java:**/*StandaloneSetup*.java:**/*QuickfixProvider*.java [INFO] [INFO] --- xtend-maven-plugin:2.20.0:compile (default) @ org.eclipse.xsemantics.example.lambda.ui --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xsemantics.example.lambda.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.xsemantics.example.lambda.ui --- [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ui/target/classes [INFO] [INFO] --- xtend-maven-plugin:2.20.0:xtend-install-debug-info (default) @ org.eclipse.xsemantics.example.lambda.ui --- [WARNING] Directory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ui/src/main/java is empty. Can't process. [INFO] Installing Xtend files into 2 class files as primary debug sources in: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ui/target/classes [INFO] [INFO] --- xtend-maven-plugin:2.20.0:testCompile (default) @ org.eclipse.xsemantics.example.lambda.ui --- [INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ui/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used. [INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ui/src/test/java]' does not exist. [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xsemantics.example.lambda.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ui/src/test/resources [INFO] [INFO] --- xtend-maven-plugin:2.20.0:xtend-test-install-debug-info (default) @ org.eclipse.xsemantics.example.lambda.ui --- [WARNING] Directory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ui/src/test/java is empty. Can't process. [WARNING] Directory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ui/src/test/generated-sources/xtend is empty. Can't process. [INFO] Installing Xtend files into 0 class files as primary debug sources in: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ui/target/test-classes [INFO] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.xsemantics.example.lambda.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ui/target/org.eclipse.xsemantics.example.lambda.ui-1.19.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.xsemantics.example.lambda.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.xsemantics.example.lambda.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ui/target/org.eclipse.xsemantics.example.lambda.ui-1.19.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xsemantics.example.lambda.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.xsemantics.example.lambda.ui --- [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.xsemantics.example.lambda.ui --- [INFO] [INFO] --< org.eclipse.xsemantics:org.eclipse.xsemantics.example.lambda.tests >-- [INFO] Building org.eclipse.xsemantics.example.lambda.tests 1.19.0-SNAPSHOT [28/41] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xsemantics.example.lambda.tests --- [INFO] Deleting /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.tests/xtend-gen (includes = [], excludes = [.gitignore]) [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.xsemantics.example.lambda.tests --- [INFO] The project's OSGi version is 1.19.0.v20210326-1027 [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.xsemantics.example.lambda.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.xsemantics.example.lambda.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.xsemantics.example.lambda.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/xsemantics/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.xsemantics.*,excludes=**/src-gen/**/*.java:**/org/eclipse/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java:**/*TypeSystemGen*.java:**/*StandaloneSetup*.java:**/*QuickfixProvider*.java [INFO] [INFO] --- xtend-maven-plugin:2.20.0:compile (default) @ org.eclipse.xsemantics.example.lambda.tests --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xsemantics.example.lambda.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.xsemantics.example.lambda.tests --- [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.tests/target/classes [INFO] [INFO] --- xtend-maven-plugin:2.20.0:xtend-install-debug-info (default) @ org.eclipse.xsemantics.example.lambda.tests --- [WARNING] Directory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.tests/src/main/java is empty. Can't process. [INFO] Installing Xtend files into 10 class files as primary debug sources in: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.tests/target/classes [INFO] [INFO] --- xtend-maven-plugin:2.20.0:testCompile (default) @ org.eclipse.xsemantics.example.lambda.tests --- [INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.tests/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used. [INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.tests/src/test/java]' does not exist. [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xsemantics.example.lambda.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.tests/src/test/resources [INFO] [INFO] --- xtend-maven-plugin:2.20.0:xtend-test-install-debug-info (default) @ org.eclipse.xsemantics.example.lambda.tests --- [WARNING] Directory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.tests/src/test/java is empty. Can't process. [WARNING] Directory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.tests/src/test/generated-sources/xtend is empty. Can't process. [INFO] Installing Xtend files into 0 class files as primary debug sources in: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.tests/target/test-classes [INFO] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.xsemantics.example.lambda.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.tests/target/org.eclipse.xsemantics.example.lambda.tests-1.19.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.xsemantics.example.lambda.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.xsemantics.example.lambda.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.tests/target/org.eclipse.xsemantics.example.lambda.tests-1.19.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xsemantics.example.lambda.tests --- [INFO] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.xsemantics.example.lambda.tests --- [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.xsemantics.example.lambda.tests --- [INFO] [INFO] --- tycho-surefire-plugin:1.5.0:test (default-test) @ org.eclipse.xsemantics.example.lambda.tests --- [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/xsemantics/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.xsemantics.*,excludes=**/src-gen/**/*.java:**/org/eclipse/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java:**/*TypeSystemGen*.java:**/*StandaloneSetup*.java:**/*QuickfixProvider*.java, -Xms256M, -Xmx1024M, -XX:PermSize=256M, -XX:MaxPermSize=256M, -XX:+HeapDumpOnOutOfMemoryError, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.500.v20190715-1310/org.eclipse.equinox.launcher-1.5.500.v20190715-1310.jar, -data, /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.tests/target/work/data, -install, /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.tests/target/work, -configuration, /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.tests/target/surefire.properties] Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=256M; support was removed in 8.0 Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256M; support was removed in 8.0 Running org.eclipse.xsemantics.example.lambda.tests.LambdaValidatorTest log4j:WARN No appenders could be found for logger (org.eclipse.xtext.parser.antlr.AbstractInternalAntlrParser). log4j:WARN Please initialize the log4j system properly. Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.777 s - in org.eclipse.xsemantics.example.lambda.tests.LambdaValidatorTest testOmega(org.eclipse.xsemantics.example.lambda.tests.LambdaValidatorTest) Time elapsed: 0.218 s testValidateOk(org.eclipse.xsemantics.example.lambda.tests.LambdaValidatorTest) Time elapsed: 0.006 s testNonOptimalTypeVariables(org.eclipse.xsemantics.example.lambda.tests.LambdaValidatorTest) Time elapsed: 0.003 s Running org.eclipse.xsemantics.example.lambda.tests.LambdaTermUtilsTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s - in org.eclipse.xsemantics.example.lambda.tests.LambdaTermUtilsTest testExplicitTypes(org.eclipse.xsemantics.example.lambda.tests.LambdaTermUtilsTest) Time elapsed: 0.014 s testExplicitType(org.eclipse.xsemantics.example.lambda.tests.LambdaTermUtilsTest) Time elapsed: 0.003 s testNoTypes(org.eclipse.xsemantics.example.lambda.tests.LambdaTermUtilsTest) Time elapsed: 0.003 s Running org.eclipse.xsemantics.example.lambda.tests.LambdaTypeInferAndModifyTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.xsemantics.example.lambda.tests.LambdaTypeInferAndModifyTest testInferTypeAndModifyAllTypes(org.eclipse.xsemantics.example.lambda.tests.LambdaTypeInferAndModifyTest) Time elapsed: 0.005 s testInferTypeAndModifyAbstractionTypeCompose(org.eclipse.xsemantics.example.lambda.tests.LambdaTypeInferAndModifyTest) Time elapsed: 0.004 s testInferTypeAndSetAbstractionTypeWithNoExplicitType(org.eclipse.xsemantics.example.lambda.tests.LambdaTypeInferAndModifyTest) Time elapsed: 0.001 s testInferTypeAndModifyAbstractionTypeWithExplicitType(org.eclipse.xsemantics.example.lambda.tests.LambdaTypeInferAndModifyTest) Time elapsed: 0.001 s testInferTypeAndModifyAbstractionTypeWithNoExplicitType(org.eclipse.xsemantics.example.lambda.tests.LambdaTypeInferAndModifyTest) Time elapsed: 0.002 s testCannotInferTypeAndModifyAbstractionTypeWithExplicitType(org.eclipse.xsemantics.example.lambda.tests.LambdaTypeInferAndModifyTest) Time elapsed: 0.003 s Running org.eclipse.xsemantics.example.lambda.tests.LambdaTypeTest Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s - in org.eclipse.xsemantics.example.lambda.tests.LambdaTypeTest testApplicationType(org.eclipse.xsemantics.example.lambda.tests.LambdaTypeTest) Time elapsed: 0.002 s testImplicitParamType(org.eclipse.xsemantics.example.lambda.tests.LambdaTypeTest) Time elapsed: 0.002 s testAbstractionExplicitVariableType(org.eclipse.xsemantics.example.lambda.tests.LambdaTypeTest) Time elapsed: 0.001 s testAbstractionWithArithmetics(org.eclipse.xsemantics.example.lambda.tests.LambdaTypeTest) Time elapsed: 0.005 s testOmega(org.eclipse.xsemantics.example.lambda.tests.LambdaTypeTest) Time elapsed: 0.003 s testApplicationType2(org.eclipse.xsemantics.example.lambda.tests.LambdaTypeTest) Time elapsed: 0.002 s testArithmeticsConstantType(org.eclipse.xsemantics.example.lambda.tests.LambdaTypeTest) Time elapsed: 0.006 s testStringConstantType(org.eclipse.xsemantics.example.lambda.tests.LambdaTypeTest) Time elapsed: 0.004 s testArithmeticsFails(org.eclipse.xsemantics.example.lambda.tests.LambdaTypeTest) Time elapsed: 0.001 s testArithmeticsWithTypeVariable(org.eclipse.xsemantics.example.lambda.tests.LambdaTypeTest) Time elapsed: 0.001 s testIntConstantType(org.eclipse.xsemantics.example.lambda.tests.LambdaTypeTest) Time elapsed: 0.001 s testCompose2(org.eclipse.xsemantics.example.lambda.tests.LambdaTypeTest) Time elapsed: 0.002 s testCompose3(org.eclipse.xsemantics.example.lambda.tests.LambdaTypeTest) Time elapsed: 0.003 s testExplicitParamType(org.eclipse.xsemantics.example.lambda.tests.LambdaTypeTest) Time elapsed: 0.001 s testCompose(org.eclipse.xsemantics.example.lambda.tests.LambdaTypeTest) Time elapsed: 0.002 s testImplicitVariableType(org.eclipse.xsemantics.example.lambda.tests.LambdaTypeTest) Time elapsed: 0.001 s testOmega2(org.eclipse.xsemantics.example.lambda.tests.LambdaTypeTest) Time elapsed: 0.003 s testExplicitVariableType(org.eclipse.xsemantics.example.lambda.tests.LambdaTypeTest) Time elapsed: 0.001 s testAbstractionImplicitVariableType(org.eclipse.xsemantics.example.lambda.tests.LambdaTypeTest) Time elapsed: 0.001 s Running org.eclipse.xsemantics.example.lambda.tests.LambdaUtilsTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.xsemantics.example.lambda.tests.LambdaUtilsTest testFreshVarsAfterReset(org.eclipse.xsemantics.example.lambda.tests.LambdaUtilsTest) Time elapsed: 0.001 s testFreshVars(org.eclipse.xsemantics.example.lambda.tests.LambdaUtilsTest) Time elapsed: 0 s testFreshArrowType(org.eclipse.xsemantics.example.lambda.tests.LambdaUtilsTest) Time elapsed: 0 s Running org.eclipse.xsemantics.example.lambda.tests.TypeSubstitutionsTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.xsemantics.example.lambda.tests.TypeSubstitutionsTest testReset(org.eclipse.xsemantics.example.lambda.tests.TypeSubstitutionsTest) Time elapsed: 0 s testWithMappedVar(org.eclipse.xsemantics.example.lambda.tests.TypeSubstitutionsTest) Time elapsed: 0 s Running org.eclipse.xsemantics.example.lambda.tests.LambdaNotOccurTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.xsemantics.example.lambda.tests.LambdaNotOccurTest NotOccurTypeVariablesFails(org.eclipse.xsemantics.example.lambda.tests.LambdaNotOccurTest) Time elapsed: 0.003 s NotOccurConstantTypes(org.eclipse.xsemantics.example.lambda.tests.LambdaNotOccurTest) Time elapsed: 0.001 s NotOccurTypeVariablesInArrowType(org.eclipse.xsemantics.example.lambda.tests.LambdaNotOccurTest) Time elapsed: 0 s NotOccurDifferentTypeVariables(org.eclipse.xsemantics.example.lambda.tests.LambdaNotOccurTest) Time elapsed: 0 s notOccurTypeVariablesInArrowTypeFails(org.eclipse.xsemantics.example.lambda.tests.LambdaNotOccurTest) Time elapsed: 0 s Running org.eclipse.xsemantics.example.lambda.tests.LambdaUnifyTest Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.xsemantics.example.lambda.tests.LambdaUnifyTest testUnifyTypeVarArrowType(org.eclipse.xsemantics.example.lambda.tests.LambdaUnifyTest) Time elapsed: 0 s testUnifyArrowTypes2(org.eclipse.xsemantics.example.lambda.tests.LambdaUnifyTest) Time elapsed: 0.001 s unifyTypeVariableOccursInArrowTypeFails(org.eclipse.xsemantics.example.lambda.tests.LambdaUnifyTest) Time elapsed: 0 s testUnifyIntType(org.eclipse.xsemantics.example.lambda.tests.LambdaUnifyTest) Time elapsed: 0 s testUnifyBasicTypeTypeVar(org.eclipse.xsemantics.example.lambda.tests.LambdaUnifyTest) Time elapsed: 0.001 s testBasicTypeFails(org.eclipse.xsemantics.example.lambda.tests.LambdaUnifyTest) Time elapsed: 0.001 s testUnifyArrowTypesWithBasicTypes(org.eclipse.xsemantics.example.lambda.tests.LambdaUnifyTest) Time elapsed: 0 s testUnifyTypeVar(org.eclipse.xsemantics.example.lambda.tests.LambdaUnifyTest) Time elapsed: 0 s testUnifyArrowTypeTypeVar(org.eclipse.xsemantics.example.lambda.tests.LambdaUnifyTest) Time elapsed: 0.001 s testUnifyTypeVarBasicType(org.eclipse.xsemantics.example.lambda.tests.LambdaUnifyTest) Time elapsed: 0 s testUnifyArrowTypes(org.eclipse.xsemantics.example.lambda.tests.LambdaUnifyTest) Time elapsed: 0 s testUnifyArrowTypesWithBasicTypes2(org.eclipse.xsemantics.example.lambda.tests.LambdaUnifyTest) Time elapsed: 0 s testUnifyStringType(org.eclipse.xsemantics.example.lambda.tests.LambdaUnifyTest) Time elapsed: 0.002 s Running org.eclipse.xsemantics.example.lambda.tests.LambdaParsingTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.xsemantics.example.lambda.tests.LambdaParsingTest testParsingAndLinking(org.eclipse.xsemantics.example.lambda.tests.LambdaParsingTest) Time elapsed: 0.002 s Running org.eclipse.xsemantics.example.lambda.tests.LambdaTypeSubstitutionTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.xsemantics.example.lambda.tests.LambdaTypeSubstitutionTest testTypeVariableSubstitutionRecursive(org.eclipse.xsemantics.example.lambda.tests.LambdaTypeSubstitutionTest) Time elapsed: 0 s testTypeVariableSubstitution(org.eclipse.xsemantics.example.lambda.tests.LambdaTypeSubstitutionTest) Time elapsed: 0 s testArrowTypeSubstitutionRecursive(org.eclipse.xsemantics.example.lambda.tests.LambdaTypeSubstitutionTest) Time elapsed: 0 s Running org.eclipse.xsemantics.example.lambda.tests.LambdaTypeBeautifierTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.xsemantics.example.lambda.tests.LambdaTypeBeautifierTest testBeautifyTypeVariable(org.eclipse.xsemantics.example.lambda.tests.LambdaTypeBeautifierTest) Time elapsed: 0 s testBeautifyArrowType(org.eclipse.xsemantics.example.lambda.tests.LambdaTypeBeautifierTest) Time elapsed: 0 s testGetBeautifiedStringArrowType(org.eclipse.xsemantics.example.lambda.tests.LambdaTypeBeautifierTest) Time elapsed: 0 s testBeautifyIntType(org.eclipse.xsemantics.example.lambda.tests.LambdaTypeBeautifierTest) Time elapsed: 0 s testBeautifyArrowTypeWithExistingTypeVariables(org.eclipse.xsemantics.example.lambda.tests.LambdaTypeBeautifierTest) Time elapsed: 0.001 s testGetBeautifiedStringTypeVariable(org.eclipse.xsemantics.example.lambda.tests.LambdaTypeBeautifierTest) Time elapsed: 0 s testGetBeautifiedStringIntType(org.eclipse.xsemantics.example.lambda.tests.LambdaTypeBeautifierTest) Time elapsed: 0 s testBeautifyArrowTypeAlreadyBeautified(org.eclipse.xsemantics.example.lambda.tests.LambdaTypeBeautifierTest) Time elapsed: 0 s testGetBeautifiedStringArrowType2(org.eclipse.xsemantics.example.lambda.tests.LambdaTypeBeautifierTest) Time elapsed: 0 s testGetBeautifiedStringArrowType3(org.eclipse.xsemantics.example.lambda.tests.LambdaTypeBeautifierTest) Time elapsed: 0 s testGetBeautifiedStringStringType(org.eclipse.xsemantics.example.lambda.tests.LambdaTypeBeautifierTest) Time elapsed: 0 s Running org.eclipse.xsemantics.example.lambda.tests.TypeVariableTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.xsemantics.example.lambda.tests.TypeVariableTest testTypeVariableNames(org.eclipse.xsemantics.example.lambda.tests.TypeVariableTest) Time elapsed: 0.001 s testTypeVariables(org.eclipse.xsemantics.example.lambda.tests.TypeVariableTest) Time elapsed: 0.001 s testNoTypeVariables(org.eclipse.xsemantics.example.lambda.tests.TypeVariableTest) Time elapsed: 0.001 s Results: Tests run: 72, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --< org.eclipse.xsemantics:org.eclipse.xsemantics.example.lambda.ui.tests >-- [INFO] Building org.eclipse.xsemantics.example.lambda.ui.tests 1.19.0-SNAPSHOT [29/41] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xsemantics.example.lambda.ui.tests --- [INFO] Deleting /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ui.tests/xtend-gen (includes = [], excludes = [.gitignore]) [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.xsemantics.example.lambda.ui.tests --- [INFO] The project's OSGi version is 1.19.0.v20210326-1027 [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.xsemantics.example.lambda.ui.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.xsemantics.example.lambda.ui.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.xsemantics.example.lambda.ui.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/xsemantics/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ui.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.xsemantics.*,excludes=**/src-gen/**/*.java:**/org/eclipse/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java:**/*TypeSystemGen*.java:**/*StandaloneSetup*.java:**/*QuickfixProvider*.java [INFO] [INFO] --- xtend-maven-plugin:2.20.0:compile (default) @ org.eclipse.xsemantics.example.lambda.ui.tests --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xsemantics.example.lambda.ui.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ui.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.xsemantics.example.lambda.ui.tests --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ui.tests/target/classes [INFO] [INFO] --- xtend-maven-plugin:2.20.0:xtend-install-debug-info (default) @ org.eclipse.xsemantics.example.lambda.ui.tests --- [WARNING] Directory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ui.tests/src/main/java is empty. Can't process. [INFO] Installing Xtend files into 2 class files as primary debug sources in: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ui.tests/target/classes [INFO] [INFO] --- xtend-maven-plugin:2.20.0:testCompile (default) @ org.eclipse.xsemantics.example.lambda.ui.tests --- [INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ui.tests/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used. [INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ui.tests/src/test/java]' does not exist. [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xsemantics.example.lambda.ui.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ui.tests/src/test/resources [INFO] [INFO] --- xtend-maven-plugin:2.20.0:xtend-test-install-debug-info (default) @ org.eclipse.xsemantics.example.lambda.ui.tests --- [WARNING] Directory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ui.tests/src/test/java is empty. Can't process. [WARNING] Directory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ui.tests/src/test/generated-sources/xtend is empty. Can't process. [INFO] Installing Xtend files into 0 class files as primary debug sources in: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ui.tests/target/test-classes [INFO] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.xsemantics.example.lambda.ui.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ui.tests/target/org.eclipse.xsemantics.example.lambda.ui.tests-1.19.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.xsemantics.example.lambda.ui.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.xsemantics.example.lambda.ui.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ui.tests/target/org.eclipse.xsemantics.example.lambda.ui.tests-1.19.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xsemantics.example.lambda.ui.tests --- [INFO] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.xsemantics.example.lambda.ui.tests --- [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.xsemantics.example.lambda.ui.tests --- [INFO] [INFO] --- tycho-surefire-plugin:1.5.0:test (default-test) @ org.eclipse.xsemantics.example.lambda.ui.tests --- [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ui.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/xsemantics/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ui.tests/../../target/jacoco.exec,append=true,includes=org.eclipse.xsemantics.*,excludes=**/src-gen/**/*.java:**/org/eclipse/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java:**/*TypeSystemGen*.java:**/*StandaloneSetup*.java:**/*QuickfixProvider*.java, -Xms256M, -Xmx1024M, -XX:PermSize=256M, -XX:MaxPermSize=256M, -XX:+HeapDumpOnOutOfMemoryError, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -Xms256M, -Xmx1024M, -XX:PermSize=256M, -XX:MaxPermSize=256M, -XX:+HeapDumpOnOutOfMemoryError, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.500.v20190715-1310/org.eclipse.equinox.launcher-1.5.500.v20190715-1310.jar, -data, /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ui.tests/target/work/data, -install, /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ui.tests/target/work, -configuration, /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ui.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.example.lambda.ui.tests/target/surefire.properties] Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=256M; support was removed in 8.0 Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256M; support was removed in 8.0 Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=256M; support was removed in 8.0 Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256M; support was removed in 8.0 Running org.eclipse.xsemantics.example.lambda.ui.tests.LambdaWorkbenchTest log4j:WARN No appenders could be found for logger (org.eclipse.xtext.ui.internal.Activator). log4j:WARN Please initialize the log4j system properly. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.156 s - in org.eclipse.xsemantics.example.lambda.ui.tests.LambdaWorkbenchTest testValidProgram(org.eclipse.xsemantics.example.lambda.ui.tests.LambdaWorkbenchTest) Time elapsed: 1.918 s testNotValidProgram(org.eclipse.xsemantics.example.lambda.ui.tests.LambdaWorkbenchTest) Time elapsed: 0.221 s Running org.eclipse.xsemantics.example.lambda.ui.tests.LambdaEditorTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.139 s - in org.eclipse.xsemantics.example.lambda.ui.tests.LambdaEditorTest testInferAndModifyTerm(org.eclipse.xsemantics.example.lambda.ui.tests.LambdaEditorTest) Time elapsed: 0.559 s testInferAndModifyNotTypableAbstractionWithType(org.eclipse.xsemantics.example.lambda.ui.tests.LambdaEditorTest) Time elapsed: 0.236 s testLambdaEditorContentsAsModel(org.eclipse.xsemantics.example.lambda.ui.tests.LambdaEditorTest) Time elapsed: 0.202 s testLambdaEditor(org.eclipse.xsemantics.example.lambda.ui.tests.LambdaEditorTest) Time elapsed: 0.182 s testInferAndModifyAbstractionWithExplicitType(org.eclipse.xsemantics.example.lambda.ui.tests.LambdaEditorTest) Time elapsed: 0.195 s testInferAndModifyAbstractionType(org.eclipse.xsemantics.example.lambda.ui.tests.LambdaEditorTest) Time elapsed: 0.313 s testInferAndModifyComposeAbstractionType(org.eclipse.xsemantics.example.lambda.ui.tests.LambdaEditorTest) Time elapsed: 0.227 s testInferAndModifyWrongTerm(org.eclipse.xsemantics.example.lambda.ui.tests.LambdaEditorTest) Time elapsed: 0.196 s Results: Tests run: 10, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] -----< org.eclipse.xsemantics:org.eclipse.xsemantics.ui.examples >------ [INFO] Building org.eclipse.xsemantics.ui.examples 1.19.0-SNAPSHOT [30/41] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xsemantics.ui.examples --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.xsemantics.ui.examples --- [INFO] The project's OSGi version is 1.19.0.v20210326-1027 [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.xsemantics.ui.examples --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.xsemantics.ui.examples --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.xsemantics.ui.examples --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/xsemantics/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.ui.examples/../../target/jacoco.exec,append=true,includes=org.eclipse.xsemantics.*,excludes=**/src-gen/**/*.java:**/org/eclipse/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java:**/*TypeSystemGen*.java:**/*StandaloneSetup*.java:**/*QuickfixProvider*.java [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xsemantics.ui.examples --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.ui.examples/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.xsemantics.ui.examples --- [INFO] [INFO] --- maven-antrun-plugin:1.7:run (default) @ org.eclipse.xsemantics.ui.examples --- [INFO] Executing tasks main: zip_all_examples: [zip] Building zip: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.ui.examples/contents/org.eclipse.xsemantics.example.fj.zip [zip] Building zip: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.ui.examples/contents/org.eclipse.xsemantics.example.fj.ide.zip [zip] Building zip: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.ui.examples/contents/org.eclipse.xsemantics.example.fj.ui.zip [zip] Building zip: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.ui.examples/contents/org.eclipse.xsemantics.example.fj.tests.zip [zip] Building zip: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.ui.examples/contents/org.eclipse.xsemantics.example.fj.ui.tests.zip [zip] Building zip: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.ui.examples/contents/org.eclipse.xsemantics.example.fjcached.zip [zip] Building zip: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.ui.examples/contents/org.eclipse.xsemantics.example.fjcached.ide.zip [zip] Building zip: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.ui.examples/contents/org.eclipse.xsemantics.example.fjcached.ui.zip [zip] Building zip: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.ui.examples/contents/org.eclipse.xsemantics.example.fjcached.tests.zip [zip] Building zip: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.ui.examples/contents/org.eclipse.xsemantics.example.fjcached.ui.tests.zip [zip] Building zip: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.ui.examples/contents/org.eclipse.xsemantics.example.expressions.zip [zip] Building zip: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.ui.examples/contents/org.eclipse.xsemantics.example.expressions.ide.zip [zip] Building zip: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.ui.examples/contents/org.eclipse.xsemantics.example.expressions.ui.zip [zip] Building zip: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.ui.examples/contents/org.eclipse.xsemantics.example.expressions.tests.zip [zip] Building zip: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.ui.examples/contents/org.eclipse.xsemantics.example.expressions.ui.tests.zip [zip] Building zip: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.ui.examples/contents/org.eclipse.xsemantics.example.lambda.zip [zip] Building zip: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.ui.examples/contents/org.eclipse.xsemantics.example.lambda.ide.zip [zip] Building zip: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.ui.examples/contents/org.eclipse.xsemantics.example.lambda.ui.zip [zip] Building zip: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.ui.examples/contents/org.eclipse.xsemantics.example.lambda.tests.zip [zip] Building zip: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.ui.examples/contents/org.eclipse.xsemantics.example.lambda.ui.tests.zip [INFO] Executed tasks [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xsemantics.ui.examples --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.ui.examples/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.xsemantics.ui.examples --- [INFO] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.xsemantics.ui.examples --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.xsemantics.ui.examples --- [INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/examples/org.eclipse.xsemantics.ui.examples/target/org.eclipse.xsemantics.ui.examples-1.19.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xsemantics.ui.examples --- [INFO] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.xsemantics.ui.examples --- [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.xsemantics.ui.examples --- [INFO] [INFO] ---< org.eclipse.xsemantics:org.eclipse.xsemantics.examples.feature >--- [INFO] Building org.eclipse.xsemantics.examples.feature 1.19.0-SNAPSHOT [31/41] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xsemantics.examples.feature --- [INFO] Deleting /home/jenkins/agent/workspace/xsemantics/features/org.eclipse.xsemantics.examples.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.xsemantics.examples.feature --- [INFO] The project's OSGi version is 1.19.0.v20210326-1027 [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.xsemantics.examples.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.xsemantics.examples.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.xsemantics.examples.feature --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/xsemantics/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/xsemantics/features/org.eclipse.xsemantics.examples.feature/../../target/jacoco.exec,append=true,includes=org.eclipse.xsemantics.*,excludes=**/src-gen/**/*.java:**/org/eclipse/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java:**/*TypeSystemGen*.java:**/*StandaloneSetup*.java:**/*QuickfixProvider*.java [INFO] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.xsemantics.examples.feature --- [INFO] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.xsemantics.examples.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:package-feature (default-package-feature) @ org.eclipse.xsemantics.examples.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/features/org.eclipse.xsemantics.examples.feature/target/org.eclipse.xsemantics.examples.feature-1.19.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xsemantics.examples.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.5.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.xsemantics.examples.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.xsemantics.examples.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/features/org.eclipse.xsemantics.examples.feature/target/org.eclipse.xsemantics.examples.feature-1.19.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.xsemantics.examples.feature --- [INFO] [INFO] --< org.eclipse.xsemantics:org.eclipse.xsemantics.implemented.examples.feature >-- [INFO] Building org.eclipse.xsemantics.implemented.examples.feature 1.19.0-SNAPSHOT [32/41] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xsemantics.implemented.examples.feature --- [INFO] Deleting /home/jenkins/agent/workspace/xsemantics/features/org.eclipse.xsemantics.implemented.examples.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.xsemantics.implemented.examples.feature --- [INFO] The project's OSGi version is 1.19.0.v20210326-1027 [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.xsemantics.implemented.examples.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.xsemantics.implemented.examples.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.xsemantics.implemented.examples.feature --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/xsemantics/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/xsemantics/features/org.eclipse.xsemantics.implemented.examples.feature/../../target/jacoco.exec,append=true,includes=org.eclipse.xsemantics.*,excludes=**/src-gen/**/*.java:**/org/eclipse/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java:**/*TypeSystemGen*.java:**/*StandaloneSetup*.java:**/*QuickfixProvider*.java [INFO] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.xsemantics.implemented.examples.feature --- [INFO] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.xsemantics.implemented.examples.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:package-feature (default-package-feature) @ org.eclipse.xsemantics.implemented.examples.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/features/org.eclipse.xsemantics.implemented.examples.feature/target/org.eclipse.xsemantics.implemented.examples.feature-1.19.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xsemantics.implemented.examples.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.5.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.xsemantics.implemented.examples.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.xsemantics.implemented.examples.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/features/org.eclipse.xsemantics.implemented.examples.feature/target/org.eclipse.xsemantics.implemented.examples.feature-1.19.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.xsemantics.implemented.examples.feature --- [INFO] [INFO] ---------< org.eclipse.xsemantics:org.eclipse.xsemantics.doc >---------- [INFO] Building org.eclipse.xsemantics.doc 1.19.0-SNAPSHOT [33/41] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xsemantics.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.xsemantics.doc --- [INFO] The project's OSGi version is 1.19.0.v20210326-1027 [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.xsemantics.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.xsemantics.doc --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.xsemantics.doc --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/xsemantics/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/xsemantics/doc/org.eclipse.xsemantics.doc/../../target/jacoco.exec,append=true,includes=org.eclipse.xsemantics.*,excludes=**/src-gen/**/*.java:**/org/eclipse/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java:**/*TypeSystemGen*.java:**/*StandaloneSetup*.java:**/*QuickfixProvider*.java [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xsemantics.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/doc/org.eclipse.xsemantics.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.xsemantics.doc --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xsemantics.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/doc/org.eclipse.xsemantics.doc/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.xsemantics.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/doc/org.eclipse.xsemantics.doc/target/org.eclipse.xsemantics.doc-1.19.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.xsemantics.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.xsemantics.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/doc/org.eclipse.xsemantics.doc/target/org.eclipse.xsemantics.doc-1.19.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xsemantics.doc --- [INFO] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.xsemantics.doc --- [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.xsemantics.doc --- [INFO] [INFO] -----< org.eclipse.xsemantics:org.eclipse.xsemantics.doc.feature >------ [INFO] Building org.eclipse.xsemantics.doc.feature 1.19.0-SNAPSHOT [34/41] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xsemantics.doc.feature --- [INFO] Deleting /home/jenkins/agent/workspace/xsemantics/features/org.eclipse.xsemantics.doc.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.xsemantics.doc.feature --- [INFO] The project's OSGi version is 1.19.0.v20210326-1027 [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.xsemantics.doc.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.xsemantics.doc.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.xsemantics.doc.feature --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/xsemantics/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/xsemantics/features/org.eclipse.xsemantics.doc.feature/../../target/jacoco.exec,append=true,includes=org.eclipse.xsemantics.*,excludes=**/src-gen/**/*.java:**/org/eclipse/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java:**/*TypeSystemGen*.java:**/*StandaloneSetup*.java:**/*QuickfixProvider*.java [INFO] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.xsemantics.doc.feature --- [INFO] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.xsemantics.doc.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:package-feature (default-package-feature) @ org.eclipse.xsemantics.doc.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/features/org.eclipse.xsemantics.doc.feature/target/org.eclipse.xsemantics.doc.feature-1.19.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xsemantics.doc.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.5.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.xsemantics.doc.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.xsemantics.doc.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/features/org.eclipse.xsemantics.doc.feature/target/org.eclipse.xsemantics.doc.feature-1.19.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.xsemantics.doc.feature --- [INFO] [INFO] ---< org.eclipse.xsemantics:org.eclipse.xsemantics.runtime.feature >---- [INFO] Building org.eclipse.xsemantics.runtime.feature 1.19.0-SNAPSHOT [35/41] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xsemantics.runtime.feature --- [INFO] Deleting /home/jenkins/agent/workspace/xsemantics/features/org.eclipse.xsemantics.runtime.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.xsemantics.runtime.feature --- [INFO] The project's OSGi version is 1.19.0.v20210326-1027 [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.xsemantics.runtime.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.xsemantics.runtime.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.xsemantics.runtime.feature --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/xsemantics/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/xsemantics/features/org.eclipse.xsemantics.runtime.feature/../../target/jacoco.exec,append=true,includes=org.eclipse.xsemantics.*,excludes=**/src-gen/**/*.java:**/org/eclipse/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java:**/*TypeSystemGen*.java:**/*StandaloneSetup*.java:**/*QuickfixProvider*.java [INFO] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.xsemantics.runtime.feature --- [INFO] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.xsemantics.runtime.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:package-feature (default-package-feature) @ org.eclipse.xsemantics.runtime.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/features/org.eclipse.xsemantics.runtime.feature/target/org.eclipse.xsemantics.runtime.feature-1.19.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xsemantics.runtime.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.5.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.xsemantics.runtime.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.xsemantics.runtime.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/features/org.eclipse.xsemantics.runtime.feature/target/org.eclipse.xsemantics.runtime.feature-1.19.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.xsemantics.runtime.feature --- [INFO] [INFO] -------< org.eclipse.xsemantics:org.eclipse.xsemantics.feature >-------- [INFO] Building org.eclipse.xsemantics.feature 1.19.0-SNAPSHOT [36/41] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xsemantics.feature --- [INFO] Deleting /home/jenkins/agent/workspace/xsemantics/features/org.eclipse.xsemantics.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.xsemantics.feature --- [INFO] The project's OSGi version is 1.19.0.v20210326-1027 [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.xsemantics.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.xsemantics.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.xsemantics.feature --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/xsemantics/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/xsemantics/features/org.eclipse.xsemantics.feature/../../target/jacoco.exec,append=true,includes=org.eclipse.xsemantics.*,excludes=**/src-gen/**/*.java:**/org/eclipse/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java:**/*TypeSystemGen*.java:**/*StandaloneSetup*.java:**/*QuickfixProvider*.java [INFO] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.xsemantics.feature --- [INFO] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.xsemantics.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:package-feature (default-package-feature) @ org.eclipse.xsemantics.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/features/org.eclipse.xsemantics.feature/target/org.eclipse.xsemantics.feature-1.19.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xsemantics.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.5.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.xsemantics.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.xsemantics.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/features/org.eclipse.xsemantics.feature/target/org.eclipse.xsemantics.feature-1.19.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.xsemantics.feature --- [INFO] [INFO] ---------< org.eclipse.xsemantics:org.eclipse.xsemantics.sdk >---------- [INFO] Building org.eclipse.xsemantics.sdk 1.19.0-SNAPSHOT [37/41] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xsemantics.sdk --- [INFO] Deleting /home/jenkins/agent/workspace/xsemantics/features/org.eclipse.xsemantics.sdk/target [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.xsemantics.sdk --- [INFO] The project's OSGi version is 1.19.0.v20210326-1027 [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.xsemantics.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.xsemantics.sdk --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.xsemantics.sdk --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/xsemantics/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/xsemantics/features/org.eclipse.xsemantics.sdk/../../target/jacoco.exec,append=true,includes=org.eclipse.xsemantics.*,excludes=**/src-gen/**/*.java:**/org/eclipse/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java:**/*TypeSystemGen*.java:**/*StandaloneSetup*.java:**/*QuickfixProvider*.java [INFO] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.xsemantics.sdk --- [INFO] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.xsemantics.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:package-feature (default-package-feature) @ org.eclipse.xsemantics.sdk --- [INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/features/org.eclipse.xsemantics.sdk/target/org.eclipse.xsemantics.sdk-1.19.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xsemantics.sdk --- [INFO] [INFO] --- tycho-p2-plugin:1.5.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.xsemantics.sdk --- [INFO] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.xsemantics.sdk --- [INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/features/org.eclipse.xsemantics.sdk/target/org.eclipse.xsemantics.sdk-1.19.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.xsemantics.sdk --- [INFO] [INFO] ----< org.eclipse.xsemantics:org.eclipse.xsemantics.tests.feature >----- [INFO] Building org.eclipse.xsemantics.tests.feature 1.19.0-SNAPSHOT [38/41] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xsemantics.tests.feature --- [INFO] Deleting /home/jenkins/agent/workspace/xsemantics/features/org.eclipse.xsemantics.tests.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.xsemantics.tests.feature --- [INFO] The project's OSGi version is 1.19.0.v20210326-1027 [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.xsemantics.tests.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.xsemantics.tests.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.xsemantics.tests.feature --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/xsemantics/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/xsemantics/features/org.eclipse.xsemantics.tests.feature/../../target/jacoco.exec,append=true,includes=org.eclipse.xsemantics.*,excludes=**/src-gen/**/*.java:**/org/eclipse/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java:**/*TypeSystemGen*.java:**/*StandaloneSetup*.java:**/*QuickfixProvider*.java [INFO] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.xsemantics.tests.feature --- [INFO] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.xsemantics.tests.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:package-feature (default-package-feature) @ org.eclipse.xsemantics.tests.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/features/org.eclipse.xsemantics.tests.feature/target/org.eclipse.xsemantics.tests.feature-1.19.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xsemantics.tests.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.5.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.xsemantics.tests.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.xsemantics.tests.feature --- [INFO] Fetching org.eclipse.jdt.source_3.18.100.v20190916-1045.jar from http://download.eclipse.org/releases/2019-09/201909181001/features/ (19.07kB) [INFO] Fetching org.eclipse.jdt.source_3.18.100.v20190916-1045.jar from http://download.eclipse.org/releases/2019-09/201909181001/features/ (19.07kB) [INFO] Fetching org.eclipse.pde.ui.source_3.11.100.v20190830-1158.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (2.04MB) [INFO] Fetching org.eclipse.pde.ui.source_3.11.100.v20190830-1158.jar from http://download.eclipse.org/releases/2019-09/201909181001/plugins/ (2.04MB) [INFO] Fetching org.eclipse.emf.mwe2.lib.source_2.11.1.v20191121-1148.jar from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.1/plugins/ (13.21kB) [INFO] Fetching org.eclipse.emf.mwe2.lib.source_2.11.1.v20191121-1148.jar from http://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.1/plugins/ (13.21kB) [INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/features/org.eclipse.xsemantics.tests.feature/target/org.eclipse.xsemantics.tests.feature-1.19.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.xsemantics.tests.feature --- [INFO] [INFO] -----< org.eclipse.xsemantics:org.eclipse.xsemantics.tests.swtbot >----- [INFO] Building org.eclipse.xsemantics.tests.swtbot 1.19.0-SNAPSHOT [39/41] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xsemantics.tests.swtbot --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier (default-build-qualifier) @ org.eclipse.xsemantics.tests.swtbot --- [INFO] The project's OSGi version is 1.19.0.v20210326-1027 [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-id (default-validate-id) @ org.eclipse.xsemantics.tests.swtbot --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:validate-version (default-validate-version) @ org.eclipse.xsemantics.tests.swtbot --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.xsemantics.tests.swtbot --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/xsemantics/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.tests.swtbot/../../target/jacoco.exec,append=true,includes=org.eclipse.xsemantics.*,excludes=**/src-gen/**/*.java:**/org/eclipse/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java:**/*TypeSystemGen*.java:**/*StandaloneSetup*.java:**/*QuickfixProvider*.java [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xsemantics.tests.swtbot --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.tests.swtbot/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.5.0:compile (default-compile) @ org.eclipse.xsemantics.tests.swtbot --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.tests.swtbot/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.xsemantics.tests.swtbot --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.tests.swtbot/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.xsemantics.tests.swtbot --- [INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.tests.swtbot/target/org.eclipse.xsemantics.tests.swtbot-1.19.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.xsemantics.tests.swtbot --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:package-plugin (default-package-plugin) @ org.eclipse.xsemantics.tests.swtbot --- [INFO] Building jar: /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.tests.swtbot/target/org.eclipse.xsemantics.tests.swtbot-1.19.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.xsemantics.tests.swtbot --- [INFO] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.xsemantics.tests.swtbot --- [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.xsemantics.tests.swtbot --- [INFO] [INFO] --- tycho-surefire-plugin:1.5.0:test (default-test) @ org.eclipse.xsemantics.tests.swtbot --- [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.tests.swtbot/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/xsemantics/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.tests.swtbot/../../target/jacoco.exec,append=true,includes=org.eclipse.xsemantics.*,excludes=**/src-gen/**/*.java:**/org/eclipse/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java:**/*TypeSystemGen*.java:**/*StandaloneSetup*.java:**/*QuickfixProvider*.java, -DbuildingWithTycho=true, -Xms256M, -Xmx1024M, -XX:PermSize=256M, -XX:MaxPermSize=256M, -XX:+HeapDumpOnOutOfMemoryError, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -Dorg.eclipse.swtbot.search.timeout=10000, -Dorg.eclipse.swt.internal.gtk.cairoGraphics=false, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/xsemantics/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.500.v20190715-1310/org.eclipse.equinox.launcher-1.5.500.v20190715-1310.jar, -data, /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.tests.swtbot/target/work/data, -install, /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.tests.swtbot/target/work, -configuration, /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.tests.swtbot/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/xsemantics/tests/org.eclipse.xsemantics.tests.swtbot/target/surefire.properties, -nouithread] Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=256M; support was removed in 8.0 Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256M; support was removed in 8.0 Running org.eclipse.xsemantics.tests.swtbot.wizards.XsemanticsCreateExamplesFjProjectWizardTests Generating a target platform Bundles for the target platform: org.eclipse.osgi_3.15.0.v20190830-1434 [0]com.google.guava_27.1.0.v20190517-1946 [1]com.google.inject_3.0.0.v201605172100 [2]javax.inject_1.0.0.v20091030 [3]com.ibm.icu_64.2.0.v20190507-1337 [4]io.github.classgraph_4.8.35.v20190528-1517 [5]javax.annotation_1.2.0.v201602091430 [6]org.apache.ant_1.10.5.v20190526-1402 [7]org.apache.batik.constants_1.11.0.v20190515-0436 [8]org.apache.batik.css_1.11.0.v20190515-0436 [9]org.apache.batik.util_1.11.0.v20190515-0436 [10]org.apache.batik.i18n_1.11.0.v20190515-0436 [11]org.apache.xmlgraphics_2.3.0.v20190515-0436 [12]org.w3c.dom.svg_1.1.0.v201011041433 [13]org.w3c.dom.events_3.0.0.draft20060413_v201105210656 [14]org.w3c.css.sac_1.3.1.v200903091627 [15]org.apache.commons.cli_1.2.0.v201404270220 [16]org.apache.commons.lang_2.6.0.v201404270220 [17]org.apache.commons.logging_1.2.0.v20180409-1502 [18]org.apache.commons.io_2.6.0.v20190123-2029 [19]org.apache.felix.gogo.command_1.0.2.v20170914-1324 [20]org.apache.felix.gogo.runtime_1.1.0.v20180713-1646 [21]org.eclipse.osgi.services_3.8.0.v20190206-2147 [22]org.apache.felix.gogo.shell_1.1.0.v20180713-1646 [23]org.apache.felix.scr_2.1.14.v20190123-1619 [24]org.eclipse.osgi.util_3.5.300.v20190708-1141 [25]org.apiguardian_1.1.0.v20190826-0900 [26]org.eclipse.ant.core_3.5.500.v20190701-1953 [27]org.eclipse.core.variables_3.4.600.v20190614-1239 [28]org.eclipse.core.runtime_3.16.0.v20190823-1314 [29]org.eclipse.ant.launching_1.2.600.v20190701-1953 [30]org.eclipse.debug.core_3.14.0.v20190812-1404 [31]org.eclipse.jdt.launching_3.15.0.v20190826-1639 [32]org.eclipse.core.externaltools_1.1.400.v20190705-1530 [33]org.eclipse.text_3.9.0.v20190826-1019 [34]org.eclipse.jdt.core_3.19.0.v20190903-0936 [35]org.eclipse.core.resources_3.13.500.v20190819-0800 [36]org.eclipse.ant.ui_3.7.500.v20190518-1030 [37]org.eclipse.core.filesystem_1.7.500.v20190620-1312 [38]org.eclipse.ui.externaltools_3.4.400.v20190705-1219 [39]org.eclipse.ui_3.114.0.v20190808-1317 [40]org.eclipse.ui.console_3.8.600.v20190815-2020 [41]org.eclipse.debug.ui_3.14.200.v20190822-2125 [42]org.eclipse.jdt.ui_3.19.0.v20190827-1733 [43]org.eclipse.jdt.debug.ui_3.10.400.v20190815-2202 [44]org.eclipse.team.core_3.8.700.v20190619-1613 [45]org.eclipse.ltk.core.refactoring_3.10.200.v20190814-1719 [46]org.eclipse.core.expressions_3.6.500.v20190617-1926 [47]org.eclipse.jdt.junit_3.11.500.v20190809-1613 [48]org.eclipse.compare_3.7.700.v20190802-1838 [49]org.eclipse.jface.text_3.15.300.v20190819-0725 [50]org.eclipse.ui.ide_3.16.0.v20190916-1323 [51]org.eclipse.ui.views_3.10.0.v20190805-1157 [52]org.eclipse.ui.workbench.texteditor_3.13.0.v20190903-0631 [53]org.eclipse.ui.editors_3.12.0.v20190730-1840 [54]org.eclipse.ui.forms_3.8.100.v20190625-1825 [55]org.eclipse.compare.core_3.6.600.v20190615-1517 [56]org.eclipse.core.commands_3.9.500.v20190805-1157 [57]org.eclipse.equinox.common_3.10.500.v20190815-1535 [58]org.eclipse.core.contenttype_3.7.400.v20190624-1144 [59]org.eclipse.equinox.preferences_3.7.500.v20190815-1535 [60]org.eclipse.equinox.registry_3.8.500.v20190714-1850 [61]org.eclipse.core.databinding_1.7.500.v20190624-2109 [62]org.eclipse.core.databinding.observable_1.8.0.v20190805-1157 [63]org.eclipse.core.databinding.property_1.7.100.v20190805-1157 [64]org.eclipse.core.databinding.beans_1.5.100.v20190624-2109 [65]org.eclipse.core.filebuffers_3.6.700.v20190614-0928 [66]org.eclipse.core.jobs_3.10.500.v20190620-1426 [67]org.eclipse.core.net_1.3.600.v20190619-1613 [68]org.eclipse.equinox.security_1.3.300.v20190714-1851 [69]org.eclipse.equinox.app_1.4.300.v20190815-1535 [70]org.eclipse.help_3.8.500.v20190624-2105 [71]org.eclipse.ui.workbench_3.116.0.v20190826-1428 [72]org.eclipse.e4.core.commands_0.12.700.v20190621-1412 [73]org.eclipse.e4.core.di_1.7.400.v20190903-1311 [74]org.eclipse.e4.core.contexts_1.8.200.v20190620-0649 [75]org.eclipse.e4.core.services_2.2.0.v20190630-2019 [76]org.eclipse.e4.core.di.annotations_1.6.400.v20190518-1217 [77]org.eclipse.e4.core.di.extensions_0.15.300.v20190213-1308 [78]org.eclipse.e4.core.di.extensions.supplier_0.15.400.v20190709-0707 [79]org.eclipse.e4.emf.xpath_0.2.400.v20190621-1946 [80]org.apache.commons.jxpath_1.3.0.v200911051830 [81]org.eclipse.emf.ecore_2.19.0.v20190822-1451 [82]org.eclipse.e4.ui.workbench.swt_0.14.700.v20190807-1716 [83]org.eclipse.e4.ui.bindings_0.12.600.v20190625-0735 [84]org.eclipse.e4.ui.model.workbench_2.1.500.v20190824-1021 [85]org.eclipse.e4.ui.services_1.3.600.v20190716-1245 [86]org.eclipse.e4.ui.workbench.renderers.swt_0.14.800.v20190716-1245 [87]org.eclipse.e4.ui.workbench_1.10.100.v20190810-0814 [88]org.eclipse.e4.ui.css.core_0.12.800.v20190805-1157 [89]org.eclipse.e4.ui.css.swt_0.13.600.v20190805-1157 [90]org.w3c.dom.smil_1.0.1.v200903091627 [91]org.eclipse.e4.ui.css.swt.theme_0.12.400.v20190812-0413 [92]org.eclipse.e4.ui.di_1.2.600.v20190510-1100 [93]org.eclipse.e4.ui.widgets_1.2.500.v20190624-0808 [94]org.eclipse.equinox.event_1.5.200.v20190814-0953 [95]org.eclipse.equinox.launcher_1.5.500.v20190715-1310 [96]org.eclipse.equinox.simpleconfigurator_1.3.300.v20190716-0825 [97]org.eclipse.osgi.compatibility.state_1.1.600.v20190814-1451 [98]org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.1100.v20190907-0426 [99]org.eclipse.swt_3.112.0.v20190904-0609 [100]org.eclipse.swt.gtk.linux.x86_64_3.112.0.v20190904-0609 [101]org.eclipse.equinox.util_1.1.300.v20190714-1852 [102]org.eclipse.jface_3.17.0.v20190820-1444 [103]org.eclipse.jface.databinding_1.9.100.v20190805-1255 [104]org.eclipse.e4.ui.workbench3_0.15.200.v20190621-1448 [105]org.eclipse.equinox.console_1.4.0.v20190819-1430 [106]org.eclipse.e4.ui.workbench.addons.swt_1.3.600.v20190716-1245 [107]org.eclipse.equinox.bidi_1.2.100.v20190815-1535 [108]org.eclipse.e4.ui.dialogs_1.1.600.v20190814-0636 [109]org.eclipse.e4.ui.swt.gtk_1.0.600.v20190627-0755 [110]org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725 [111]org.eclipse.emf.ecore.change_2.14.0.v20190528-0725 [112]org.eclipse.emf.codegen_2.19.0.v20190821-1536 [113]org.eclipse.emf.common_2.16.0.v20190625-1131 [114]org.eclipse.emf.codegen.ecore_2.19.0.v20190822-1451 [115]org.eclipse.emf.common.ui_2.18.0.v20190507-0402 [116]org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451 [117]org.eclipse.emf.edit_2.15.0.v20190528-0725 [118]org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725 [119]org.eclipse.emf.edit.ui_2.16.0.v20181104-0733 [120]org.eclipse.emf.mwe.core_1.5.1.v20191121-1148 [121]org.eclipse.emf.mwe2.runtime_2.11.1.v20191121-1148 [122]org.eclipse.emf.mwe.utils_1.5.1.v20191121-1148 [123]org.eclipse.emf.mwe2.language_2.11.1.v20191121-1148 [124]org.eclipse.xtext_2.20.0.v20191202-0915 [125]org.eclipse.xtext.common.types_2.20.0.v20191202-0933 [126]org.eclipse.xtext.util_2.20.0.v20191202-0915 [127]org.antlr.runtime_3.2.0.v201101311130 [128]org.eclipse.xtext.xbase.lib_2.20.0.v20191202-0907 [129]org.apache.log4j_1.2.15.v201012070815 [130]org.eclipse.emf.mwe2.launch_2.11.1.v20191121-1148 [131]org.eclipse.emf.mwe2.lib_2.11.1.v20191121-1148 [132]org.eclipse.equinox.frameworkadmin_2.1.300.v20190318-1320 [133]org.eclipse.equinox.frameworkadmin.equinox_1.1.100.v20180822-1258 [134]org.eclipse.equinox.p2.artifact.repository_1.3.200.v20190815-1428 [135]org.eclipse.equinox.p2.metadata_2.4.500.v20190807-0737 [136]org.tukaani.xz_1.8.0.v20180207-1613 [137]org.eclipse.equinox.p2.core_2.6.100.v20190705-1223 [138]org.eclipse.equinox.p2.jarprocessor_1.1.300.v20190621-1230 [139]org.eclipse.equinox.p2.repository_2.4.500.v20190716-0939 [140]org.eclipse.equinox.p2.director_2.4.400.v20190701-1309 [141]org.sat4j.core_2.3.5.v201308161310 [142]org.sat4j.pb_2.3.5.v201404071733 [143]org.eclipse.equinox.p2.engine_2.6.400.v20190716-0825 [144]org.eclipse.equinox.p2.director.app_1.1.300.v20190716-0825 [145]org.eclipse.equinox.p2.metadata.repository_1.3.200.v20190808-0702 [146]org.eclipse.equinox.p2.garbagecollector_1.1.200.v20190701-1826 [147]org.eclipse.equinox.p2.operations_2.5.500.v20190701-1826 [148]org.eclipse.equinox.p2.publisher_1.5.200.v20190611-1040 [149]org.eclipse.equinox.p2.publisher.eclipse_1.3.300.v20190716-0939 [150]org.eclipse.equinox.simpleconfigurator.manipulator_2.1.300.v20190716-0825 [151]org.eclipse.equinox.p2.repository.tools_2.2.300.v20190621-1230 [152]org.eclipse.equinox.p2.touchpoint.eclipse_2.2.400.v20190716-0947 [153]org.eclipse.equinox.p2.ui_2.5.600.v20190814-1459 [154]org.eclipse.equinox.security.ui_1.2.400.v20190714-1851 [155]org.eclipse.jdt_3.18.100.v20190916-1045 [156]org.eclipse.ui.intro_3.5.700.v20190814-0635 [157]org.eclipse.ui.cheatsheets_3.5.500.v20190813-2246 [158]org.eclipse.jdt.annotation_1.1.400.v20180921-1416 [159]org.eclipse.jdt.annotation_2.2.300.v20190328-1431 [160]org.eclipse.jdt.apt.core_3.6.500.v20190703-0914 [161]org.eclipse.jdt.apt.pluggable.core_1.2.400.v20190626-1334 [162]org.eclipse.jdt.compiler.tool_1.2.600.v20190322-0450 [163]org.eclipse.jdt.compiler.apt_1.3.700.v20190704-1731 [164]org.eclipse.jdt.apt.ui_3.6.300.v20190727-1243 [165]org.eclipse.jdt.core.manipulation_1.12.100.v20190904-0645 [166]org.eclipse.jdt.debug_3.13.100.v20190902-1050 [167]org.eclipse.search_3.11.700.v20190813-2210 [168]org.eclipse.jdt.doc.user_3.15.400.v20190904-0724 [169]org.eclipse.jdt.junit.core_3.10.400.v20190625-1910 [170]org.eclipse.jdt.junit.runtime_3.4.1000.v20190510-0840 [171]org.eclipse.jdt.junit4.runtime_1.1.1000.v20190510-0840 [172]org.eclipse.jdt.junit5.runtime_1.0.600.v20190610-0439 [173]org.junit_4.12.0.v201504281640 [174]org.hamcrest.core_1.3.0.v20180420-1519 [175]org.junit.jupiter.api_5.5.1.v20190826-0900 [176]org.junit.jupiter.engine_5.5.1.v20190826-0900 [177]org.junit.jupiter.migrationsupport_5.5.1.v20190826-0900 [178]org.junit.jupiter.params_5.5.1.v20190826-0900 [179]org.junit.platform.commons_1.5.1.v20190826-0900 [180]org.junit.platform.engine_1.5.1.v20190826-0900 [181]org.junit.platform.launcher_1.5.1.v20190826-0900 [182]org.junit.platform.runner_1.5.1.v20190826-0900 [183]org.junit.platform.suite.api_1.5.1.v20190826-0900 [184]org.junit.vintage.engine_5.5.1.v20190826-0900 [185]org.opentest4j_1.2.0.v20190826-0900 [186]org.eclipse.ltk.ui.refactoring_3.10.0.v20190819-2110 [187]org.eclipse.team.ui_3.8.600.v20190819-1553 [188]org.eclipse.ui.navigator_3.9.0.v20190807-2204 [189]org.eclipse.ui.navigator.resources_3.7.0.v20190820-1649 [190]org.eclipse.pde.build_3.10.500.v20190620-0530 [191]org.eclipse.pde.core_3.13.100.v20190830-1158 [192]org.eclipse.update.configurator_3.4.300.v20190518-1030 [193]org.eclipse.pde.launching_3.7.700.v20190814-1102 [194]org.eclipse.pde.ui_3.11.100.v20190830-1158 [195]org.eclipse.ui.views.log_1.2.700.v20190819-1015 [196]org.eclipse.ui.trace_1.1.600.v20190830-1158 [197]org.eclipse.ui.genericeditor_1.1.500.v20190823-1613 [198]org.eclipse.rcp_4.13.0.v20190916-1045 [199]org.eclipse.swtbot.e4.finder_2.8.0.201906121535 [200]org.hamcrest.library_1.3.0.v20180524-2246 [201]org.eclipse.swtbot.eclipse.core_2.8.0.201906121535 [202]org.eclipse.swtbot.eclipse.finder_2.8.0.201906121535 [203]org.eclipse.swtbot.swt.finder_2.8.0.201906121535 [204]org.eclipse.swtbot.junit4_x_2.8.0.201906121535 [205]org.eclipse.swtbot.go_2.8.0.201906121535 [206]org.eclipse.swtbot.eclipse.spy_2.8.0.201906121535 [207]org.eclipse.swtbot.eclipse.ui_2.8.0.201906121535 [208]org.eclipse.swtbot.forms.finder_2.8.0.201906121535 [209]org.eclipse.swtbot.generator_2.8.0.201906121535 [210]org.eclipse.swtbot.generator.client_2.8.0.201906121535 [211]org.eclipse.swtbot.generator.rules.workbench_2.8.0.201906121535 [212]org.eclipse.swtbot.generator.jdt_2.8.0.201906121535 [213]org.eclipse.swtbot.generator.ui_2.8.0.201906121535 [214]org.eclipse.ui.ide.application_1.3.400.v20190818-1234 [215]org.eclipse.urischeme_1.0.400.v20190621-1448 [216]org.eclipse.ui.views.properties.tabbed_3.8.600.v20190713-1021 [217]org.eclipse.xpand_2.2.0.v201605260315 [218]org.eclipse.xtend_2.2.0.v201605260315 [219]org.eclipse.xsemantics.doc_1.19.0.v20210326-1027 [220]org.eclipse.xsemantics.runtime_1.19.0.v20210326-1027 [221]org.eclipse.xsemantics.example.lambda_1.19.0.v20210326-1027 [222]org.eclipse.xtext.ui_2.20.0.v20191202-1016 [223]org.eclipse.xsemantics.example.lambda.ui_1.19.0.v20210326-1027 [224]org.eclipse.xsemantics.example.fj_1.19.0.v20210326-1027 [225]org.eclipse.xsemantics.dsl_1.19.0.v20210326-1027 [226]org.eclipse.xtext.xbase_2.20.0.v20191202-0933 [227]org.eclipse.xtext.ecore_2.20.0.v20191202-0933 [228]org.objectweb.asm_7.2.0.v20191010-1910 [229]org.eclipse.xtend.lib_2.20.0.v20191202-0907 [230]org.eclipse.xsemantics.dsl.ide_1.19.0.v20210326-1027 [231]org.eclipse.xtext.ide_2.20.0.v20191202-0915 [232]org.eclipse.xtext.xbase.ide_2.20.0.v20191202-0933 [233]org.eclipse.xsemantics.dsl.tests_1.19.0.v20210326-1027 [234]org.eclipse.xsemantics.example.fj.tests_1.19.0.v20210326-1027 [235]org.eclipse.xsemantics.example.fjcached_1.19.0.v20210326-1027 [236]org.eclipse.xsemantics.example.fjcached.tests_1.19.0.v20210326-1027 [237]org.eclipse.xtext.testing_2.20.0.v20191202-0915 [238]org.eclipse.xtext.xbase.testing_2.20.0.v20191202-0933 [239]org.eclipse.xtext.junit4_2.20.0.v20191202-1016 [240]org.eclipse.xsemantics.dsl.ui_1.19.0.v20210326-1027 [241]org.eclipse.xtext.ui.shared_2.20.0.v20191202-1016 [242]org.eclipse.xtext.builder_2.20.0.v20191202-1016 [243]org.eclipse.xtext.common.types.ui_2.20.0.v20191202-1016 [244]org.eclipse.xtext.ui.codetemplates.ui_2.20.0.v20191202-1016 [245]org.eclipse.xtext.xbase.ui_2.20.0.v20191202-1016 [246]org.eclipse.xsemantics.dsl.ui.tests_1.19.0.v20210326-1027 [247]org.eclipse.xtext.xbase.junit_2.20.0.v20191202-1016 [248]org.eclipse.xsemantics.tests.pde.utils_1.19.0.v20210326-1027 [249]org.eclipse.xtext.ui.testing_2.20.0.v20191202-1016 [250]org.eclipse.xtext.xbase.ui.testing_2.20.0.v20191202-1016 [251]org.eclipse.xsemantics.example.expressions_1.19.0.v20210326-1027 [252]org.eclipse.xsemantics.example.expressions.ide_1.19.0.v20210326-1027 [253]org.eclipse.xsemantics.example.expressions.ui_1.19.0.v20210326-1027 [254]org.eclipse.xsemantics.example.fj.ide_1.19.0.v20210326-1027 [255]org.eclipse.xsemantics.example.fj.ui_1.19.0.v20210326-1027 [256]org.eclipse.xsemantics.example.fjcached.ide_1.19.0.v20210326-1027 [257]org.eclipse.xsemantics.example.fjcached.ui_1.19.0.v20210326-1027 [258]org.eclipse.xsemantics.example.lambda.ide_1.19.0.v20210326-1027 [259]org.eclipse.xsemantics.ui.examples_1.19.0.v20210326-1027 [260]org.eclipse.xsemantics.tests.swtbot_1.19.0.qualifier [261]org.eclipse.xtend.lib.macro_2.20.0.v20191202-0907 [262]org.eclipse.xtend.typesystem.emf_2.2.0.v201605260315 [263]org.eclipse.xtext.smap_2.20.0.v20191202-0933 [264]org.eclipse.xtext.builder.standalone_2.20.0.v20191202-0933 [265]org.eclipse.xtext.common.types.edit_2.20.0.v20191202-1016 [266]org.eclipse.xtext.common.types.shared_2.20.0.v20191202-1016 [267]org.eclipse.xtext.common.types.shared.jdt38_2.20.0.v20191202-1016 [268]org.eclipse.xtext.generator_2.20.0.v20191202-0933 [269]org.eclipse.xtext.xtext.generator_2.20.0.v20191202-0915 [270]org.eclipse.xtext.java_2.20.0.v20191202-0933 [271]org.eclipse.xtext.logging_1.2.15.v20191202-1016 [272]org.eclipse.xtext.source_2.20.0.v20191202-0915 [273]org.eclipse.xtext.generator.source_2.20.0.v20191202-0933 [274]org.eclipse.xtext.xtext.generator.source_2.20.0.v20191202-0915 [275]org.eclipse.xtext.xtext.ide_2.20.0.v20191202-0915 [276]org.eclipse.xtext.xtext.ide.source_2.20.0.v20191202-0915 [277]org.eclipse.xtext.util.source_2.20.0.v20191202-0915 [278]org.eclipse.xtext.common.types.source_2.20.0.v20191202-0933 [279]org.eclipse.xtext.builder.source_2.20.0.v20191202-1016 [280]org.eclipse.xtext.ecore.source_2.20.0.v20191202-0933 [281]org.eclipse.xtext.smap.source_2.20.0.v20191202-0933 [282]org.eclipse.xtext.xtext.wizard_2.20.0.v20191202-0915 [283]org.eclipse.xtext.xtext.wizard.source_2.20.0.v20191202-0915 [284]org.eclipse.xtext.builder.standalone.source_2.20.0.v20191202-0933 [285]org.eclipse.xtext.java.source_2.20.0.v20191202-0933 [286]org.eclipse.xtext.ui.codemining_2.20.0.v20191202-1016 [287]org.eclipse.xtext.ui.codetemplates_2.20.0.v20191202-1016 [288]org.eclipse.xtext.ui.codetemplates.ide_2.20.0.v20191202-1016 [289]org.eclipse.xtext.ui.ecore_2.20.0.v20191202-1016 [290]org.eclipse.xtext.ui.source_2.20.0.v20191202-1016 [291]org.eclipse.xtext.common.types.ui.source_2.20.0.v20191202-1016 [292]org.eclipse.xtext.common.types.shared.source_2.20.0.v20191202-1016 [293]org.eclipse.xtext.common.types.shared.jdt38.source_2.20.0.v20191202-1016 [294]org.eclipse.xtext.ui.shared.source_2.20.0.v20191202-1016 [295]org.eclipse.xtext.ui.ecore.source_2.20.0.v20191202-1016 [296]org.eclipse.xtext.ui.codemining.source_2.20.0.v20191202-1016 [297]org.eclipse.xtext.ui.codetemplates.source_2.20.0.v20191202-1016 [298]org.eclipse.xtext.ui.codetemplates.ide.source_2.20.0.v20191202-1016 [299]org.eclipse.xtext.ui.codetemplates.ui.source_2.20.0.v20191202-1016 [300]org.eclipse.xtext.common.types.edit.source_2.20.0.v20191202-1016 [301]org.eclipse.xtext.ide.source_2.20.0.v20191202-0915 [302]org.eclipse.xtext.xbase.source_2.20.0.v20191202-0933 [303]org.eclipse.xtext.xbase.ui.source_2.20.0.v20191202-1016 [304]org.eclipse.xtext.xbase.ide.source_2.20.0.v20191202-0933 [305]org.eclipse.xtext.xbase.lib.source_2.20.0.v20191202-0907 [306]org.eclipse.tycho.surefire.osgibooter_1.5.0 [307]org.eclipse.tycho.surefire.junit4_1.5.0 [308] Bundles added the target platform. Loading target platform... DONE. Checking active shell... Checking that tree item Xsemantics has children... Found 5 items. OK! 0 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 8 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 9 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 10 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 10 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 30 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 31 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 31 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 32 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 32 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.698 s - in org.eclipse.xsemantics.tests.swtbot.wizards.XsemanticsCreateExamplesFjProjectWizardTests canCreateANewFJProject(org.eclipse.xsemantics.tests.swtbot.wizards.XsemanticsCreateExamplesFjProjectWizardTests) Time elapsed: 7.282 s Running org.eclipse.xsemantics.tests.swtbot.wizards.XsemanticsCreateExamplesProjectWizardTests Target platform already set Checking active shell... 6794 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {Xsemantics} is already expanded. Won't expand it again. Checking that tree item Xsemantics has children... Found 5 items. OK! 7013 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 7014 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 7015 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 7015 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 7015 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 7019 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 7020 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 7021 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 7021 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 7022 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 8074 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {Xsemantics} is already expanded. Won't expand it again. Checking that tree item Xsemantics has children... Found 5 items. OK! 8501 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 8502 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 8503 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 8503 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 8504 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 8579 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 8580 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.542 s - in org.eclipse.xsemantics.tests.swtbot.wizards.XsemanticsCreateExamplesProjectWizardTests canCreateANewLambdaProject(org.eclipse.xsemantics.tests.swtbot.wizards.XsemanticsCreateExamplesProjectWizardTests) Time elapsed: 1.076 s canCreateANewExpressionsProject(org.eclipse.xsemantics.tests.swtbot.wizards.XsemanticsCreateExamplesProjectWizardTests) Time elapsed: 1.912 s Running org.eclipse.xsemantics.tests.swtbot.wizards.XsemanticsCreateExamplesFjCachedProjectWizardTests Target platform already set Checking active shell... 10417 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {Xsemantics} is already expanded. Won't expand it again. Checking that tree item Xsemantics has children... Found 5 items. OK! 10864 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 10865 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 10865 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 10866 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 10866 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 10871 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 10873 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 10875 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 10876 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 10876 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.015 s - in org.eclipse.xsemantics.tests.swtbot.wizards.XsemanticsCreateExamplesFjCachedProjectWizardTests canCreateANewFJCachedProject(org.eclipse.xsemantics.tests.swtbot.wizards.XsemanticsCreateExamplesFjCachedProjectWizardTests) Time elapsed: 2.497 s Running org.eclipse.xsemantics.tests.swtbot.wizards.XsemanticsImportExamplesProjectWizardTests Target platform already set Checking active shell... Checking that tree item Xsemantics has children... Found 5 items. OK! Checking that tree item Examples has children... Found 4 items. OK! 13422 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 13423 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 13424 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 13425 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 13425 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 13667 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 13767 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 13875 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 14131 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 23177 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {Xsemantics} is already expanded. Won't expand it again. Checking that tree item Xsemantics has children... Found 5 items. OK! 23177 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item Tree node with text: Examples is already expanded. Won't expand it again. Checking that tree item Examples has children... Found 4 items. OK! 23266 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 23267 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 23267 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 23268 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 23268 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 23480 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 23682 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 23901 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 28604 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {Xsemantics} is already expanded. Won't expand it again. Checking that tree item Xsemantics has children... Found 5 items. OK! 28604 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item Tree node with text: Examples is already expanded. Won't expand it again. Checking that tree item Examples has children... Found 4 items. OK! 28628 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 28628 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 28629 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 28629 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 28629 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 28835 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 33889 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {Xsemantics} is already expanded. Won't expand it again. Checking that tree item Xsemantics has children... Found 5 items. OK! 33890 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item Tree node with text: Examples is already expanded. Won't expand it again. Checking that tree item Examples has children... Found 4 items. OK! 33917 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 33918 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 33918 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 33918 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 33918 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 34227 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.513 s - in org.eclipse.xsemantics.tests.swtbot.wizards.XsemanticsImportExamplesProjectWizardTests canCreateExampleLambdaProjects(org.eclipse.xsemantics.tests.swtbot.wizards.XsemanticsImportExamplesProjectWizardTests) Time elapsed: 9.784 s canCreateExampleExpressionsProjects(org.eclipse.xsemantics.tests.swtbot.wizards.XsemanticsImportExamplesProjectWizardTests) Time elapsed: 5.46 s canCreateExampleFJProjects(org.eclipse.xsemantics.tests.swtbot.wizards.XsemanticsImportExamplesProjectWizardTests) Time elapsed: 7.952 s Results: Tests run: 7, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] ------< org.eclipse.xsemantics:org.eclipse.xsemantics.repository >------ [INFO] Building org.eclipse.xsemantics.repository 1.19.0-SNAPSHOT [40/41] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xsemantics.repository --- [INFO] [INFO] --- tycho-packaging-plugin:1.5.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.xsemantics.repository --- [INFO] The project's OSGi version is 1.19.0.v20210326-1027 [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.eclipse.xsemantics.repository --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.xsemantics.repository --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/xsemantics/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/xsemantics/releng/org.eclipse.xsemantics.repository/../../target/jacoco.exec,append=true,includes=org.eclipse.xsemantics.*,excludes=**/src-gen/**/*.java:**/org/eclipse/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java:**/*TypeSystemGen*.java:**/*StandaloneSetup*.java:**/*QuickfixProvider*.java [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.xsemantics.repository --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/xsemantics/releng/org.eclipse.xsemantics.repository/src/main/resources [INFO] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.xsemantics.repository --- [INFO] [INFO] --- target-platform-configuration:1.5.0:target-platform (default-target-platform) @ org.eclipse.xsemantics.repository --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.5.0:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.xsemantics.repository --- [INFO] Published profile IUs: [a.jre.javase 10.0.0, config.a.jre.javase 10.0.0] [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 12.0.0, config.a.jre.javase 12.0.0] [INFO] Published profile IUs: [a.jre.javase 13.0.0, config.a.jre.javase 13.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:1.5.0:publish-products (default-publish-products) @ org.eclipse.xsemantics.repository --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.5.0:publish-categories (default-publish-categories) @ org.eclipse.xsemantics.repository --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.5.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.xsemantics.repository --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.5.0:assemble-repository (default-assemble-repository) @ org.eclipse.xsemantics.repository --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.5.0:archive-repository (default-archive-repository) @ org.eclipse.xsemantics.repository --- [INFO] Building zip: /home/jenkins/agent/workspace/xsemantics/releng/org.eclipse.xsemantics.repository/target/org.eclipse.xsemantics.repository-1.19.0.v20210326-1027.zip [INFO] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.xsemantics.repository --- [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.xsemantics.repository --- [INFO] [INFO] --------< org.eclipse.xsemantics:org.eclipse.xsemantics.releng >-------- [INFO] Building org.eclipse.xsemantics.releng 1.19.0-SNAPSHOT [41/41] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.xsemantics.releng --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.xsemantics.releng --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/xsemantics/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/xsemantics/releng/org.eclipse.xsemantics.releng/../../target/jacoco.exec,append=true,includes=org.eclipse.xsemantics.*,excludes=**/src-gen/**/*.java:**/org/eclipse/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java:**/*TypeSystemGen*.java:**/*StandaloneSetup*.java:**/*QuickfixProvider*.java [INFO] [INFO] --- tycho-source-plugin:1.5.0:plugin-source (plugin-source) @ org.eclipse.xsemantics.releng --- [INFO] [INFO] --- tycho-source-feature-plugin:1.5.0:source-feature (source-feature) @ org.eclipse.xsemantics.releng --- [INFO] [INFO] --- tycho-p2-plugin:1.5.0:p2-metadata (attach-p2-metadata) @ org.eclipse.xsemantics.releng --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for org.eclipse.xsemantics.releng 1.19.0-SNAPSHOT: [INFO] [INFO] Xsemantics ......................................... SUCCESS [ 7.639 s] [INFO] org.eclipse.xsemantics.targetplatform .............. SUCCESS [ 3.287 s] [INFO] org.eclipse.xsemantics.runtime ..................... SUCCESS [ 22.201 s] [INFO] org.eclipse.xsemantics.dsl ......................... SUCCESS [ 35.781 s] [INFO] org.eclipse.xsemantics.dsl.ide ..................... SUCCESS [ 1.612 s] [INFO] org.eclipse.xsemantics.dsl.ui ...................... SUCCESS [ 1.685 s] [INFO] org.eclipse.xsemantics.example.fj .................. SUCCESS [ 17.129 s] [INFO] org.eclipse.xsemantics.example.fj.ide .............. SUCCESS [ 0.194 s] [INFO] org.eclipse.xsemantics.example.fj.ui ............... SUCCESS [ 1.122 s] [INFO] org.eclipse.xsemantics.example.fj.tests ............ SUCCESS [ 4.648 s] [INFO] org.eclipse.xsemantics.example.fj.ui.tests ......... SUCCESS [ 0.233 s] [INFO] org.eclipse.xsemantics.example.fjcached ............ SUCCESS [ 8.919 s] [INFO] org.eclipse.xsemantics.example.fjcached.ide ........ SUCCESS [ 0.353 s] [INFO] org.eclipse.xsemantics.example.fjcached.ui ......... SUCCESS [ 1.310 s] [INFO] org.eclipse.xsemantics.example.fjcached.tests ...... SUCCESS [ 3.791 s] [INFO] org.eclipse.xsemantics.example.fjcached.ui.tests ... SUCCESS [ 10.436 s] [INFO] org.eclipse.xsemantics.dsl.tests ................... SUCCESS [01:08 min] [INFO] org.eclipse.xsemantics.tests.pde.utils ............. SUCCESS [ 0.086 s] [INFO] org.eclipse.xsemantics.dsl.ui.tests ................ SUCCESS [ 23.147 s] [INFO] org.eclipse.xsemantics.example.expressions ......... SUCCESS [ 10.347 s] [INFO] org.eclipse.xsemantics.example.expressions.ide ..... SUCCESS [ 0.172 s] [INFO] org.eclipse.xsemantics.example.expressions.ui ...... SUCCESS [ 0.728 s] [INFO] org.eclipse.xsemantics.example.expressions.tests ... SUCCESS [ 3.941 s] [INFO] org.eclipse.xsemantics.example.expressions.ui.tests SUCCESS [ 0.185 s] [INFO] org.eclipse.xsemantics.example.lambda .............. SUCCESS [ 9.175 s] [INFO] org.eclipse.xsemantics.example.lambda.ide .......... SUCCESS [ 0.151 s] [INFO] org.eclipse.xsemantics.example.lambda.ui ........... SUCCESS [ 0.792 s] [INFO] org.eclipse.xsemantics.example.lambda.tests ........ SUCCESS [ 4.085 s] [INFO] org.eclipse.xsemantics.example.lambda.ui.tests ..... SUCCESS [ 10.247 s] [INFO] org.eclipse.xsemantics.ui.examples ................. SUCCESS [ 3.186 s] [INFO] org.eclipse.xsemantics.examples.feature ............ SUCCESS [ 0.239 s] [INFO] org.eclipse.xsemantics.implemented.examples.feature SUCCESS [ 0.116 s] [INFO] org.eclipse.xsemantics.doc ......................... SUCCESS [ 0.062 s] [INFO] org.eclipse.xsemantics.doc.feature ................. SUCCESS [ 0.103 s] [INFO] org.eclipse.xsemantics.runtime.feature ............. SUCCESS [ 0.082 s] [INFO] org.eclipse.xsemantics.feature ..................... SUCCESS [ 0.053 s] [INFO] org.eclipse.xsemantics.sdk ......................... SUCCESS [ 0.118 s] [INFO] org.eclipse.xsemantics.tests.feature ............... SUCCESS [ 0.587 s] [INFO] org.eclipse.xsemantics.tests.swtbot ................ SUCCESS [ 46.095 s] [INFO] org.eclipse.xsemantics.repository .................. SUCCESS [ 1.742 s] [INFO] org.eclipse.xsemantics.releng ...................... SUCCESS [ 0.005 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 06:55 min [INFO] Finished at: 2021-03-26T10:34:11Z [INFO] ------------------------------------------------------------------------ Terminating xvnc. Recording test results [Checks API] No suitable checks publisher found. Finished: SUCCESS