Started by user Pierre-Charles David Running as Pierre-Charles David Agent basic-xfjpv is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-xfjpv" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.ecoretools.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-xfjpv" - 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: "basic-xfjpv" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.ecoretools.svc.cluster.local/ecoretools/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.10.1" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "4096Mi" requests: cpu: "1000m" memory: "4096Mi" tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false subPath: "" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-ecoretools" 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 basic-xfjpv (basic) in workspace /home/jenkins/agent/workspace/ecoretools-3.3 [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-0rThVCokE1MJ/agent.65 SSH_AGENT_PID=67 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/ecoretools-3.3@tmp/private_key_15575041425542257286.key (/home/jenkins/agent/workspace/ecoretools-3.3@tmp/private_key_15575041425542257286.key) [ssh-agent] Using credentials genie.ecoretools (ssh://genie.ecoretools@projects-storage.eclipse.org) The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository https://git.eclipse.org/r/ecoretools/org.eclipse.ecoretools.git > git init /home/jenkins/agent/workspace/ecoretools-3.3 # timeout=10 Fetching upstream changes from https://git.eclipse.org/r/ecoretools/org.eclipse.ecoretools.git > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --tags --force --progress -- https://git.eclipse.org/r/ecoretools/org.eclipse.ecoretools.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://git.eclipse.org/r/ecoretools/org.eclipse.ecoretools.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse origin/v3.3.x^{commit} # timeout=10 Checking out Revision 7a7bcbed96ebc5537cfe3b078dd469d3f1a14bed (origin/v3.3.x) > git config core.sparsecheckout # timeout=10 > git checkout -f 7a7bcbed96ebc5537cfe3b078dd469d3f1a14bed # timeout=10 Commit message: "[releng] Update CBI plug-in" > git rev-list --no-walk 8c94c3fcb7c74cb583ea04f466deafd442a66915 # timeout=10 [ecoretools-3.3] $ /opt/tools/apache-maven/latest/bin/mvn -f org.eclipse.emf.ecoretools.build/pom.xml -DPLATFORM=oxygen -DBUILD_SIGN=true -Dmaven.repo.local=/home/jenkins/agent/workspace/ecoretools-3.3/.repository -Dmaven.test.failure.ignore=true --fail-at-end -Poxygen clean verify Apache Maven 3.8.2 (ea98e05a04480131370aa0c110b8c54cf726c06f) Maven home: /opt/tools/apache-maven/latest Java version: 11.0.11, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/openj9-jdk-11/11.0.11+9 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.12.7-300.fc34.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] Computing target platform for MavenProject: org.eclipse.emf.ecoretools:org.eclipse.emf.ecoretools:3.3.4-SNAPSHOT @ /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools/pom.xml [INFO] Fetching p2.index from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/ (172B) [INFO] Adding repository http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen [INFO] Fetching content.xml.xz from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/ (29.39kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/ (29.39kB) [INFO] Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201902261618/ (116B) [INFO] Fetching p2.index from https://download.eclipse.org/acceleo/updates/releases/3.7/R201902261618/ (116B) [INFO] Adding repository https://download.eclipse.org/acceleo/updates/releases/3.7/R201902261618 [INFO] Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201902261618/ (27.65kB) [INFO] Fetching content.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201902261618/ (27.65kB) [INFO] Fetching p2.index from http://download.eclipse.org/releases/oxygen/ (122B) [INFO] Fetching p2.index from http://download.eclipse.org/releases/oxygen/ (122B) [INFO] Adding repository http://download.eclipse.org/releases/oxygen [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/oxygen/ (512B) [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/oxygen/ (512B) [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/oxygen/ (142B) [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/oxygen/ (142B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/technology/epp/packages/oxygen/ (72.42kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/technology/epp/packages/oxygen/ (72.42kB) [INFO] Fetching p2.index from http://download.eclipse.org/releases/oxygen/201706281000/ (142B) [INFO] Fetching p2.index from http://download.eclipse.org/releases/oxygen/201706281000/ (142B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/oxygen/201706281000/ (854.27kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/oxygen/201706281000/ (854.27kB) [INFO] Fetching p2.index from http://download.eclipse.org/releases/oxygen/201710111001/ (142B) [INFO] Fetching p2.index from http://download.eclipse.org/releases/oxygen/201710111001/ (142B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/oxygen/201710111001/ (852.46kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/oxygen/201710111001/ (852.46kB) [INFO] Fetching p2.index from http://download.eclipse.org/releases/oxygen/201712201001/ (142B) [INFO] Fetching p2.index from http://download.eclipse.org/releases/oxygen/201712201001/ (142B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/oxygen/201712201001/ (861.64kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/oxygen/201712201001/ (861.64kB) [INFO] Fetching p2.index from http://download.eclipse.org/releases/oxygen/201804111000/ (142B) [INFO] Fetching p2.index from http://download.eclipse.org/releases/oxygen/201804111000/ (142B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/oxygen/201804111000/ (863.03kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/oxygen/201804111000/ (863.03kB) [INFO] Adding repository https://download.eclipse.org/modeling/amalgam/updates/stable/1.11.0-S20191007/capella [INFO] Fetching content.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.11.0-S20191007/capella/ (15.81kB) [INFO] Fetching content.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.11.0-S20191007/capella/ (15.81kB) [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/ (134B) [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/ (134B) [INFO] Adding repository http://download.eclipse.org/cbi/updates/license [INFO] Fetching compositeContent.jar from http://download.eclipse.org/cbi/updates/license/ (423B) [INFO] Fetching compositeContent.jar from http://download.eclipse.org/cbi/updates/license/ (423B) [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB) [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB) [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/cbi/updates/license/2.0.2.v20181016-2210/ (172B) [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (3.57kB) [INFO] Fetching content.xml.xz from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (3.57kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.ecoretools:org.eclipse.emf.ecoretools:3.3.4-SNAPSHOT @ /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools/pom.xml [INFO] Fetching 201706281000&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/oxygen/ [INFO] Fetching javax.annotation_1.2.0.v201602091430.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (21.32kB) [INFO] Fetching javax.annotation_1.2.0.v201602091430.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (21.32kB) [INFO] Fetching 201804111000&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/oxygen/ [INFO] Fetching org.eclipse.osgi_3.12.100.v20180210-1608.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (435.62kB) [INFO] Fetching org.eclipse.osgi_3.12.100.v20180210-1608.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (435.62kB) [INFO] Fetching org.apache.batik.css_1.8.0.v20170214-1941.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (81.59kB) [INFO] Fetching org.apache.batik.css_1.8.0.v20170214-1941.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (81.59kB) [INFO] Fetching org.apache.batik.util_1.8.0.v20170214-1941.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (56.29kB) [INFO] Fetching org.apache.batik.util_1.8.0.v20170214-1941.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (56.29kB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (37.68kB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (37.68kB) [INFO] Fetching org.eclipse.osgi.services_3.6.0.v20170228-1906.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (41.98kB) [INFO] Fetching org.eclipse.osgi.services_3.6.0.v20170228-1906.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (41.98kB) [INFO] Fetching org.apache.felix.scr_2.0.10.v20170501-2007.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (140.62kB) [INFO] Fetching org.apache.felix.scr_2.0.10.v20170501-2007.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (140.62kB) [INFO] Fetching org.eclipse.osgi.util_3.4.0.v20170111-1608.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (24.93kB) [INFO] Fetching org.eclipse.osgi.util_3.4.0.v20170111-1608.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (24.93kB) [INFO] Fetching org.eclipse.core.commands_3.9.0.v20170530-1048.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (43.34kB) [INFO] Fetching org.eclipse.core.commands_3.9.0.v20170530-1048.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (43.34kB) [INFO] Fetching org.eclipse.equinox.common_3.9.0.v20170207-1454.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (51.81kB) [INFO] Fetching org.eclipse.equinox.common_3.9.0.v20170207-1454.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (51.81kB) [INFO] Fetching org.eclipse.core.contenttype_3.6.0.v20170207-1037.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (40.97kB) [INFO] Fetching org.eclipse.core.contenttype_3.6.0.v20170207-1037.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (40.97kB) [INFO] Fetching org.eclipse.equinox.preferences_3.7.0.v20170126-2132.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (53.99kB) [INFO] Fetching org.eclipse.equinox.preferences_3.7.0.v20170126-2132.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (53.99kB) [INFO] Fetching org.eclipse.equinox.registry_3.7.0.v20170222-1344.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (71.7kB) [INFO] Fetching org.eclipse.equinox.registry_3.7.0.v20170222-1344.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (71.7kB) [INFO] Fetching org.eclipse.core.databinding_1.6.100.v20170515-1119.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (58.16kB) [INFO] Fetching org.eclipse.core.databinding_1.6.100.v20170515-1119.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (58.16kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.6.100.v20170515-1119.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (90.43kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.6.100.v20170515-1119.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (90.43kB) [INFO] Fetching org.eclipse.core.databinding.property_1.6.100.v20170515-1119.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (49.74kB) [INFO] Fetching org.eclipse.core.databinding.property_1.6.100.v20170515-1119.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (49.74kB) [INFO] Fetching com.ibm.icu_58.2.0.v20170418-1837.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (8.71MB) [INFO] Fetching com.ibm.icu_58.2.0.v20170418-1837.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (8.71MB) [INFO] Fetching org.eclipse.core.expressions_3.6.0.v20170207-1037.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (33.1kB) [INFO] Fetching org.eclipse.core.expressions_3.6.0.v20170207-1037.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (33.1kB) [INFO] Fetching org.eclipse.core.runtime_3.13.0.v20170207-1030.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (35.26kB) [INFO] Fetching org.eclipse.core.runtime_3.13.0.v20170207-1030.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (35.26kB) [INFO] Fetching org.eclipse.core.filesystem_1.7.0.v20170406-1337.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (27.68kB) [INFO] Fetching org.eclipse.core.filesystem_1.7.0.v20170406-1337.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (27.68kB) [INFO] Fetching org.eclipse.core.jobs_3.9.3.v20180115-1757.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (46.25kB) [INFO] Fetching org.eclipse.core.jobs_3.9.3.v20180115-1757.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (46.25kB) [INFO] Fetching org.eclipse.core.resources_3.12.0.v20170417-1558.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (870.77kB) [INFO] Fetching org.eclipse.core.resources_3.12.0.v20170417-1558.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (870.77kB) [INFO] Fetching org.eclipse.equinox.app_1.3.400.v20150715-1528.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (40.76kB) [INFO] Fetching org.eclipse.equinox.app_1.3.400.v20150715-1528.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (40.76kB) [INFO] Fetching org.eclipse.e4.core.commands_0.12.100.v20170513-0428.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (13.47kB) [INFO] Fetching org.eclipse.e4.core.commands_0.12.100.v20170513-0428.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (13.47kB) [INFO] Fetching org.eclipse.e4.core.di_1.6.100.v20170421-1418.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (26.17kB) [INFO] Fetching org.eclipse.e4.core.di_1.6.100.v20170421-1418.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (26.17kB) [INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (16.6kB) [INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (16.6kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.6.0.v20170322-1144.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (22.58kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.6.0.v20170322-1144.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (22.58kB) [INFO] Fetching org.eclipse.e4.core.services_2.1.0.v20170407-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (24.42kB) [INFO] Fetching org.eclipse.e4.core.services_2.1.0.v20170407-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (24.42kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.0.v20170119-2002.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (7.71kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.0.v20170119-2002.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (7.71kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.0.v20170228-1728.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (7.77kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.0.v20170228-1728.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (7.77kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.0.v20170407-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (16.46kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.0.v20170407-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (16.46kB) [INFO] Fetching org.eclipse.equinox.ds_1.5.0.v20170307-1429.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (17.34kB) [INFO] Fetching org.eclipse.equinox.ds_1.5.0.v20170307-1429.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (17.34kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.0.v20160630-0728.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (21.68kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.0.v20160630-0728.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (21.68kB) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (98kB) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (98kB) [INFO] Fetching org.eclipse.emf.ecore_2.13.0.v20170609-0707.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (368.51kB) [INFO] Fetching org.eclipse.emf.ecore_2.13.0.v20170609-0707.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (368.51kB) [INFO] Fetching 201710111001&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/oxygen/ [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.1.v20170823-1632.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201710111001/plugins/ (24.35kB) [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.1.v20170823-1632.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201710111001/plugins/ (24.35kB) [INFO] Fetching org.eclipse.swt_3.106.3.v20180329-0507.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (17.86kB) [INFO] Fetching org.eclipse.swt_3.106.3.v20180329-0507.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (17.86kB) [INFO] Fetching 201712201001&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/oxygen/ [INFO] Fetching org.eclipse.jface_3.13.2.v20171022-1656.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201712201001/plugins/ (355.27kB) [INFO] Fetching org.eclipse.jface_3.13.2.v20171022-1656.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201712201001/plugins/ (355.27kB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.101.v20170712-1547.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201710111001/plugins/ (65.05kB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.101.v20170712-1547.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201710111001/plugins/ (65.05kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.1.v20170808-1940.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201710111001/plugins/ (80.65kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.1.v20170808-1940.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201710111001/plugins/ (80.65kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.11.0.v20170312-2302.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (16.49kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.11.0.v20170312-2302.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (16.49kB) [INFO] Fetching org.eclipse.e4.ui.di_1.2.100.v20170414-1137.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (9.98kB) [INFO] Fetching org.eclipse.e4.ui.di_1.2.100.v20170414-1137.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (9.98kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.0.1.v20170713-1800.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201710111001/plugins/ (107.68kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.0.1.v20170713-1800.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201710111001/plugins/ (107.68kB) [INFO] Fetching org.eclipse.e4.ui.services_1.3.0.v20170307-2032.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (13.36kB) [INFO] Fetching org.eclipse.e4.ui.services_1.3.0.v20170307-2032.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (13.36kB) [INFO] Fetching org.eclipse.equinox.event_1.4.0.v20170105-1446.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (16.46kB) [INFO] Fetching org.eclipse.equinox.event_1.4.0.v20170105-1446.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (16.46kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.0.v20160630-0736.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (9.85kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.0.v20160630-0736.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (9.85kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.5.1.v20170815-1446.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201710111001/plugins/ (85.98kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.5.1.v20170815-1446.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201710111001/plugins/ (85.98kB) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.13.0.v20170609-0707.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (80.3kB) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.13.0.v20170609-0707.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (80.3kB) [INFO] Fetching org.eclipse.emf.ecore.change_2.11.0.v20170609-0707.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (35.92kB) [INFO] Fetching org.eclipse.emf.ecore.change_2.11.0.v20170609-0707.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (35.92kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.1.v20170319-1442.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (55.59kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.1.v20170319-1442.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (55.59kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.102.v20180117-1153.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (94.14kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.102.v20180117-1153.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (94.14kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.101.v20170710-1119.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201710111001/plugins/ (70.39kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.101.v20170710-1119.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201710111001/plugins/ (70.39kB) [INFO] Fetching org.eclipse.jface.databinding_1.8.100.v20170503-1507.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (71.53kB) [INFO] Fetching org.eclipse.jface.databinding_1.8.100.v20170503-1507.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (71.53kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.14.0.v20160630-0740.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (7.93kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.14.0.v20160630-0740.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (7.93kB) [INFO] Fetching org.eclipse.emf.common_2.13.0.v20170609-0707.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (104.66kB) [INFO] Fetching org.eclipse.emf.common_2.13.0.v20170609-0707.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (104.66kB) [INFO] Fetching org.eclipse.emf.common.ui_2.12.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (56.72kB) [INFO] Fetching org.eclipse.emf.common.ui_2.12.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (56.72kB) [INFO] Fetching org.eclipse.ui_3.109.0.v20170411-1742.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (357.53kB) [INFO] Fetching org.eclipse.ui_3.109.0.v20170411-1742.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (357.53kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.13.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (74.95kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.13.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (74.95kB) [INFO] Fetching org.eclipse.ui.ide_3.13.1.v20170822-1526.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201710111001/plugins/ (972.73kB) [INFO] Fetching org.eclipse.ui.ide_3.13.1.v20170822-1526.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201710111001/plugins/ (972.73kB) [INFO] Fetching org.eclipse.emf.edit_2.12.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (88.62kB) [INFO] Fetching org.eclipse.emf.edit_2.12.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (88.62kB) [INFO] Fetching org.eclipse.ui.views_3.9.0.v20170226-1833.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (48.42kB) [INFO] Fetching org.eclipse.ui.views_3.9.0.v20170226-1833.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (48.42kB) [INFO] Fetching org.eclipse.ui.workbench_3.110.1.v20170704-1208.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201710111001/plugins/ (1,013.66kB) [INFO] Fetching org.eclipse.ui.workbench_3.110.1.v20170704-1208.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201710111001/plugins/ (1,013.66kB) [INFO] Fetching org.eclipse.equinox.bidi_1.1.0.v20160728-1031.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (23.15kB) [INFO] Fetching org.eclipse.equinox.bidi_1.1.0.v20160728-1031.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (23.15kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.4.101.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201710111001/plugins/ (30.32kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.4.101.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201710111001/plugins/ (30.32kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.5.0.v20170319-2002.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (73.2kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.5.0.v20170319-2002.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (73.2kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.3.200.v20170511-1106.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (101.67kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.3.200.v20170511-1106.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (101.67kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.2.401.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201710111001/plugins/ (47.4kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.2.401.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201710111001/plugins/ (47.4kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.3.301.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201710111001/plugins/ (52.24kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.3.301.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201710111001/plugins/ (52.24kB) [INFO] Fetching org.tukaani.xz_1.5.0.v20170111-1717.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (41.32kB) [INFO] Fetching org.tukaani.xz_1.5.0.v20170111-1717.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (41.32kB) [INFO] Fetching org.eclipse.equinox.security_1.2.300.v20170505-1235.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (42.3kB) [INFO] Fetching org.eclipse.equinox.security_1.2.300.v20170505-1235.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (42.3kB) [INFO] Fetching org.eclipse.help_3.8.1.v20170815-1448.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201710111001/plugins/ (122.73kB) [INFO] Fetching org.eclipse.help_3.8.1.v20170815-1448.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201710111001/plugins/ (122.73kB) [INFO] Fetching org.eclipse.jface.text_3.12.2.v20180112-1341.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (318.76kB) [INFO] Fetching org.eclipse.jface.text_3.12.2.v20180112-1341.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (318.76kB) [INFO] Fetching org.eclipse.text_3.6.100.v20170203-0814.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (91.18kB) [INFO] Fetching org.eclipse.text_3.6.100.v20170203-0814.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (91.18kB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_3.106.3.v20180329-0507.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (1.16MB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_3.106.3.v20180329-0507.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (1.16MB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.106.3.v20180329-0507.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (1.25MB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.106.3.v20180329-0507.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (1.25MB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_3.106.3.v20180329-0507.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (1.16MB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_3.106.3.v20180329-0507.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (1.16MB) [INFO] Resolving class path of MavenProject: org.eclipse.emf.ecoretools:org.eclipse.emf.ecoretools:3.3.4-SNAPSHOT @ /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.ecoretools:org.eclipse.emf.ecoretools.design:3.3.4-SNAPSHOT @ /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.design/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.ecoretools:org.eclipse.emf.ecoretools.design:3.3.4-SNAPSHOT @ /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.design/pom.xml [INFO] Fetching com.google.guava_21.0.0.v20170206-1425.jar.pack.gz from https://download.eclipse.org/acceleo/updates/releases/3.7/R201902261618/plugins/ (676.25kB) [INFO] Fetching com.google.guava_21.0.0.v20170206-1425.jar.pack.gz from https://download.eclipse.org/acceleo/updates/releases/3.7/R201902261618/plugins/ (676.25kB) [INFO] Fetching org.eclipse.acceleo.annotations_6.0.8.201902261618.jar.pack.gz from https://download.eclipse.org/acceleo/updates/releases/3.7/R201902261618/plugins/ (7.66kB) [INFO] Fetching org.eclipse.acceleo.annotations_6.0.8.201902261618.jar.pack.gz from https://download.eclipse.org/acceleo/updates/releases/3.7/R201902261618/plugins/ (7.66kB) [INFO] Fetching org.eclipse.acceleo.query_6.0.8.201902261618.jar.pack.gz from https://download.eclipse.org/acceleo/updates/releases/3.7/R201902261618/plugins/ (146.77kB) [INFO] Fetching org.eclipse.acceleo.query_6.0.8.201902261618.jar.pack.gz from https://download.eclipse.org/acceleo/updates/releases/3.7/R201902261618/plugins/ (146.77kB) [INFO] Fetching org.antlr.runtime_4.3.0.v201502022030.jar from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (399.18kB) [INFO] Fetching org.antlr.runtime_4.3.0.v201502022030.jar from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (399.18kB) [INFO] Fetching org.eclipse.core.variables_3.4.0.v20170113-2056.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (18.01kB) [INFO] Fetching org.eclipse.core.variables_3.4.0.v20170113-2056.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (18.01kB) [INFO] Fetching org.eclipse.debug.core_3.11.0.v20170605-1534.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (123.34kB) [INFO] Fetching org.eclipse.debug.core_3.11.0.v20170605-1534.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (123.34kB) [INFO] Fetching org.eclipse.emf.codegen_2.12.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (102.97kB) [INFO] Fetching org.eclipse.emf.codegen_2.12.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (102.97kB) [INFO] Fetching org.eclipse.jdt.core_3.13.102.v20180330-0919.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (6.44MB) [INFO] Fetching org.eclipse.jdt.core_3.13.102.v20180330-0919.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (6.44MB) [INFO] Fetching org.eclipse.jdt.launching_3.9.100.v20180323-1351.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (127.62kB) [INFO] Fetching org.eclipse.jdt.launching_3.9.100.v20180323-1351.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (127.62kB) [INFO] Fetching org.eclipse.emf.codegen.ecore_2.13.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (451.05kB) [INFO] Fetching org.eclipse.emf.codegen.ecore_2.13.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (451.05kB) [INFO] Fetching org.eclipse.emf.converter_2.8.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (35.17kB) [INFO] Fetching org.eclipse.emf.converter_2.8.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (35.17kB) [INFO] Fetching org.eclipse.emf.ecore.edit_2.9.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (41.48kB) [INFO] Fetching org.eclipse.emf.ecore.edit_2.9.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (41.48kB) [INFO] Fetching org.eclipse.sirius.common_5.0.2.201709080927.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (81.57kB) [INFO] Fetching org.eclipse.sirius.common_5.0.2.201709080927.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (81.57kB) [INFO] Fetching org.eclipse.sirius.ecore.extender_5.0.2.201709080927.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (33.1kB) [INFO] Fetching org.eclipse.sirius.ecore.extender_5.0.2.201709080927.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (33.1kB) [INFO] Fetching org.eclipse.sirius_5.0.2.201709080927.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (370.46kB) [INFO] Fetching org.eclipse.sirius_5.0.2.201709080927.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (370.46kB) [INFO] Fetching org.eclipse.sirius.common.acceleo.aql_5.0.2.201709080927.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (18.19kB) [INFO] Fetching org.eclipse.sirius.common.acceleo.aql_5.0.2.201709080927.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (18.19kB) [INFO] Fetching org.eclipse.sirius.diagram_5.0.2.201709080927.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (338.49kB) [INFO] Fetching org.eclipse.sirius.diagram_5.0.2.201709080927.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (338.49kB) [INFO] Fetching org.eclipse.sirius.ext.base_5.0.2.201709080927.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (14.32kB) [INFO] Fetching org.eclipse.sirius.ext.base_5.0.2.201709080927.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (14.32kB) [INFO] Fetching org.eclipse.sirius.ext.emf_5.0.2.201709080927.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (9.97kB) [INFO] Fetching org.eclipse.sirius.ext.emf_5.0.2.201709080927.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (9.97kB) [INFO] Fetching org.eclipse.sirius.table_5.0.2.201709080927.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (101.81kB) [INFO] Fetching org.eclipse.sirius.table_5.0.2.201709080927.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (101.81kB) [INFO] Fetching org.eclipse.sirius.properties_5.0.2.201709080927.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (81.52kB) [INFO] Fetching org.eclipse.sirius.properties_5.0.2.201709080927.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (81.52kB) [INFO] Fetching org.eclipse.emf.importer_2.9.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (38.92kB) [INFO] Fetching org.eclipse.emf.importer_2.9.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (38.92kB) [INFO] Fetching org.eclipse.emf.importer.ecore_2.8.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (18.76kB) [INFO] Fetching org.eclipse.emf.importer.ecore_2.8.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (18.76kB) [INFO] Fetching org.eclipse.emf.transaction_1.9.0.201706061339.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (169.02kB) [INFO] Fetching org.eclipse.emf.transaction_1.9.0.201706061339.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (169.02kB) [INFO] Fetching org.eclipse.gmf.runtime.notation_1.8.0.201706061354.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (373.75kB) [INFO] Fetching org.eclipse.gmf.runtime.notation_1.8.0.201706061354.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (373.75kB) [INFO] Fetching org.eclipse.emf.validation_1.8.0.201706061352.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (403.65kB) [INFO] Fetching org.eclipse.emf.validation_1.8.0.201706061352.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (403.65kB) [INFO] Fetching org.eclipse.emf.workspace_1.5.1.201706061339.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (85.04kB) [INFO] Fetching org.eclipse.emf.workspace_1.5.1.201706061339.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (85.04kB) [INFO] Fetching org.eclipse.gmf.runtime.common.core_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (114.43kB) [INFO] Fetching org.eclipse.gmf.runtime.common.core_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (114.43kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.core_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (130.4kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.core_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (130.4kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.core_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (111.51kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.core_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (111.51kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.type.core_1.9.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (185.96kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.type.core_1.9.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (185.96kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.clipboard.core_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (107.19kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.clipboard.core_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (107.19kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.commands.core_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (28.53kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.commands.core_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (28.53kB) [INFO] Fetching org.eclipse.jdt.debug_3.11.50.v20170920-1717.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201710111001/plugins/ (912.26kB) [INFO] Fetching org.eclipse.jdt.debug_3.11.50.v20170920-1717.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201710111001/plugins/ (912.26kB) [INFO] Fetching org.eclipse.sirius.ext.emf.tx_5.0.2.201709080927.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (7.42kB) [INFO] Fetching org.eclipse.sirius.ext.emf.tx_5.0.2.201709080927.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (7.42kB) [INFO] Fetching org.eclipse.emf_2.6.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (11.34kB) [INFO] Fetching org.eclipse.emf_2.6.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (11.34kB) [INFO] Resolving class path of MavenProject: org.eclipse.emf.ecoretools:org.eclipse.emf.ecoretools.design:3.3.4-SNAPSHOT @ /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.design/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.ecoretools:org.eclipse.emf.ecoretools.design.ui:3.3.4-SNAPSHOT @ /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.design.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.ecoretools:org.eclipse.emf.ecoretools.design.ui:3.3.4-SNAPSHOT @ /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.design.ui/pom.xml [INFO] Fetching javax.xml_1.3.4.v201005080400.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (246.29kB) [INFO] Fetching javax.xml_1.3.4.v201005080400.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (246.29kB) [INFO] Fetching org.apache.batik.bridge_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (504.53kB) [INFO] Fetching org.apache.batik.bridge_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (504.53kB) [INFO] Fetching org.apache.batik.css_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (259.85kB) [INFO] Fetching org.apache.batik.css_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (259.85kB) [INFO] Fetching org.apache.batik.dom_1.6.1.v201505192100.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (107.88kB) [INFO] Fetching org.apache.batik.dom_1.6.1.v201505192100.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (107.88kB) [INFO] Fetching org.apache.batik.dom.svg_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (453.74kB) [INFO] Fetching org.apache.batik.dom.svg_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (453.74kB) [INFO] Fetching org.apache.batik.ext.awt_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (387.41kB) [INFO] Fetching org.apache.batik.ext.awt_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (387.41kB) [INFO] Fetching org.apache.batik.parser_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (54.9kB) [INFO] Fetching org.apache.batik.parser_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (54.9kB) [INFO] Fetching org.apache.batik.util_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (99.44kB) [INFO] Fetching org.apache.batik.util_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (99.44kB) [INFO] Fetching org.apache.batik.util.gui_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (161.06kB) [INFO] Fetching org.apache.batik.util.gui_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (161.06kB) [INFO] Fetching org.apache.batik.xml_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (35.81kB) [INFO] Fetching org.apache.batik.xml_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (35.81kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (95.1kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (95.1kB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (14.95kB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (14.95kB) [INFO] Fetching org.apache.batik.pdf_1.6.0.v201105071520.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (498.28kB) [INFO] Fetching org.apache.batik.pdf_1.6.0.v201105071520.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (498.28kB) [INFO] Fetching org.apache.batik.transcoder_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (79.12kB) [INFO] Fetching org.apache.batik.transcoder_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (79.12kB) [INFO] Fetching org.apache.batik.svggen_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (183.86kB) [INFO] Fetching org.apache.batik.svggen_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (183.86kB) [INFO] Fetching org.apache.xerces_2.9.0.v201101211617.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (1.24MB) [INFO] Fetching org.apache.xerces_2.9.0.v201101211617.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (1.24MB) [INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (94.75kB) [INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (94.75kB) [INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (286.98kB) [INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (286.98kB) [INFO] Fetching org.eclipse.compare_3.7.101.v20170724-1603.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201710111001/plugins/ (314.64kB) [INFO] Fetching org.eclipse.compare_3.7.101.v20170724-1603.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201710111001/plugins/ (314.64kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.10.100.v20170426-2021.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (229.15kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.10.100.v20170426-2021.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (229.15kB) [INFO] Fetching org.eclipse.ui.editors_3.11.0.v20170202-1823.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (199.22kB) [INFO] Fetching org.eclipse.ui.editors_3.11.0.v20170202-1823.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (199.22kB) [INFO] Fetching org.eclipse.ui.forms_3.7.101.v20170815-1446.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201710111001/plugins/ (122.68kB) [INFO] Fetching org.eclipse.ui.forms_3.7.101.v20170815-1446.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201710111001/plugins/ (122.68kB) [INFO] Fetching org.eclipse.compare.core_3.6.100.v20170516-0820.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (32.79kB) [INFO] Fetching org.eclipse.compare.core_3.6.100.v20170516-0820.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (32.79kB) [INFO] Fetching org.eclipse.core.databinding.beans_1.4.0.v20170210-0856.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (22.94kB) [INFO] Fetching org.eclipse.core.databinding.beans_1.4.0.v20170210-0856.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (22.94kB) [INFO] Fetching org.eclipse.core.filebuffers_3.6.100.v20170203-1130.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (42.14kB) [INFO] Fetching org.eclipse.core.filebuffers_3.6.100.v20170203-1130.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (42.14kB) [INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (215.67kB) [INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (215.67kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.13.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (60.9kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.13.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (60.9kB) [INFO] Fetching org.eclipse.emf.databinding_1.3.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (27.46kB) [INFO] Fetching org.eclipse.emf.databinding_1.3.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (27.46kB) [INFO] Fetching org.eclipse.emf.ecore.editor_2.13.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (40.05kB) [INFO] Fetching org.eclipse.emf.ecore.editor_2.13.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (40.05kB) [INFO] Fetching org.eclipse.sirius.ui_5.0.2.201709080927.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (380.25kB) [INFO] Fetching org.eclipse.sirius.ui_5.0.2.201709080927.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (380.25kB) [INFO] Fetching org.eclipse.sirius.common.ui_5.0.2.201709080927.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (92.33kB) [INFO] Fetching org.eclipse.sirius.common.ui_5.0.2.201709080927.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (92.33kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui_1.8.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (1.14MB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui_1.8.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (1.14MB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (120.78kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (120.78kB) [INFO] Fetching org.eclipse.ui.navigator_3.7.0.v20170418-1342.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (134.81kB) [INFO] Fetching org.eclipse.ui.navigator_3.7.0.v20170418-1342.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (134.81kB) [INFO] Fetching org.eclipse.sirius.table.ui_5.0.2.201709080927.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (162.98kB) [INFO] Fetching org.eclipse.sirius.table.ui_5.0.2.201709080927.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (162.98kB) [INFO] Fetching org.eclipse.sirius.diagram.ui_5.0.2.201709080927.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (2.85MB) [INFO] Fetching org.eclipse.sirius.diagram.ui_5.0.2.201709080927.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (2.85MB) [INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (366.65kB) [INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (366.65kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui_1.8.1.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (252.27kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui_1.8.1.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (252.27kB) [INFO] Fetching org.eclipse.ui.console_3.7.1.v20170728-0806.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201710111001/plugins/ (82.03kB) [INFO] Fetching org.eclipse.ui.console_3.7.1.v20170728-0806.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201710111001/plugins/ (82.03kB) [INFO] Fetching org.eclipse.team.core_3.8.100.v20170516-0820.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (127.48kB) [INFO] Fetching org.eclipse.team.core_3.8.100.v20170516-0820.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (127.48kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (99.99kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (99.99kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.action_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (117.17kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.action_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (117.17kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.ide_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (38.66kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.ide_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (38.66kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (14.84kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (14.84kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services_1.9.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (99.13kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services_1.9.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (99.13kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.properties_1.9.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (75.19kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.properties_1.9.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (75.19kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (92.26kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (92.26kB) [INFO] Fetching org.eclipse.gmf.runtime.gef.ui_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (99.99kB) [INFO] Fetching org.eclipse.gmf.runtime.gef.ui_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (99.99kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.1.v20170713-0803.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201710111001/plugins/ (40.42kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.1.v20170713-0803.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201710111001/plugins/ (40.42kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (48.52kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (48.52kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.actions_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (215.85kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.actions_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (215.85kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (88.47kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (88.47kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (134.21kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (134.21kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.render_1.8.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (90.72kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.render_1.8.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (90.72kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.awt_1.8.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (191.96kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.awt_1.8.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (191.96kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.properties_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (212.78kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.properties_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (212.78kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui.properties_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (61.51kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui.properties_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (61.51kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.ide_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (23.61kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.ide_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (23.61kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.render_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (114.76kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.render_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (114.76kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (67.95kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (67.95kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui_1.9.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (307.51kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui_1.9.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (307.51kB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.8.0.v20170105-1156.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (105.95kB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.8.0.v20170105-1156.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (105.95kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.9.0.v20170412-0825.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (179.49kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.9.0.v20170412-0825.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (179.49kB) [INFO] Fetching org.eclipse.team.ui_3.8.1.v20170515-1133.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (517.17kB) [INFO] Fetching org.eclipse.team.ui_3.8.1.v20170515-1133.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (517.17kB) [INFO] Fetching org.eclipse.sirius.ext.e3.ui_5.0.2.201709080927.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (18.17kB) [INFO] Fetching org.eclipse.sirius.ext.e3.ui_5.0.2.201709080927.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (18.17kB) [INFO] Fetching org.eclipse.sirius.diagram.formatdata_5.0.2.201709080927.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (24.06kB) [INFO] Fetching org.eclipse.sirius.diagram.formatdata_5.0.2.201709080927.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (24.06kB) [INFO] Fetching org.eclipse.sirius.diagram.layoutdata_5.0.2.201709080927.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (24.07kB) [INFO] Fetching org.eclipse.sirius.diagram.layoutdata_5.0.2.201709080927.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (24.07kB) [INFO] Fetching org.eclipse.sirius.ext.gmf.runtime_5.0.2.201709080927.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (17.97kB) [INFO] Fetching org.eclipse.sirius.ext.gmf.runtime_5.0.2.201709080927.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (17.97kB) [INFO] Fetching org.eclipse.ui.navigator.resources_3.6.1.v20170823-1443.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201710111001/plugins/ (66.86kB) [INFO] Fetching org.eclipse.ui.navigator.resources_3.6.1.v20170823-1443.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201710111001/plugins/ (66.86kB) [INFO] Fetching org.eclipse.sirius.ext.draw2d_5.0.2.201709080927.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (9.99kB) [INFO] Fetching org.eclipse.sirius.ext.draw2d_5.0.2.201709080927.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (9.99kB) [INFO] Fetching org.eclipse.sirius.ext.emf.ui_5.0.2.201709080927.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (7.93kB) [INFO] Fetching org.eclipse.sirius.ext.emf.ui_5.0.2.201709080927.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (7.93kB) [INFO] Fetching org.eclipse.sirius.ext.gef_5.0.2.201709080927.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (10.36kB) [INFO] Fetching org.eclipse.sirius.ext.gef_5.0.2.201709080927.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (10.36kB) [INFO] Fetching org.eclipse.sirius.ext.jface_5.0.2.201709080927.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (7.02kB) [INFO] Fetching org.eclipse.sirius.ext.jface_5.0.2.201709080927.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (7.02kB) [INFO] Fetching org.eclipse.sirius.ext.swt_5.0.2.201709080927.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (7.46kB) [INFO] Fetching org.eclipse.sirius.ext.swt_5.0.2.201709080927.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (7.46kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (17.78kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (17.78kB) [INFO] Resolving class path of MavenProject: org.eclipse.emf.ecoretools:org.eclipse.emf.ecoretools.design.ui:3.3.4-SNAPSHOT @ /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.design.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.ecoretools:org.eclipse.emf.ecoretools.design.tests:3.3.4-SNAPSHOT @ /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.design.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.ecoretools:org.eclipse.emf.ecoretools.design.tests:3.3.4-SNAPSHOT @ /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.design.tests/pom.xml [INFO] Fetching org.eclipse.core.net_1.3.100.v20170516-0820.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (33.81kB) [INFO] Fetching org.eclipse.core.net_1.3.100.v20170516-0820.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (33.81kB) [INFO] Fetching org.junit_4.12.0.v201504281640.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (283.72kB) [INFO] Fetching org.junit_4.12.0.v201504281640.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (283.72kB) [INFO] Fetching org.eclipse.ui.ide.application_1.2.0.v20170512-1452.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (51.89kB) [INFO] Fetching org.eclipse.ui.ide.application_1.2.0.v20170512-1452.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (51.89kB) [INFO] Fetching org.hamcrest.core_1.3.0.v201303031735.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (19.33kB) [INFO] Fetching org.hamcrest.core_1.3.0.v201303031735.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (19.33kB) [INFO] Fetching org.eclipse.equinox.launcher_1.4.0.v20161219-1356.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (30.64kB) [INFO] Fetching org.eclipse.equinox.launcher_1.4.0.v20161219-1356.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (30.64kB) [INFO] Resolving class path of MavenProject: org.eclipse.emf.ecoretools:org.eclipse.emf.ecoretools.design.tests:3.3.4-SNAPSHOT @ /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.design.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.ecoretools.features:org.eclipse.emf.ecoretools.design:3.3.4-SNAPSHOT @ /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.design-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.ecoretools.features:org.eclipse.emf.ecoretools.design:3.3.4-SNAPSHOT @ /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.design-feature/pom.xml [INFO] Fetching org.eclipse.acceleo.ui.interpreter_3.7.8.201902261618.jar.pack.gz from https://download.eclipse.org/acceleo/updates/releases/3.7/R201902261618/plugins/ (56.93kB) [INFO] Fetching org.eclipse.acceleo.ui.interpreter_3.7.8.201902261618.jar.pack.gz from https://download.eclipse.org/acceleo/updates/releases/3.7/R201902261618/plugins/ (56.93kB) [INFO] Fetching org.eclipse.ant.core_3.5.0.v20170509-2149.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (72.08kB) [INFO] Fetching org.eclipse.ant.core_3.5.0.v20170509-2149.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (72.08kB) [INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar from http://download.eclipse.org/releases/oxygen/201706281000/features/ (19.51kB) [INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar from http://download.eclipse.org/releases/oxygen/201706281000/features/ (19.51kB) [INFO] Fetching org.eclipse.eef_2.0.1.201801311257.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (207.98kB) [INFO] Fetching org.eclipse.eef_2.0.1.201801311257.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (207.98kB) [INFO] Fetching org.eclipse.eef.common_2.0.1.201801311257.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (22.57kB) [INFO] Fetching org.eclipse.eef.common_2.0.1.201801311257.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (22.57kB) [INFO] Fetching org.eclipse.eef.common.ui_2.0.1.201801311257.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (17.59kB) [INFO] Fetching org.eclipse.eef.common.ui_2.0.1.201801311257.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (17.59kB) [INFO] Fetching org.eclipse.eef.core_2.0.1.201801311257.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (79.73kB) [INFO] Fetching org.eclipse.eef.core_2.0.1.201801311257.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (79.73kB) [INFO] Fetching org.eclipse.sirius.common.interpreter_5.1.1.201801311428.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (9.26kB) [INFO] Fetching org.eclipse.sirius.common.interpreter_5.1.1.201801311428.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (9.26kB) [INFO] Fetching org.eclipse.eef.core.ext.widgets.reference_2.0.1.201801311257.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (11.57kB) [INFO] Fetching org.eclipse.eef.core.ext.widgets.reference_2.0.1.201801311257.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (11.57kB) [INFO] Fetching org.eclipse.eef.ext.widgets.reference_2.0.1.201801311257.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (36.55kB) [INFO] Fetching org.eclipse.eef.ext.widgets.reference_2.0.1.201801311257.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (36.55kB) [INFO] Fetching org.eclipse.eef.ide_2.0.1.201801311257.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (20.94kB) [INFO] Fetching org.eclipse.eef.ide_2.0.1.201801311257.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (20.94kB) [INFO] Fetching org.eclipse.eef.ide.ui_2.0.1.201801311257.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (157.49kB) [INFO] Fetching org.eclipse.eef.ide.ui_2.0.1.201801311257.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (157.49kB) [INFO] Fetching org.eclipse.eef.ide.ui.ext.widgets.reference_2.0.1.201801311257.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (66.74kB) [INFO] Fetching org.eclipse.eef.ide.ui.ext.widgets.reference_2.0.1.201801311257.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (66.74kB) [INFO] Fetching org.eclipse.eef.ide.ui.properties_2.0.1.201801311257.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (17.33kB) [INFO] Fetching org.eclipse.eef.ide.ui.properties_2.0.1.201801311257.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (17.33kB) [INFO] Fetching org.eclipse.eef.properties.ui_2.0.1.201801311257.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (97.43kB) [INFO] Fetching org.eclipse.eef.properties.ui_2.0.1.201801311257.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (97.43kB) [INFO] Fetching org.eclipse.eef.properties.ui.legacy_2.0.1.201801311257.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (61.44kB) [INFO] Fetching org.eclipse.eef.properties.ui.legacy_2.0.1.201801311257.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (61.44kB) [INFO] Fetching org.eclipse.emf.common_2.13.0.v20170609-0707.jar from http://download.eclipse.org/releases/oxygen/201706281000/features/ (17.7kB) [INFO] Fetching org.eclipse.emf.common_2.13.0.v20170609-0707.jar from http://download.eclipse.org/releases/oxygen/201706281000/features/ (17.7kB) [INFO] Fetching org.eclipse.emf.ecore.change.edit_2.6.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (13.56kB) [INFO] Fetching org.eclipse.emf.ecore.change.edit_2.6.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (13.56kB) [INFO] Fetching org.eclipse.emf.ecore.edit_2.9.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201706281000/features/ (17.7kB) [INFO] Fetching org.eclipse.emf.ecore.edit_2.9.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201706281000/features/ (17.7kB) [INFO] Fetching org.eclipse.emf.ecore_2.13.0.v20170609-0707.jar from http://download.eclipse.org/releases/oxygen/201706281000/features/ (17.73kB) [INFO] Fetching org.eclipse.emf.ecore_2.13.0.v20170609-0707.jar from http://download.eclipse.org/releases/oxygen/201706281000/features/ (17.73kB) [INFO] Fetching org.eclipse.emf.edit_2.12.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201706281000/features/ (17.68kB) [INFO] Fetching org.eclipse.emf.edit_2.12.0.v20170609-0928.jar from http://download.eclipse.org/releases/oxygen/201706281000/features/ (17.68kB) [INFO] Fetching org.eclipse.emf.transaction.ui_1.4.0.201706061339.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (44.5kB) [INFO] Fetching org.eclipse.emf.transaction.ui_1.4.0.201706061339.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (44.5kB) [INFO] Fetching org.eclipse.emf.transaction_1.11.0.201706061339.jar from http://download.eclipse.org/releases/oxygen/201706281000/features/ (21.61kB) [INFO] Fetching org.eclipse.emf.transaction_1.11.0.201706061339.jar from http://download.eclipse.org/releases/oxygen/201706281000/features/ (21.61kB) [INFO] Fetching org.eclipse.emf.validation.ui_1.7.0.201706061352.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (74.27kB) [INFO] Fetching org.eclipse.emf.validation.ui_1.7.0.201706061352.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (74.27kB) [INFO] Fetching org.eclipse.emf.validation.ui.ide_1.3.0.201706061352.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (22.4kB) [INFO] Fetching org.eclipse.emf.validation.ui.ide_1.3.0.201706061352.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (22.4kB) [INFO] Fetching org.eclipse.emf.validation_1.11.0.201706061352.jar from http://download.eclipse.org/releases/oxygen/201706281000/features/ (21.68kB) [INFO] Fetching org.eclipse.emf.validation_1.11.0.201706061352.jar from http://download.eclipse.org/releases/oxygen/201706281000/features/ (21.68kB) [INFO] Fetching org.eclipse.emf.workspace.ui_1.3.0.201706061339.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (23.11kB) [INFO] Fetching org.eclipse.emf.workspace.ui_1.3.0.201706061339.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (23.11kB) [INFO] Fetching org.eclipse.emf.workspace_1.11.0.201706061339.jar from http://download.eclipse.org/releases/oxygen/201706281000/features/ (21.64kB) [INFO] Fetching org.eclipse.emf.workspace_1.11.0.201706061339.jar from http://download.eclipse.org/releases/oxygen/201706281000/features/ (21.64kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.0.300.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (19.03kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.0.300.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (19.03kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.0.800.v20170524-1345.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (32.14kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.0.800.v20170524-1345.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (32.14kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.1.650.v20170928-1405.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201710111001/plugins/ (52.2kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.1.650.v20170928-1405.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201710111001/plugins/ (52.2kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.0.500.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (37.96kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.0.500.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (37.96kB) [INFO] Fetching org.eclipse.equinox.p2.director_2.3.300.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (45.05kB) [INFO] Fetching org.eclipse.equinox.p2.director_2.3.300.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (45.05kB) [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (103.26kB) [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (103.26kB) [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (72.9kB) [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (72.9kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.2.1.v20180131-1435.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (23.19kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.2.1.v20180131-1435.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (23.19kB) [INFO] Fetching org.eclipse.equinox.p2.director.app_1.0.500.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (36.59kB) [INFO] Fetching org.eclipse.equinox.p2.director.app_1.0.500.v20160419-0834.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (36.59kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.0.300.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (13.84kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.0.300.v20160504-1450.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (13.84kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.4.200.v20170511-1216.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (40.67kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.4.200.v20170511-1216.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (40.67kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.2.201.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201710111001/plugins/ (102.59kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.2.201.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201710111001/plugins/ (102.59kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.0.300.v20170515-0721.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (15.87kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.0.300.v20170515-0721.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (15.87kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.1.400.v20170511-1216.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (116.15kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.1.400.v20170511-1216.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (116.15kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.1.501.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201710111001/plugins/ (44.19kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.1.501.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201710111001/plugins/ (44.19kB) [INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar from http://download.eclipse.org/releases/oxygen/201706281000/features/ (19.56kB) [INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar from http://download.eclipse.org/releases/oxygen/201706281000/features/ (19.56kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.dnd_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (91.04kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.dnd_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (91.04kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.dnd.ide_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (24.59kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.dnd.ide_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (24.59kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.dnd_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (18.98kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.dnd_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (18.98kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.geoshapes_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (99.21kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.geoshapes_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (99.21kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.type.ui_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (18.26kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.type.ui_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (18.26kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.providers_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (28.68kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.providers_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (28.68kB) [INFO] Fetching org.eclipse.gmf_1.11.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (13.15kB) [INFO] Fetching org.eclipse.gmf_1.11.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (13.15kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing.win32_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (752.73kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing.win32_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (752.73kB) [INFO] Fetching org.eclipse.gmf_1.11.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/features/ (21.78kB) [INFO] Fetching org.eclipse.gmf_1.11.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/features/ (21.78kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.edit_1.7.0.201706061354.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (246.04kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.edit_1.7.0.201706061354.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (246.04kB) [INFO] Fetching org.eclipse.gmf.runtime.notation_1.11.0.201706061354.jar from http://download.eclipse.org/releases/oxygen/201706281000/features/ (21.2kB) [INFO] Fetching org.eclipse.gmf.runtime.notation_1.11.0.201706061354.jar from http://download.eclipse.org/releases/oxygen/201706281000/features/ (21.2kB) [INFO] Fetching org.eclipse.gmf.runtime.thirdparty_1.11.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/features/ (21.58kB) [INFO] Fetching org.eclipse.gmf.runtime.thirdparty_1.11.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/features/ (21.58kB) [INFO] Fetching org.eclipse.license_2.0.2.v20181016-2210.jar from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/features/ (13.05kB) [INFO] Fetching org.eclipse.license_2.0.2.v20181016-2210.jar from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/features/ (13.05kB) [INFO] Fetching org.eclipse.pde.build_3.9.300.v20170515-0912.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (479.6kB) [INFO] Fetching org.eclipse.pde.build_3.9.300.v20170515-0912.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (479.6kB) [INFO] Fetching org.eclipse.update.configurator_3.3.400.v20160506-0750.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (44.89kB) [INFO] Fetching org.eclipse.update.configurator_3.3.400.v20160506-0750.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (44.89kB) [INFO] Fetching org.eclipse.pde.core_3.11.101.v20171228-1230.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (1.26MB) [INFO] Fetching org.eclipse.pde.core_3.11.101.v20171228-1230.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (1.26MB) [INFO] Fetching org.eclipse.sirius.common.ui.ext_5.0.2.201709080927.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (7.14kB) [INFO] Fetching org.eclipse.sirius.common.ui.ext_5.0.2.201709080927.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (7.14kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence_5.0.2.201709080927.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (171.36kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence_5.0.2.201709080927.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (171.36kB) [INFO] Fetching org.eclipse.sirius.diagram.ui.ext_5.0.2.201709080927.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (7.31kB) [INFO] Fetching org.eclipse.sirius.diagram.ui.ext_5.0.2.201709080927.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (7.31kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.edit_5.0.2.201709080927.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (43.36kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.edit_5.0.2.201709080927.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (43.36kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.ui_5.0.2.201709080927.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (111.26kB) [INFO] Fetching org.eclipse.sirius.diagram.sequence.ui_5.0.2.201709080927.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (111.26kB) [INFO] Fetching org.eclipse.sirius.editor_5.1.1.201801311428.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (212.19kB) [INFO] Fetching org.eclipse.sirius.editor_5.1.1.201801311428.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (212.19kB) [INFO] Fetching org.eclipse.sirius.editor.properties_5.1.1.201801311428.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (100.41kB) [INFO] Fetching org.eclipse.sirius.editor.properties_5.1.1.201801311428.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (100.41kB) [INFO] Fetching org.eclipse.sirius.properties.edit_5.0.2.201709080927.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (72.75kB) [INFO] Fetching org.eclipse.sirius.properties.edit_5.0.2.201709080927.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (72.75kB) [INFO] Fetching org.eclipse.sirius.properties.core_5.0.2.201709080927.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (48.89kB) [INFO] Fetching org.eclipse.sirius.properties.core_5.0.2.201709080927.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (48.89kB) [INFO] Fetching org.eclipse.sirius.properties.defaultrules_5.0.2.201709080927.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (9.97kB) [INFO] Fetching org.eclipse.sirius.properties.defaultrules_5.0.2.201709080927.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (9.97kB) [INFO] Fetching org.eclipse.sirius.editor.properties.ext.widgets.reference_5.0.2.201709080927.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (12.66kB) [INFO] Fetching org.eclipse.sirius.editor.properties.ext.widgets.reference_5.0.2.201709080927.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (12.66kB) [INFO] Fetching org.eclipse.sirius.properties.ext.widgets.reference_5.0.2.201709080927.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (16.43kB) [INFO] Fetching org.eclipse.sirius.properties.ext.widgets.reference_5.0.2.201709080927.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (16.43kB) [INFO] Fetching org.eclipse.sirius.properties.ext.widgets.reference.edit_5.0.2.201709080927.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (16.23kB) [INFO] Fetching org.eclipse.sirius.properties.ext.widgets.reference.edit_5.0.2.201709080927.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (16.23kB) [INFO] Fetching org.eclipse.sirius.ext.e3_5.0.2.201709080927.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (6.84kB) [INFO] Fetching org.eclipse.sirius.ext.e3_5.0.2.201709080927.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (6.84kB) [INFO] Fetching org.eclipse.sirius.ext.emf.edit_5.0.2.201709080927.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (9.97kB) [INFO] Fetching org.eclipse.sirius.ext.emf.edit_5.0.2.201709080927.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (9.97kB) [INFO] Fetching org.eclipse.sirius.interpreter_5.0.2.201709080927.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (17.56kB) [INFO] Fetching org.eclipse.sirius.interpreter_5.0.2.201709080927.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (17.56kB) [INFO] Fetching org.eclipse.sirius.ui.properties_5.0.2.201709080927.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (27.11kB) [INFO] Fetching org.eclipse.sirius.ui.properties_5.0.2.201709080927.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (27.11kB) [INFO] Fetching org.eclipse.sirius.ui.properties.ext.widgets.reference_5.0.2.201709080927.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (9.67kB) [INFO] Fetching org.eclipse.sirius.ui.properties.ext.widgets.reference_5.0.2.201709080927.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (9.67kB) [INFO] Fetching org.eclipse.sirius.properties.feature_5.0.2.201709080927.jar from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/features/ (18.45kB) [INFO] Fetching org.eclipse.sirius.properties.feature_5.0.2.201709080927.jar from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/features/ (18.45kB) [INFO] Fetching org.eclipse.sirius.runtime.aql_5.0.2.201709080927.jar from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/features/ (18.55kB) [INFO] Fetching org.eclipse.sirius.runtime.aql_5.0.2.201709080927.jar from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/features/ (18.55kB) [INFO] Fetching org.eclipse.sirius.synchronizer_5.0.2.201709080927.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (15.29kB) [INFO] Fetching org.eclipse.sirius.synchronizer_5.0.2.201709080927.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (15.29kB) [INFO] Fetching org.eclipse.sirius.tree_5.0.2.201709080927.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (72.31kB) [INFO] Fetching org.eclipse.sirius.tree_5.0.2.201709080927.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (72.31kB) [INFO] Fetching org.eclipse.sirius.ext.gmf.notation_5.0.2.201709080927.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (6.79kB) [INFO] Fetching org.eclipse.sirius.ext.gmf.notation_5.0.2.201709080927.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (6.79kB) [INFO] Fetching org.eclipse.sirius.runtime_5.0.2.201709080927.jar from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/features/ (18.78kB) [INFO] Fetching org.eclipse.sirius.runtime_5.0.2.201709080927.jar from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/features/ (18.78kB) [INFO] Fetching org.eclipse.sirius.table.ui.ext_5.0.2.201709080927.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (6.8kB) [INFO] Fetching org.eclipse.sirius.table.ui.ext_5.0.2.201709080927.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (6.8kB) [INFO] Fetching org.eclipse.sirius.tree.ui_5.0.2.201709080927.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (71.73kB) [INFO] Fetching org.eclipse.sirius.tree.ui_5.0.2.201709080927.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (71.73kB) [INFO] Fetching org.eclipse.sirius.tree.ui.ext_5.0.2.201709080927.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (6.77kB) [INFO] Fetching org.eclipse.sirius.tree.ui.ext_5.0.2.201709080927.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (6.77kB) [INFO] Fetching org.eclipse.sirius.ui.editor_5.0.2.201709080927.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (26.34kB) [INFO] Fetching org.eclipse.sirius.ui.editor_5.0.2.201709080927.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (26.34kB) [INFO] Fetching org.eclipse.sirius.ui.ext_5.0.2.201709080927.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (12.04kB) [INFO] Fetching org.eclipse.sirius.ui.ext_5.0.2.201709080927.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (12.04kB) [INFO] Fetching org.eclipse.sirius.runtime.ide.ui_5.0.2.201709080927.jar from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/features/ (18.95kB) [INFO] Fetching org.eclipse.sirius.runtime.ide.ui_5.0.2.201709080927.jar from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/features/ (18.95kB) [INFO] Resolving class path of MavenProject: org.eclipse.emf.ecoretools.features:org.eclipse.emf.ecoretools.design:3.3.4-SNAPSHOT @ /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.design-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.ecoretools:org.eclipse.emf.ecoretools.design.properties:3.3.4-SNAPSHOT @ /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.design.properties/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.ecoretools:org.eclipse.emf.ecoretools.design.properties:3.3.4-SNAPSHOT @ /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.design.properties/pom.xml [INFO] Fetching org.eclipse.emf.eef.runtime_1.5.1.201601141612.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (356.68kB) [INFO] Fetching org.eclipse.emf.eef.runtime_1.5.1.201601141612.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (356.68kB) [INFO] Fetching org.eclipse.sirius.eef.adapters_5.0.2.201709080927.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (797.92kB) [INFO] Fetching org.eclipse.sirius.eef.adapters_5.0.2.201709080927.jar.pack.gz from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/plugins/ (797.92kB) [INFO] Resolving class path of MavenProject: org.eclipse.emf.ecoretools:org.eclipse.emf.ecoretools.design.properties:3.3.4-SNAPSHOT @ /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.design.properties/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.ecoretools:org.eclipse.emf.ecoretools.doc:3.3.4-SNAPSHOT @ /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.ecoretools:org.eclipse.emf.ecoretools.doc:3.3.4-SNAPSHOT @ /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.doc/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.emf.ecoretools:org.eclipse.emf.ecoretools.doc:3.3.4-SNAPSHOT @ /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.doc/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.ecoretools.features:org.eclipse.emf.ecoretools.doc:3.3.4-SNAPSHOT @ /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.doc-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.ecoretools.features:org.eclipse.emf.ecoretools.doc:3.3.4-SNAPSHOT @ /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.doc-feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.emf.ecoretools.features:org.eclipse.emf.ecoretools.doc:3.3.4-SNAPSHOT @ /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.doc-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.ecoretools:org.eclipse.emf.ecoretools.properties:3.3.4-SNAPSHOT @ /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.properties/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.ecoretools:org.eclipse.emf.ecoretools.properties:3.3.4-SNAPSHOT @ /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.properties/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.emf.ecoretools:org.eclipse.emf.ecoretools.properties:3.3.4-SNAPSHOT @ /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.properties/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.ecoretools:org.eclipse.emf.ecoretools.registration:3.3.4-SNAPSHOT @ /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.registration/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.ecoretools:org.eclipse.emf.ecoretools.registration:3.3.4-SNAPSHOT @ /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.registration/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.emf.ecoretools:org.eclipse.emf.ecoretools.registration:3.3.4-SNAPSHOT @ /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.registration/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.ecoretools.features:org.eclipse.emf.ecoretools.sdk:3.3.4-SNAPSHOT @ /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.sdk-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.ecoretools.features:org.eclipse.emf.ecoretools.sdk:3.3.4-SNAPSHOT @ /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.sdk-feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.emf.ecoretools.features:org.eclipse.emf.ecoretools.sdk:3.3.4-SNAPSHOT @ /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.sdk-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.ecoretools:org.eclipse.emf.ecoretools.tabbedproperties:3.3.4-SNAPSHOT @ /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.tabbedproperties/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.ecoretools:org.eclipse.emf.ecoretools.tabbedproperties:3.3.4-SNAPSHOT @ /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.tabbedproperties/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.emf.ecoretools:org.eclipse.emf.ecoretools.tabbedproperties:3.3.4-SNAPSHOT @ /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.tabbedproperties/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.ecoretools:org.eclipse.emf.ecoretools.explorer.contextual:3.3.4-SNAPSHOT @ /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.explorer.contextual/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.ecoretools:org.eclipse.emf.ecoretools.explorer.contextual:3.3.4-SNAPSHOT @ /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.explorer.contextual/pom.xml [INFO] Fetching org.eclipse.amalgam.explorer.contextual.core_1.11.0.201910071427.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.11.0-S20191007/capella/plugins/ (66.41kB) [INFO] Fetching org.eclipse.amalgam.explorer.contextual.core_1.11.0.201910071427.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.11.0-S20191007/capella/plugins/ (66.41kB) [INFO] Fetching org.eclipse.amalgam.explorer.contextual.core.ui_1.11.0.201910071427.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.11.0-S20191007/capella/plugins/ (74.24kB) [INFO] Fetching org.eclipse.amalgam.explorer.contextual.core.ui_1.11.0.201910071427.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.11.0-S20191007/capella/plugins/ (74.24kB) [INFO] Fetching org.eclipse.amalgam.explorer.contextual.sirius_1.11.0.201910071427.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.11.0-S20191007/capella/plugins/ (13.94kB) [INFO] Fetching org.eclipse.amalgam.explorer.contextual.sirius_1.11.0.201910071427.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.11.0-S20191007/capella/plugins/ (13.94kB) [INFO] Fetching org.eclipse.amalgam.explorer.contextual.sirius.ui_1.11.0.201910071427.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.11.0-S20191007/capella/plugins/ (16.45kB) [INFO] Fetching org.eclipse.amalgam.explorer.contextual.sirius.ui_1.11.0.201910071427.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.11.0-S20191007/capella/plugins/ (16.45kB) [INFO] Fetching org.eclipse.amalgam.explorer.contextual.ui_1.11.0.201910071427.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.11.0-S20191007/capella/plugins/ (18.32kB) [INFO] Fetching org.eclipse.amalgam.explorer.contextual.ui_1.11.0.201910071427.jar from https://download.eclipse.org/modeling/amalgam/updates/stable/1.11.0-S20191007/capella/plugins/ (18.32kB) [INFO] Resolving class path of MavenProject: org.eclipse.emf.ecoretools:org.eclipse.emf.ecoretools.explorer.contextual:3.3.4-SNAPSHOT @ /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.explorer.contextual/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.ecoretools.features:org.eclipse.emf.ecoretools.explorer.contextual:3.3.4-SNAPSHOT @ /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.explorer.contextual-feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.ecoretools.features:org.eclipse.emf.ecoretools.explorer.contextual:3.3.4-SNAPSHOT @ /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.explorer.contextual-feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.emf.ecoretools.features:org.eclipse.emf.ecoretools.explorer.contextual:3.3.4-SNAPSHOT @ /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.explorer.contextual-feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.ecoretools:org.eclipse.emf.ecoretools.ui:3.3.4-SNAPSHOT @ /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.ecoretools:org.eclipse.emf.ecoretools.ui:3.3.4-SNAPSHOT @ /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.emf.ecoretools:org.eclipse.emf.ecoretools.ui:3.3.4-SNAPSHOT @ /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.ecoretools:org.eclipse.emf.ecoretools.update:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.update/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.ecoretools:org.eclipse.emf.ecoretools.update:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.update/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.emf.ecoretools:org.eclipse.emf.ecoretools.update:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.update/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.ecoretools:org.eclipse.emf.ecoretools.update-all:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.update-all/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.ecoretools:org.eclipse.emf.ecoretools.update-all:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.update-all/pom.xml [INFO] Fetching org.eclipse.acceleo.query.doc_6.0.8.201902261618.jar.pack.gz from https://download.eclipse.org/acceleo/updates/releases/3.7/R201902261618/plugins/ (2.27MB) [INFO] Fetching org.eclipse.acceleo.query.doc_6.0.8.201902261618.jar.pack.gz from https://download.eclipse.org/acceleo/updates/releases/3.7/R201902261618/plugins/ (2.27MB) [INFO] Fetching org.eclipse.acceleo.query.ide_6.0.8.201902261618.jar.pack.gz from https://download.eclipse.org/acceleo/updates/releases/3.7/R201902261618/plugins/ (7.35kB) [INFO] Fetching org.eclipse.acceleo.query.ide_6.0.8.201902261618.jar.pack.gz from https://download.eclipse.org/acceleo/updates/releases/3.7/R201902261618/plugins/ (7.35kB) [INFO] Fetching org.eclipse.acceleo.query_6.0.8.201902261618.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201902261618/features/ (18.9kB) [INFO] Fetching org.eclipse.acceleo.query_6.0.8.201902261618.jar from https://download.eclipse.org/acceleo/updates/releases/3.7/R201902261618/features/ (18.9kB) [INFO] Fetching org.eclipse.emf.eef.branding_1.5.1.201601141612.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (12.39kB) [INFO] Fetching org.eclipse.emf.eef.branding_1.5.1.201601141612.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (12.39kB) [INFO] Fetching org.eclipse.emf.eef.runtime-feature_1.5.1.201601141612.jar from http://download.eclipse.org/releases/oxygen/201706281000/features/ (24.03kB) [INFO] Fetching org.eclipse.emf.eef.runtime-feature_1.5.1.201601141612.jar from http://download.eclipse.org/releases/oxygen/201706281000/features/ (24.03kB) [INFO] Fetching org.eclipse.sirius.runtime.ide.eef_5.0.2.201709080927.jar from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/features/ (18.62kB) [INFO] Fetching org.eclipse.sirius.runtime.ide.eef_5.0.2.201709080927.jar from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/features/ (18.62kB) [INFO] Fetching org.eclipse.sirius.runtime.ide.ui.acceleo_5.0.2.201709080927.jar from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/features/ (18.63kB) [INFO] Fetching org.eclipse.sirius.runtime.ide.ui.acceleo_5.0.2.201709080927.jar from http://download.eclipse.org/sirius/updates/releases/5.0.2/oxygen/features/ (18.63kB) [INFO] Resolving class path of MavenProject: org.eclipse.emf.ecoretools:org.eclipse.emf.ecoretools.update-all:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.update-all/pom.xml [WARNING] The project org.eclipse.emf.ecoretools:emf.ecoretools-parent:pom:3.3.4-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] emf.ecoretools-parent [pom] [INFO] org.eclipse.emf.ecoretools [eclipse-plugin] [INFO] org.eclipse.emf.ecoretools.design [eclipse-plugin] [INFO] org.eclipse.emf.ecoretools.design.ui [eclipse-plugin] [INFO] org.eclipse.emf.ecoretools.design.tests [eclipse-test-plugin] [INFO] org.eclipse.emf.ecoretools.ui [eclipse-plugin] [INFO] org.eclipse.emf.ecoretools.doc [eclipse-plugin] [INFO] org.eclipse.emf.ecoretools.design [eclipse-feature] [INFO] org.eclipse.emf.ecoretools.tabbedproperties [eclipse-plugin] [INFO] org.eclipse.emf.ecoretools.properties [eclipse-plugin] [INFO] org.eclipse.emf.ecoretools.design.properties [eclipse-plugin] [INFO] org.eclipse.emf.ecoretools.doc [eclipse-feature] [INFO] org.eclipse.emf.ecoretools.registration [eclipse-plugin] [INFO] org.eclipse.emf.ecoretools.sdk [eclipse-feature] [INFO] org.eclipse.emf.ecoretools.explorer.contextual [eclipse-plugin] [INFO] org.eclipse.emf.ecoretools.explorer.contextual [eclipse-feature] [INFO] org.eclipse.emf.ecoretools.update [eclipse-repository] [INFO] org.eclipse.emf.ecoretools.update-all [eclipse-repository] [INFO] [INFO] ----------< org.eclipse.emf.ecoretools:emf.ecoretools-parent >---------- [INFO] Building emf.ecoretools-parent 3.3.4-SNAPSHOT [1/18] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ emf.ecoretools-parent --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ emf.ecoretools-parent --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ emf.ecoretools-parent --- [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ emf.ecoretools-parent --- [INFO] [INFO] -------< org.eclipse.emf.ecoretools:org.eclipse.emf.ecoretools >-------- [INFO] Building org.eclipse.emf.ecoretools 3.3.4-SNAPSHOT [2/18] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.ecoretools --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.ecoretools --- [INFO] The project's OSGi version is 3.3.4.202111191439 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.emf.ecoretools --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.emf.ecoretools --- [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.emf.ecoretools --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.emf.ecoretools --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.emf.ecoretools --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.emf.ecoretools --- [INFO] Building jar: /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools/target/org.eclipse.emf.ecoretools-3.3.4-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.emf.ecoretools --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.emf.ecoretools --- [INFO] Building jar: /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools/target/org.eclipse.emf.ecoretools-3.3.4-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.ecoretools --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.emf.ecoretools --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools/target/org.eclipse.emf.ecoretools-3.3.4-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.emf.ecoretools --- [INFO] Signing jar: /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools/target/org.eclipse.emf.ecoretools-3.3.4-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools/target/org.eclipse.emf.ecoretools-3.3.4-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.emf.ecoretools --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools/target/org.eclipse.emf.ecoretools-3.3.4-SNAPSHOT.jar [INFO] [INFO] ----< org.eclipse.emf.ecoretools:org.eclipse.emf.ecoretools.design >---- [INFO] Building org.eclipse.emf.ecoretools.design 3.3.4-SNAPSHOT [3/18] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.ecoretools.design --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.ecoretools.design --- [INFO] The project's OSGi version is 3.3.4.202111191439 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.emf.ecoretools.design --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.emf.ecoretools.design --- [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.emf.ecoretools.design --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.emf.ecoretools.design --- [INFO] Compiling 24 source files to /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.design/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.emf.ecoretools.design --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.design/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.emf.ecoretools.design --- [INFO] Building jar: /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.design/target/org.eclipse.emf.ecoretools.design-3.3.4-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.emf.ecoretools.design --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.emf.ecoretools.design --- [INFO] Building jar: /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.design/target/org.eclipse.emf.ecoretools.design-3.3.4-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.ecoretools.design --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.emf.ecoretools.design --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.design/target/org.eclipse.emf.ecoretools.design-3.3.4-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.emf.ecoretools.design --- [INFO] Signing jar: /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.design/target/org.eclipse.emf.ecoretools.design-3.3.4-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.design/target/org.eclipse.emf.ecoretools.design-3.3.4-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.emf.ecoretools.design --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.design/target/org.eclipse.emf.ecoretools.design-3.3.4-SNAPSHOT.jar [INFO] [INFO] --< org.eclipse.emf.ecoretools:org.eclipse.emf.ecoretools.design.ui >--- [INFO] Building org.eclipse.emf.ecoretools.design.ui 3.3.4-SNAPSHOT [4/18] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.ecoretools.design.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.ecoretools.design.ui --- [INFO] The project's OSGi version is 3.3.4.202111191439 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.emf.ecoretools.design.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.emf.ecoretools.design.ui --- [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.emf.ecoretools.design.ui --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.emf.ecoretools.design.ui --- [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.design.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.emf.ecoretools.design.ui --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.design.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.emf.ecoretools.design.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.design.ui/target/org.eclipse.emf.ecoretools.design.ui-3.3.4-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.emf.ecoretools.design.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.emf.ecoretools.design.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.design.ui/target/org.eclipse.emf.ecoretools.design.ui-3.3.4-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.ecoretools.design.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.emf.ecoretools.design.ui --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.design.ui/target/org.eclipse.emf.ecoretools.design.ui-3.3.4-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.emf.ecoretools.design.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.design.ui/target/org.eclipse.emf.ecoretools.design.ui-3.3.4-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.design.ui/target/org.eclipse.emf.ecoretools.design.ui-3.3.4-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.emf.ecoretools.design.ui --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.design.ui/target/org.eclipse.emf.ecoretools.design.ui-3.3.4-SNAPSHOT.jar [INFO] [INFO] --< org.eclipse.emf.ecoretools:org.eclipse.emf.ecoretools.design.tests >-- [INFO] Building org.eclipse.emf.ecoretools.design.tests 3.3.4-SNAPSHOT [5/18] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.ecoretools.design.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.ecoretools.design.tests --- [INFO] The project's OSGi version is 3.3.4.202111191439 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.emf.ecoretools.design.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.emf.ecoretools.design.tests --- [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.emf.ecoretools.design.tests --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.design.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.emf.ecoretools.design.tests --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.design.tests/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.emf.ecoretools.design.tests --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.design.tests/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.emf.ecoretools.design.tests --- [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.design.tests/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.design.tests/target/org.eclipse.emf.ecoretools.design.tests-3.3.4-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.emf.ecoretools.design.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.emf.ecoretools.design.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.design.tests/target/org.eclipse.emf.ecoretools.design.tests-3.3.4-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.ecoretools.design.tests --- [INFO] [INFO] --- tycho-surefire-plugin:1.4.0:test (default-test) @ org.eclipse.emf.ecoretools.design.tests --- [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.design.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/adoptopenjdk/openj9-jdk-11/11.0.11+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Xmx512m, -XX:MaxPermSize=256m, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/ecoretools-3.3/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.4.0.v20161219-1356/org.eclipse.equinox.launcher-1.4.0.v20161219-1356.jar, -data, /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.design.tests/target/work/data, -install, /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.design.tests/target/work, -configuration, /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.design.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.design.tests/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench] Running org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.eclipse.emf.ecore.xmi.impl.XMLHandler (file:/home/jenkins/agent/workspace/ecoretools-3.3/.repository/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.13.0.v20170609-0707/org.eclipse.emf.ecore.xmi-2.13.0.v20170609-0707.jar) to method com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$LocatorProxy.getEncoding() WARNING: Please consider reporting this to the maintainers of org.eclipse.emf.ecore.xmi.impl.XMLHandler WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release 10 : -1 1 : /org.eclipse.emf.ecoretools.design/doc/user-guide.html#quality.dependencies 1 : /org.eclipse.emf.ecoretools.design/icons/full/ovr16/shortcut.gif 1 : /org.eclipse.emf.ecoretools.doc/doc/EcoreTools User Manual.html#EntitiesDiagramEditor 9 : 0 28 : 1 4 : 10 4 : 12 1 : 14 1 : 16 1 : 2 1 : 24 2 : 3 1 : 5 1 : Cancel 1 : Category 1 : Description 1 : Disable CDO Native support in .genmodel ? 1 : Domain Documentation 1 : Name 1 : OK 1 : T 1 : The selected generator model will be updated: Set Feature Delegation = Reflective Set Root Extends Class = org.eclipse.emf.internal.cdo.CDOObjectImpl Set Root Extends Interface = org.eclipse.emf.cdo.CDOObject Add Model Plugin Variables = CDO=org.eclipse.emf.cdo Create CDO.MF marker file You need to regenerate the code to make these changes effective. 1 : The selected generator model will be updated: Set Feature Delegation = Reflective Set Root Extends Class = org.eclipse.emf.internal.cdo.CDOObjectImpl Set Root Extends Interface = org.eclipse.emf.cdo.CDOObject Added Model Plugin Variables = CDO=org.eclipse.emf.cdo Created CDO.MF marker file You need to regenerate the code to make these changes effective. 1 : The selected generator model will be updated:... 1 : aql:'Constraint1 Constraint2' 1 : aql:'New documentation note' 1 : aql:'NewAbstractClass' + self.eContainer().eContents(ecore::EClass)->size() 1 : aql:'NewDataType' + self.eContainer().eContents(ecore::EDataType)->size() 2 : aql:'NewEClass' + self.eContainer().eContents(ecore::EClass)->size() 1 : aql:'NewEnum' + self.eContainer().eContents(ecore::EEnum)->size() 1 : aql:'NewInterface' + self.eContainer().eContents(ecore::EClass)->size() 1 : aql:'Properties for ' + input.emfEditServices(self).getText() 1 : aql:'The ' + self.target.oclAsType(ecore::EClass).name +' class has more than 10 super types' 1 : aql:'The ' + self.target.oclAsType(ecore::EClass).name +' class is never used' 1 : aql:'constraints' 2 : aql:'documentation' 1 : aql:'http://www.eclipse.org/emf/2002/Ecore' 2 : aql:'http://www.eclipse.org/emf/2002/GenModel' 1 : aql:'newDataType' + self.eContainer().eContents(ecore::EDataType)->size() 1 : aql:'newDescription' + self.eContainer()->filter(ecore::EPackage).eClassifiers->filter(ecore::EClass)->size() 1 : aql:'newMomentInterval' + self.eContainer()->filter(ecore::EPackage).eClassifiers->filter(ecore::EClass)->size() 1 : aql:'newOperation' + self.eContainer().eContents(ecore::EOperation)->size() 1 : aql:'newPackage' + self.eContainer().eContents(ecore::EPackage)->size() 1 : aql:'newRole' + self.eContainer()->filter(ecore::EPackage).eClassifiers->filter(ecore::EClass)->size() 1 : aql:'newThing' + self.eContainer()->filter(ecore::EPackage).eClassifiers->filter(ecore::EClass)->size() 1 : aql:('literal' +( self.eContainer().eContents(ecore::EEnumLiteral)->size() -1)).toUpper() 1 : aql:(not container.oclIsKindOf(ecore::EClass)) or (container.abstract) or (container.interface) 1 : aql:(not container.oclIsKindOf(ecore::EClass)) or (not container.abstract) 1 : aql:(not container.oclIsKindOf(ecore::EClass)) or (not container.interface) 5 : aql:OrderedSet{views.target}.eInverse().eContainerOrSelf(genmodel::GenModel)->asSet() 1 : aql:OrderedSet{views.target}.eInverse().eContainerOrSelf(genmodel::GenModel)->asSet()->select(m | m.editDirectory.size() > 0)->size() > 0 1 : aql:OrderedSet{views.target}.eInverse().eContainerOrSelf(genmodel::GenModel)->asSet()->select(m | m.editorDirectory.size() > 0)->size() > 0 1 : aql:OrderedSet{views.target}.eInverse().eContainerOrSelf(genmodel::GenModel)->asSet()->select(m | m.modelDirectory.size() > 0)->size() > 0 1 : aql:OrderedSet{views.target}.eInverse().eContainerOrSelf(genmodel::GenModel)->asSet()->select(m | m.testsDirectory.size() > 0)->size() > 0 3 : aql:OrderedSet{views.target}.eInverse().eContainerOrSelf(genmodel::GenModel)->asSet()->size() > 0 1 : aql:container <> self.eContainer() 1 : aql:container.oclIsKindOf(ecore::EPackage) 3 : aql:container.oclIsTypeOf(ecore::EClass) 3 : aql:container.oclIsTypeOf(ecore::EPackage) 1 : aql:containerView.oclAsType(diagram::DDiagram).ownedDiagramElements.target->excluding(containerView.oclAsType(diagram::DSemanticDiagram).target)->size() = 0 and container.eClassifiers->size() > 0 1 : aql:containerView.oclIsKindOf(diagram::DDiagram) 3 : aql:element.eOpposite 1 : aql:element.eOpposite.eType 1 : aql:element.eOpposite.name 1 : aql:element.eType 1 : aql:element.name 1 : aql:false 1 : aql:input.emfEditServices(self).getText() 1 : aql:lineSemantic.eAnnotations->select(a | a.source = 'http://www.eclipse.org/emf/2002/GenModel')->first() 1 : aql:lineSemantic.eAnnotations->select(a | a.source = 'http://www.eclipse.org/emf/2002/GenModel')->size() = 0 1 : aql:lineSemantic.eAnnotations->select(a | a.source = 'http://www.eclipse.org/emf/2002/GenModel').details->select(a | a.key = 'documentation')->first() 1 : aql:newSource 1 : aql:not self.derived 1 : aql:not self.eSuperTypes->includes(view.oclAsType(diagram::DEdge).targetNode.oclAsType(viewpoint::DSemanticDecorator).target) 1 : aql:not self.oclAsType(diagram::DEdge).sourceNode.oclAsType(viewpoint::DSemanticDecorator).target.oclAsType(ecore::EClass).eSuperTypes->includes(self.oclAsType(diagram::DEdge).targetNode.oclAsType(viewpoint::DSemanticDecorator).target) 1 : aql:not self.target.oclAsType(ecore::EClass).eAllSuperTypes->including(self.target)->asSet().eInverse('eType')->isEmpty() 1 : aql:self->filter(genmodel::GenFeature).propertyCategory->first() 1 : aql:self->filter(genmodel::GenFeature).propertyDescription->first() 2 : aql:self.addArchetypeAnnotation('Description') 2 : aql:self.addArchetypeAnnotation('MomentInterval') 2 : aql:self.addArchetypeAnnotation('Role') 2 : aql:self.addArchetypeAnnotation('Thing') 1 : aql:self.details->select(a | a.key = 'constraints')->asSequence()->first() 1 : aql:self.details->select(a | a.key = 'constraints')->size() = 0 1 : aql:self.details->select(a | a.key = 'documentation')->asSequence()->first() 1 : aql:self.details->select(a | a.key = 'documentation')->size() = 0 1 : aql:self.details->select(a| a.key = 'documentation')->size() = 0 1 : aql:self.disableCDOGen(OrderedSet{views->filter(viewpoint::DSemanticDecorator).target}.eInverse().eContainerOrSelf(genmodel::GenModel)->asSet()) 2 : aql:self.eAllContents() 1 : aql:self.eAllContents(ecore::EAnnotation)->select(a | a.source = 'http://www.eclipse.org/emf/2002/GenModel').details->select(a | a.key = 'documentation') 1 : aql:self.eAllContents(genmodel::GenFeature)->select(a | a.ecoreFeature.oclIsTypeOf(ecore::EAttribute) or a.ecoreFeature.oclIsTypeOf(ecore::EReference) and not(a.ecoreFeature.oclAsType(ecore::EReference).containment) and not(a.ecoreFeature.oclAsType(ecore::EReference).derived)) 1 : aql:self.eAnnotations->select(a | a.source = 'http://www.eclipse.org/emf/2002/Ecore')->asSequence()->first() 1 : aql:self.eAnnotations->select(a | a.source = 'http://www.eclipse.org/emf/2002/Ecore')->size() = 0 1 : aql:self.eAnnotations->select(a | a.source = 'http://www.eclipse.org/emf/2002/GenModel')->asSequence()->first() 1 : aql:self.eAnnotations->select(a | a.source = 'http://www.eclipse.org/emf/2002/GenModel')->size() = 0 2 : aql:self.eClass().name + ' : ' + self.name 1 : aql:self.eContainer().eContents(ecore::EEnumLiteral)->size()-1 1 : aql:self.eContainer().oclAsType(viewpoint::DSemanticDecorator).target = self.oclAsType(viewpoint::DSemanticDecorator).target.eContainer() 1 : aql:self.eContainer(ecore::EAnnotation).eContainer() 1 : aql:self.eInverse(genmodel::GenClass).getEClassItemIconPath()->first() 1 : aql:self.ecoreClass.name 1 : aql:self.ecoreFeature.name 1 : aql:self.enableCDOGen(OrderedSet{views->filter(viewpoint::DSemanticDecorator).target}.eInverse().eContainerOrSelf(genmodel::GenModel)->asSet()) 1 : aql:self.getValidsForDiagram(containerView)->asSet() - diagram.getDisplayedEClassifiers() 1 : aql:self.hasCDOBundle() 1 : aql:self.name 1 : aql:self.name + ' class diagram' 1 : aql:self.name + ' class table' 1 : aql:self.name + ' documentation table' 1 : aql:self.name + ' package dependencies' 1 : aql:self.name + ' package entities' 1 : aql:self.oclIsKindOf(ecore::EClass) and self.eInverse(genmodel::GenClass) <> null 2 : aql:self.oclIsTypeOf(genmodel::GenFeature) 1 : aql:self.prefix + ' generation table' 1 : aql:self.propertyCategory = '' 1 : aql:self.reconnectESuperTypeSource(target,source,otherEnd,edgeView,sourceView) 1 : aql:self.reconnectESuperTypeTarget(target,source,otherEnd,edgeView,sourceView) 1 : aql:self.target.oclAsType(ecore::EClass).eAllSuperTypes->size() < 10 1 : aql:self.value 1 : aql:source 1 : aql:source = target 2 : aql:source.eContainer(ecore::EAnnotation) 1 : aql:source.name.toLower() 3 : aql:target.name.toLower() 1 : aql:target.name.toLower() + 'eOpposite' 1 : edit 1 : editor 3 : false 3 : feature:abstract 1 : feature:container 1 : feature:containment 1 : feature:derived 1 : feature:eAttributes 1 : feature:eClassifiers 3 : feature:eContainer 4 : feature:eContents 1 : feature:eLiterals 1 : feature:eOperations 1 : feature:eType 1 : feature:eTypeParameters 1 : feature:instanceClassName 2 : feature:interface 11 : feature:name 1 : feature:nsURI 1 : feature:required 1 : feature:target 2 : feature:value 1 : model 1 : model, edit, editor, tests 1 : newAttribute 2 : service:arrowsFillDiamond 1 : service:container.paste(copiedElement, copiedView, containerView) 1 : service:createTypeArgumentsIfNeeded(target) 2 : service:eContainerEContainer 1 : service:eKeysLabel 1 : service:eOperationSemanticElements 1 : service:fontFormatBold 1 : service:getClassesTableName 1 : service:getDependenciesAmount() 1 : service:getDependenciesLabel 1 : service:getDependenciesTooltip(view) 1 : service:getDirectSuperTypesOrMostSpecificVisibleOnes(diagram) 1 : service:getEOppositeEReferences(diagram) 1 : service:getEOppositeSemanticElements 1 : service:getEReferenceTarget 1 : service:getEReferencesToDisplay(diagram) 1 : service:getEdgeSourceSemantic(elementView) 1 : service:getEdgeTargetSemantic(elementView) 1 : service:getElementsIntroducingDependencies(diagram) 1 : service:getExternalEClasses(diagram) 1 : service:getInverseEReferences 1 : service:getNonDisplayedEReferences(diagram) 2 : service:getPackageDependencies 1 : service:getRelated(elementView,diagram) 2 : service:getRelated(views,diagram) 2 : service:getRootContainer 1 : service:getValidsForDiagram(containerView) 1 : service:getVisibleConstraintsAnnotations(diagram) 1 : service:getVisibleDocAnnotations(diagram) 1 : service:hasError 1 : service:hasNoDocAnnotation 1 : service:isDescription 9 : service:isEClass 5 : service:isEDataType 4 : service:isEEnum 1 : service:isEOperation 9 : service:isEPackage 1 : service:isEStructuralFeature 1 : service:isMomentInterval 1 : service:isRole 1 : service:isThing 4 : service:markForAutosize 1 : service:noEOpposite 1 : service:openClassDiagramContextHelp 2 : service:performEdit(arg0) 1 : service:performEditAsAttribute(arg0) 1 : service:reconnectEReferenceSource(target) 1 : service:reconnectEReferenceTarget(target) 4 : service:render 2 : service:renderAsNode 1 : service:renderEOperationTooltip 1 : service:renderEOpposite 13 : service:renderTooltip 2 : service:rootEPackages 2 : service:setEType(target) 1 : service:stdEmptyCollection 3 : service:superTypesLabel 1 : service:targetIsInterface(view) 1 : service:toCamelCase(arg0) 1 : service:viewContainerNotSemanticContainer(diagram,containerView) 1 : tests 7 : true 6 : var:arg0 11 : var:container 4 : var:containerView 7 : var:diagram 20 : var:element 2 : var:elementView 1 : var:instanceSource 2 : var:instanceTarget 1 : var:lineSemantic 6 : var:newContainerView 1 : var:newPackage 5 : var:newSemanticContainer 1 : var:newTarget 2 : var:selected 13 : var:self 4 : var:source 9 : var:target Tests run: 463, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.087 s - in org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests isNotAcceleo[0](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0.001 s isNotAcceleo[1](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[2](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[3](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[4](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[5](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[6](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[7](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[8](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[9](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[10](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0.001 s isNotAcceleo[11](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[12](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[13](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[14](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[15](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[16](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[17](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[18](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[19](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[20](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[21](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[22](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[23](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[24](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[25](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[26](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[27](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[28](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[29](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[30](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[31](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[32](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[33](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[34](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[35](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[36](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[37](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[38](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[39](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[40](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[41](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[42](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0.001 s isNotAcceleo[43](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[44](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[45](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[46](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[47](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[48](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[49](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0.001 s isNotAcceleo[50](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[51](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[52](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[53](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[54](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[55](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[56](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0.001 s isNotAcceleo[57](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[58](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[59](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[60](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[61](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[62](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[63](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[64](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[65](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[66](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[67](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[68](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[69](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[70](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[71](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[72](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[73](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[74](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[75](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[76](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0.001 s isNotAcceleo[77](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[78](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0.002 s isNotAcceleo[79](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[80](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[81](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[82](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[83](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[84](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[85](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[86](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[87](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[88](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[89](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[90](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[91](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[92](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[93](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[94](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[95](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[96](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[97](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[98](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[99](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[100](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[101](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[102](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[103](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[104](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[105](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[106](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[107](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[108](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[109](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[110](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[111](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[112](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[113](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[114](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[115](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[116](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[117](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0.001 s isNotAcceleo[118](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[119](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[120](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[121](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[122](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[123](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[124](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[125](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[126](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[127](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0.001 s isNotAcceleo[128](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[129](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[130](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[131](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[132](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[133](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[134](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[135](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[136](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[137](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[138](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0.001 s isNotAcceleo[139](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[140](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[141](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[142](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[143](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[144](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[145](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[146](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[147](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[148](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[149](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[150](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[151](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[152](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[153](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[154](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[155](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[156](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[157](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[158](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[159](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[160](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[161](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[162](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[163](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[164](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[165](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[166](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[167](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[168](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[169](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[170](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[171](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[172](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[173](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[174](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[175](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[176](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[177](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[178](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[179](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0.001 s isNotAcceleo[180](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[181](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[182](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[183](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[184](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[185](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[186](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[187](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[188](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[189](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[190](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[191](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[192](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[193](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[194](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[195](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[196](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[197](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[198](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[199](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[200](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[201](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[202](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0.001 s isNotAcceleo[203](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[204](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[205](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[206](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[207](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[208](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[209](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[210](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[211](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[212](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[213](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[214](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[215](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[216](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[217](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[218](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[219](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[220](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[221](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[222](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0.001 s isNotAcceleo[223](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[224](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[225](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[226](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[227](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[228](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[229](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[230](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[231](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[232](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[233](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[234](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[235](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[236](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0.001 s isNotAcceleo[237](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[238](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[239](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[240](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[241](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[242](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[243](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[244](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[245](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[246](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[247](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[248](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[249](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[250](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[251](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[252](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[253](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[254](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[255](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[256](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[257](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0.001 s isNotAcceleo[258](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[259](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[260](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[261](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[262](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[263](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[264](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[265](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[266](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[267](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[268](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[269](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[270](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[271](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[272](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[273](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[274](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[275](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[276](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[277](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[278](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[279](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[280](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[281](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0.001 s isNotAcceleo[282](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[283](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[284](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[285](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[286](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[287](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[288](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[289](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[290](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[291](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[292](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[293](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[294](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[295](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[296](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[297](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[298](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[299](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[300](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[301](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[302](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[303](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[304](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[305](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[306](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[307](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[308](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[309](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[310](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[311](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[312](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[313](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[314](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[315](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[316](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[317](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[318](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[319](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[320](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[321](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[322](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[323](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[324](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[325](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[326](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[327](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[328](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[329](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[330](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[331](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[332](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[333](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[334](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[335](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[336](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[337](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[338](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[339](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[340](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[341](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[342](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[343](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[344](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[345](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[346](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[347](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[348](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[349](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[350](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[351](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[352](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[353](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[354](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[355](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[356](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[357](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[358](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[359](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[360](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[361](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[362](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[363](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[364](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[365](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[366](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[367](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[368](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[369](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[370](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[371](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[372](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[373](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[374](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[375](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[376](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[377](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0.001 s isNotAcceleo[378](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[379](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[380](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[381](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[382](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[383](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[384](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[385](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[386](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[387](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[388](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[389](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[390](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[391](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[392](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[393](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[394](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[395](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[396](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[397](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[398](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[399](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[400](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[401](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[402](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[403](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[404](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[405](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[406](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[407](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[408](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[409](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[410](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[411](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[412](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[413](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[414](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[415](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[416](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[417](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[418](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[419](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[420](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[421](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[422](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[423](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[424](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[425](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[426](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[427](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[428](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[429](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[430](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[431](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[432](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[433](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[434](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[435](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[436](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[437](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0.001 s isNotAcceleo[438](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[439](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[440](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[441](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[442](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[443](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[444](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[445](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[446](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[447](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[448](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[449](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[450](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[451](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[452](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[453](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[454](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[455](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[456](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[457](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0.001 s isNotAcceleo[458](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[459](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[460](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[461](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s isNotAcceleo[462](org.eclipse.emf.ecoretools.design.tests.InterpretedExpressionTests) Time elapsed: 0 s Running org.eclipse.emf.ecoretools.design.tests.VsmValidationTests Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 1.247 s <<< FAILURE! - in org.eclipse.emf.ecoretools.design.tests.VsmValidationTests isValid(org.eclipse.emf.ecoretools.design.tests.VsmValidationTests) Time elapsed: 1.246 s <<< FAILURE! java.lang.AssertionError: The VSM is not valid it has errors : Diagnostic ERROR source=org.eclipse.emf.ecore code=0 Diagnosis of org.eclipse.sirius.viewpoint.description.impl.GroupImpl@5609b5eb{platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#/} data=[org.eclipse.sirius.viewpoint.description.impl.GroupImpl@5609b5eb (documentation: , name: EcoreTools, version: 12.0.0.2017041100)] [Diagnostic WARNING source=org.eclipse.sirius.diagram code=1 The Drop tool External EClass from treeview accepts arbitrary elements from the Model Content view as drag source. You should specify a precondition to validate the nature of the dragged element. data=[org.eclipse.sirius.diagram.business.internal.metamodel.description.tool.spec.ContainerDropDescriptionSpec@94faa8d3 (documentation: ) (name: External EClass from treeview, label: null, precondition: , forceRefresh: true, elementsToSelect: , inverseSelectionOrder: false) (dragSource: PROJECT_EXPLORER, moveEdges: false)], Diagnostic INFO source=org.eclipse.sirius code=80 The constraint "Invalid Feature Name" is disabled. It will not be evaluated. data=[], Diagnostic INFO source=org.eclipse.sirius.diagram code=80 The constraint "No reconnect on regions" is disabled. It will not be evaluated. data=[], Diagnostic INFO source=org.eclipse.sirius.diagram code=80 The constraint "Resolvable Domain Class" is disabled. It will not be evaluated. data=[], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the input' variable data=[org.eclipse.sirius.properties.impl.DialogModelOperationImpl@cd651bbe (titleExpression: aql:'Properties for ' + input.emfEditServices(self).getText())], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the input' variable data=[org.eclipse.sirius.properties.impl.PageDescriptionImpl@f9394e45 (name: Default Page, label: null) (documentation: , labelExpression: aql:input.emfEditServices(self).getText(), domainClass: null, semanticCandidateExpression: var:self, preconditionExpression: null, filterGroupsFromExtendedPageExpression: null, filterValidationRulesFromExtendedPageExpression: null, indented: false)], Diagnostic WARNING source=org.eclipse.sirius.diagram code=1 The Drop tool Drop EPackage into EPackage accepts arbitrary elements from the Model Content view as drag source. You should specify a precondition to validate the nature of the dragged element. data=[org.eclipse.sirius.diagram.business.internal.metamodel.description.tool.spec.ContainerDropDescriptionSpec@abaef50a (documentation: ) (name: Drop EPackage into EPackage, label: null, precondition: , forceRefresh: false, elementsToSelect: , inverseSelectionOrder: false) (dragSource: BOTH, moveEdges: false)], Diagnostic WARNING source=org.eclipse.sirius.diagram code=1 The Drop tool External EPackageTo Analyze from treeview accepts arbitrary elements from the Model Content view as drag source. You should specify a precondition to validate the nature of the dragged element. data=[org.eclipse.sirius.diagram.business.internal.metamodel.description.tool.spec.ContainerDropDescriptionSpec@39e9984d (documentation: ) (name: External EPackageTo Analyze from treeview, label: null, precondition: , forceRefresh: true, elementsToSelect: , inverseSelectionOrder: false) (dragSource: PROJECT_EXPLORER, moveEdges: false)], Diagnostic INFO source=org.eclipse.sirius code=1 Always false: Nothing inferred when self (EClassifier=GenPackage) is type of EClassifierLiteral=GenFeature data=[org.eclipse.sirius.table.business.internal.metamodel.description.spec.FeatureColumnMappingSpec@536b976c (name: Category, label: null) (semanticElements: null) (headerLabelExpression: Category, initialWidth: 0) (canEdit: aql:self.oclIsTypeOf(genmodel::GenFeature), featureName: propertyCategory, labelExpression: aql:self->filter(genmodel::GenFeature).propertyCategory->first(), featureParentExpression: null)], Diagnostic INFO source=org.eclipse.sirius code=1 Always false: Nothing inferred when self (EClassifier=GenPackage) is type of EClassifierLiteral=GenFeature data=[org.eclipse.sirius.table.business.internal.metamodel.description.spec.FeatureColumnMappingSpec@af61485c (name: Decription, label: null) (semanticElements: null) (headerLabelExpression: Description, initialWidth: 0) (canEdit: aql:self.oclIsTypeOf(genmodel::GenFeature), featureName: propertyDescription, labelExpression: aql:self->filter(genmodel::GenFeature).propertyDescription->first(), featureParentExpression: null)], Diagnostic INFO source=org.eclipse.sirius code=1 Always true: Nothing inferred when self (EClassifier=ENamedElement) is not kind of EClassifierLiteral=ENamedElement data=[org.eclipse.sirius.viewpoint.description.validation.impl.RuleAuditImpl@b8cbd50e (auditExpression: aql: (not self.oclIsKindOf(ecore::ENamedElement) ) or (self.name <> null and self.name.size() > 0))], Diagnostic INFO source=org.eclipse.sirius code=1 Always true: Nothing inferred when self (EClassifier=ENamedElement) is not kind of EClassifierLiteral=ENamedElement data=[org.eclipse.sirius.viewpoint.description.validation.impl.RuleAuditImpl@da05dd19 (auditExpression: aql:(not self.oclIsKindOf(ecore::ENamedElement) ) or self.name <> null and self.name.size() > 0)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the isConfiguredForALE(EClassifier=EPackage)' service data=[org.eclipse.sirius.properties.impl.PageDescriptionImpl@7d7c0b1f (name: execution_page, label: null) (documentation: , labelExpression: Execution, domainClass: null, semanticCandidateExpression: var:self, preconditionExpression: aql:self.eContainerOrSelf(ecore::EPackage).isConfiguredForALE(), filterGroupsFromExtendedPageExpression: null, filterValidationRulesFromExtendedPageExpression: null, indented: false)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the input' variable data=[org.eclipse.sirius.properties.impl.GroupDescriptionImpl@2344bb3 (name: default rules, label: null) (documentation: , labelExpression: aql:input.emfEditServices(self).getText(), domainClass: null, semanticCandidateExpression: aql:self.removeSemanticElementsToHide(input.getAllSemanticElements(),input.context().semanticDecorator()), preconditionExpression: , filterControlsFromExtendedGroupExpression: null, filterValidationRulesFromExtendedGroupExpression: null, filterConditionalStylesFromExtendedGroupExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the input' variable data=[org.eclipse.sirius.properties.impl.GroupDescriptionImpl@2344bb3 (name: default rules, label: null) (documentation: , labelExpression: aql:input.emfEditServices(self).getText(), domainClass: null, semanticCandidateExpression: aql:self.removeSemanticElementsToHide(input.getAllSemanticElements(),input.context().semanticDecorator()), preconditionExpression: , filterControlsFromExtendedGroupExpression: null, filterValidationRulesFromExtendedGroupExpression: null, filterConditionalStylesFromExtendedGroupExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the input' variable data=[org.eclipse.sirius.properties.impl.GroupDescriptionImpl@2344bb3 (name: default rules, label: null) (documentation: , labelExpression: aql:input.emfEditServices(self).getText(), domainClass: null, semanticCandidateExpression: aql:self.removeSemanticElementsToHide(input.getAllSemanticElements(),input.context().semanticDecorator()), preconditionExpression: , filterControlsFromExtendedGroupExpression: null, filterValidationRulesFromExtendedGroupExpression: null, filterConditionalStylesFromExtendedGroupExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the input' variable data=[org.eclipse.sirius.properties.impl.DynamicMappingForDescriptionImpl@7087a6b (name: sirius_default_rules_structural_features_for, label: null) (documentation: ) (iterator: eStructuralFeature, iterableExpression: aql:self.removeFeaturesToHide(input.emfEditServices(self).getEStructuralFeatures()), forceRefresh: false, filterIfsFromExtendedDynamicMappingForExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the input' variable data=[org.eclipse.sirius.properties.impl.DynamicMappingIfDescriptionImpl@74f03831 (name: sirius_default_rules_mono_string_if, label: null) (predicateExpression: aql:input.emfEditServices(self).needsTextWidget(eStructuralFeature) and not input.emfEditServices(self).isMultiline(eStructuralFeature))], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.properties.impl.DynamicMappingIfDescriptionImpl@74f03831 (name: sirius_default_rules_mono_string_if, label: null) (predicateExpression: aql:input.emfEditServices(self).needsTextWidget(eStructuralFeature) and not input.emfEditServices(self).isMultiline(eStructuralFeature))], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the input' variable data=[org.eclipse.sirius.properties.impl.DynamicMappingIfDescriptionImpl@74f03831 (name: sirius_default_rules_mono_string_if, label: null) (predicateExpression: aql:input.emfEditServices(self).needsTextWidget(eStructuralFeature) and not input.emfEditServices(self).isMultiline(eStructuralFeature))], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.properties.impl.DynamicMappingIfDescriptionImpl@74f03831 (name: sirius_default_rules_mono_string_if, label: null) (predicateExpression: aql:input.emfEditServices(self).needsTextWidget(eStructuralFeature) and not input.emfEditServices(self).isMultiline(eStructuralFeature))], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the input' variable data=[org.eclipse.sirius.properties.impl.TextDescriptionImpl@d2b84dd (name: sirius_default_rules_mono_string, label: null) (documentation: ) (labelExpression: aql:input.emfEditServices(self).getText(eStructuralFeature)+':', helpExpression: aql:input.emfEditServices(self).getDescription(eStructuralFeature), isEnabledExpression: aql:eStructuralFeature.changeable) (valueExpression: aql:if eStructuralFeature.name = 'upperBound' and self.oclIsKindOf(ecore::ETypedElement) then self.upperBoundDisplay() else self.eGet(eStructuralFeature.name) endif, filterConditionalStylesFromExtendedTextExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.properties.impl.TextDescriptionImpl@d2b84dd (name: sirius_default_rules_mono_string, label: null) (documentation: ) (labelExpression: aql:input.emfEditServices(self).getText(eStructuralFeature)+':', helpExpression: aql:input.emfEditServices(self).getDescription(eStructuralFeature), isEnabledExpression: aql:eStructuralFeature.changeable) (valueExpression: aql:if eStructuralFeature.name = 'upperBound' and self.oclIsKindOf(ecore::ETypedElement) then self.upperBoundDisplay() else self.eGet(eStructuralFeature.name) endif, filterConditionalStylesFromExtendedTextExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the input' variable data=[org.eclipse.sirius.properties.impl.TextDescriptionImpl@d2b84dd (name: sirius_default_rules_mono_string, label: null) (documentation: ) (labelExpression: aql:input.emfEditServices(self).getText(eStructuralFeature)+':', helpExpression: aql:input.emfEditServices(self).getDescription(eStructuralFeature), isEnabledExpression: aql:eStructuralFeature.changeable) (valueExpression: aql:if eStructuralFeature.name = 'upperBound' and self.oclIsKindOf(ecore::ETypedElement) then self.upperBoundDisplay() else self.eGet(eStructuralFeature.name) endif, filterConditionalStylesFromExtendedTextExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.properties.impl.TextDescriptionImpl@d2b84dd (name: sirius_default_rules_mono_string, label: null) (documentation: ) (labelExpression: aql:input.emfEditServices(self).getText(eStructuralFeature)+':', helpExpression: aql:input.emfEditServices(self).getDescription(eStructuralFeature), isEnabledExpression: aql:eStructuralFeature.changeable) (valueExpression: aql:if eStructuralFeature.name = 'upperBound' and self.oclIsKindOf(ecore::ETypedElement) then self.upperBoundDisplay() else self.eGet(eStructuralFeature.name) endif, filterConditionalStylesFromExtendedTextExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.properties.impl.TextDescriptionImpl@d2b84dd (name: sirius_default_rules_mono_string, label: null) (documentation: ) (labelExpression: aql:input.emfEditServices(self).getText(eStructuralFeature)+':', helpExpression: aql:input.emfEditServices(self).getDescription(eStructuralFeature), isEnabledExpression: aql:eStructuralFeature.changeable) (valueExpression: aql:if eStructuralFeature.name = 'upperBound' and self.oclIsKindOf(ecore::ETypedElement) then self.upperBoundDisplay() else self.eGet(eStructuralFeature.name) endif, filterConditionalStylesFromExtendedTextExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.properties.impl.TextDescriptionImpl@d2b84dd (name: sirius_default_rules_mono_string, label: null) (documentation: ) (labelExpression: aql:input.emfEditServices(self).getText(eStructuralFeature)+':', helpExpression: aql:input.emfEditServices(self).getDescription(eStructuralFeature), isEnabledExpression: aql:eStructuralFeature.changeable) (valueExpression: aql:if eStructuralFeature.name = 'upperBound' and self.oclIsKindOf(ecore::ETypedElement) then self.upperBoundDisplay() else self.eGet(eStructuralFeature.name) endif, filterConditionalStylesFromExtendedTextExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the upperBoundDisplay(EClassifier=ETypedElement)' service data=[org.eclipse.sirius.properties.impl.TextDescriptionImpl@d2b84dd (name: sirius_default_rules_mono_string, label: null) (documentation: ) (labelExpression: aql:input.emfEditServices(self).getText(eStructuralFeature)+':', helpExpression: aql:input.emfEditServices(self).getDescription(eStructuralFeature), isEnabledExpression: aql:eStructuralFeature.changeable) (valueExpression: aql:if eStructuralFeature.name = 'upperBound' and self.oclIsKindOf(ecore::ETypedElement) then self.upperBoundDisplay() else self.eGet(eStructuralFeature.name) endif, filterConditionalStylesFromExtendedTextExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.properties.impl.TextDescriptionImpl@d2b84dd (name: sirius_default_rules_mono_string, label: null) (documentation: ) (labelExpression: aql:input.emfEditServices(self).getText(eStructuralFeature)+':', helpExpression: aql:input.emfEditServices(self).getDescription(eStructuralFeature), isEnabledExpression: aql:eStructuralFeature.changeable) (valueExpression: aql:if eStructuralFeature.name = 'upperBound' and self.oclIsKindOf(ecore::ETypedElement) then self.upperBoundDisplay() else self.eGet(eStructuralFeature.name) endif, filterConditionalStylesFromExtendedTextExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 The predicate never evaluates to a boolean type ([]). data=[org.eclipse.sirius.properties.impl.TextDescriptionImpl@d2b84dd (name: sirius_default_rules_mono_string, label: null) (documentation: ) (labelExpression: aql:input.emfEditServices(self).getText(eStructuralFeature)+':', helpExpression: aql:input.emfEditServices(self).getDescription(eStructuralFeature), isEnabledExpression: aql:eStructuralFeature.changeable) (valueExpression: aql:if eStructuralFeature.name = 'upperBound' and self.oclIsKindOf(ecore::ETypedElement) then self.upperBoundDisplay() else self.eGet(eStructuralFeature.name) endif, filterConditionalStylesFromExtendedTextExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.viewpoint.description.tool.impl.CaseImpl@e2c203 (conditionExpression: aql:eStructuralFeature.name = 'upperBound' and self.oclIsKindOf(ecore::ETypedElement))], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the newValue' variable data=[org.eclipse.sirius.viewpoint.description.tool.impl.ChangeContextImpl@383b5b9d (browseExpression: aql:self.setUpperBound(newValue))], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the input' variable data=[org.eclipse.sirius.viewpoint.description.tool.impl.ChangeContextImpl@8e248749 (browseExpression: aql:input.emfEditServices(self).setValue(eStructuralFeature, newValue))], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.viewpoint.description.tool.impl.ChangeContextImpl@8e248749 (browseExpression: aql:input.emfEditServices(self).setValue(eStructuralFeature, newValue))], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the newValue' variable data=[org.eclipse.sirius.viewpoint.description.tool.impl.ChangeContextImpl@8e248749 (browseExpression: aql:input.emfEditServices(self).setValue(eStructuralFeature, newValue))], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.properties.impl.TextWidgetConditionalStyleImpl@fbcf0f58 (preconditionExpression: aql:eStructuralFeature.lowerBound==1)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the input' variable data=[org.eclipse.sirius.properties.impl.DynamicMappingIfDescriptionImpl@9f7bcaaf (name: sirius_default_rules_multi_string_if, label: null) (predicateExpression: aql:input.emfEditServices(self).needsTextWidget(eStructuralFeature) and input.emfEditServices(self).isMultiline(eStructuralFeature))], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.properties.impl.DynamicMappingIfDescriptionImpl@9f7bcaaf (name: sirius_default_rules_multi_string_if, label: null) (predicateExpression: aql:input.emfEditServices(self).needsTextWidget(eStructuralFeature) and input.emfEditServices(self).isMultiline(eStructuralFeature))], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the input' variable data=[org.eclipse.sirius.properties.impl.DynamicMappingIfDescriptionImpl@9f7bcaaf (name: sirius_default_rules_multi_string_if, label: null) (predicateExpression: aql:input.emfEditServices(self).needsTextWidget(eStructuralFeature) and input.emfEditServices(self).isMultiline(eStructuralFeature))], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.properties.impl.DynamicMappingIfDescriptionImpl@9f7bcaaf (name: sirius_default_rules_multi_string_if, label: null) (predicateExpression: aql:input.emfEditServices(self).needsTextWidget(eStructuralFeature) and input.emfEditServices(self).isMultiline(eStructuralFeature))], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the input' variable data=[org.eclipse.sirius.properties.impl.TextAreaDescriptionImpl@766b0961 (name: sirius_default_rules_multi_string, label: null) (documentation: ) (labelExpression: aql:input.emfEditServices(self).getText(eStructuralFeature)+':', helpExpression: aql:input.emfEditServices(self).getDescription(eStructuralFeature), isEnabledExpression: aql:eStructuralFeature.changeable) (lineCount: 5, valueExpression: aql:self.eGet(eStructuralFeature.name), filterConditionalStylesFromExtendedTextAreaExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.properties.impl.TextAreaDescriptionImpl@766b0961 (name: sirius_default_rules_multi_string, label: null) (documentation: ) (labelExpression: aql:input.emfEditServices(self).getText(eStructuralFeature)+':', helpExpression: aql:input.emfEditServices(self).getDescription(eStructuralFeature), isEnabledExpression: aql:eStructuralFeature.changeable) (lineCount: 5, valueExpression: aql:self.eGet(eStructuralFeature.name), filterConditionalStylesFromExtendedTextAreaExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the input' variable data=[org.eclipse.sirius.properties.impl.TextAreaDescriptionImpl@766b0961 (name: sirius_default_rules_multi_string, label: null) (documentation: ) (labelExpression: aql:input.emfEditServices(self).getText(eStructuralFeature)+':', helpExpression: aql:input.emfEditServices(self).getDescription(eStructuralFeature), isEnabledExpression: aql:eStructuralFeature.changeable) (lineCount: 5, valueExpression: aql:self.eGet(eStructuralFeature.name), filterConditionalStylesFromExtendedTextAreaExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.properties.impl.TextAreaDescriptionImpl@766b0961 (name: sirius_default_rules_multi_string, label: null) (documentation: ) (labelExpression: aql:input.emfEditServices(self).getText(eStructuralFeature)+':', helpExpression: aql:input.emfEditServices(self).getDescription(eStructuralFeature), isEnabledExpression: aql:eStructuralFeature.changeable) (lineCount: 5, valueExpression: aql:self.eGet(eStructuralFeature.name), filterConditionalStylesFromExtendedTextAreaExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.properties.impl.TextAreaDescriptionImpl@766b0961 (name: sirius_default_rules_multi_string, label: null) (documentation: ) (labelExpression: aql:input.emfEditServices(self).getText(eStructuralFeature)+':', helpExpression: aql:input.emfEditServices(self).getDescription(eStructuralFeature), isEnabledExpression: aql:eStructuralFeature.changeable) (lineCount: 5, valueExpression: aql:self.eGet(eStructuralFeature.name), filterConditionalStylesFromExtendedTextAreaExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.properties.impl.TextAreaDescriptionImpl@766b0961 (name: sirius_default_rules_multi_string, label: null) (documentation: ) (labelExpression: aql:input.emfEditServices(self).getText(eStructuralFeature)+':', helpExpression: aql:input.emfEditServices(self).getDescription(eStructuralFeature), isEnabledExpression: aql:eStructuralFeature.changeable) (lineCount: 5, valueExpression: aql:self.eGet(eStructuralFeature.name), filterConditionalStylesFromExtendedTextAreaExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the input' variable data=[org.eclipse.sirius.viewpoint.description.tool.impl.ChangeContextImpl@615897fe (browseExpression: aql:input.emfEditServices(self).setValue(eStructuralFeature, newValue))], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.viewpoint.description.tool.impl.ChangeContextImpl@615897fe (browseExpression: aql:input.emfEditServices(self).setValue(eStructuralFeature, newValue))], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the newValue' variable data=[org.eclipse.sirius.viewpoint.description.tool.impl.ChangeContextImpl@615897fe (browseExpression: aql:input.emfEditServices(self).setValue(eStructuralFeature, newValue))], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.properties.impl.TextWidgetConditionalStyleImpl@b6b79f4e (preconditionExpression: aql:eStructuralFeature.lowerBound==1)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the input' variable data=[org.eclipse.sirius.properties.impl.DynamicMappingIfDescriptionImpl@ec53e8bf (name: sirius_default_rules_mono_boolean, label: null) (predicateExpression: aql:input.emfEditServices(self).needsCheckboxWidget(eStructuralFeature))], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.properties.impl.DynamicMappingIfDescriptionImpl@ec53e8bf (name: sirius_default_rules_mono_boolean, label: null) (predicateExpression: aql:input.emfEditServices(self).needsCheckboxWidget(eStructuralFeature))], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the input' variable data=[org.eclipse.sirius.properties.impl.CheckboxDescriptionImpl@9dc03a80 (name: sirius_default_rules_mono_boolean, label: null) (documentation: ) (labelExpression: aql:input.emfEditServices(self).getText(eStructuralFeature), helpExpression: aql:input.emfEditServices(self).getDescription(eStructuralFeature), isEnabledExpression: aql:eStructuralFeature.changeable, valueExpression: aql:self.eGet(eStructuralFeature.name), filterConditionalStylesFromExtendedCheckboxExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.properties.impl.CheckboxDescriptionImpl@9dc03a80 (name: sirius_default_rules_mono_boolean, label: null) (documentation: ) (labelExpression: aql:input.emfEditServices(self).getText(eStructuralFeature), helpExpression: aql:input.emfEditServices(self).getDescription(eStructuralFeature), isEnabledExpression: aql:eStructuralFeature.changeable, valueExpression: aql:self.eGet(eStructuralFeature.name), filterConditionalStylesFromExtendedCheckboxExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the input' variable data=[org.eclipse.sirius.properties.impl.CheckboxDescriptionImpl@9dc03a80 (name: sirius_default_rules_mono_boolean, label: null) (documentation: ) (labelExpression: aql:input.emfEditServices(self).getText(eStructuralFeature), helpExpression: aql:input.emfEditServices(self).getDescription(eStructuralFeature), isEnabledExpression: aql:eStructuralFeature.changeable, valueExpression: aql:self.eGet(eStructuralFeature.name), filterConditionalStylesFromExtendedCheckboxExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.properties.impl.CheckboxDescriptionImpl@9dc03a80 (name: sirius_default_rules_mono_boolean, label: null) (documentation: ) (labelExpression: aql:input.emfEditServices(self).getText(eStructuralFeature), helpExpression: aql:input.emfEditServices(self).getDescription(eStructuralFeature), isEnabledExpression: aql:eStructuralFeature.changeable, valueExpression: aql:self.eGet(eStructuralFeature.name), filterConditionalStylesFromExtendedCheckboxExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.properties.impl.CheckboxDescriptionImpl@9dc03a80 (name: sirius_default_rules_mono_boolean, label: null) (documentation: ) (labelExpression: aql:input.emfEditServices(self).getText(eStructuralFeature), helpExpression: aql:input.emfEditServices(self).getDescription(eStructuralFeature), isEnabledExpression: aql:eStructuralFeature.changeable, valueExpression: aql:self.eGet(eStructuralFeature.name), filterConditionalStylesFromExtendedCheckboxExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.properties.impl.CheckboxDescriptionImpl@9dc03a80 (name: sirius_default_rules_mono_boolean, label: null) (documentation: ) (labelExpression: aql:input.emfEditServices(self).getText(eStructuralFeature), helpExpression: aql:input.emfEditServices(self).getDescription(eStructuralFeature), isEnabledExpression: aql:eStructuralFeature.changeable, valueExpression: aql:self.eGet(eStructuralFeature.name), filterConditionalStylesFromExtendedCheckboxExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the input' variable data=[org.eclipse.sirius.viewpoint.description.tool.impl.ChangeContextImpl@bfe366ab (browseExpression: aql:input.emfEditServices(self).setValue(eStructuralFeature, newValue))], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.viewpoint.description.tool.impl.ChangeContextImpl@bfe366ab (browseExpression: aql:input.emfEditServices(self).setValue(eStructuralFeature, newValue))], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the newValue' variable data=[org.eclipse.sirius.viewpoint.description.tool.impl.ChangeContextImpl@bfe366ab (browseExpression: aql:input.emfEditServices(self).setValue(eStructuralFeature, newValue))], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.properties.impl.CheckboxWidgetConditionalStyleImpl@20b9958a (preconditionExpression: aql:eStructuralFeature.lowerBound==1)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.properties.impl.DynamicMappingIfDescriptionImpl@39f59153 (name: sirius_default_rules_enum_if, label: null) (predicateExpression: aql:eStructuralFeature.eType.oclIsKindOf(ecore::EEnum) and not(eStructuralFeature.many))], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.properties.impl.DynamicMappingIfDescriptionImpl@39f59153 (name: sirius_default_rules_enum_if, label: null) (predicateExpression: aql:eStructuralFeature.eType.oclIsKindOf(ecore::EEnum) and not(eStructuralFeature.many))], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the input' variable data=[org.eclipse.sirius.properties.impl.RadioDescriptionImpl@2930324d (name: sirius_default_rules_enum, label: null) (documentation: ) (labelExpression: aql:input.emfEditServices(self).getText(eStructuralFeature)+':', helpExpression: aql:input.emfEditServices(self).getDescription(eStructuralFeature), isEnabledExpression: aql:eStructuralFeature.changeable, valueExpression: aql:eStructuralFeature.eType.oclAsType(ecore::EEnum).getEEnumLiteralByLiteral(self.eGet(eStructuralFeature.name).toString()), candidatesExpression: aql:eStructuralFeature.eType.oclAsType(ecore::EEnum).eLiterals, candidateDisplayExpression: aql:candidate.name, numberOfColumns: 5, filterConditionalStylesFromExtendedRadioExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.properties.impl.RadioDescriptionImpl@2930324d (name: sirius_default_rules_enum, label: null) (documentation: ) (labelExpression: aql:input.emfEditServices(self).getText(eStructuralFeature)+':', helpExpression: aql:input.emfEditServices(self).getDescription(eStructuralFeature), isEnabledExpression: aql:eStructuralFeature.changeable, valueExpression: aql:eStructuralFeature.eType.oclAsType(ecore::EEnum).getEEnumLiteralByLiteral(self.eGet(eStructuralFeature.name).toString()), candidatesExpression: aql:eStructuralFeature.eType.oclAsType(ecore::EEnum).eLiterals, candidateDisplayExpression: aql:candidate.name, numberOfColumns: 5, filterConditionalStylesFromExtendedRadioExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the input' variable data=[org.eclipse.sirius.properties.impl.RadioDescriptionImpl@2930324d (name: sirius_default_rules_enum, label: null) (documentation: ) (labelExpression: aql:input.emfEditServices(self).getText(eStructuralFeature)+':', helpExpression: aql:input.emfEditServices(self).getDescription(eStructuralFeature), isEnabledExpression: aql:eStructuralFeature.changeable, valueExpression: aql:eStructuralFeature.eType.oclAsType(ecore::EEnum).getEEnumLiteralByLiteral(self.eGet(eStructuralFeature.name).toString()), candidatesExpression: aql:eStructuralFeature.eType.oclAsType(ecore::EEnum).eLiterals, candidateDisplayExpression: aql:candidate.name, numberOfColumns: 5, filterConditionalStylesFromExtendedRadioExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.properties.impl.RadioDescriptionImpl@2930324d (name: sirius_default_rules_enum, label: null) (documentation: ) (labelExpression: aql:input.emfEditServices(self).getText(eStructuralFeature)+':', helpExpression: aql:input.emfEditServices(self).getDescription(eStructuralFeature), isEnabledExpression: aql:eStructuralFeature.changeable, valueExpression: aql:eStructuralFeature.eType.oclAsType(ecore::EEnum).getEEnumLiteralByLiteral(self.eGet(eStructuralFeature.name).toString()), candidatesExpression: aql:eStructuralFeature.eType.oclAsType(ecore::EEnum).eLiterals, candidateDisplayExpression: aql:candidate.name, numberOfColumns: 5, filterConditionalStylesFromExtendedRadioExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.properties.impl.RadioDescriptionImpl@2930324d (name: sirius_default_rules_enum, label: null) (documentation: ) (labelExpression: aql:input.emfEditServices(self).getText(eStructuralFeature)+':', helpExpression: aql:input.emfEditServices(self).getDescription(eStructuralFeature), isEnabledExpression: aql:eStructuralFeature.changeable, valueExpression: aql:eStructuralFeature.eType.oclAsType(ecore::EEnum).getEEnumLiteralByLiteral(self.eGet(eStructuralFeature.name).toString()), candidatesExpression: aql:eStructuralFeature.eType.oclAsType(ecore::EEnum).eLiterals, candidateDisplayExpression: aql:candidate.name, numberOfColumns: 5, filterConditionalStylesFromExtendedRadioExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.properties.impl.RadioDescriptionImpl@2930324d (name: sirius_default_rules_enum, label: null) (documentation: ) (labelExpression: aql:input.emfEditServices(self).getText(eStructuralFeature)+':', helpExpression: aql:input.emfEditServices(self).getDescription(eStructuralFeature), isEnabledExpression: aql:eStructuralFeature.changeable, valueExpression: aql:eStructuralFeature.eType.oclAsType(ecore::EEnum).getEEnumLiteralByLiteral(self.eGet(eStructuralFeature.name).toString()), candidatesExpression: aql:eStructuralFeature.eType.oclAsType(ecore::EEnum).eLiterals, candidateDisplayExpression: aql:candidate.name, numberOfColumns: 5, filterConditionalStylesFromExtendedRadioExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.properties.impl.RadioDescriptionImpl@2930324d (name: sirius_default_rules_enum, label: null) (documentation: ) (labelExpression: aql:input.emfEditServices(self).getText(eStructuralFeature)+':', helpExpression: aql:input.emfEditServices(self).getDescription(eStructuralFeature), isEnabledExpression: aql:eStructuralFeature.changeable, valueExpression: aql:eStructuralFeature.eType.oclAsType(ecore::EEnum).getEEnumLiteralByLiteral(self.eGet(eStructuralFeature.name).toString()), candidatesExpression: aql:eStructuralFeature.eType.oclAsType(ecore::EEnum).eLiterals, candidateDisplayExpression: aql:candidate.name, numberOfColumns: 5, filterConditionalStylesFromExtendedRadioExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.properties.impl.RadioDescriptionImpl@2930324d (name: sirius_default_rules_enum, label: null) (documentation: ) (labelExpression: aql:input.emfEditServices(self).getText(eStructuralFeature)+':', helpExpression: aql:input.emfEditServices(self).getDescription(eStructuralFeature), isEnabledExpression: aql:eStructuralFeature.changeable, valueExpression: aql:eStructuralFeature.eType.oclAsType(ecore::EEnum).getEEnumLiteralByLiteral(self.eGet(eStructuralFeature.name).toString()), candidatesExpression: aql:eStructuralFeature.eType.oclAsType(ecore::EEnum).eLiterals, candidateDisplayExpression: aql:candidate.name, numberOfColumns: 5, filterConditionalStylesFromExtendedRadioExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the candidate' variable data=[org.eclipse.sirius.properties.impl.RadioDescriptionImpl@2930324d (name: sirius_default_rules_enum, label: null) (documentation: ) (labelExpression: aql:input.emfEditServices(self).getText(eStructuralFeature)+':', helpExpression: aql:input.emfEditServices(self).getDescription(eStructuralFeature), isEnabledExpression: aql:eStructuralFeature.changeable, valueExpression: aql:eStructuralFeature.eType.oclAsType(ecore::EEnum).getEEnumLiteralByLiteral(self.eGet(eStructuralFeature.name).toString()), candidatesExpression: aql:eStructuralFeature.eType.oclAsType(ecore::EEnum).eLiterals, candidateDisplayExpression: aql:candidate.name, numberOfColumns: 5, filterConditionalStylesFromExtendedRadioExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the input' variable data=[org.eclipse.sirius.viewpoint.description.tool.impl.ChangeContextImpl@daca6c71 (browseExpression: aql:input.emfEditServices(self).setValue(eStructuralFeature, newValue.instance))], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.viewpoint.description.tool.impl.ChangeContextImpl@daca6c71 (browseExpression: aql:input.emfEditServices(self).setValue(eStructuralFeature, newValue.instance))], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the newValue' variable data=[org.eclipse.sirius.viewpoint.description.tool.impl.ChangeContextImpl@daca6c71 (browseExpression: aql:input.emfEditServices(self).setValue(eStructuralFeature, newValue.instance))], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.properties.impl.RadioWidgetConditionalStyleImpl@3c4011b9 (preconditionExpression: aql:eStructuralFeature.lowerBound==1)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.properties.impl.DynamicMappingIfDescriptionImpl@9ce31f78 (name: sirius_default_rules_eattribute_many_if, label: null) (predicateExpression: aql:eStructuralFeature.oclIsKindOf(ecore::EAttribute) and eStructuralFeature.many)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.properties.impl.DynamicMappingIfDescriptionImpl@9ce31f78 (name: sirius_default_rules_eattribute_many_if, label: null) (predicateExpression: aql:eStructuralFeature.oclIsKindOf(ecore::EAttribute) and eStructuralFeature.many)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the input' variable data=[org.eclipse.sirius.properties.impl.ListDescriptionImpl@56dbaa76 (name: sirius_default_rules_eattribute_many, label: null) (documentation: ) (labelExpression: aql:input.emfEditServices(self).getText(eStructuralFeature)+':', helpExpression: aql:input.emfEditServices(self).getDescription(eStructuralFeature), isEnabledExpression: aql:eStructuralFeature.changeable, valueExpression: aql:self.eGet(eStructuralFeature.name), displayExpression: var:value, filterConditionalStylesFromExtendedListExpression: null, filterActionsFromExtendedListExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.properties.impl.ListDescriptionImpl@56dbaa76 (name: sirius_default_rules_eattribute_many, label: null) (documentation: ) (labelExpression: aql:input.emfEditServices(self).getText(eStructuralFeature)+':', helpExpression: aql:input.emfEditServices(self).getDescription(eStructuralFeature), isEnabledExpression: aql:eStructuralFeature.changeable, valueExpression: aql:self.eGet(eStructuralFeature.name), displayExpression: var:value, filterConditionalStylesFromExtendedListExpression: null, filterActionsFromExtendedListExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the input' variable data=[org.eclipse.sirius.properties.impl.ListDescriptionImpl@56dbaa76 (name: sirius_default_rules_eattribute_many, label: null) (documentation: ) (labelExpression: aql:input.emfEditServices(self).getText(eStructuralFeature)+':', helpExpression: aql:input.emfEditServices(self).getDescription(eStructuralFeature), isEnabledExpression: aql:eStructuralFeature.changeable, valueExpression: aql:self.eGet(eStructuralFeature.name), displayExpression: var:value, filterConditionalStylesFromExtendedListExpression: null, filterActionsFromExtendedListExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.properties.impl.ListDescriptionImpl@56dbaa76 (name: sirius_default_rules_eattribute_many, label: null) (documentation: ) (labelExpression: aql:input.emfEditServices(self).getText(eStructuralFeature)+':', helpExpression: aql:input.emfEditServices(self).getDescription(eStructuralFeature), isEnabledExpression: aql:eStructuralFeature.changeable, valueExpression: aql:self.eGet(eStructuralFeature.name), displayExpression: var:value, filterConditionalStylesFromExtendedListExpression: null, filterActionsFromExtendedListExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.properties.impl.ListDescriptionImpl@56dbaa76 (name: sirius_default_rules_eattribute_many, label: null) (documentation: ) (labelExpression: aql:input.emfEditServices(self).getText(eStructuralFeature)+':', helpExpression: aql:input.emfEditServices(self).getDescription(eStructuralFeature), isEnabledExpression: aql:eStructuralFeature.changeable, valueExpression: aql:self.eGet(eStructuralFeature.name), displayExpression: var:value, filterConditionalStylesFromExtendedListExpression: null, filterActionsFromExtendedListExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.properties.impl.ListDescriptionImpl@56dbaa76 (name: sirius_default_rules_eattribute_many, label: null) (documentation: ) (labelExpression: aql:input.emfEditServices(self).getText(eStructuralFeature)+':', helpExpression: aql:input.emfEditServices(self).getDescription(eStructuralFeature), isEnabledExpression: aql:eStructuralFeature.changeable, valueExpression: aql:self.eGet(eStructuralFeature.name), displayExpression: var:value, filterConditionalStylesFromExtendedListExpression: null, filterActionsFromExtendedListExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 The current context does not contains variable named: value data=[org.eclipse.sirius.properties.impl.ListDescriptionImpl@56dbaa76 (name: sirius_default_rules_eattribute_many, label: null) (documentation: ) (labelExpression: aql:input.emfEditServices(self).getText(eStructuralFeature)+':', helpExpression: aql:input.emfEditServices(self).getDescription(eStructuralFeature), isEnabledExpression: aql:eStructuralFeature.changeable, valueExpression: aql:self.eGet(eStructuralFeature.name), displayExpression: var:value, filterConditionalStylesFromExtendedListExpression: null, filterActionsFromExtendedListExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.properties.impl.DynamicMappingIfDescriptionImpl@e4f87596 (name: sirius_default_rules_ereference_if, label: null) (predicateExpression: aql:eStructuralFeature.oclIsKindOf(ecore::EReference) and eStructuralFeature.many = true)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.properties.impl.DynamicMappingIfDescriptionImpl@e4f87596 (name: sirius_default_rules_ereference_if, label: null) (predicateExpression: aql:eStructuralFeature.oclIsKindOf(ecore::EReference) and eStructuralFeature.many = true)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.properties.impl.DynamicMappingIfDescriptionImpl@12635599 (name: ecoretools_etype_ereference, label: null) (predicateExpression: aql:eStructuralFeature.oclIsKindOf(ecore::EReference) and eStructuralFeature.many = false)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.properties.impl.DynamicMappingIfDescriptionImpl@12635599 (name: ecoretools_etype_ereference, label: null) (predicateExpression: aql:eStructuralFeature.oclIsKindOf(ecore::EReference) and eStructuralFeature.many = false)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the input' variable data=[org.eclipse.sirius.properties.impl.LabelDescriptionImpl@bea62d8e (name: etype label, label: null) (documentation: ) (labelExpression: aql:input.emfEditServices(self).getText(eStructuralFeature)+':', helpExpression: aql:input.emfEditServices(self).getDescription(eStructuralFeature), isEnabledExpression: null, valueExpression: aql:self.eGetMonoRef(eStructuralFeature), displayExpression: aql:if self.eGetMonoRef(eStructuralFeature) <> null then input.emfEditServices(self.eGetMonoRef(eStructuralFeature)).getText() else '' endif, filterConditionalStylesFromExtendedLabelExpression: null, filterActionsFromExtendedLabelExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.properties.impl.LabelDescriptionImpl@bea62d8e (name: etype label, label: null) (documentation: ) (labelExpression: aql:input.emfEditServices(self).getText(eStructuralFeature)+':', helpExpression: aql:input.emfEditServices(self).getDescription(eStructuralFeature), isEnabledExpression: null, valueExpression: aql:self.eGetMonoRef(eStructuralFeature), displayExpression: aql:if self.eGetMonoRef(eStructuralFeature) <> null then input.emfEditServices(self.eGetMonoRef(eStructuralFeature)).getText() else '' endif, filterConditionalStylesFromExtendedLabelExpression: null, filterActionsFromExtendedLabelExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the input' variable data=[org.eclipse.sirius.properties.impl.LabelDescriptionImpl@bea62d8e (name: etype label, label: null) (documentation: ) (labelExpression: aql:input.emfEditServices(self).getText(eStructuralFeature)+':', helpExpression: aql:input.emfEditServices(self).getDescription(eStructuralFeature), isEnabledExpression: null, valueExpression: aql:self.eGetMonoRef(eStructuralFeature), displayExpression: aql:if self.eGetMonoRef(eStructuralFeature) <> null then input.emfEditServices(self.eGetMonoRef(eStructuralFeature)).getText() else '' endif, filterConditionalStylesFromExtendedLabelExpression: null, filterActionsFromExtendedLabelExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.properties.impl.LabelDescriptionImpl@bea62d8e (name: etype label, label: null) (documentation: ) (labelExpression: aql:input.emfEditServices(self).getText(eStructuralFeature)+':', helpExpression: aql:input.emfEditServices(self).getDescription(eStructuralFeature), isEnabledExpression: null, valueExpression: aql:self.eGetMonoRef(eStructuralFeature), displayExpression: aql:if self.eGetMonoRef(eStructuralFeature) <> null then input.emfEditServices(self.eGetMonoRef(eStructuralFeature)).getText() else '' endif, filterConditionalStylesFromExtendedLabelExpression: null, filterActionsFromExtendedLabelExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.properties.impl.LabelDescriptionImpl@bea62d8e (name: etype label, label: null) (documentation: ) (labelExpression: aql:input.emfEditServices(self).getText(eStructuralFeature)+':', helpExpression: aql:input.emfEditServices(self).getDescription(eStructuralFeature), isEnabledExpression: null, valueExpression: aql:self.eGetMonoRef(eStructuralFeature), displayExpression: aql:if self.eGetMonoRef(eStructuralFeature) <> null then input.emfEditServices(self.eGetMonoRef(eStructuralFeature)).getText() else '' endif, filterConditionalStylesFromExtendedLabelExpression: null, filterActionsFromExtendedLabelExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.properties.impl.LabelDescriptionImpl@bea62d8e (name: etype label, label: null) (documentation: ) (labelExpression: aql:input.emfEditServices(self).getText(eStructuralFeature)+':', helpExpression: aql:input.emfEditServices(self).getDescription(eStructuralFeature), isEnabledExpression: null, valueExpression: aql:self.eGetMonoRef(eStructuralFeature), displayExpression: aql:if self.eGetMonoRef(eStructuralFeature) <> null then input.emfEditServices(self.eGetMonoRef(eStructuralFeature)).getText() else '' endif, filterConditionalStylesFromExtendedLabelExpression: null, filterActionsFromExtendedLabelExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the input' variable data=[org.eclipse.sirius.properties.impl.LabelDescriptionImpl@bea62d8e (name: etype label, label: null) (documentation: ) (labelExpression: aql:input.emfEditServices(self).getText(eStructuralFeature)+':', helpExpression: aql:input.emfEditServices(self).getDescription(eStructuralFeature), isEnabledExpression: null, valueExpression: aql:self.eGetMonoRef(eStructuralFeature), displayExpression: aql:if self.eGetMonoRef(eStructuralFeature) <> null then input.emfEditServices(self.eGetMonoRef(eStructuralFeature)).getText() else '' endif, filterConditionalStylesFromExtendedLabelExpression: null, filterActionsFromExtendedLabelExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.properties.impl.LabelDescriptionImpl@bea62d8e (name: etype label, label: null) (documentation: ) (labelExpression: aql:input.emfEditServices(self).getText(eStructuralFeature)+':', helpExpression: aql:input.emfEditServices(self).getDescription(eStructuralFeature), isEnabledExpression: null, valueExpression: aql:self.eGetMonoRef(eStructuralFeature), displayExpression: aql:if self.eGetMonoRef(eStructuralFeature) <> null then input.emfEditServices(self.eGetMonoRef(eStructuralFeature)).getText() else '' endif, filterConditionalStylesFromExtendedLabelExpression: null, filterActionsFromExtendedLabelExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 The predicate never evaluates to a boolean type ([]). data=[org.eclipse.sirius.properties.impl.LabelDescriptionImpl@bea62d8e (name: etype label, label: null) (documentation: ) (labelExpression: aql:input.emfEditServices(self).getText(eStructuralFeature)+':', helpExpression: aql:input.emfEditServices(self).getDescription(eStructuralFeature), isEnabledExpression: null, valueExpression: aql:self.eGetMonoRef(eStructuralFeature), displayExpression: aql:if self.eGetMonoRef(eStructuralFeature) <> null then input.emfEditServices(self.eGetMonoRef(eStructuralFeature)).getText() else '' endif, filterConditionalStylesFromExtendedLabelExpression: null, filterActionsFromExtendedLabelExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.viewpoint.description.tool.impl.ExternalJavaActionParameterImpl@9c2b5f17 (name: message, value: aql:'Select an ' + eStructuralFeature.eType.name + ' for the ' + eStructuralFeature.name + ' reference.')], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.viewpoint.description.tool.impl.ExternalJavaActionParameterImpl@9c2b5f17 (name: message, value: aql:'Select an ' + eStructuralFeature.eType.name + ' for the ' + eStructuralFeature.name + ' reference.')], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.viewpoint.description.tool.impl.ExternalJavaActionParameterImpl@ba8b7844 (name: title, value: aql:'Select ' + eStructuralFeature.eType.name )], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the input' variable data=[org.eclipse.sirius.viewpoint.description.tool.impl.ExternalJavaActionParameterImpl@7ae6c64e (name: candidates, value: aql:input.emfEditServices(self).getChoiceOfValues(eStructuralFeature))], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.viewpoint.description.tool.impl.ExternalJavaActionParameterImpl@7ae6c64e (name: candidates, value: aql:input.emfEditServices(self).getChoiceOfValues(eStructuralFeature))], Diagnostic ERROR source=org.eclipse.sirius code=1 The current context does not contains variable named: eStructuralFeature data=[org.eclipse.sirius.viewpoint.description.tool.impl.ExternalJavaActionParameterImpl@afbd7134 (name: feature, value: var:eStructuralFeature)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the input' variable data=[org.eclipse.sirius.viewpoint.description.tool.impl.ChangeContextImpl@90631380 (browseExpression: aql:input.emfEditServices(self).setValue(eStructuralFeature, null))], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.viewpoint.description.tool.impl.ChangeContextImpl@90631380 (browseExpression: aql:input.emfEditServices(self).setValue(eStructuralFeature, null))], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the element' variable data=[org.eclipse.sirius.properties.impl.DynamicMappingIfDescriptionImpl@4f8c6098 (name: show_select_icon_on_eclassifier, label: null) (predicateExpression: aql:element.oclIsKindOf(ecore::EClassifier))], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the getEClassItemIconPath(EClassifier=GenClass)' service data=[org.eclipse.sirius.properties.impl.ButtonDescriptionImpl@1f70ff46 (name: selectIcon, label: null) (documentation: ) (labelExpression: Associated Icon:, helpExpression: Click on button to select a 16x16 icon. Note that the edit plugin must be generated before., isEnabledExpression: aql:self.eInverse(genmodel::GenClass).getEClassItemIconPath()->first().isAccessible(), buttonLabelExpression: null, imageExpression: aql:self.eInverse(genmodel::GenClass).getEClassItemIconPath()->first(), filterConditionalStylesFromExtendedButtonExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the getEClassItemIconPath(EClassifier=GenClass)' service data=[org.eclipse.sirius.properties.impl.ButtonDescriptionImpl@1f70ff46 (name: selectIcon, label: null) (documentation: ) (labelExpression: Associated Icon:, helpExpression: Click on button to select a 16x16 icon. Note that the edit plugin must be generated before., isEnabledExpression: aql:self.eInverse(genmodel::GenClass).getEClassItemIconPath()->first().isAccessible(), buttonLabelExpression: null, imageExpression: aql:self.eInverse(genmodel::GenClass).getEClassItemIconPath()->first(), filterConditionalStylesFromExtendedButtonExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the getEClassItemIconPath(EClassifier=GenClass)' service data=[org.eclipse.sirius.viewpoint.description.tool.impl.ChangeContextImpl@511928ab (browseExpression: aql:self.eInverse(genmodel::GenClass).getEClassItemIconPath()->first().selectIcon())], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the input' variable data=[org.eclipse.sirius.properties.impl.GroupConditionalStyleImpl@9393035f (preconditionExpression: aql:self.removeSemanticElementsToHide(input.getAllSemanticElements(),input.context().semanticDecorator())->size() > 1)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the input' variable data=[org.eclipse.sirius.properties.impl.GroupConditionalStyleImpl@9393035f (preconditionExpression: aql:self.removeSemanticElementsToHide(input.getAllSemanticElements(),input.context().semanticDecorator())->size() > 1)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the getVisibleDocAnnotations(EClassifier=EObject)' service data=[org.eclipse.sirius.properties.impl.TextAreaDescriptionImpl@9f3e6ef1 (name: doc_area, label: null) (documentation: ) (labelExpression: null, helpExpression: null, isEnabledExpression: null) (lineCount: 16, valueExpression: aql:self.getVisibleDocAnnotations().value, filterConditionalStylesFromExtendedTextAreaExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the newValue' variable data=[org.eclipse.sirius.viewpoint.description.tool.impl.ChangeContextImpl@6b9819d7 (browseExpression: aql:self.setDocAnnotation(newValue))], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the isJavaFileGenerated(EClassifier=EObject)' service data=[org.eclipse.sirius.properties.impl.HyperlinkDescriptionImpl@766a57b1 (name: goto sourcecode, label: null) (documentation: ) (labelExpression: null, helpExpression: null, isEnabledExpression: aql:self.isJavaFileGenerated(), valueExpression: aql:self, displayExpression: aql:if self.isJavaFileGenerated() then 'Open Java Implementation' else '' endif, filterConditionalStylesFromExtendedHyperlinkExpression: null, filterActionsFromExtendedHyperlinkExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the isJavaFileGenerated(EClassifier=EObject)' service data=[org.eclipse.sirius.properties.impl.HyperlinkDescriptionImpl@766a57b1 (name: goto sourcecode, label: null) (documentation: ) (labelExpression: null, helpExpression: null, isEnabledExpression: aql:self.isJavaFileGenerated(), valueExpression: aql:self, displayExpression: aql:if self.isJavaFileGenerated() then 'Open Java Implementation' else '' endif, filterConditionalStylesFromExtendedHyperlinkExpression: null, filterActionsFromExtendedHyperlinkExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 The predicate never evaluates to a boolean type ([]). data=[org.eclipse.sirius.properties.impl.HyperlinkDescriptionImpl@766a57b1 (name: goto sourcecode, label: null) (documentation: ) (labelExpression: null, helpExpression: null, isEnabledExpression: aql:self.isJavaFileGenerated(), valueExpression: aql:self, displayExpression: aql:if self.isJavaFileGenerated() then 'Open Java Implementation' else '' endif, filterConditionalStylesFromExtendedHyperlinkExpression: null, filterActionsFromExtendedHyperlinkExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the getJavaImplementationPath(EClassifier=EObject)' service data=[org.eclipse.sirius.viewpoint.description.tool.impl.ExternalJavaActionParameterImpl@e57130cb (name: path, value: aql:self.getJavaImplementationPath())], Diagnostic ERROR source=org.eclipse.sirius code=1 Feature modelDirectory not found in EClass EObject data=[org.eclipse.sirius.properties.impl.TextDescriptionImpl@30c67664 (name: modelDirectory, label: null) (documentation: ) (labelExpression: Model, helpExpression: null, isEnabledExpression: null) (valueExpression: aql:self.modelDirectory, filterConditionalStylesFromExtendedTextExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 The current context does not contains variable named: newValue data=[org.eclipse.sirius.viewpoint.description.tool.impl.SetValueImpl@373a102a (featureName: modelDirectory, valueExpression: var:newValue)], Diagnostic ERROR source=org.eclipse.sirius code=1 The current context does not contains variable named: newValue data=[org.eclipse.sirius.viewpoint.description.tool.impl.SetValueImpl@6b58cf57 (featureName: editDirectory, valueExpression: var:newValue)], Diagnostic ERROR source=org.eclipse.sirius code=1 The current context does not contains variable named: newValue data=[org.eclipse.sirius.viewpoint.description.tool.impl.SetValueImpl@78028a63 (featureName: editorDirectory, valueExpression: var:newValue)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the input' variable data=[org.eclipse.sirius.properties.impl.GroupDescriptionImpl@40b780e5 (name: egeneric supertypes-TBD, label: null) (documentation: , labelExpression: aql:'EGenericType : ' + input.emfEditServices(self).getText(), domainClass: ecore::EGenericType, semanticCandidateExpression: aql: input.getSemanticElement()->filter(ecore::EClass).eGenericSuperTypes, preconditionExpression: aql:false and self.oclIsKindOf(ecore::EClass), filterControlsFromExtendedGroupExpression: null, filterValidationRulesFromExtendedGroupExpression: null, filterConditionalStylesFromExtendedGroupExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the input' variable data=[org.eclipse.sirius.properties.impl.GroupDescriptionImpl@40b780e5 (name: egeneric supertypes-TBD, label: null) (documentation: , labelExpression: aql:'EGenericType : ' + input.emfEditServices(self).getText(), domainClass: ecore::EGenericType, semanticCandidateExpression: aql: input.getSemanticElement()->filter(ecore::EClass).eGenericSuperTypes, preconditionExpression: aql:false and self.oclIsKindOf(ecore::EClass), filterControlsFromExtendedGroupExpression: null, filterValidationRulesFromExtendedGroupExpression: null, filterConditionalStylesFromExtendedGroupExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Feature eTypeArguments not found in EClass EObject data=[org.eclipse.sirius.properties.impl.LabelDescriptionImpl@6c5de3c3 (name: etypeparameter label, label: null) (documentation: ) (labelExpression: EType Parameter:, helpExpression: null, isEnabledExpression: null, valueExpression: aql:self.eTypeArguments->first().eTypeParameter, displayExpression: aql:self.eTypeArguments->first().eTypeParameter.name, filterConditionalStylesFromExtendedLabelExpression: null, filterActionsFromExtendedLabelExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Feature eTypeArguments not found in EClass EObject data=[org.eclipse.sirius.properties.impl.LabelDescriptionImpl@6c5de3c3 (name: etypeparameter label, label: null) (documentation: ) (labelExpression: EType Parameter:, helpExpression: null, isEnabledExpression: null, valueExpression: aql:self.eTypeArguments->first().eTypeParameter, displayExpression: aql:self.eTypeArguments->first().eTypeParameter.name, filterConditionalStylesFromExtendedLabelExpression: null, filterActionsFromExtendedLabelExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.viewpoint.description.tool.impl.ExternalJavaActionParameterImpl@d5de339a (name: message, value: aql:'Select an ' + eStructuralFeature.eType.name + ' for the ' + eStructuralFeature.name + ' reference.')], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.viewpoint.description.tool.impl.ExternalJavaActionParameterImpl@d5de339a (name: message, value: aql:'Select an ' + eStructuralFeature.eType.name + ' for the ' + eStructuralFeature.name + ' reference.')], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.viewpoint.description.tool.impl.ExternalJavaActionParameterImpl@ccb2fb94 (name: title, value: aql:'Select ' + eStructuralFeature.eType.name )], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the input' variable data=[org.eclipse.sirius.viewpoint.description.tool.impl.ExternalJavaActionParameterImpl@3c9bab (name: candidates, value: aql:input.emfEditServices(self).getChoiceOfValues(eStructuralFeature))], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.viewpoint.description.tool.impl.ExternalJavaActionParameterImpl@3c9bab (name: candidates, value: aql:input.emfEditServices(self).getChoiceOfValues(eStructuralFeature))], Diagnostic ERROR source=org.eclipse.sirius code=1 The current context does not contains variable named: eStructuralFeature data=[org.eclipse.sirius.viewpoint.description.tool.impl.ExternalJavaActionParameterImpl@cbc6bb52 (name: feature, value: var:eStructuralFeature)], Diagnostic ERROR source=org.eclipse.sirius code=1 Feature eTypeArguments not found in EClass EObject data=[org.eclipse.sirius.properties.impl.LabelDescriptionImpl@18f6f258 (name: EClassifier label, label: null) (documentation: ) (labelExpression: Classifier:, helpExpression: null, isEnabledExpression: null, valueExpression: aql:self.eTypeArguments->at(2).eClassifier, displayExpression: aql:self.eTypeArguments->at(2).eClassifier.name, filterConditionalStylesFromExtendedLabelExpression: null, filterActionsFromExtendedLabelExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Feature eTypeArguments not found in EClass EObject data=[org.eclipse.sirius.properties.impl.LabelDescriptionImpl@18f6f258 (name: EClassifier label, label: null) (documentation: ) (labelExpression: Classifier:, helpExpression: null, isEnabledExpression: null, valueExpression: aql:self.eTypeArguments->at(2).eClassifier, displayExpression: aql:self.eTypeArguments->at(2).eClassifier.name, filterConditionalStylesFromExtendedLabelExpression: null, filterActionsFromExtendedLabelExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.viewpoint.description.tool.impl.ExternalJavaActionParameterImpl@1a1226ac (name: message, value: aql:'Select an ' + eStructuralFeature.eType.name + ' for the ' + eStructuralFeature.name + ' reference.')], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.viewpoint.description.tool.impl.ExternalJavaActionParameterImpl@1a1226ac (name: message, value: aql:'Select an ' + eStructuralFeature.eType.name + ' for the ' + eStructuralFeature.name + ' reference.')], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.viewpoint.description.tool.impl.ExternalJavaActionParameterImpl@a1f8a9c3 (name: title, value: aql:'Select ' + eStructuralFeature.eType.name )], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the input' variable data=[org.eclipse.sirius.viewpoint.description.tool.impl.ExternalJavaActionParameterImpl@c9832c21 (name: candidates, value: aql:input.emfEditServices(self).getChoiceOfValues(eStructuralFeature))], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.viewpoint.description.tool.impl.ExternalJavaActionParameterImpl@c9832c21 (name: candidates, value: aql:input.emfEditServices(self).getChoiceOfValues(eStructuralFeature))], Diagnostic ERROR source=org.eclipse.sirius code=1 The current context does not contains variable named: eStructuralFeature data=[org.eclipse.sirius.viewpoint.description.tool.impl.ExternalJavaActionParameterImpl@cc1fa82 (name: feature, value: var:eStructuralFeature)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the getExecutableName(EClassifier=EObject)' service data=[org.eclipse.sirius.properties.impl.GroupDescriptionImpl@38345ff2 (name: execution_body, label: null) (documentation: , labelExpression: aql:self.getExecutableName(), domainClass: null, semanticCandidateExpression: aql:OrderedSet{self}->filter(ecore::EClassifier).getAllExecutables(), preconditionExpression: null, filterControlsFromExtendedGroupExpression: null, filterValidationRulesFromExtendedGroupExpression: null, filterConditionalStylesFromExtendedGroupExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the getAllExecutables(EClassifier=EClassifier)' service data=[org.eclipse.sirius.properties.impl.GroupDescriptionImpl@38345ff2 (name: execution_body, label: null) (documentation: , labelExpression: aql:self.getExecutableName(), domainClass: null, semanticCandidateExpression: aql:OrderedSet{self}->filter(ecore::EClassifier).getAllExecutables(), preconditionExpression: null, filterControlsFromExtendedGroupExpression: null, filterValidationRulesFromExtendedGroupExpression: null, filterConditionalStylesFromExtendedGroupExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the getExecutableBody(EClassifier=EObject)' service data=[org.eclipse.sirius.properties.impl.TextAreaDescriptionImpl@e5852d3 (name: executable_body, label: null) (documentation: ) (labelExpression: null, helpExpression: null, isEnabledExpression: null) (lineCount: 14, valueExpression: aql:self.getExecutableBody(), filterConditionalStylesFromExtendedTextAreaExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the newValue' variable data=[org.eclipse.sirius.viewpoint.description.tool.impl.ChangeContextImpl@e4cb0cf8 (browseExpression: aql:self.setExecutableBody(newValue))], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the isValidBody(EClassifier=EObject)' service data=[org.eclipse.sirius.viewpoint.description.validation.impl.RuleAuditImpl@e08fb757 (auditExpression: aql:self.isValidBody())], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the getJavaImports(EClassifier=EPackage)' service data=[org.eclipse.sirius.properties.impl.GroupDescriptionImpl@f05ac4f2 (name: execution_imports, label: null) (documentation: , labelExpression: Imports, domainClass: ecore::EModelElement, semanticCandidateExpression: aql:OrderedSet{self}->filter(ecore::EPackage)->select(p | p.getJavaImports()->size() > 0), preconditionExpression: null, filterControlsFromExtendedGroupExpression: null, filterValidationRulesFromExtendedGroupExpression: null, filterConditionalStylesFromExtendedGroupExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the getJavaImports(EClassifier=EObject)' service data=[org.eclipse.sirius.properties.impl.DynamicMappingForDescriptionImpl@1eb40115 (name: iterate over imports, label: null) (documentation: ) (iterator: jImport, iterableExpression: aql:self.getJavaImports(), forceRefresh: false, filterIfsFromExtendedDynamicMappingForExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the jImport' variable data=[org.eclipse.sirius.properties.impl.TextDescriptionImpl@45654a7e (name: java_import, label: null) (documentation: ) (labelExpression: Qualified Class Name: , helpExpression: null, isEnabledExpression: null) (valueExpression: aql:jImport.getQualifiedName(), filterConditionalStylesFromExtendedTextExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the jImport' variable data=[org.eclipse.sirius.viewpoint.description.tool.impl.ChangeContextImpl@b833f59a (browseExpression: aql:jImport.setQualifiedName(newValue))], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the newValue' variable data=[org.eclipse.sirius.viewpoint.description.tool.impl.ChangeContextImpl@b833f59a (browseExpression: aql:jImport.setQualifiedName(newValue))], Diagnostic ERROR source=org.eclipse.sirius code=1 The current context does not contains variable named: jImport data=[org.eclipse.sirius.viewpoint.description.tool.impl.ChangeContextImpl@1381a5cc (browseExpression: var:jImport)], Diagnostic ERROR source=org.eclipse.sirius code=1 Feature eParameters not found in EClass EObject data=[org.eclipse.sirius.properties.impl.DynamicMappingForDescriptionImpl@7e5634b8 (name: foreach parameter, label: null) (documentation: ) (iterator: self, iterableExpression: aql:self.eParameters, forceRefresh: true, filterIfsFromExtendedDynamicMappingForExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Feature name not found in EClass EObject data=[org.eclipse.sirius.properties.impl.TextDescriptionImpl@f86c18bd (name: param_name, label: null) (documentation: ) (labelExpression: Name: , helpExpression: null, isEnabledExpression: null) (valueExpression: aql:self.name, filterConditionalStylesFromExtendedTextExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 The current context does not contains variable named: newValue data=[org.eclipse.sirius.viewpoint.description.tool.impl.SetValueImpl@ef875907 (featureName: name, valueExpression: var:newValue)], Diagnostic ERROR source=org.eclipse.sirius code=1 EStructuralFeature eType not found for EClassifier=EObject data=[org.eclipse.sirius.properties.impl.LabelDescriptionImpl@b3b15948 (name: etype label, label: null) (documentation: ) (labelExpression: EType: , helpExpression: null, isEnabledExpression: null, valueExpression: aql:self.eGet('eType'), displayExpression: aql:self.eGet('eType').name, filterConditionalStylesFromExtendedLabelExpression: null, filterActionsFromExtendedLabelExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 EStructuralFeature eType not found for EClassifier=EObject data=[org.eclipse.sirius.properties.impl.LabelDescriptionImpl@b3b15948 (name: etype label, label: null) (documentation: ) (labelExpression: EType: , helpExpression: null, isEnabledExpression: null, valueExpression: aql:self.eGet('eType'), displayExpression: aql:self.eGet('eType').name, filterConditionalStylesFromExtendedLabelExpression: null, filterActionsFromExtendedLabelExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the input' variable data=[org.eclipse.sirius.viewpoint.description.tool.impl.ExternalJavaActionParameterImpl@c5e2c444 (name: candidates, value: aql:input.emfEditServices(self).getChoiceOfValues(self.eClass().getEStructuralFeature('eType')))], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the moveUpInContainer(EClassifier=EObject)' service data=[org.eclipse.sirius.viewpoint.description.tool.impl.ChangeContextImpl@9926e041 (browseExpression: aql:self.moveUpInContainer())], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the moveDownInContainer(EClassifier=EObject)' service data=[org.eclipse.sirius.viewpoint.description.tool.impl.ChangeContextImpl@cd5c18b (browseExpression: aql:self.moveDownInContainer())], Diagnostic ERROR source=org.eclipse.sirius code=1 Feature source not found in EClass EObject data=[org.eclipse.sirius.properties.impl.GroupDescriptionImpl@dde96e13 (name: eannotation dynamic, label: null) (documentation: , labelExpression: aql:'EAnnotation ' + self.source, domainClass: ecore::EAnnotation, semanticCandidateExpression: aql:input.getSemanticElement()->filter(ecore::EModelElement).eAnnotations, preconditionExpression: null, filterControlsFromExtendedGroupExpression: null, filterValidationRulesFromExtendedGroupExpression: null, filterConditionalStylesFromExtendedGroupExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the input' variable data=[org.eclipse.sirius.properties.impl.GroupDescriptionImpl@dde96e13 (name: eannotation dynamic, label: null) (documentation: , labelExpression: aql:'EAnnotation ' + self.source, domainClass: ecore::EAnnotation, semanticCandidateExpression: aql:input.getSemanticElement()->filter(ecore::EModelElement).eAnnotations, preconditionExpression: null, filterControlsFromExtendedGroupExpression: null, filterValidationRulesFromExtendedGroupExpression: null, filterConditionalStylesFromExtendedGroupExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the input' variable data=[org.eclipse.sirius.properties.impl.TextDescriptionImpl@9c15f37a (name: source, label: null) (documentation: ) (labelExpression: Source:, helpExpression: aql:input.emfEditServices(self).getDescription(self.eClass().getEStructuralFeature('source')), isEnabledExpression: null) (valueExpression: aql:self.source, filterConditionalStylesFromExtendedTextExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Feature source not found in EClass EObject data=[org.eclipse.sirius.properties.impl.TextDescriptionImpl@9c15f37a (name: source, label: null) (documentation: ) (labelExpression: Source:, helpExpression: aql:input.emfEditServices(self).getDescription(self.eClass().getEStructuralFeature('source')), isEnabledExpression: null) (valueExpression: aql:self.source, filterConditionalStylesFromExtendedTextExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 The current context does not contains variable named: newValue data=[org.eclipse.sirius.viewpoint.description.tool.impl.SetValueImpl@ade6f1a5 (featureName: source, valueExpression: var:newValue)], Diagnostic ERROR source=org.eclipse.sirius code=1 Feature details not found in EClass EObject data=[org.eclipse.sirius.properties.impl.DynamicMappingForDescriptionImpl@b2e2661 (name: iterate over entries, label: null) (documentation: ) (iterator: self, iterableExpression: aql:self.details, forceRefresh: true, filterIfsFromExtendedDynamicMappingForExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Feature key not found in EClass EObject data=[org.eclipse.sirius.properties.impl.TextDescriptionImpl@9c9eb456 (name: detail_key, label: null) (documentation: ) (labelExpression: Key:, helpExpression: null, isEnabledExpression: null) (valueExpression: aql:self.key, filterConditionalStylesFromExtendedTextExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 The current context does not contains variable named: newValue data=[org.eclipse.sirius.viewpoint.description.tool.impl.SetValueImpl@9903a5e7 (featureName: key, valueExpression: var:newValue)], Diagnostic ERROR source=org.eclipse.sirius code=1 Feature value not found in EClass EObject data=[org.eclipse.sirius.properties.impl.TextDescriptionImpl@c6386361 (name: detail_value, label: null) (documentation: ) (labelExpression: Value:, helpExpression: null, isEnabledExpression: null) (valueExpression: aql:self.value, filterConditionalStylesFromExtendedTextExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 The current context does not contains variable named: newValue data=[org.eclipse.sirius.viewpoint.description.tool.impl.SetValueImpl@91115c5b (featureName: value, valueExpression: var:newValue)], Diagnostic ERROR source=org.eclipse.emf.ecore code=1 The required feature 'widget' of 'org.eclipse.sirius.properties.impl.DynamicMappingIfDescriptionImpl@e4f87596{platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@extensions.0/@categories.0/@groups.0/@controls.0/@ifs.5}' must be set data=[org.eclipse.sirius.properties.impl.DynamicMappingIfDescriptionImpl@e4f87596 (name: sirius_default_rules_ereference_if, label: null) (predicateExpression: aql:eStructuralFeature.oclIsKindOf(ecore::EReference) and eStructuralFeature.many = true), org.eclipse.emf.ecore.impl.EReferenceImpl@d11a75a1 (name: widget) (ordered: true, unique: true, lowerBound: 1, upperBound: 1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false)]] at org.eclipse.emf.ecoretools.design.tests.VsmValidationTests.isValid(VsmValidationTests.java:51) Running org.eclipse.emf.ecoretools.design.tests.TypeNameTests 3 : ecore.EAnnotation 2 : ecore.EAttribute 11 : ecore.EClass 3 : ecore.EClassifier 3 : ecore.EDataType 2 : ecore.EEnum 2 : ecore.EEnumLiteral 2 : ecore.EOperation 11 : ecore.EPackage 9 : ecore.EReference 6 : ecore.EStringToStringMapEntry 2 : ecore.EStructuralFeature 2 : ecore.ETypeParameter 1 : genmodel.GenClass 1 : genmodel.GenFeature 1 : genmodel.GenPackage Tests run: 61, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.emf.ecoretools.design.tests.TypeNameTests isNotQualified[0](org.eclipse.emf.ecoretools.design.tests.TypeNameTests) Time elapsed: 0 s isNotQualified[1](org.eclipse.emf.ecoretools.design.tests.TypeNameTests) Time elapsed: 0 s isNotQualified[2](org.eclipse.emf.ecoretools.design.tests.TypeNameTests) Time elapsed: 0 s isNotQualified[3](org.eclipse.emf.ecoretools.design.tests.TypeNameTests) Time elapsed: 0 s isNotQualified[4](org.eclipse.emf.ecoretools.design.tests.TypeNameTests) Time elapsed: 0 s isNotQualified[5](org.eclipse.emf.ecoretools.design.tests.TypeNameTests) Time elapsed: 0 s isNotQualified[6](org.eclipse.emf.ecoretools.design.tests.TypeNameTests) Time elapsed: 0 s isNotQualified[7](org.eclipse.emf.ecoretools.design.tests.TypeNameTests) Time elapsed: 0 s isNotQualified[8](org.eclipse.emf.ecoretools.design.tests.TypeNameTests) Time elapsed: 0 s isNotQualified[9](org.eclipse.emf.ecoretools.design.tests.TypeNameTests) Time elapsed: 0 s isNotQualified[10](org.eclipse.emf.ecoretools.design.tests.TypeNameTests) Time elapsed: 0 s isNotQualified[11](org.eclipse.emf.ecoretools.design.tests.TypeNameTests) Time elapsed: 0 s isNotQualified[12](org.eclipse.emf.ecoretools.design.tests.TypeNameTests) Time elapsed: 0 s isNotQualified[13](org.eclipse.emf.ecoretools.design.tests.TypeNameTests) Time elapsed: 0 s isNotQualified[14](org.eclipse.emf.ecoretools.design.tests.TypeNameTests) Time elapsed: 0 s isNotQualified[15](org.eclipse.emf.ecoretools.design.tests.TypeNameTests) Time elapsed: 0.001 s isNotQualified[16](org.eclipse.emf.ecoretools.design.tests.TypeNameTests) Time elapsed: 0 s isNotQualified[17](org.eclipse.emf.ecoretools.design.tests.TypeNameTests) Time elapsed: 0 s isNotQualified[18](org.eclipse.emf.ecoretools.design.tests.TypeNameTests) Time elapsed: 0 s isNotQualified[19](org.eclipse.emf.ecoretools.design.tests.TypeNameTests) Time elapsed: 0 s isNotQualified[20](org.eclipse.emf.ecoretools.design.tests.TypeNameTests) Time elapsed: 0 s isNotQualified[21](org.eclipse.emf.ecoretools.design.tests.TypeNameTests) Time elapsed: 0 s isNotQualified[22](org.eclipse.emf.ecoretools.design.tests.TypeNameTests) Time elapsed: 0 s isNotQualified[23](org.eclipse.emf.ecoretools.design.tests.TypeNameTests) Time elapsed: 0 s isNotQualified[24](org.eclipse.emf.ecoretools.design.tests.TypeNameTests) Time elapsed: 0 s isNotQualified[25](org.eclipse.emf.ecoretools.design.tests.TypeNameTests) Time elapsed: 0 s isNotQualified[26](org.eclipse.emf.ecoretools.design.tests.TypeNameTests) Time elapsed: 0 s isNotQualified[27](org.eclipse.emf.ecoretools.design.tests.TypeNameTests) Time elapsed: 0 s isNotQualified[28](org.eclipse.emf.ecoretools.design.tests.TypeNameTests) Time elapsed: 0 s isNotQualified[29](org.eclipse.emf.ecoretools.design.tests.TypeNameTests) Time elapsed: 0 s isNotQualified[30](org.eclipse.emf.ecoretools.design.tests.TypeNameTests) Time elapsed: 0 s isNotQualified[31](org.eclipse.emf.ecoretools.design.tests.TypeNameTests) Time elapsed: 0 s isNotQualified[32](org.eclipse.emf.ecoretools.design.tests.TypeNameTests) Time elapsed: 0 s isNotQualified[33](org.eclipse.emf.ecoretools.design.tests.TypeNameTests) Time elapsed: 0 s isNotQualified[34](org.eclipse.emf.ecoretools.design.tests.TypeNameTests) Time elapsed: 0 s isNotQualified[35](org.eclipse.emf.ecoretools.design.tests.TypeNameTests) Time elapsed: 0 s isNotQualified[36](org.eclipse.emf.ecoretools.design.tests.TypeNameTests) Time elapsed: 0 s isNotQualified[37](org.eclipse.emf.ecoretools.design.tests.TypeNameTests) Time elapsed: 0 s isNotQualified[38](org.eclipse.emf.ecoretools.design.tests.TypeNameTests) Time elapsed: 0 s isNotQualified[39](org.eclipse.emf.ecoretools.design.tests.TypeNameTests) Time elapsed: 0 s isNotQualified[40](org.eclipse.emf.ecoretools.design.tests.TypeNameTests) Time elapsed: 0.001 s isNotQualified[41](org.eclipse.emf.ecoretools.design.tests.TypeNameTests) Time elapsed: 0 s isNotQualified[42](org.eclipse.emf.ecoretools.design.tests.TypeNameTests) Time elapsed: 0 s isNotQualified[43](org.eclipse.emf.ecoretools.design.tests.TypeNameTests) Time elapsed: 0 s isNotQualified[44](org.eclipse.emf.ecoretools.design.tests.TypeNameTests) Time elapsed: 0 s isNotQualified[45](org.eclipse.emf.ecoretools.design.tests.TypeNameTests) Time elapsed: 0 s isNotQualified[46](org.eclipse.emf.ecoretools.design.tests.TypeNameTests) Time elapsed: 0 s isNotQualified[47](org.eclipse.emf.ecoretools.design.tests.TypeNameTests) Time elapsed: 0 s isNotQualified[48](org.eclipse.emf.ecoretools.design.tests.TypeNameTests) Time elapsed: 0 s isNotQualified[49](org.eclipse.emf.ecoretools.design.tests.TypeNameTests) Time elapsed: 0 s isNotQualified[50](org.eclipse.emf.ecoretools.design.tests.TypeNameTests) Time elapsed: 0 s isNotQualified[51](org.eclipse.emf.ecoretools.design.tests.TypeNameTests) Time elapsed: 0 s isNotQualified[52](org.eclipse.emf.ecoretools.design.tests.TypeNameTests) Time elapsed: 0 s isNotQualified[53](org.eclipse.emf.ecoretools.design.tests.TypeNameTests) Time elapsed: 0 s isNotQualified[54](org.eclipse.emf.ecoretools.design.tests.TypeNameTests) Time elapsed: 0 s isNotQualified[55](org.eclipse.emf.ecoretools.design.tests.TypeNameTests) Time elapsed: 0 s isNotQualified[56](org.eclipse.emf.ecoretools.design.tests.TypeNameTests) Time elapsed: 0 s isNotQualified[57](org.eclipse.emf.ecoretools.design.tests.TypeNameTests) Time elapsed: 0 s isNotQualified[58](org.eclipse.emf.ecoretools.design.tests.TypeNameTests) Time elapsed: 0 s isNotQualified[59](org.eclipse.emf.ecoretools.design.tests.TypeNameTests) Time elapsed: 0 s isNotQualified[60](org.eclipse.emf.ecoretools.design.tests.TypeNameTests) Time elapsed: 0 s Results: Failures: VsmValidationTests.isValid:51 The VSM is not valid it has errors : Diagnostic ERROR source=org.eclipse.emf.ecore code=0 Diagnosis of org.eclipse.sirius.viewpoint.description.impl.GroupImpl@5609b5eb{platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#/} data=[org.eclipse.sirius.viewpoint.description.impl.GroupImpl@5609b5eb (documentation: , name: EcoreTools, version: 12.0.0.2017041100)] [Diagnostic WARNING source=org.eclipse.sirius.diagram code=1 The Drop tool External EClass from treeview accepts arbitrary elements from the Model Content view as drag source. You should specify a precondition to validate the nature of the dragged element. data=[org.eclipse.sirius.diagram.business.internal.metamodel.description.tool.spec.ContainerDropDescriptionSpec@94faa8d3 (documentation: ) (name: External EClass from treeview, label: null, precondition: , forceRefresh: true, elementsToSelect: , inverseSelectionOrder: false) (dragSource: PROJECT_EXPLORER, moveEdges: false)], Diagnostic INFO source=org.eclipse.sirius code=80 The constraint "Invalid Feature Name" is disabled. It will not be evaluated. data=[], Diagnostic INFO source=org.eclipse.sirius.diagram code=80 The constraint "No reconnect on regions" is disabled. It will not be evaluated. data=[], Diagnostic INFO source=org.eclipse.sirius.diagram code=80 The constraint "Resolvable Domain Class" is disabled. It will not be evaluated. data=[], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the input' variable data=[org.eclipse.sirius.properties.impl.DialogModelOperationImpl@cd651bbe (titleExpression: aql:'Properties for ' + input.emfEditServices(self).getText())], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the input' variable data=[org.eclipse.sirius.properties.impl.PageDescriptionImpl@f9394e45 (name: Default Page, label: null) (documentation: , labelExpression: aql:input.emfEditServices(self).getText(), domainClass: null, semanticCandidateExpression: var:self, preconditionExpression: null, filterGroupsFromExtendedPageExpression: null, filterValidationRulesFromExtendedPageExpression: null, indented: false)], Diagnostic WARNING source=org.eclipse.sirius.diagram code=1 The Drop tool Drop EPackage into EPackage accepts arbitrary elements from the Model Content view as drag source. You should specify a precondition to validate the nature of the dragged element. data=[org.eclipse.sirius.diagram.business.internal.metamodel.description.tool.spec.ContainerDropDescriptionSpec@abaef50a (documentation: ) (name: Drop EPackage into EPackage, label: null, precondition: , forceRefresh: false, elementsToSelect: , inverseSelectionOrder: false) (dragSource: BOTH, moveEdges: false)], Diagnostic WARNING source=org.eclipse.sirius.diagram code=1 The Drop tool External EPackageTo Analyze from treeview accepts arbitrary elements from the Model Content view as drag source. You should specify a precondition to validate the nature of the dragged element. data=[org.eclipse.sirius.diagram.business.internal.metamodel.description.tool.spec.ContainerDropDescriptionSpec@39e9984d (documentation: ) (name: External EPackageTo Analyze from treeview, label: null, precondition: , forceRefresh: true, elementsToSelect: , inverseSelectionOrder: false) (dragSource: PROJECT_EXPLORER, moveEdges: false)], Diagnostic INFO source=org.eclipse.sirius code=1 Always false: Nothing inferred when self (EClassifier=GenPackage) is type of EClassifierLiteral=GenFeature data=[org.eclipse.sirius.table.business.internal.metamodel.description.spec.FeatureColumnMappingSpec@536b976c (name: Category, label: null) (semanticElements: null) (headerLabelExpression: Category, initialWidth: 0) (canEdit: aql:self.oclIsTypeOf(genmodel::GenFeature), featureName: propertyCategory, labelExpression: aql:self->filter(genmodel::GenFeature).propertyCategory->first(), featureParentExpression: null)], Diagnostic INFO source=org.eclipse.sirius code=1 Always false: Nothing inferred when self (EClassifier=GenPackage) is type of EClassifierLiteral=GenFeature data=[org.eclipse.sirius.table.business.internal.metamodel.description.spec.FeatureColumnMappingSpec@af61485c (name: Decription, label: null) (semanticElements: null) (headerLabelExpression: Description, initialWidth: 0) (canEdit: aql:self.oclIsTypeOf(genmodel::GenFeature), featureName: propertyDescription, labelExpression: aql:self->filter(genmodel::GenFeature).propertyDescription->first(), featureParentExpression: null)], Diagnostic INFO source=org.eclipse.sirius code=1 Always true: Nothing inferred when self (EClassifier=ENamedElement) is not kind of EClassifierLiteral=ENamedElement data=[org.eclipse.sirius.viewpoint.description.validation.impl.RuleAuditImpl@b8cbd50e (auditExpression: aql: (not self.oclIsKindOf(ecore::ENamedElement) ) or (self.name <> null and self.name.size() > 0))], Diagnostic INFO source=org.eclipse.sirius code=1 Always true: Nothing inferred when self (EClassifier=ENamedElement) is not kind of EClassifierLiteral=ENamedElement data=[org.eclipse.sirius.viewpoint.description.validation.impl.RuleAuditImpl@da05dd19 (auditExpression: aql:(not self.oclIsKindOf(ecore::ENamedElement) ) or self.name <> null and self.name.size() > 0)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the isConfiguredForALE(EClassifier=EPackage)' service data=[org.eclipse.sirius.properties.impl.PageDescriptionImpl@7d7c0b1f (name: execution_page, label: null) (documentation: , labelExpression: Execution, domainClass: null, semanticCandidateExpression: var:self, preconditionExpression: aql:self.eContainerOrSelf(ecore::EPackage).isConfiguredForALE(), filterGroupsFromExtendedPageExpression: null, filterValidationRulesFromExtendedPageExpression: null, indented: false)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the input' variable data=[org.eclipse.sirius.properties.impl.GroupDescriptionImpl@2344bb3 (name: default rules, label: null) (documentation: , labelExpression: aql:input.emfEditServices(self).getText(), domainClass: null, semanticCandidateExpression: aql:self.removeSemanticElementsToHide(input.getAllSemanticElements(),input.context().semanticDecorator()), preconditionExpression: , filterControlsFromExtendedGroupExpression: null, filterValidationRulesFromExtendedGroupExpression: null, filterConditionalStylesFromExtendedGroupExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the input' variable data=[org.eclipse.sirius.properties.impl.GroupDescriptionImpl@2344bb3 (name: default rules, label: null) (documentation: , labelExpression: aql:input.emfEditServices(self).getText(), domainClass: null, semanticCandidateExpression: aql:self.removeSemanticElementsToHide(input.getAllSemanticElements(),input.context().semanticDecorator()), preconditionExpression: , filterControlsFromExtendedGroupExpression: null, filterValidationRulesFromExtendedGroupExpression: null, filterConditionalStylesFromExtendedGroupExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the input' variable data=[org.eclipse.sirius.properties.impl.GroupDescriptionImpl@2344bb3 (name: default rules, label: null) (documentation: , labelExpression: aql:input.emfEditServices(self).getText(), domainClass: null, semanticCandidateExpression: aql:self.removeSemanticElementsToHide(input.getAllSemanticElements(),input.context().semanticDecorator()), preconditionExpression: , filterControlsFromExtendedGroupExpression: null, filterValidationRulesFromExtendedGroupExpression: null, filterConditionalStylesFromExtendedGroupExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the input' variable data=[org.eclipse.sirius.properties.impl.DynamicMappingForDescriptionImpl@7087a6b (name: sirius_default_rules_structural_features_for, label: null) (documentation: ) (iterator: eStructuralFeature, iterableExpression: aql:self.removeFeaturesToHide(input.emfEditServices(self).getEStructuralFeatures()), forceRefresh: false, filterIfsFromExtendedDynamicMappingForExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the input' variable data=[org.eclipse.sirius.properties.impl.DynamicMappingIfDescriptionImpl@74f03831 (name: sirius_default_rules_mono_string_if, label: null) (predicateExpression: aql:input.emfEditServices(self).needsTextWidget(eStructuralFeature) and not input.emfEditServices(self).isMultiline(eStructuralFeature))], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.properties.impl.DynamicMappingIfDescriptionImpl@74f03831 (name: sirius_default_rules_mono_string_if, label: null) (predicateExpression: aql:input.emfEditServices(self).needsTextWidget(eStructuralFeature) and not input.emfEditServices(self).isMultiline(eStructuralFeature))], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the input' variable data=[org.eclipse.sirius.properties.impl.DynamicMappingIfDescriptionImpl@74f03831 (name: sirius_default_rules_mono_string_if, label: null) (predicateExpression: aql:input.emfEditServices(self).needsTextWidget(eStructuralFeature) and not input.emfEditServices(self).isMultiline(eStructuralFeature))], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.properties.impl.DynamicMappingIfDescriptionImpl@74f03831 (name: sirius_default_rules_mono_string_if, label: null) (predicateExpression: aql:input.emfEditServices(self).needsTextWidget(eStructuralFeature) and not input.emfEditServices(self).isMultiline(eStructuralFeature))], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the input' variable data=[org.eclipse.sirius.properties.impl.TextDescriptionImpl@d2b84dd (name: sirius_default_rules_mono_string, label: null) (documentation: ) (labelExpression: aql:input.emfEditServices(self).getText(eStructuralFeature)+':', helpExpression: aql:input.emfEditServices(self).getDescription(eStructuralFeature), isEnabledExpression: aql:eStructuralFeature.changeable) (valueExpression: aql:if eStructuralFeature.name = 'upperBound' and self.oclIsKindOf(ecore::ETypedElement) then self.upperBoundDisplay() else self.eGet(eStructuralFeature.name) endif, filterConditionalStylesFromExtendedTextExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.properties.impl.TextDescriptionImpl@d2b84dd (name: sirius_default_rules_mono_string, label: null) (documentation: ) (labelExpression: aql:input.emfEditServices(self).getText(eStructuralFeature)+':', helpExpression: aql:input.emfEditServices(self).getDescription(eStructuralFeature), isEnabledExpression: aql:eStructuralFeature.changeable) (valueExpression: aql:if eStructuralFeature.name = 'upperBound' and self.oclIsKindOf(ecore::ETypedElement) then self.upperBoundDisplay() else self.eGet(eStructuralFeature.name) endif, filterConditionalStylesFromExtendedTextExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the input' variable data=[org.eclipse.sirius.properties.impl.TextDescriptionImpl@d2b84dd (name: sirius_default_rules_mono_string, label: null) (documentation: ) (labelExpression: aql:input.emfEditServices(self).getText(eStructuralFeature)+':', helpExpression: aql:input.emfEditServices(self).getDescription(eStructuralFeature), isEnabledExpression: aql:eStructuralFeature.changeable) (valueExpression: aql:if eStructuralFeature.name = 'upperBound' and self.oclIsKindOf(ecore::ETypedElement) then self.upperBoundDisplay() else self.eGet(eStructuralFeature.name) endif, filterConditionalStylesFromExtendedTextExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.properties.impl.TextDescriptionImpl@d2b84dd (name: sirius_default_rules_mono_string, label: null) (documentation: ) (labelExpression: aql:input.emfEditServices(self).getText(eStructuralFeature)+':', helpExpression: aql:input.emfEditServices(self).getDescription(eStructuralFeature), isEnabledExpression: aql:eStructuralFeature.changeable) (valueExpression: aql:if eStructuralFeature.name = 'upperBound' and self.oclIsKindOf(ecore::ETypedElement) then self.upperBoundDisplay() else self.eGet(eStructuralFeature.name) endif, filterConditionalStylesFromExtendedTextExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.properties.impl.TextDescriptionImpl@d2b84dd (name: sirius_default_rules_mono_string, label: null) (documentation: ) (labelExpression: aql:input.emfEditServices(self).getText(eStructuralFeature)+':', helpExpression: aql:input.emfEditServices(self).getDescription(eStructuralFeature), isEnabledExpression: aql:eStructuralFeature.changeable) (valueExpression: aql:if eStructuralFeature.name = 'upperBound' and self.oclIsKindOf(ecore::ETypedElement) then self.upperBoundDisplay() else self.eGet(eStructuralFeature.name) endif, filterConditionalStylesFromExtendedTextExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.properties.impl.TextDescriptionImpl@d2b84dd (name: sirius_default_rules_mono_string, label: null) (documentation: ) (labelExpression: aql:input.emfEditServices(self).getText(eStructuralFeature)+':', helpExpression: aql:input.emfEditServices(self).getDescription(eStructuralFeature), isEnabledExpression: aql:eStructuralFeature.changeable) (valueExpression: aql:if eStructuralFeature.name = 'upperBound' and self.oclIsKindOf(ecore::ETypedElement) then self.upperBoundDisplay() else self.eGet(eStructuralFeature.name) endif, filterConditionalStylesFromExtendedTextExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the upperBoundDisplay(EClassifier=ETypedElement)' service data=[org.eclipse.sirius.properties.impl.TextDescriptionImpl@d2b84dd (name: sirius_default_rules_mono_string, label: null) (documentation: ) (labelExpression: aql:input.emfEditServices(self).getText(eStructuralFeature)+':', helpExpression: aql:input.emfEditServices(self).getDescription(eStructuralFeature), isEnabledExpression: aql:eStructuralFeature.changeable) (valueExpression: aql:if eStructuralFeature.name = 'upperBound' and self.oclIsKindOf(ecore::ETypedElement) then self.upperBoundDisplay() else self.eGet(eStructuralFeature.name) endif, filterConditionalStylesFromExtendedTextExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.properties.impl.TextDescriptionImpl@d2b84dd (name: sirius_default_rules_mono_string, label: null) (documentation: ) (labelExpression: aql:input.emfEditServices(self).getText(eStructuralFeature)+':', helpExpression: aql:input.emfEditServices(self).getDescription(eStructuralFeature), isEnabledExpression: aql:eStructuralFeature.changeable) (valueExpression: aql:if eStructuralFeature.name = 'upperBound' and self.oclIsKindOf(ecore::ETypedElement) then self.upperBoundDisplay() else self.eGet(eStructuralFeature.name) endif, filterConditionalStylesFromExtendedTextExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 The predicate never evaluates to a boolean type ([]). data=[org.eclipse.sirius.properties.impl.TextDescriptionImpl@d2b84dd (name: sirius_default_rules_mono_string, label: null) (documentation: ) (labelExpression: aql:input.emfEditServices(self).getText(eStructuralFeature)+':', helpExpression: aql:input.emfEditServices(self).getDescription(eStructuralFeature), isEnabledExpression: aql:eStructuralFeature.changeable) (valueExpression: aql:if eStructuralFeature.name = 'upperBound' and self.oclIsKindOf(ecore::ETypedElement) then self.upperBoundDisplay() else self.eGet(eStructuralFeature.name) endif, filterConditionalStylesFromExtendedTextExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.viewpoint.description.tool.impl.CaseImpl@e2c203 (conditionExpression: aql:eStructuralFeature.name = 'upperBound' and self.oclIsKindOf(ecore::ETypedElement))], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the newValue' variable data=[org.eclipse.sirius.viewpoint.description.tool.impl.ChangeContextImpl@383b5b9d (browseExpression: aql:self.setUpperBound(newValue))], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the input' variable data=[org.eclipse.sirius.viewpoint.description.tool.impl.ChangeContextImpl@8e248749 (browseExpression: aql:input.emfEditServices(self).setValue(eStructuralFeature, newValue))], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.viewpoint.description.tool.impl.ChangeContextImpl@8e248749 (browseExpression: aql:input.emfEditServices(self).setValue(eStructuralFeature, newValue))], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the newValue' variable data=[org.eclipse.sirius.viewpoint.description.tool.impl.ChangeContextImpl@8e248749 (browseExpression: aql:input.emfEditServices(self).setValue(eStructuralFeature, newValue))], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.properties.impl.TextWidgetConditionalStyleImpl@fbcf0f58 (preconditionExpression: aql:eStructuralFeature.lowerBound==1)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the input' variable data=[org.eclipse.sirius.properties.impl.DynamicMappingIfDescriptionImpl@9f7bcaaf (name: sirius_default_rules_multi_string_if, label: null) (predicateExpression: aql:input.emfEditServices(self).needsTextWidget(eStructuralFeature) and input.emfEditServices(self).isMultiline(eStructuralFeature))], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.properties.impl.DynamicMappingIfDescriptionImpl@9f7bcaaf (name: sirius_default_rules_multi_string_if, label: null) (predicateExpression: aql:input.emfEditServices(self).needsTextWidget(eStructuralFeature) and input.emfEditServices(self).isMultiline(eStructuralFeature))], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the input' variable data=[org.eclipse.sirius.properties.impl.DynamicMappingIfDescriptionImpl@9f7bcaaf (name: sirius_default_rules_multi_string_if, label: null) (predicateExpression: aql:input.emfEditServices(self).needsTextWidget(eStructuralFeature) and input.emfEditServices(self).isMultiline(eStructuralFeature))], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.properties.impl.DynamicMappingIfDescriptionImpl@9f7bcaaf (name: sirius_default_rules_multi_string_if, label: null) (predicateExpression: aql:input.emfEditServices(self).needsTextWidget(eStructuralFeature) and input.emfEditServices(self).isMultiline(eStructuralFeature))], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the input' variable data=[org.eclipse.sirius.properties.impl.TextAreaDescriptionImpl@766b0961 (name: sirius_default_rules_multi_string, label: null) (documentation: ) (labelExpression: aql:input.emfEditServices(self).getText(eStructuralFeature)+':', helpExpression: aql:input.emfEditServices(self).getDescription(eStructuralFeature), isEnabledExpression: aql:eStructuralFeature.changeable) (lineCount: 5, valueExpression: aql:self.eGet(eStructuralFeature.name), filterConditionalStylesFromExtendedTextAreaExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.properties.impl.TextAreaDescriptionImpl@766b0961 (name: sirius_default_rules_multi_string, label: null) (documentation: ) (labelExpression: aql:input.emfEditServices(self).getText(eStructuralFeature)+':', helpExpression: aql:input.emfEditServices(self).getDescription(eStructuralFeature), isEnabledExpression: aql:eStructuralFeature.changeable) (lineCount: 5, valueExpression: aql:self.eGet(eStructuralFeature.name), filterConditionalStylesFromExtendedTextAreaExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the input' variable data=[org.eclipse.sirius.properties.impl.TextAreaDescriptionImpl@766b0961 (name: sirius_default_rules_multi_string, label: null) (documentation: ) (labelExpression: aql:input.emfEditServices(self).getText(eStructuralFeature)+':', helpExpression: aql:input.emfEditServices(self).getDescription(eStructuralFeature), isEnabledExpression: aql:eStructuralFeature.changeable) (lineCount: 5, valueExpression: aql:self.eGet(eStructuralFeature.name), filterConditionalStylesFromExtendedTextAreaExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.properties.impl.TextAreaDescriptionImpl@766b0961 (name: sirius_default_rules_multi_string, label: null) (documentation: ) (labelExpression: aql:input.emfEditServices(self).getText(eStructuralFeature)+':', helpExpression: aql:input.emfEditServices(self).getDescription(eStructuralFeature), isEnabledExpression: aql:eStructuralFeature.changeable) (lineCount: 5, valueExpression: aql:self.eGet(eStructuralFeature.name), filterConditionalStylesFromExtendedTextAreaExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.properties.impl.TextAreaDescriptionImpl@766b0961 (name: sirius_default_rules_multi_string, label: null) (documentation: ) (labelExpression: aql:input.emfEditServices(self).getText(eStructuralFeature)+':', helpExpression: aql:input.emfEditServices(self).getDescription(eStructuralFeature), isEnabledExpression: aql:eStructuralFeature.changeable) (lineCount: 5, valueExpression: aql:self.eGet(eStructuralFeature.name), filterConditionalStylesFromExtendedTextAreaExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.properties.impl.TextAreaDescriptionImpl@766b0961 (name: sirius_default_rules_multi_string, label: null) (documentation: ) (labelExpression: aql:input.emfEditServices(self).getText(eStructuralFeature)+':', helpExpression: aql:input.emfEditServices(self).getDescription(eStructuralFeature), isEnabledExpression: aql:eStructuralFeature.changeable) (lineCount: 5, valueExpression: aql:self.eGet(eStructuralFeature.name), filterConditionalStylesFromExtendedTextAreaExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the input' variable data=[org.eclipse.sirius.viewpoint.description.tool.impl.ChangeContextImpl@615897fe (browseExpression: aql:input.emfEditServices(self).setValue(eStructuralFeature, newValue))], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.viewpoint.description.tool.impl.ChangeContextImpl@615897fe (browseExpression: aql:input.emfEditServices(self).setValue(eStructuralFeature, newValue))], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the newValue' variable data=[org.eclipse.sirius.viewpoint.description.tool.impl.ChangeContextImpl@615897fe (browseExpression: aql:input.emfEditServices(self).setValue(eStructuralFeature, newValue))], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.properties.impl.TextWidgetConditionalStyleImpl@b6b79f4e (preconditionExpression: aql:eStructuralFeature.lowerBound==1)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the input' variable data=[org.eclipse.sirius.properties.impl.DynamicMappingIfDescriptionImpl@ec53e8bf (name: sirius_default_rules_mono_boolean, label: null) (predicateExpression: aql:input.emfEditServices(self).needsCheckboxWidget(eStructuralFeature))], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.properties.impl.DynamicMappingIfDescriptionImpl@ec53e8bf (name: sirius_default_rules_mono_boolean, label: null) (predicateExpression: aql:input.emfEditServices(self).needsCheckboxWidget(eStructuralFeature))], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the input' variable data=[org.eclipse.sirius.properties.impl.CheckboxDescriptionImpl@9dc03a80 (name: sirius_default_rules_mono_boolean, label: null) (documentation: ) (labelExpression: aql:input.emfEditServices(self).getText(eStructuralFeature), helpExpression: aql:input.emfEditServices(self).getDescription(eStructuralFeature), isEnabledExpression: aql:eStructuralFeature.changeable, valueExpression: aql:self.eGet(eStructuralFeature.name), filterConditionalStylesFromExtendedCheckboxExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.properties.impl.CheckboxDescriptionImpl@9dc03a80 (name: sirius_default_rules_mono_boolean, label: null) (documentation: ) (labelExpression: aql:input.emfEditServices(self).getText(eStructuralFeature), helpExpression: aql:input.emfEditServices(self).getDescription(eStructuralFeature), isEnabledExpression: aql:eStructuralFeature.changeable, valueExpression: aql:self.eGet(eStructuralFeature.name), filterConditionalStylesFromExtendedCheckboxExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the input' variable data=[org.eclipse.sirius.properties.impl.CheckboxDescriptionImpl@9dc03a80 (name: sirius_default_rules_mono_boolean, label: null) (documentation: ) (labelExpression: aql:input.emfEditServices(self).getText(eStructuralFeature), helpExpression: aql:input.emfEditServices(self).getDescription(eStructuralFeature), isEnabledExpression: aql:eStructuralFeature.changeable, valueExpression: aql:self.eGet(eStructuralFeature.name), filterConditionalStylesFromExtendedCheckboxExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.properties.impl.CheckboxDescriptionImpl@9dc03a80 (name: sirius_default_rules_mono_boolean, label: null) (documentation: ) (labelExpression: aql:input.emfEditServices(self).getText(eStructuralFeature), helpExpression: aql:input.emfEditServices(self).getDescription(eStructuralFeature), isEnabledExpression: aql:eStructuralFeature.changeable, valueExpression: aql:self.eGet(eStructuralFeature.name), filterConditionalStylesFromExtendedCheckboxExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.properties.impl.CheckboxDescriptionImpl@9dc03a80 (name: sirius_default_rules_mono_boolean, label: null) (documentation: ) (labelExpression: aql:input.emfEditServices(self).getText(eStructuralFeature), helpExpression: aql:input.emfEditServices(self).getDescription(eStructuralFeature), isEnabledExpression: aql:eStructuralFeature.changeable, valueExpression: aql:self.eGet(eStructuralFeature.name), filterConditionalStylesFromExtendedCheckboxExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.properties.impl.CheckboxDescriptionImpl@9dc03a80 (name: sirius_default_rules_mono_boolean, label: null) (documentation: ) (labelExpression: aql:input.emfEditServices(self).getText(eStructuralFeature), helpExpression: aql:input.emfEditServices(self).getDescription(eStructuralFeature), isEnabledExpression: aql:eStructuralFeature.changeable, valueExpression: aql:self.eGet(eStructuralFeature.name), filterConditionalStylesFromExtendedCheckboxExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the input' variable data=[org.eclipse.sirius.viewpoint.description.tool.impl.ChangeContextImpl@bfe366ab (browseExpression: aql:input.emfEditServices(self).setValue(eStructuralFeature, newValue))], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.viewpoint.description.tool.impl.ChangeContextImpl@bfe366ab (browseExpression: aql:input.emfEditServices(self).setValue(eStructuralFeature, newValue))], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the newValue' variable data=[org.eclipse.sirius.viewpoint.description.tool.impl.ChangeContextImpl@bfe366ab (browseExpression: aql:input.emfEditServices(self).setValue(eStructuralFeature, newValue))], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.properties.impl.CheckboxWidgetConditionalStyleImpl@20b9958a (preconditionExpression: aql:eStructuralFeature.lowerBound==1)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.properties.impl.DynamicMappingIfDescriptionImpl@39f59153 (name: sirius_default_rules_enum_if, label: null) (predicateExpression: aql:eStructuralFeature.eType.oclIsKindOf(ecore::EEnum) and not(eStructuralFeature.many))], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.properties.impl.DynamicMappingIfDescriptionImpl@39f59153 (name: sirius_default_rules_enum_if, label: null) (predicateExpression: aql:eStructuralFeature.eType.oclIsKindOf(ecore::EEnum) and not(eStructuralFeature.many))], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the input' variable data=[org.eclipse.sirius.properties.impl.RadioDescriptionImpl@2930324d (name: sirius_default_rules_enum, label: null) (documentation: ) (labelExpression: aql:input.emfEditServices(self).getText(eStructuralFeature)+':', helpExpression: aql:input.emfEditServices(self).getDescription(eStructuralFeature), isEnabledExpression: aql:eStructuralFeature.changeable, valueExpression: aql:eStructuralFeature.eType.oclAsType(ecore::EEnum).getEEnumLiteralByLiteral(self.eGet(eStructuralFeature.name).toString()), candidatesExpression: aql:eStructuralFeature.eType.oclAsType(ecore::EEnum).eLiterals, candidateDisplayExpression: aql:candidate.name, numberOfColumns: 5, filterConditionalStylesFromExtendedRadioExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.properties.impl.RadioDescriptionImpl@2930324d (name: sirius_default_rules_enum, label: null) (documentation: ) (labelExpression: aql:input.emfEditServices(self).getText(eStructuralFeature)+':', helpExpression: aql:input.emfEditServices(self).getDescription(eStructuralFeature), isEnabledExpression: aql:eStructuralFeature.changeable, valueExpression: aql:eStructuralFeature.eType.oclAsType(ecore::EEnum).getEEnumLiteralByLiteral(self.eGet(eStructuralFeature.name).toString()), candidatesExpression: aql:eStructuralFeature.eType.oclAsType(ecore::EEnum).eLiterals, candidateDisplayExpression: aql:candidate.name, numberOfColumns: 5, filterConditionalStylesFromExtendedRadioExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the input' variable data=[org.eclipse.sirius.properties.impl.RadioDescriptionImpl@2930324d (name: sirius_default_rules_enum, label: null) (documentation: ) (labelExpression: aql:input.emfEditServices(self).getText(eStructuralFeature)+':', helpExpression: aql:input.emfEditServices(self).getDescription(eStructuralFeature), isEnabledExpression: aql:eStructuralFeature.changeable, valueExpression: aql:eStructuralFeature.eType.oclAsType(ecore::EEnum).getEEnumLiteralByLiteral(self.eGet(eStructuralFeature.name).toString()), candidatesExpression: aql:eStructuralFeature.eType.oclAsType(ecore::EEnum).eLiterals, candidateDisplayExpression: aql:candidate.name, numberOfColumns: 5, filterConditionalStylesFromExtendedRadioExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.properties.impl.RadioDescriptionImpl@2930324d (name: sirius_default_rules_enum, label: null) (documentation: ) (labelExpression: aql:input.emfEditServices(self).getText(eStructuralFeature)+':', helpExpression: aql:input.emfEditServices(self).getDescription(eStructuralFeature), isEnabledExpression: aql:eStructuralFeature.changeable, valueExpression: aql:eStructuralFeature.eType.oclAsType(ecore::EEnum).getEEnumLiteralByLiteral(self.eGet(eStructuralFeature.name).toString()), candidatesExpression: aql:eStructuralFeature.eType.oclAsType(ecore::EEnum).eLiterals, candidateDisplayExpression: aql:candidate.name, numberOfColumns: 5, filterConditionalStylesFromExtendedRadioExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.properties.impl.RadioDescriptionImpl@2930324d (name: sirius_default_rules_enum, label: null) (documentation: ) (labelExpression: aql:input.emfEditServices(self).getText(eStructuralFeature)+':', helpExpression: aql:input.emfEditServices(self).getDescription(eStructuralFeature), isEnabledExpression: aql:eStructuralFeature.changeable, valueExpression: aql:eStructuralFeature.eType.oclAsType(ecore::EEnum).getEEnumLiteralByLiteral(self.eGet(eStructuralFeature.name).toString()), candidatesExpression: aql:eStructuralFeature.eType.oclAsType(ecore::EEnum).eLiterals, candidateDisplayExpression: aql:candidate.name, numberOfColumns: 5, filterConditionalStylesFromExtendedRadioExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.properties.impl.RadioDescriptionImpl@2930324d (name: sirius_default_rules_enum, label: null) (documentation: ) (labelExpression: aql:input.emfEditServices(self).getText(eStructuralFeature)+':', helpExpression: aql:input.emfEditServices(self).getDescription(eStructuralFeature), isEnabledExpression: aql:eStructuralFeature.changeable, valueExpression: aql:eStructuralFeature.eType.oclAsType(ecore::EEnum).getEEnumLiteralByLiteral(self.eGet(eStructuralFeature.name).toString()), candidatesExpression: aql:eStructuralFeature.eType.oclAsType(ecore::EEnum).eLiterals, candidateDisplayExpression: aql:candidate.name, numberOfColumns: 5, filterConditionalStylesFromExtendedRadioExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.properties.impl.RadioDescriptionImpl@2930324d (name: sirius_default_rules_enum, label: null) (documentation: ) (labelExpression: aql:input.emfEditServices(self).getText(eStructuralFeature)+':', helpExpression: aql:input.emfEditServices(self).getDescription(eStructuralFeature), isEnabledExpression: aql:eStructuralFeature.changeable, valueExpression: aql:eStructuralFeature.eType.oclAsType(ecore::EEnum).getEEnumLiteralByLiteral(self.eGet(eStructuralFeature.name).toString()), candidatesExpression: aql:eStructuralFeature.eType.oclAsType(ecore::EEnum).eLiterals, candidateDisplayExpression: aql:candidate.name, numberOfColumns: 5, filterConditionalStylesFromExtendedRadioExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.properties.impl.RadioDescriptionImpl@2930324d (name: sirius_default_rules_enum, label: null) (documentation: ) (labelExpression: aql:input.emfEditServices(self).getText(eStructuralFeature)+':', helpExpression: aql:input.emfEditServices(self).getDescription(eStructuralFeature), isEnabledExpression: aql:eStructuralFeature.changeable, valueExpression: aql:eStructuralFeature.eType.oclAsType(ecore::EEnum).getEEnumLiteralByLiteral(self.eGet(eStructuralFeature.name).toString()), candidatesExpression: aql:eStructuralFeature.eType.oclAsType(ecore::EEnum).eLiterals, candidateDisplayExpression: aql:candidate.name, numberOfColumns: 5, filterConditionalStylesFromExtendedRadioExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the candidate' variable data=[org.eclipse.sirius.properties.impl.RadioDescriptionImpl@2930324d (name: sirius_default_rules_enum, label: null) (documentation: ) (labelExpression: aql:input.emfEditServices(self).getText(eStructuralFeature)+':', helpExpression: aql:input.emfEditServices(self).getDescription(eStructuralFeature), isEnabledExpression: aql:eStructuralFeature.changeable, valueExpression: aql:eStructuralFeature.eType.oclAsType(ecore::EEnum).getEEnumLiteralByLiteral(self.eGet(eStructuralFeature.name).toString()), candidatesExpression: aql:eStructuralFeature.eType.oclAsType(ecore::EEnum).eLiterals, candidateDisplayExpression: aql:candidate.name, numberOfColumns: 5, filterConditionalStylesFromExtendedRadioExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the input' variable data=[org.eclipse.sirius.viewpoint.description.tool.impl.ChangeContextImpl@daca6c71 (browseExpression: aql:input.emfEditServices(self).setValue(eStructuralFeature, newValue.instance))], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.viewpoint.description.tool.impl.ChangeContextImpl@daca6c71 (browseExpression: aql:input.emfEditServices(self).setValue(eStructuralFeature, newValue.instance))], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the newValue' variable data=[org.eclipse.sirius.viewpoint.description.tool.impl.ChangeContextImpl@daca6c71 (browseExpression: aql:input.emfEditServices(self).setValue(eStructuralFeature, newValue.instance))], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.properties.impl.RadioWidgetConditionalStyleImpl@3c4011b9 (preconditionExpression: aql:eStructuralFeature.lowerBound==1)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.properties.impl.DynamicMappingIfDescriptionImpl@9ce31f78 (name: sirius_default_rules_eattribute_many_if, label: null) (predicateExpression: aql:eStructuralFeature.oclIsKindOf(ecore::EAttribute) and eStructuralFeature.many)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.properties.impl.DynamicMappingIfDescriptionImpl@9ce31f78 (name: sirius_default_rules_eattribute_many_if, label: null) (predicateExpression: aql:eStructuralFeature.oclIsKindOf(ecore::EAttribute) and eStructuralFeature.many)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the input' variable data=[org.eclipse.sirius.properties.impl.ListDescriptionImpl@56dbaa76 (name: sirius_default_rules_eattribute_many, label: null) (documentation: ) (labelExpression: aql:input.emfEditServices(self).getText(eStructuralFeature)+':', helpExpression: aql:input.emfEditServices(self).getDescription(eStructuralFeature), isEnabledExpression: aql:eStructuralFeature.changeable, valueExpression: aql:self.eGet(eStructuralFeature.name), displayExpression: var:value, filterConditionalStylesFromExtendedListExpression: null, filterActionsFromExtendedListExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.properties.impl.ListDescriptionImpl@56dbaa76 (name: sirius_default_rules_eattribute_many, label: null) (documentation: ) (labelExpression: aql:input.emfEditServices(self).getText(eStructuralFeature)+':', helpExpression: aql:input.emfEditServices(self).getDescription(eStructuralFeature), isEnabledExpression: aql:eStructuralFeature.changeable, valueExpression: aql:self.eGet(eStructuralFeature.name), displayExpression: var:value, filterConditionalStylesFromExtendedListExpression: null, filterActionsFromExtendedListExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the input' variable data=[org.eclipse.sirius.properties.impl.ListDescriptionImpl@56dbaa76 (name: sirius_default_rules_eattribute_many, label: null) (documentation: ) (labelExpression: aql:input.emfEditServices(self).getText(eStructuralFeature)+':', helpExpression: aql:input.emfEditServices(self).getDescription(eStructuralFeature), isEnabledExpression: aql:eStructuralFeature.changeable, valueExpression: aql:self.eGet(eStructuralFeature.name), displayExpression: var:value, filterConditionalStylesFromExtendedListExpression: null, filterActionsFromExtendedListExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.properties.impl.ListDescriptionImpl@56dbaa76 (name: sirius_default_rules_eattribute_many, label: null) (documentation: ) (labelExpression: aql:input.emfEditServices(self).getText(eStructuralFeature)+':', helpExpression: aql:input.emfEditServices(self).getDescription(eStructuralFeature), isEnabledExpression: aql:eStructuralFeature.changeable, valueExpression: aql:self.eGet(eStructuralFeature.name), displayExpression: var:value, filterConditionalStylesFromExtendedListExpression: null, filterActionsFromExtendedListExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.properties.impl.ListDescriptionImpl@56dbaa76 (name: sirius_default_rules_eattribute_many, label: null) (documentation: ) (labelExpression: aql:input.emfEditServices(self).getText(eStructuralFeature)+':', helpExpression: aql:input.emfEditServices(self).getDescription(eStructuralFeature), isEnabledExpression: aql:eStructuralFeature.changeable, valueExpression: aql:self.eGet(eStructuralFeature.name), displayExpression: var:value, filterConditionalStylesFromExtendedListExpression: null, filterActionsFromExtendedListExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.properties.impl.ListDescriptionImpl@56dbaa76 (name: sirius_default_rules_eattribute_many, label: null) (documentation: ) (labelExpression: aql:input.emfEditServices(self).getText(eStructuralFeature)+':', helpExpression: aql:input.emfEditServices(self).getDescription(eStructuralFeature), isEnabledExpression: aql:eStructuralFeature.changeable, valueExpression: aql:self.eGet(eStructuralFeature.name), displayExpression: var:value, filterConditionalStylesFromExtendedListExpression: null, filterActionsFromExtendedListExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 The current context does not contains variable named: value data=[org.eclipse.sirius.properties.impl.ListDescriptionImpl@56dbaa76 (name: sirius_default_rules_eattribute_many, label: null) (documentation: ) (labelExpression: aql:input.emfEditServices(self).getText(eStructuralFeature)+':', helpExpression: aql:input.emfEditServices(self).getDescription(eStructuralFeature), isEnabledExpression: aql:eStructuralFeature.changeable, valueExpression: aql:self.eGet(eStructuralFeature.name), displayExpression: var:value, filterConditionalStylesFromExtendedListExpression: null, filterActionsFromExtendedListExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.properties.impl.DynamicMappingIfDescriptionImpl@e4f87596 (name: sirius_default_rules_ereference_if, label: null) (predicateExpression: aql:eStructuralFeature.oclIsKindOf(ecore::EReference) and eStructuralFeature.many = true)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.properties.impl.DynamicMappingIfDescriptionImpl@e4f87596 (name: sirius_default_rules_ereference_if, label: null) (predicateExpression: aql:eStructuralFeature.oclIsKindOf(ecore::EReference) and eStructuralFeature.many = true)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.properties.impl.DynamicMappingIfDescriptionImpl@12635599 (name: ecoretools_etype_ereference, label: null) (predicateExpression: aql:eStructuralFeature.oclIsKindOf(ecore::EReference) and eStructuralFeature.many = false)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.properties.impl.DynamicMappingIfDescriptionImpl@12635599 (name: ecoretools_etype_ereference, label: null) (predicateExpression: aql:eStructuralFeature.oclIsKindOf(ecore::EReference) and eStructuralFeature.many = false)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the input' variable data=[org.eclipse.sirius.properties.impl.LabelDescriptionImpl@bea62d8e (name: etype label, label: null) (documentation: ) (labelExpression: aql:input.emfEditServices(self).getText(eStructuralFeature)+':', helpExpression: aql:input.emfEditServices(self).getDescription(eStructuralFeature), isEnabledExpression: null, valueExpression: aql:self.eGetMonoRef(eStructuralFeature), displayExpression: aql:if self.eGetMonoRef(eStructuralFeature) <> null then input.emfEditServices(self.eGetMonoRef(eStructuralFeature)).getText() else '' endif, filterConditionalStylesFromExtendedLabelExpression: null, filterActionsFromExtendedLabelExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.properties.impl.LabelDescriptionImpl@bea62d8e (name: etype label, label: null) (documentation: ) (labelExpression: aql:input.emfEditServices(self).getText(eStructuralFeature)+':', helpExpression: aql:input.emfEditServices(self).getDescription(eStructuralFeature), isEnabledExpression: null, valueExpression: aql:self.eGetMonoRef(eStructuralFeature), displayExpression: aql:if self.eGetMonoRef(eStructuralFeature) <> null then input.emfEditServices(self.eGetMonoRef(eStructuralFeature)).getText() else '' endif, filterConditionalStylesFromExtendedLabelExpression: null, filterActionsFromExtendedLabelExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the input' variable data=[org.eclipse.sirius.properties.impl.LabelDescriptionImpl@bea62d8e (name: etype label, label: null) (documentation: ) (labelExpression: aql:input.emfEditServices(self).getText(eStructuralFeature)+':', helpExpression: aql:input.emfEditServices(self).getDescription(eStructuralFeature), isEnabledExpression: null, valueExpression: aql:self.eGetMonoRef(eStructuralFeature), displayExpression: aql:if self.eGetMonoRef(eStructuralFeature) <> null then input.emfEditServices(self.eGetMonoRef(eStructuralFeature)).getText() else '' endif, filterConditionalStylesFromExtendedLabelExpression: null, filterActionsFromExtendedLabelExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.properties.impl.LabelDescriptionImpl@bea62d8e (name: etype label, label: null) (documentation: ) (labelExpression: aql:input.emfEditServices(self).getText(eStructuralFeature)+':', helpExpression: aql:input.emfEditServices(self).getDescription(eStructuralFeature), isEnabledExpression: null, valueExpression: aql:self.eGetMonoRef(eStructuralFeature), displayExpression: aql:if self.eGetMonoRef(eStructuralFeature) <> null then input.emfEditServices(self.eGetMonoRef(eStructuralFeature)).getText() else '' endif, filterConditionalStylesFromExtendedLabelExpression: null, filterActionsFromExtendedLabelExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.properties.impl.LabelDescriptionImpl@bea62d8e (name: etype label, label: null) (documentation: ) (labelExpression: aql:input.emfEditServices(self).getText(eStructuralFeature)+':', helpExpression: aql:input.emfEditServices(self).getDescription(eStructuralFeature), isEnabledExpression: null, valueExpression: aql:self.eGetMonoRef(eStructuralFeature), displayExpression: aql:if self.eGetMonoRef(eStructuralFeature) <> null then input.emfEditServices(self.eGetMonoRef(eStructuralFeature)).getText() else '' endif, filterConditionalStylesFromExtendedLabelExpression: null, filterActionsFromExtendedLabelExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.properties.impl.LabelDescriptionImpl@bea62d8e (name: etype label, label: null) (documentation: ) (labelExpression: aql:input.emfEditServices(self).getText(eStructuralFeature)+':', helpExpression: aql:input.emfEditServices(self).getDescription(eStructuralFeature), isEnabledExpression: null, valueExpression: aql:self.eGetMonoRef(eStructuralFeature), displayExpression: aql:if self.eGetMonoRef(eStructuralFeature) <> null then input.emfEditServices(self.eGetMonoRef(eStructuralFeature)).getText() else '' endif, filterConditionalStylesFromExtendedLabelExpression: null, filterActionsFromExtendedLabelExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the input' variable data=[org.eclipse.sirius.properties.impl.LabelDescriptionImpl@bea62d8e (name: etype label, label: null) (documentation: ) (labelExpression: aql:input.emfEditServices(self).getText(eStructuralFeature)+':', helpExpression: aql:input.emfEditServices(self).getDescription(eStructuralFeature), isEnabledExpression: null, valueExpression: aql:self.eGetMonoRef(eStructuralFeature), displayExpression: aql:if self.eGetMonoRef(eStructuralFeature) <> null then input.emfEditServices(self.eGetMonoRef(eStructuralFeature)).getText() else '' endif, filterConditionalStylesFromExtendedLabelExpression: null, filterActionsFromExtendedLabelExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.properties.impl.LabelDescriptionImpl@bea62d8e (name: etype label, label: null) (documentation: ) (labelExpression: aql:input.emfEditServices(self).getText(eStructuralFeature)+':', helpExpression: aql:input.emfEditServices(self).getDescription(eStructuralFeature), isEnabledExpression: null, valueExpression: aql:self.eGetMonoRef(eStructuralFeature), displayExpression: aql:if self.eGetMonoRef(eStructuralFeature) <> null then input.emfEditServices(self.eGetMonoRef(eStructuralFeature)).getText() else '' endif, filterConditionalStylesFromExtendedLabelExpression: null, filterActionsFromExtendedLabelExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 The predicate never evaluates to a boolean type ([]). data=[org.eclipse.sirius.properties.impl.LabelDescriptionImpl@bea62d8e (name: etype label, label: null) (documentation: ) (labelExpression: aql:input.emfEditServices(self).getText(eStructuralFeature)+':', helpExpression: aql:input.emfEditServices(self).getDescription(eStructuralFeature), isEnabledExpression: null, valueExpression: aql:self.eGetMonoRef(eStructuralFeature), displayExpression: aql:if self.eGetMonoRef(eStructuralFeature) <> null then input.emfEditServices(self.eGetMonoRef(eStructuralFeature)).getText() else '' endif, filterConditionalStylesFromExtendedLabelExpression: null, filterActionsFromExtendedLabelExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.viewpoint.description.tool.impl.ExternalJavaActionParameterImpl@9c2b5f17 (name: message, value: aql:'Select an ' + eStructuralFeature.eType.name + ' for the ' + eStructuralFeature.name + ' reference.')], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.viewpoint.description.tool.impl.ExternalJavaActionParameterImpl@9c2b5f17 (name: message, value: aql:'Select an ' + eStructuralFeature.eType.name + ' for the ' + eStructuralFeature.name + ' reference.')], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.viewpoint.description.tool.impl.ExternalJavaActionParameterImpl@ba8b7844 (name: title, value: aql:'Select ' + eStructuralFeature.eType.name )], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the input' variable data=[org.eclipse.sirius.viewpoint.description.tool.impl.ExternalJavaActionParameterImpl@7ae6c64e (name: candidates, value: aql:input.emfEditServices(self).getChoiceOfValues(eStructuralFeature))], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.viewpoint.description.tool.impl.ExternalJavaActionParameterImpl@7ae6c64e (name: candidates, value: aql:input.emfEditServices(self).getChoiceOfValues(eStructuralFeature))], Diagnostic ERROR source=org.eclipse.sirius code=1 The current context does not contains variable named: eStructuralFeature data=[org.eclipse.sirius.viewpoint.description.tool.impl.ExternalJavaActionParameterImpl@afbd7134 (name: feature, value: var:eStructuralFeature)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the input' variable data=[org.eclipse.sirius.viewpoint.description.tool.impl.ChangeContextImpl@90631380 (browseExpression: aql:input.emfEditServices(self).setValue(eStructuralFeature, null))], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.viewpoint.description.tool.impl.ChangeContextImpl@90631380 (browseExpression: aql:input.emfEditServices(self).setValue(eStructuralFeature, null))], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the element' variable data=[org.eclipse.sirius.properties.impl.DynamicMappingIfDescriptionImpl@4f8c6098 (name: show_select_icon_on_eclassifier, label: null) (predicateExpression: aql:element.oclIsKindOf(ecore::EClassifier))], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the getEClassItemIconPath(EClassifier=GenClass)' service data=[org.eclipse.sirius.properties.impl.ButtonDescriptionImpl@1f70ff46 (name: selectIcon, label: null) (documentation: ) (labelExpression: Associated Icon:, helpExpression: Click on button to select a 16x16 icon. Note that the edit plugin must be generated before., isEnabledExpression: aql:self.eInverse(genmodel::GenClass).getEClassItemIconPath()->first().isAccessible(), buttonLabelExpression: null, imageExpression: aql:self.eInverse(genmodel::GenClass).getEClassItemIconPath()->first(), filterConditionalStylesFromExtendedButtonExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the getEClassItemIconPath(EClassifier=GenClass)' service data=[org.eclipse.sirius.properties.impl.ButtonDescriptionImpl@1f70ff46 (name: selectIcon, label: null) (documentation: ) (labelExpression: Associated Icon:, helpExpression: Click on button to select a 16x16 icon. Note that the edit plugin must be generated before., isEnabledExpression: aql:self.eInverse(genmodel::GenClass).getEClassItemIconPath()->first().isAccessible(), buttonLabelExpression: null, imageExpression: aql:self.eInverse(genmodel::GenClass).getEClassItemIconPath()->first(), filterConditionalStylesFromExtendedButtonExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the getEClassItemIconPath(EClassifier=GenClass)' service data=[org.eclipse.sirius.viewpoint.description.tool.impl.ChangeContextImpl@511928ab (browseExpression: aql:self.eInverse(genmodel::GenClass).getEClassItemIconPath()->first().selectIcon())], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the input' variable data=[org.eclipse.sirius.properties.impl.GroupConditionalStyleImpl@9393035f (preconditionExpression: aql:self.removeSemanticElementsToHide(input.getAllSemanticElements(),input.context().semanticDecorator())->size() > 1)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the input' variable data=[org.eclipse.sirius.properties.impl.GroupConditionalStyleImpl@9393035f (preconditionExpression: aql:self.removeSemanticElementsToHide(input.getAllSemanticElements(),input.context().semanticDecorator())->size() > 1)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the getVisibleDocAnnotations(EClassifier=EObject)' service data=[org.eclipse.sirius.properties.impl.TextAreaDescriptionImpl@9f3e6ef1 (name: doc_area, label: null) (documentation: ) (labelExpression: null, helpExpression: null, isEnabledExpression: null) (lineCount: 16, valueExpression: aql:self.getVisibleDocAnnotations().value, filterConditionalStylesFromExtendedTextAreaExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the newValue' variable data=[org.eclipse.sirius.viewpoint.description.tool.impl.ChangeContextImpl@6b9819d7 (browseExpression: aql:self.setDocAnnotation(newValue))], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the isJavaFileGenerated(EClassifier=EObject)' service data=[org.eclipse.sirius.properties.impl.HyperlinkDescriptionImpl@766a57b1 (name: goto sourcecode, label: null) (documentation: ) (labelExpression: null, helpExpression: null, isEnabledExpression: aql:self.isJavaFileGenerated(), valueExpression: aql:self, displayExpression: aql:if self.isJavaFileGenerated() then 'Open Java Implementation' else '' endif, filterConditionalStylesFromExtendedHyperlinkExpression: null, filterActionsFromExtendedHyperlinkExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the isJavaFileGenerated(EClassifier=EObject)' service data=[org.eclipse.sirius.properties.impl.HyperlinkDescriptionImpl@766a57b1 (name: goto sourcecode, label: null) (documentation: ) (labelExpression: null, helpExpression: null, isEnabledExpression: aql:self.isJavaFileGenerated(), valueExpression: aql:self, displayExpression: aql:if self.isJavaFileGenerated() then 'Open Java Implementation' else '' endif, filterConditionalStylesFromExtendedHyperlinkExpression: null, filterActionsFromExtendedHyperlinkExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 The predicate never evaluates to a boolean type ([]). data=[org.eclipse.sirius.properties.impl.HyperlinkDescriptionImpl@766a57b1 (name: goto sourcecode, label: null) (documentation: ) (labelExpression: null, helpExpression: null, isEnabledExpression: aql:self.isJavaFileGenerated(), valueExpression: aql:self, displayExpression: aql:if self.isJavaFileGenerated() then 'Open Java Implementation' else '' endif, filterConditionalStylesFromExtendedHyperlinkExpression: null, filterActionsFromExtendedHyperlinkExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the getJavaImplementationPath(EClassifier=EObject)' service data=[org.eclipse.sirius.viewpoint.description.tool.impl.ExternalJavaActionParameterImpl@e57130cb (name: path, value: aql:self.getJavaImplementationPath())], Diagnostic ERROR source=org.eclipse.sirius code=1 Feature modelDirectory not found in EClass EObject data=[org.eclipse.sirius.properties.impl.TextDescriptionImpl@30c67664 (name: modelDirectory, label: null) (documentation: ) (labelExpression: Model, helpExpression: null, isEnabledExpression: null) (valueExpression: aql:self.modelDirectory, filterConditionalStylesFromExtendedTextExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 The current context does not contains variable named: newValue data=[org.eclipse.sirius.viewpoint.description.tool.impl.SetValueImpl@373a102a (featureName: modelDirectory, valueExpression: var:newValue)], Diagnostic ERROR source=org.eclipse.sirius code=1 The current context does not contains variable named: newValue data=[org.eclipse.sirius.viewpoint.description.tool.impl.SetValueImpl@6b58cf57 (featureName: editDirectory, valueExpression: var:newValue)], Diagnostic ERROR source=org.eclipse.sirius code=1 The current context does not contains variable named: newValue data=[org.eclipse.sirius.viewpoint.description.tool.impl.SetValueImpl@78028a63 (featureName: editorDirectory, valueExpression: var:newValue)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the input' variable data=[org.eclipse.sirius.properties.impl.GroupDescriptionImpl@40b780e5 (name: egeneric supertypes-TBD, label: null) (documentation: , labelExpression: aql:'EGenericType : ' + input.emfEditServices(self).getText(), domainClass: ecore::EGenericType, semanticCandidateExpression: aql: input.getSemanticElement()->filter(ecore::EClass).eGenericSuperTypes, preconditionExpression: aql:false and self.oclIsKindOf(ecore::EClass), filterControlsFromExtendedGroupExpression: null, filterValidationRulesFromExtendedGroupExpression: null, filterConditionalStylesFromExtendedGroupExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the input' variable data=[org.eclipse.sirius.properties.impl.GroupDescriptionImpl@40b780e5 (name: egeneric supertypes-TBD, label: null) (documentation: , labelExpression: aql:'EGenericType : ' + input.emfEditServices(self).getText(), domainClass: ecore::EGenericType, semanticCandidateExpression: aql: input.getSemanticElement()->filter(ecore::EClass).eGenericSuperTypes, preconditionExpression: aql:false and self.oclIsKindOf(ecore::EClass), filterControlsFromExtendedGroupExpression: null, filterValidationRulesFromExtendedGroupExpression: null, filterConditionalStylesFromExtendedGroupExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Feature eTypeArguments not found in EClass EObject data=[org.eclipse.sirius.properties.impl.LabelDescriptionImpl@6c5de3c3 (name: etypeparameter label, label: null) (documentation: ) (labelExpression: EType Parameter:, helpExpression: null, isEnabledExpression: null, valueExpression: aql:self.eTypeArguments->first().eTypeParameter, displayExpression: aql:self.eTypeArguments->first().eTypeParameter.name, filterConditionalStylesFromExtendedLabelExpression: null, filterActionsFromExtendedLabelExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Feature eTypeArguments not found in EClass EObject data=[org.eclipse.sirius.properties.impl.LabelDescriptionImpl@6c5de3c3 (name: etypeparameter label, label: null) (documentation: ) (labelExpression: EType Parameter:, helpExpression: null, isEnabledExpression: null, valueExpression: aql:self.eTypeArguments->first().eTypeParameter, displayExpression: aql:self.eTypeArguments->first().eTypeParameter.name, filterConditionalStylesFromExtendedLabelExpression: null, filterActionsFromExtendedLabelExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.viewpoint.description.tool.impl.ExternalJavaActionParameterImpl@d5de339a (name: message, value: aql:'Select an ' + eStructuralFeature.eType.name + ' for the ' + eStructuralFeature.name + ' reference.')], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.viewpoint.description.tool.impl.ExternalJavaActionParameterImpl@d5de339a (name: message, value: aql:'Select an ' + eStructuralFeature.eType.name + ' for the ' + eStructuralFeature.name + ' reference.')], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.viewpoint.description.tool.impl.ExternalJavaActionParameterImpl@ccb2fb94 (name: title, value: aql:'Select ' + eStructuralFeature.eType.name )], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the input' variable data=[org.eclipse.sirius.viewpoint.description.tool.impl.ExternalJavaActionParameterImpl@3c9bab (name: candidates, value: aql:input.emfEditServices(self).getChoiceOfValues(eStructuralFeature))], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.viewpoint.description.tool.impl.ExternalJavaActionParameterImpl@3c9bab (name: candidates, value: aql:input.emfEditServices(self).getChoiceOfValues(eStructuralFeature))], Diagnostic ERROR source=org.eclipse.sirius code=1 The current context does not contains variable named: eStructuralFeature data=[org.eclipse.sirius.viewpoint.description.tool.impl.ExternalJavaActionParameterImpl@cbc6bb52 (name: feature, value: var:eStructuralFeature)], Diagnostic ERROR source=org.eclipse.sirius code=1 Feature eTypeArguments not found in EClass EObject data=[org.eclipse.sirius.properties.impl.LabelDescriptionImpl@18f6f258 (name: EClassifier label, label: null) (documentation: ) (labelExpression: Classifier:, helpExpression: null, isEnabledExpression: null, valueExpression: aql:self.eTypeArguments->at(2).eClassifier, displayExpression: aql:self.eTypeArguments->at(2).eClassifier.name, filterConditionalStylesFromExtendedLabelExpression: null, filterActionsFromExtendedLabelExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Feature eTypeArguments not found in EClass EObject data=[org.eclipse.sirius.properties.impl.LabelDescriptionImpl@18f6f258 (name: EClassifier label, label: null) (documentation: ) (labelExpression: Classifier:, helpExpression: null, isEnabledExpression: null, valueExpression: aql:self.eTypeArguments->at(2).eClassifier, displayExpression: aql:self.eTypeArguments->at(2).eClassifier.name, filterConditionalStylesFromExtendedLabelExpression: null, filterActionsFromExtendedLabelExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.viewpoint.description.tool.impl.ExternalJavaActionParameterImpl@1a1226ac (name: message, value: aql:'Select an ' + eStructuralFeature.eType.name + ' for the ' + eStructuralFeature.name + ' reference.')], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.viewpoint.description.tool.impl.ExternalJavaActionParameterImpl@1a1226ac (name: message, value: aql:'Select an ' + eStructuralFeature.eType.name + ' for the ' + eStructuralFeature.name + ' reference.')], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.viewpoint.description.tool.impl.ExternalJavaActionParameterImpl@a1f8a9c3 (name: title, value: aql:'Select ' + eStructuralFeature.eType.name )], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the input' variable data=[org.eclipse.sirius.viewpoint.description.tool.impl.ExternalJavaActionParameterImpl@c9832c21 (name: candidates, value: aql:input.emfEditServices(self).getChoiceOfValues(eStructuralFeature))], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the eStructuralFeature' variable data=[org.eclipse.sirius.viewpoint.description.tool.impl.ExternalJavaActionParameterImpl@c9832c21 (name: candidates, value: aql:input.emfEditServices(self).getChoiceOfValues(eStructuralFeature))], Diagnostic ERROR source=org.eclipse.sirius code=1 The current context does not contains variable named: eStructuralFeature data=[org.eclipse.sirius.viewpoint.description.tool.impl.ExternalJavaActionParameterImpl@cc1fa82 (name: feature, value: var:eStructuralFeature)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the getExecutableName(EClassifier=EObject)' service data=[org.eclipse.sirius.properties.impl.GroupDescriptionImpl@38345ff2 (name: execution_body, label: null) (documentation: , labelExpression: aql:self.getExecutableName(), domainClass: null, semanticCandidateExpression: aql:OrderedSet{self}->filter(ecore::EClassifier).getAllExecutables(), preconditionExpression: null, filterControlsFromExtendedGroupExpression: null, filterValidationRulesFromExtendedGroupExpression: null, filterConditionalStylesFromExtendedGroupExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the getAllExecutables(EClassifier=EClassifier)' service data=[org.eclipse.sirius.properties.impl.GroupDescriptionImpl@38345ff2 (name: execution_body, label: null) (documentation: , labelExpression: aql:self.getExecutableName(), domainClass: null, semanticCandidateExpression: aql:OrderedSet{self}->filter(ecore::EClassifier).getAllExecutables(), preconditionExpression: null, filterControlsFromExtendedGroupExpression: null, filterValidationRulesFromExtendedGroupExpression: null, filterConditionalStylesFromExtendedGroupExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the getExecutableBody(EClassifier=EObject)' service data=[org.eclipse.sirius.properties.impl.TextAreaDescriptionImpl@e5852d3 (name: executable_body, label: null) (documentation: ) (labelExpression: null, helpExpression: null, isEnabledExpression: null) (lineCount: 14, valueExpression: aql:self.getExecutableBody(), filterConditionalStylesFromExtendedTextAreaExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the newValue' variable data=[org.eclipse.sirius.viewpoint.description.tool.impl.ChangeContextImpl@e4cb0cf8 (browseExpression: aql:self.setExecutableBody(newValue))], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the isValidBody(EClassifier=EObject)' service data=[org.eclipse.sirius.viewpoint.description.validation.impl.RuleAuditImpl@e08fb757 (auditExpression: aql:self.isValidBody())], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the getJavaImports(EClassifier=EPackage)' service data=[org.eclipse.sirius.properties.impl.GroupDescriptionImpl@f05ac4f2 (name: execution_imports, label: null) (documentation: , labelExpression: Imports, domainClass: ecore::EModelElement, semanticCandidateExpression: aql:OrderedSet{self}->filter(ecore::EPackage)->select(p | p.getJavaImports()->size() > 0), preconditionExpression: null, filterControlsFromExtendedGroupExpression: null, filterValidationRulesFromExtendedGroupExpression: null, filterConditionalStylesFromExtendedGroupExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the getJavaImports(EClassifier=EObject)' service data=[org.eclipse.sirius.properties.impl.DynamicMappingForDescriptionImpl@1eb40115 (name: iterate over imports, label: null) (documentation: ) (iterator: jImport, iterableExpression: aql:self.getJavaImports(), forceRefresh: false, filterIfsFromExtendedDynamicMappingForExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the jImport' variable data=[org.eclipse.sirius.properties.impl.TextDescriptionImpl@45654a7e (name: java_import, label: null) (documentation: ) (labelExpression: Qualified Class Name: , helpExpression: null, isEnabledExpression: null) (valueExpression: aql:jImport.getQualifiedName(), filterConditionalStylesFromExtendedTextExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the jImport' variable data=[org.eclipse.sirius.viewpoint.description.tool.impl.ChangeContextImpl@b833f59a (browseExpression: aql:jImport.setQualifiedName(newValue))], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the newValue' variable data=[org.eclipse.sirius.viewpoint.description.tool.impl.ChangeContextImpl@b833f59a (browseExpression: aql:jImport.setQualifiedName(newValue))], Diagnostic ERROR source=org.eclipse.sirius code=1 The current context does not contains variable named: jImport data=[org.eclipse.sirius.viewpoint.description.tool.impl.ChangeContextImpl@1381a5cc (browseExpression: var:jImport)], Diagnostic ERROR source=org.eclipse.sirius code=1 Feature eParameters not found in EClass EObject data=[org.eclipse.sirius.properties.impl.DynamicMappingForDescriptionImpl@7e5634b8 (name: foreach parameter, label: null) (documentation: ) (iterator: self, iterableExpression: aql:self.eParameters, forceRefresh: true, filterIfsFromExtendedDynamicMappingForExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Feature name not found in EClass EObject data=[org.eclipse.sirius.properties.impl.TextDescriptionImpl@f86c18bd (name: param_name, label: null) (documentation: ) (labelExpression: Name: , helpExpression: null, isEnabledExpression: null) (valueExpression: aql:self.name, filterConditionalStylesFromExtendedTextExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 The current context does not contains variable named: newValue data=[org.eclipse.sirius.viewpoint.description.tool.impl.SetValueImpl@ef875907 (featureName: name, valueExpression: var:newValue)], Diagnostic ERROR source=org.eclipse.sirius code=1 EStructuralFeature eType not found for EClassifier=EObject data=[org.eclipse.sirius.properties.impl.LabelDescriptionImpl@b3b15948 (name: etype label, label: null) (documentation: ) (labelExpression: EType: , helpExpression: null, isEnabledExpression: null, valueExpression: aql:self.eGet('eType'), displayExpression: aql:self.eGet('eType').name, filterConditionalStylesFromExtendedLabelExpression: null, filterActionsFromExtendedLabelExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 EStructuralFeature eType not found for EClassifier=EObject data=[org.eclipse.sirius.properties.impl.LabelDescriptionImpl@b3b15948 (name: etype label, label: null) (documentation: ) (labelExpression: EType: , helpExpression: null, isEnabledExpression: null, valueExpression: aql:self.eGet('eType'), displayExpression: aql:self.eGet('eType').name, filterConditionalStylesFromExtendedLabelExpression: null, filterActionsFromExtendedLabelExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the input' variable data=[org.eclipse.sirius.viewpoint.description.tool.impl.ExternalJavaActionParameterImpl@c5e2c444 (name: candidates, value: aql:input.emfEditServices(self).getChoiceOfValues(self.eClass().getEStructuralFeature('eType')))], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the moveUpInContainer(EClassifier=EObject)' service data=[org.eclipse.sirius.viewpoint.description.tool.impl.ChangeContextImpl@9926e041 (browseExpression: aql:self.moveUpInContainer())], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the moveDownInContainer(EClassifier=EObject)' service data=[org.eclipse.sirius.viewpoint.description.tool.impl.ChangeContextImpl@cd5c18b (browseExpression: aql:self.moveDownInContainer())], Diagnostic ERROR source=org.eclipse.sirius code=1 Feature source not found in EClass EObject data=[org.eclipse.sirius.properties.impl.GroupDescriptionImpl@dde96e13 (name: eannotation dynamic, label: null) (documentation: , labelExpression: aql:'EAnnotation ' + self.source, domainClass: ecore::EAnnotation, semanticCandidateExpression: aql:input.getSemanticElement()->filter(ecore::EModelElement).eAnnotations, preconditionExpression: null, filterControlsFromExtendedGroupExpression: null, filterValidationRulesFromExtendedGroupExpression: null, filterConditionalStylesFromExtendedGroupExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the input' variable data=[org.eclipse.sirius.properties.impl.GroupDescriptionImpl@dde96e13 (name: eannotation dynamic, label: null) (documentation: , labelExpression: aql:'EAnnotation ' + self.source, domainClass: ecore::EAnnotation, semanticCandidateExpression: aql:input.getSemanticElement()->filter(ecore::EModelElement).eAnnotations, preconditionExpression: null, filterControlsFromExtendedGroupExpression: null, filterValidationRulesFromExtendedGroupExpression: null, filterConditionalStylesFromExtendedGroupExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Couldnt find the input' variable data=[org.eclipse.sirius.properties.impl.TextDescriptionImpl@9c15f37a (name: source, label: null) (documentation: ) (labelExpression: Source:, helpExpression: aql:input.emfEditServices(self).getDescription(self.eClass().getEStructuralFeature('source')), isEnabledExpression: null) (valueExpression: aql:self.source, filterConditionalStylesFromExtendedTextExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Feature source not found in EClass EObject data=[org.eclipse.sirius.properties.impl.TextDescriptionImpl@9c15f37a (name: source, label: null) (documentation: ) (labelExpression: Source:, helpExpression: aql:input.emfEditServices(self).getDescription(self.eClass().getEStructuralFeature('source')), isEnabledExpression: null) (valueExpression: aql:self.source, filterConditionalStylesFromExtendedTextExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 The current context does not contains variable named: newValue data=[org.eclipse.sirius.viewpoint.description.tool.impl.SetValueImpl@ade6f1a5 (featureName: source, valueExpression: var:newValue)], Diagnostic ERROR source=org.eclipse.sirius code=1 Feature details not found in EClass EObject data=[org.eclipse.sirius.properties.impl.DynamicMappingForDescriptionImpl@b2e2661 (name: iterate over entries, label: null) (documentation: ) (iterator: self, iterableExpression: aql:self.details, forceRefresh: true, filterIfsFromExtendedDynamicMappingForExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 Feature key not found in EClass EObject data=[org.eclipse.sirius.properties.impl.TextDescriptionImpl@9c9eb456 (name: detail_key, label: null) (documentation: ) (labelExpression: Key:, helpExpression: null, isEnabledExpression: null) (valueExpression: aql:self.key, filterConditionalStylesFromExtendedTextExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 The current context does not contains variable named: newValue data=[org.eclipse.sirius.viewpoint.description.tool.impl.SetValueImpl@9903a5e7 (featureName: key, valueExpression: var:newValue)], Diagnostic ERROR source=org.eclipse.sirius code=1 Feature value not found in EClass EObject data=[org.eclipse.sirius.properties.impl.TextDescriptionImpl@c6386361 (name: detail_value, label: null) (documentation: ) (labelExpression: Value:, helpExpression: null, isEnabledExpression: null) (valueExpression: aql:self.value, filterConditionalStylesFromExtendedTextExpression: null)], Diagnostic ERROR source=org.eclipse.sirius code=1 The current context does not contains variable named: newValue data=[org.eclipse.sirius.viewpoint.description.tool.impl.SetValueImpl@91115c5b (featureName: value, valueExpression: var:newValue)], Diagnostic ERROR source=org.eclipse.emf.ecore code=1 The required feature 'widget' of 'org.eclipse.sirius.properties.impl.DynamicMappingIfDescriptionImpl@e4f87596{platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@extensions.0/@categories.0/@groups.0/@controls.0/@ifs.5}' must be set data=[org.eclipse.sirius.properties.impl.DynamicMappingIfDescriptionImpl@e4f87596 (name: sirius_default_rules_ereference_if, label: null) (predicateExpression: aql:eStructuralFeature.oclIsKindOf(ecore::EReference) and eStructuralFeature.many = true), org.eclipse.emf.ecore.impl.EReferenceImpl@d11a75a1 (name: widget) (ordered: true, unique: true, lowerBound: 1, upperBound: 1) (changeable: true, volatile: false, transient: false, defaultValueLiteral: null, unsettable: false, derived: false) (containment: true, resolveProxies: false)]] Tests run: 525, Failures: 1, Errors: 0, Skipped: 0 [ERROR] There are test failures. Please refer to /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.design.tests/target/surefire-reports for the individual test results. [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.emf.ecoretools.design.tests --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.design.tests/target/org.eclipse.emf.ecoretools.design.tests-3.3.4-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.emf.ecoretools.design.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.design.tests/target/org.eclipse.emf.ecoretools.design.tests-3.3.4-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.design.tests/target/org.eclipse.emf.ecoretools.design.tests-3.3.4-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.emf.ecoretools.design.tests --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.design.tests/target/org.eclipse.emf.ecoretools.design.tests-3.3.4-SNAPSHOT.jar [INFO] [INFO] ------< org.eclipse.emf.ecoretools:org.eclipse.emf.ecoretools.ui >------ [INFO] Building org.eclipse.emf.ecoretools.ui 3.3.4-SNAPSHOT [6/18] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.ecoretools.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.ecoretools.ui --- [INFO] The project's OSGi version is 3.3.4.202111191439 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.emf.ecoretools.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.emf.ecoretools.ui --- [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.emf.ecoretools.ui --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.emf.ecoretools.ui --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.ui/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.ui/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.emf.ecoretools.ui --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.emf.ecoretools.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.ui/target/org.eclipse.emf.ecoretools.ui-3.3.4-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.emf.ecoretools.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.emf.ecoretools.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.ui/target/org.eclipse.emf.ecoretools.ui-3.3.4-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.ecoretools.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.emf.ecoretools.ui --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.ui/target/org.eclipse.emf.ecoretools.ui-3.3.4-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.emf.ecoretools.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.ui/target/org.eclipse.emf.ecoretools.ui-3.3.4-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.ui/target/org.eclipse.emf.ecoretools.ui-3.3.4-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.emf.ecoretools.ui --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.ui/target/org.eclipse.emf.ecoretools.ui-3.3.4-SNAPSHOT.jar [INFO] [INFO] -----< org.eclipse.emf.ecoretools:org.eclipse.emf.ecoretools.doc >------ [INFO] Building org.eclipse.emf.ecoretools.doc 3.3.4-SNAPSHOT [7/18] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.ecoretools.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.ecoretools.doc --- [INFO] The project's OSGi version is 3.3.4.202111191439 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.emf.ecoretools.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.emf.ecoretools.doc --- [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.emf.ecoretools.doc --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.emf.ecoretools.doc --- [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.emf.ecoretools.doc --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.doc/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.emf.ecoretools.doc --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.emf.ecoretools.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.emf.ecoretools.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.doc/target/org.eclipse.emf.ecoretools.doc-3.3.4-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.ecoretools.doc --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.emf.ecoretools.doc --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.doc/target/org.eclipse.emf.ecoretools.doc-3.3.4-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.emf.ecoretools.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.doc/target/org.eclipse.emf.ecoretools.doc-3.3.4-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.emf.ecoretools.doc --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.doc/target/org.eclipse.emf.ecoretools.doc-3.3.4-SNAPSHOT.jar [INFO] [INFO] --< org.eclipse.emf.ecoretools.features:org.eclipse.emf.ecoretools.design >-- [INFO] Building org.eclipse.emf.ecoretools.design 3.3.4-SNAPSHOT [8/18] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.ecoretools.design --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.ecoretools.design --- [INFO] The project's OSGi version is 3.3.4.202111191439 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.emf.ecoretools.design --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.emf.ecoretools.design --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.emf.ecoretools.design --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.emf.ecoretools.design --- [INFO] Building jar: /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.design-feature/target/org.eclipse.emf.ecoretools.design-3.3.4-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.ecoretools.design --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.ecoretools.design --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.emf.ecoretools.design --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.emf.ecoretools.design --- [INFO] Signing jar: /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.design-feature/target/org.eclipse.emf.ecoretools.design-3.3.4-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.emf.ecoretools.design --- [INFO] [INFO] --< org.eclipse.emf.ecoretools:org.eclipse.emf.ecoretools.tabbedproperties >-- [INFO] Building org.eclipse.emf.ecoretools.tabbedproperties 3.3.4-SNAPSHOT [9/18] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.ecoretools.tabbedproperties --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.ecoretools.tabbedproperties --- [INFO] The project's OSGi version is 3.3.4.202111191439 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.emf.ecoretools.tabbedproperties --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.emf.ecoretools.tabbedproperties --- [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.emf.ecoretools.tabbedproperties --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.tabbedproperties/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.emf.ecoretools.tabbedproperties --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.tabbedproperties/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 39 source files to /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.tabbedproperties/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.emf.ecoretools.tabbedproperties --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.tabbedproperties/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.emf.ecoretools.tabbedproperties --- [INFO] Building jar: /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.tabbedproperties/target/org.eclipse.emf.ecoretools.tabbedproperties-3.3.4-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.emf.ecoretools.tabbedproperties --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.emf.ecoretools.tabbedproperties --- [INFO] Building jar: /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.tabbedproperties/target/org.eclipse.emf.ecoretools.tabbedproperties-3.3.4-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.ecoretools.tabbedproperties --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.emf.ecoretools.tabbedproperties --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.tabbedproperties/target/org.eclipse.emf.ecoretools.tabbedproperties-3.3.4-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.emf.ecoretools.tabbedproperties --- [INFO] Signing jar: /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.tabbedproperties/target/org.eclipse.emf.ecoretools.tabbedproperties-3.3.4-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.tabbedproperties/target/org.eclipse.emf.ecoretools.tabbedproperties-3.3.4-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.emf.ecoretools.tabbedproperties --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.tabbedproperties/target/org.eclipse.emf.ecoretools.tabbedproperties-3.3.4-SNAPSHOT.jar [INFO] [INFO] --< org.eclipse.emf.ecoretools:org.eclipse.emf.ecoretools.properties >-- [INFO] Building org.eclipse.emf.ecoretools.properties 3.3.4-SNAPSHOT [10/18] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.ecoretools.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.ecoretools.properties --- [INFO] The project's OSGi version is 3.3.4.202111191439 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.emf.ecoretools.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.emf.ecoretools.properties --- [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.emf.ecoretools.properties --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.properties/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.emf.ecoretools.properties --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.properties/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 45 source files to /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.properties/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.emf.ecoretools.properties --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.properties/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.emf.ecoretools.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.properties/target/org.eclipse.emf.ecoretools.properties-3.3.4-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.emf.ecoretools.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.emf.ecoretools.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.properties/target/org.eclipse.emf.ecoretools.properties-3.3.4-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.ecoretools.properties --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.emf.ecoretools.properties --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.properties/target/org.eclipse.emf.ecoretools.properties-3.3.4-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.emf.ecoretools.properties --- [INFO] Signing jar: /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.properties/target/org.eclipse.emf.ecoretools.properties-3.3.4-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.properties/target/org.eclipse.emf.ecoretools.properties-3.3.4-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.emf.ecoretools.properties --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.properties/target/org.eclipse.emf.ecoretools.properties-3.3.4-SNAPSHOT.jar [INFO] [INFO] --< org.eclipse.emf.ecoretools:org.eclipse.emf.ecoretools.design.properties >-- [INFO] Building org.eclipse.emf.ecoretools.design.properties 3.3.4-SNAPSHOT [11/18] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.ecoretools.design.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.ecoretools.design.properties --- [INFO] The project's OSGi version is 3.3.4.202111191439 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.emf.ecoretools.design.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.emf.ecoretools.design.properties --- [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.emf.ecoretools.design.properties --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.emf.ecoretools.design.properties --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.design.properties/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 69 source files to /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.design.properties/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.emf.ecoretools.design.properties --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.design.properties/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.emf.ecoretools.design.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.design.properties/target/org.eclipse.emf.ecoretools.design.properties-3.3.4-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.emf.ecoretools.design.properties --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.emf.ecoretools.design.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.design.properties/target/org.eclipse.emf.ecoretools.design.properties-3.3.4-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.ecoretools.design.properties --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.emf.ecoretools.design.properties --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.design.properties/target/org.eclipse.emf.ecoretools.design.properties-3.3.4-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.emf.ecoretools.design.properties --- [INFO] Signing jar: /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.design.properties/target/org.eclipse.emf.ecoretools.design.properties-3.3.4-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.design.properties/target/org.eclipse.emf.ecoretools.design.properties-3.3.4-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.emf.ecoretools.design.properties --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.design.properties/target/org.eclipse.emf.ecoretools.design.properties-3.3.4-SNAPSHOT.jar [INFO] [INFO] --< org.eclipse.emf.ecoretools.features:org.eclipse.emf.ecoretools.doc >-- [INFO] Building org.eclipse.emf.ecoretools.doc 3.3.4-SNAPSHOT [12/18] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.ecoretools.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.ecoretools.doc --- [INFO] The project's OSGi version is 3.3.4.202111191439 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.emf.ecoretools.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.emf.ecoretools.doc --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.emf.ecoretools.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.emf.ecoretools.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.doc-feature/target/org.eclipse.emf.ecoretools.doc-3.3.4-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.ecoretools.doc --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.ecoretools.doc --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.emf.ecoretools.doc --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.emf.ecoretools.doc --- [INFO] Signing jar: /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.doc-feature/target/org.eclipse.emf.ecoretools.doc-3.3.4-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.emf.ecoretools.doc --- [INFO] [INFO] --< org.eclipse.emf.ecoretools:org.eclipse.emf.ecoretools.registration >-- [INFO] Building org.eclipse.emf.ecoretools.registration 3.3.4-SNAPSHOT [13/18] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.ecoretools.registration --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.ecoretools.registration --- [INFO] The project's OSGi version is 3.3.4.202111191439 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.emf.ecoretools.registration --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.emf.ecoretools.registration --- [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.emf.ecoretools.registration --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.registration/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.emf.ecoretools.registration --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.registration/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.registration/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.emf.ecoretools.registration --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.registration/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.emf.ecoretools.registration --- [INFO] Building jar: /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.registration/target/org.eclipse.emf.ecoretools.registration-3.3.4-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.emf.ecoretools.registration --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.emf.ecoretools.registration --- [INFO] Building jar: /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.registration/target/org.eclipse.emf.ecoretools.registration-3.3.4-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.ecoretools.registration --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.emf.ecoretools.registration --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.registration/target/org.eclipse.emf.ecoretools.registration-3.3.4-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.emf.ecoretools.registration --- [INFO] Signing jar: /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.registration/target/org.eclipse.emf.ecoretools.registration-3.3.4-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.registration/target/org.eclipse.emf.ecoretools.registration-3.3.4-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.emf.ecoretools.registration --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.registration/target/org.eclipse.emf.ecoretools.registration-3.3.4-SNAPSHOT.jar [INFO] [INFO] --< org.eclipse.emf.ecoretools.features:org.eclipse.emf.ecoretools.sdk >-- [INFO] Building org.eclipse.emf.ecoretools.sdk 3.3.4-SNAPSHOT [14/18] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.ecoretools.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.ecoretools.sdk --- [INFO] The project's OSGi version is 3.3.4.202111191439 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.emf.ecoretools.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.emf.ecoretools.sdk --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.emf.ecoretools.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.emf.ecoretools.sdk --- [INFO] Building jar: /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.sdk-feature/target/org.eclipse.emf.ecoretools.sdk-3.3.4-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.ecoretools.sdk --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.ecoretools.sdk --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.emf.ecoretools.sdk --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.emf.ecoretools.sdk --- [INFO] Signing jar: /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.sdk-feature/target/org.eclipse.emf.ecoretools.sdk-3.3.4-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.emf.ecoretools.sdk --- [INFO] [INFO] --< org.eclipse.emf.ecoretools:org.eclipse.emf.ecoretools.explorer.contextual >-- [INFO] Building org.eclipse.emf.ecoretools.explorer.contextual 3.3.4-SNAPSHOT [15/18] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.ecoretools.explorer.contextual --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.ecoretools.explorer.contextual --- [INFO] The project's OSGi version is 3.3.4.202111191439 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.emf.ecoretools.explorer.contextual --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.emf.ecoretools.explorer.contextual --- [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.emf.ecoretools.explorer.contextual --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] Copying 0 resource [INFO] [INFO] --- tycho-compiler-plugin:1.4.0:compile (default-compile) @ org.eclipse.emf.ecoretools.explorer.contextual --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.explorer.contextual/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.emf.ecoretools.explorer.contextual --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.explorer.contextual/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.4.0:plugin-source (plugin-source) @ org.eclipse.emf.ecoretools.explorer.contextual --- [INFO] Building jar: /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.explorer.contextual/target/org.eclipse.emf.ecoretools.explorer.contextual-3.3.4-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.emf.ecoretools.explorer.contextual --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-plugin (default-package-plugin) @ org.eclipse.emf.ecoretools.explorer.contextual --- [INFO] Building jar: /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.explorer.contextual/target/org.eclipse.emf.ecoretools.explorer.contextual-3.3.4-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.ecoretools.explorer.contextual --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.emf.ecoretools.explorer.contextual --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.explorer.contextual/target/org.eclipse.emf.ecoretools.explorer.contextual-3.3.4-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.emf.ecoretools.explorer.contextual --- [INFO] Signing jar: /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.explorer.contextual/target/org.eclipse.emf.ecoretools.explorer.contextual-3.3.4-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.explorer.contextual/target/org.eclipse.emf.ecoretools.explorer.contextual-3.3.4-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.emf.ecoretools.explorer.contextual --- [INFO] Pack200 packing jar /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.explorer.contextual/target/org.eclipse.emf.ecoretools.explorer.contextual-3.3.4-SNAPSHOT.jar [INFO] [INFO] --< org.eclipse.emf.ecoretools.features:org.eclipse.emf.ecoretools.explorer.contextual >-- [INFO] Building org.eclipse.emf.ecoretools.explorer.contextual 3.3.4-SNAPSHOT [16/18] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.ecoretools.explorer.contextual --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.ecoretools.explorer.contextual --- [INFO] The project's OSGi version is 3.3.4.202111191439 [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-id (default-validate-id) @ org.eclipse.emf.ecoretools.explorer.contextual --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:validate-version (default-validate-version) @ org.eclipse.emf.ecoretools.explorer.contextual --- [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.emf.ecoretools.explorer.contextual --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:package-feature (default-package-feature) @ org.eclipse.emf.ecoretools.explorer.contextual --- [INFO] Building jar: /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.explorer.contextual-feature/target/org.eclipse.emf.ecoretools.explorer.contextual-3.3.4-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.ecoretools.explorer.contextual --- [INFO] [INFO] --- tycho-p2-plugin:1.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.ecoretools.explorer.contextual --- [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.emf.ecoretools.explorer.contextual --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.emf.ecoretools.explorer.contextual --- [INFO] Signing jar: /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.explorer.contextual-feature/target/org.eclipse.emf.ecoretools.explorer.contextual-3.3.4-SNAPSHOT.jar [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.emf.ecoretools.explorer.contextual --- [INFO] [INFO] ----< org.eclipse.emf.ecoretools:org.eclipse.emf.ecoretools.update >---- [INFO] Building org.eclipse.emf.ecoretools.update 1.3.0-SNAPSHOT [17/18] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.ecoretools.update --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.ecoretools.update --- [INFO] The project's OSGi version is 1.3.0.202111191439 [INFO] [INFO] --- maven-resources-plugin:2.4.1:copy-resources (copy-resources) @ org.eclipse.emf.ecoretools.update --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.eclipse.emf.ecoretools.update --- [INFO] Deleting /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.update/target [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.emf.ecoretools.update --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.update/src/main/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.emf.ecoretools.update --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.4.0:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.emf.ecoretools.update --- [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] [INFO] --- tycho-p2-publisher-plugin:1.4.0:publish-products (default-publish-products) @ org.eclipse.emf.ecoretools.update --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.4.0:publish-categories (default-publish-categories) @ org.eclipse.emf.ecoretools.update --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.4.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.emf.ecoretools.update --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.4.0:assemble-repository (default-assemble-repository) @ org.eclipse.emf.ecoretools.update --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.4.0:archive-repository (default-archive-repository) @ org.eclipse.emf.ecoretools.update --- [INFO] Building zip: /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.update/target/org.eclipse.emf.ecoretools.update.zip [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.emf.ecoretools.update --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.emf.ecoretools.update --- [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.emf.ecoretools.update --- [INFO] [INFO] --< org.eclipse.emf.ecoretools:org.eclipse.emf.ecoretools.update-all >-- [INFO] Building org.eclipse.emf.ecoretools.update-all 1.3.0-SNAPSHOT [18/18] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.ecoretools.update-all --- [INFO] [INFO] --- tycho-packaging-plugin:1.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.ecoretools.update-all --- [INFO] The project's OSGi version is 1.3.0.202111191439 [INFO] [INFO] --- maven-resources-plugin:2.4.1:copy-resources (copy-resources) @ org.eclipse.emf.ecoretools.update-all --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.eclipse.emf.ecoretools.update-all --- [INFO] Deleting /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.update-all/target [INFO] [INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.emf.ecoretools.update-all --- [INFO] Using 'ISO-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.update-all/src/main/resources [INFO] [INFO] --- target-platform-configuration:1.4.0:target-platform (default-target-platform) @ org.eclipse.emf.ecoretools.update-all --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.4.0:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.emf.ecoretools.update-all --- [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] [INFO] --- tycho-p2-publisher-plugin:1.4.0:publish-products (default-publish-products) @ org.eclipse.emf.ecoretools.update-all --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.4.0:publish-categories (default-publish-categories) @ org.eclipse.emf.ecoretools.update-all --- [INFO] [INFO] --- tycho-p2-publisher-plugin:1.4.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.emf.ecoretools.update-all --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.4.0:assemble-repository (default-assemble-repository) @ org.eclipse.emf.ecoretools.update-all --- [INFO] [INFO] --- tycho-p2-repository-plugin:1.4.0:archive-repository (default-archive-repository) @ org.eclipse.emf.ecoretools.update-all --- [INFO] Building zip: /home/jenkins/agent/workspace/ecoretools-3.3/org.eclipse.emf.ecoretools.update-all/target/org.eclipse.emf.ecoretools.update-all-in-one.zip [INFO] [INFO] --- tycho-pack200a-plugin:1.4.0:normalize (pack200-normalize) @ org.eclipse.emf.ecoretools.update-all --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.emf.ecoretools.update-all --- [INFO] [INFO] --- tycho-pack200b-plugin:1.4.0:pack (pack200-pack) @ org.eclipse.emf.ecoretools.update-all --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] emf.ecoretools-parent 3.3.4-SNAPSHOT ............... SUCCESS [ 17.708 s] [INFO] org.eclipse.emf.ecoretools 3.3.4-SNAPSHOT .......... SUCCESS [ 14.100 s] [INFO] org.eclipse.emf.ecoretools.design 3.3.4-SNAPSHOT ... SUCCESS [ 3.529 s] [INFO] org.eclipse.emf.ecoretools.design.ui 3.3.4-SNAPSHOT SUCCESS [ 3.479 s] [INFO] org.eclipse.emf.ecoretools.design.tests 3.3.4-SNAPSHOT SUCCESS [ 7.888 s] [INFO] org.eclipse.emf.ecoretools.ui 3.3.4-SNAPSHOT ....... SUCCESS [ 3.551 s] [INFO] org.eclipse.emf.ecoretools.doc 3.3.4-SNAPSHOT ...... SUCCESS [ 1.851 s] [INFO] org.eclipse.emf.ecoretools.design 3.3.4-SNAPSHOT ... SUCCESS [ 1.191 s] [INFO] org.eclipse.emf.ecoretools.tabbedproperties 3.3.4-SNAPSHOT SUCCESS [ 3.803 s] [INFO] org.eclipse.emf.ecoretools.properties 3.3.4-SNAPSHOT SUCCESS [ 3.439 s] [INFO] org.eclipse.emf.ecoretools.design.properties 3.3.4-SNAPSHOT SUCCESS [ 5.666 s] [INFO] org.eclipse.emf.ecoretools.doc 3.3.4-SNAPSHOT ...... SUCCESS [ 0.853 s] [INFO] org.eclipse.emf.ecoretools.registration 3.3.4-SNAPSHOT SUCCESS [ 2.707 s] [INFO] org.eclipse.emf.ecoretools.sdk 3.3.4-SNAPSHOT ...... SUCCESS [ 1.967 s] [INFO] org.eclipse.emf.ecoretools.explorer.contextual 3.3.4-SNAPSHOT SUCCESS [ 2.473 s] [INFO] org.eclipse.emf.ecoretools.explorer.contextual 3.3.4-SNAPSHOT SUCCESS [ 2.644 s] [INFO] org.eclipse.emf.ecoretools.update 1.3.0-SNAPSHOT ... SUCCESS [ 2.077 s] [INFO] org.eclipse.emf.ecoretools.update-all 1.3.0-SNAPSHOT SUCCESS [ 7.396 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 04:38 min [INFO] Finished at: 2021-11-19T14:44:32Z [INFO] ------------------------------------------------------------------------ [ecoretools-3.3] $ /bin/sh -xe /tmp/jenkins18117962349632850147.sh $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 67 killed; [ssh-agent] Stopped. Recording test results [Checks API] No suitable checks publisher found. Build step 'Publish JUnit test result report' changed build result to UNSTABLE Archiving artifacts Finished: UNSTABLE